summaryrefslogtreecommitdiffstats
path: root/sys/dev/mxge/ethp_z8e.h
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2010-05-19 19:03:19 +0000
committerdougb <dougb@FreeBSD.org>2010-05-19 19:03:19 +0000
commitc3df0e88540d6dd2e20e52609e8e75c55790bb4a (patch)
treeefb149b788cac34dc1540f92fb4e52890258fe73 /sys/dev/mxge/ethp_z8e.h
parent25e31d8ac6d6785593c820b06c5b756f9175b7d9 (diff)
downloadFreeBSD-src-c3df0e88540d6dd2e20e52609e8e75c55790bb4a.zip
FreeBSD-src-c3df0e88540d6dd2e20e52609e8e75c55790bb4a.tar.gz
This change does the following for the scripts that run up through
FILESYSTEMS (the default early_late_divider): 1. Move sysctl to run first 2. Move as many BEFOREs to REQUIREs as possible. 3. Minor effect, move hostid_save from right before mdconfig to right after. A lot of the early scripts make use of sysctl one way or another so running this first makes a lot of sense given that system-critical values are often placed in sysctl.conf. My original purpose for working on this was that while doing some debugging on other stuff I noticed that the order of execution was different in the first pass through the early scripts and the second. In practice that doesn't matter because the scripts are not executed the second time. However this _can_ result in problems if the difference in the rcorder moves a script from the late section to the early section in the second pass (which would mean the script would not get executed). So, I wanted to make the order of execution of the scripts in the early section more deterministic. In the course of debugging the ordering problems I noticed that moving the BEFOREs to REQUIREs prevented the changes in order from the first pass to the second pass without having to make any substantial changes. (Of course it's no secret that I think BEFORE should be avoided as much as possible, but this is a good example of why.) Reviewed by: silence on freebsd-rc@ MFC after: 8.1-RELEASE
Diffstat (limited to 'sys/dev/mxge/ethp_z8e.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud