blob: 6a6b05eb2e8987deab61394feca2a7f45dde2f3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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
|