summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa
Commit message (Expand)AuthorAgeFilesLines
* Unspammed includes in <machine/cpufunc.h> in the !SMP case. Partiallybde1999-01-082-2/+8
* Moved declarations related to copying and zeroing to the right place.bde1999-01-081-12/+1
* Move IO_PSMSIZE from kbdio.h to isa.h. I thought I did this a long timeyokota1999-01-061-3/+4
* Moved the declaration of another non-SMP variable into the non-SMP section.bde1998-12-141-2/+2
* Fix tabs that should have been spaces. Some were in kernel error messages.mckay1998-12-141-22/+22
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-5/+9
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-042-4/+4
* don't print '?' for ioaddr the device may legitimately not have anphk1998-11-291-2/+2
* Update timecounters to new interface.phk1998-10-231-11/+11
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-222-4/+10
* Fixed two potentially serious classes of bugs:dg1998-10-131-2/+2
* Don't print conflict messages in haveseen_isadev() if CC_QUIET isbde1998-10-121-10/+16
* Attempt to work around a bug in the previous commit related tobde1998-09-201-3/+3
* Ensure that the i8254 timecounter doesn't go backards. It sometimesbde1998-09-201-6/+21
* Maintain a mapping from irq number to (ioapic number, int pin) tuple,tegge1998-09-063-13/+19
* 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
OpenPOWER on IntegriCloud