Module Name: src
Committed By: phx
Date: Sat Jan 7 21:03:06 UTC 2012
Modified Files:
src/sys/arch/sandpoint/sandpoint: iic_eumb.c
Log Message:
Configure pcf8563rtc for nhnas models.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 src/sys/arch/sandpoint/sandpoint/iic_eumb.c:1.17
--- src/sys/arch/sandpoint/sandpoint/iic_eumb.c:1.16 Fri Jul 1 19:16:06 2011
+++ src/sys/arch/sandpoint/sandpoint/iic_eumb.c Sat Jan 7 21:03:05 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: iic_eumb.c,v 1.16 2011/07/01 19:16:06 dyoung Exp $ */
+/* $NetBSD: iic_eumb.c,v 1.17 2012/01/07 21:03:05 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.16 2011/07/01 19:16:06 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: iic_eumb.c,v 1.17 2012/01/07 21:03:05 phx Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -64,6 +64,7 @@ static struct i2cdev rtcmodel[] = {
{ "kurobox", "rs5c372rtc", 0x32 },
{ "qnap", "s390rtc", 0x30 },
{ "synology", "rs5c372rtc", 0x32 },
+ { "nhnas", "pcf8563rtc", 0x51 }
};
static void add_i2c_child_devices(device_t, const char *);