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

zrouter-src-freebsd at zrouter.org zrouter-src-freebsd at zrouter.org
Mon Apr 23 09:20:11 UTC 2012


details:   http://zrouter.org/hg/FreeBSD/head//rev/867178d7643a
changeset: 468:867178d7643a
user:      Aleksandr Rybalko <ray at ddteam.net>
date:      Mon Apr 23 12:20:39 2012 +0300
description:
Add storage to remember PHYs isolated by the user

diffstat:

 head/sys/dev/switch/switchvar.h |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 437201359ff8 -r 867178d7643a head/sys/dev/switch/switchvar.h
--- a/head/sys/dev/switch/switchvar.h	Mon Apr 23 12:20:02 2012 +0300
+++ b/head/sys/dev/switch/switchvar.h	Mon Apr 23 12:20:39 2012 +0300
@@ -70,6 +70,7 @@
 	struct resource		*irq_res;
 	int			irq_rid;
 	uint32_t		phys;
+	uint32_t		isol_phys;
 	void			*ihandl;
 	driver_filter_t		*sc_isr;
 	void 			*sc_cookie;


More information about the Zrouter-src-freebsd mailing list