Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/30/2001 22:49:09
Module Name:	syssrc
Committed By:	thorpej
Date:		Mon Apr 30 19:49:09 UTC 2001

Modified Files:
	syssrc/sys/dev/mii: mii.h mii_physubr.c miivar.h ukphy.c

Log Message:
Add code to recognize and set media on GMII (Gigabit MII) PHYs.

802.3 doens't specify ANAR or ANLPAR bits for GMII.  Need to
use PHY-specific registers for this, for now, which means we
need specific drivers for the Gigabit-capable PHYs (I think the
most common is the BCM5400).


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/dev/mii/mii.h
cvs rdiff -r1.20 -r1.21 syssrc/sys/dev/mii/mii_physubr.c
cvs rdiff -r1.22 -r1.23 syssrc/sys/dev/mii/miivar.h
cvs rdiff -r1.13 -r1.14 syssrc/sys/dev/mii/ukphy.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.