PCI: add AHCI T3 and subclass values

This commit is contained in:
David van Moolenbroek 2010-07-01 09:20:36 +00:00
parent 2488cc6442
commit 06a0260c3c
2 changed files with 2 additions and 0 deletions

View file

@ -206,6 +206,7 @@ struct pci_subclass pci_subclass_table[]=
{ 0x01, 0x02, 0x00, "Floppy disk controller" },
{ 0x01, 0x03, 0x00, "IPI controller" },
{ 0x01, 0x04, 0x00, "RAID controller" },
{ 0x01, 0x06, 0x01, "AHCI controller" },
{ 0x01, 0x80, 0x00, "Other mass storage controller" },
{ 0x02, 0x00, 0x00, "Ethernet controller" },

View file

@ -123,6 +123,7 @@ Created: Jan 2000 by Philip Homburg <philip@cs.vu.nl>
/* Device type values as ([PCI_BCR] << 16) | ([PCI_SCR] << 8) | [PCI_PIFR] */
#define PCI_T3_VGA_OLD 0x000100 /* OLD VGA class code */
#define PCI_T3_RAID 0x010400 /* RAID controller */
#define PCI_T3_AHCI 0x010601 /* AHCI controller */
#define PCI_T3_VGA 0x030000 /* VGA-compatible video card */
#define PCI_T3_ISA 0x060100 /* ISA bridge */
#define PCI_T3_PCI2PCI 0x060400 /* PCI-to-PCI Bridge device */