diff options
author | Ed Swierk <eswierk@arastra.com> | 2008-08-25 17:02:09 +0000 |
---|---|---|
committer | Ed Swierk <eswierk@arastra.com> | 2008-08-25 17:02:09 +0000 |
commit | 6adfaa690ce918a35098b2b91028f20298b974aa (patch) | |
tree | cfd76446cd1221415bb2beb695a113a8c5c36bb9 /src/include/device/pci_ids.h | |
parent | 6c66c957879e6569770cf420b8b916ed8414747e (diff) |
This patch adds PCI device IDs for the Intel EP80579 Integrated Processor,
and renames some existing macros for clarity.
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@3536 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include/device/pci_ids.h')
-rw-r--r-- | src/include/device/pci_ids.h | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 8f0faffe85..2331f3b4fe 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -2345,15 +2345,26 @@ #define PCI_DEVICE_ID_INTEL_3100_LPC 0x2670 #define PCI_DEVICE_ID_INTEL_3100_EHCI 0x268c #define PCI_DEVICE_ID_INTEL_3100_PCI 0x244e -#define PCI_DEVICE_ID_INTEL_3100_SATA 0x2680 -#define PCI_DEVICE_ID_INTEL_3100_SATA_R 0x2681 -#define PCI_DEVICE_ID_INTEL_3100_USB 0x2688 -#define PCI_DEVICE_ID_INTEL_3100_USB2 0x2689 +#define PCI_DEVICE_ID_INTEL_3100_IDE 0x2680 +#define PCI_DEVICE_ID_INTEL_3100_AHCI 0x2681 +#define PCI_DEVICE_ID_INTEL_3100_UHCI 0x2688 +#define PCI_DEVICE_ID_INTEL_3100_UHCI2 0x2689 #define PCI_DEVICE_ID_INTEL_3100_SMB 0x269b #define PCI_DEVICE_ID_INTEL_3100_MC 0x35b0 -#define PCI_DEVICE_ID_INTEL_3100_PCIE_PA 0x35b6 +#define PCI_DEVICE_ID_INTEL_3100_PCIE_PA0 0x35b6 #define PCI_DEVICE_ID_INTEL_3100_PCIE_PA1 0x35b7 +/* Intel EP80579 */ +#define PCI_DEVICE_ID_INTEL_EP80579_LPC 0x5031 +#define PCI_DEVICE_ID_INTEL_EP80579_EHCI 0x5035 +#define PCI_DEVICE_ID_INTEL_EP80579_IDE 0x5028 +#define PCI_DEVICE_ID_INTEL_EP80579_AHCI 0x5029 +#define PCI_DEVICE_ID_INTEL_EP80579_UHCI 0x5033 +#define PCI_DEVICE_ID_INTEL_EP80579_SMB 0x5032 +#define PCI_DEVICE_ID_INTEL_EP80579_MC 0x5020 +#define PCI_DEVICE_ID_INTEL_EP80579_PCIE_PA0 0x5024 +#define PCI_DEVICE_ID_INTEL_EP80579_PCIE_PA1 0x5025 + #define PCI_DEVICE_ID_INTEL_80310 0x530d #define PCI_DEVICE_ID_INTEL_82810_MC1 0x7120 #define PCI_DEVICE_ID_INTEL_82810_IG1 0x7121 |