Module Name: src
Committed By: phx
Date: Sat Apr 30 11:14:04 UTC 2011
Modified Files:
src/sys/arch/sandpoint/sandpoint: iic_eumb.c
Log Message:
Add Iomega Storcenter dsrtc device (DS1337).
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/sandpoint/sandpoint/iic_eumb.c
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/sandpoint/iic_eumb.c
diff -u src/sys/arch/sandpoint/sandpoint/iic_eumb.c:1.13 src/sys/arch/sandpoint/sandpoint/iic_eumb.c:1.14
--- src/sys/arch/sandpoint/sandpoint/iic_eumb.c:1.13 Fri Apr 8 14:09:24 2011
+++ src/sys/arch/sandpoint/sandpoint/iic_eumb.c Sat Apr 30 11:14:04 2011
@@ -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 },