aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve/atkbdc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* bhyve: Remove the unused vcpu argument from all of the I/O port handlers.John Baldwin2023-01-261-2/+2
* bhyve: Address -Wno-unused warnings in atkbd.cMark Johnston2022-10-131-4/+4
* Initial support for bhyve save and restore.John Baldwin2020-05-051-0/+46
* Add SPDX tags to bhyve(8).Marcelo Araujo2018-06-131-0/+2
* Include atkbdc header where there are declared the prototype functionsMarcelo Araujo2018-05-221-0/+1
* Import bhyve_graphics into CURRENT. Thanks to all who testedPeter Grehan2016-07-041-16/+509
* Simplify the meaning of return values from the inout handlers. After thisNeel Natu2014-07-251-6/+11
* Fix typo and rename macro KDB_SYS_FLAG to KBD_SYS_FLAG.Neel Natu2014-06-181-2/+2
* Provide a very basic stub for the 8042 PS/2 keyboard controller.Tycho Nightingale2014-04-251-0/+85