--- trunk/udev/udev-early.rules.magellan 2007/03/21 16:48:37 121 +++ trunk/udev/udev-early.rules.magellan 2007/05/17 19:23:35 188 @@ -1,5 +1,5 @@ # /etc/udev/rules/05-udev-early.rules: device naming rules for udev -# $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 $ # # There are a number of modifiers that are allowed to be used in some # of the different fields. They provide the following subsitutions: @@ -24,9 +24,6 @@ # sysfs is populated after the event is sent ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus" -ACTION=="add", 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" - -# Set IN_HOTPLUG for compatibility with init-scripts called from udev -ENV{IN_HOTPLUG}="1"