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
...
*
Restored the call to schedsofttty() (now spelled swi_sched(...)) again.
bde
2003-11-16
1
-14
/
+19
*
- Modify alpha's sf_buf implementation to use the direct virtual-to-
alc
2003-11-16
2
-1
/
+57
*
Localized the cy driver's locking.
bde
2003-11-16
3
-44
/
+21
*
Minor source sync with amd64. Use int as the type for the width
peter
2003-11-14
1
-2
/
+2
*
Minor source sync with amd64. For %.*s printf formats, pass in an
peter
2003-11-14
1
-3
/
+5
*
Convert a couple of pointers to integers for source compatability with
peter
2003-11-14
1
-4
/
+4
*
Whitespace nit (sorry, couldn't help it)
peter
2003-11-14
1
-1
/
+1
*
Always install IDT entries for ATPIC interrupt sources. The APIC no
jhb
2003-11-14
1
-10
/
+3
*
If an interrupt source doesn't have an ithread, treat it as a stray
jhb
2003-11-14
1
-1
/
+4
*
basemem is in K, not bytes. I think I tricked jhb into making the same
peter
2003-11-14
1
-1
/
+1
*
"opt_auto_eoi.h" is not used here anymore. See atpic.c.
peter
2003-11-14
1
-2
/
+0
*
Replace magic numbers with macros for i8259A register constants. Still
jhb
2003-11-14
1
-9
/
+10
*
- Bring in constants for 8259A registers from amd64 with some updated
jhb
2003-11-14
1
-2
/
+57
*
Shuffle the APIC interrupt vectors around a bit:
jhb
2003-11-14
4
-19
/
+27
*
Fix a typo. We need opt_acpi.h not opt_apic.h for DEV_ACPI.
jhb
2003-11-14
1
-1
/
+1
*
Whitespace.
jhb
2003-11-13
1
-5
/
+5
*
Fix a typo.
jhb
2003-11-13
1
-1
/
+1
*
Don't disable the TSC with statclock_disable.
phk
2003-11-13
1
-9
/
+9
*
Garbage collect unused values.
jhb
2003-11-12
1
-2
/
+0
*
- Move manipulation of td_intr_nesting_level out of assembly interrupt
jhb
2003-11-12
10
-99
/
+77
*
Don't probe busses in the MP Table for the MP Table PCI bridge drivers
jhb
2003-11-11
1
-0
/
+2
*
Some motherboards like to remap the SCI (normally IRQ 9) up to a PCI
jhb
2003-11-11
1
-1
/
+6
*
Enable HTT CPUs by default instead of halting them by default. Users
jhb
2003-11-11
1
-1
/
+1
*
Disable probing of HTT CPUs by default for the MP Table case. HTT CPUs
jhb
2003-11-11
2
-0
/
+20
*
- Remove empty rogue SMP hardware section.
jhb
2003-11-11
1
-8
/
+4
*
Use the same style of paragraph indention that the rest of NOTES uses in
jhb
2003-11-11
1
-12
/
+12
*
Axe rotted comment about MP Tables and PCI cards with built in bridges.
jhb
2003-11-11
1
-6
/
+0
*
MFamd64 (via P4, not in CVS yet):
jhb
2003-11-10
1
-21
/
+21
*
Bump APIC ID limits up to 32 since a machine with 16 CPUs will have APIC
jhb
2003-11-10
2
-3
/
+3
*
Update a comment related to SMP and describe the NO_MIXED_MODE kernel
jhb
2003-11-10
1
-4
/
+11
*
Update a comment.
jhb
2003-11-10
1
-1
/
+1
*
Change the clear_ret argument of get_mcontext() to be a flags argument.
marcel
2003-11-09
1
-2
/
+2
*
- 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
[prev]
[next]