aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iir
Commit message (Expand)AuthorAgeFilesLines
* Convert iir inlines to ANSI C function declarations.Robert Watson2006-01-211-10/+4
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-292-4/+0
* Correct improper permissions on /dev/iir. The earlier permissionsColin Percival2005-05-061-2/+2
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-2/+2
* 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-063-3/+3
* Panic if given a CAM_DATA_PHYS pointer from CAM instead of trying to handle it.Scott Long2004-09-031-14/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-162-11/+11
* Update from vendor. This also adds support for newer management tools.Scott Long2004-05-193-27/+16
* Fix the ioctl types for two ioctls. I'm not sure if the switch was myScott Long2004-03-201-2/+2
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-3/+3
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)Tom Rhodes2004-03-121-1/+1
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Remove the static major assignment for iir(4).Scott Long2004-02-142-6/+1
* Update email addresses, copyrights, and tweak the management interface.Scott Long2003-09-264-22/+47
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-1/+1
* Use __FBSDID().David E. O'Brien2003-08-243-7/+9
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-3/+3
* Mega busdma API commit.Scott Long2003-07-012-2/+7
* Import latest changes from the vendor. This also is reported to fix theScott Long2003-04-254-38/+116
* I deserve a big pointy hat for having missed all those referencesMaxime Henrion2003-04-101-2/+2
* Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp2003-03-181-1/+0
* 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