mirror of https://github.com/xemu-project/xemu.git
nvnet: Drop unnecessary comment
This commit is contained in:
parent
2027d5bc67
commit
928be451d9
|
@ -255,8 +255,6 @@ static int nvnet_mii_rw(NvNetState *s, uint64_t val)
|
|||
|
||||
switch (reg) {
|
||||
case MII_BMSR:
|
||||
/* Phy initialization code waits for MII_BMSR_LINK_ST to be set.. If not
|
||||
set, software may report controller as not running */
|
||||
retval = MII_BMSR_AN_COMP | MII_BMSR_LINK_ST;
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue