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 add Dallas I2C RTC driver for StorCe...



details:   https://anonhg.NetBSD.org/src/rev/562fe1ce6e28
branches:  trunk
changeset: 761777:562fe1ce6e28
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Mon Feb 07 12:51:18 2011 +0000

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

diffstat:

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

diffs (26 lines):

diff -r adcd1a91b567 -r 562fe1ce6e28 sys/arch/sandpoint/conf/GENERIC
--- a/sys/arch/sandpoint/conf/GENERIC   Mon Feb 07 12:45:21 2011 +0000
+++ b/sys/arch/sandpoint/conf/GENERIC   Mon Feb 07 12:51:18 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index