]> git.proxmox.com Git - qemu.git/commit
eepro100: Support byte/word read/write access to MDI control register
authorStefan Weil <weil@mail.berlios.de>
Sat, 30 Apr 2011 20:40:11 +0000 (22:40 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 5 May 2011 13:05:43 +0000 (16:05 +0300)
commit0113f48df6cb8209df9d85e4f92c79aa3be1b5c5
treeed8e7b5b092605479a17ec9c07f0a3d6bb1aeaf2
parent27a05006e03eed00d72d943c06224fd8bd349e54
eepro100: Support byte/word read/write access to MDI control register

MDI control is a 32 bit register, but may be read or written using
8 or 16 bit access. Data is latched when the MSB is written.

Add support for byte/word read/write access.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/eepro100.c