Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbppc/conf add PUFFS/putter
details: https://anonhg.NetBSD.org/src/rev/05e352f122b6
branches: trunk
changeset: 789581:05e352f122b6
user: matt <matt%NetBSD.org@localhost>
date: Fri Aug 23 06:31:09 2013 +0000
description:
add PUFFS/putter
add vnd
add atapibus
disable options DEBUG
diffstat:
sys/arch/evbppc/conf/P2020RDB | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diffs (50 lines):
diff -r 128de06911c1 -r 05e352f122b6 sys/arch/evbppc/conf/P2020RDB
--- a/sys/arch/evbppc/conf/P2020RDB Fri Aug 23 06:25:02 2013 +0000
+++ b/sys/arch/evbppc/conf/P2020RDB Fri Aug 23 06:31:09 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: P2020RDB,v 1.21 2013/06/30 21:38:56 rmind Exp $
+# $NetBSD: P2020RDB,v 1.22 2013/08/23 06:31:09 matt Exp $
#
# P2020RBD -- everything that's currently supported
#
@@ -7,7 +7,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-ident "P2020RBD-$Revision: 1.21 $"
+ident "P2020RBD-$Revision: 1.22 $"
maxusers 32
@@ -37,7 +37,7 @@
# Diagnostic/debugging support options
options DIAGNOSTIC # cheap kernel consistency checks
-options DEBUG # expensive debugging checks/support
+#options DEBUG # expensive debugging checks/support
#options SYSCALL_DEBUG # syscall debugging
options DDB # in-kernel debugger
options DDB_HISTORY_SIZE=512 # enable history editing in DDB
@@ -82,7 +82,7 @@
file-system KERNFS # /kern
file-system NULLFS # loopback file system
#file-system OVERLAY # overlay file system
-#file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
+file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
file-system PROCFS # /proc
#file-system UMAPFS # NULLFS + uid and gid remapping
#file-system UNION # union file system
@@ -188,6 +188,7 @@
ahcisata* at pci? dev ? function ?
atabus* at ahcisata? channel ?
wd* at atabus? drive ?
+atapibus* at atabus?
sdhc* at pci? dev ? function ?
@@ -227,3 +228,5 @@
pseudo-device pty # pseudo-terminals
pseudo-device kttcp # kernel ttcp
pseudo-device vlan # 802.1Q VLANs
+pseudo-device vnd # disk-like interface to files
+pseudo-device putter # for puffs and pud
Home |
Main Index |
Thread Index |
Old Index