Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/conf Sync with GENERIC. (systrace and other m...



details:   https://anonhg.NetBSD.org/src/rev/ec98bc14479d
branches:  trunk
changeset: 537815:ec98bc14479d
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Oct 06 02:50:28 2002 +0000

description:
Sync with GENERIC. (systrace and other misc options)

diffstat:

 sys/arch/alpha/conf/ALPHA |  30 ++++++++++++++++++++++++++----
 1 files changed, 26 insertions(+), 4 deletions(-)

diffs (99 lines):

diff -r 4c802d1187d1 -r ec98bc14479d sys/arch/alpha/conf/ALPHA
--- a/sys/arch/alpha/conf/ALPHA Sun Oct 06 02:31:38 2002 +0000
+++ b/sys/arch/alpha/conf/ALPHA Sun Oct 06 02:50:28 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALPHA,v 1.171 2002/09/25 11:49:48 martti Exp $
+# $NetBSD: ALPHA,v 1.172 2002/10/06 02:50:28 tsutsui Exp $
 #
 # Alpha kernel with all the options you'd want, and more.
 
@@ -6,7 +6,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "ALPHA-$Revision: 1.171 $"
+ident          "ALPHA-$Revision: 1.172 $"
 
 maxusers 32
 
@@ -33,6 +33,7 @@
 
 # Standard system options
 options        KTRACE                  # System call tracing support
+options        SYSTRACE                # System call vetting via systrace(1)
 options        NTP                     # kernel PLL for NTP
 
 # Diagnostic/debugging support options
@@ -42,6 +43,12 @@
 options        DDB                     # kernel debugger
 #options       DDB_HISTORY_SIZE=100    # Enable history editing in DDB
 #makeoptions   DEBUG="-g"
+#makeoptions   DEBUGLIST="pattern1 pattern2 ..."
+
+#options       KGDB                    # Remote kernel GDB support
+#options       KGDB_DEVNAME="\"com\""  # device to use for KGDB
+#options       KGDB_DEVADDR=0x2f8      # at this address
+#options       KGDB_DEVRATE=57600      # at this comm. rate
 
 # File systems
 file-system    FFS             # Fast file system
@@ -111,6 +118,10 @@
 
 # System V-like semaphores
 options        SYSVSEM
+#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
 
 # System V-like shared memory
 options        SYSVSHM
@@ -129,8 +140,8 @@
 #options       PCI_CONFIG_DUMP         # verbosely dump PCI config space
 options        SCSIVERBOSE             # Verbose SCSI errors
 options        TCVERBOSE               # recognize "unknown" TC devices
+options        UCONSOLE                # users can use TIOCCONS (for xconsole)
 #options       PCMCIAVERBOSE           # verbose PCMCIA configuration messages
-options        UCONSOLE                # users can use TIOCCONS (for xconsole)
 #options       EXTENT_DEBUG            # extent alloc/dealloc code debugging
 options        FIX_UNALIGNED_VAX_FP    # fix unaligned VAX FP loads & stores
 #options       NO_KERNEL_RCSIDS        # don't include kernel file RCS IDs
@@ -254,6 +265,7 @@
 #options       SCSI_ADW_SDTR_DISABLE           #       disable SDTR
 #options       SCSI_ADW_TAGQ_DISABLE           #       disable Tag Queuing
 ahc*   at      pci? dev ? function ?           # Adaptec [23]94x, aic78x0 SCSI
+autri* at      pci? dev ? function ?           # Trident 4DWAVE based AC'97 Audio
 bha*   at      pci? dev ? function ?           # BusLogic 9xx SCSI (untested)
 cac*   at      pci? dev ? function ?           # Compaq array controller (untested)
 cmpci* at      pci? dev ? function ?           # C-Media CMI8338/8738 Audio
@@ -535,12 +547,21 @@
 
 pseudo-device  bpfilter        16
 pseudo-device  ccd             4
-#pseudo-device raid            4       # RAIDframe disk driver
+#pseudo-device raid            8       # RAIDframe disk driver
 #options       RAID_AUTOCONFIG         # auto-configuration of RAID components
+# Options to enable various other RAIDframe RAID types.
+# options      RF_INCLUDE_EVENODD=1
+# options      RF_INCLUDE_RAID5_RS=1
+# options      RF_INCLUDE_PARITYLOGGING=1
+# options      RF_INCLUDE_CHAINDECLUSTER=1
+# options      RF_INCLUDE_INTERDECLUSTER=1
+# options      RF_INCLUDE_PARITY_DECLUSTERING=1
+# options      RF_INCLUDE_PARITY_DECLUSTERING_DS=1
 pseudo-device  ipfilter        1
 pseudo-device  loop            1
 pseudo-device  md              1
 pseudo-device  ppp             4
+pseudo-device  pppoe                   # PPP over Ethernet (RFC 2516)
 pseudo-device  pty                     # pseudo-terminals
 pseudo-device  sl              4
 pseudo-device  strip           4
@@ -551,6 +572,7 @@
 #pseudo-device faith           1       # IPv[46] tcp relay translation i/f
 #pseudo-device stf             1       # 6to4 IPv6 over IPv4 encapsulation
 pseudo-device  vlan                    # IEEE 802.1q encapsulation
+pseudo-device  bridge                  # simple inter-network bridging
 pseudo-device  sequencer       1       # MIDI sequencer
 pseudo-device  rnd                     # /dev/random and in-kernel generator
 #options       RND_COM                 # use "com" randomness too



Home | Main Index | Thread Index | Old Index