CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2013/12/27 20:35:43
Modified files: sys/dev/pci : if_msk.c Log message: The few network drivers that called their children's (ie. mii PHY drivers) activate functions at DVACT_RESUME time do not need to do so, since their PHYs are repaired by IFF_UP. NOTE: if_msk is the one that previously relied on mii/eephy.c doing a crazy dance.