summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/typhoon
diff options
context:
space:
mode:
authorapb <apb@NetBSD.org>2014-07-27 07:46:46 +0000
committerapb <apb@NetBSD.org>2014-07-27 07:46:46 +0000
commitf421d5e4466ac13433514ee4df6ea5dd86adaaa3 (patch)
tree3eefe755141eb58ea0e9ca8ccdf576442ea88d35 /sys/dev/microcode/typhoon
parentd1117a061da7e7e335fb37cd084da5268a6e1cef (diff)
In rc.subr, add _have_rc_postprocessor function and use it instead of
inline tests like [ -n "${_rc_postprocessor_fd}" ]. The new function performs a few new tests, including verifying that /etc/rc is still running (using a new _rc_pid variable set by /etc/rc). This is intended to deal with the case that a script run from /etc/rc spawns a background process, then /etc/rc exits, but the background process still has environment variables inherited from /etc/rc. Fixes PR 46546.
Diffstat (limited to 'sys/dev/microcode/typhoon')
0 files changed, 0 insertions, 0 deletions
e more flexible powerpc bus_space/bus_dma code.scw 2003-07-15__KERNEL_RCSID()lukem 2003-01-01Use aprint_normal() for cfprint routines.thorpej 2002-10-10fix typo - driver name is 'opb', not 'obp'jdolecek 2002-10-02Add trailing ; to CFATTACH_DECL.thorpej 2002-10-01Use CFATTACH_DECL().thorpej 2002-09-27Declare all cfattach structures const.thorpej 2002-09-27Introduce a new routine, config_match(), which invokes thethorpej 2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej 2002-08-13Use the base space tag from the attach args, don't recreate it all thesimonb 2002-08-13Use "ibm4xx" instead of "galaxy"; galaxy was an early code name for thesimonb 2002-08-13Split out device register definitions to their own files as the aresimonb 2002-08-12Add a pvr field to 'struct opb_dev', to allow the opb_devs array tosimonb 2002-08-12Reorganise the IBM 4xx bus layout, using terminology from the IBMsimonb