summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* Use uintmax_t and %j to print bus dma segment members rather than castingjhb2005-12-151-6/+7
* Fix -Wundef.ru2005-12-041-1/+1
* Add an ioctl framework for doing FC task management functions frommjacob2005-10-294-1/+73
* AT_MAKE_TAGID needs an instance as the 2nd arg- not just a 0.mjacob2005-07-311-1/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-292-4/+0
* Fix some incorrectly swapped fields in an ICB.mjacob2005-05-112-17/+37
* Refactor isp_prt declaration so that platformmjacob2005-05-112-5/+9
* Prefer <sys/cdefs.h>'s __printflike() macro to the recently addedstefanf2005-03-071-5/+1
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-021-1/+4
* Provide a needed argument to AT_MAKE_TAGID.scottl2005-01-231-1/+1
* Add some macros for inserting tag ids.mjacob2005-01-231-14/+52
* Macroize the making of tag ids.mjacob2005-01-231-2/+2
* Roll minor number.mjacob2005-01-231-1/+1
* Don't set ZIO for 23XX for target mode (use fast posting instead).mjacob2005-01-231-7/+37
* Support the DELL OEM 2312 cards (1077,6312).mjacob2005-01-231-1/+12
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-0611-11/+11
* PAE support changes that included at least some minimal actual testingmjacob2004-09-232-18/+26
* Do the small amount of tweaking to support PAE for at least initiator mode.mjacob2004-09-071-1/+137
* Until I can get a clearer architecture from PHK about why he wantsmjacob2004-08-231-0/+2
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-121-5/+6
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Add missing <sys/module.h> includes currently relying on nested includephk2004-06-031-0/+1
* Store the target handles in a separate list from normal commands. Add anjl2004-05-246-15/+125
* Correct the boundary parameter to the bus_dma_tag_create() calls (it wastmm2004-03-231-2/+2
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-172-7/+7
* 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
* Device megapatch 1/6:phk2004-02-211-2/+0
* We aren't D_TAPE. We aren't anything. The reasons why this was ever setmjacob2004-02-161-1/+0
* Remove condition variables and status associated with target modemjacob2004-02-081-246/+169
* Remove condition variables and status associated with target modemjacob2004-02-081-6/+2
* Checkpoint of work in progress in cleaning up target mode. It actuallymjacob2004-02-071-16/+92
* add a count for inotifies as well as atios.mjacob2004-02-071-0/+1
* Reverse role defines for initiator and target mode to better match themjacob2004-02-071-4/+6
* Add case to handle ISPCTL_GET_PDB.mjacob2004-02-071-0/+9
* If we're defined to have a default role for target mode, make itmjacob2004-02-071-5/+4
* Change role defines so that they better match class 3 service parameters.mjacob2004-02-071-3/+4
* Fix a bug where we never managed to include the sense data we wanted to send.mjacob2004-01-291-2/+2
* Fix longstanding buglet- for centrally handled CTIO2s we were checking the wrongmjacob2004-01-291-2/+3
* If we have ISP_ROLE_INITIATOR set, make sure that we clear ICBOPT_INI_DISABLEmjacob2004-01-231-0/+6
* add MAKE_WWN_FROM_NODE_NAME macromjacob2004-01-231-0/+10
* Add firmware major, minor and micro revsions to the ISP_FC_GETHINFO ioctlmjacob2004-01-232-0/+7
* fix broken _IOR usagemjacob2003-11-141-1/+1
* Turn off ISP_SMPLOCK- not to be turned on again.mjacob2003-10-211-1/+1
* The present defaults for the open and close for device drivers whichphk2003-09-271-2/+0
* Add a module dependancy. Now CAM will autoload when you load this.markm2003-09-151-0/+1
* NetBSD'er with time on their hands (dma->DMA)mjacob2003-09-131-1/+1
* Bland synchronization of common source with no effect on FreeBSD whatsomever.mjacob2003-09-131-66/+132
* Some ridiculous target mode botches- like having the wrong definitionsmjacob2003-09-132-32/+34
OpenPOWER on IntegriCloud