aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio/console
Commit message (Expand)AuthorAgeFilesLines
* virtio(4): Fix two typos in KASSERT messagesGordon Bergling2024-06-161-2/+2
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* virtio: remove virtio_alloc_virtqueues' flags argMina Galić2023-09-181-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* virtio: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* virtio console: plug set-but-not-used varsMateusz Guzik2021-12-141-3/+3
* virtio: Reduce boilerplate for device driver module definitionsJessica Clarke2021-01-211-6/+2
* virtio: Handle possible failure of virtio_finalize_features()Bryan Venteicher2021-01-191-8/+17
* virtio_console: Add modern (V1) supportBryan Venteicher2021-01-191-8/+20
* virtio: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* virtio: Support MMIO bus for all devicesJessica Clarke2020-05-061-0/+3
* virtio(4): Add PNP match metadata for virtio devicesConrad Meyer2019-06-041-7/+5
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-6/+4
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-131-4/+6
* Fix possible panic when creating VirtIO console dev aliasesBryan Venteicher2018-01-131-23/+76
* virtio_console: correctly determine presense of payload and its lengthAndriy Gapon2016-11-241-2/+2
* Reserve space for control message payload (currently a port name).Jakub Wojciech Klama2016-11-121-2/+3
* Create aliases for named virtio-console ports.Jakub Wojciech Klama2016-09-171-6/+45
* 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-232-0/+1313