aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/atpic_vector.s
Commit message (Expand)AuthorAgeFilesLines
* MFamd64:Bruce Evans2004-05-261-2/+0
* MFamd64 (put TF_EIP in assym.s and use it instead of a magic offset inBruce Evans2004-05-231-1/+1
* Trim unused includes.John Baldwin2004-05-111-6/+0
* Use %eax rather than %ax when loading segment registers to avoid partialJohn Baldwin2004-04-161-6/+6
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Revert the skipping of segment register reloads as it appears to actuallyJohn Baldwin2004-02-031-4/+1
* Optimize the i386 interrupt entry code to not reload the segment registersJohn Baldwin2004-01-281-1/+4
* "opt_auto_eoi.h" is not used here anymore. See atpic.c.Peter Wemm2003-11-141-2/+0
* - Move manipulation of td_intr_nesting_level out of assembly interruptJohn Baldwin2003-11-121-71/+18
* Add the new atpic(4) driver for the 8259A master and slave PICs. ByJohn Baldwin2003-11-031-178/+77
* Move ICU_* defines into icu.h.Yoshihiro Takahashi2002-04-061-12/+0
* Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()Matthew Dillon2002-04-011-2/+2
* Tab-out the backslashes in icu_vector.s to make it more readable and toMatthew Dillon2002-03-271-122/+122
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptMatthew Dillon2002-03-271-57/+164
* revert last commit temporarily due to whining on the lists.Matthew Dillon2002-02-261-202/+98
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remainMatthew Dillon2002-02-261-98/+202
* Change the preemption code for software interrupt thread schedules andJohn Baldwin2002-01-051-0/+2
* Remove the Xresume* labels from the i386 interrupt handlers; theIan Dowse2001-10-091-1/+0
* KSE Milestone 2Julian Elischer2001-09-121-6/+6
* Don't enable interrupts before calling sched_ithd for threaded interrupts.John Baldwin2001-03-051-1/+0
* Remove the leading underscore from all symbols defined in x86 asmJake Burkholder2001-02-251-10/+10
* Make intr_nesting_level per-process, rather than per-cpu. SetupJake Burkholder2001-01-211-2/+6
* Use %fs to access per-cpu variables in uni-processor kernels the sameJake Burkholder2001-01-061-0/+2
* Introduce a new potientially cleaner interface for accessing per-cpuJake Burkholder2000-12-131-2/+2
* Cleanup some leftover lint from the old interrupt system.Peter Wemm2000-12-041-31/+0
* Change doreti to take a trapframe instead of an intrframe.Jake Burkholder2000-12-011-2/+2
* - Change fast interrupts on x86 to push a full interrupt frame and toJohn Baldwin2000-10-061-39/+9
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.John Baldwin2000-10-051-13/+0
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-43/+49
* Pack the SWI bits to save some time and space.Bruce Evans2000-05-311-6/+2
* Add SWI_TQ_MASK to imask definition.Doug Rabson2000-05-291-1/+1
* 1. `movl' is for use with 32-bit operands. Do NOT use it with 16-bitDavid E. O'Brien2000-05-101-9/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pendingBruce Evans1999-07-101-3/+3
* Fixed glitches (jumps) of about 1/HZ seconds for the i8254 timecounter.Bruce Evans1999-05-281-18/+20
* Enable vmspace sharing on SMP. Major changes are,Luoqi Chen1999-04-281-5/+10
* Generate intrnames[] dynamically. This should be new-bus friendly.Bruce Evans1999-04-141-34/+1
* Register tty software interrupt handlers at run time using register_swi()Bruce Evans1998-08-111-2/+2
* Implemented dynamic registration of software interrupt handlers. NotBruce Evans1998-08-111-6/+5
* Addition of splsoftvm and a VM SWI to handle bus dma related callbacks.Justin T. Gibbs1998-01-151-3/+3
* Fix a serious bug I introduced while adding in support for CAM interrupts.Justin T. Gibbs1997-09-281-5/+7
* aha1542.c aic6360.c cy.c fd.c ft.cJustin T. Gibbs1997-09-211-4/+6
* Change an assemble-time divide into a shift. Under binutils-2.8 gas in elfPeter Wemm1997-09-081-2/+2
* Removed the defunct GET_MPLOCK/REL_MPLOCK macros.Steve Passe1997-07-241-5/+1
* The SWI_NET_MASK and SWI_TTY_MASK handlers are now back adjacent to thePeter Wemm1997-05-311-3/+5
* Split vector.s into UP and SMP specific files:Steve Passe1997-05-261-0/+249