mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
Add GE IP-Octal 232 IndustryPack emulation
The GE IP-Octal 232 is an IndustryPack module that implements eight RS-232 serial ports, each one of which can be redirected to a character device in the host. Signed-off-by: Alberto Garcia <agarcia@igalia.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
committed by
Anthony Liguori
parent
9c16fa79bf
commit
be657dea4b
+1
-1
@@ -107,7 +107,7 @@ common-obj-$(CONFIG_XGMAC) += xgmac.o
|
||||
common-obj-$(CONFIG_PCI) += wdt_i6300esb.o
|
||||
|
||||
# IndustryPack
|
||||
common-obj-$(CONFIG_IPACK) += tpci200.o ipack.o
|
||||
common-obj-$(CONFIG_IPACK) += tpci200.o ipoctal232.o ipack.o
|
||||
|
||||
# PCI network cards
|
||||
common-obj-$(CONFIG_NE2000_PCI) += ne2000.o
|
||||
|
||||
+619
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user