diff options
Diffstat (limited to 'sys/arch/sun3')
-rw-r--r-- | sys/arch/sun3/conf/DISKLESS | 2 | ||||
-rw-r--r-- | sys/arch/sun3/conf/FOUR_TTYS | 2 | ||||
-rw-r--r-- | sys/arch/sun3/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/arch/sun3/conf/RAMDISK | 2 | ||||
-rw-r--r-- | sys/arch/sun3/conf/SMD_TEST | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/sun3/conf/DISKLESS b/sys/arch/sun3/conf/DISKLESS index 6c124791116..3d6dd78657f 100644 --- a/sys/arch/sun3/conf/DISKLESS +++ b/sys/arch/sun3/conf/DISKLESS @@ -42,7 +42,7 @@ options COMPAT_SUNOS # can run SunOS 4.1.1 executables options COMPAT_10 # NetBSD 1.0, options COMPAT_11 # NetBSD 1.1, options COMPAT_43 # and 4.3BSD -options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD +#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD options UCONSOLE # Allow non-root TIOCCONS # Sun3-specific debugging options diff --git a/sys/arch/sun3/conf/FOUR_TTYS b/sys/arch/sun3/conf/FOUR_TTYS index d9a1a04bb72..c4441611a60 100644 --- a/sys/arch/sun3/conf/FOUR_TTYS +++ b/sys/arch/sun3/conf/FOUR_TTYS @@ -45,7 +45,7 @@ options COMPAT_SUNOS # can run SunOS 4.1.1 executables options COMPAT_10 # NetBSD 1.0, options COMPAT_11 # NetBSD 1.1, options COMPAT_43 # and 4.3BSD -options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD +#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD options UCONSOLE # Allow non-root TIOCCONS # Sun3-specific debugging options diff --git a/sys/arch/sun3/conf/GENERIC b/sys/arch/sun3/conf/GENERIC index 6f1a0db6f45..abd2b4a0ab4 100644 --- a/sys/arch/sun3/conf/GENERIC +++ b/sys/arch/sun3/conf/GENERIC @@ -45,7 +45,7 @@ options COMPAT_SUNOS # can run SunOS 4.1.1 executables options COMPAT_10 # NetBSD 1.0, options COMPAT_11 # NetBSD 1.1, options COMPAT_43 # and 4.3BSD -options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD +#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD options UCONSOLE # Allow non-root TIOCCONS # Sun3-specific debugging options diff --git a/sys/arch/sun3/conf/RAMDISK b/sys/arch/sun3/conf/RAMDISK index c80c2210e2c..b026f0969bc 100644 --- a/sys/arch/sun3/conf/RAMDISK +++ b/sys/arch/sun3/conf/RAMDISK @@ -43,7 +43,7 @@ options NFS_BOOT_RWSIZE=1024 options COMPAT_10 # NetBSD 1.0, options COMPAT_11 # NetBSD 1.1, options COMPAT_43 # and 4.3BSD -options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD +#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD #options UCONSOLE # Allow non-root TIOCCONS # Sun3-specific debugging options diff --git a/sys/arch/sun3/conf/SMD_TEST b/sys/arch/sun3/conf/SMD_TEST index a4a2d61380f..db754dc6434 100644 --- a/sys/arch/sun3/conf/SMD_TEST +++ b/sys/arch/sun3/conf/SMD_TEST @@ -45,7 +45,7 @@ options COMPAT_SUNOS # can run SunOS 4.1.1 executables options COMPAT_10 # NetBSD 1.0, options COMPAT_11 # NetBSD 1.1, options COMPAT_43 # and 4.3BSD -options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD +#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD options UCONSOLE # Allow non-root TIOCCONS # Sun3-specific debugging options |