aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iir/iir.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 193396, 193521, 194331, 194337, 194376, 194454, 194562, 194642, 195033,John Baldwin2009-09-041-3/+0
* Merge rev 1.20:Scott Long2008-04-041-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