On Tue, Nov 06, 2007 at 07:25:46PM +0800, jameshsu wrote: > By the way, once you complete the SATA sample driver , please inform us , so > we could modify, test and submit in the near future. > If any chip info still missing or need us to involve, please let me know. Any chance the patch below works? Jeff drivers/ata/ahci.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index ed9b407..7a42b4e 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -553,6 +553,11 @@ static const struct pci_device_id ahci_pci_tbl[] = { /* Marvell */ { PCI_VDEVICE(MARVELL, 0x6145), board_ahci_mv }, /* 6145 */ + /* Acard */ + { PCI_VDEVICE(ARTOP, 0x000D), board_ahci }, + { PCI_VDEVICE(ARTOP, 0x000E), board_ahci }, + { PCI_VDEVICE(ARTOP, 0x000F), board_ahci }, + /* Generic, PCI class code for AHCI */ { PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_STORAGE_SATA_AHCI, 0xffffff, board_ahci }, - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html