IDE/Promise 20276 FastTrack RAID Doesn't work in 2.4.21, patch attached to fix

From: Steven Dake (sdake@mvista.com)
Date: Thu Jul 10 2003 - 14:49:11 EST


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;
                         

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jul 15 2003 - 22:00:36 EST