aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/de
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2005-12-21 15:15:43 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2005-12-21 15:15:43 +0000
commit87f34c405b117bc4f775ec677518c8d282e708e9 (patch)
tree3d19892fa4793dc5f7955ac5a8aebe220ba9afd9 /sys/dev/de
parent3ff539810b557b8c6c037195da88b6e0d7381bf7 (diff)
downloadsrc-87f34c405b117bc4f775ec677518c8d282e708e9.tar.gz
src-87f34c405b117bc4f775ec677518c8d282e708e9.zip
Notes
Diffstat (limited to 'sys/dev/de')
-rw-r--r--sys/dev/de/if_devar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/de/if_devar.h b/sys/dev/de/if_devar.h
index ae96b2e70edf..45b7d260e43b 100644
--- a/sys/dev/de/if_devar.h
+++ b/sys/dev/de/if_devar.h
@@ -510,7 +510,7 @@ struct tulip_softc {
struct ifmedia tulip_ifmedia;
int tulip_unit;
struct ifnet *tulip_ifp;
- u_char tulip_enaddr[6];
+ u_char tulip_enaddr[ETHER_ADDR_LEN];
bus_space_tag_t tulip_csrs_bst;
bus_space_handle_t tulip_csrs_bsh;
tulip_regfile_t tulip_csrs;