On Mon, Feb 27, 2006 at 03:32:50PM +0000, Alan Cox wrote: > This is at > http://zeniv.linux.org.uk/~alan/IDE > Got this working like a charm, although I had to add the promise 20269's PCI IDs to ata_generic.c to make it tick. I only regard this as an interim solution, but wanted to try out getting rid of IDE altogether. So far it "feels" alright, using pata_via and ata_generic. Thanks a bunch! Regards, Chris Btw, here's the diff for convenience, in case of "interest": --- a/drivers/scsi/ata_generic.c 2006-02-27 22:15:31.000000000 +0100 +++ b/drivers/scsi/ata_generic.c 2006-02-28 00:16:17.447430304 +0100 @@ -207,6 +207,7 @@ { PCI_DEVICE(PCI_VENDOR_ID_TOSHIBA,PCI_DEVICE_ID_TOSHIBA_PICCOLO), }, { PCI_DEVICE(PCI_VENDOR_ID_TOSHIBA,PCI_DEVICE_ID_TOSHIBA_PICCOLO_1), }, { PCI_DEVICE(PCI_VENDOR_ID_TOSHIBA,PCI_DEVICE_ID_TOSHIBA_PICCOLO_2), }, + { PCI_DEVICE(PCI_VENDOR_ID_PROMISE,PCI_DEVICE_ID_PROMISE_20269), }, /* Must come last. If you add entries adjust this table appropriately */ { PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_STORAGE_IDE << 8, 0xFFFFFF00UL, 1}, { 0, },
Attachment:
pgpv3UnIivcXM.pgp
Description: PGP signature
- Follow-Ups:
- Re: libata PATA patch for 2.6.16-rc5
- From: Alan Cox <[email protected]>
- Re: libata PATA patch for 2.6.16-rc5
- References:
- libata PATA patch for 2.6.16-rc5
- From: Alan Cox <[email protected]>
- libata PATA patch for 2.6.16-rc5
- Prev by Date: Re: [RFC] Add kernel<->userspace ABI stability documentation
- Next by Date: Re: [PATCH] e1000: Support e1000 OEMed onto Aculab cards
- Previous by thread: Re: libata PATA patch for 2.6.16-rc5
- Next by thread: Re: libata PATA patch for 2.6.16-rc5
- Index(es):