mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
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>
This commit is contained in:
parent
a507db9599
commit
9c16fa79bf
6 changed files with 872 additions and 0 deletions
|
@ -106,6 +106,9 @@ common-obj-$(CONFIG_XGMAC) += xgmac.o
|
|||
# PCI watchdog devices
|
||||
common-obj-$(CONFIG_PCI) += wdt_i6300esb.o
|
||||
|
||||
# IndustryPack
|
||||
common-obj-$(CONFIG_IPACK) += tpci200.o ipack.o
|
||||
|
||||
# PCI network cards
|
||||
common-obj-$(CONFIG_NE2000_PCI) += ne2000.o
|
||||
common-obj-$(CONFIG_EEPRO100_PCI) += eepro100.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue