summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa
Commit message (Expand)AuthorAgeFilesLines
* Removed the "globl" nature of the vec array. This was left over from thefsmp1997-09-022-10/+6
* General cleanup of the sub-system locking macros.fsmp1997-09-011-35/+12
* Another round of lock pushdown.fsmp1997-08-303-14/+61
* Support for the new FAST_HI algorithm, enabled.fsmp1997-08-293-43/+118
* Here is a patch to alleviate the current problem with the dma interfacemsmith1997-08-281-14/+42
* Check for irq conflicts even if conflicts are allowed. Conflictingbde1997-08-251-7/+9
* The last of the encapsolation of cpl/spl/ipending things into a criticalfsmp1997-08-242-2/+136
* #include <machine/limits.h> explicitly in the few places that it is required.bde1997-08-211-1/+2
* Revert my previous commit about using CS_SECURE macro.charnier1997-08-211-2/+2
* Made PEND_INTS default.fsmp1997-08-212-36/+7
* Use CS_SECURE macro.charnier1997-08-181-2/+2
* Add parentheses because == has higher precedence than &.steve1997-08-131-7/+7
* VM86 kernel support.dyson1997-08-091-2/+2
* Return to using disable/enable_intr() for guarding DMA register access.msmith1997-07-291-7/+10
* Pedant attack! Use variable names consistent with discourse inmsmith1997-07-281-7/+6
* Use disable_intr() / read/write_eflags() to ensure that interruptmsmith1997-07-281-4/+6
* clock.c:fsmp1997-07-261-54/+23
* Add isa_dmastatus() for reading the current ISA DMA counter for amsmith1997-07-241-1/+81
* Removed the defunct GET_MPLOCK/REL_MPLOCK macros.fsmp1997-07-243-15/+3
* Last commit didn't take, operator error???fsmp1997-07-222-75/+33
* Disabled 2 static inlines:fsmp1997-07-211-1/+4
* Made the SMP case ignore the possibility of an INT13 interface.fsmp1997-07-211-64/+43
* Developed a new strategy for handling the 8254/8259/APIC issue.fsmp1997-07-201-30/+64
* Minor cleanup.fsmp1997-07-201-11/+8
* Removed unused #includes.bde1997-07-205-27/+5
* Added #code to support define APIC_PIN0_TIMER.fsmp1997-07-191-8/+24
* SMP or APIC_IO:fsmp1997-07-192-36/+53
* Split TEST_CPUSTOP code into CPUSTOP_ON_DDBBREAK and mainline code.fsmp1997-07-181-13/+7
* Made the printing of the APIC INTs depend on bootverbose.fsmp1997-07-181-6/+8
* Remove the disable for the P5 cpu class bcopy using the FPU on SMP kernels,peter1997-07-171-3/+2
* Cleanup old stop_cpus/restart_cpus() cruft.fsmp1997-07-132-21/+102
* Back out my changes with 'conflicts' keyword for IRQs,ache1997-07-091-9/+4
* Added a hook for a "spurious INTerrupt handler".fsmp1997-07-061-1/+9
* apic_vector.s:fsmp1997-06-271-2/+9
* Modified to use merged/renamed functions:fsmp1997-06-252-39/+35
* Preliminary support for per-cpu data pages.peter1997-06-223-11/+10
* While deciding to install irq with unneded "conflicts" keyword,ache1997-06-091-3/+4
* Add safety check in case "conflicts" keyword specified more times thanache1997-06-081-4/+7
* Make "conflicts" keyword work againache1997-06-081-4/+5
* Added PC-98 code.kato1997-06-022-26/+124
* Move interrupt handling code from isa.c to a new file. This should makedfr1997-06-026-359/+947
* Include file updates.. <machine/spl.h> -> <machine/ipl.h>, addpeter1997-05-313-4/+7
* The SWI_NET_MASK and SWI_TTY_MASK handlers are now back adjacent to thepeter1997-05-313-9/+15
* Added code to manage the local and io APICs as structures.fsmp1997-05-291-2/+2
* No longer need opt_smp.h herepeter1997-05-291-2/+1
* remove opt_smp.h from this well-included file, minor style policepeter1997-05-291-10/+8
* remove opt_smp.h, minor style policepeter1997-05-291-12/+11
* Split vector.s into UP and SMP specific files:fsmp1997-05-267-830/+993
* Add support for shared interrupts to the kernel. This code is meantse1997-05-261-53/+203
* Made the array vec[] a global.fsmp1997-05-251-4/+4
OpenPOWER on IntegriCloud