aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dpt/dpt_scsi.c
Commit message (Expand)AuthorAgeFilesLines
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-1/+2
* Wrap the EISA-specific parts of the dpt(4) and si(4) back-ends inMarius Strobl2007-01-181-0/+8
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-24/+0
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-4/+39
* Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy2006-08-041-1/+1
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-2/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+4
* Adjust $FreeBSD$'s.David E. O'Brien2004-03-171-2/+1
* - Handle failure of cam_sim_alloc().Matthew N. Dodd2004-01-171-0/+12
* Use __FBSDID().David E. O'Brien2003-08-241-0/+3
* Mega busdma API commit.Scott Long2003-07-011-0/+6
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.Nate Lawson2003-06-141-20/+1
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though theScott Long2003-05-271-2/+2
* I deserve a big pointy hat for having missed all those referencesMaxime Henrion2003-04-101-2/+2
* Remove useless code.Matthew N. Dodd2003-03-291-6/+0
* Clean up argument comments for bus_dma_tag_create() calls.Matthew N. Dodd2003-03-291-24/+38
* - Track resources in our softc.Matthew N. Dodd2003-03-291-11/+90
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Correct typo.Greg Lehey2003-01-161-1/+1
* Use bus_addr_t instead of u_int32_t in functions to convert betweenJohn Baldwin2002-11-061-3/+3
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-2/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Fix some warnings. Here are more part-time volatiles - ie: data thatPeter Wemm2000-08-071-3/+3
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* - Convert dpt_pci.c to newbus.Matthew N. Dodd2000-04-071-13/+20
* - Implement a simple PIO driven function for retreiving the onboardMatthew N. Dodd1999-10-091-0/+106
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastMike Smith1999-08-211-1/+2
* Implement a new generic mechanism for attaching handler functions toMike Smith1999-08-211-5/+6
* Properly set the alignment argument to bus_dma_tag_create(). If weJustin T. Gibbs1999-08-161-4/+4
* Add a number of interrelated CAM feature enhancements and bug fixes.Kenneth D. Merry1999-05-061-1/+2
* Error check is not necessary - this function cannot fail in thisEivind Eklund1998-12-221-8/+4
* Better error checking and more complete struct initialization.Eivind Eklund1998-12-221-5/+13
* -Wunused cleanup.Justin T. Gibbs1998-10-151-9/+3
* Honor CAM_TAG_ACTION_NONE.Justin T. Gibbs1998-10-151-2/+3
* Call dpt_intr from our timeout routine to clear any pending commands beforeJustin T. Gibbs1998-10-091-3/+11
* Remove a spurious, but benign statement.Justin T. Gibbs1998-10-021-6/+4
* dpt.h:Justin T. Gibbs1998-09-221-12/+14
* Drop the maximum SG count to 32 from 1024. We can't make use of all ofJustin T. Gibbs1998-09-201-18/+23
* Correct printf format bugs.Justin T. Gibbs1998-09-151-4/+5
* Conver the DPT driver to CAM. The dpt_control interface is not yetJustin T. Gibbs1998-09-151-2958/+1637
* Fix an spl protection botch.Justin T. Gibbs1998-08-261-3/+3
* Fixed printf format and spelling errors. Didn't fix relatedBruce Evans1998-08-161-3/+3
* Hide compiler warnings for casting from a long to a pointer of aBruce Evans1998-08-101-2/+2
* Fix some things Simon had broken, basically making LINT compile again.Eivind Eklund1998-08-061-9/+3
* Update DPT driver from 1.4.3 to 1.4.5Eivind Eklund1998-08-051-89/+234