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
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Implement selwakeuppri() which allows raising the priority of a
tanimura
2003-11-09
7
-7
/
+7
*
- Similar to post-PAE RELENG_4 split pmap_pte_quick() into two cases,
alc
2003-11-08
3
-25
/
+57
*
Dump the trigger and polarity of each intpin's default setting in the
jhb
2003-11-07
1
-2
/
+5
*
Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() in
scottl
2003-11-07
1
-0
/
+4
*
Regen.
jhb
2003-11-07
3
-74
/
+76
*
Sync up MP safe flags with global syscalls.master for the first time. This
jhb
2003-11-07
1
-68
/
+68
*
Only disable the old pin when doing a remap if it's current vector is still
jhb
2003-11-06
1
-1
/
+2
*
OK, this might be a bit silly, but add another popcnt() candidate.
peter
2003-11-06
1
-0
/
+6
*
Spelling and grammar fixes.
anholt
2003-11-05
1
-8
/
+8
*
Instead of marking all 159 interrupts as available in the IRQ resource
jhb
2003-11-05
1
-3
/
+19
*
When remapping an ISA interrupt from one intpin to another, disable the
jhb
2003-11-05
2
-9
/
+21
*
Two style nits.
jhb
2003-11-05
1
-0
/
+2
*
- Adjust some of the bitfields in the ioapic_intsrc struct to be unsigned
jhb
2003-11-05
1
-18
/
+18
*
Add a workaround for MP Tables that list the same PCI IRQ twice with
jhb
2003-11-05
1
-3
/
+16
*
Tweak the version string output for ioapic devices.
jhb
2003-11-04
1
-2
/
+3
*
Use a wrapper around the driver interrupt handler. The wrapper accepts the
jhb
2003-11-04
1
-3
/
+10
*
Fix LINT
nyan
2003-11-04
2
-1
/
+2
*
Fix to support pc98.
nyan
2003-11-04
1
-0
/
+6
*
Split pc98 support into pc98/pc98/nmi.c.
nyan
2003-11-04
1
-22
/
+1
*
Make this compile with PAE.
peter
2003-11-04
1
-5
/
+6
*
Remove old APIC header.
jhb
2003-11-03
1
-447
/
+0
*
Remove remaining bits of old interrupt and APIC code.
jhb
2003-11-03
7
-2239
/
+0
*
Remove the SMP kernel config as SMP is now enabled in GENERIC.
jhb
2003-11-03
1
-12
/
+0
*
Remove references to SMP and APIC_IO since GENERIC (which this file
jhb
2003-11-03
1
-4
/
+0
*
- Enable SMP and 'device apic' by default.
jhb
2003-11-03
1
-2
/
+3
*
Replace APIC_IO with 'device apic'.
jhb
2003-11-03
1
-2
/
+2
*
Update includes for new interrupt code.
jhb
2003-11-03
1
-4
/
+2
*
Catch up to interrupt code changes.
jhb
2003-11-03
3
-2
/
+2
*
- Always allocate the maximum size for the IRQ resource manager. Ideally
jhb
2003-11-03
1
-16
/
+4
*
Catch up to i386 interrupt and SMP code changes.
jhb
2003-11-03
1
-7
/
+6
*
New i386 SMP code:
jhb
2003-11-03
7
-2157
/
+463
*
Don't probe PnP BIOS devices for PICs for now to avoid problems with those
jhb
2003-11-03
1
-9
/
+3
*
- Remove explicit enabling of the BSP's APIC in the APIC_IO case and the
jhb
2003-11-03
1
-36
/
+3
*
- Update includes.
jhb
2003-11-03
1
-3
/
+4
*
Add the ACPI MADT table APIC enumerator. This code uses the ACPI Multiple
jhb
2003-11-03
1
-0
/
+650
*
Add the MP Table APIC enumerator. This code uses the BIOS MP Table to
jhb
2003-11-03
3
-5346
/
+862
*
- Export doreti as a global symbol.
jhb
2003-11-03
2
-128
/
+1
*
Update names of entry points for interrupt frames.
jhb
2003-11-03
1
-2
/
+2
*
New APIC support code:
jhb
2003-11-03
14
-683
/
+1765
*
Add the new atpic(4) driver for the 8259A master and slave PICs. By
jhb
2003-11-03
3
-225
/
+498
*
Add a per-thread variable for saving the state of eflags to support the
jhb
2003-11-03
1
-3
/
+1
*
Allocate space for the intrcnt array. This array is managed in the
jhb
2003-11-03
1
-0
/
+11
*
New device interrupt code. This defines an interrupt source abstraction
jhb
2003-11-03
2
-0
/
+387
*
- Always use 256 IDT entries since it is now a runtime decison as to how
jhb
2003-11-03
1
-5
/
+2
*
Move the NMI handling code out to its own file.
jhb
2003-11-03
1
-586
/
+2
*
Define IDTVEC() and TRAP() assembly macros so that they can be shared
jhb
2003-11-03
1
-0
/
+11
*
Revert the critical section implementation to disable interrupts via
jhb
2003-11-03
2
-145
/
+9
*
Remove soon to be obsolete file to break kernel build while the new
jhb
2003-11-03
1
-716
/
+0
*
Add AMD Features NX and LM.
obrien
2003-11-03
1
-3
/
+3
*
Change /dev/soekris-errled to be /dev/led/error and make it conditional
phk
2003-11-03
1
-123
/
+25
[next]