CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/07/03 09:47:18
Modified files:
sys/sys : device.h
sys/kern : subr_autoconf.c
sys/arch/macppc/dev: if_wi_obio.c
sys/dev : audio.c radio.c video.c
sys/dev/gpio : gpiodcf.c gpioow.c
sys/dev/ic : com.c smc91cxx.c
sys/dev/mii : mii_physubr.c
sys/dev/onewire: onewire.c owid.c
sys/dev/pci : auacer.c auglx.c auich.c auixp.c autri.c
auvia.c azalia.c cmpci.c cs4280.c eap.c
emuxki.c
sys/dev/pci/drm: drm_drv.c
sys/dev/pcmcia : cfxga.c com_pcmcia.c gpr.c if_an_pcmcia.c
if_cnw.c if_ep_pcmcia.c if_malo.c
if_ne_pcmcia.c if_ray.c if_sm_pcmcia.c
if_wi_pcmcia.c if_xe.c pcmcia.c wdc_pcmcia.c
sys/dev/usb : ehci.c if_athn_usb.c if_atu.c if_aue.c if_axe.c
if_cdce.c if_cue.c if_kue.c if_mos.c if_otus.c
if_ral.c if_rsu.c if_rum.c if_run.c if_uath.c
ohci.c if_udav.c if_upgt.c if_upl.c if_url.c
if_urndis.c if_urtw.c if_urtwn.c if_wi_usb.c
if_zyd.c moscom.c uark.c uaudio.c ubsa.c
uberry.c ubt.c uchcom.c ucom.c ucycom.c udcf.c
udfu.c udl.c udsbr.c ueagle.c uftdi.c ugen.c
uhci.c uhid.c uhidev.c uhts.c uhub.c uipaq.c
ukbd.c ulpt.c umass.c umbg.c umct.c umidi.c
umodem.c ums.c umsm.c uow.c uplcom.c urio.c
usb.c uscanner.c uslcom.c uthum.c uticom.c
utrh.c uts.c utwitch.c uvideo.c uvisor.c
uvscom.c uyap.c
sys/scsi : cd.c mpath_emc.c mpath_hds.c mpath_rdac.c
mpath_sym.c scsiconf.c sd.c st.c
Log message:
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
that's ever used it, and it's long since been changed to use
DVACT_{QUIESCE,SUSPEND,RESUME} instead.
ok deraadt@, dlg@; miod@ also agreed with this idea when I brought it
up a few weeks ago