Date: Sun, 8 Jul 2001 09:24:02 -0700 (PDT) From: Bill Paul <wpaul@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/nge if_nge.c Message-ID: <200107081624.f68GO2654231@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2001/07/08 09:24:02 PDT Modified files: sys/dev/nge if_nge.c Log: 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 ) Revision Changes Path 1.15 +11 -3 src/sys/dev/nge/if_nge.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107081624.f68GO2654231>