From df64ed10dc47aa491543d7d032ccfe5458b526cf Mon Sep 17 00:00:00 2001 From: piernov Date: Sat, 4 Feb 2012 16:50:51 +0100 Subject: module-init-tools -> kmod 4-1 --- kmod/blacklist-fb.conf | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 kmod/blacklist-fb.conf (limited to 'kmod/blacklist-fb.conf') diff --git a/kmod/blacklist-fb.conf b/kmod/blacklist-fb.conf new file mode 100644 index 000000000..4b0c0508e --- /dev/null +++ b/kmod/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 -- cgit v1.2.3-54-g00ecf