Re: [PATCHSET] Linux 2.4.19-pre7-jam5

From: Andre Hedrick (andre@linux-ide.org)
Date: Tue Apr 23 2002 - 16:20:48 EST


This exactly what I did :-)

Cheers,

On Tue, 23 Apr 2002, J.A. Magallon wrote:

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

Andre Hedrick
LAD Storage Consulting Group

-
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 Apr 23 2002 - 22:00:36 EST