From: Jeff Garzik Date: Wed, 1 Nov 2006 10:10:42 +0000 (-0500) Subject: [libata] ahci: Match PCI class code for AHCI X-Git-Tag: v2.6.20-rc2~6^2~13^2~14^2~59 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=415ae2b5c03b6ed1a041a473885e502d297e1d37;p=linux-2.6-omap-h63xx.git [libata] ahci: Match PCI class code for AHCI Signed-off-by: Jeff Garzik --- diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 8a1f4f059a4..bc6599e4f47 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -403,6 +403,10 @@ static const struct pci_device_id ahci_pci_tbl[] = { { PCI_VDEVICE(SI, 0x1185), board_ahci }, /* SiS 966 */ { PCI_VDEVICE(SI, 0x0186), board_ahci }, /* SiS 968 */ + /* Generic, PCI class code for AHCI */ + { PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, + 0x010601, 0xffffff, board_ahci }, + { } /* terminate list */ };