12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- #
- # 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: see modprobe.conf(5).
- #
- # 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 viafb
- # ISDN - see bugs 154799, 159068
- blacklist hisax
- blacklist hisax_fcpcipnp
- # sound drivers
- blacklist snd-pcsp
- # I/O dynamic configuration support for s390x (bz #563228)
- blacklist chsc_sch
- # crypto algorithms
- blacklist sha1-mb
- # see bz #1562114
- blacklist sha256-mb
- blacklist sha512-mb
|