summaryrefslogtreecommitdiffstats
path: root/sys/amd64/vmm/io/vatpic.c
Commit message (Expand)AuthorAgeFilesLines
* Don't require <sys/cpuset.h> to be always included before <machine/vmm.h>.neel2015-04-301-1/+0
* When ICW1 is issued the edge sense circuit is reset which means thattychon2015-03-061-0/+1
* Implement "special mask mode" in vatpic.neel2014-12-281-4/+25
* Various 8259 device model improvements:neel2014-12-201-4/+37
* Fix 8259 IRQ priority resolver.neel2014-12-171-18/+28
* For level triggered interrupts clear the PIC IRR bit when the interrupt pinneel2014-12-161-0/+2
* Change the type of the first argument to the I/O emulation handlers toneel2014-10-261-3/+3
* Allow the PIC's IMR register to be read before ICW initialisation.grehan2014-09-271-13/+12
* Return the spurious interrupt vector (IRQ7 or IRQ15) if the atpic cannotneel2014-08-231-2/+8
* Reword comment to match the interrupt mode names from the MPtable spec.neel2014-08-141-7/+10
* A Centos 6.4 guest will write 0xff to the 8259 mask register before beginningneel2014-05-231-0/+1
* Implement a PCI interrupt router to route PCI legacy INTx interrupts tojhb2014-05-151-0/+37
* Respect the destination operand size of the 'Input from Port' instruction.tychon2014-04-181-27/+31
* Add support for emulating the slave PIC.tychon2014-04-141-65/+132
* Rework r264179.grehan2014-04-101-1/+2
* Make the vmm code compile with gcc too. Not entirely sure things areimp2014-04-051-1/+1
* Fix a race wherein the source of an interrupt vector is wronglytychon2014-03-151-3/+32
* Replace the userspace atpic stub with a more functional vmm.ko model.tychon2014-03-111-0/+595
OpenPOWER on IntegriCloud