Subject: CVS commit: syssrc/sys/dev
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 07/13/2002 04:23:28
Module Name:	syssrc
Committed By:	thorpej
Date:		Sat Jul 13 01:23:27 UTC 2002

Modified Files:
	syssrc/sys/dev/mii: brgphy.c
	syssrc/sys/dev/pci: if_bge.c

Log Message:
Move the BCM5401 DSP patch out of the bge driver and into
the brgphy driver; all users of the BCM5400 and BCM5401 need
the DSP patch and the sledgehammer-reset-at-media-set-time.

Also add a DSP patch for the BCM5411 gleaned from Apple's
GMAC driver for Darwin.

Tested with a 3Com 3c996-T (BCM5700 + BCM5401).


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 syssrc/sys/dev/mii/brgphy.c
cvs rdiff -r1.14 -r1.15 syssrc/sys/dev/pci/if_bge.c

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