source: projects/hwdata/trunk/blacklist.conf @ 7989

Revision 7989, 964 bytes checked in by daisuke, 10 years ago (diff)

forked.

Line 
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: see modprobe.conf(5).
8#
9
10# watchdog drivers
11blacklist i8xx_tco
12
13# framebuffer drivers
14blacklist aty128fb
15blacklist atyfb
16blacklist radeonfb
17blacklist i810fb
18blacklist cirrusfb
19blacklist intelfb
20blacklist kyrofb
21blacklist i2c-matroxfb
22blacklist hgafb
23blacklist nvidiafb
24blacklist rivafb
25blacklist savagefb
26blacklist sstfb
27blacklist neofb
28blacklist tridentfb
29blacklist tdfxfb
30blacklist virgefb
31blacklist vga16fb
32blacklist viafb
33
34# ISDN - see bugs 154799, 159068
35blacklist hisax
36blacklist hisax_fcpcipnp
37
38# sound drivers
39blacklist snd-pcsp
40
41# I/O dynamic configuration support for s390x (bz #563228)
42blacklist chsc_sch
43
44# we prefer e100
45blacklist eepro100
46
47# old and legacy floppy
48blacklist floppy
49
Note: See TracBrowser for help on using the repository browser.