aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iir
Commit message (Expand)AuthorAgeFilesLines
* iir: RemoveWarner Losh2021-11-254-3440/+0
* Deprecation notice for iirWarner Losh2020-04-181-0/+1
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-5/+7
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-274-0/+8
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-4/+4
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-1/+1
* Make sure we check for CAM_CDB_POINTER for all drivers. Also, for theWarner Losh2016-03-151-3/+3
* Remove MAXBSIZE use from drivers where it has nothing to do.Alexander Motin2015-03-222-2/+3
* Prevent overflow issues in timeout processingSteven Hartland2014-11-211-3/+3
* Lock iir(4) and mark it MPSAFE.John Baldwin2014-11-134-373/+253
* 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