diff options
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2011-01-31 21:14:02 +0000 |
---|---|---|
committer | Marc Jones <marc.jones@amd.com> | 2011-01-31 21:14:02 +0000 |
commit | 38b1f3b772456a1b8ccdba97be3e6bac314a9788 (patch) | |
tree | 3a814f81f3afc80013c2b51374f94c98ca9cc690 /src/include/device | |
parent | b82673bd23122cc092a7a6ba32349183bde0f9f5 (diff) | |
download | coreboot-38b1f3b772456a1b8ccdba97be3e6bac314a9788.tar.xz |
Add PCI ID's for VIA K8T800 and K8M800 northbridges.
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Acked-by: Marc Jones <marcj303@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6322 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include/device')
-rw-r--r-- | src/include/device/pci_ids.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 5d9fedd6f1..adb56c3ac4 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -1220,6 +1220,24 @@ #define PCI_DEVICE_ID_VIA_8505_1 0x8605 #define PCI_DEVICE_ID_VIA_8633_1 0xB091 #define PCI_DEVICE_ID_VIA_8367_1 0xB099 +#define PCI_DEVICE_ID_VIA_K8T800_HT_AGP_CTR 0x0282 +#define PCI_DEVICE_ID_VIA_K8T800_ERR 0x1282 +#define PCI_DEVICE_ID_VIA_K8T800_HOST_CTR 0x2282 +#define PCI_DEVICE_ID_VIA_K8T800_DRAM 0x3282 +#define PCI_DEVICE_ID_VIA_K8T800_PWR 0x4282 +#define PCI_DEVICE_ID_VIA_K8T800_5 0x5282 +#define PCI_DEVICE_ID_VIA_K8T800_6 0x6282 +#define PCI_DEVICE_ID_VIA_K8T800_NB_SB_CTR 0x7282 +#define PCI_DEVICE_ID_VIA_K8M800_HT_AGP_CTR 0x0204 +#define PCI_DEVICE_ID_VIA_K8M800_ERR 0x1204 +#define PCI_DEVICE_ID_VIA_K8M800_HOST_CTR 0x2204 +#define PCI_DEVICE_ID_VIA_K8M800_DRAM 0x3204 +#define PCI_DEVICE_ID_VIA_K8M800_PWR 0x4204 +#define PCI_DEVICE_ID_VIA_K8M800_5 0x5204 +#define PCI_DEVICE_ID_VIA_K8M800_6 0x6204 +#define PCI_DEVICE_ID_VIA_K8M800_NB_SB_CTR 0x7204 +#define PCI_DEVICE_ID_VIA_K8T800_AGP 0x3188 +#define PCI_DEVICE_ID_VIA_K8T800_BR 0xb188 #define PCI_DEVICE_ID_VIA_K8T890CE_0 0x0238 #define PCI_DEVICE_ID_VIA_K8T890CE_1 0x1238 #define PCI_DEVICE_ID_VIA_K8T890CE_2 0x2238 |