summaryrefslogtreecommitdiffstats
path: root/sys/dev/fe
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-03-03 10:40:27 +0000
committerkato <kato@FreeBSD.org>1999-03-03 10:40:27 +0000
commitc5723ddbb3cb611b2407ba244324a22d1732d00e (patch)
tree9ab9604aec91dd6e8de74ffccea051909597f996 /sys/dev/fe
parent04a0bf0d084d98ebedb01fd53c0e22dbfe19966d (diff)
downloadFreeBSD-src-c5723ddbb3cb611b2407ba244324a22d1732d00e.zip
FreeBSD-src-c5723ddbb3cb611b2407ba244324a22d1732d00e.tar.gz
Added FE_8BIT_SUPPORT into the list. The fe driver includes opt_fe.h.
Submitted by: Takahashi Yoshihiro <nyan@dd.catv.ne.jp>
Diffstat (limited to 'sys/dev/fe')
-rw-r--r--sys/dev/fe/if_fe.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/fe/if_fe.c b/sys/dev/fe/if_fe.c
index 94e4bef..efbc40b 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.47 1999/01/12 00:36:29 eivind Exp $
+ * $Id: if_fe.c,v 1.48 1999/01/19 00:21:40 peter Exp $
*
* Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards.
* To be used with FreeBSD 3.x
@@ -71,6 +71,7 @@
#include "fe.h"
#include "bpfilter.h"
+#include "opt_fe.h"
#include "opt_inet.h"
#include "opt_ipx.h"
OpenPOWER on IntegriCloud