summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert npx interrupts into traps instead of vice versa. This is muchbde2001-05-221-75/+81
* Throw away the complications in npxsave() and their infrastructure.bde2001-05-201-53/+23
* Use a critical region to protect almost everything in npxinit().bde2001-05-201-0/+6
* - Axe the IMEN_BITS and APIC_IMEN_BITS constants.jhb2001-05-171-4/+3
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-154-4/+0
* Move the definition of HWI_MASK to the i386/isa/icu.h header right next tojhb2001-05-151-0/+2
* - Use ICU_LEN rather than NHWI for the size of the array of ithreads.jhb2001-05-151-2/+1
* Fixed panics in npx exception handling. When using IRQ13 exceptionbde2001-05-021-7/+18
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-013-16/+20
* Add in a missing call to forward_hardclock() in the SMP case.jhb2001-04-281-0/+3
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-272-4/+17
* People are still having problems with i586_* on UP machines and SMPjhb2001-04-131-1/+1
* Remove the BETTER_CLOCK #ifdef's. The code is on by default and is herejhb2001-04-101-4/+0
* Catch up to header include changes:jhb2001-03-281-3/+1
* Switch from save/disable/restore_intr() to critical_enter/exit().jhb2001-03-281-16/+13
OpenPOWER on IntegriCloud