summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modified the PEND_INTS algorithm to fix the ISA INT loss problem.fsmp1997-07-281-2/+52
* Fix a brino in my last commit.phk1997-07-261-2/+5
* clock.c:fsmp1997-07-262-88/+49
* Add option for compiling in a 8x16 font.phk1997-07-251-5/+14
* Removed the simplelock functions.fsmp1997-07-241-142/+11
* Fix a difference between the declaration & definition of isa_dmastatus().fsmp1997-07-241-2/+2
* Add isa_dmastatus() for reading the current ISA DMA counter for amsmith1997-07-242-2/+83
* Removed the defunct GET_MPLOCK/REL_MPLOCK macros.fsmp1997-07-242-10/+2
* Fixed possible deadlock from recursive INTs on same cpu. Sincefsmp1997-07-231-3/+9
* New simple_lock code in asm:fsmp1997-07-233-129/+217
* Coded simple_lock and friends in asm.fsmp1997-07-231-21/+197
* Last commit didn't take, operator error???fsmp1997-07-223-76/+228
* Store SWI_MASK in a variable so that LKMs can use it portably.bde1997-07-211-1/+3
* 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
* Omit printout of imen, INTRGET() is not MP-safe yet...fsmp1997-07-201-2/+7
* Developed a new strategy for handling the 8254/8259/APIC issue.fsmp1997-07-202-70/+111
* Minor cleanup.fsmp1997-07-201-11/+8
* Removed unused #includes.bde1997-07-2058-322/+39
* Removed yet another vestige of devconf.bde1997-07-201-3/+1
* Finished (?) converting md_regs to a `struct trapframe *'. Some bogus castsbde1997-07-201-2/+2
* Uniformized idempotency ifdef.bde1997-07-201-4/+4
* Fixed missing indent protection in copyright.bde1997-07-201-5/+5
* Removed unused #includes.bde1997-07-202-8/+1
* #include <machine/stdarg.h> in the one place in pcvt that it is usedbde1997-07-202-6/+6
* Removed a stray semicolon.bde1997-07-201-1/+1
* Removed unused #includes.bde1997-07-201-3/+2
* Moved some definitions of initialized data nearer to the start ofbde1997-07-201-157/+157
* Added #code to support define APIC_PIN0_TIMER.fsmp1997-07-192-12/+49
* SMP or APIC_IO:fsmp1997-07-193-45/+84
* Split TEST_CPUSTOP code into CPUSTOP_ON_DDBBREAK and mainline code.fsmp1997-07-182-36/+14
* Made the printing of the APIC INTs depend on bootverbose.fsmp1997-07-181-6/+8
* Add some support for the 16650 type UARTS.dyson1997-07-171-8/+47
* Remove the disable for the P5 cpu class bcopy using the FPU on SMP kernels,peter1997-07-171-3/+2
* Screen saver related fixes.yokota1997-07-152-37/+97
* Cleanup.fsmp1997-07-151-5/+5
* Tighten up asm code for EOI access.fsmp1997-07-151-11/+6
* scgetc() referred to `spcl' in different ways when a key is pressedyokota1997-07-141-2/+2
* Cleanup old stop_cpus/restart_cpus() cruft.fsmp1997-07-133-66/+139
* Back out my changes with 'conflicts' keyword for IRQs,ache1997-07-091-9/+4
* Don't allow CONS_HISTORY ioctl to alter history pointersbrian1997-07-091-1/+3
* Don't pass configured information back to ISA for this subdevices,ache1997-07-082-4/+7
* Remove useless comparison.brian1997-07-081-3/+2
* YAMF2.2: Handle indirect results of "kbdcontrol -h X"brian1997-07-071-4/+7
* First cut at code for handling "spurious INTerrupts".fsmp1997-07-061-22/+84
* Added a hook for a "spurious INTerrupt handler".fsmp1997-07-061-1/+9
* Don't depend on gcc's feature of permitting labels that aren't followedbde1997-07-013-4/+5
OpenPOWER on IntegriCloud