summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa
Commit message (Expand)AuthorAgeFilesLines
* Allow up to 8 ports, 4 memory regions and two irqs and drqs.dfr1999-05-301-4/+8
* Stop the TSC from being used as timecounter on K5/step0 machines.phk1999-05-291-2/+3
* Fixed glitches (jumps) of about 1/HZ seconds for the i8254 timecounter.bde1999-05-284-74/+81
* * Factor out the common code between the isa bus drivers for i386 and alpha.dfr1999-05-221-431/+32
* Recover from removing the last (unshared) interrupt handler.peter1999-05-222-54/+24
* Don't hardcode IRQ 13 for NPX. It's as good as hardwired in the hardwarepeter1999-05-151-6/+11
* * Define a new static method DEVICE_IDENTIFY which is called to add devicedfr1999-05-141-106/+36
* Yet another place I missed when increasing trapframe size, which causes problemluoqi1999-05-111-2/+2
* Clean out some unused leftovers from before the split from the old isa.c.peter1999-05-091-15/+3
* For what it's worth, idelayed is declared as a volatile in the headers,peter1999-05-091-2/+2
* Move the declaration of the interrupt type from the driver structuredfr1999-05-082-8/+7
* GC some #if 0 junkpeter1999-05-081-9/+1
* Look up the sensitive flag better, allowing interoperation between old andpeter1999-05-081-2/+4
* Fix unused variable "flags". (only used if #ifdef I586_CPU)peter1999-05-081-1/+3
* I'm not sure why the #ifdef SMP became #if 1 (this overrode the npx probepeter1999-05-061-5/+3
* Fixed profiling of elf kernels. Made high resolution profiling compilebde1999-05-061-1/+3
* Use unit, not device_id as an argument to an old-style ISA interruptdfr1999-05-042-6/+6
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-283-15/+30
* Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify thephk1999-04-251-1/+3
* Changed the type of id_port from short into int to avoid wrongkato1999-04-241-2/+2
* Don't clear the hints on release, just the resource containers.peter1999-04-241-7/+1
* Make the register_intr() glue actually have a chance of working...peter1999-04-232-4/+6
* oops, SMP was missing includes for a typedef.peter1999-04-211-2/+2
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.peter1999-04-215-105/+881
* As a temporary anti-foot-shooting measure, don't let the user attachpeter1999-04-161-1/+5
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-166-1017/+1173
* Generate intrnames[] dynamically. This should be new-bus friendly.bde1999-04-147-234/+201
* Move initialization of SWI's in the tty|net|bio masks from isa.c intopeter1999-04-111-7/+1
* Ifdef declaration of a conditionally defined function "timezero".dt1999-03-281-1/+3
* 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
OpenPOWER on IntegriCloud