Subject: CVS commit: [jmcneill-pm] src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 08/23/2007 09:32:51
Module Name:	src
Committed By:	joerg
Date:		Thu Aug 23 09:32:51 UTC 2007

Modified Files:
	src/sys/dev/pci [jmcneill-pm]: if_bge.c if_iwi.c pci.c pcivar.h

Log Message:
Introduce pci_net_generic_power, which should be enough for most
network drivers and be a good foundation for C&P for the rest.

For iwi(4), don't reset the PCI retry register again, pci_conf_restore
should take care of that already.

For bge(4), add a NetBSD style if_stop.


To generate a diff of this commit:
cvs rdiff -r1.132.6.3 -r1.132.6.4 src/sys/dev/pci/if_bge.c
cvs rdiff -r1.62.14.1 -r1.62.14.2 src/sys/dev/pci/if_iwi.c
cvs rdiff -r1.103.22.4 -r1.103.22.5 src/sys/dev/pci/pci.c
cvs rdiff -r1.74.14.1 -r1.74.14.2 src/sys/dev/pci/pcivar.h

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