aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio/console/virtio_console.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Several minor changes to hopefully complete the VirtIO console driverBryan Venteicher2014-11-071-16/+52
* Create the tty device after the port is completely initializedBryan Venteicher2014-11-031-4/+4
* Add support for the multiport feature and fix hot plug racesBryan Venteicher2014-11-031-350/+485
* Add VirtIO console driverBryan Venteicher2014-10-231-0/+1238