[Zrouter-src-freebsd] ZRouter.org: push to FreeBSD HEAD tree

zrouter-src-freebsd at zrouter.org zrouter-src-freebsd at zrouter.org
Tue Mar 20 10:05:33 UTC 2012


details:   http://zrouter.org/hg/FreeBSD/head//rev/51467235272f
changeset: 436:51467235272f
user:      Aleksandr Rybalko <ray at ddteam.net>
date:      Tue Mar 20 00:56:50 2012 +0200
description:
some RoboSwitch SSB core regs.

diffstat:

 head/sys/dev/siba/siba_roboswitch.c |  18 ++++++++----------
 1 files changed, 8 insertions(+), 10 deletions(-)

diffs (28 lines):

diff -r 6ff2455bd9d2 -r 51467235272f head/sys/dev/siba/siba_roboswitch.c
--- a/head/sys/dev/siba/siba_roboswitch.c	Tue Mar 20 00:54:10 2012 +0200
+++ b/head/sys/dev/siba/siba_roboswitch.c	Tue Mar 20 00:56:50 2012 +0200
@@ -1,16 +1,14 @@
 
 
+#define	SIBA_ROBO_BISTSTAT_REG		0x00c
+#define	SIBA_ROBO_ACCESS_CTL_REG	0x100
+#define	SIBA_ROBO_RW_CTL_REG		0x104
+#define	SIBA_ROBO_DATA_15_0_REG		0x110
+#define	SIBA_ROBO_DATA_31_16_REG	0x114
+#define	SIBA_ROBO_DATA_47_32_REG	0x118
+#define	SIBA_ROBO_DATA_63_48_REG	0x11c
+
 /*
-Access on 1/2/4 width
-00c
-100
-104
-110
-114
-118
-11c
-
-
 Standard Core control
 f00
 f04


More information about the Zrouter-src-freebsd mailing list