After the fxp split, sizeof(enaddr) is now 4, not 6, since enaddr is a pointer
authoraaron <aaron@openbsd.org>
Wed, 26 Apr 2000 12:48:53 +0000 (12:48 +0000)
committeraaron <aaron@openbsd.org>
Wed, 26 Apr 2000 12:48:53 +0000 (12:48 +0000)
commit70e856f9ee159d1dc357999914ea8de1a4498e2c
tree1a92af5786c7e677cb5d787432dbbcd5e06e7d92
parente181de78cd231404be019102bcc2abf0a0bb76e5
After the fxp split, sizeof(enaddr) is now 4, not 6, since enaddr is a pointer
that's passed in from the bus-dependent parts. Use ETHER_ADDR_LEN so we get the
whole thing; sigh@kuzirabekon.econ.nagasaki-u.ac.jp
sys/dev/ic/fxp.c