aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/advansys/adv_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Remove adv(4) and adw(4)Warner Losh2018-10-221-332/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add locking to adv(4) driver and mark it MPSAFE.John Baldwin2012-10-121-26/+21
* Remove comments about creating DMA tags as children of the DMA tags of theirJuli Mallett2012-03-121-1/+0
* Convert a number of drivers to obtaining their parent DMA tag from theirScott Long2012-03-121-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+2
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob2006-12-111-0/+1
* Type of overrun_buf doesn't matter to this code, but does to gcc.Warner Losh2006-02-041-2/+2
* Fix -Wundef.Ruslan Ermilov2005-12-041-1/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-5/+5
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+4
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-2/+2
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* 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
* Use correct resource id for bus_release_resource().Yoshihiro Takahashi2001-05-061-10/+10
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-011-1/+1
* Use the correct register names, not the FreeBSD 2.2 compatability ones.Peter Wemm2000-05-281-3/+3
* - Release allocated resources on error.Yoshihiro Takahashi2000-04-121-4/+14
* Newbusify adv driver.Yoshihiro Takahashi2000-04-071-48/+70
* adv_pci.c:Justin T. Gibbs2000-03-021-8/+9
* adv_pci.c:Justin T. Gibbs2000-01-141-16/+27
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Properly set the alignment argument to bus_dma_tag_create(). If weJustin T. Gibbs1999-08-161-2/+2
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-5/+1
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-5/+1
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-1/+5
* Staticize the overrun buffer so that they are not shared betweenJustin T. Gibbs1998-12-221-4/+4
* probe function changed from returning char * to const char *.Matthew Dillon1998-12-141-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-5/+8
* Advance Systems SCSI Host Adapter driver for CAM. Currently only supportJustin T. Gibbs1998-09-151-0/+275