summaryrefslogtreecommitdiff
path: root/sys/dev/iir
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use [u]intmax_t and %j instead of long long and %ll to better fix warningsJohn Baldwin2002-11-071-2/+3
* Use long long to print out a bus_addr_t again.John Baldwin2002-11-061-2/+2
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-2/+2
* Include <sys/ioccom.h> directly, rather than indirectly throughPoul-Henning Kamp2002-09-201-1/+1
* 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-263-0/+3
* Remove __P.Alfred Perlstein2002-03-202-23/+23
* 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-204-0/+3577