aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iir/iir.h
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Lock iir(4) and mark it MPSAFE.John Baldwin2014-11-131-8/+5
* Re-do r255853. Along with adding back the API/ABI changes from theScott Long2013-09-251-0/+1
* Revert r255853 pending fixes to build errors in usr.bin/kdumpGlen Barber2013-09-251-1/+0
* Update the CAM API for FreeBSD 10:Scott Long2013-09-241-0/+1
* Avoid potential redefinition of the macro.Jung-uk Kim2013-08-151-1/+1
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-0/+1
* Big update to the iir driver:Scott Long2006-03-011-7/+8
* Convert iir inlines to ANSI C function declarations.Robert Watson2006-01-211-10/+4
* netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch2005-03-021-1/+5
* Remove a dead vtophys() reference.Scott Long2005-01-311-6/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-3/+3
* Update from vendor. This also adds support for newer management tools.Scott Long2004-05-191-7/+9
* Fix the ioctl types for two ioctls. I'm not sure if the switch was myScott Long2004-03-201-2/+2
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)Tom Rhodes2004-03-121-1/+1
* Remove the static major assignment for iir(4).Scott Long2004-02-141-2/+0
* Update email addresses, copyrights, and tweak the management interface.Scott Long2003-09-261-8/+13
* Import latest changes from the vendor. This also is reported to fix theScott Long2003-04-251-9/+54
* Remove __P.Alfred Perlstein2002-03-201-14/+14
* Add the following functions/macros to support byte order conversions andThomas Moestl2002-02-271-4/+2
* Add the 'iir' driver, for the Intel Integrated RAID controllers andMike Smith2002-01-201-0/+712