From 9c16fa79bfa0f8d7a937ee58fa45f2bd0995fa53 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Fri, 11 Jan 2013 18:25:29 +0100 Subject: Add TEWS TPCI200 IndustryPack emulation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Alberto Garcia Signed-off-by: Anthony Liguori --- hw/pci/pci_ids.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hw/pci') diff --git a/hw/pci/pci_ids.h b/hw/pci/pci_ids.h index 271d935..d8dc2f1 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 -- cgit v1.1