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 Synchronize with recent progress of GENE...



details:   https://anonhg.NetBSD.org/src/rev/331d0ffba7ec
branches:  trunk
changeset: 483606:331d0ffba7ec
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Tue Mar 14 02:53:04 2000 +0000

description:
Synchronize with recent progress of GENERIC.

diffstat:

 sys/arch/alpha/conf/TCWSCONS |  68 ++++++++++++++++++++++++++++++++++---------
 1 files changed, 54 insertions(+), 14 deletions(-)

diffs (139 lines):

diff -r f0910659b0cd -r 331d0ffba7ec sys/arch/alpha/conf/TCWSCONS
--- a/sys/arch/alpha/conf/TCWSCONS      Tue Mar 14 02:08:21 2000 +0000
+++ b/sys/arch/alpha/conf/TCWSCONS      Tue Mar 14 02:53:04 2000 +0000
@@ -1,6 +1,14 @@
-# $NetBSD: TCWSCONS,v 1.4 1999/11/08 06:19:54 mycroft Exp $
+# $NetBSD: TCWSCONS,v 1.5 2000/03/14 02:53:04 nisimura Exp $
 #
-# Generic Alpha kernel.  Enough to get booted, etc., but not much more.
+# TURBOchannel Alpha DEC3000
+
+include        "arch/alpha/conf/std.alpha"
+
+#ident                 "GENERIC-$Revision: 1.5 $"
+
+maxusers 32
+
+# CPU Support
 
 include        "arch/alpha/conf/std.alpha"
 
@@ -17,22 +25,43 @@
 
 # Diagnostic/debugging support options
 options        DIAGNOSTIC              # Cheap kernel consistency checks
+options        DDB                     # kernel debugger
+#makeoptions   DEBUG="-g"
 
 # File systems
 file-system    FFS             # Fast file system
 #file-system   MFS             # Memory-based file system
 file-system    CD9660          # ISO-9660 CD-ROM FS (w/RockRidge extensions)
 #file-system   MSDOSFS         # MS-DOS-compatible file system
+#file-system   NTFS            # Windows/NT file system (experimental)
 file-system    NFS             # Sun NFS-compatible file system client
-file-system    KERNFS
+#file-system   KERNFS
 file-system    PROCFS
 
 # File system options
 options        NFSSERVER       # Sun NFS-compatible file system server
 #options       FFS_EI          # FFS Endian Independant support
+#options       SOFTDEP         # FFS soft updates support.
+
+# Pull in config fragments for kernel crypto.  This is required for
+# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
+# one of these, based on whether you use crypto-us or crypto-intl, and
+# adjust the prefixes as necessary.
+
+#prefix ../crypto-us/sys
+#cinclude "conf/files.crypto-us"
+#prefix
+
+#prefix ../crypto-intl/sys
+#cinclude "conf/files.crypto-intl"
+#prefix
 
 # Networking options
 options        INET            # Internet protocol suite
+options        INET6           # IPV6
+#options       IPSEC           # IP security
+#options       IPSEC_ESP       # IP security (encryption part; define w/IPSEC)
+#options       IPSEC_DEBUG     # debug for IP security
 
 # 4.3BSD compatibility.  Should be optional, but necessary for now.
 options        COMPAT_43
@@ -45,6 +74,9 @@
 options        COMPAT_13
 options        COMPAT_14
 
+# OSF/1 binary compatibility
+options        COMPAT_OSF1
+
 # System V-like message queues
 options        SYSVMSG
 
@@ -62,6 +94,8 @@
 #options       INSECURE
 
 # Misc. options
+#options       EISAVERBOSE             # recognize "unknown" EISA devices
+#options       PCIVERBOSE              # recognize "unknown" PCI devices
 options        SCSIVERBOSE             # Verbose SCSI errors
 options        TCVERBOSE               # recognize "unknown" TC devices
 options        UCONSOLE                # users can use TIOCCONS (for xconsole)
@@ -71,8 +105,8 @@
 # in case we have NFS root.
 options        NFS_BOOT_DHCP           # superset of BOOTP
 
-# WS console uses SUN terminal emulation
-options        WSEMUL_SUN
+# WS console uses SUN or VT100 terminal emulation
+options        WSEMUL_VT100
 
 # realtime clock compatible to OSF/1
 #options       CLOCK_COMPAT_OSF1
@@ -84,13 +118,13 @@
 mainbus0 at    root
 cpu*   at      mainbus0
 
-# TurboChannel host bus adapter support
+# TURBOchannel host bus adapter support
 tcasic*        at      mainbus0
 
-# TurboChannel bus support
+# TURBOchannel bus support
 tc*    at      tcasic?
 
-# TurboChannel devices
+# TURBOchannel devices
 ioasic*        at      tc? slot ? offset ?
 mcclock* at    ioasic? offset ?
 le*    at      ioasic? offset ?
@@ -123,14 +157,20 @@
 wsmouse*       at      vsms?
 
 pseudo-device  bpfilter        16
-pseudo-device  ccd             4
-pseudo-device  ipfilter        1
+#pseudo-device ccd             4
+#pseudo-device raid            4               # RAIDframe disk driver
+#options       RAID_AUTOCONFIG      # auto-configuration of RAID components
+#pseudo-device ipfilter        1
 pseudo-device  loop            1
-pseudo-device  md              1
-pseudo-device  ppp             4
+#pseudo-device md              1
+#pseudo-device ppp             4
 pseudo-device  pty             64
-pseudo-device  sl              4
-pseudo-device  vnd             4
+#pseudo-device sl              4
+#pseudo-device vnd             4
+#pseudo-device gre             2       # generic L3 over IP tunnel
+#pseudo-device gif             4       # IPv[46] over IPv[46] tunnel (RFC1933)
+#pseudo-device faith           1       # IPv[46] tcp relay translation i/f
+#pseudo-device sequencer       1       # MIDI sequencer
 
 # rnd is EXPERIMENTAL
 #pseudo-device rnd                     # /dev/random and in-kernel generator



Home | Main Index | Thread Index | Old Index