aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iir/iir.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-4/+4
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Make sure we check for CAM_CDB_POINTER for all drivers. Also, for theWarner Losh2016-03-151-3/+3
* Remove MAXBSIZE use from drivers where it has nothing to do.Alexander Motin2015-03-221-1/+2
* Prevent overflow issues in timeout processingSteven Hartland2014-11-211-3/+3
* Lock iir(4) and mark it MPSAFE.John Baldwin2014-11-131-163/+143
* Re-do r255853. Along with adding back the API/ABI changes from theScott Long2013-09-251-2/+3
* Revert r255853 pending fixes to build errors in usr.bin/kdumpGlen Barber2013-09-251-3/+2
* Update the CAM API for FreeBSD 10:Scott Long2013-09-241-2/+3
* Avoid potential redefinition of the macro.Jung-uk Kim2013-08-151-2/+2
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-84/+15
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Add descriptor sense support to CAM, and honor sense residuals properly inKenneth D. Merry2011-10-031-3/+10
* Remove unused iir_watchdog().Edward Tomasz Napierala2010-01-081-35/+0
* Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp2009-09-081-1/+0
* Add necessary include.Poul-Henning Kamp2009-09-081-0/+1
* Remove unused VM includes.John Baldwin2009-06-031-3/+0
* Fix a buffer overflow in the processing of various SCSI commands. This likelyScott Long2008-01-091-26/+42
* 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
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-21/+0
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-5/+35
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Big update to the iir driver:Scott Long2006-03-011-156/+153
* 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
* Panic if given a CAM_DATA_PHYS pointer from CAM instead of trying to handle it.Scott Long2004-09-031-14/+2
* Update from vendor. This also adds support for newer management tools.Scott Long2004-05-191-20/+5
* Update email addresses, copyrights, and tweak the management interface.Scott Long2003-09-261-5/+9
* Use __FBSDID().David E. O'Brien2003-08-241-1/+2
* Mega busdma API commit.Scott Long2003-07-011-1/+3
* Import latest changes from the vendor. This also is reported to fix theScott Long2003-04-251-25/+38
* I deserve a big pointy hat for having missed all those referencesMaxime Henrion2003-04-101-2/+2
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-2/+2
* Don't include <stddef.h> "For offsetof". This is not even wrong inBruce Evans2002-05-131-2/+0
* Move the new byte order function prototypes from <sys/param.h> toMike Barcroft2002-04-261-0/+1
* Add the 'iir' driver, for the Intel Integrated RAID controllers andMike Smith2002-01-201-0/+2018