Module Name:    src
Committed By:   nisimura
Date:           Mon Feb  7 12:51:18 UTC 2011

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

Log Message:
add Dallas I2C RTC driver for StorCenter, leaving it commented out for now.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 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.52 src/sys/arch/sandpoint/conf/GENERIC:1.53
--- src/sys/arch/sandpoint/conf/GENERIC:1.52	Sat Jan 15 23:06:07 2011
+++ src/sys/arch/sandpoint/conf/GENERIC	Mon Feb  7 12:51:18 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.52 2011/01/15 23:06:07 phx Exp $
+# $NetBSD: GENERIC,v 1.53 2011/02/07 12:51:18 nisimura 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.52 $"
+#ident 		"GENERIC-$Revision: 1.53 $"
 
 maxusers	32
 
@@ -166,6 +166,7 @@
 ociic*	at eumb?
 iic*	at ociic?
 rs5c372rtc* at iic? addr 0x32
+#dsrtc*	at iic? addr 0x68
 
 # PCI IDE controllers - see pciide(4) for supported hardware.
 cmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers

Reply via email to