summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve/pci_lpc.c
Commit message (Expand)AuthorAgeFilesLines
* Restructure memory allocation in bhyve to support "devmem".neel2015-06-181-3/+24
* Activate vcpus from bhyve(8) using the ioctl VM_ACTIVATE_CPU instead of doingneel2014-05-311-1/+0
* Implement a PCI interrupt router to route PCI legacy INTx interrupts tojhb2014-05-151-2/+66
* Fix ACPI DSDT indentation cosmetic breakage introduced in r264631 --tychon2014-04-181-1/+1
* Add support for reading the PIT Counter 2 output signal via the NMItychon2014-04-181-0/+18
* Support the bootloader's single 16-bit 'outw' access to the Divisortychon2014-03-161-7/+19
* Replace the userspace atpic stub with a more functional vmm.ko model.tychon2014-03-111-1/+21
* Allow PCI devices to be configured on all valid bus numbers from 0 to 255.neel2014-02-141-1/+13
* Rework the DSDT generation code a bit to generate more accurate info aboutjhb2014-01-021-0/+87
* Add an ioctl to assert and deassert an ioapic pin atomically. This will be usedneel2013-11-231-6/+5
* Move the ioapic device model from userspace into vmm.ko. This is needed forneel2013-11-121-3/+6
* Update copyright to include the author of the LPC bridge emulation code.neel2013-10-291-0/+1
* Add support for PCI-to-ISA LPC bridge emulation. If the LPC bus is attachedneel2013-10-291-0/+214
OpenPOWER on IntegriCloud