diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2006-12-21 22:17:57 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2006-12-21 22:17:57 +0000 |
commit | 7712ca0e12bd8ea8dc479b8bff845218d6b05ead (patch) | |
tree | d1dae24954095b75e64728b73533481ac2b6580f /sys/dev | |
parent | 5a562651299944a4c9337eee6f0e0131e739c2c9 (diff) |
nuke unused sc_enaddr and comment about it
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/lemacvar.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/ic/lemacvar.h b/sys/dev/ic/lemacvar.h index 2cf7e0bd2cb..5db112a0906 100644 --- a/sys/dev/ic/lemacvar.h +++ b/sys/dev/ic/lemacvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: lemacvar.h,v 1.2 2003/10/21 18:58:49 jmc Exp $ */ +/* $OpenBSD: lemacvar.h,v 1.3 2006/12/21 22:17:56 jason Exp $ */ /* $NetBSD: lemacvar.h,v 1.6 2001/06/13 10:46:03 wiz Exp $ */ /* @@ -70,10 +70,6 @@ struct lemac_softc { unsigned cntr_rxd_intrs;/* total # of receive error intrs */ } sc_cntrs; - /* - * We rely on sc_enaddr being aligned on (at least) a 16 bit boundary - */ - unsigned char sc_enaddr[ETHER_ADDR_LEN];/* current Ethernet address */ char sc_prodname[LEMAC_EEP_PRDNMSZ+1]; /* product name DE20x-xx */ u_int8_t sc_eeprom[LEMAC_EEP_SIZE]; /* local copy eeprom */ }; |