summaryrefslogtreecommitdiff
path: root/sys/dev/advansys/adwcam.c
Commit message (Expand)AuthorAgeFilesLines
* Remove adv(4) and adw(4)Warner Losh2018-10-221-1507/+0
* Fix kernel build after r328523, correct variable namesLi-Wen Hsu2018-01-291-1/+1
* Tag the current round of deprecated drivers.Warner Losh2018-01-291-0/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix whitespace in handling of XPT_PATH_INQ in adw(4).Ravi Pokala2017-01-051-4/+4
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* Remove MAXBSIZE use from drivers where it has nothing to do.Alexander Motin2015-03-221-1/+1
* Prevent overflow issues in timeout processingSteven Hartland2014-11-211-2/+2
* Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,John Baldwin2014-06-101-2/+0
* Remove instances of variables that were set, but never used. gcc 4.9Warner Losh2014-03-301-2/+0
* Remove unused static function adwccbstatus() from adw(4).Dimitry Andric2013-12-241-7/+0
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-60/+13
* Add locking to the adw(4) driver and mark it MPSAFE.John Baldwin2012-10-151-100/+77
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-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
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-2/+2
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob2006-12-111-0/+3
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-185/+0
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-1/+199
* Fix -Wundef.Ruslan Ermilov2005-12-041-1/+1
* 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
* Properly release allocated resources if adw(4) device fails to fully attach,Scott Mitchell2004-12-061-0/+20
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* Mega busdma API commit.Scott Long2003-07-011-0/+10
* 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
* Clean up argument comments for bus_dma_tag_create() calls.Matthew N. Dodd2003-03-291-33/+54
* Consolidate MIN/MAX macros into one place (param.h).Alfred Perlstein2003-02-021-2/+0
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-011-2/+3
* Add the use of M_ZERO to some malloc calls.David Malone2000-10-291-2/+1
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-1/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* adv_pci.c:Justin T. Gibbs2000-03-021-58/+49
* Add support for the AdvanSys ASC38C0800 Ultra2 chipset. PreliminaryJustin T. Gibbs2000-02-031-192/+373
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* 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-10/+16
* -Wunused cleanup.Justin T. Gibbs1998-10-151-4/+2
* Add support for the ASC3550 AdvanSys SCSI Host Controller (aka 940UW).Justin T. Gibbs1998-10-071-0/+1366