summaryrefslogtreecommitdiff
path: root/sys/dev/virtio/console
AgeCommit message (Expand)Author
2024-06-16virtio(4): Fix two typos in KASSERT messagesGordon Bergling
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-09-18virtio: remove virtio_alloc_virtqueues' flags argMina Galić
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-05-06virtio: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2021-12-14virtio console: plug set-but-not-used varsMateusz Guzik
2021-01-21virtio: Reduce boilerplate for device driver module definitionsJessica Clarke
2021-01-19virtio: Handle possible failure of virtio_finalize_features()Bryan Venteicher
2021-01-19virtio_console: Add modern (V1) supportBryan Venteicher
2020-09-01virtio: clean up empty lines in .c and .h filesMateusz Guzik
2020-05-06virtio: Support MMIO bus for all devicesJessica Clarke
2019-06-04virtio(4): Add PNP match metadata for virtio devicesConrad Meyer
2018-01-21Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni
2018-01-13dev: make some use of mallocarray(9).Pedro F. Giffuni
2018-01-13Fix possible panic when creating VirtIO console dev aliasesBryan Venteicher
2016-11-24virtio_console: correctly determine presense of payload and its lengthAndriy Gapon
2016-11-12Reserve space for control message payload (currently a port name).Jakub Wojciech Klama
2016-09-17Create aliases for named virtio-console ports.Jakub Wojciech Klama
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2014-11-07Several minor changes to hopefully complete the VirtIO console driverBryan Venteicher
2014-11-03Create the tty device after the port is completely initializedBryan Venteicher
2014-11-03Add support for the multiport feature and fix hot plug racesBryan Venteicher
2014-10-23Add VirtIO console driverBryan Venteicher