[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:35 UTC 2012


details:   http://zrouter.org/hg/FreeBSD/head//rev/7ec9ff452b15
changeset: 438:7ec9ff452b15
user:      Aleksandr Rybalko <ray at ddteam.net>
date:      Tue Mar 20 00:59:46 2012 +0200
description:
make driver_t/device_t not-static so we can attach it without modify from new controllers.

diffstat:

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

diffs (12 lines):

diff -r f5acb3b3637b -r 7ec9ff452b15 head/sys/dev/spibus/spibus.c
--- a/head/sys/dev/spibus/spibus.c	Tue Mar 20 00:57:24 2012 +0200
+++ b/head/sys/dev/spibus/spibus.c	Tue Mar 20 00:59:46 2012 +0200
@@ -192,7 +192,7 @@
 	DEVMETHOD_END
 };
 
-static driver_t spibus_driver = {
+driver_t spibus_driver = {
 	"spibus",
 	spibus_methods,
 	sizeof(struct spibus_softc)


More information about the Zrouter-src-freebsd mailing list