summaryrefslogtreecommitdiff
path: root/sys/dev/dpt
AgeCommit message (Expand)Author
2018-10-22Retire dpt(4)Warner Losh
2018-01-29Tag the current round of deprecated drivers.Warner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-16Remove EISA support from dpt. Remove known EISA models fromWarner Losh
2017-01-05In the same vein as r311350, fix whitespace in handling of XPT_PATH_INQ inRavi Pokala
2017-01-04Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2015-03-22Remove MAXBSIZE use from drivers where it has nothing to do.Alexander Motin
2014-11-21Prevent overflow issues in timeout processingSteven Hartland
2014-11-13Remove dpt_isa.c and commented out references to it. It was never connectedJohn Baldwin
2014-06-10Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,John Baldwin
2013-08-12Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long
2013-04-10options DPT_HANDLE_TIMEOUTS hasn't worked since dpt(4) was converted to CAMSean Bruno
2013-02-12Reform the busdma API so that new types may be added without modifyingKonstantin Belousov
2012-10-16Fix build of dpt(4).Sergey Kandaurov
2012-10-15Add locking to the dpt(4) driver and mark it MPSAFE.John Baldwin
2012-04-21Fix the following clang warning in dpt(4):Dimitry Andric
2012-03-12Remove comments about creating DMA tags as children of the DMA tags of theirJuli Mallett
2012-03-12Convert a number of drivers to obtaining their parent DMA tag from theirScott Long
2012-02-26Remove duplicate assignment of CTS_SPI_VALID_SYNC_RATE bitKevin Lo
2010-01-08Get rid of #ident, GCC 4.4 warns about it being deprecated.Edward Tomasz Napierala
2007-06-17Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long
2007-04-15Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2007-01-18Wrap the EISA-specific parts of the dpt(4) and si(4) back-ends inMarius Strobl
2006-12-11Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob
2006-11-022nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob
2006-10-31The first of 3 major steps to move the CAM layer forward to usingMatt Jacob
2006-08-04Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy
2006-05-16Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp
2005-05-29Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi
2005-04-13Remove unnecessary dpt_free().Matthew N. Dodd
2005-03-05Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh
2005-02-24remove gratuitous null ptr checkSam Leffler
2005-02-24o nuke duplicate call of dpt_free when dpt_init failsSam Leffler
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-03-17Adjust $FreeBSD$'s.David E. O'Brien
2004-02-21Device megapatch 1/6:Poul-Henning Kamp
2004-01-17- Handle failure of cam_sim_alloc().Matthew N. Dodd
2003-09-02Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin
2003-08-24Use __FBSDID().David E. O'Brien
2003-08-22Prefer new location of pci include files (which have only been in theWarner Losh
2003-07-01Mega busdma API commit.Scott Long
2003-06-14Merge common XPT_CALC_GEOMETRY functions into a single convenience function.Nate Lawson
2003-05-27Bring back bus_dmasync_op_t. It is now a typedef to an int, though theScott Long
2003-04-10I deserve a big pointy hat for having missed all those referencesMaxime Henrion
2003-03-29Remove useless code.Matthew N. Dodd
2003-03-29Don't compile the identify method yet.Matthew N. Dodd
2003-03-29Clean up argument comments for bus_dma_tag_create() calls.Matthew N. Dodd