hw/hppa: Enable LASI i82596 network on 715 machine

Enable the i82596 network chip which is included in the LASI
multi I/O chip. Since LASI has different start addresses on
the various machines, always initialize the LASI components
by their offsets.

Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Soumyajyotii Ssarkar <soumyajyotisarkar23@gmail.com>
Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
Helge Deller
2025-11-03 16:57:21 +05:30
parent a8e63c0130
commit b2d0bf872d
4 changed files with 26 additions and 48 deletions
-3
View File
@@ -25,7 +25,4 @@ struct SysBusI82596State {
int val_index:1;
};
SysBusI82596State *lasi_82596_init(MemoryRegion *addr_space, hwaddr hpa,
qemu_irq irq, gboolean match_default);
#endif