diff options
author | Ed Swierk <eswierk@arastra.com> | 2007-12-28 00:23:29 +0000 |
---|---|---|
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2007-12-28 00:23:29 +0000 |
commit | 9cb314b939934fd9fc562366a42b328963439fbc (patch) | |
tree | 6264de8a6f7e0096e73dd203132e7234e85dace4 /src/include/device | |
parent | 679e14e3487998a383b099b181be6fcf2183f671 (diff) | |
download | coreboot-9cb314b939934fd9fc562366a42b328963439fbc.tar.xz |
Add Intel 3100 integrated northbridge/southbridge/superio PCI IDs.
Signed-off-by: Ed Swierk <eswierk@arastra.com>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3024 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include/device')
-rw-r--r-- | src/include/device/pci_ids.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 93509e86a4..3eb79db129 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -2326,6 +2326,17 @@ #define PCI_DEVICE_ID_INTEL_6300ESB_PCI_X 0x25ae #define PCI_DEVICE_ID_INTEL_6300ESB_WDT 0x25ab +/* Intel 3100 */ +#define PCI_DEVICE_ID_INTEL_3100_ISA 0x2670 +#define PCI_DEVICE_ID_INTEL_3100_EHCI 0x268c +#define PCI_DEVICE_ID_INTEL_3100_PCI 0x244e +#define PCI_DEVICE_ID_INTEL_3100_USB 0x2688 +#define PCI_DEVICE_ID_INTEL_3100_SMB 0x269b +#define PCI_DEVICE_ID_INTEL_3100_USB2 0x2689 +#define PCI_DEVICE_ID_INTEL_3100_USB3 0x268c +#define PCI_DEVICE_ID_INTEL_3100_SATA 0x2680 +#define PCI_DEVICE_ID_INTEL_3100_SATA_R 0x2681 + #define PCI_DEVICE_ID_INTEL_80310 0x530d #define PCI_DEVICE_ID_INTEL_82810_MC1 0x7120 #define PCI_DEVICE_ID_INTEL_82810_IG1 0x7121 @@ -2352,6 +2363,8 @@ #define PCI_DEVICE_ID_INTEL_PCIE_PA1 0x3596 #define PCI_DEVICE_ID_INTEL_PCIE_PB 0x3597 #define PCI_DEVICE_ID_INTEL_PCIE_PC 0x3599 +#define PCI_DEVICE_ID_INTEL_PCIE_QA 0x35b6 +#define PCI_DEVICE_ID_INTEL_PCIE_QA1 0x35b7 #define PCI_VENDOR_ID_COMPUTONE 0x8e0e #define PCI_DEVICE_ID_COMPUTONE_IP2EX 0x0291 |