GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
OFW_CONSOLE(4) FreeBSD Kernel Interfaces Manual (powerpc) OFW_CONSOLE(4)

ofw_console
Open Firmware console

cpu AIM
options OFWCONS_POLL_HZ=N


options KDB
options DDB
options ALT_BREAK_TO_DEBUGGER

The ofw_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 ofw_console console appears to work too slowly, its responsiveness probably can be improved by including options OFWCONS_POLL_HZ=N. When omitted, OFWCONS_POLL_HZ defaults to 4. For example, on Sun Ultra 2 a value of 20 or higher works best. Too high values, on the other hand, can cause ofw_console to unnecessarily consume CPU.

/dev/console
 
/dev/keyboard
terminal input device in case the console input device is the keyboard
/dev/screen
terminal output device in case the console output device is the screen
/dev/tty[a-z]
terminal device in case both the console input and output device is tty[a-z]

akbd(4), powermac_nvram(4), vt(4)

The ofw_console driver first appeared in FreeBSD 5.0.

The ofw_console driver was written by Benno Rice <benno@FreeBSD.org>.

Since the Open Firmware will handle BREAK (or Stop-A) sequences before ofw_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).

The ofw_console driver also not attach to the hardware resources it actually talks to.
January 16, 2021 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 4 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.