diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-19 16:54:09 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-19 16:54:09 +0200 |
commit | 367612ac81ad647784d3e8b3c74dffeb154f7267 (patch) | |
tree | fe25f191ae149b2b92e834dcaee8d016b1d7ef02 /base/module-init-tools/blacklist-fb | |
parent | ef737e9965608339669dd2ab3b1beb01bc17e818 (diff) | |
download | nutyx-extra-367612ac81ad647784d3e8b3c74dffeb154f7267.tar.gz nutyx-extra-367612ac81ad647784d3e8b3c74dffeb154f7267.tar.bz2 nutyx-extra-367612ac81ad647784d3e8b3c74dffeb154f7267.tar.xz nutyx-extra-367612ac81ad647784d3e8b3c74dffeb154f7267.zip |
maj module-init-tools#3.12-1
Diffstat (limited to 'base/module-init-tools/blacklist-fb')
-rw-r--r-- | base/module-init-tools/blacklist-fb | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/base/module-init-tools/blacklist-fb b/base/module-init-tools/blacklist-fb deleted file mode 100644 index c77bd22dd..000000000 --- a/base/module-init-tools/blacklist-fb +++ /dev/null @@ -1,37 +0,0 @@ -# -# Listing a module here prevents the hotplug scripts from loading it. -# Usually that'd be so that some other driver will bind it instead, -# no matter which driver happens to get probed first. Sometimes user -# mode tools can also control driver binding. -# -# Syntax: driver name alone (without any spaces) on a line. Other -# lines are ignored. -# - -# watchdog drivers -blacklist i8xx_tco - -# framebuffer drivers -blacklist aty128fb -blacklist atyfb -blacklist radeonfb -blacklist i810fb -blacklist cirrusfb -blacklist intelfb -blacklist kyrofb -blacklist i2c-matroxfb -blacklist hgafb -blacklist nvidiafb -blacklist rivafb -blacklist savagefb -blacklist sstfb -blacklist neofb -blacklist tridentfb -blacklist tdfxfb -blacklist virgefb -blacklist vga16fb -blacklist matroxfb_base - -# ISDN - see bugs 154799, 159068 -blacklist hisax -blacklist hisax_fcpcipnp |