virtio_console (4)
Leading comments
Copyright (c) 2014 Bryan Venteicher All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or o...
NAME
virtio_console - VirtIO Console driverSYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file:device virtio_console
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf5:
virtio_console_load="YES"
DESCRIPTION
The device driver provides support for VirtIO console devices.The console device may have one or more ports. Each port is similar to a simple serial interface, and each port is accessible through tty(4).
FILES
- /dev/ttyV?.??