aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/buslogic/bt_mca.c
Commit message (Expand)AuthorAgeFilesLines
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob2006-12-111-0/+1
* #include <isa/isavar.h> instead of <i386/isa/isa_dma.h>Poul-Henning Kamp2004-09-151-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-6/+3
* 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-18/+25
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thePeter Wemm2002-10-091-1/+1
* - Restore correct operation of bt_mca.Matthew N. Dodd1999-10-091-14/+26
* Sync with recent changes to the MCA bus code. Resource IVARS wentMatthew N. Dodd1999-10-081-17/+9
* mca_add_{iospace,mspace}() no longer takes a 4th arg.Matthew N. Dodd1999-09-261-1/+1
* This adds support for the Buslogic/Bustek/Storage DimensionsMatthew N. Dodd1999-09-031-0/+324