CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/03/20 09:53:34
Modified files:
sys/dev/usb : if_axen.c
Log message:
Update the axen driver to initialize the hardware on reset. Change was
suggested by Takahiro Hayashi. Also lock the mii before performing the write,
based on changes in NetBSD. While in there, remove the decaying eeprom code
that has been commented out. This allows my adapter to attach reliably, pass
traffic, and has not panic'd my machine when I unplug it. Test feedback and OK
stsp@, and OK mpi@