aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/nmi.c
Commit message (Expand)AuthorAgeFilesLines
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Split pc98 support into pc98/pc98/nmi.c.Yoshihiro Takahashi2003-11-041-22/+1
* Move the NMI handling code out to its own file.John Baldwin2003-11-031-586/+2
* Use __FBSDID().David E. O'Brien2003-06-021-1/+3
* Style nits.John Baldwin2003-05-071-2/+4
* Use repo-copied files in sys/i386/bios.Matthew N. Dodd2003-03-241-1/+1
* Remove a boatload of '&' which are surplus to the requirements.Poul-Henning Kamp2002-10-201-41/+41
* The clock is already allocated as 'fast' - no need to try and intercept aPeter Wemm2002-07-081-8/+0
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptMatthew Dillon2002-03-271-0/+46
* Back out all the pmap related stuff I've touched over the last few days.Peter Wemm2002-02-271-0/+8
* revert last commit temporarily due to whining on the lists.Matthew Dillon2002-02-261-46/+0
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remainMatthew Dillon2002-02-261-0/+46
* Work-in-progress commit syncing up pmap cleanups that I have been workingPeter Wemm2002-02-251-8/+0
* Don't grab the ICU lock while reading the current pending interrupts andJohn Baldwin2002-02-081-2/+0
* Don't include <isa/isavar.h> or compile code depending on it when isaBruce Evans2002-01-301-0/+2
* Introduce a standard name for the lock protecting an interrupt controllerJohn Baldwin2001-12-201-12/+15
* Backout 1.61 -- both intrcnt and intrnames are already exportedLuigi Rizzo2001-10-251-6/+0
* Export interrupt statistics via sysctl.Luigi Rizzo2001-10-071-0/+6
* Disable the check in icu_setup() to see if a handler was already used asJohn Baldwin2001-09-271-0/+2
* Return EINVAL if the passed intr is out of bounds.Jonathan Lemon2001-09-271-0/+1
* Add ACPI attachments.Mike Smith2001-08-301-0/+1
* Add ACPI S2-S4BIOS Suspend/Resume code.Takanori Watanabe2001-07-201-1/+26
* Clean up the code exporting interrupt statistics via sysctl a bit:Thomas Moestl2001-06-011-1/+0
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.John Baldwin2001-05-151-1/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-7/+8
* Export intrnames and intrcnt as sysctls (hw.nintr, hw.intrnames andThomas Moestl2001-03-231-0/+1
* RIP <machine/lock.h>.Mark Murray2001-02-111-3/+0
* Use the MI ithread helper functions in the x86 interrupt code.John Baldwin2001-02-091-160/+83
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-2/+2
* Convert mca (microchannel bus support) from something that we countPeter Wemm2001-01-291-5/+5
* Send "#if NISA > 0" to the bit-bucket and replace it with an option.Peter Wemm2001-01-291-4/+3
* Clear intr_nesting_level when an interrupt thread has no moreJake Burkholder2001-01-281-0/+1
* Make intr_nesting_level per-process, rather than per-cpu. SetupJake Burkholder2001-01-211-0/+1
* EEK! I missed a couple of places with the 24->32 interrupt change.Peter Wemm2001-01-191-0/+6
* Fix a warning (the prototypes probably shouldn't be so over-zealouslyPeter Wemm2001-01-191-1/+1
* Free the intrhand name when free'ing a intrhand.John Baldwin2001-01-161-0/+1
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-4/+3
* Fix a couple of whitespace nits.John Baldwin2000-10-271-2/+2
* Fast interrupts have no associated process, therefore do not tryPaul Saab2000-10-251-11/+13
* - Overhaul the software interrupt code to use interrupt threads for eachJohn Baldwin2000-10-251-33/+33
* Actually harvest interrupt threads when the last handler is removed from aJohn Baldwin2000-10-201-2/+18
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.John Baldwin2000-10-051-6/+5
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromJohn Baldwin2000-09-131-14/+15
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-380/+144
* Change the behavior of isa_nmi to log an error message instead ofPaul Saab2000-08-061-18/+31
* Fixed atpic_attach() for the SMP (specifically APIC_IO) case.Steve Passe2000-06-241-1/+2
* Add PnP probe methods to some common AT hardware drivers. In each case,Mike Smith2000-06-231-0/+66
* Add SWI_TQ_MASK to all interrupt masks except SWI_CLOCK_MASK. Use aBruce Evans2000-05-311-2/+2
* Mark two functions as private.Peter Wemm2000-04-291-0/+3