diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2004-08-25 15:40:47 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2004-08-25 15:40:47 +0000 |
commit | e6552bcf3960c7d10fc3730a2d6b408bfc9a8ca9 (patch) | |
tree | 315c692a5dec51c2b5ecc3932eac2975bdc4cb09 /src/include/device/pci_ids.h | |
parent | 3b0096313a3176370aaac91714d7b81dd0163b9a (diff) | |
download | coreboot-e6552bcf3960c7d10fc3730a2d6b408bfc9a8ca9.tar.xz |
changes for the dbm part. Still need to remove the sata file ...
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1639 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include/device/pci_ids.h')
-rw-r--r-- | src/include/device/pci_ids.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index eeab66cc16..df27c83d83 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -1890,6 +1890,17 @@ #define PCI_DEVICE_ID_INTEL_82801CA_1F5 0x2485 #define PCI_DEVICE_ID_INTEL_82801CA_1D2 0x2487 +#define PCI_DEVICE_ID_INTEL_82801DBM_1E0 0x2448 +#define PCI_DEVICE_ID_INTEL_82801DBM_1F0 0x24cc +#define PCI_DEVICE_ID_INTEL_82801DBM_1F1 0x24ca +#define PCI_DEVICE_ID_INTEL_82801DBM_1F3 0x24c3 +#define PCI_DEVICE_ID_INTEL_82801DBM_1F5 0x24c5 +#define PCI_DEVICE_ID_INTEL_82801DBM_1F6 0x24c6 +#define PCI_DEVICE_ID_INTEL_82801DBM_1D0 0x24c2 +#define PCI_DEVICE_ID_INTEL_82801DBM_1D1 0x24c4 +#define PCI_DEVICE_ID_INTEL_82801DBM_1D2 0x24c7 +#define PCI_DEVICE_ID_INTEL_82801DBM_1D7 0x24cd + #define PCI_DEVICE_ID_INTEL_82801ER_1E0 0x244e #define PCI_DEVICE_ID_INTEL_82801ER_1F0 0x24d0 #define PCI_DEVICE_ID_INTEL_82801ER_1F1 0x24db |