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 all known RTC drivers. The co...



details:   https://anonhg.NetBSD.org/src/rev/3ab5c4236104
branches:  trunk
changeset: 763908:3ab5c4236104
user:      phx <phx%NetBSD.org@localhost>
date:      Wed Apr 06 18:12:15 2011 +0000

description:
Enable all known RTC drivers. The correct RTC will automatically be chosen as
an I2C device, depending on the NAS model.

diffstat:

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

diffs (32 lines):

diff -r 3be50586ed2e -r 3ab5c4236104 sys/arch/sandpoint/conf/GENERIC
--- a/sys/arch/sandpoint/conf/GENERIC   Wed Apr 06 17:41:27 2011 +0000
+++ b/sys/arch/sandpoint/conf/GENERIC   Wed Apr 06 18:12:15 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.57 2011/03/20 17:10:46 phx Exp $
+# $NetBSD: GENERIC,v 1.58 2011/04/06 18:12:15 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.57 $"
+#ident                 "GENERIC-$Revision: 1.58 $"
 
 maxusers       32
 
@@ -185,8 +185,12 @@
 satmgr0        at eumb? unit 1                 # satmgr at 0x4600
 ociic*         at eumb?
 iic*           at ociic?
+dsrtc*         at iic? addr 0x68
 rs5c372rtc*    at iic? addr 0x32
-#dsrtc*                at iic? addr 0x68
+s390rtc*       at iic? addr 0x30
+#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