]> git.proxmox.com Git - mirror_qemu.git/commit
hw/net/opencores_eth: use mii.h
authorMax Filippov <jcmvbkbc@gmail.com>
Sun, 3 Apr 2016 23:12:51 +0000 (02:12 +0300)
committerMax Filippov <jcmvbkbc@gmail.com>
Mon, 23 May 2016 19:10:16 +0000 (22:10 +0300)
commitaa8e0ab975e8c83c114ed8071be94dce232f75eb
treed1fcb57f0de7bc1deaf3319ada4c2334df99118d
parentc9158547617584bb9d19db7fb139998fbef80133
hw/net/opencores_eth: use mii.h

Drop local definitions of MII registers and use constants from mii.h for
registers and register bits. No functional changes.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
hw/net/opencores_eth.c