summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-05-05 07:47:44 +0000
committerdg <dg@FreeBSD.org>1995-05-05 07:47:44 +0000
commitfa72d1206b4522a7945e9bbda1f0b89997876553 (patch)
treeacb29489c2b6c1392f7eac3ca0c0829067a36a09 /sys/i386/conf
parent2ef08387ece9dfb2b32d6216f5af056ae59dcd26 (diff)
downloadFreeBSD-src-fa72d1206b4522a7945e9bbda1f0b89997876553.zip
FreeBSD-src-fa72d1206b4522a7945e9bbda1f0b89997876553.tar.gz
Fix spelling error. Commented out ISO and ISO related things until I
either fix it or we decide to remove it. It requires implementing PCB hashing to get it to compile and likely a lot more to get it to work..
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/LINT16
-rw-r--r--sys/i386/conf/NOTES16
2 files changed, 20 insertions, 12 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index c30911e..f5a0be9 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.175 1995/04/25 03:44:04 phk Exp $
+# $Id: LINT,v 1.176 1995/04/28 00:51:18 dufault 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
@@ -35,7 +35,7 @@ maxusers 10
#
# Under some circumstances it is necessary to make the default max
-# number of proccesses per user and open files per user more than the
+# number of processes per user and open files per user more than the
# defaults on bootup. (an example is a large news server in which
# the uid, news, can sometimes need > 100 simultaneous processes running)
options "CHILD_MAX=128"
@@ -132,11 +132,13 @@ options UCONSOLE
# try to ensure that it actually compiles.
#
options INET #Internet communications protocols
-options ISO
options CCITT #X.25 network layer
options NS #Xerox NS communications protocols
-options TPIP #ISO TP class 4 over IP
-options TPCONS #ISO TP class 0 over X.25
+
+# These are currently broken and don't compile
+#options ISO
+#options TPIP #ISO TP class 4 over IP
+#options TPCONS #ISO TP class 0 over X.25
#
# Network interfaces:
@@ -169,10 +171,12 @@ pseudo-device disc #Discard device
pseudo-device tun 1 #Tunnel driver(user process ppp)
options NSIP #XNS over IP
-options EON #ISO CLNP over IP
options LLC #X.25 link layer for Ethernets
options HDLC #X.25 link layer for serial lines
+# broken
+#options EON #ISO CLNP over IP
+
#
# Internet family options:
#
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index c30911e..f5a0be9 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.175 1995/04/25 03:44:04 phk Exp $
+# $Id: LINT,v 1.176 1995/04/28 00:51:18 dufault 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
@@ -35,7 +35,7 @@ maxusers 10
#
# Under some circumstances it is necessary to make the default max
-# number of proccesses per user and open files per user more than the
+# number of processes per user and open files per user more than the
# defaults on bootup. (an example is a large news server in which
# the uid, news, can sometimes need > 100 simultaneous processes running)
options "CHILD_MAX=128"
@@ -132,11 +132,13 @@ options UCONSOLE
# try to ensure that it actually compiles.
#
options INET #Internet communications protocols
-options ISO
options CCITT #X.25 network layer
options NS #Xerox NS communications protocols
-options TPIP #ISO TP class 4 over IP
-options TPCONS #ISO TP class 0 over X.25
+
+# These are currently broken and don't compile
+#options ISO
+#options TPIP #ISO TP class 4 over IP
+#options TPCONS #ISO TP class 0 over X.25
#
# Network interfaces:
@@ -169,10 +171,12 @@ pseudo-device disc #Discard device
pseudo-device tun 1 #Tunnel driver(user process ppp)
options NSIP #XNS over IP
-options EON #ISO CLNP over IP
options LLC #X.25 link layer for Ethernets
options HDLC #X.25 link layer for serial lines
+# broken
+#options EON #ISO CLNP over IP
+
#
# Internet family options:
#
OpenPOWER on IntegriCloud