Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/sys/arch Pull up regenerated files (requested by bouyer...



details:   https://anonhg.NetBSD.org/src/rev/ec3bc788f2ad
branches:  netbsd-2-0
changeset: 561803:ec3bc788f2ad
user:      he <he%NetBSD.org@localhost>
date:      Fri Jul 02 19:59:46 2004 +0000

description:
Pull up regenerated files (requested by bouyer in ticket #573):
  Add options P1003_1B_SEMAPHORE to all GENERIC-like kernel
  config files where SYSV* options were already present
  (commented out if the SYSV* options are commented out).
  Fixes PR#25897 and PR#25898.

diffstat:

 sys/arch/amiga/conf/AMIGA        |    9 +-
 sys/arch/amiga/conf/DRACO        |    9 +-
 sys/arch/amiga/conf/GENERIC      |    9 +-
 sys/arch/amiga/conf/INSTALL      |    8 +-
 sys/arch/amiga/conf/WSCONS       |    9 +-
 sys/arch/atari/conf/ATARITT      |  338 ++++++++++++++++++++-----------
 sys/arch/atari/conf/BOOT         |  177 +++++++++++-----
 sys/arch/atari/conf/BOOTX        |  188 +++++++++++------
 sys/arch/atari/conf/FALCON       |  339 ++++++++++++++++++++-----------
 sys/arch/atari/conf/HADES        |  395 +++++++++++++++++++++++-------------
 sys/arch/atari/conf/MILAN-ISAIDE |  392 +++++++++++++++++++++++++-----------
 sys/arch/atari/conf/MILAN-PCIIDE |  412 ++++++++++++++++++++++++++------------
 12 files changed, 1488 insertions(+), 797 deletions(-)

diffs (truncated from 2739 to 300 lines):

diff -r 4b2a14f6cc1f -r ec3bc788f2ad sys/arch/amiga/conf/AMIGA
--- a/sys/arch/amiga/conf/AMIGA Fri Jul 02 18:45:02 2004 +0000
+++ b/sys/arch/amiga/conf/AMIGA Fri Jul 02 19:59:46 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: AMIGA,v 1.66.2.1 2004/06/30 21:30:09 jdc Exp $
+# $NetBSD: AMIGA,v 1.66.2.2 2004/07/02 19:59:46 he Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.22 2004/06/26 07:32:05 abs Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.18.2.2 2004/07/02 17:41:12 he Exp $
 #
 # GENERIC machine description file
 #
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.66.2.1 $"
+#ident                 "GENERIC-$Revision: 1.66.2.2 $"
 
 
 maxusers       8
@@ -159,6 +159,7 @@
 #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
+options        P1003_1B_SEMAPHORE # p1003.1b semaphore support
 
 #
 # Support for various kernel options
@@ -460,8 +461,6 @@
 pseudo-device  vlan                    # IEEE 802.1q encapsulation
 pseudo-device  bridge                  # simple inter-network bridging
 #options       BRIDGE_IPF              # bridge uses IP/IPv6 pfil hooks too
-#pseudo-device pf                      # PF packet filter
-#pseudo-device pflog                   # PF log if
 
 pseudo-device  view            4       # views (needed for grfcc)
 pseudo-device  pty                     # pseudo-terminals
diff -r 4b2a14f6cc1f -r ec3bc788f2ad sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Fri Jul 02 18:45:02 2004 +0000
+++ b/sys/arch/amiga/conf/DRACO Fri Jul 02 19:59:46 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: DRACO,v 1.82.2.1 2004/06/30 21:30:39 jdc Exp $
+# $NetBSD: DRACO,v 1.82.2.2 2004/07/02 19:59:46 he Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.22 2004/06/26 07:32:05 abs Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.18.2.2 2004/07/02 17:41:12 he Exp $
 #
 # GENERIC machine description file
 #
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.82.2.1 $"
+#ident                 "GENERIC-$Revision: 1.82.2.2 $"
 
 
 maxusers       8
@@ -148,6 +148,7 @@
 #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
+options        P1003_1B_SEMAPHORE # p1003.1b semaphore support
 
 #
 # Support for various kernel options
@@ -327,8 +328,6 @@
 pseudo-device  vlan                    # IEEE 802.1q encapsulation
 pseudo-device  bridge                  # simple inter-network bridging
 #options       BRIDGE_IPF              # bridge uses IP/IPv6 pfil hooks too
-#pseudo-device pf                      # PF packet filter
-#pseudo-device pflog                   # PF log if
 
 pseudo-device  view            4       # views (needed for grfcc)
 pseudo-device  pty                     # pseudo-terminals
diff -r 4b2a14f6cc1f -r ec3bc788f2ad sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC       Fri Jul 02 18:45:02 2004 +0000
+++ b/sys/arch/amiga/conf/GENERIC       Fri Jul 02 19:59:46 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC,v 1.200.2.1 2004/06/30 21:31:13 jdc Exp $
+# $NetBSD: GENERIC,v 1.200.2.2 2004/07/02 19:59:46 he Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.22 2004/06/26 07:32:05 abs Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.18.2.2 2004/07/02 17:41:12 he Exp $
 #
 # GENERIC machine description file
 #
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.200.2.1 $"
+#ident                 "GENERIC-$Revision: 1.200.2.2 $"
 
 
 maxusers       8
@@ -160,6 +160,7 @@
 #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
+options        P1003_1B_SEMAPHORE # p1003.1b semaphore support
 
 #
 # Support for various kernel options
@@ -468,8 +469,6 @@
 pseudo-device  vlan                    # IEEE 802.1q encapsulation
 pseudo-device  bridge                  # simple inter-network bridging
 #options       BRIDGE_IPF              # bridge uses IP/IPv6 pfil hooks too
-#pseudo-device pf                      # PF packet filter
-#pseudo-device pflog                   # PF log if
 
 pseudo-device  view            4       # views (needed for grfcc)
 pseudo-device  pty                     # pseudo-terminals
diff -r 4b2a14f6cc1f -r ec3bc788f2ad sys/arch/amiga/conf/INSTALL
--- a/sys/arch/amiga/conf/INSTALL       Fri Jul 02 18:45:02 2004 +0000
+++ b/sys/arch/amiga/conf/INSTALL       Fri Jul 02 19:59:46 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: INSTALL,v 1.43.2.1 2004/06/30 21:31:41 jdc Exp $
+# $NetBSD: INSTALL,v 1.43.2.2 2004/07/02 19:59:46 he Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.22 2004/06/26 07:32:05 abs Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.18.2.2 2004/07/02 17:41:12 he Exp $
 #
 # GENERIC machine description file
 #
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.43.2.1 $"
+#ident                 "GENERIC-$Revision: 1.43.2.2 $"
 
 makeoptions    COPTS="-Os"
 
@@ -416,8 +416,6 @@
 pseudo-device  vlan                    # IEEE 802.1q encapsulation
 pseudo-device  bridge                  # simple inter-network bridging
 #options       BRIDGE_IPF              # bridge uses IP/IPv6 pfil hooks too
-#pseudo-device pf                      # PF packet filter
-#pseudo-device pflog                   # PF log if
 
 pseudo-device  view            4       # views (needed for grfcc)
 pseudo-device  pty             2       # pseudo-terminals
diff -r 4b2a14f6cc1f -r ec3bc788f2ad sys/arch/amiga/conf/WSCONS
--- a/sys/arch/amiga/conf/WSCONS        Fri Jul 02 18:45:02 2004 +0000
+++ b/sys/arch/amiga/conf/WSCONS        Fri Jul 02 19:59:46 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: WSCONS,v 1.20.2.1 2004/06/30 21:32:12 jdc Exp $
+# $NetBSD: WSCONS,v 1.20.2.2 2004/07/02 19:59:46 he Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.22 2004/06/26 07:32:05 abs Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.18.2.2 2004/07/02 17:41:12 he Exp $
 #
 # GENERIC machine description file
 #
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.20.2.1 $"
+#ident                 "GENERIC-$Revision: 1.20.2.2 $"
 
 
 maxusers       8
@@ -160,6 +160,7 @@
 #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
+options        P1003_1B_SEMAPHORE # p1003.1b semaphore support
 
 #
 # Support for various kernel options
@@ -440,8 +441,6 @@
 pseudo-device  vlan                    # IEEE 802.1q encapsulation
 pseudo-device  bridge                  # simple inter-network bridging
 #options       BRIDGE_IPF              # bridge uses IP/IPv6 pfil hooks too
-#pseudo-device pf                      # PF packet filter
-#pseudo-device pflog                   # PF log if
 
 pseudo-device  view            4       # views (needed for grfcc)
 pseudo-device  pty                     # pseudo-terminals
diff -r 4b2a14f6cc1f -r ec3bc788f2ad sys/arch/atari/conf/ATARITT
--- a/sys/arch/atari/conf/ATARITT       Fri Jul 02 18:45:02 2004 +0000
+++ b/sys/arch/atari/conf/ATARITT       Fri Jul 02 19:59:46 2004 +0000
@@ -1,162 +1,258 @@
 #
-# $NetBSD: ATARITT,v 1.59.2.1 2004/06/30 21:32:40 jdc Exp $
+# $NetBSD: ATARITT,v 1.59.2.2 2004/07/02 20:01:38 he 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.37 2004/06/26 07:32:05 abs Exp $
+#              NetBSD: GENERIC.in,v 1.33.2.2 2004/07/02 17:39:46 he Exp $
+
+#This configuration file is for a GENERIC ATARI-TT
+
+#Generic atari
+
 include "arch/atari/conf/std.atari"
 
-options INCLUDE_CONFIG_FILE # embed config file in kernel binary
+options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-maxusers 16
+#Add support for about 16 users. This variable is used to size
+#various kernel structures.
 
-options HZ=64 # Set the clock-rate (48/64/96)
+maxusers       16
+
+options        HZ=64           # Set the clock-rate (48/64/96)
 
-options INSECURE # disable kernel security levels
-options M68030 # support for 030
-options FPU_EMULATE # Support for MC68881/MC68882 emulator
+#Standard system options
+options        INSECURE        # disable kernel security levels
+#options       NTP             # NTP phase/frequency locked loop
+
+#Enable experimental buffer queue strategy for better responsiveness under 
+#high disk I/O load. Use it with caution - it's not proven to be stable yet.
+#options       NEW_BUFQ_STRATEGY
 
-options M68040 # support for 040
-options FPSP # 68040 Floatingpoint support
-options INET # IP + ICMP + TCP + UDP
+#(Co)processors this kernel should support
+
+options        M68030          # support for 030
+options        FPU_EMULATE     # Support for MC68881/MC68882 emulator
+
+options        M68040          # support for 040
+options        FPSP            # 68040 Floatingpoint support
 
-options INET6 # IPV6
+#Networking options
 
-options NS # XNS
-
-options ISO,TPIP # OSI
+options        INET            # IP + ICMP + TCP + UDP
 
-options CCITT,LLC,HDLC # X.25
-
-options NETATALK # AppleTalk networking protocols
+options        INET6           # IPV6
+#options       IPSEC           # IP security
+#options       IPSEC_ESP       # IP security (encryption part; define w/IPSEC)
+#options       IPSEC_DEBUG     # debug for IP security
+#options       GATEWAY         # packet forwarding
+#options       MROUTING        # IP multicast routing
+options        NS              # XNS
+#options       NSIP            # XNS tunneling over IP
+options        ISO,TPIP        # OSI
+#options       EON             # OSI tunneling over IP
+options        CCITT,LLC,HDLC  # X.25
 
-options PPP_BSDCOMP # BSD-Compress compression support for PPP
-options PPP_DEFLATE # Deflate compression support for PPP
-options PPP_FILTER # Active filter support for PPP (requires bpf)
+options        NETATALK        # AppleTalk networking protocols
+
+options        PPP_BSDCOMP     # BSD-Compress compression support for PPP
+options        PPP_DEFLATE     # Deflate compression support for PPP
+options        PPP_FILTER      # Active filter support for PPP (requires bpf)
+
+options        PFIL_HOOKS      # pfil(9) packet filter hooks
+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
 
-options PFIL_HOOKS # pfil(9) packet filter hooks
-options IPFILTER_LOG # ipmon(8) log support
-file-system FFS # Berkeley fast file system
-file-system MFS # Memory based filesystem
-file-system KERNFS # Kernel parameter filesystem
-file-system MSDOSFS # MSDOS filesystem
-file-system CD9660 # ISO 9660 filesystem with Rock Ridge
+#options       ALTQ            # Manipulate network interfaces' output queues
+#options       ALTQ_BLUE       # Stochastic Fair Blue



Home | Main Index | Thread Index | Old Index