freebsd-dev/sys/dev/cfe
Andriy Gapon 9976156f12 kern cons: introduce infrastructure for console grabbing by kernel
At the moment grab and ungrab methods of all console drivers are no-ops.

Current intended meaning of the calls is that the kernel takes control of
console input.  In the future the semantics may be extended to mean that
the calling thread takes full ownership of the console (e.g. console
output from other threads could be suspended).

Inspired by:	bde
MFC after:	2 months
2011-12-17 15:08:43 +00:00
..
cfe_api_int.h
cfe_api.c Fix bug in cfe_enumenv(). The CFE API to invoke is CFE_CMD_ENV_ENUM 2010-01-11 17:16:06 +00:00
cfe_api.h
cfe_console.c kern cons: introduce infrastructure for console grabbing by kernel 2011-12-17 15:08:43 +00:00
cfe_env.c Start using the 'init_static_kenv()' API provided by r198561 to initialize 2010-08-11 02:13:50 +00:00
cfe_error.h
cfe_ioctl.h
cfe_resource.c