summaryrefslogtreecommitdiffstats
path: root/sys/dev/buslogic/bt_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-12/+7
* Add locking to the bt(4) driver and mark it MPSAFE.jhb2012-10-151-16/+3
* Remove comments about creating DMA tags as children of the DMA tags of theirjmallett2012-03-121-1/+0
* Convert a number of drivers to obtaining their parent DMA tag from theirscottl2012-03-121-1/+1
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.mjacob2006-12-111-0/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-6/+4
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-2/+2
* Use __FBSDID().obrien2003-08-241-3/+4
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Mega busdma API commit.scottl2003-07-011-0/+4
* Clean up argument comments for bus_dma_tag_create() calls.mdodd2003-03-291-8/+12
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thepeter2002-10-091-1/+1
* Use rman_get_start instead of bus handle directly.nyan2000-01-171-1/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Properly set the alignment argument to bus_dma_tag_create(). If wegibbs1999-08-161-2/+2
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-031-5/+1
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-2/+1
* ahc_pci.c:gibbs1999-04-231-3/+3
* Implement an EISA new-bus framework. The old driver probe mechanismpeter1999-04-181-78/+103
* probe function changed from returning char * to const char *.dillon1998-12-141-3/+3
* Convert to change in ISA compatiblity port handling in the base bt driver.gibbs1998-11-101-3/+3
* Do not disable the ISA compatibility window if it is the same value asgibbs1998-10-301-8/+13
* Mylex/Buslogic MultiMaster SCSI-Host Adapter Driver for CAM.gibbs1998-09-151-0/+205
OpenPOWER on IntegriCloud