Re: libata driver update posted

From: Jeff Garzik (jgarzik@pobox.com)
Date: Sat Jul 19 2003 - 21:51:49 EST


James H. Cloos Jr. wrote:
> 00:1f.1 Class 0101: 8086:244a (rev 03)
> Subsystem: 8086:4541
> Flags: bus master, medium devsel, latency 0
> I/O ports at bfa0 [size=16]
[...]
> root=/dev/sda3 failed to find the root fs.
[...]
> Is my controller among the supported PIIX/ICH PATA chipsets?

Yes, all you need to do is add another PCI id for your chipset to
drivers/scsi/ata_piix.c:

+ { 0x8086, 0x244a, PCI_ANY_ID, PCI_ANY_ID, 0, 0, piix4_pata },

Once I add cable detection (PATA is currently limited to UDMA/33), this
PCI ID entry will change slightly, but the above should get you going.

Note again that ATAPI isn't supported yet...

        Jeff

-
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 : Wed Jul 23 2003 - 22:00:39 EST