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 Configure pcf8563rtc for nhnas ...
details: https://anonhg.NetBSD.org/src/rev/21a035e3dd02
branches: trunk
changeset: 772553:21a035e3dd02
user: phx <phx%NetBSD.org@localhost>
date: Sat Jan 07 21:03:05 2012 +0000
description:
Configure pcf8563rtc for nhnas models.
diffstat:
sys/arch/sandpoint/sandpoint/iic_eumb.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 3014ec917269 -r 21a035e3dd02 sys/arch/sandpoint/sandpoint/iic_eumb.c
--- a/sys/arch/sandpoint/sandpoint/iic_eumb.c Sat Jan 07 21:02:15 2012 +0000
+++ b/sys/arch/sandpoint/sandpoint/iic_eumb.c Sat Jan 07 21:03:05 2012 +0000
@@ -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 @@
{ "kurobox", "rs5c372rtc", 0x32 },
{ "qnap", "s390rtc", 0x30 },
{ "synology", "rs5c372rtc", 0x32 },
+ { "nhnas", "pcf8563rtc", 0x51 }
};
static void add_i2c_child_devices(device_t, const char *);
Home |
Main Index |
Thread Index |
Old Index