linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ide driver 2.4.21-rc6
@ 2003-06-02 18:51 Arne Brutschy
  2003-06-02 19:41 ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 5+ messages in thread
From: Arne Brutschy @ 2003-06-02 18:51 UTC (permalink / raw)
  To: LKML

Using the Promise 20276 IDE controller without raid function
doesn't work with 2.4.21*.

If you want to use the IDE controller just as plain controller without
Promise software raid (i.e. if you prefer to trust the linux software
raid), the kernel always reports this:

PDC20276: IDE controller at PCI slot 02:02.0
PDC20276: chipset revision 1
PDC20276: not 100% native mode: will probe irqs later
PDC20276: neither IDE port enabled (BIOS)

Afterwards, the kernel disables the controller. This has been reported
by serveral other users. This small patch solves the problem.

Arne


--- linux-2.4.21-rc6/drivers/ide/setup-pci.c.orig       2003-06-01 11:38:23.000000000 +0200
+++ linux-2.4.21-rc6/drivers/ide/setup-pci.c    2003-06-01 11:40:12.000000000 +0200
@@ -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] 5+ messages in thread

end of thread, other threads:[~2003-06-26 21:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-02 18:51 [PATCH] ide driver 2.4.21-rc6 Arne Brutschy
2003-06-02 19:41 ` Bartlomiej Zolnierkiewicz
2003-06-03 13:22   ` Re[2]: " Arne Brutschy
2003-06-03 23:49     ` Bartlomiej Zolnierkiewicz
2003-06-26 22:01       ` Re[4]: " Arne Brutschy

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).