summaryrefslogtreecommitdiffstats
path: root/sys/dev/iir/iir.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r280347: Remove MAXBSIZE use from drivers where it has nothing to do.mav2015-04-211-1/+2
* MFC r274819:smh2014-12-211-3/+3
* MFC: r274487smh2014-12-211-163/+143
* Re-do r255853. Along with adding back the API/ABI changes from thescottl2013-09-251-2/+3
* Revert r255853 pending fixes to build errors in usr.bin/kdumpgjb2013-09-251-3/+2
* Update the CAM API for FreeBSD 10:scottl2013-09-241-2/+3
* Avoid potential redefinition of the macro.jkim2013-08-151-2/+2
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-84/+15
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Add descriptor sense support to CAM, and honor sense residuals properly inken2011-10-031-3/+10
* Remove unused iir_watchdog().trasz2010-01-081-35/+0
* Revert previous commit and add myself to the list of people who shouldphk2009-09-081-1/+0
* Add necessary include.phk2009-09-081-0/+1
* Remove unused VM includes.jhb2009-06-031-3/+0
* Fix a buffer overflow in the processing of various SCSI commands. This likelyscottl2008-01-091-26/+42
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-1/+2
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-21/+0
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-5/+35
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Big update to the iir driver:scottl2006-03-011-156/+153
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Panic if given a CAM_DATA_PHYS pointer from CAM instead of trying to handle it.scottl2004-09-031-14/+2
* Update from vendor. This also adds support for newer management tools.scottl2004-05-191-20/+5
* Update email addresses, copyrights, and tweak the management interface.scottl2003-09-261-5/+9
* Use __FBSDID().obrien2003-08-241-1/+2
* Mega busdma API commit.scottl2003-07-011-1/+3
* Import latest changes from the vendor. This also is reported to fix thescottl2003-04-251-25/+38
* I deserve a big pointy hat for having missed all those referencesmux2003-04-101-2/+2
* Be consistent about "static" functions: if the function is markedphk2002-09-281-2/+2
* Don't include <stddef.h> "For offsetof". This is not even wrong inbde2002-05-131-2/+0
* Move the new byte order function prototypes from <sys/param.h> tomike2002-04-261-0/+1
* Add the 'iir' driver, for the Intel Integrated RAID controllers andmsmith2002-01-201-0/+2018
OpenPOWER on IntegriCloud