diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-03-28 20:31:19 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-03-28 20:31:19 +0200 |
commit | 1532b47bdf8cabc86d7e0f6d5e81342c42c48b2a (patch) | |
tree | 98e9db014874a876cf9de2e6375cd3ef6234e6da /etc/udev/gentoo/05-udev-early.rules | |
parent | 4e2b290821d083361260f8cdbe7c54886463673e (diff) |
update Gentoo rules
Diffstat (limited to 'etc/udev/gentoo/05-udev-early.rules')
-rw-r--r-- | etc/udev/gentoo/05-udev-early.rules | 2 |
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" |