aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve/pci_lpc.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor configuration management in bhyve.John Baldwin2021-03-181-27/+33
* Support COM3 and COM4 serial ports.Peter Grehan2021-01-191-2/+2
* Add legacy debug/test interfaces for kvm unit tests.Peter Grehan2020-11-171-0/+23
* Initial support for bhyve save and restore.John Baldwin2020-05-051-1/+25
* bhyve(8): Add bootrom allocation abstractionConrad Meyer2020-04-151-1/+1
* bhyve: add wrapper for debug printf statementsVincenzo Maffione2020-01-081-6/+7
* Add -s "help" and -l "help" to print a list of supported PCI and LPC devices.Marcelo Araujo2018-08-221-0/+10
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Restructure memory allocation in bhyve to support "devmem".Neel Natu2015-06-181-3/+24
* Activate vcpus from bhyve(8) using the ioctl VM_ACTIVATE_CPU instead of doingNeel Natu2014-05-311-1/+0
* Implement a PCI interrupt router to route PCI legacy INTx interrupts toJohn Baldwin2014-05-151-2/+66
* Fix ACPI DSDT indentation cosmetic breakage introduced in r264631 --Tycho Nightingale2014-04-181-1/+1
* Add support for reading the PIT Counter 2 output signal via the NMITycho Nightingale2014-04-181-0/+18
* Support the bootloader's single 16-bit 'outw' access to the DivisorTycho Nightingale2014-03-161-7/+19
* Replace the userspace atpic stub with a more functional vmm.ko model.Tycho Nightingale2014-03-111-1/+21
* Allow PCI devices to be configured on all valid bus numbers from 0 to 255.Neel Natu2014-02-141-1/+13
* Rework the DSDT generation code a bit to generate more accurate info aboutJohn Baldwin2014-01-021-0/+87
* Add an ioctl to assert and deassert an ioapic pin atomically. This will be usedNeel Natu2013-11-231-6/+5
* Move the ioapic device model from userspace into vmm.ko. This is needed forNeel Natu2013-11-121-3/+6
* Update copyright to include the author of the LPC bridge emulation code.Neel Natu2013-10-291-0/+1
* Add support for PCI-to-ISA LPC bridge emulation. If the LPC bus is attachedNeel Natu2013-10-291-0/+214