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/gemvar.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/gemvar.h')
-rw-r--r-- | sys/dev/ic/gemvar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/gemvar.h b/sys/dev/ic/gemvar.h index c2014a3b457..9224ad95c35 100644 --- a/sys/dev/ic/gemvar.h +++ b/sys/dev/ic/gemvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: gemvar.h,v 1.15 2006/11/25 02:12:04 brad Exp $ */ +/* $OpenBSD: gemvar.h,v 1.16 2006/12/21 22:13:36 jason Exp $ */ /* $NetBSD: gemvar.h,v 1.1 2001/09/16 00:11:43 eeh Exp $ */ /* @@ -206,7 +206,6 @@ struct gem_softc { int sc_inited; int sc_debug; void *sc_sh; /* shutdownhook cookie */ - u_int8_t sc_enaddr[ETHER_ADDR_LEN]; /* MAC address */ /* Special hardware hooks */ void (*sc_hwreset)(struct gem_softc *); |