Subject: CVS commit: [jmcneill-pm] src/sys/dev
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 08/23/2007 16:19:47
Module Name: src
Committed By: joerg
Date: Thu Aug 23 16:19:47 UTC 2007
Modified Files:
src/sys/dev/cardbus [jmcneill-pm]: if_ath_cardbus.c
src/sys/dev/ic [jmcneill-pm]: ath.c athvar.h
src/sys/dev/pci [jmcneill-pm]: if_ath_pci.c
Log Message:
Convert ath(4) to new style power management.
Remove the resetting of the PCI retry register on resume,
the restored configuration should have it already.
To generate a diff of this commit:
cvs rdiff -r1.18.22.1 -r1.18.22.2 src/sys/dev/cardbus/if_ath_cardbus.c
cvs rdiff -r1.84 -r1.84.6.1 src/sys/dev/ic/ath.c
cvs rdiff -r1.21 -r1.21.6.1 src/sys/dev/ic/athvar.h
cvs rdiff -r1.21 -r1.21.6.1 src/sys/dev/pci/if_ath_pci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.