aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/buslogic/bt_isa.c
Commit message (Expand)AuthorAgeFilesLines
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob2006-12-111-0/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+2
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Mega busdma API commit.Scott Long2003-07-011-0/+6
* Clean up argument comments for bus_dma_tag_create() calls.Matthew N. Dodd2003-03-291-17/+26
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thePeter Wemm2002-10-091-1/+1
* * Add struct resource_list* argument to resource_list_alloc andDoug Rabson1999-10-121-4/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Properly set the alignment argument to bus_dma_tag_create(). If weJustin T. Gibbs1999-08-161-3/+3
* Don't #include i386/isa/isa_dma.h - it's in isa/isavar.h now. ThisPeter Wemm1999-06-281-2/+1
* Quieten the bt_isa_probe() messages since they get a bit much whenPeter Wemm1999-06-031-3/+4
* No support for pnp devices yet.Doug Rabson1999-05-301-1/+5
* Don't use BUS_WRITE_IVAR to manipulate resources.Doug Rabson1999-05-221-9/+10
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-2/+1
* Revert part of 1.9; we don't need to reset the port after release now thatPeter Wemm1999-04-241-2/+1
* Make the bt isa driver work..Peter Wemm1999-04-181-5/+11
* Implement an EISA new-bus framework. The old driver probe mechanismPeter Wemm1999-04-181-68/+127
* failled spell-checkPoul-Henning Kamp1999-04-061-2/+2
* Pull 'ISA style' probe where interrupt information is determined throughJustin T. Gibbs1999-03-081-43/+7
* Fix probes when a port address is specified.Justin T. Gibbs1998-11-101-21/+8
* Fix breakage introduced by last patch. bde has added CC_QUIET flag toWarner Losh1998-10-121-27/+4
* Fix conficts in probe:Warner Losh1998-10-101-1/+28
* Removed unused include of "ioconf.h" again. The CAM changes made ioconf.hBruce Evans1998-09-241-3/+1
* Mylex/Buslogic MultiMaster SCSI-Host Adapter Driver for CAM.Justin T. Gibbs1998-09-151-0/+322