summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa/atpic.c
Commit message (Expand)AuthorAgeFilesLines
* Newer versions of gcc don't support treating structures passed by valuekmacy2006-12-171-2/+2
* Change the x86 interrupt code to suspend/resume interrupt controllersjhb2006-10-101-9/+14
* Rework how we wire up interrupt sources to CPUs:jhb2006-02-281-2/+14
* MFi386:jhb2005-12-081-7/+5
* Really slam the door on mixed mode now that we don't depend on it for ajhb2005-12-051-0/+15
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-251-2/+2
* JumboMFi386: use bitmapped IPI handler. Update elcr and default mptablepeter2005-01-211-5/+3
* There are no PC98 amd64 machines, so gc a few stray ifdefs.imp2005-01-111-5/+0
* Sync with i386 - Optimize intr_execute_handlers a bit etc.peter2004-08-161-21/+50
* Add missing <sys/module.h> instances which were shadowed by the nestedphk2004-06-031-0/+1
* MFi386: numerous interrupt and acpi updatespeter2004-05-161-21/+137
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-1/+1
* Diff reduction with i386peter2004-01-281-4/+12
* Use i8259A register defines from shared header sys/dev/ic/i8259.h insteadjhb2004-01-061-0/+1
* MFi386: pre-register idt slots for atpic so we catch any strays withoutpeter2003-11-211-6/+22
* Initial landing of SMP support for FreeBSD/amd64.peter2003-11-171-34/+27
* Always install IDT entries for ATPIC interrupt sources. The APIC nojhb2003-11-141-10/+3
* Replace magic numbers with macros for i8259A register constants. Stilljhb2003-11-141-9/+10
* - Move manipulation of td_intr_nesting_level out of assembly interruptjhb2003-11-121-1/+5
* Fix to support pc98.nyan2003-11-041-0/+6
* Add the new atpic(4) driver for the 8259A master and slave PICs. Byjhb2003-11-031-0/+415
OpenPOWER on IntegriCloud