summaryrefslogtreecommitdiff
path: root/src/include/device
diff options
context:
space:
mode:
authorTobias Diedrich <ranma+coreboot@tdiedrich.de>2010-11-02 20:54:37 +0000
committerRudolf Marek <r.marek@assembler.cz>2010-11-02 20:54:37 +0000
commitd50b43a1289a7ffb9c206a2c39b7568f5b1c3bf2 (patch)
tree3e3846b1e478e86bd6d3dc5ad6c3c99fc90af417 /src/include/device
parent76890dde1428741a7c91732b04cc3c95ada9c321 (diff)
downloadcoreboot-d50b43a1289a7ffb9c206a2c39b7568f5b1c3bf2.tar.xz
This adds pci device ids and pci_driver structs for the K8T890 CF
variant. It also adds additional dev_find_device calls in k8t890_ctrl.c for subfunctions 3 and 7. Signed-off-by: Tobias Diedrich <ranma+coreboot@tdiedrich.de> Acked-by: Rudolf Marek <r.marek@assembler.cz> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6012 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include/device')
-rw-r--r--src/include/device/pci_ids.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index 3b304f4586..b58f0390d9 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -1204,6 +1204,13 @@
#define PCI_DEVICE_ID_VIA_K8T890CE_4 0x4238
#define PCI_DEVICE_ID_VIA_K8T890CE_5 0x5238
#define PCI_DEVICE_ID_VIA_K8T890CE_7 0x7238
+#define PCI_DEVICE_ID_VIA_K8T890CF_0 0x0351
+#define PCI_DEVICE_ID_VIA_K8T890CF_1 0x1351
+#define PCI_DEVICE_ID_VIA_K8T890CF_2 0x2351
+#define PCI_DEVICE_ID_VIA_K8T890CF_3 0x3351
+#define PCI_DEVICE_ID_VIA_K8T890CF_4 0x4351
+#define PCI_DEVICE_ID_VIA_K8T890CF_5 0x5351
+#define PCI_DEVICE_ID_VIA_K8T890CF_7 0x7351
#define PCI_DEVICE_ID_VIA_K8M890CE_0 0x0336
#define PCI_DEVICE_ID_VIA_K8M890CE_1 0x1336
#define PCI_DEVICE_ID_VIA_K8M890CE_2 0x2336