summaryrefslogtreecommitdiffstats
path: root/sys/dev/iir
Commit message (Expand)AuthorAgeFilesLines
* Avoid potential redefinition of the macro.jkim2013-08-154-5/+5
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-84/+15
* Remove comments about creating DMA tags as children of the DMA tags of theirjmallett2012-03-121-1/+0
* Convert a number of drivers to obtaining their parent DMA tag from theirscottl2012-03-121-1/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Add descriptor sense support to CAM, and honor sense residuals properly inken2011-10-031-3/+10
* Get rid of #ident.trasz2010-01-081-1/+0
* Remove unused iir_watchdog().trasz2010-01-081-35/+0
* Include <sys/sysctl.h>, to get the declarations of ostype andmarcel2009-12-021-2/+1
* Revert previous commit and add myself to the list of people who shouldphk2009-09-081-1/+0
* Add necessary include.phk2009-09-081-0/+1
* Remove unused VM includes.jhb2009-06-032-7/+0
* We no longer need to use d_thread_t, migrate to struct thread *.imp2009-05-201-3/+3
* Compare the correct variable against NULL.brueffer2009-05-141-1/+1
* Replace all calls to minor() with dev2unit().ed2008-09-271-5/+5
* Fix a buffer overflow in the processing of various SCSI commands. This likelyscottl2008-01-091-26/+42
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-173-2/+3
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-1/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* 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
OpenPOWER on IntegriCloud