CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/01/11 08:35:39
Modified files:
sys/arch/sparc/dev: if_ie.c
Log message:
Use the softc-specific function pointers for bcopy() and bzero() in iestart(),
instead of, well, bcopy and bzero. This lets ie@vme transmit packets instead of
panicing due to memset() trying to use 32-bit stores on a device address.
