aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fe
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1996-09-08 10:44:18 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1996-09-08 10:44:18 +0000
commit40f3771f7ff67ba18b27069f1e27a21390ab6b6d (patch)
tree5e9b397e570a9f0a4bea047f5c1002a376f639f6 /sys/dev/fe
parentfa630ea6eb0fa9f9b700a64e3b1fdfdf93fe0dc6 (diff)
Notes
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 5d18329286632..13f798e72b6d2 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