aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iir/iir_ctrl.c
Commit message (Expand)AuthorAgeFilesLines
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-5/+7
* 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-104/+33
* Avoid potential redefinition of the macro.Jung-uk Kim2013-08-151-1/+1
* Include <sys/sysctl.h>, to get the declarations of ostype andMarcel Moolenaar2009-12-021-2/+1
* Remove unused VM includes.John Baldwin2009-06-031-4/+0
* We no longer need to use d_thread_t, migrate to struct thread *.Warner Losh2009-05-201-3/+3
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-5/+5
* Correct improper permissions on /dev/iir. The earlier permissionsColin Percival2005-05-061-2/+2
* 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-8/+8
* Update from vendor. This also adds support for newer management tools.Scott Long2004-05-191-0/+2
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Remove the static major assignment for iir(4).Scott Long2004-02-141-4/+1
* Update email addresses, copyrights, and tweak the management interface.Scott Long2003-09-261-7/+20
* Use __FBSDID().David E. O'Brien2003-08-241-1/+2
* Import latest changes from the vendor. This also is reported to fix theScott Long2003-04-251-3/+22
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-14/+7
* Fix cdevsw initialization commit to follow canonical format.Poul-Henning Kamp2003-03-021-1/+1
* msgPoul-Henning Kamp2003-02-261-15/+0
* Remove S_IROTH from the make_dev() lines for iir-related devices. ThisRobert Watson2002-12-271-2/+2
* Include <sys/ioccom.h> directly, rather than indirectly throughPoul-Henning Kamp2002-09-201-1/+1
* 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/+371