Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/conf Remove experimental/buggy options.
details: https://anonhg.NetBSD.org/src/rev/73b0398a64e7
branches: trunk
changeset: 473141:73b0398a64e7
user: minoura <minoura%NetBSD.org@localhost>
date: Fri May 21 15:08:27 1999 +0000
description:
Remove experimental/buggy options.
diffstat:
sys/arch/x68k/conf/GENERIC | 18 ++++++++++--------
1 files changed, 10 insertions(+), 8 deletions(-)
diffs (63 lines):
diff -r 03b7494ae74b -r 73b0398a64e7 sys/arch/x68k/conf/GENERIC
--- a/sys/arch/x68k/conf/GENERIC Fri May 21 13:08:50 1999 +0000
+++ b/sys/arch/x68k/conf/GENERIC Fri May 21 15:08:27 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.33 1999/04/19 21:23:02 kleink Exp $
+# $NetBSD: GENERIC,v 1.34 1999/05/21 15:08:27 minoura Exp $
#
# GENERIC
@@ -135,15 +135,15 @@
file-system FFS # Berkeley Fast Filesystem
file-system NFS # Sun NFS-compatible filesystem client
file-system KERNFS # kernel data-structure filesystem
-file-system NULLFS # NULL layered filesystem
+#file-system NULLFS # NULL layered filesystem (buggy)
file-system MFS # memory-based filesystem
#file-system FDESC # user file descriptor filesystem
file-system UMAPFS # uid/gid remapping filesystem
-#file-system LFS # Log-based filesystem (still experimental)
-file-system PORTAL # portal filesystem (still experimental)
+#file-system LFS # Log-structured filesystem (experimental)
+#file-system PORTAL # portal filesystem (experimental)
file-system PROCFS # /proc
file-system CD9660 # ISO 9660 + Rock Ridge file system
-file-system UNION # union file system
+#file-system UNION # union file system (a little buggy)
file-system MSDOSFS # MS-DOS FAT filesystem(s).
#file-system ADOSFS # AmigaDOS filesystem
@@ -188,7 +188,7 @@
kbd0 at mfp0 # standard keyboard
ite0 at grf0 # internal terminal emulator
-#options ITE_KERNEL_ATTR=4 # bold for kernel messages
+options ITE_KERNEL_ATTR=4 # bold for kernel messages
# see /sys/arch/x68k/dev/itevar.h
pseudo-device pow 2 # software power switch
@@ -252,11 +252,11 @@
## Concatenated and striped disks; with this, you can create a software-based
## disk array similar to a "RAID 0" setup. See ccd(4).
-#pseudo-device ccd 4
+pseudo-device ccd 4
## RAIDframe disk driver: software RAID driver. See raid(4).
-#pseudo-device raid 4
+pseudo-device raid 4
## Memory disk device, used on boot floppies with compressed
## kernel-plus-root-disk images.
@@ -295,8 +295,10 @@
## like, though 256 is more or less the upper limit. Increasing this
## number still requires you to run /dev/MAKEDEV to create the files
## for the ptys.
+
pseudo-device pty 32 # pseudo-ttys (for network, etc.)
## Random device, used to implement /dev/random (a source of random noise),
## and generate randomness for some kernel formulae.
+
pseudo-device rnd
Home |
Main Index |
Thread Index |
Old Index