Magellan Linux

Diff of /tags/udev-162-r2/blacklist

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 311 by niro, Sun Aug 19 02:58:36 2007 UTC revision 511 by niro, Sat Mar 22 18:05:39 2008 UTC
# Line 7  Line 7 
7  # Syntax:  blacklist modulename  # 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  # blacklist *all* framebuffer video-modules;  #
26  # they should be loaded explicitly by the user via  # 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  # /etc/modules.autoload/kernel-xy or initrd/initramfs
30  blacklist atyfb  blacklist atyfb
31  blacklist aty128fb  blacklist aty128fb
# Line 27  blacklist radeonfb Line 43  blacklist radeonfb
43  blacklist intelfb  blacklist intelfb
44  blacklist tridentfb  blacklist tridentfb
45    
46    #
47  # blacklist *all* proprietary video drivers  # blacklist *all* proprietary video drivers
48  # they should be loaded explicitly by the user via  #
49    # They should be loaded explicitly by the user via
50  # /etc/modules.autoload/kernel-xy or initrd/initramfs  # /etc/modules.autoload/kernel-xy or initrd/initramfs
51  blacklist fglrx  blacklist fglrx
52  blacklist nvidia  blacklist nvidia
53  blacklist nvidia-legacy  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

Legend:
Removed from v.311  
changed lines
  Added in v.511