summaryrefslogtreecommitdiff
path: root/sys/dev/iir/iir_ctrl.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvscvs2svn2005-05-071-1/+1
* Correct improper permissions on /dev/iir. The earlier permissionsColin Percival2005-05-061-2/+2
* MFC: /*- and my license changes for sys/[a-d]*Warner Losh2005-01-301-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