Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sandpoint/conf Enable strtc(4). Should theoreticall...



details:   https://anonhg.NetBSD.org/src/rev/08850fa9288a
branches:  trunk
changeset: 764110:08850fa9288a
user:      phx <phx%NetBSD.org@localhost>
date:      Mon Apr 11 18:02:11 2011 +0000

description:
Enable strtc(4). Should theoretically work.
It works indeed for my DSM-G600 after I removed the battery. But there
must be something which confuses the chip later on...

diffstat:

 sys/arch/sandpoint/conf/GENERIC |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r da711fb44c4d -r 08850fa9288a sys/arch/sandpoint/conf/GENERIC
--- a/sys/arch/sandpoint/conf/GENERIC   Mon Apr 11 17:16:43 2011 +0000
+++ b/sys/arch/sandpoint/conf/GENERIC   Mon Apr 11 18:02:11 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.58 2011/04/06 18:12:15 phx Exp $
+# $NetBSD: GENERIC,v 1.59 2011/04/11 18:02:11 phx Exp $
 #
 # machine description file for GENERIC NAS
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.58 $"
+#ident                 "GENERIC-$Revision: 1.59 $"
 
 maxusers       32
 
@@ -188,9 +188,9 @@
 dsrtc*         at iic? addr 0x68
 rs5c372rtc*    at iic? addr 0x32
 s390rtc*       at iic? addr 0x30
-#strtc*                at iic? addr 0x68
-#options       STRTC_NO_WATCHDOG
-#options       STRTC_NO_USERRAM
+strtc*         at iic? addr 0x68
+options        STRTC_NO_WATCHDOG
+options        STRTC_NO_USERRAM
 
 # PCI IDE controllers - see pciide(4) for supported hardware.
 acardide*      at pci? dev ? function ?        # Acard IDE controllers



Home | Main Index | Thread Index | Old Index