Subject: CVS commit: [jmcneill-pm] src/sys/dev
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 10/05/2007 01:09:02
Module Name:	src
Committed By:	joerg
Date:		Fri Oct  5 01:09:01 UTC 2007

Modified Files:
	src/sys/dev/cardbus [jmcneill-pm]: if_re_cardbus.c if_rtk_cardbus.c
	src/sys/dev/ic [jmcneill-pm]: rtl8169.c rtl81x9.c rtl81x9var.h
	src/sys/dev/pci [jmcneill-pm]: if_re_pci.c if_rtk_pci.c

Log Message:
Remove the power management nonsense in the PCI versions of
rtk(4) and re(4). It is not really likely to work anyway.
Use PNP power management for the cardbus attachment as well and
remove the power management handlers from the chipset code.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.13.8.1 src/sys/dev/cardbus/if_re_cardbus.c
cvs rdiff -r1.32 -r1.32.8.1 src/sys/dev/cardbus/if_rtk_cardbus.c
cvs rdiff -r1.86.6.1 -r1.86.6.2 src/sys/dev/ic/rtl8169.c
cvs rdiff -r1.75.6.1 -r1.75.6.2 src/sys/dev/ic/rtl81x9.c
cvs rdiff -r1.39 -r1.39.8.1 src/sys/dev/ic/rtl81x9var.h
cvs rdiff -r1.28.4.1 -r1.28.4.2 src/sys/dev/pci/if_re_pci.c
cvs rdiff -r1.32.8.1 -r1.32.8.2 src/sys/dev/pci/if_rtk_pci.c

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