summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/udev/files/05-udev-early.rules-104-r2')
-rw-r--r--sys-fs/udev/files/05-udev-early.rules-104-r29
1 files changed, 0 insertions, 9 deletions
diff --git a/sys-fs/udev/files/05-udev-early.rules-104-r2 b/sys-fs/udev/files/05-udev-early.rules-104-r2
deleted file mode 100644
index 74a842d03dce..000000000000
--- a/sys-fs/udev/files/05-udev-early.rules-104-r2
+++ /dev/null
@@ -1,9 +0,0 @@
-# ignore these events until someone needs them
-SUBSYSTEM=="drivers", OPTIONS="ignore_device"
-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", SUBSYSTEM=="net", WAIT_FOR_SYSFS="address"
-ACTION=="add", SUBSYSTEM=="net", ENV{PHYSDEVDRIVER}=="?*", WAIT_FOR_SYSFS="device/driver"