mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-09-06 05:31:50 +00:00
kvm: Ignore dummy delay ioport
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
This commit is contained in:
committed by
Will Deacon
parent
72608c298c
commit
95756a07b3
@@ -62,6 +62,9 @@ static struct ioport_operations *ioport_ops[USHRT_MAX] = {
|
||||
[0xA0] = &dummy_read_write_ioport_ops,
|
||||
[0xA1] = &dummy_read_write_ioport_ops,
|
||||
|
||||
/* PORT 00ED - DUMMY PORT FOR DELAY??? */
|
||||
[0xED] = &dummy_write_only_ioport_ops,
|
||||
|
||||
/* 0x00F0 - 0x00FF - Math co-processor */
|
||||
[0xF0] = &dummy_write_only_ioport_ops,
|
||||
[0xF1] = &dummy_write_only_ioport_ops,
|
||||
|
||||
Reference in New Issue
Block a user