lkml.org 
[lkml]   [2002]   [Apr]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [PATCHSET] Linux 2.4.19-pre7-jam5

On 2002.04.23 Andre Hedrick wrote:
>
>bottom of ide-pci.c
>
>there is a failed test to isolate multi-function chips which carry a real
>host inside.
>
>ide_scan_pcidev()
>
>else if (d->order_fix)
> d->order_fix(dev, d);
>--
>--
>--
>
>delete the three lines after d->order_fix(dev, d);
>

Planning to include a 41-ide-6-promise-fix.gz in -pre7-jam6 with:

--- linux/drivers/ide/ide-pci.c.org 2002-04-23 15:57:13.000000000 +0200
+++ linux/drivers/ide/ide-pci.c 2002-04-23 15:57:57.000000000 +0200
@@ -918,9 +918,11 @@
"(uses own driver)\n", d->name);
else if (d->order_fix)
d->order_fix(dev, d);
+#if 0
else if (((dev->class >> 8) != PCI_CLASS_STORAGE_IDE) &&
(!(PCI_FUNC(dev->devfn) & 1)))
return;
+#endif
else if (IDE_PCI_DEVID_EQ(d->devid, DEVID_UM8886A) &&
(!(PCI_FUNC(dev->devfn) & 1)))
return; /* UM8886A/BF pair */
so text stays there for reference....
--
J.A. Magallon # Let the source be with you...
mailto:jamagallon@able.es
Mandrake Linux release 8.3 (Cooker) for i586
Linux werewolf 2.4.19-pre7-jam5 #1 SMP mar abr 23 01:29:38 CEST 2002 i686
-
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/

\
 
 \ /
  Last update: 2005-03-22 13:25    [W:0.081 / U:0.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site