Magellan Linux

Contents of /tags/udev-162-r1/blacklist

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1126 - (show annotations) (download)
Mon Sep 13 14:10:26 2010 UTC (13 years, 6 months ago) by niro
File size: 2323 byte(s)
tagged 'udev-162-r1'
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 arcfb
31 blacklist atyfb
32 blacklist aty128fb
33 blacklist carminefb
34 blacklist cirrusfb
35 blacklist crvml
36 blacklist cyber2000fb
37 blacklist cyber2000fb
38 blacklist g450_pll
39 blacklist gx1fb
40 blacklist gxfb
41 blacklist hecubafb
42 blacklist hgafb
43 blacklist i2c-matroxfb
44 blacklist i810fb
45 blacklist ili9320
46 blacklist intelfb
47 blacklist kyrofb
48 blacklist lxfb
49 blacklist matroxfb_DAC1064
50 blacklist matroxfb_Ti3026
51 blacklist matroxfb_accel
52 blacklist matroxfb_base
53 blacklist matroxfb_crtc2
54 blacklist matroxfb_g450
55 blacklist matroxfb_maven
56 blacklist matroxfb_misc
57 blacklist mb862xxfb
58 blacklist metronomefb
59 blacklist neofb
60 blacklist nvidiafb
61 blacklist pm2fb
62 blacklist pm3fb
63 blacklist radeonfb
64 blacklist rivafb
65 blacklist s1d13xxxfb
66 blacklist savagefb
67 blacklist sisfb
68 blacklist sm501fb
69 blacklist sstfb
70 blacklist tdfxfb
71 blacklist tmiofb
72 blacklist tridentfb
73 blacklist uvesafb
74 blacklist vga16fb
75 blacklist viafb
76 blacklist vmlfb
77
78 #
79 # blacklist *all* proprietary video drivers
80 #
81 # They should be loaded explicitly by the user via
82 # /etc/modules.autoload/kernel-xy or initrd/initramfs
83 blacklist fglrx
84 blacklist nvidia
85 blacklist nvidia-legacy
86 # However you should blacklist the open pendants for these drivers
87 # if you want to use them. The proprietary and the kernel provided
88 # drivers may collide and you get some bad errors if udev loads them both
89 #blacklist radeon
90 #blacklist nv
91
92 #
93 # blacklist usblp for cups 1.4+
94 #
95 # hplip and cups 1.4+ use raw USB devices, so it requires usblp not be loaded
96 blacklist usblp