Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@netbsd.org>
From: Jonathan Stone <jonathan@netbsd.org>
List: source-changes
Date: 03/06/2003 22:53:07
Module Name:	src
Committed By:	jonathan
Date:		Thu Mar  6 20:53:07 UTC 2003

Modified Files:
	src/sys/dev/pci: if_bge.c if_bgereg.h

Log Message:
Commit the FreeBSD alternative of a private patch to check NIC internal
ram for using TBI, versus MII/GMII.

FreeBSD commit log and versions:
   Obtain the media type from the shared memory and only use the eeprom
   as a fallback.

   if_bge.c:	rev 1.30
   if_bgereg.h:	rev 1.13

Thanks to Paul Saab @mu.org.


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 src/sys/dev/pci/if_bge.c
cvs rdiff -r1.7 -r1.8 src/sys/dev/pci/if_bgereg.h

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