Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 09/24/2007 21:25:45
Module Name:	src
Committed By:	joerg
Date:		Mon Sep 24 21:25:45 UTC 2007

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

Log Message:
Convert bge(4) to device/softc separation. Use aprint_* instead of
printf all over the place. Only the debug macros are kept. Place the TSO
message about the hard case under debug.


To generate a diff of this commit:
cvs rdiff -r1.137 -r1.138 src/sys/dev/pci/if_bge.c
cvs rdiff -r1.43 -r1.44 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.