summaryrefslogtreecommitdiffstats
path: root/sys/dev/dpt/dpt_scsi.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r311305 (by asomers):mav2017-03-231-3/+3
* sys/dev: minor spelling fixes.pfg2016-05-031-4/+4
* Remove MAXBSIZE use from drivers where it has nothing to do.mav2015-03-221-1/+1
* Prevent overflow issues in timeout processingsmh2014-11-211-2/+2
* Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,jhb2014-06-101-1/+0
* options DPT_HANDLE_TIMEOUTS hasn't worked since dpt(4) was converted to CAMsbruno2013-04-101-153/+0
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-48/+14
* Fix build of dpt(4).pluknet2012-10-161-2/+2
* Add locking to the dpt(4) driver and mark it MPSAFE.jhb2012-10-151-240/+211
* Remove duplicate assignment of CTS_SPI_VALID_SYNC_RATE bitkevlo2012-02-261-1/+0
* Get rid of #ident, GCC 4.4 warns about it being deprecated.trasz2010-01-081-1/+0
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-1/+2
* Wrap the EISA-specific parts of the dpt(4) and si(4) back-ends inmarius2007-01-181-0/+8
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-24/+0
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-4/+39
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-041-1/+1
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+4
* Adjust $FreeBSD$'s.obrien2004-03-171-2/+1
* - Handle failure of cam_sim_alloc().mdodd2004-01-171-0/+12
* Use __FBSDID().obrien2003-08-241-0/+3
* Mega busdma API commit.scottl2003-07-011-0/+6
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-141-20/+1
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-271-2/+2
* I deserve a big pointy hat for having missed all those referencesmux2003-04-101-2/+2
* Remove useless code.mdodd2003-03-291-6/+0
* Clean up argument comments for bus_dma_tag_create() calls.mdodd2003-03-291-24/+38
* - Track resources in our softc.mdodd2003-03-291-11/+90
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Correct typo.grog2003-01-161-1/+1
* Use bus_addr_t instead of u_int32_t in functions to convert betweenjhb2002-11-061-3/+3
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-2/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Fix some warnings. Here are more part-time volatiles - ie: data thatpeter2000-08-071-3/+3
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* - Convert dpt_pci.c to newbus.mdodd2000-04-071-13/+20
* - Implement a simple PIO driven function for retreiving the onboardmdodd1999-10-091-0/+106
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastmsmith1999-08-211-1/+2
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-5/+6
* Properly set the alignment argument to bus_dma_tag_create(). If wegibbs1999-08-161-4/+4
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-061-1/+2
* Error check is not necessary - this function cannot fail in thiseivind1998-12-221-8/+4
* Better error checking and more complete struct initialization.eivind1998-12-221-5/+13
* -Wunused cleanup.gibbs1998-10-151-9/+3
* Honor CAM_TAG_ACTION_NONE.gibbs1998-10-151-2/+3
OpenPOWER on IntegriCloud