CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2013/05/30 10:15:02
Modified files: sys/arch/amd64/amd64: bios.c mainbus.c sys/arch/amd64/pci: pcib.c sys/arch/arm/mainbus: mainbus.c sys/arch/arm/xscale: pxa2x0.c sys/arch/i386/pci: ichpcib.c pcib.c piixpcib.c sys/arch/loongson/dev: bonito.c mainbus.c sys/arch/macppc/dev: esp.c mesh.c wdc_obio.c sys/arch/sgi/dev: gbe.c sys/arch/sparc/dev: fd.c sys/arch/sparc64/dev: fd.c lom.c sab.c sys/arch/zaurus/dev: zaurus_apm.c sys/arch/zaurus/zaurus: zaurus_lcd.c sys/dev : flash.c flashvar.h sys/dev/acpi : acpi.c sys/dev/cardbus: cardbus.c cardslot.c sys/dev/i2o : iop.c iopvar.h sys/dev/ic : aac.c aic79xx.c aic79xx_openbsd.c cac.c cacvar.h ciss.c cissvar.h dpt.c dptvar.h sys/dev/isa : fd.c isa.c sys/dev/pci : ahd_pci.c amdpm.c arc.c azalia.c cac_pci.c ciss_pci.c dpt_pci.c iop_pci.c puc.c tcpcib.c sys/dev/pcmcia : cfxga.c sys/dev/usb : ehci.c ohci.c ohcivar.h udl.c uhci.c uhcivar.h umass.c usb.c sys/dev/wscons : wsdisplay.c sys/kern : subr_autoconf.c Log message: Enforce ca_activate tree-walks over the entire heirarchy for all events, cleaning up some shutdown-hook related code on the way. (A few drivers related to sparc are still skipped at kettenis' request) ok kettenis mlarkin, tested by many others too