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

zrouter-src-freebsd at zrouter.org zrouter-src-freebsd at zrouter.org
Tue Dec 6 21:50:51 UTC 2011


details:   http://zrouter.org/hg/FreeBSD/head//rev/3f45ccda8dda
changeset: 240:3f45ccda8dda
user:      ray at terran.dlink.ua
date:      Tue Dec 06 23:50:50 2011 +0200
description:
Fix to use BROADCOM2.
Driver will be removed after switch framwork relased.

diffstat:

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

diffs (12 lines):

diff -r fcec2adfd075 -r 3f45ccda8dda head/sys/dev/mii/bfeswitch.c
--- a/head/sys/dev/mii/bfeswitch.c	Tue Dec 06 22:52:04 2011 +0200
+++ b/head/sys/dev/mii/bfeswitch.c	Tue Dec 06 23:50:50 2011 +0200
@@ -68,7 +68,7 @@
 DRIVER_MODULE(bfeswitch, miibus, bfeswitch_driver, bfeswitch_devclass, 0, 0);
 
 static const struct mii_phydesc bfeswitches[] = {
-	MII_PHY_DESC(BROADCOM, BCM5325),
+	MII_PHY_DESC(BROADCOM2, BCM5325),
 	MII_PHY_END
 };
 


More information about the Zrouter-src-freebsd mailing list