Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 415ae2b5 authored by Jeff Garzik's avatar Jeff Garzik
Browse files

[libata] ahci: Match PCI class code for AHCI



Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 914ed354
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 */
};