summaryrefslogtreecommitdiffstats
path: root/sys/dev/iir
Commit message (Expand)AuthorAgeFilesLines
* Use [u]intmax_t and %j instead of long long and %ll to better fix warningsjhb2002-11-071-2/+3
* Use long long to print out a bus_addr_t again.jhb2002-11-061-2/+2
* Be consistent about "static" functions: if the function is markedphk2002-09-281-2/+2
* Include <sys/ioccom.h> directly, rather than indirectly throughphk2002-09-201-1/+1
* Don't include <stddef.h> "For offsetof". This is not even wrong inbde2002-05-131-2/+0
* Move the new byte order function prototypes from <sys/param.h> tomike2002-04-263-0/+3
* Remove __P.alfred2002-03-202-23/+23
* Add the following functions/macros to support byte order conversions andtmm2002-02-271-4/+2
* Add the 'iir' driver, for the Intel Integrated RAID controllers andmsmith2002-01-204-0/+3577
OpenPOWER on IntegriCloud