summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa.c
Commit message (Expand)AuthorAgeFilesLines
* Convert the type of bus_space_handle_t of pc98 from structure intokato2000-10-201-10/+10
* Don't assume that address of I/O address table increase (PC-98 only).nyan2000-09-071-2/+2
* Redo the isa compat driver shim so that each driver is self containedpeter2000-05-281-5/+0
* Added indirect pio into the bus space stuff for the NEC PC-98. bus.hkato2000-03-291-0/+102
* Connect the ISA and PCI compatability shims to an option. In this casepeter2000-03-191-1/+5
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-121-11/+25
* Trim some unused #includespeter1999-10-111-4/+0
* Eliminate some magic numbers.peter1999-09-011-4/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Allow up to 8 ports, 4 memory regions and two irqs and drqs.dfr1999-05-301-4/+8
* * Factor out the common code between the isa bus drivers for i386 and alpha.dfr1999-05-221-431/+32
* * Define a new static method DEVICE_IDENTIFY which is called to add devicedfr1999-05-141-106/+36
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-5/+4
* GC some #if 0 junkpeter1999-05-081-9/+1
* Look up the sensitive flag better, allowing interoperation between old andpeter1999-05-081-2/+4
* 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
* 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-161-956/+506
* Move initialization of SWI's in the tty|net|bio masks from isa.c intopeter1999-04-111-7/+1
* don't print '?' for ioaddr the device may legitimately not have anphk1998-11-291-2/+2
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-3/+6
* 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
* Stop physical DMA for the non-auto case in isa_dmadone(). This fixes abde1998-07-191-1/+3
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-3/+3
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Skip probing devices which have already probed true.eivind1998-01-311-1/+13
* 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
* Allow "foo0: disabled, not probed" message to stay, but make it conditionaljkh1997-10-121-4/+4
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-211-1/+14
* teach pnp to keep isa_device structs around, and teach isa.c how to scanjmg1997-09-191-4/+15
* Here is a patch to alleviate the current problem with the dma interfacemsmith1997-08-281-14/+42
* Check for irq conflicts even if conflicts are allowed. Conflictingbde1997-08-251-7/+9
* Made PEND_INTS default.fsmp1997-08-211-2/+1
* Add parentheses because == has higher precedence than &.steve1997-08-131-7/+7
* 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
* Add isa_dmastatus() for reading the current ISA DMA counter for amsmith1997-07-241-1/+81
* Removed unused #includes.bde1997-07-201-5/+1
* Back out my changes with 'conflicts' keyword for IRQs,ache1997-07-091-9/+4
* Modified to use merged/renamed functions:fsmp1997-06-251-5/+5
* While deciding to install irq with unneded "conflicts" keyword,ache1997-06-091-3/+4
* Add safety check in case "conflicts" keyword specified more times thanache1997-06-081-4/+7
* Make "conflicts" keyword work againache1997-06-081-4/+5
* Move interrupt handling code from isa.c to a new file. This should makedfr1997-06-021-356/+2
* Include file updates.. <machine/spl.h> -> <machine/ipl.h>, addpeter1997-05-311-1/+2
OpenPOWER on IntegriCloud