summaryrefslogtreecommitdiff
path: root/hw/pci
diff options
context:
space:
mode:
authorAlberto Garcia <agarcia@igalia.com>2013-01-11 18:25:29 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2013-01-14 13:26:12 -0600
commit9c16fa79bfa0f8d7a937ee58fa45f2bd0995fa53 (patch)
tree124a24b3781340bac3ae33d4238d4f19afb24194 /hw/pci
parenta507db9599599ce33007b524276a6ea88e521662 (diff)
downloadqemu-9c16fa79bfa0f8d7a937ee58fa45f2bd0995fa53.tar.gz
Add TEWS TPCI200 IndustryPack emulation
The TPCI200 is a PCI board that supports up to 4 IndustryPack modules. A new bus type called 'IndustryPack' has been created so any compatible module can be attached to this board. Reviewed-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Alberto Garcia <agarcia@igalia.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/pci')
-rw-r--r--hw/pci/pci_ids.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/pci/pci_ids.h b/hw/pci/pci_ids.h
index 271d935bc7..d8dc2f1bf7 100644
--- a/hw/pci/pci_ids.h
+++ b/hw/pci/pci_ids.h
@@ -148,4 +148,7 @@
#define PCI_VENDOR_ID_NEC 0x1033
#define PCI_DEVICE_ID_NEC_UPD720200 0x0194
+#define PCI_VENDOR_ID_TEWS 0x1498
+#define PCI_DEVICE_ID_TEWS_TPCI200 0x30C8
+
#endif