K 10 svn:author V 5 wpaul K 8 svn:date V 27 2001-07-08T16:24:01.000000Z K 7 svn:log V 393 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 (Note: this commit is being done from JFK airport. :P ) END