summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd/i8253.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert previous - the stability was not as improved as we had thought andmlarkin2019-11-301-6/+1
* Fix at least one cause of VMs spinning at 100% host CPUmlarkin2019-11-291-1/+6
* No need to \n in log_debug. Part of a larger diff.claudio2018-12-101-2/+2
* vmm(8)/vmm(4): send a copy of the guest register state to vmd on exit,mlarkin2018-07-121-3/+3
* vmd(8): deassert interrupt pins in the PIC at the right times. Helps fixmlarkin2018-07-091-1/+2
* knfreyk2018-06-191-2/+2
* vmd(8): revert r1.23 (unlatched PIT reads), this made time go too fast onmlarkin2018-05-231-15/+3
* vmd(8): allow counter state readback via misc port for square wave modemlarkin2018-04-271-9/+28
* vmd(8): allow unlatch PIT readsmlarkin2018-04-271-3/+15
* vmd(8): fix some bugs in PIT mode settingmlarkin2018-04-261-10/+11
* vmd(8): some more long lines that got missed last timemlarkin2018-04-261-4/+7
* vmd(8): handle PIT channel 2 status readback via port 0x61mlarkin2018-04-261-3/+44
* vmd(8): wrap some long linesmlarkin2018-04-261-3/+5
* Drive i8253 with CLOCK_MONOTONIC.cheloha2018-04-171-85/+22
* whitespace and fix a comment typojasper2017-08-141-2/+2
* vmd/vmctl: Add ability to pause / unpause vmspd2017-07-091-14/+22
* Adds functions to read and write state of devices in vmd.reyk2017-05-081-1/+46
* rename i8253 "counter" to "channel", a better name for what we aremlarkin2017-04-281-81/+79
* implement channels 1 and 2 of the legacy PIT.mlarkin2017-04-081-29/+76
* die whitespace die die diederaadt2017-03-271-2/+1
* Last bits needed to get seabios + alpine linux working. This is enoughmlarkin2017-03-251-2/+2
* Introduce a new function to obtain properly sized input data, and convertmlarkin2017-03-251-2/+2
* Backout mlarkin's previous commit while he is away:reyk2017-03-241-2/+2
* Last bits of cleanup for linux/seabios support in i8253/i8259 emulationmlarkin2017-03-241-2/+2
* Various i8253/i8254 implementation improvements - Fix an error that usedmlarkin2017-03-231-19/+79
* Emulated i8253 should not start out in TIMER_RATEGEN mode on bootmlarkin2017-03-191-12/+5
* Nuke some whitespace that keeps poking me in the eye as I try tokrw2017-01-171-2/+2
* vmd(8)/vmctl(8) for i386. Some ugliness in #ifdef __i386__ areas will bemlarkin2016-10-261-2/+2
* add RCS tagsmlarkin2016-10-031-0/+1
* change some log_warn to log_warnx and convert some integer literals tomlarkin2016-09-011-2/+2
* Add a set of emulated legacy devices (PIT, PIC, RTC)mlarkin2016-09-011-0/+245