nvnet: Reduce auto-negotiation duration to 250ms

This commit is contained in:
Matt Borgerson 2025-06-20 16:07:03 -07:00
parent 5247f4d012
commit 40790024ee

View File

@ -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))