[PATCH] modprobe blacklist support

Denys Vlasenko vda.linux at googlemail.com
Sun May 18 14:37:49 UTC 2008


On Saturday 17 May 2008 10:07, Natanael Copa wrote:
> Hi,
> 
> Attatched is a patch that adds support for the 'blacklist' command in
> modprobe.conf. This useful if you want prevent your hardware
> autodetection scripts to load modules like evdev, frame buffer drivers
> etc.
> 
> Just like standard modprobe you can still modprobe blacklisted modules
> by specifying them directly.

        int     m_isalias  : 1;                 /* the module is an alias */
-       int     m_reserved : 15;                /* stuffin' */
+       int     m_isblacklisted  : 1;           /* the module is an alias */
+       int     m_reserved : 14;                /* stuffin' */

The comment is wrong, I removed it.

Applied, thanks.
--
vda



More information about the busybox mailing list