Move the fairly heavy eephy_init sequence [which was only done at
authorderaadt <deraadt@openbsd.org>
Sat, 28 Dec 2013 03:28:45 +0000 (03:28 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 28 Dec 2013 03:28:45 +0000 (03:28 +0000)
commitc02be73add3248e8b2a6784b4054dc49842beb1b
tree9e93701c3200399654a10d949b5775fc5d452c3b
parent7da32b384eb34ea25ce176b88e8907165c6a27a0
Move the fairly heavy eephy_init sequence [which was only done at
attach() and activate() time] into the eephy_reset() routine.  This
means that a bit more work gets done at PHY_RESET time, but it means
also means it gets done in all scenarios.  Why?  For the next commit...
This was in snapshots for about 2 weeks.
sys/dev/mii/eephy.c