summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1993-12-06 01:57:16 +0000
committerwollman <wollman@FreeBSD.org>1993-12-06 01:57:16 +0000
commit522efb39b5276da7a4afe03f9d3fef552fcc921d (patch)
tree59cdbcde32bec301fd32bfe5189661e03d0d6c72 /sys/conf
parent4556f1260d8f90a93e5afa6286438decf08c94e9 (diff)
downloadFreeBSD-src-522efb39b5276da7a4afe03f9d3fef552fcc921d.zip
FreeBSD-src-522efb39b5276da7a4afe03f9d3fef552fcc921d.tar.gz
Fixed spelling error. Added NSIP (XNS over IP). Fixed TP class 4 over
IP line (TPIP) to be an option rather than a pseudo-device (the code keys off #ifdef TPIP, not #if NTPIP > 0, as makes sense).
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index ef33ef5..351c07b 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
-# $Id: LINT,v 1.29 1993/11/17 23:24:12 wollman Exp $
+# $Id: LINT,v 1.30 1993/11/18 05:01:45 rgrimes Exp $
#
machine "i386"
@@ -65,9 +65,10 @@ options INET #Internet communications protocols
options ISO
options ISOFS #ISO 9660 File System
pseudo-device loop
-options MFS #Memroy File System
+options MFS #Memory File System
options NFS #Network File System
options NS #Xerox NS communications protocols
+options NSIP #XNS over IP
options PCFS #PC (MSDOS) File System
pseudo-device ppp 2
pseudo-device pty 4
@@ -85,7 +86,7 @@ pseudo-device swappager
options SYSVSHM
options "SHMMAXPGS=64" # 256Kb of sharable memory
#pseudo-device tb #tablet line discipline.
-pseudo-device tpip
+options TPIP # ISO TP class 4 over IP
#pseudo-device tun
device uk0 #unknown scsi devices
pseudo-device vnodepager
OpenPOWER on IntegriCloud