Use the softc-specific function pointers for bcopy() and bzero() in iestart(),
authormiod <miod@openbsd.org>
Sun, 11 Jan 2015 15:35:38 +0000 (15:35 +0000)
committermiod <miod@openbsd.org>
Sun, 11 Jan 2015 15:35:38 +0000 (15:35 +0000)
commitea603bb50cec1a490740b9711f5861d42ee8dcd1
tree70bd2a7fe5e7f531b69b3a7b011fa6c2c7f6c928
parentb8762ade015c6177e0991938fcf9f19ee1fad80a
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.
sys/arch/sparc/dev/if_ie.c