logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

virtio_console — VirtIO Console driver

Description

       The virtio_console 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?.??

History

       The virtio_console driver was written by Bryan Venteicher <bryanv@FreeBSD.org>.

Debian                                          October 22, 2014                               VIRTIO_CONSOLE(4)

Name

       virtio_console — VirtIO Console driver

See Also

tty(4), virtio(4)

Synopsis

       To compile this driver into the kernel, place the following lines in your kernel configuration file:

             devicevirtio_console

       Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):

             virtio_console_load="YES"

See Also