aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dpt/dpt_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-0/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob2006-12-111-0/+2
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-2/+0
* Remove unnecessary dpt_free().Matthew N. Dodd2005-04-131-1/+0
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* o nuke duplicate call of dpt_free when dpt_init failsSam Leffler2005-02-241-3/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-8/+6
* 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/+4
* - Track resources in our softc.Matthew N. Dodd2003-03-291-32/+28
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thePeter Wemm2002-10-091-1/+1
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-011-1/+2
* Allow the DPT pci attachment to share IRQ'sPeter Wemm2000-08-261-1/+2
* Use correct register values. This one was in aic7xxx and advansys too.Peter Wemm2000-05-281-1/+1
* Use correct offset into register window.Matthew N. Dodd2000-04-071-1/+2
* - Convert dpt_pci.c to newbus.Matthew N. Dodd2000-04-071-122/+136
* Switch over to the new location in sys/dev/dpt.Matthew N. Dodd1999-10-091-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-2/+1
* Properly set the alignment argument to bus_dma_tag_create(). If weJustin T. Gibbs1999-08-161-2/+2
* 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
* 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-4/+3
* ahc_pci.c:Justin T. Gibbs1998-10-071-2/+2
* Conver the DPT driver to CAM. The dpt_control interface is not yetJustin T. Gibbs1998-09-151-407/+88
* Update DPT driver from 1.4.3 to 1.4.5Eivind Eklund1998-08-051-24/+9
* o Return error when the controller can't accept commands.Eivind Eklund1998-06-021-2/+2
* Add EISA support for DPT driversJulian Elischer1998-03-111-3/+1
* Removed unused #includes.Bruce Evans1998-02-201-9/+1
* Staticize. (Diffs by me & and Simon in cooperation.)Eivind Eklund1998-02-101-7/+7
* Add #include "opt_devfs.h".Eivind Eklund1998-02-091-1/+2
* Add Simon Shapiro's DPT driverJulian Elischer1998-01-261-0/+531