linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* IDE/Promise 20276 FastTrack RAID Doesn't work in 2.4.21, patch attached to fix
@ 2003-07-10 19:49 Steven Dake
  2003-07-10 20:04 ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 6+ messages in thread
From: Steven Dake @ 2003-07-10 19:49 UTC (permalink / raw)
  To: linux-kernel, andre, frankt

[-- Attachment #1: Type: text/plain, Size: 388 bytes --]

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

[-- Attachment #2: pdc20276fix.patch --]
[-- Type: text/plain, Size: 503 bytes --]

--- 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;
 			

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-07-10 21:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-10 19:49 IDE/Promise 20276 FastTrack RAID Doesn't work in 2.4.21, patch attached to fix Steven Dake
2003-07-10 20:04 ` Bartlomiej Zolnierkiewicz
2003-07-10 20:45   ` Steven Dake
2003-07-10 21:11   ` Samuel Flory
2003-07-10 21:29     ` Steven Dake
2003-07-10 22:10     ` Bartlomiej Zolnierkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).