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 time-of-day clock support.
details: https://anonhg.NetBSD.org/src/rev/94c95b1a8862
branches: trunk
changeset: 773574:94c95b1a8862
user: nisimura <nisimura%NetBSD.org@localhost>
date: Tue Feb 07 09:07:47 2012 +0000
description:
- add missing time-of-day clock support.
- add option WAPBL and disable VERBOSE_INIT_ARM.
Ok by releng.
diffstat:
sys/arch/evbarm/conf/MINI2440 | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (45 lines):
diff -r 6a87a367c79b -r 94c95b1a8862 sys/arch/evbarm/conf/MINI2440
--- a/sys/arch/evbarm/conf/MINI2440 Tue Feb 07 09:06:04 2012 +0000
+++ b/sys/arch/evbarm/conf/MINI2440 Tue Feb 07 09:07:47 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MINI2440,v 1.1 2012/01/30 03:28:33 nisimura Exp $
+# $NetBSD: MINI2440,v 1.2 2012/02/07 09:07:47 nisimura Exp $
#
# MINI2440 -- Friendly ARM evaluation board based on Samsung S3C2440
#
@@ -60,7 +60,7 @@
#file-system ADOSFS # AmigaDOS-compatible file system
#file-system EXT2FS # second extended file system (linux)
#file-system CD9660 # ISO 9660 + Rock Ridge file system
-#file-system MSDOSFS # MS-DOS file system
+file-system MSDOSFS # MS-DOS file system
file-system FDESC # /dev/fd
file-system KERNFS # /kern
#file-system NULLFS # loopback file system
@@ -75,7 +75,7 @@
#options FFS_EI # FFS Endian Independant support
#options NFSSERVER
#options SOFTDEP
-#options WAPBL # File system journaling support - Experimental
+options WAPBL # File system journaling support - Experimental
#options FFS_NO_SNAPSHOT # No FFS snapshot support
# Networking options
@@ -159,7 +159,7 @@
#options DIAGNOSTIC # internal consistency checks
#options PMAP_DEBUG # Enable pmap_debug_level code
#options UVMHIST
-options VERBOSE_INIT_ARM # verbose bootstraping messages
+#options VERBOSE_INIT_ARM # verbose bootstraping messages
#options KGDB
#options DEBUG_KGDB
#options DDB # in-kernel debugger
@@ -201,6 +201,8 @@
sstouch0 at ssio?
wsmouse* at sstouch0 mux 0
+ssrtc0 at ssio?
+
ssiis0 at ssio?
udassio* at ssiis0
Home |
Main Index |
Thread Index |
Old Index