Magellan Linux

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

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

revision 121 by niro, Wed Mar 21 16:48:37 2007 UTC revision 188 by niro, Thu May 17 19:23:35 2007 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.1 2007-03-21 16:48:37 niro Exp $  # $Header: /root/magellan-cvs/src/udev/udev-early.rules.magellan,v 1.2 2007-05-17 19:23:10 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 24  SUBSYSTEM=="module", OPTIONS="ignore_dev Line 24  SUBSYSTEM=="module", OPTIONS="ignore_dev
24    
25  # sysfs is populated after the event is sent  # sysfs is populated after the event is sent
26  ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus"  ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus"
27  ACTION=="add", SUBSYSTEM=="scsi", WAIT_FOR_SYSFS="ioerr_cnt"  ACTION=="add", KERNEL=="[0-9]*:[0-9]*", SUBSYSTEM=="scsi", WAIT_FOR_SYSFS="ioerr_cnt"
28  ACTION=="add", SUBSYSTEM=="net", WAIT_FOR_SYSFS="address"  ACTION=="add", SUBSYSTEM=="net", WAIT_FOR_SYSFS="address"
29  ACTION=="add", SUBSYSTEM=="net", ENV{PHYSDEVDRIVER}=="?*", WAIT_FOR_SYSFS="device/driver"  ACTION=="add", SUBSYSTEM=="net", ENV{PHYSDEVDRIVER}=="?*", WAIT_FOR_SYSFS="device/driver"
   
 # Set IN_HOTPLUG for compatibility with init-scripts called from udev  
 ENV{IN_HOTPLUG}="1"  

Legend:
Removed from v.121  
changed lines
  Added in v.188