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 tsrtc to TS-7200 config



details:   https://anonhg.NetBSD.org/src/rev/474ca3f76786
branches:  trunk
changeset: 572238:474ca3f76786
user:      joff <joff%NetBSD.org@localhost>
date:      Mon Dec 27 02:44:38 2004 +0000

description:
Add tsrtc to TS-7200 config

diffstat:

 sys/arch/evbarm/conf/TS7200      |  6 ++++--
 sys/arch/evbarm/conf/files.tsarm |  6 +++++-
 2 files changed, 9 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r 9507ec5c8f11 -r 474ca3f76786 sys/arch/evbarm/conf/TS7200
--- a/sys/arch/evbarm/conf/TS7200       Mon Dec 27 02:42:49 2004 +0000
+++ b/sys/arch/evbarm/conf/TS7200       Mon Dec 27 02:44:38 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: TS7200,v 1.2 2004/12/24 10:53:34 joff Exp $
+#      $NetBSD: TS7200,v 1.3 2004/12/27 02:44:38 joff Exp $
 #
 #      GENERIC -- Generic kernel
 #
@@ -132,7 +132,7 @@
 options                DDB_ONPANIC=1
 options        DDB_HISTORY_SIZE=100    # Enable history editing in DDB
 #makeoptions   DEBUG="-g"      # compile full symbol table
-options        SYMTAB_SPACE=320000
+options        SYMTAB_SPACE=370000
 
 ##options      PMAP_INCLUDE_PTE_SYNC
 ##options      LOCKDEBUG
@@ -165,6 +165,8 @@
 isa0           at tspld?
 # CompactFlash interface
 wdc0           at tspld?
+# TS-5620 battery-backed real-time clock
+tsrtc*         at tspld?
 
 # TS-SER[1,2,4] multiport serial PC/104 cards
 com0           at isa? port 0x3f8 irq 6        # Standard PC serial ports
diff -r 9507ec5c8f11 -r 474ca3f76786 sys/arch/evbarm/conf/files.tsarm
--- a/sys/arch/evbarm/conf/files.tsarm  Mon Dec 27 02:42:49 2004 +0000
+++ b/sys/arch/evbarm/conf/files.tsarm  Mon Dec 27 02:44:38 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.tsarm,v 1.2 2004/12/26 22:02:10 joff Exp $
+#      $NetBSD: files.tsarm,v 1.3 2004/12/27 02:44:38 joff Exp $
 #
 # First try for arm-specific configuration info
 #
@@ -26,3 +26,7 @@
 
 attach wdc at tspldbus with wdc_ts
 file   arch/evbarm/tsarm/wdc_ts.c              wdc_ts
+
+device tsrtc: mc146818
+attach tsrtc at tspldbus
+file   arch/evbarm/tsarm/tsrtc.c               tsrtc



Home | Main Index | Thread Index | Old Index