Module Name:    src
Committed By:   phx
Date:           Mon Apr 11 18:02:11 UTC 2011

Modified Files:
        src/sys/arch/sandpoint/conf: GENERIC

Log Message:
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...


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/sandpoint/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sandpoint/conf/GENERIC
diff -u src/sys/arch/sandpoint/conf/GENERIC:1.58 src/sys/arch/sandpoint/conf/GENERIC:1.59
--- src/sys/arch/sandpoint/conf/GENERIC:1.58	Wed Apr  6 18:12:15 2011
+++ src/sys/arch/sandpoint/conf/GENERIC	Mon Apr 11 18:02:11 2011
@@ -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

Reply via email to