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.
details: https://anonhg.NetBSD.org/src/rev/ad9212931222
branches: trunk
changeset: 499401:ad9212931222
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sun Nov 19 13:46:29 2000 +0000
description:
Sync with GENERIC.
diffstat:
sys/arch/alpha/conf/TCWSCONS | 62 ++++++++++++++++++++++----------------------
1 files changed, 31 insertions(+), 31 deletions(-)
diffs (114 lines):
diff -r 54f6bc8d0c7a -r ad9212931222 sys/arch/alpha/conf/TCWSCONS
--- a/sys/arch/alpha/conf/TCWSCONS Sun Nov 19 13:18:03 2000 +0000
+++ b/sys/arch/alpha/conf/TCWSCONS Sun Nov 19 13:46:29 2000 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: TCWSCONS,v 1.13 2000/10/17 08:58:42 nisimura Exp $
+# $NetBSD: TCWSCONS,v 1.14 2000/11/19 13:46:29 tsutsui Exp $
#
# TURBOchannel Alpha DEC3000
include "arch/alpha/conf/std.alpha"
-#ident "GENERIC-$Revision: 1.13 $"
+#ident "GENERIC-$Revision: 1.14 $"
maxusers 32
@@ -21,24 +21,26 @@
#makeoptions DEBUG="-g"
# File systems
-file-system FFS # fast filesystem with user and group quotas
-file-system MFS # memory-based filesystem
-file-system NFS # Sun NFS-compatible filesystem (client)
+file-system FFS # Fast file system
+file-system MFS # Memory-based file system
#file-system LFS # Log-based filesystem (still experimental)
-file-system CD9660 # ISO 9660 + Rock Ridge file system
-#file-system FDESC # /dev/fd
-file-system KERNFS # /kern (kernel informational filesystem)
-file-system NULLFS # loopback file system
-#file-system OVERLAY # overlay file system
-#file-system PORTAL # portal filesystem (still experimental)
-file-system PROCFS # /proc
-#file-system UMAPFS # NULLFS + uid and gid remapping
-#file-system UNION
+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 NULLFS # Null file system layer
+file-system KERNFS # Kernel variable file system (/kern)
+#file-system FDESC # File descriptor file system (/dev/fd)
+#file-system PORTAL # Portal file system
+#file-system OVERLAY # overlay file system
+#file-system UMAPFS # User-mapping file system layer
+file-system PROCFS # Process file system (/proc)
+#file-system UNION # union file system
# File system options
options NFSSERVER # Sun NFS-compatible file system server
#options FFS_EI # FFS Endian Independant support
-#options SOFTDEP # FFS soft updates support.
+options SOFTDEP # FFS soft updates support.
# Networking options
options INET # Internet protocol suite
@@ -78,9 +80,6 @@
#options INSECURE
# Misc. options
-#options EISAVERBOSE # recognize "unknown" EISA devices
-#options PCIVERBOSE # recognize "unknown" PCI devices
-#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)
@@ -91,11 +90,11 @@
options NFS_BOOT_DHCP # superset of BOOTP
# Raster console options
-options FONT_GALLANT12x22
+options FONT_GALLANT12x22
#options FONT_LUCIDA16x29
-#options FONT_BOLD8x16 # XXX not supported by HX
-#options FONT_VT220L8x10 # XXX not supported by HX
-#options FONT_VT220L8x8 # XXX not supported by HX
+#options FONT_BOLD8x16 # XXX not supported by HX
+#options FONT_VT220L8x10 # XXX not supported by HX
+#options FONT_VT220L8x8 # XXX not supported by HX
#options FONT_QVSS8x15 # XXX not supported by HX
# WS console uses SUN or VT100 terminal emulation
@@ -152,21 +151,22 @@
wsmouse* at vsms?
pseudo-device bpfilter 16
-#pseudo-device ccd 4
+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 ipfilter 1
pseudo-device loop 1
-#pseudo-device md 1
-#pseudo-device ppp 4
-pseudo-device pty
-#pseudo-device sl 4
-#pseudo-device vnd 4
+pseudo-device md 1
+pseudo-device ppp 4
+pseudo-device pty # pseudo-terminals
+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 gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
+#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
#pseudo-device sequencer 1 # MIDI sequencer
# rnd is EXPERIMENTAL
-#pseudo-device rnd # /dev/random and in-kernel generator
+pseudo-device rnd # /dev/random and in-kernel generator
#options RND_COM # use "com" randomness too
Home |
Main Index |
Thread Index |
Old Index