CVSROOT: /cvs Module name: src Changes by: c...@cvs.openbsd.org 2009/04/25 20:20:58
Modified files: sys/dev/acpi : acpithinkpad.c acpitz.c sys/dev/gpio : gpiodcf.c sys/dev/pci : if_iwn.c if_wpi.c mbg.c sys/dev/usb : udcf.c umbg.c sys/dev : vmt.c Log message: in ca_attach() there is no need to set .value and .flags of sensors to 0, since autoconf(9) allocates softc with M_ZERO; ok deraadt