![]() |
![]()
| ![]() |
![]()
NAME
SYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file: options GDB
device firewire
device dcons Alternatively, to load the driver as a module at boot time, place the following line in your kernel configuration file: options GDB and in loader.conf(5): dcons_load="YES"
DESCRIPTIONThe The buffer consists of 4 channels. There are 2 ports, one for the console TTY and another is GDB port, then each port has an input channel and an output channel. FILES
EXAMPLESIf you want to run
getty(8)
on dcons "/usr/libexec/getty std.115200" vt100 on secure Once the fwohci(4) device is initialized to allow physical access, the buffer can be accessed from another host via a firewire(4) bus using the dconschat(8) application. See dconschat(8) for more details. If you want to use dcons_gdb="1" SEE ALSOdcons_crom(4), ddb(4), firewire(4), fwohci(4), gdb(4), ttys(5), conscontrol(8), dconschat(8), fwcontrol(8) AUTHORSHidetoshi Shimokawa <simokawa@FreeBSD.org> BUGSThis driver is currently under development.
|