OSDN Git Service

ide: there is only one data port
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 30 Mar 2015 11:19:16 +0000 (13:19 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 27 Apr 2015 16:24:19 +0000 (18:24 +0200)
commite477317cce98c399a2299d025bcb6bf0fd69df49
tree5c4dc0b1f9c4a038de3bace0b20b796d9c666d39
parent54da54e543eea8e689a625fcb3dada1b296f5d3d
ide: there is only one data port

IDE PIO data must be written, for example, at 0x1f0.  You cannot
do word or dword writes to 0x1f1..0x1f3 to access the data register.
Adjust the ide_portio_list accordingly.

Cc: John Snow <jsnow@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/ide/core.c