CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/08/31 11:13:48
Modified files:
sys/dev/pci : ahci.c auich.c azalia.c if_alc.c if_ale.c
if_bge.c if_em.c if_lii.c if_msk.c if_nfe.c
if_sis.c pci.c pciide.c ppb.c sili_pci.c
vga_pci.c
sys/arch/amd64/pci: pchb.c
sys/arch/i386/pci: pchb.c
sys/arch/zaurus/dev: zaurus_apm.c
sys/dev/acpi : acpi.c
sys/dev/ic : dc.c fxp.c rtl81x9.c xl.c
sys/dev/pcmcia : pcmcia.c wdc_pcmcia.c
sys/dev/sdmmc : sdhc.c
sys/dev/usb : ehci.c
sys/kern : subr_autoconf.c
sys/scsi : scsiconf.c
sys/sys : device.h
Log message:
Add DVACT_QUIECE support. This is called before splhigh() and before
DVACT_SUSPEND, therefore DVACT_QUIECE can do standard sleeping operations
to get ready.
Discussed quite a while back with kettenis and jakemsr, oga suddenly needed
it as well and wrote half of it, so it was time to finish it.
proofread by miod.