CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2013/12/27 20:30:41
Modified files: sys/dev/mii : acphy.c amphy.c atphy.c bmtphy.c brgphy.c ciphy.c dcphy.c etphy.c exphy.c gentbi.c icsphy.c inphy.c iophy.c ipgphy.c jmphy.c luphy.c lxtphy.c mii_physubr.c miivar.h mlphy.c mtdphy.c nsgphy.c nsphy.c nsphyter.c qsphy.c rdcphy.c rgephy.c rlphy.c sqphy.c tlphy.c tqphy.c txphy.c ukphy.c urlphy.c xmphy.c Log message: mii drivers no longer need activate functions. Repair of the PHY configuration setting is done at resume time because all networks drivers which were previously up, do an IFF_UP operation which hits PHY_RESET. This was in snapshots for about 2 weeks.