summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_ep.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1997-12-15 20:31:25 +0000
committereivind <eivind@FreeBSD.org>1997-12-15 20:31:25 +0000
commit3452c23db8bec7afb3a4bc3b82801c3d659e2e55 (patch)
treeb28bf5a6d5fe5f4fac13c8f346dd64244f8ed330 /sys/i386/isa/if_ep.c
parentbf82710fe709ef5b3e943e0ec201b4ef5add73fa (diff)
downloadFreeBSD-src-3452c23db8bec7afb3a4bc3b82801c3d659e2e55.zip
FreeBSD-src-3452c23db8bec7afb3a4bc3b82801c3d659e2e55.tar.gz
Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.
The #ifdef IPXIP in netipx/ipx_if.h is OK (used from ipx_usrreq.c and ifconfig.c only). I also fixed a typo IPXTUNNEL -> IPTUNNEL (and #ifdef'ed out the code inside, as it never could have compiled - doh.)
Diffstat (limited to 'sys/i386/isa/if_ep.c')
-rw-r--r--sys/i386/isa/if_ep.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/isa/if_ep.c b/sys/i386/isa/if_ep.c
index b029679..5c55256 100644
--- a/sys/i386/isa/if_ep.c
+++ b/sys/i386/isa/if_ep.c
@@ -38,7 +38,7 @@
*/
/*
- * $Id: if_ep.c,v 1.67 1997/11/20 15:48:32 nate Exp $
+ * $Id: if_ep.c,v 1.68 1997/11/27 12:59:46 kato Exp $
*
* Promiscuous mode added and interrupt logic slightly changed
* to reduce the number of adapter failures. Transceiver select
@@ -60,6 +60,7 @@
#if NEP > 0
#include "bpfilter.h"
+#include "opt_ipx.h"
#include <sys/param.h>
#if defined(__FreeBSD__)
OpenPOWER on IntegriCloud