Ignore:
Timestamp:
Feb 21, 2006, 2:31:06 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
3d85c53
Parents:
52330ef
Message:

r1181@server (orig r1179): jim | 2006-02-14 19:52:37 -0800

r1263@server: jim | 2006-02-14 19:52:14 -0800
Updates from Upstream


File:
1 edited

Legend:

Unmodified
Added
Removed
  • udev/05-udev-early.rules

    r52330ef r26b1cc1  
    1515########################################################################
    1616
    17 # sysfs is populated after the event is sent
    18 #
    19 ACTION=="add",  DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus"
    20 ACTION=="add",  SUBSYSTEM=="net", WAIT_FOR_SYSFS="address"
    21 
    2217# ignore these events until someone needs them
    2318#
    2419SUBSYSTEM=="drivers",           OPTIONS="ignore_device"
    2520SUBSYSTEM=="module",            OPTIONS="ignore_device"
     21
     22# sysfs is populated after the event is sent
     23#
     24ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus"
     25ACTION=="add", SUBSYSTEM=="scsi", WAIT_FOR_SYSFS="ioerr_cnt"
     26ACTION=="add", SUBSYSTEM=="net", WAIT_FOR_SYSFS="address"
Note: See TracChangeset for help on using the changeset viewer.