diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2006-12-21 22:13:37 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2006-12-21 22:13:37 +0000 |
commit | a9b75613598b7598cdd246ff29cc624b6651760a (patch) | |
tree | 6abd88076b46880c8e8b6725ab6b518d623326ba /sys/dev/ic/hmevar.h | |
parent | dbba99d219fa4a10f2796265a34120aff635f6de (diff) |
betetr yet, just nuke sc_enaddr all together, just fill in arpcom and
everybody is happy
Diffstat (limited to 'sys/dev/ic/hmevar.h')
-rw-r--r-- | sys/dev/ic/hmevar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/hmevar.h b/sys/dev/ic/hmevar.h index 0e1b02fd42a..1dc0751631e 100644 --- a/sys/dev/ic/hmevar.h +++ b/sys/dev/ic/hmevar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hmevar.h,v 1.8 2004/08/08 19:01:20 brad Exp $ */ +/* $OpenBSD: hmevar.h,v 1.9 2006/12/21 22:13:36 jason Exp $ */ /* $NetBSD: hmevar.h,v 1.6 2000/09/28 10:56:57 tsutsui Exp $ */ /*- @@ -88,7 +88,6 @@ struct hme_softc { int sc_debug; void *sc_sh; /* shutdownhook cookie */ short sc_if_flags; - u_int8_t sc_enaddr[ETHER_ADDR_LEN]; /* MAC address */ /* Special hardware hooks */ void (*sc_hwreset)(struct hme_softc *); |