freebsd-skq/sys/dev/nge
wpaul 9c963e8d8d Do not set the MODE_1000 bit unless we actually have a gigabit link.
Previously, I had the MODE_1000 bit in the global config register set
unconditionally, which was wrong: we have to turn it off if we have
a 10/100 link. This is now handled in the nge_miibus_statchg() routine.

Discovered by: Nathan Binkert <binkertn@eecs.umich.edu>

(Note: this commit is being done from JFK airport. :P )
2001-07-08 16:24:01 +00:00
..
if_nge.c Do not set the MODE_1000 bit unless we actually have a gigabit link. 2001-07-08 16:24:01 +00:00
if_ngereg.h Fix some memory bugs with regard to jumbo buffers. I made a mistake when 2001-06-18 22:04:40 +00:00