summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_bus.c
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2011-04-29 21:10:41 +0000
committerdougb <dougb@FreeBSD.org>2011-04-29 21:10:41 +0000
commit271fabc97a777b0748ff774cc86bbdebb1f4a7a6 (patch)
treec433b517ea3057bcd22a7aa9c7404b73e39ea905 /sys/kern/subr_bus.c
parent22b381b7217c2644a04f90b803d07661633ac04c (diff)
downloadFreeBSD-src-271fabc97a777b0748ff774cc86bbdebb1f4a7a6.zip
FreeBSD-src-271fabc97a777b0748ff774cc86bbdebb1f4a7a6.tar.gz
Rather than trusting that nothing is going to sneak in before the
early_late_divider in the second run (and thus be skipped altogether), keep a list of the scripts run early, and use that list to skip things in the second run. This has the primary benefit of not skipping a local script that gets ordered too early in the second run. It also gives an opportunity to clean up/simplify the code a bit. Use a space-separated list rather than the more traditional colon for maximum insurance against creativity in local naming conventions. Reviewed by: brooks
Diffstat (limited to 'sys/kern/subr_bus.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud