mirror of
https://github.com/mborgerson/xemu.git
synced 2025-10-29 20:21:14 +00:00
nvnet: Reduce auto-negotiation duration to 250ms
This commit is contained in:
parent
5247f4d012
commit
40790024ee
@ -35,7 +35,7 @@
|
||||
#define IOPORT_SIZE 0x8
|
||||
#define MMIO_SIZE 0x400
|
||||
#define PHY_ADDR 1
|
||||
#define AUTONEG_DURATION_MS 500
|
||||
#define AUTONEG_DURATION_MS 250
|
||||
|
||||
#define GET_MASK(v, mask) (((v) & (mask)) >> ctz32(mask))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user