mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
lasi: Add reset I/O ports for LASI audio and FDC
Linux writes zeroes at bootup into the default ports for LASI audio and LASI floppy controller to reset those devices. Allow writing to those registers to avoid HPMCs. Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
9ccbe394d2
commit
32d26ea407
2 changed files with 13 additions and 0 deletions
|
@ -26,9 +26,11 @@ OBJECT_DECLARE_SIMPLE_TYPE(LasiState, LASI_CHIP)
|
|||
#define LASI_IAR 0x10
|
||||
|
||||
#define LASI_LPT 0x02000
|
||||
#define LASI_AUDIO 0x04000
|
||||
#define LASI_UART 0x05000
|
||||
#define LASI_LAN 0x07000
|
||||
#define LASI_RTC 0x09000
|
||||
#define LASI_FDC 0x0A000
|
||||
|
||||
#define LASI_PCR 0x0C000 /* LASI Power Control register */
|
||||
#define LASI_ERRLOG 0x0C004 /* LASI Error Logging register */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue