Module Name: src
Committed By: nisimura
Date: Fri Apr 8 14:09:24 UTC 2011
Modified Files:
src/sys/arch/sandpoint/sandpoint: iic_eumb.c satmgr.c
Log Message:
Minor format knots; sort a model list in alphabetical order and adjust
spacing.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/sandpoint/sandpoint/iic_eumb.c
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/sandpoint/sandpoint/satmgr.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.12 src/sys/arch/sandpoint/sandpoint/iic_eumb.c:1.13
--- src/sys/arch/sandpoint/sandpoint/iic_eumb.c:1.12 Mon Apr 4 18:01:08 2011
+++ src/sys/arch/sandpoint/sandpoint/iic_eumb.c Fri Apr 8 14:09:24 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: iic_eumb.c,v 1.12 2011/04/04 18:01:08 phx Exp $ */
+/* $NetBSD: iic_eumb.c,v 1.13 2011/04/08 14:09:24 nisimura Exp $ */
/*-
* Copyright (c) 2010,2011 Frank Wille.
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: iic_eumb.c,v 1.12 2011/04/04 18:01:08 phx Exp $");
+__KERNEL_RCSID(0, "$NetBSD: iic_eumb.c,v 1.13 2011/04/08 14:09:24 nisimura Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -59,10 +59,10 @@
};
static struct i2cdev rtcmodel[] = {
- { "dlink", "strtc", 0x68 },
- { "kurobox", "rs5c372rtc", 0x32 },
- { "qnap", "s390rtc", 0x30 },
- { "synology", "rs5c372rtc", 0x32 },
+ { "dlink", "strtc", 0x68 },
+ { "kurobox", "rs5c372rtc", 0x32 },
+ { "qnap", "s390rtc", 0x30 },
+ { "synology", "rs5c372rtc", 0x32 },
};
static void add_i2c_child_devices(device_t, const char *);
Index: src/sys/arch/sandpoint/sandpoint/satmgr.c
diff -u src/sys/arch/sandpoint/sandpoint/satmgr.c:1.7 src/sys/arch/sandpoint/sandpoint/satmgr.c:1.8
--- src/sys/arch/sandpoint/sandpoint/satmgr.c:1.7 Sat Mar 26 22:36:34 2011
+++ src/sys/arch/sandpoint/sandpoint/satmgr.c Fri Apr 8 14:09:24 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: satmgr.c,v 1.7 2011/03/26 22:36:34 phx Exp $ */
+/* $NetBSD: satmgr.c,v 1.8 2011/04/08 14:09:24 nisimura Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -136,10 +136,10 @@
};
static struct satops satmodel[] = {
+ { "dlink", NULL, NULL, NULL, dbutton }
{ "kurobox", NULL, kreboot, kpwroff, kbutton },
- { "synology", sinit, sreboot, spwroff, sbutton },
{ "qnap", qinit, qreboot, qpwroff, qbutton },
- { "dlink", NULL, NULL, NULL, dbutton }
+ { "synology", sinit, sreboot, spwroff, sbutton },
};
/* single byte stride register layout */