aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/advansys/advansys.c
Commit message (Expand)AuthorAgeFilesLines
* Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvsKen Smith2009-11-211-1/+1
* Separate the parallel scsi knowledge out of the core of the XPT, andScott Long2009-07-101-1/+1
* 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/+1
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob2006-12-111-0/+2
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-106/+0
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-5/+127
* Remove some header polution.Scott Long2006-04-301-1/+0
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-2/+2
* Use __FBSDID().David E. O'Brien2003-08-241-2/+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-17/+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
* Clean up argument comments for bus_dma_tag_create() calls.Matthew N. Dodd2003-03-291-17/+27
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-1/+1
* - Check if the ccb_infos in the softc is NULL before trying to free it inJohn Baldwin2001-02-081-1/+2
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Fix typo (accessable --> accessible).Alexander Langer2000-06-141-1/+1
* Fixed return value of adv_attach function.Yoshihiro Takahashi2000-05-231-17/+18
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Newbusify adv driver.Yoshihiro Takahashi2000-04-071-25/+7
* Remove a spurious printf left in from debugging.Justin T. Gibbs2000-02-011-1/+0
* adv_pci.c:Justin T. Gibbs2000-01-141-123/+221
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Properly set the alignment argument to bus_dma_tag_create(). If weJustin T. Gibbs1999-08-161-3/+3
* Add a number of interrelated CAM feature enhancements and bug fixes.Kenneth D. Merry1999-05-061-7/+38
* Handle the case when auto sense retrieval fails.Justin T. Gibbs1999-04-191-2/+4
* Beef up the error handling routine to handle more errors.Justin T. Gibbs1999-04-071-25/+67
* Return NULL on resource shortage instead of blindly continuing.Justin T. Gibbs1998-12-221-2/+4
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-2/+2
* Correct the reporting of the queue full condition so that the XPT layerJustin T. Gibbs1998-10-291-3/+10
* -Wunused cleanup.Justin T. Gibbs1998-10-151-16/+3
* Don't set the active flag on a transaction resource until it has beenJustin T. Gibbs1998-10-071-24/+22
* Correct compilation with option DIAGNOSTIC set.Justin T. Gibbs1998-09-201-5/+6
* Advance Systems SCSI Host Adapter driver for CAM. Currently only supportJustin T. Gibbs1998-09-151-0/+1281