aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iir
Commit message (Expand)AuthorAgeFilesLines
* Re-do r255853. Along with adding back the API/ABI changes from theScott Long2013-09-252-2/+4
* Revert r255853 pending fixes to build errors in usr.bin/kdumpGlen Barber2013-09-252-4/+2
* Update the CAM API for FreeBSD 10:Scott Long2013-09-242-2/+4
* Avoid potential redefinition of the macro.Jung-uk Kim2013-08-154-5/+5
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-84/+15
* Remove comments about creating DMA tags as children of the DMA tags of theirJuli Mallett2012-03-121-1/+0
* Convert a number of drivers to obtaining their parent DMA tag from theirScott Long2012-03-121-1/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Add descriptor sense support to CAM, and honor sense residuals properly inKenneth D. Merry2011-10-031-3/+10
* Get rid of #ident.Edward Tomasz Napierala2010-01-081-1/+0
* Remove unused iir_watchdog().Edward Tomasz Napierala2010-01-081-35/+0
* Include <sys/sysctl.h>, to get the declarations of ostype andMarcel Moolenaar2009-12-021-2/+1
* Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp2009-09-081-1/+0
* Add necessary include.Poul-Henning Kamp2009-09-081-0/+1
* Remove unused VM includes.John Baldwin2009-06-032-7/+0
* We no longer need to use d_thread_t, migrate to struct thread *.Warner Losh2009-05-201-3/+3
* Compare the correct variable against NULL.Christian Brueffer2009-05-141-1/+1
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-5/+5
* Fix a buffer overflow in the processing of various SCSI commands. This likelyScott Long2008-01-091-26/+42
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-173-2/+3
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-1/+2
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob2006-12-111-0/+2
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-21/+0
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-5/+35
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-162-2/+0
* Big update to the iir driver:Scott Long2006-03-013-170/+169
* 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