From bd4f2f808c258bc58814f3a230d0788a0b0fbd26 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Thu, 2 Jul 2009 21:19:33 +0000 Subject: Fix many things for via/epia-m700 to build. Unfortunately it still doesn't. I think it's close, though. Signed-off-by: Myles Watson Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4397 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/include/device/pci_ids.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include/device') diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 328e3d5e80..ef1130405d 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -1190,6 +1190,11 @@ #define PCI_DEVICE_ID_VIA_VT8237S_LPC 0x3372 #define PCI_DEVICE_ID_VIA_VT8237_SATA 0x5372 #define PCI_DEVICE_ID_VIA_VT8237_VLINK 0x287e +#define PCI_DEVICE_ID_VIA_VX855_LPC 0x8353 +#define PCI_DEVICE_ID_VIA_VX855_IDE 0x5324 +#define PCI_DEVICE_ID_VIA_VX855_VGA 0x5122 +#define PCI_DEVICE_ID_VIA_VX855_VLINK 0x7409 +#define PCI_DEVICE_ID_VIA_VX855_MEMCTRL 0x3409 #define PCI_DEVICE_ID_VIA_CN700_AGP 0x0314 #define PCI_DEVICE_ID_VIA_CN700_ERR 0x1314 #define PCI_DEVICE_ID_VIA_CN700_HOST 0x2314 -- cgit v1.2.3