CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/11/23 05:11:27
Modified files:
sys/dev/ic : acx.c
Log message:
Don't use ifp->if_xname if you can use the sc_dev.dv_xname instead.
Removes some unneeded ifp pointers from the stack and don't assign
ifp->if_softc twice in the same function.
