Subject: CVS commit: src/sys/dev/mii
To: None <source-changes@NetBSD.org>
From: Jonathan Stone <jonathan@netbsd.org>
List: source-changes
Date: 04/27/2006 16:43:14
Module Name:	src
Committed By:	jonathan
Date:		Thu Apr 27 16:43:14 UTC 2006

Modified Files:
	src/sys/dev/mii: brgphy.c miidevs

Log Message:
Add PHY ID for the integral 1000base-T PHY in the bcm5780 (also known
as Broadcom/Serverworks HT-2000).  Following the Broadcom-supplied
Linux driver, update brgphy.c to treat the bcm5780 integral copper PHY
just like the 5714/5715 PHY.

For NetBSB-3 pullup purposes, this commit includes:

src/sys/dev/mii/miidevs 	revision:	1.65 -> 1.66
src/sys/dev/mii/brgphy.c	revision:	1.26 -> 1.27

plus a regen of src/sys/dev/mii/{miidevs.h,miidevs_data.h}.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/sys/dev/mii/brgphy.c
cvs rdiff -r1.65 -r1.66 src/sys/dev/mii/miidevs

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