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''.
This commit is contained in:
Garrett Wollman 1994-09-28 22:57:24 +00:00
parent 33e7ce7c3d
commit af27b9fc77
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3182
5 changed files with 8 additions and 12 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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