summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-02-13 18:16:31 +0000
committerwollman <wollman@FreeBSD.org>1996-02-13 18:16:31 +0000
commit5c25078715eec4e8c4bd3113070c61741eda267e (patch)
tree92a11759884553db16d37641280c0f0cae760022 /sys/i386/conf
parent379b9b388fc8788659993af038bb322bfbcea8b2 (diff)
downloadFreeBSD-src-5c25078715eec4e8c4bd3113070c61741eda267e.zip
FreeBSD-src-5c25078715eec4e8c4bd3113070c61741eda267e.tar.gz
Kill XNS.
While we're at it, fix socreate() to take a process argument. (This was supposed to get committed days ago...)
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/LINT7
-rw-r--r--sys/i386/conf/NOTES7
2 files changed, 6 insertions, 8 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 0d3f649..eb6dc9a 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.237 1996/02/03 11:48:12 phk Exp $
+# $Id: LINT,v 1.238 1996/02/06 20:57:46 wollman Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -129,7 +129,6 @@ options UCONSOLE
# try to ensure that it actually compiles.
#
options INET #Internet communications protocols
-options NS #Xerox NS communications protocols
options IPX #IPX/SPX communications protocols
options IPXIP #IPX in IP encapsulation (not available)
@@ -146,6 +145,8 @@ options IPX_ERRPRINTFS=0 #IPX/SPX Console Debugging Information
#options LLC #X.25 link layer for Ethernets
#options HDLC #X.25 link layer for serial lines
#options EON #ISO CLNP over IP
+#options NS #Xerox NS protocols
+#options NSIP #XNS over IP
#
# Network interfaces:
@@ -177,8 +178,6 @@ pseudo-device bpfilter 4 #Berkeley packet filter
pseudo-device disc #Discard device
pseudo-device tun 1 #Tunnel driver(user process ppp)
-options NSIP #XNS over IP
-
#
# Internet family options:
#
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 0d3f649..eb6dc9a 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.237 1996/02/03 11:48:12 phk Exp $
+# $Id: LINT,v 1.238 1996/02/06 20:57:46 wollman Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -129,7 +129,6 @@ options UCONSOLE
# try to ensure that it actually compiles.
#
options INET #Internet communications protocols
-options NS #Xerox NS communications protocols
options IPX #IPX/SPX communications protocols
options IPXIP #IPX in IP encapsulation (not available)
@@ -146,6 +145,8 @@ options IPX_ERRPRINTFS=0 #IPX/SPX Console Debugging Information
#options LLC #X.25 link layer for Ethernets
#options HDLC #X.25 link layer for serial lines
#options EON #ISO CLNP over IP
+#options NS #Xerox NS protocols
+#options NSIP #XNS over IP
#
# Network interfaces:
@@ -177,8 +178,6 @@ pseudo-device bpfilter 4 #Berkeley packet filter
pseudo-device disc #Discard device
pseudo-device tun 1 #Tunnel driver(user process ppp)
-options NSIP #XNS over IP
-
#
# Internet family options:
#
OpenPOWER on IntegriCloud