cvs commit: src/sys/dev/nve if_nve.c
Bjoern A. Zeeb
bz at FreeBSD.org
Sun Dec 11 22:23:45 PST 2005
bz 2005-12-12 06:23:43 UTC
FreeBSD src repository
Modified files:
sys/dev/nve if_nve.c
Log:
Make nve(4) work for people with nf3/nf4 who never got it
working at all and only saw "nve0: device timeout (N)" messages.
- Setup PHY before handing control to NVidia API setting
speed, duplex, enabling interrupts, etc.
- Add restriction of MAXADDR_32BIT for high address to contigmalloc
to make the driver work on machines with 4+GB of memory.
PR: kern/85583, kern/88045
Tested by: scottl, others earlier version
MFC after: 10 days
Revision Changes Path
1.20 +3 -2 src/sys/dev/nve/if_nve.c
More information about the cvs-src
mailing list