Subject: CVS commit: src/sys/dev/mii
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 03/27/2003 21:36:50
Module Name: src
Committed By: drochner
Date: Thu Mar 27 19:36:50 UTC 2003
Modified Files:
src/sys/dev/mii: inphy.c
Log Message:
Before checking the (Intel specific) SCR_T4 register, make
sure the chip implements 100T4 (in BMSR).
The 82562 (which doesn't implement 100T4) has the SCR_T4 bit
(always?) set, which led to wrong media status reports.
approved by thorpej
To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 src/sys/dev/mii/inphy.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.