Re: [BK PATCHES] ide-2.6 update
From: Bartlomiej Zolnierkiewicz
Date:  Wed Oct 27 2004 - 11:37:35 EST
On Wed, 27 Oct 2004 12:10:50 -0400, Chuck Ebbert
<76306.1226@xxxxxxxxxxxxxx> wrote:
> On Wed, 27 Oct 2004 at 15:07:14 +0200 Bartlomiej Zolnierkiewicz wrote:
> 
> >@@ -585,7 +564,8 @@
> >       struct pci_dev *dev = hwif->pci_dev;
> >
> >       /* PDC20265 has problems with large LBA48 requests */
> >-      if (dev->device == PCI_DEVICE_ID_PROMISE_20265)
> >+      if ((dev->device == PCI_DEVICE_ID_PROMISE_20267) ||
> >+          (dev->device == PCI_DEVICE_ID_PROMISE_20265))
> >               hwif->rqsize = 256;
> >
> >       hwif->autodma = 0;
> 
> 
>    You forgot to update the comment...
ah, care to send a patch?
>    I added this and the smart_thresholds() fix to my 2.6.9-base patches.
> 
>    Now I have these ide fixes:
> 
>         - smart_thresholds() fix
>         - pdc202xx_old LBA48 fix
>         - accept bad Maxtor drive serial number
>         - allow drive that reports no geometry
> 
>    Should anything more really be in there?
Nope, looks like you've all critical stuff.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/