diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-31 02:09:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-31 02:09:45 +0000 |
commit | cbc633f1c7492409eab24e6695ca9ae5fb2554a6 (patch) | |
tree | 9cbdc5e83ce60594056a560595210a7d70b2380d /sys/arch/hp300 | |
parent | 62981d11e71af2ee268240d025a8fa35e82986ee (diff) |
disable TCP_COMPAT_42
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/conf/DISKLESS | 2 | ||||
-rw-r--r-- | sys/arch/hp300/conf/GENERIC | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/conf/DISKLESS b/sys/arch/hp300/conf/DISKLESS index 3555b96c9c8..c8840e76d5b 100644 --- a/sys/arch/hp300/conf/DISKLESS +++ b/sys/arch/hp300/conf/DISKLESS @@ -44,7 +44,7 @@ options MFS # Memory-based filesystem # Networking options options INET # Internet protocols -options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP +#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP options NMBCLUSTERS="512" # Just a little extra # Options for HP hardware diff --git a/sys/arch/hp300/conf/GENERIC b/sys/arch/hp300/conf/GENERIC index bb09b655019..6f38e399f38 100644 --- a/sys/arch/hp300/conf/GENERIC +++ b/sys/arch/hp300/conf/GENERIC @@ -49,7 +49,7 @@ options MFS # Memory-based filesystem options INET # Internet protocols options GATEWAY # IP forwarding + larger mb_map options MROUTING # Multicast routing -options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP +#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP # Options for HP hardware options FPSP # floating point interface for 68040 |