diff options
Diffstat (limited to 'sys/arch/pmax')
-rw-r--r-- | sys/arch/pmax/conf/DISKLESS | 2 | ||||
-rw-r--r-- | sys/arch/pmax/conf/GENERIC.pmax | 2 | ||||
-rw-r--r-- | sys/arch/pmax/conf/GLUTTON | 2 | ||||
-rw-r--r-- | sys/arch/pmax/conf/MINIROOT | 2 | ||||
-rw-r--r-- | sys/arch/pmax/conf/NEWCONF | 2 | ||||
-rw-r--r-- | sys/arch/pmax/conf/TOCCATA | 4 |
6 files changed, 7 insertions, 7 deletions
diff --git a/sys/arch/pmax/conf/DISKLESS b/sys/arch/pmax/conf/DISKLESS index 22e0eae7183..3d670e86a81 100644 --- a/sys/arch/pmax/conf/DISKLESS +++ b/sys/arch/pmax/conf/DISKLESS @@ -43,7 +43,7 @@ options KERNFS # kernel data-structure 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 GATEWAY # IP packet forwarding #options MULTICAST # Multicast support #options MROUTING # Multicast routing support diff --git a/sys/arch/pmax/conf/GENERIC.pmax b/sys/arch/pmax/conf/GENERIC.pmax index 747edc6931b..e96edcb68c8 100644 --- a/sys/arch/pmax/conf/GENERIC.pmax +++ b/sys/arch/pmax/conf/GENERIC.pmax @@ -44,7 +44,7 @@ options KERNFS # kernel data-structure 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 GATEWAY # IP packet forwarding #options MULTICAST # Multicast support #options MROUTING # Multicast routing support diff --git a/sys/arch/pmax/conf/GLUTTON b/sys/arch/pmax/conf/GLUTTON index 5542a1c4a73..6f5249aba42 100644 --- a/sys/arch/pmax/conf/GLUTTON +++ b/sys/arch/pmax/conf/GLUTTON @@ -47,7 +47,7 @@ options KERNFS # kernel data-structure 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 GATEWAY # IP packet forwarding #options MULTICAST # Multicast support #options MROUTING # Multicast routing support diff --git a/sys/arch/pmax/conf/MINIROOT b/sys/arch/pmax/conf/MINIROOT index 15a77af722e..5dcdec39791 100644 --- a/sys/arch/pmax/conf/MINIROOT +++ b/sys/arch/pmax/conf/MINIROOT @@ -60,7 +60,7 @@ options NULLFS # null layer 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 GATEWAY # IP packet forwarding #options MULTICAST # Multicast support #options MROUTING # Multicast routing support diff --git a/sys/arch/pmax/conf/NEWCONF b/sys/arch/pmax/conf/NEWCONF index 1faeb659a23..8281801d397 100644 --- a/sys/arch/pmax/conf/NEWCONF +++ b/sys/arch/pmax/conf/NEWCONF @@ -60,7 +60,7 @@ options NULLFS # null layer 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 GATEWAY # IP packet forwarding #options MULTICAST # Multicast support #options MROUTING # Multicast routing support diff --git a/sys/arch/pmax/conf/TOCCATA b/sys/arch/pmax/conf/TOCCATA index 03124c8d91a..f35d4ca6c74 100644 --- a/sys/arch/pmax/conf/TOCCATA +++ b/sys/arch/pmax/conf/TOCCATA @@ -2,7 +2,7 @@ # GENERIC DECstation (3100 or 5000/xxx) # # from: @(#)GENERIC.pmax 8.1 (Berkeley) 6/29/93 -# $Id: TOCCATA,v 1.1 1995/10/18 08:51:25 deraadt Exp $ +# $Id: TOCCATA,v 1.2 1996/08/31 02:09:35 deraadt Exp $ # machine pmax @@ -35,7 +35,7 @@ options NFSSERVER # Sun NFS-compatible filesystem (server) # 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 GATEWAY # IP packet forwarding # pmax specific |