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.conf | |
parent | ef737e9965608339669dd2ab3b1beb01bc17e818 (diff) | |
download | nutyx-pakxe-367612ac81ad647784d3e8b3c74dffeb154f7267.tar.gz nutyx-pakxe-367612ac81ad647784d3e8b3c74dffeb154f7267.tar.bz2 nutyx-pakxe-367612ac81ad647784d3e8b3c74dffeb154f7267.tar.xz nutyx-pakxe-367612ac81ad647784d3e8b3c74dffeb154f7267.zip |
maj module-init-tools#3.12-1
Diffstat (limited to 'base/module-init-tools/blacklist-fb.conf')
-rw-r--r-- | base/module-init-tools/blacklist-fb.conf | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/base/module-init-tools/blacklist-fb.conf b/base/module-init-tools/blacklist-fb.conf new file mode 100644 index 000000000..4b0c0508e --- /dev/null +++ b/base/module-init-tools/blacklist-fb.conf @@ -0,0 +1,39 @@ +# +# 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 radeondrmfb +blacklist radeon +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 |