Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 12/26/2007 04:06:29
Module Name:	src
Committed By:	dyoung
Date:		Wed Dec 26 04:06:29 UTC 2007

Modified Files:
	src/sys/dev/pci: if_bnx.c if_bnxreg.h

Log Message:
Add device suspend/resume/detach.  (Tested with drvctl -S bnx0,
drvctl -Q bnx0, drvctl -d bnx0.)

Separate device_t storage from softc storage and use CFATTACH_DECL_NEW().


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/dev/pci/if_bnx.c
cvs rdiff -r1.2 -r1.3 src/sys/dev/pci/if_bnxreg.h

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