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

zrouter-src-freebsd at zrouter.org zrouter-src-freebsd at zrouter.org
Wed Jan 11 22:52:57 UTC 2012


details:   http://zrouter.org/hg/FreeBSD/head//rev/f826ddecf75d
changeset: 276:f826ddecf75d
user:      ray at terran.dlink.ua
date:      Thu Jan 12 00:54:02 2012 +0200
description:
Help to attach hinted child to miibus (MDIO).

diffstat:

 head/sys/dev/mii/mii.c |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r c9ac20d16b36 -r f826ddecf75d head/sys/dev/mii/mii.c
--- a/head/sys/dev/mii/mii.c	Wed Jan 11 17:53:39 2012 +0200
+++ b/head/sys/dev/mii/mii.c	Thu Jan 12 00:54:02 2012 +0200
@@ -118,6 +118,8 @@
 
 	device_set_desc(dev, "MII bus");
 
+	bus_enumerate_hinted_children(dev); /* XXX */
+
 	return (BUS_PROBE_SPECIFIC);
 }
 


More information about the Zrouter-src-freebsd mailing list