aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/isa.c
Commit message (Expand)AuthorAgeFilesLines
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-3/+3
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* Skip probing devices which have already probed true.Eivind Eklund1998-01-311-1/+13
* fix a few style nites...John-Mark Gurney1997-11-301-12/+15
* Moved splhigh()/spl0() calls from isa_configure() to configure() so thatBruce Evans1997-11-211-3/+1
* Allow "foo0: disabled, not probed" message to stay, but make it conditionalJordan K. Hubbard1997-10-121-4/+4
* aha1542.c aic6360.c cy.c fd.c ft.cJustin T. Gibbs1997-09-211-1/+14
* teach pnp to keep isa_device structs around, and teach isa.c how to scanJohn-Mark Gurney1997-09-191-4/+15
* Here is a patch to alleviate the current problem with the dma interfaceMike Smith1997-08-281-14/+42
* Check for irq conflicts even if conflicts are allowed. ConflictingBruce Evans1997-08-251-7/+9
* Made PEND_INTS default.Steve Passe1997-08-211-2/+1
* Add parentheses because == has higher precedence than &.Steve Price1997-08-131-7/+7
* Return to using disable/enable_intr() for guarding DMA register access.Mike Smith1997-07-291-7/+10
* Pedant attack! Use variable names consistent with discourse inMike Smith1997-07-281-7/+6
* Use disable_intr() / read/write_eflags() to ensure that interruptMike Smith1997-07-281-4/+6
* Add isa_dmastatus() for reading the current ISA DMA counter for aMike Smith1997-07-241-1/+81
* Removed unused #includes.Bruce Evans1997-07-201-5/+1
* Back out my changes with 'conflicts' keyword for IRQs,Andrey A. Chernov1997-07-091-9/+4
* Modified to use merged/renamed functions:Steve Passe1997-06-251-5/+5
* While deciding to install irq with unneded "conflicts" keyword,Andrey A. Chernov1997-06-091-3/+4
* Add safety check in case "conflicts" keyword specified more times thanAndrey A. Chernov1997-06-081-4/+7
* Make "conflicts" keyword work againAndrey A. Chernov1997-06-081-4/+5
* Move interrupt handling code from isa.c to a new file. This should makeDoug Rabson1997-06-021-356/+2
* Include file updates.. <machine/spl.h> -> <machine/ipl.h>, addPeter Wemm1997-05-311-1/+2
* Added code to manage the local and io APICs as structures.Steve Passe1997-05-291-2/+2
* remove opt_smp.h, minor style policePeter Wemm1997-05-291-12/+11
* Add support for shared interrupts to the kernel. This code is meantStefan Eßer1997-05-261-53/+203
* Code to handle SMP/APIC_IO mapping of ISA INTs to APIC pins above IRQ15.Steve Passe1997-05-051-1/+25
* removed all the TEST_UPPERPRIO crud.Steve Passe1997-04-281-23/+3
* informal discussion between Bruce Evans <bde@zeta.org.au>,Steve Passe1997-04-271-8/+1
* Man the liferafts! Here comes the long awaited SMP -> -current merge!Peter Wemm1997-04-261-3/+93
* Remove recently commited support for iobase == -2 ("port none")Andrey A. Chernov1997-03-281-5/+3
* Replace more verbose "at <not configured>" with less verbose "at ?",Andrey A. Chernov1997-03-251-3/+3
* Follow config intention for iobase:Andrey A. Chernov1997-03-251-8/+13
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Changed magic # 0xa0000 -> ISA_HOLE_START since it's now defined.Nate Williams1997-01-081-2/+2
* Fixed pessimized (short) i/o port types.Bruce Evans1996-10-081-3/+2
* Removed more devconf leftovers.Bruce Evans1996-09-101-2/+1
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-54/+1
* Added #include of <machine/md_var.h>. This will be needed whenBruce Evans1996-06-251-1/+2
* First pass at cleaning up macros relating to pages, clusters and all that.Poul-Henning Kamp1996-05-021-3/+3
* Change the devconf description from "ISA or EISA bus" to "ISA bus" nowJustin T. Gibbs1996-04-201-2/+2
* Moved AUTO_EOI_[12] and most sio and pcvt options out of the makefile.Bruce Evans1996-04-111-1/+3
* Add a lock for DMA Channels to prevent two devices from using the same DMASujal Patel1996-04-081-44/+112
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverboseBruce Evans1996-04-071-2/+1
* Cleanse the SCSI subsystem of its internally defined typesJustin T. Gibbs1996-03-101-3/+1
* Don't print DMA busy messages - the sound code apparently runsJordan K. Hubbard1996-03-101-1/+7
* Allocate DMA bounce buffers only when requested by drivers. Only theBruce Evans1996-01-271-17/+67