mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
hppa: Add support for LASI chip with i82596 NIC
LASI is a built-in multi-I/O chip which supports serial, parallel, network (Intel i82596 Apricot), sound and other functionalities. LASI has been used in many HP PARISC machines. This patch adds the necessary parts to allow Linux and HP-UX to detect LASI and the network card. Signed-off-by: Helge Deller <deller@gmx.de> Signed-off-by: Sven Schnelle <svens@stackframe.org> Message-Id: <20191220211512.3289-3-svens@stackframe.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
18092598a5
commit
376b851909
14 changed files with 1406 additions and 2 deletions
|
@ -31,6 +31,9 @@ config TULIP
|
|||
depends on PCI
|
||||
select NMC93XX_EEPROM
|
||||
|
||||
config I82596_COMMON
|
||||
bool
|
||||
|
||||
config E1000_PCI
|
||||
bool
|
||||
default y if PCI_DEVICES
|
||||
|
@ -89,6 +92,10 @@ config LANCE
|
|||
bool
|
||||
select PCNET_COMMON
|
||||
|
||||
config LASI_82596
|
||||
bool
|
||||
select I82596_COMMON
|
||||
|
||||
config SUNHME
|
||||
bool
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue