lkml.org 
[lkml]   [2003]   [Jul]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectIDE/Promise 20276 FastTrack RAID Doesn't work in 2.4.21, patch attached to fix
Folks,

After I upgraded to 2.4.21, I noticed my Gigabyte motherboard with
onboard IDE Promise 20276 FastTrack RAID no longer works. The following
patch fixes the problem, which appears to be an incomplete list of
devices in the ide setup code. There are probably other fasttrack RAID
adaptors that should be added to the setup code, but I don't know what
they are.

Thanks
-steve
--- linux-2.4.21/drivers/ide/setup-pci.c Fri Jun 13 07:51:34 2003
+++ linux-2.4.21-work/drivers/ide/setup-pci.c Thu Jul 10 12:02:45 2003
@@ -640,7 +640,8 @@
*/
if (((d->vendor == PCI_VENDOR_ID_PROMISE) &&
((d->device == PCI_DEVICE_ID_PROMISE_20262) ||
- (d->device == PCI_DEVICE_ID_PROMISE_20265))) &&
+ (d->device == PCI_DEVICE_ID_PROMISE_20265) ||
+ (d->device == PCI_DEVICE_ID_PROMISE_20276))) &&
(secondpdc++==1) && (port==1))
goto controller_ok;
\
 
 \ /
  Last update: 2005-03-22 13:46    [W:0.030 / U:0.084 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site