]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
hppa: Add support for LASI chip with i82596 NIC
authorHelge Deller <deller@gmx.de>
Fri, 20 Dec 2019 21:15:08 +0000 (22:15 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 27 Jan 2020 18:49:51 +0000 (10:49 -0800)
commit376b851909d42c6faf4f780f25b6be55f17f3a6e
tree4498917486d47539b4b58ba80f6e12cefe234f69
parent18092598a50ab62aba2059a25a7fff8286875610
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>
14 files changed:
MAINTAINERS
hw/hppa/Kconfig
hw/hppa/Makefile.objs
hw/hppa/hppa_sys.h
hw/hppa/lasi.c [new file with mode: 0644]
hw/hppa/machine.c
hw/hppa/trace-events
hw/net/Kconfig
hw/net/Makefile.objs
hw/net/i82596.c [new file with mode: 0644]
hw/net/i82596.h [new file with mode: 0644]
hw/net/lasi_i82596.c [new file with mode: 0644]
hw/net/trace-events
include/hw/net/lasi_82596.h [new file with mode: 0644]