mirror of
https://github.com/xemu-project/xemu.git
synced 2026-07-11 01:24:41 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user