From edf79e66c020cf540080600d85c5edaa70538025 Mon Sep 17 00:00:00 2001 From: Huacai Chen Date: Tue, 29 Jun 2010 10:49:29 +0800 Subject: Initial support of vt82686b south bridge used by fulong mini pc Signed-off-by: Huacai Chen Signed-off-by: Aurelien Jarno --- hw/pci_ids.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'hw/pci_ids.h') diff --git a/hw/pci_ids.h b/hw/pci_ids.h index fe7a121..39e9f1d 100644 --- a/hw/pci_ids.h +++ b/hw/pci_ids.h @@ -78,6 +78,14 @@ #define PCI_VENDOR_ID_XILINX 0x10ee +#define PCI_VENDOR_ID_VIA 0x1106 +#define PCI_DEVICE_ID_VIA_ISA_BRIDGE 0x0686 +#define PCI_DEVICE_ID_VIA_IDE 0x0571 +#define PCI_DEVICE_ID_VIA_UHCI 0x3038 +#define PCI_DEVICE_ID_VIA_ACPI 0x3057 +#define PCI_DEVICE_ID_VIA_AC97 0x3058 +#define PCI_DEVICE_ID_VIA_MC97 0x3068 + #define PCI_VENDOR_ID_MARVELL 0x11ab #define PCI_VENDOR_ID_ENSONIQ 0x1274 -- cgit v1.1