CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/12/21 15:15:53
Modified files:
etc : MAKEDEV.common
etc/etc.amd64 : MAKEDEV.md
share/man/man4 : Makefile
sys/arch/amd64/amd64: conf.c
sys/arch/amd64/conf: GENERIC
sys/dev/pci : files.pci
Added files:
share/man/man4 : viocon.4
sys/dev/pci : viocon.c
Log message:
add virtio-console driver
This patch adds a new driver for use of virtio-console devices as
ttys. It's still in an early state and not compiled by default, yet.
Currently it is only wired into amd64. i386 is still missing.
Discussed with uebayasi@, deraadt@