summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa
Commit message (Expand)AuthorAgeFilesLines
* Back out all the pmap related stuff I've touched over the last few days.peter2002-02-273-13/+23
* revert last commit temporarily due to whining on the lists.dillon2002-02-268-734/+297
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remaindillon2002-02-268-297/+734
* Work-in-progress commit syncing up pmap cleanups that I have been workingpeter2002-02-253-23/+13
* - Split the routine to initialize a bus_space_handle into the separatenyan2002-02-171-5/+7
* Add needed include.nyan2002-02-101-0/+3
* Don't grab the ICU lock while reading the current pending interrupts andjhb2002-02-082-4/+0
* Don't include <isa/isavar.h> or compile code depending on it when isabde2002-01-304-1/+14
* Removed unused includes. In particular, don't include <isa/isavar.h> sincebde2002-01-301-24/+2
* Change the preemption code for software interrupt thread schedules andjhb2002-01-053-0/+6
* Use the new resource_list_print_type() function.tmm2001-12-211-1/+1
* Introduce a standard name for the lock protecting an interrupt controllerjhb2001-12-207-25/+55
* Axe stale extern for a non-existent variable.jhb2001-12-181-1/+0
* Modify the critical section API as follows:jhb2001-12-181-8/+8
* Overhaul the per-CPU support a bit:jhb2001-12-111-17/+17
* Some fix for the recent apm module changes.iwasaki2001-11-011-7/+4
* Backout 1.61 -- both intrcnt and intrnames are already exportedluigi2001-10-252-12/+0
* MFi386:bde2001-10-211-0/+2
* MFpc98: fundamental differences. The magic numbers for the i/o portbde2001-10-211-0/+17
* MFpc98: all changes in sys/pc98/pc98/npx.c related to FPU_ERROR_BROKEN.bde2001-10-211-0/+9
* Deleted most of npxprobe(), and merged npxprobe1() back into npxprobe().bde2001-10-161-127/+49
* Commit my old fixes for cosmetic bugs in npxprobe() so that they aren'tbde2001-10-161-13/+8
* Explicitly initialize the fpu when SSE is enabled since this notegge2001-10-151-0/+5
* Add missing includes of sys/lock.h.jhb2001-10-111-0/+1
* Remove the Xresume* labels from the i386 interrupt handlers; theiedowse2001-10-093-3/+0
* Remove an unneeded variable declaration and statement.robert2001-10-091-2/+0
* Export interrupt statistics via sysctl.luigi2001-10-072-0/+12
* Rewrite the pc98 bus_space stuff.nyan2001-10-071-10/+13
* Disable the check in icu_setup() to see if a handler was already used asjhb2001-09-272-0/+4
* Return EINVAL if the passed intr is out of bounds.jlemon2001-09-272-0/+2
* Whitespace fixes.jhb2001-09-181-3/+3
* s/thread'/thread's/imp2001-09-141-1/+1
* KSE Milestone 2julian2001-09-124-60/+61
* Reenable RTC interrupts after wakeup. Some laptops have a problemiwasaki2001-09-041-1/+22
* Add ACPI attachments.msmith2001-08-305-1/+6
* Axe a commented, unused #define related to the old giant lock.jhb2001-08-241-1/+0
* Dont compile in SSE fxsave/fxrstor instructions if CPU_ENABLE_SSE isn'tpeter2001-08-231-6/+15
* - Close races with signals and other AST's being triggered while we are injhb2001-08-101-1/+1
* MASK_FPU_SW didn't do what it was expected to do.peter2001-07-261-7/+1
* Add ACPI S2-S4BIOS Suspend/Resume code.takawata2001-07-203-2/+53
* The per-cpu temporary buffers are not needed since the pcb_save areas havetegge2001-07-171-14/+5
* Use PCPU_GET(cpuid) instead of curproc->p_oncpu.tegge2001-07-161-9/+9
* Fix another missed pcb_savefpu reference (inside NPX_DEBUG)peter2001-07-121-2/+2
* Activate SSE/SIMD. This is the extra context switching support thatpeter2001-07-121-11/+82
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-7/+5
* Repo copy i8237.h to dev/ic so we can get rid of some of the final vestigesimp2001-06-301-1/+1
* Don't assume that resource type is ioport and rid equal 0.nyan2001-06-171-5/+6
* Fix warnings:peter2001-06-151-3/+3
* Clean up the code exporting interrupt statistics via sysctl a bit:tmm2001-06-015-6/+2
* lock vm while playing with pmapalfred2001-05-231-0/+9
OpenPOWER on IntegriCloud