aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/advansys/advlib.c
Commit message (Expand)AuthorAgeFilesLines
* Remove adv(4) and adw(4)Warner Losh2018-10-221-2096/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove EISA support from adv driver. Remove references to it from manWarner Losh2017-02-161-1/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* sys: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* Remove instances of variables that were set, but never used. gcc 4.9Warner Losh2014-03-301-7/+1
* Add locking to adv(4) driver and mark it MPSAFE.John Baldwin2012-10-121-15/+25
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-7/+0
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-1/+16
* Fix -Wundef.Ruslan Ermilov2005-12-041-5/+5
* 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
* Wrap the static endian functions to shutup GCC.David E. O'Brien2003-02-241-0/+2
* Add adv_adj_endian_qdone_info() & adv_adj_scsiq_endian()David E. O'Brien2003-02-231-0/+18
* Consolidate MIN/MAX macros into one place (param.h).Alfred Perlstein2003-02-021-2/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Newbusify adv driver.Yoshihiro Takahashi2000-04-071-0/+3
* adv_pci.c:Justin T. Gibbs2000-01-141-37/+53
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add a number of interrelated CAM feature enhancements and bug fixes.Kenneth D. Merry1999-05-061-2/+3
* Handle the case when auto sense retrieval fails.Justin T. Gibbs1999-04-191-1/+9
* Staticize.Eivind Eklund1999-04-111-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-3/+1
* Correct the reporting of the queue full condition so that the XPT layerJustin T. Gibbs1998-10-291-3/+3
* Only pull 16 bits of residual information from completing queues. ThisJustin T. Gibbs1998-10-091-2/+10
* Don't set the active flag on a transaction resource until it has beenJustin T. Gibbs1998-10-071-13/+15
* Correct compilation with option DIAGNOSTIC set.Justin T. Gibbs1998-09-201-1/+3
* Advance Systems SCSI Host Adapter driver for CAM. Currently only supportJustin T. Gibbs1998-09-151-579/+939
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* A little 80 column cleanup.Justin T. Gibbs1996-11-051-15/+28
* Advanced Systems Inc. SCSI Controller driver and ISA/VL front end.Justin T. Gibbs1996-10-071-0/+1654