Magellan Linux

Diff of /trunk/udev/udev-early.rules.magellan

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

revision 511 by niro, Thu May 17 19:23:35 2007 UTC revision 512 by niro, Sat Mar 22 18:06:28 2008 UTC
# Line 1  Line 1 
1  # /etc/udev/rules/05-udev-early.rules:  device naming rules for udev  # /etc/udev/rules/05-udev-early.rules:  device naming rules for udev
2  # $Header: /root/magellan-cvs/src/udev/udev-early.rules.magellan,v 1.2 2007-05-17 19:23:10 niro Exp $  # $Header: /root/magellan-cvs/src/udev/udev-early.rules.magellan,v 1.3 2008-03-22 18:06:28 niro Exp $
3  #  #
4  # There are a number of modifiers that are allowed to be used in some  # There are a number of modifiers that are allowed to be used in some
5  # of the different fields. They provide the following subsitutions:  # of the different fields. They provide the following subsitutions:
# Line 18  Line 18 
18  # file that can be run before this one.  # file that can be run before this one.
19  #  #
20    
 # ignore these events until someone needs them  
 SUBSYSTEM=="drivers", OPTIONS="ignore_device"  
 SUBSYSTEM=="module", OPTIONS="ignore_device"  
   
21  # sysfs is populated after the event is sent  # sysfs is populated after the event is sent
 ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus"  
22  ACTION=="add", KERNEL=="[0-9]*:[0-9]*", SUBSYSTEM=="scsi", WAIT_FOR_SYSFS="ioerr_cnt"  ACTION=="add", KERNEL=="[0-9]*:[0-9]*", SUBSYSTEM=="scsi", WAIT_FOR_SYSFS="ioerr_cnt"
 ACTION=="add", SUBSYSTEM=="net", WAIT_FOR_SYSFS="address"  
 ACTION=="add", SUBSYSTEM=="net", ENV{PHYSDEVDRIVER}=="?*", WAIT_FOR_SYSFS="device/driver"  

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