summaryrefslogtreecommitdiffstats
path: root/sys/dev/dpt/dpt_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-11/+5
* Add locking to the dpt(4) driver and mark it MPSAFE.jhb2012-10-151-13/+6
* 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
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-0/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.mjacob2006-12-111-0/+2
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* Remove unnecessary dpt_free().mdodd2005-04-131-1/+0
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* o nuke duplicate call of dpt_free when dpt_init failssam2005-02-241-3/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-8/+6
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-2/+2
* Use __FBSDID().obrien2003-08-241-2/+3
* 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
* - Track resources in our softc.mdodd2003-03-291-32/+28
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thepeter2002-10-091-1/+1
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-011-1/+2
* Allow the DPT pci attachment to share IRQ'speter2000-08-261-1/+2
* Use correct register values. This one was in aic7xxx and advansys too.peter2000-05-281-1/+1
* Use correct offset into register window.mdodd2000-04-071-1/+2
* - Convert dpt_pci.c to newbus.mdodd2000-04-071-122/+136
* Switch over to the new location in sys/dev/dpt.mdodd1999-10-091-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-2/+1
* Properly set the alignment argument to bus_dma_tag_create(). If wegibbs1999-08-161-2/+2
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-5/+1
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-1/+5
* probe function changed from returning char * to const char *.dillon1998-12-141-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-4/+3
* ahc_pci.c:gibbs1998-10-071-2/+2
* Conver the DPT driver to CAM. The dpt_control interface is not yetgibbs1998-09-151-407/+88
* Update DPT driver from 1.4.3 to 1.4.5eivind1998-08-051-24/+9
* o Return error when the controller can't accept commands.eivind1998-06-021-2/+2
* Add EISA support for DPT driversjulian1998-03-111-3/+1
* Removed unused #includes.bde1998-02-201-9/+1
* Staticize. (Diffs by me & and Simon in cooperation.)eivind1998-02-101-7/+7
* Add #include "opt_devfs.h".eivind1998-02-091-1/+2
* Add Simon Shapiro's DPT driverjulian1998-01-261-0/+531
OpenPOWER on IntegriCloud