Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Add missing filesystems in the filesyst...
details: https://anonhg.NetBSD.org/src/rev/8300b7e0e9e0
branches: trunk
changeset: 786840:8300b7e0e9e0
user: reinoud <reinoud%NetBSD.org@localhost>
date: Wed May 15 12:16:41 2013 +0000
description:
Add missing filesystems in the filesystem list but comment them out.
Add missing KGDB options needed for KGDB working
diffstat:
sys/arch/evbarm/conf/RPI | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (29 lines):
diff -r b843681e607f -r 8300b7e0e9e0 sys/arch/evbarm/conf/RPI
--- a/sys/arch/evbarm/conf/RPI Wed May 15 05:47:10 2013 +0000
+++ b/sys/arch/evbarm/conf/RPI Wed May 15 12:16:41 2013 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: RPI,v 1.32 2013/05/07 20:11:54 skrll Exp $
+# $NetBSD: RPI,v 1.33 2013/05/15 12:16:41 reinoud Exp $
#
# RPi -- Raspberry Pi
#
@@ -42,6 +42,9 @@
#file-system UMAPFS # NULLFS + uid and gid remapping
#file-system UNION # union file system
file-system TMPFS # memory file system
+#file-system UDF # experimental - OSTA UDF CD/DVD file-system
+#file-system HFS # experimental - Apple HFS+ (read-only)
+#file-system NILFS # experimental - NTT's NiLFS(2)
file-system PTYFS # /dev/pts/N support
# File system options
@@ -139,7 +142,7 @@
options DDB # in-kernel debugger
options DDB_ONPANIC=1
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
-#options KGDB
+#options KGDB,KGDB_PLCOMUNIT=0,KGDB_DEVRATE=115200,KGDB_CONMODE=0xB00
makeoptions DEBUG="-g" # compile full symbol table
options SYMTAB_SPACE=800000
options PLCONSOLE
Home |
Main Index |
Thread Index |
Old Index