Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sandpoint/sandpoint Add Iomega Storcenter dsrtc dev...



details:   https://anonhg.NetBSD.org/src/rev/2721ddca9bcb
branches:  trunk
changeset: 764672:2721ddca9bcb
user:      phx <phx%NetBSD.org@localhost>
date:      Sat Apr 30 11:14:04 2011 +0000

description:
Add Iomega Storcenter dsrtc device (DS1337).

diffstat:

 sys/arch/sandpoint/sandpoint/iic_eumb.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 76b72224bde5 -r 2721ddca9bcb sys/arch/sandpoint/sandpoint/iic_eumb.c
--- a/sys/arch/sandpoint/sandpoint/iic_eumb.c   Sat Apr 30 11:12:58 2011 +0000
+++ b/sys/arch/sandpoint/sandpoint/iic_eumb.c   Sat Apr 30 11:14:04 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: iic_eumb.c,v 1.13 2011/04/08 14:09:24 nisimura Exp $ */
+/* $NetBSD: iic_eumb.c,v 1.14 2011/04/30 11:14:04 phx Exp $ */
 
 /*-
  * Copyright (c) 2010,2011 Frank Wille.
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: iic_eumb.c,v 1.13 2011/04/08 14:09:24 nisimura Exp $");
+__KERNEL_RCSID(0, "$NetBSD: iic_eumb.c,v 1.14 2011/04/30 11:14:04 phx Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -60,6 +60,7 @@
 
 static struct i2cdev rtcmodel[] = {
     { "dlink",    "strtc",      0x68 },
+    { "iomega",   "dsrtc",      0x68 },
     { "kurobox",  "rs5c372rtc", 0x32 },
     { "qnap",     "s390rtc",    0x30 },
     { "synology", "rs5c372rtc", 0x32 },



Home | Main Index | Thread Index | Old Index