aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/isa.c
Commit message (Expand)AuthorAgeFilesLines
* __RMAN_RESOURCE_VISIBLE not necessary.Poul-Henning Kamp2005-09-251-3/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Get rid of #ifdef for legacy system. Move that into the MD code.Warner Losh2004-12-241-0/+7
* Don't define __RMAN_RESOURCE_VISISBLE. They aren't needed here afterWarner Losh2004-07-031-12/+18
* This needs __RMAN_RESOURCE_VISIBLE if PC98 is defined.Yoshihiro Takahashi2004-07-011-0/+3
* remove stale comment since these limits have been increased YEARS ago...John-Mark Gurney2004-03-171-3/+1
* Use __FBSDID().David E. O'Brien2003-06-021-2/+3
* - Split the routine to initialize a bus_space_handle into the separateYoshihiro Takahashi2002-02-171-5/+7
* Add needed include.Yoshihiro Takahashi2002-02-101-0/+3
* Use the new resource_list_print_type() function.Thomas Moestl2001-12-211-1/+1
* Rewrite the pc98 bus_space stuff.Yoshihiro Takahashi2001-10-071-10/+13
* Don't assume that resource type is ioport and rid equal 0.Yoshihiro Takahashi2001-06-171-5/+6
* Convert the type of bus_space_handle_t of pc98 from structure intoKATO Takenori2000-10-201-10/+10
* Don't assume that address of I/O address table increase (PC-98 only).Yoshihiro Takahashi2000-09-071-2/+2
* Redo the isa compat driver shim so that each driver is self containedPeter Wemm2000-05-281-5/+0
* Added indirect pio into the bus space stuff for the NEC PC-98. bus.hKATO Takenori2000-03-291-0/+102
* Connect the ISA and PCI compatability shims to an option. In this casePeter Wemm2000-03-191-1/+5
* * Add struct resource_list* argument to resource_list_alloc andDoug Rabson1999-10-121-11/+25
* Trim some unused #includesPeter Wemm1999-10-111-4/+0
* Eliminate some magic numbers.Peter Wemm1999-09-011-4/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Allow up to 8 ports, 4 memory regions and two irqs and drqs.Doug Rabson1999-05-301-4/+8
* * Factor out the common code between the isa bus drivers for i386 and alpha.Doug Rabson1999-05-221-431/+32
* * Define a new static method DEVICE_IDENTIFY which is called to add deviceDoug Rabson1999-05-141-106/+36
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-5/+4
* GC some #if 0 junkPeter Wemm1999-05-081-9/+1
* Look up the sensitive flag better, allowing interoperation between old andPeter Wemm1999-05-081-2/+4
* Changed the type of id_port from short into int to avoid wrongKATO Takenori1999-04-241-2/+2
* Don't clear the hints on release, just the resource containers.Peter Wemm1999-04-241-7/+1
* As a temporary anti-foot-shooting measure, don't let the user attachPeter Wemm1999-04-161-1/+5
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-956/+506
* Move initialization of SWI's in the tty|net|bio masks from isa.c intoPeter Wemm1999-04-111-7/+1
* don't print '?' for ioaddr the device may legitimately not have anPoul-Henning Kamp1998-11-291-2/+2
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-3/+6
* Fixed two potentially serious classes of bugs:David Greenman1998-10-131-2/+2
* Don't print conflict messages in haveseen_isadev() if CC_QUIET isBruce Evans1998-10-121-10/+16
* Stop physical DMA for the non-auto case in isa_dmadone(). This fixes aBruce Evans1998-07-191-1/+3
* 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