PERFORCE change 113810 for review

Warner Losh imp at FreeBSD.org
Thu Feb 1 06:31:17 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=113810

Change 113810 by imp at imp_lighthouse on 2007/02/01 06:30:50

	Give devd a hint to load modules.

Affected files ...

.. //depot/projects/arm/src/sys/net80211/ieee80211_freebsd.c#7 edit

Differences ...

==== //depot/projects/arm/src/sys/net80211/ieee80211_freebsd.c#7 (text+ko) ====

@@ -33,7 +33,8 @@
  */
 #include <sys/param.h>
 #include <sys/kernel.h>
-#include <sys/systm.h> 
+#include <sys/bus.h>
+#include <sys/systm.h>
 #include <sys/linker.h>
 #include <sys/mbuf.h>   
 #include <sys/module.h>
@@ -333,6 +334,7 @@
 #ifdef notyet
 	(void)kern_kldload(curthread, modname, NULL);
 #else
+	devctl_notify("ieee80211", "loader", modname, NULL);
 	printf("%s: load the %s module by hand for now.\n", __func__, modname);
 #endif
 }


More information about the p4-projects mailing list