summaryrefslogtreecommitdiff
path: root/etc/udev/gentoo/05-udev-early.rules
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2007-03-28 20:31:19 +0200
committerKay Sievers <kay.sievers@vrfy.org>2007-03-28 20:31:19 +0200
commit1532b47bdf8cabc86d7e0f6d5e81342c42c48b2a (patch)
tree98e9db014874a876cf9de2e6375cd3ef6234e6da /etc/udev/gentoo/05-udev-early.rules
parent4e2b290821d083361260f8cdbe7c54886463673e (diff)
update Gentoo rules
Diffstat (limited to 'etc/udev/gentoo/05-udev-early.rules')
-rw-r--r--etc/udev/gentoo/05-udev-early.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/udev/gentoo/05-udev-early.rules b/etc/udev/gentoo/05-udev-early.rules
index b4d24ae216..ecf079c057 100644
--- a/etc/udev/gentoo/05-udev-early.rules
+++ b/etc/udev/gentoo/05-udev-early.rules
@@ -4,7 +4,7 @@ SUBSYSTEM=="module", OPTIONS="ignore_device"
# 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"