CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2012/10/18 15:44:21
Modified files: sys/dev/pci : esareg.h if_atw_pci.c if_dc_pci.c if_epic_pci.c if_lge.c if_msk.c if_nge.c if_pcn.c if_re_pci.c if_rtw_pci.c if_sf_pci.c if_sis.c if_sk.c if_ste.c if_stge.c if_vr.c if_wb.c if_xl_pci.c if_lgereg.h if_ngereg.h if_sisreg.h if_skreg.h if_stereg.h if_vrreg.h if_wbreg.h Log message: Convert a number of old private copies of code which predates pci_set_powerstate() to using it instead. Many of these chunks of code had bugs in them, especially missing delay() calls. Some of them were doing things our PCI subsystem is now responsible for handling. If you have any of the affected devices, please keep an eye out for regressions. ok kettenis