]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[rtl8139] Perform only 8-bit ioport access on the ChipCmd register
authorJulian Pidancet <julian.pidancet@gmail.com>
Mon, 14 Nov 2011 21:00:20 +0000 (21:00 +0000)
committerMichael Brown <mcb30@ipxe.org>
Mon, 14 Nov 2011 22:23:06 +0000 (22:23 +0000)
commit91dd64ad25baa27954a7518e73df4fca8a2d0c93
tree0ff39d56c9534d5fad4715d1171f34c10cc17da5
parentcaf98cf624a2a7cedd654859fe37bc6b603cb943
[rtl8139] Perform only 8-bit ioport access on the ChipCmd register

The ChipCmd register is only an 8-bit register.  The 16-bit access
used by iPXE was causing an issue when used with qemu emulated rtl8139
device which was improperly aligning IOs.

Signed-off-by: Julian Pidancet <julian.pidancet@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/rtl8139.c