Date: Thu, 1 Feb 2007 06:31:16 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 113810 for review Message-ID: <200702010631.l116VGqn006821@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=113810 Change 113810 by imp@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 }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702010631.l116VGqn006821>