Magellan Linux

Annotation of /trunk/hotplug/blacklist

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (16 years, 11 months ago) by niro
File size: 1059 byte(s)
-import

1 niro 144 #
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     # uhci ... usb-uhci handles the same pci class
12     usb-uhci
13     # usbcore ... module is loaded implicitly, ignore it otherwise
14     usbcore
15    
16     # tulip ... de4x5, xircom_tulip_cb, dmfe (...) handle same devices
17     de4x5
18     # At least 2.4.3 and later xircom_tulip doesn't have that conflict
19     # xircom_tulip_cb
20     dmfe
21    
22     # evbug is a debug tool and should be loaded explicitly
23     evbug
24    
25     # does not exist in our stock kernels; so do not complain
26     snd-wavefront
27     snd-cs4232
28    
29     # blacklist *all* framebuffer video-modules;
30     # they should be loaded explicitly by the user via
31     # /etc/modules.autoload/kernel-xy or initrd/initramfs
32     atyfb
33     aty128fb
34     sisfb
35     i810fb
36     rivafb
37     hgafb
38     pm2fb
39     cyber2000fb
40     vga16fb
41     nvidiafb
42     savagefb
43     cirrusfb
44     radeonfb
45     intelfb
46     tridentfb