|
NAMEofw_console —
Open Firmware console
SYNOPSIScpu AIM
options OFWCONS_POLL_HZ=N
DESCRIPTIONTheofw_console driver provides a simple text console,
using the Open Firmware services for input and output. It will use the Open
Firmware console devices set via the input-device and
output-device variables.
This driver is deprecated and only provided as a fallback console mechanism if the real console hardware can not be driven by FreeBSD. In case the FILES
SEE ALSOakbd(4), powermac_nvram(4), vt(4)HISTORYTheofw_console driver first appeared in
FreeBSD 5.0.
AUTHORSTheofw_console driver was written by
Benno Rice
<benno@FreeBSD.org>.
CAVEATSSince the Open Firmware will handle BREAK (or Stop-A) sequences beforeofw_console , the preferred way to enter
ddb(4) when
using ofw_console is to include
options ALT_BREAK_TO_DEBUGGER in a ddb-enabled kernel,
and enter the alternate BREAK sequence (RETURN TILDE CTRL-b).
BUGSTheofw_console driver also not attach to the hardware
resources it actually talks to.
Visit the GSP FreeBSD Man Page Interface. |