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>
Showing
- MAINTAINERS 2 additions, 0 deletionsMAINTAINERS
- hw/hppa/Kconfig 1 addition, 0 deletionshw/hppa/Kconfig
- hw/hppa/Makefile.objs 1 addition, 1 deletionhw/hppa/Makefile.objs
- hw/hppa/hppa_sys.h 2 additions, 0 deletionshw/hppa/hppa_sys.h
- hw/hppa/lasi.c 360 additions, 0 deletionshw/hppa/lasi.c
- hw/hppa/machine.c 7 additions, 1 deletionhw/hppa/machine.c
- hw/hppa/trace-events 5 additions, 0 deletionshw/hppa/trace-events
- hw/net/Kconfig 7 additions, 0 deletionshw/net/Kconfig
- hw/net/Makefile.objs 2 additions, 0 deletionshw/net/Makefile.objs
- hw/net/i82596.c 734 additions, 0 deletionshw/net/i82596.c
- hw/net/i82596.h 55 additions, 0 deletionshw/net/i82596.h
- hw/net/lasi_i82596.c 188 additions, 0 deletionshw/net/lasi_i82596.c
- hw/net/trace-events 13 additions, 0 deletionshw/net/trace-events
- include/hw/net/lasi_82596.h 29 additions, 0 deletionsinclude/hw/net/lasi_82596.h
hw/hppa/lasi.c
0 → 100644
hw/net/i82596.c
0 → 100644
This diff is collapsed.
hw/net/i82596.h
0 → 100644
hw/net/lasi_i82596.c
0 → 100644
include/hw/net/lasi_82596.h
0 → 100644
Please register or sign in to comment