summaryrefslogtreecommitdiffstats
path: root/sys/dev/iir
Commit message (Expand)AuthorAgeFilesLines
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.mjacob2006-12-111-0/+2
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-21/+0
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-5/+35
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-162-2/+0
* Big update to the iir driver:scottl2006-03-013-170/+169
* Convert iir inlines to ANSI C function declarations.rwatson2006-01-211-10/+4
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-292-4/+0
* Correct improper permissions on /dev/iir. The earlier permissionscperciva2005-05-061-2/+2
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-2/+2
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-021-1/+5
* Remove a dead vtophys() reference.scottl2005-01-311-6/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-063-3/+3
* Panic if given a CAM_DATA_PHYS pointer from CAM instead of trying to handle it.scottl2004-09-031-14/+2
* Do the dreaded s/dev_t/struct cdev */phk2004-06-162-11/+11
* Update from vendor. This also adds support for newer management tools.scottl2004-05-193-27/+16
* Fix the ioctl types for two ioctls. I'm not sure if the switch was myscottl2004-03-201-2/+2
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-3/+3
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)trhodes2004-03-121-1/+1
* Device megapatch 4/6:phk2004-02-211-0/+2
* Remove the static major assignment for iir(4).scottl2004-02-142-6/+1
* Update email addresses, copyrights, and tweak the management interface.scottl2003-09-264-22/+47
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-1/+1
* Use __FBSDID().obrien2003-08-243-7/+9
* Prefer new location of pci include files (which have only been in theimp2003-08-221-3/+3
* Mega busdma API commit.scottl2003-07-012-2/+7
* Import latest changes from the vendor. This also is reported to fix thescottl2003-04-254-38/+116
* I deserve a big pointy hat for having missed all those referencesmux2003-04-101-2/+2
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-14/+7
* Fix cdevsw initialization commit to follow canonical format.phk2003-03-021-1/+1
* msgphk2003-02-261-15/+0
* Remove S_IROTH from the make_dev() lines for iir-related devices. Thisrwatson2002-12-271-2/+2
* 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