diff options
author | Huacai Chen <zltjiangshi@gmail.com> | 2010-06-29 10:49:29 +0800 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-06-29 23:07:51 +0200 |
commit | edf79e66c020cf540080600d85c5edaa70538025 (patch) | |
tree | 4d37fb8de8576b5137743c595e6aa90526de418a /hw/pci_ids.h | |
parent | d0f7453d13b2180bbbf47aaa08626179700aa002 (diff) |
Initial support of vt82686b south bridge used by fulong mini pc
Signed-off-by: Huacai Chen <zltjiangshi@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'hw/pci_ids.h')
-rw-r--r-- | hw/pci_ids.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hw/pci_ids.h b/hw/pci_ids.h index fe7a121562..39e9f1d89d 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 |