summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Whitespace.jhb2003-11-131-5/+5
* Fix a typo.jhb2003-11-131-1/+1
* Don't disable the TSC with statclock_disable.phk2003-11-131-9/+9
* Garbage collect unused values.jhb2003-11-121-2/+0
* - Move manipulation of td_intr_nesting_level out of assembly interruptjhb2003-11-1210-99/+77
* Don't probe busses in the MP Table for the MP Table PCI bridge driversjhb2003-11-111-0/+2
* Some motherboards like to remap the SCI (normally IRQ 9) up to a PCIjhb2003-11-111-1/+6
* Enable HTT CPUs by default instead of halting them by default. Usersjhb2003-11-111-1/+1
* Disable probing of HTT CPUs by default for the MP Table case. HTT CPUsjhb2003-11-112-0/+20
* - Remove empty rogue SMP hardware section.jhb2003-11-111-8/+4
* Use the same style of paragraph indention that the rest of NOTES uses injhb2003-11-111-12/+12
* Axe rotted comment about MP Tables and PCI cards with built in bridges.jhb2003-11-111-6/+0
* MFamd64 (via P4, not in CVS yet):jhb2003-11-101-21/+21
* Bump APIC ID limits up to 32 since a machine with 16 CPUs will have APICjhb2003-11-102-3/+3
* Update a comment related to SMP and describe the NO_MIXED_MODE kerneljhb2003-11-101-4/+11
* Update a comment.jhb2003-11-101-1/+1
* Change the clear_ret argument of get_mcontext() to be a flags argument.marcel2003-11-091-2/+2
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-097-7/+7
* - Similar to post-PAE RELENG_4 split pmap_pte_quick() into two cases,alc2003-11-083-25/+57
* Dump the trigger and polarity of each intpin's default setting in thejhb2003-11-071-2/+5
* Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() inscottl2003-11-071-0/+4
* Regen.jhb2003-11-073-74/+76
* Sync up MP safe flags with global syscalls.master for the first time. Thisjhb2003-11-071-68/+68
* Only disable the old pin when doing a remap if it's current vector is stilljhb2003-11-061-1/+2
* OK, this might be a bit silly, but add another popcnt() candidate.peter2003-11-061-0/+6
* Spelling and grammar fixes.anholt2003-11-051-8/+8
* Instead of marking all 159 interrupts as available in the IRQ resourcejhb2003-11-051-3/+19
* When remapping an ISA interrupt from one intpin to another, disable thejhb2003-11-052-9/+21
* Two style nits.jhb2003-11-051-0/+2
* - Adjust some of the bitfields in the ioapic_intsrc struct to be unsignedjhb2003-11-051-18/+18
* Add a workaround for MP Tables that list the same PCI IRQ twice withjhb2003-11-051-3/+16
* Tweak the version string output for ioapic devices.jhb2003-11-041-2/+3
* Use a wrapper around the driver interrupt handler. The wrapper accepts thejhb2003-11-041-3/+10
* Fix LINTnyan2003-11-042-1/+2
* Fix to support pc98.nyan2003-11-041-0/+6
* Split pc98 support into pc98/pc98/nmi.c.nyan2003-11-041-22/+1
* Make this compile with PAE.peter2003-11-041-5/+6
* Remove old APIC header.jhb2003-11-031-447/+0
* Remove remaining bits of old interrupt and APIC code.jhb2003-11-037-2239/+0
* Remove the SMP kernel config as SMP is now enabled in GENERIC.jhb2003-11-031-12/+0
* Remove references to SMP and APIC_IO since GENERIC (which this filejhb2003-11-031-4/+0
* - Enable SMP and 'device apic' by default.jhb2003-11-031-2/+3
* Replace APIC_IO with 'device apic'.jhb2003-11-031-2/+2
* Update includes for new interrupt code.jhb2003-11-031-4/+2
* Catch up to interrupt code changes.jhb2003-11-033-2/+2
* - Always allocate the maximum size for the IRQ resource manager. Ideallyjhb2003-11-031-16/+4
* Catch up to i386 interrupt and SMP code changes.jhb2003-11-031-7/+6
* New i386 SMP code:jhb2003-11-037-2157/+463
* Don't probe PnP BIOS devices for PICs for now to avoid problems with thosejhb2003-11-031-9/+3
* - Remove explicit enabling of the BSP's APIC in the APIC_IO case and thejhb2003-11-031-36/+3
OpenPOWER on IntegriCloud