Magellan Linux

Contents of /trunk/udev/blacklist

Parent Directory Parent Directory | Revision Log Revision Log


Revision 511 - (show annotations) (download)
Sat Mar 22 18:05:39 2008 UTC (16 years, 1 month ago) by niro
File size: 1563 byte(s)
-added more drivers

1 #
2 # Listing a module here prevents udev 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: blacklist modulename
8 #
9
10 #
11 # blacklist the event debugging driver
12 #
13 # evbug is a debug tool and should be loaded explicitly
14 blacklist evbug
15
16 #
17 # blacklist the firewire ipv4 driver
18 #
19 # autoloading eth1394 most of the time re-orders your network
20 # interfaces, and with buggy kernel 2.6.21, udev persistent-net
21 # is not able to rename these devices, so you get eth?_rename devices
22 # plus an exceeded 30sec boot timeout
23 blacklist eth1394
24
25 #
26 # blacklist *all* framebuffer video-modules
27 #
28 # They should be loaded explicitly by the user via
29 # /etc/modules.autoload/kernel-xy or initrd/initramfs
30 blacklist atyfb
31 blacklist aty128fb
32 blacklist sisfb
33 blacklist i810fb
34 blacklist rivafb
35 blacklist hgafb
36 blacklist pm2fb
37 blacklist cyber2000fb
38 blacklist vga16fb
39 blacklist nvidiafb
40 blacklist savagefb
41 blacklist cirrusfb
42 blacklist radeonfb
43 blacklist intelfb
44 blacklist tridentfb
45
46 #
47 # blacklist *all* proprietary video drivers
48 #
49 # They should be loaded explicitly by the user via
50 # /etc/modules.autoload/kernel-xy or initrd/initramfs
51 blacklist fglrx
52 blacklist nvidia
53 blacklist nvidia-legacy
54 # However you should blacklist the open pendants for these drivers
55 # if you want to use them. The proprietary and the kernel provided
56 # drivers may collide and you get some bad errors if udev loads them both
57 #blacklist radeon
58 #blacklist nv