summaryrefslogtreecommitdiffstats
path: root/sys/dev/fe
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-09-08 10:44:18 +0000
committerphk <phk@FreeBSD.org>1996-09-08 10:44:18 +0000
commit367da4b2c88a84a2fbed33b09494398382512e00 (patch)
tree5e9b397e570a9f0a4bea047f5c1002a376f639f6 /sys/dev/fe
parent40374960778da90588cc1074d25a89683cf25b5f (diff)
downloadFreeBSD-src-367da4b2c88a84a2fbed33b09494398382512e00.zip
FreeBSD-src-367da4b2c88a84a2fbed33b09494398382512e00.tar.gz
Various cleanups for remanents of devconf.
Diffstat (limited to 'sys/dev/fe')
-rw-r--r--sys/dev/fe/if_fe.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/fe/if_fe.c b/sys/dev/fe/if_fe.c
index 5d18329..13f798e 100644
--- a/sys/dev/fe/if_fe.c
+++ b/sys/dev/fe/if_fe.c
@@ -21,7 +21,7 @@
*/
/*
- * $Id: if_fe.c,v 1.17 1996/08/06 21:14:07 phk Exp $
+ * $Id: if_fe.c,v 1.18 1996/09/06 23:07:34 phk Exp $
*
* Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards.
* To be used with FreeBSD 2.x
@@ -233,7 +233,6 @@ static struct fe_softc {
} fe_softc[NFE];
-/* Frequently accessed members in arpcom and kdc. */
#define sc_if arpcom.ac_if
#define sc_unit arpcom.ac_if.if_unit
#define sc_enaddr arpcom.ac_enaddr
OpenPOWER on IntegriCloud