index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
amd64
/
isa
/
atpic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve the handling of cpuset with interrupts.
jhb
2009-07-01
1
-2
/
+2
*
Explicitly use spinlock_enter/exit rather than locking the icu_lock spin
jhb
2008-03-20
1
-15
/
+14
*
In keeping with style(9)'s recommendations on macros, use a ';'
rwatson
2008-03-16
1
-1
/
+1
*
Minor fixes and tweaks to the x86 interrupt code:
jhb
2007-05-08
1
-3
/
+11
*
Newer versions of gcc don't support treating structures passed by value
kmacy
2006-12-17
1
-2
/
+2
*
Change the x86 interrupt code to suspend/resume interrupt controllers
jhb
2006-10-10
1
-9
/
+14
*
Rework how we wire up interrupt sources to CPUs:
jhb
2006-02-28
1
-2
/
+14
*
MFi386:
jhb
2005-12-08
1
-7
/
+5
*
Really slam the door on mixed mode now that we don't depend on it for a
jhb
2005-12-05
1
-0
/
+15
*
Reorganize the interrupt handling code a bit to make a few things cleaner
jhb
2005-10-25
1
-2
/
+2
*
JumboMFi386: use bitmapped IPI handler. Update elcr and default mptable
peter
2005-01-21
1
-5
/
+3
*
There are no PC98 amd64 machines, so gc a few stray ifdefs.
imp
2005-01-11
1
-5
/
+0
*
Sync with i386 - Optimize intr_execute_handlers a bit etc.
peter
2004-08-16
1
-21
/
+50
*
Add missing <sys/module.h> instances which were shadowed by the nested
phk
2004-06-03
1
-0
/
+1
*
MFi386: numerous interrupt and acpi updates
peter
2004-05-16
1
-21
/
+137
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-1
/
+1
*
Diff reduction with i386
peter
2004-01-28
1
-4
/
+12
*
Use i8259A register defines from shared header sys/dev/ic/i8259.h instead
jhb
2004-01-06
1
-0
/
+1
*
MFi386: pre-register idt slots for atpic so we catch any strays without
peter
2003-11-21
1
-6
/
+22
*
Initial landing of SMP support for FreeBSD/amd64.
peter
2003-11-17
1
-34
/
+27
*
Always install IDT entries for ATPIC interrupt sources. The APIC no
jhb
2003-11-14
1
-10
/
+3
*
Replace magic numbers with macros for i8259A register constants. Still
jhb
2003-11-14
1
-9
/
+10
*
- Move manipulation of td_intr_nesting_level out of assembly interrupt
jhb
2003-11-12
1
-1
/
+5
*
Fix to support pc98.
nyan
2003-11-04
1
-0
/
+6
*
Add the new atpic(4) driver for the 8259A master and slave PICs. By
jhb
2003-11-03
1
-0
/
+415