Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch (Regenerated atari and amiga)
details: https://anonhg.NetBSD.org/src/rev/c8a282493269
branches: trunk
changeset: 512258:c8a282493269
user: abs <abs%NetBSD.org@localhost>
date: Sun Jul 08 16:34:03 2001 +0000
description:
(Regenerated atari and amiga)
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)
diffstat:
sys/arch/amiga/conf/AMIGA | 13 +++++++++----
sys/arch/amiga/conf/DRACO | 13 +++++++++----
sys/arch/amiga/conf/INSTALL | 6 +++---
sys/arch/atari/conf/ATARITT | 12 +++++++-----
sys/arch/atari/conf/BOOT | 8 ++++----
sys/arch/atari/conf/BOOTX | 8 ++++----
sys/arch/atari/conf/FALCON | 14 ++++++++------
sys/arch/atari/conf/HADES | 12 +++++++-----
sys/arch/atari/conf/MILAN-ISAIDE | 18 ++++++++++--------
sys/arch/atari/conf/MILAN-PCIIDE | 18 ++++++++++--------
10 files changed, 71 insertions(+), 51 deletions(-)
diffs (truncated from 526 to 300 lines):
diff -r de4a0130dac5 -r c8a282493269 sys/arch/amiga/conf/AMIGA
--- a/sys/arch/amiga/conf/AMIGA Sun Jul 08 16:32:12 2001 +0000
+++ b/sys/arch/amiga/conf/AMIGA Sun Jul 08 16:34:03 2001 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: AMIGA,v 1.36 2001/06/11 01:50:52 wiz Exp $
+# $NetBSD: AMIGA,v 1.37 2001/07/08 16:34:03 abs Exp $
#
# This file was automatically created. Changes will be
# lost when running make in this directory.
#
-# Created from: #NetBSD: GENERIC,v 1.156 2001/02/02 21:52:13 is Exp $
+# Created from: #NetBSD: GENERIC,v 1.160 2001/07/08 16:32:13 abs Exp $
include "arch/amiga/conf/std.amiga"
-#ident "GENERIC-$Revision: 1.36 $"
+#ident "GENERIC-$Revision: 1.37 $"
maxusers 8
options RTC_OFFSET=0
@@ -50,6 +50,7 @@
#options EON # OSI tunneling over IP
options CCITT,LLC,HDLC # X.25
options NETATALK # AppleTalk networking protocols
+#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
options PPP_BSDCOMP # BSD-Compress compression support for PPP
options PPP_DEFLATE # Deflate compression support for PPP
@@ -91,7 +92,7 @@
#Compatibility options for various existing systems
-options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_43 # compatibility with 4.3BSD interfaces
options COMPAT_09 # compatibility with NetBSD 0.9
options COMPAT_10 # compatibility with NetBSD 1.0
@@ -109,6 +110,10 @@
options SYSVSHM # System V-like shared memory
options SYSVMSG # System V-like messages
options SYSVSEM # System V-like semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
#Support for various kernel options
diff -r de4a0130dac5 -r c8a282493269 sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Sun Jul 08 16:32:12 2001 +0000
+++ b/sys/arch/amiga/conf/DRACO Sun Jul 08 16:34:03 2001 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: DRACO,v 1.53 2001/06/11 01:50:52 wiz Exp $
+# $NetBSD: DRACO,v 1.54 2001/07/08 16:34:03 abs Exp $
#
# This file was automatically created. Changes will be
# lost when running make in this directory.
#
-# Created from: #NetBSD: GENERIC,v 1.156 2001/02/02 21:52:13 is Exp $
+# Created from: #NetBSD: GENERIC,v 1.160 2001/07/08 16:32:13 abs Exp $
include "arch/amiga/conf/std.amiga"
-#ident "GENERIC-$Revision: 1.53 $"
+#ident "GENERIC-$Revision: 1.54 $"
maxusers 8
options RTC_OFFSET=0
@@ -38,6 +38,7 @@
#options EON # OSI tunneling over IP
options CCITT,LLC,HDLC # X.25
options NETATALK # AppleTalk networking protocols
+#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
options PPP_BSDCOMP # BSD-Compress compression support for PPP
options PPP_DEFLATE # Deflate compression support for PPP
@@ -79,7 +80,7 @@
#Compatibility options for various existing systems
-options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_43 # compatibility with 4.3BSD interfaces
options COMPAT_09 # compatibility with NetBSD 0.9
options COMPAT_10 # compatibility with NetBSD 1.0
@@ -97,6 +98,10 @@
options SYSVSHM # System V-like shared memory
options SYSVMSG # System V-like messages
options SYSVSEM # System V-like semaphores
+#options SEMMNI=10 # number of semaphore identifiers
+#options SEMMNS=60 # number of semaphores in system
+#options SEMUME=10 # max number of undo entries per process
+#options SEMMNU=30 # number of undo structures in system
#Support for various kernel options
diff -r de4a0130dac5 -r c8a282493269 sys/arch/amiga/conf/INSTALL
--- a/sys/arch/amiga/conf/INSTALL Sun Jul 08 16:32:12 2001 +0000
+++ b/sys/arch/amiga/conf/INSTALL Sun Jul 08 16:34:03 2001 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: INSTALL,v 1.15 2001/06/11 01:50:52 wiz Exp $
+# $NetBSD: INSTALL,v 1.16 2001/07/08 16:34:03 abs Exp $
#
# This file was automatically created. Changes will be
# lost when running make in this directory.
#
-# Created from: #NetBSD: GENERIC,v 1.156 2001/02/02 21:52:13 is Exp $
+# Created from: #NetBSD: GENERIC,v 1.160 2001/07/08 16:32:13 abs Exp $
include "arch/amiga/conf/std.amiga"
-#ident "GENERIC-$Revision: 1.15 $"
+#ident "GENERIC-$Revision: 1.16 $"
makeoptions COPTS="-Os"
diff -r de4a0130dac5 -r c8a282493269 sys/arch/atari/conf/ATARITT
--- a/sys/arch/atari/conf/ATARITT Sun Jul 08 16:32:12 2001 +0000
+++ b/sys/arch/atari/conf/ATARITT Sun Jul 08 16:34:03 2001 +0000
@@ -1,12 +1,12 @@
#
-# $NetBSD: ATARITT,v 1.38 2001/06/11 01:50:52 wiz Exp $
+# $NetBSD: ATARITT,v 1.39 2001/07/08 16:34:03 abs Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
# NetBSD: ATARITT.in,v 1.4 2001/04/10 06:28:38 leo Exp $
-# NetBSD: GENERIC.in,v 1.2 2001/04/10 06:46:01 leo Exp $
+# NetBSD: GENERIC.in,v 1.4 2001/07/08 16:32:15 abs Exp $
#This configuration file is for a GENERIC ATARI-TT
@@ -14,7 +14,7 @@
include "arch/atari/conf/std.atari"
-#ident "GENERIC-$Revision: 1.38 $"
+#ident "GENERIC-$Revision: 1.39 $"
#Add support for about 16 users. This variable is used to size
#various kernel structures.
@@ -64,6 +64,8 @@
options IPFILTER_LOG # ipmon(8) log support
#options IPFILTER_DEFAULT_BLOCK # block packages by default
+#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
+
#File systems
file-system FFS # Berkeley fast file system
file-system MFS # Memory based filesystem
@@ -88,7 +90,7 @@
options SOFTDEP # FFS soft updates support.
options NFSSERVER # Network File System server side code
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
- #immutable) behave as system flags.
+ # immutable) behave as system flags.
#Misc. debugging options
@@ -110,9 +112,9 @@
#options COMPAT_09 # has no meaning on the atari
#options COMPAT_SUNOS # Support to run Sun-3 executables
#options COMPAT_SVR4 # Support to run SVR4 executables
-#options TCP_COMPAT_42 # Disable UDP checksums (not needed)
#options COMPAT_LINUX # Support to run Linux/m68k executables
#options EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4)
+#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
#Support for System V IPC facilities.
diff -r de4a0130dac5 -r c8a282493269 sys/arch/atari/conf/BOOT
--- a/sys/arch/atari/conf/BOOT Sun Jul 08 16:32:12 2001 +0000
+++ b/sys/arch/atari/conf/BOOT Sun Jul 08 16:34:03 2001 +0000
@@ -1,12 +1,12 @@
#
-# $NetBSD: BOOT,v 1.37 2001/06/11 01:50:53 wiz Exp $
+# $NetBSD: BOOT,v 1.38 2001/07/08 16:34:03 abs Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
# NetBSD: FALCON.in,v 1.4 2001/04/10 06:28:38 leo Exp $
-# NetBSD: GENERIC.in,v 1.2 2001/04/10 06:46:01 leo Exp $
+# NetBSD: GENERIC.in,v 1.4 2001/07/08 16:32:15 abs Exp $
#This configuration file is for a generic ATARI-Falcon
@@ -17,7 +17,7 @@
include "arch/atari/conf/std.atari"
-#ident "GENERIC-$Revision: 1.37 $"
+#ident "GENERIC-$Revision: 1.38 $"
#Add support for about 16 users. This variable is used to size
#various kernel structures.
@@ -110,7 +110,7 @@
wdc0 at mainbus0 # IDE-bus
wd* at wdc? channel ? drive ?
- #ATAPI bus support
+ # ATAPI bus support
atapibus* at wdc? channel ?
#ATAPI devices
diff -r de4a0130dac5 -r c8a282493269 sys/arch/atari/conf/BOOTX
--- a/sys/arch/atari/conf/BOOTX Sun Jul 08 16:32:12 2001 +0000
+++ b/sys/arch/atari/conf/BOOTX Sun Jul 08 16:34:03 2001 +0000
@@ -1,12 +1,12 @@
#
-# $NetBSD: BOOTX,v 1.31 2001/06/11 01:50:53 wiz Exp $
+# $NetBSD: BOOTX,v 1.32 2001/07/08 16:34:03 abs Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
# NetBSD: FALCON.in,v 1.4 2001/04/10 06:28:38 leo Exp $
-# NetBSD: GENERIC.in,v 1.2 2001/04/10 06:46:01 leo Exp $
+# NetBSD: GENERIC.in,v 1.4 2001/07/08 16:32:15 abs Exp $
#This configuration file is for a generic ATARI-Falcon
@@ -17,7 +17,7 @@
include "arch/atari/conf/std.atari"
-#ident "GENERIC-$Revision: 1.31 $"
+#ident "GENERIC-$Revision: 1.32 $"
#Add support for about 16 users. This variable is used to size
#various kernel structures.
@@ -121,7 +121,7 @@
wdc0 at mainbus0 # IDE-bus
wd* at wdc? channel ? drive ?
- #ATAPI bus support
+ # ATAPI bus support
atapibus* at wdc? channel ?
#ATAPI devices
diff -r de4a0130dac5 -r c8a282493269 sys/arch/atari/conf/FALCON
--- a/sys/arch/atari/conf/FALCON Sun Jul 08 16:32:12 2001 +0000
+++ b/sys/arch/atari/conf/FALCON Sun Jul 08 16:34:03 2001 +0000
@@ -1,12 +1,12 @@
#
-# $NetBSD: FALCON,v 1.38 2001/06/11 01:50:53 wiz Exp $
+# $NetBSD: FALCON,v 1.39 2001/07/08 16:34:03 abs Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
# NetBSD: FALCON.in,v 1.4 2001/04/10 06:28:38 leo Exp $
-# NetBSD: GENERIC.in,v 1.2 2001/04/10 06:46:01 leo Exp $
+# NetBSD: GENERIC.in,v 1.4 2001/07/08 16:32:15 abs Exp $
#This configuration file is for a generic ATARI-Falcon
@@ -17,7 +17,7 @@
include "arch/atari/conf/std.atari"
-#ident "GENERIC-$Revision: 1.38 $"
+#ident "GENERIC-$Revision: 1.39 $"
#Add support for about 16 users. This variable is used to size
#various kernel structures.
@@ -67,6 +67,8 @@
options IPFILTER_LOG # ipmon(8) log support
#options IPFILTER_DEFAULT_BLOCK # block packages by default
+#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
+
#File systems
file-system FFS # Berkeley fast file system
file-system MFS # Memory based filesystem
@@ -91,7 +93,7 @@
options SOFTDEP # FFS soft updates support.
options NFSSERVER # Network File System server side code
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
- #immutable) behave as system flags.
+ # immutable) behave as system flags.
#Misc. debugging options
@@ -113,9 +115,9 @@
#options COMPAT_09 # has no meaning on the atari
#options COMPAT_SUNOS # Support to run Sun-3 executables
#options COMPAT_SVR4 # Support to run SVR4 executables
-#options TCP_COMPAT_42 # Disable UDP checksums (not needed)
#options COMPAT_LINUX # Support to run Linux/m68k executables
#options EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4)
+#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
#Support for System V IPC facilities.
Home |
Main Index |
Thread Index |
Old Index