matt
|
e66ccad2ea
|
Add critpoll (critical polling) hooks. These are keep things like watchdogs
from firing when the system is doing stuff like waiting at a ddb prompt or
the kernel is doing a lot of printing.
|
2010-12-11 22:27:53 +00:00 |
|
martin
|
476c17bc5a
|
This is using device_t, so it needs to include <sys/device.h>.
|
2010-01-31 09:27:40 +00:00 |
|
pooka
|
3cba324816
|
Pass root device as a parameter to domountroothook().
|
2010-01-31 02:04:43 +00:00 |
|
pooka
|
04b824ef52
|
Place *hook implementations in kern_hook.c instead of them floating
around in the kern_subr.c gruel. Arrrrr.
|
2010-01-31 01:38:48 +00:00 |
|