summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-09-28 22:57:24 +0000
committerwollman <wollman@FreeBSD.org>1994-09-28 22:57:24 +0000
commitf04cd875db57bab1fabc1d6f28c086e2fcaaef32 (patch)
treecf104d94675d0628853be0714b9375b4227a5210
parentbb4185a6aa503d28ed840ca4a0ba64a94826dcaa (diff)
downloadFreeBSD-src-f04cd875db57bab1fabc1d6f28c086e2fcaaef32.zip
FreeBSD-src-f04cd875db57bab1fabc1d6f28c086e2fcaaef32.tar.gz
GENERIC*: remove commented-out options; the user should have to do
/some/ research to figure out how to turn them on. LINT: better description of TCP_COMPAT_42: ``emulate 4.2BSD TCP bugs''.
-rw-r--r--sys/conf/NOTES4
-rw-r--r--sys/i386/conf/GENERICAH4
-rw-r--r--sys/i386/conf/GENERICBT4
-rw-r--r--sys/i386/conf/LINT4
-rw-r--r--sys/i386/conf/NOTES4
5 files changed, 8 insertions, 12 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 9143387..7cf8b54 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.87 1994/09/28 17:00:14 se Exp $
+# $Id: LINT,v 1.88 1994/09/28 22:51:54 wollman Exp $
#
machine "i386"
@@ -43,7 +43,7 @@ options HARDFONTS #load iso8859 fonts instead of
options BOUNCE_BUFFERS #include support for DMA bounce buffers
-options "TCP_COMPAT_42" #tcp/ip compatible with 4.2
+options "TCP_COMPAT_42" #emulate 4.2BSD TCP bugs
# ^^^ NOT RECOMMENDED FOR NORMAL USE
options UCONSOLE #x console support
options DECBIT #here because clnp.h wanted it here
diff --git a/sys/i386/conf/GENERICAH b/sys/i386/conf/GENERICAH
index da0c030..72c0607 100644
--- a/sys/i386/conf/GENERICAH
+++ b/sys/i386/conf/GENERICAH
@@ -1,7 +1,7 @@
#
# GENERICAH -- Generic machine with WD/AHx/NCR family disks
#
-# $Id: GENERICAH,v 1.46 1994/09/28 22:46:20 davidg Exp $
+# $Id: GENERICAH,v 1.47 1994/09/28 22:49:52 davidg Exp $
#
machine "i386"
@@ -13,12 +13,10 @@ maxusers 10
options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
-#options GATEWAY #Host is a Gateway (forwards packets)
options FFS #Berkeley Fast File System
options NFS #Network File System
options "CD9660" #CD ISO9660 File System
options "COMPAT_43" #Compatible with BSD 4.3
-#options "TCP_COMPAT_42" #TCP/IP compatible with 4.2
options UCONSOLE #X Console support
options "FAT_CURSOR" #block cursor in syscons or pccons
options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device
diff --git a/sys/i386/conf/GENERICBT b/sys/i386/conf/GENERICBT
index 04fd695..2f5393c 100644
--- a/sys/i386/conf/GENERICBT
+++ b/sys/i386/conf/GENERICBT
@@ -1,7 +1,7 @@
#
# GENERICBT -- Generic machine with WD/BTx family disks
#
-# $Id: GENERICBT,v 1.42 1994/09/28 22:46:22 davidg Exp $
+# $Id: GENERICBT,v 1.43 1994/09/28 22:49:54 davidg Exp $
#
machine "i386"
@@ -13,12 +13,10 @@ maxusers 10
options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
-#options GATEWAY #Host is a Gateway (forwards packets)
options FFS #Berkeley Fast File System
options NFS #Network File System
options "CD9660" #CD ISO9660 File System
options "COMPAT_43" #Compatible with BSD 4.3
-#options "TCP_COMPAT_42" #TCP/IP compatible with 4.2
options UCONSOLE #X Console support
options "FAT_CURSOR" #block cursor in syscons or pccons
options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 9143387..7cf8b54 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
-# $Id: LINT,v 1.87 1994/09/28 17:00:14 se Exp $
+# $Id: LINT,v 1.88 1994/09/28 22:51:54 wollman Exp $
#
machine "i386"
@@ -43,7 +43,7 @@ options HARDFONTS #load iso8859 fonts instead of
options BOUNCE_BUFFERS #include support for DMA bounce buffers
-options "TCP_COMPAT_42" #tcp/ip compatible with 4.2
+options "TCP_COMPAT_42" #emulate 4.2BSD TCP bugs
# ^^^ NOT RECOMMENDED FOR NORMAL USE
options UCONSOLE #x console support
options DECBIT #here because clnp.h wanted it here
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 9143387..7cf8b54 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
-# $Id: LINT,v 1.87 1994/09/28 17:00:14 se Exp $
+# $Id: LINT,v 1.88 1994/09/28 22:51:54 wollman Exp $
#
machine "i386"
@@ -43,7 +43,7 @@ options HARDFONTS #load iso8859 fonts instead of
options BOUNCE_BUFFERS #include support for DMA bounce buffers
-options "TCP_COMPAT_42" #tcp/ip compatible with 4.2
+options "TCP_COMPAT_42" #emulate 4.2BSD TCP bugs
# ^^^ NOT RECOMMENDED FOR NORMAL USE
options UCONSOLE #x console support
options DECBIT #here because clnp.h wanted it here
OpenPOWER on IntegriCloud