summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa
Commit message (Expand)AuthorAgeFilesLines
* Register tty software interrupt handlers at run time using register_swi()bde1998-08-113-6/+6
* Implemented dynamic registration of software interrupt handlers. Notbde1998-08-115-28/+19
* Stop physical DMA for the non-auto case in isa_dmadone(). This fixes abde1998-07-191-1/+3
* Removed unused includes.bde1998-06-211-2/+1
* Converted isa_strayintr() to take a `void *' arg.bde1998-06-182-20/+22
* Changed the type of an isa/general interrupt handler to take abde1998-06-183-10/+10
* Add a tc_ prefix to struct timecounter members.phk1998-06-091-6/+6
* Add a member function more to the timecounters, this one is for usephk1998-06-071-1/+3
* Add a "this" style argument and a "void *private" so timecounters canphk1998-06-071-5/+5
* Converted the ICU-level interrupt tests (3, 5 and 8) in sioprobe() intobde1998-05-313-99/+22
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.phk1998-05-281-3/+3
* Change a data type internal to the timecounters, and remove the "delta"phk1998-05-191-18/+9
* Use a higher priority interrupt vector for 8254 timer interrupts.tegge1998-05-172-4/+10
* Support compiling with `gcc -pedantic' (don't use hard newlines inbde1998-04-191-28/+24
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-3/+3
* Finish supporting compiling with `gcc -ansi'. Fix missing `volatile'sbde1998-04-151-6/+6
* remove #ifdef declaration of npxproc, use globals.s and the extern always.peter1998-04-061-5/+1
* Remove some unneeded statements that enabled interrupts.tegge1998-04-051-3/+2
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-3/+10
* Be less draconian about the TSC if APM is configured, use it forphk1998-03-161-8/+31
* On SMP systems, initially follow the MP spec with regard to which pintegge1998-03-141-38/+90
* Remove special handling for resuming clock interrupt when using APIC_IO.tegge1998-03-051-6/+6
* When entering the apic version of slow interrupt handler, leveltegge1998-03-033-25/+57
* Forward the signal if the process runs on a different CPU. This reducestegge1998-03-031-3/+5
* Prevent the TSC from being used on APM machines, we have no idea ifphk1998-02-281-2/+6
* Quick fix for the i8254 timecounter often gaining 10 msec.bde1998-02-231-1/+2
* Add missing CLOCK_UNLOCK() before write_eflags().jkh1998-02-211-1/+2
* Replace TOD clock code with more systematic approach.phk1998-02-201-68/+115
* Removed a superstitious fnop() that broke the usefulness of the FPU'sbde1998-02-151-2/+1
* Ifdefed SMP-only declarations.bde1998-02-131-3/+8
* Update timer0_prescaler_count before calling hardclock() while timer0bde1998-02-131-15/+22
* Only use the i586-optimized copying and zeroing functions if they arebde1998-02-121-3/+38
* Staticize.eivind1998-02-093-6/+6
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Make the debug options new-style.eivind1998-01-311-1/+2
* Skip probing devices which have already probed true.eivind1998-01-311-1/+13
* APM calls inittodr(0) which is stupid, but at least stop setting thephk1998-01-281-5/+7
* Addition of splsoftvm and a VM SWI to handle bus dma related callbacks.gibbs1998-01-153-9/+9
* Moved the SMP declarations of INTREN() and INTRDIS() to the correct header,bde1998-01-011-1/+3
* More cleanup relating to our use of the TSC.phk1997-12-281-40/+30
* wash, sort and put in order various nits from the i586_ctr -> tscphk1997-12-281-11/+11
* Rename "i586_ctr" to "tsc" (both upper and lower case instances).phk1997-12-261-28/+28
* The improvements to clock statistics by Tor Eggefsmp1997-12-081-1/+11
* fix a few style nites...jmg1997-11-301-12/+15
* Moved splhigh()/spl0() calls from isa_configure() to configure() so thatbde1997-11-211-3/+1
* Removed an unused #included.bde1997-11-181-3/+10
* Removed #unused includes.bde1997-11-181-3/+4
* Don't include <machine/cputypes.h> or declare cputype/class interfacesbde1997-10-282-4/+10
* Allow "foo0: disabled, not probed" message to stay, but make it conditionaljkh1997-10-121-4/+4
OpenPOWER on IntegriCloud