]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - module-init-tools/modprobe.d/blacklist.conf
Change file layout of the makefiles.
[people/stevee/ipfire-3.x.git] / module-init-tools / modprobe.d / blacklist.conf
1 #
2 # Listing a module here prevents the hotplug scripts from loading it.
3 # Usually that'd be so that some other driver will bind it instead,
4 # no matter which driver happens to get probed first. Sometimes user
5 # mode tools can also control driver binding.
6 #
7 # Syntax: driver name alone (without any spaces) on a line. Other
8 # lines are ignored.
9 #
10
11 # watchdog drivers
12 blacklist i8xx_tco
13
14 # framebuffer drivers
15 blacklist aty128fb
16 blacklist atyfb
17 blacklist radeonfb
18 blacklist i810fb
19 blacklist cirrusfb
20 blacklist intelfb
21 blacklist kyrofb
22 blacklist i2c-matroxfb
23 blacklist hgafb
24 blacklist nvidiafb
25 blacklist rivafb
26 blacklist savagefb
27 blacklist sisfb
28 blacklist sstfb
29 blacklist neofb
30 blacklist tridentfb
31 blacklist tdfxfb
32 blacklist virgefb
33 blacklist vga16fb
34
35 # ISDN - see bugs 154799, 159068
36 blacklist hisax
37 blacklist hisax_fcpcipnp
38