diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-24 01:18:25 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-24 01:18:25 +0200 |
commit | 29de24c632bddfb6adfd49a13b32c3c1f9e95b1a (patch) | |
tree | be8c4f3e56e6f5ecf574bb8c3fa12a3e3f0047bc /base | |
parent | 4495692a31fd30d8ed7bddc7a67bc521bf0b6707 (diff) | |
download | nutyx-pakxe-29de24c632bddfb6adfd49a13b32c3c1f9e95b1a.tar.gz nutyx-pakxe-29de24c632bddfb6adfd49a13b32c3c1f9e95b1a.tar.bz2 nutyx-pakxe-29de24c632bddfb6adfd49a13b32c3c1f9e95b1a.tar.xz nutyx-pakxe-29de24c632bddfb6adfd49a13b32c3c1f9e95b1a.zip |
module-init-tools, ajout de la blacklist des modules framebuffer
Diffstat (limited to 'base')
-rw-r--r-- | base/module-init-tools/blacklist-fb | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/base/module-init-tools/blacklist-fb b/base/module-init-tools/blacklist-fb new file mode 100644 index 000000000..c77bd22dd --- /dev/null +++ b/base/module-init-tools/blacklist-fb @@ -0,0 +1,37 @@ +# +# 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 |