cvs commit: src/sys/sys bus.h src/sys/kern device_if.m subr_bus.c
Warner Losh
imp at FreeBSD.org
Fri Dec 31 12:47:52 PST 2004
imp 2004-12-31 20:47:51 UTC
FreeBSD src repository
Modified files:
sys/sys bus.h
sys/kern device_if.m subr_bus.c
Log:
Implement device_quiesce. This method means 'you are about to be
unloaded, cleanup, or return ebusy of that's inconvenient.' The
default module hanlder for newbus will now call this when we get a
MOD_QUIESCE event, but in the future may call this at other times.
This shouldn't change any actual behavior until drivers start to use it.
Revision Changes Path
1.11 +31 -0 src/sys/kern/device_if.m
1.167 +101 -0 src/sys/kern/subr_bus.c
1.64 +2 -0 src/sys/sys/bus.h
More information about the cvs-src
mailing list