aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* Redo some code based upon issues found by Coverity.Matt Jacob2006-04-214-20/+16
* Some more gratuitous format and name changes.Matt Jacob2006-04-2110-554/+850
* micro fix from justinMatt Jacob2006-03-031-3/+3
* propagate role of device for ISP_GET_PDBINFOMatt Jacob2006-02-261-0/+1
* a) clean up some declaration stuff (i.e., make more modern with respectMatt Jacob2006-02-1514-1132/+1139
* Actually, no, I had it wrong in 1.109. The arguments to bus_dma_create_tagMatt Jacob2006-02-042-14/+4
* i386/PAE defines bus_size_t to be 32-bits when it likely should be 64-bits.Scott Long2006-02-041-2/+5
* - Don't shift the clock frequency in MHz left by 8 before assigning itMarius Strobl2006-02-031-11/+7
* Remove use of inlines and use the functions as a library.Matt Jacob2006-02-026-301/+312
* Make sure we don't pick up a loopid that's larger than ourMatt Jacob2006-02-021-3/+12
* Hackamatic: turn off target mode on Sparc64 with KLD_MODULE- this triggersMatt Jacob2006-01-271-0/+7
* oopsMatt Jacob2006-01-261-0/+3
* Put in at least an attempt to ID the 2422 (4Gb part)Matt Jacob2006-01-261-0/+14
* First of several commits as this driver is dusted off and maybe broughtMatt Jacob2006-01-2313-415/+1015
* Use uintmax_t and %j to print bus dma segment members rather than castingJohn Baldwin2005-12-151-6/+7
* Fix -Wundef.Ruslan Ermilov2005-12-041-1/+1
* Add an ioctl framework for doing FC task management functions fromMatt Jacob2005-10-294-1/+73
* AT_MAKE_TAGID needs an instance as the 2nd arg- not just a 0.Matt Jacob2005-07-311-1/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-292-4/+0
* Fix some incorrectly swapped fields in an ICB.Matt Jacob2005-05-112-17/+37
* Refactor isp_prt declaration so that platformMatt Jacob2005-05-112-5/+9
* Prefer <sys/cdefs.h>'s __printflike() macro to the recently addedStefan Farfeleder2005-03-071-5/+1
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch2005-03-021-1/+4
* Provide a needed argument to AT_MAKE_TAGID.Scott Long2005-01-231-1/+1
* Add some macros for inserting tag ids.Matt Jacob2005-01-231-14/+52
* Macroize the making of tag ids.Matt Jacob2005-01-231-2/+2
* Roll minor number.Matt Jacob2005-01-231-1/+1
* Don't set ZIO for 23XX for target mode (use fast posting instead).Matt Jacob2005-01-231-7/+37
* Support the DELL OEM 2312 cards (1077,6312).Matt Jacob2005-01-231-1/+12
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-0611-11/+11
* PAE support changes that included at least some minimal actual testingMatt Jacob2004-09-232-18/+26
* Do the small amount of tweaking to support PAE for at least initiator mode.Matt Jacob2004-09-071-1/+137
* Until I can get a clearer architecture from PHK about why he wantsMatt Jacob2004-08-231-0/+2
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl2004-08-121-5/+6
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Add missing <sys/module.h> includes currently relying on nested includePoul-Henning Kamp2004-06-031-0/+1
* Store the target handles in a separate list from normal commands. Add aNate Lawson2004-05-246-15/+125
* Correct the boundary parameter to the bus_dma_tag_create() calls (it wasThomas Moestl2004-03-231-2/+2
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-172-7/+7
* 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
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* We aren't D_TAPE. We aren't anything. The reasons why this was ever setMatt Jacob2004-02-161-1/+0
* Remove condition variables and status associated with target modeMatt Jacob2004-02-081-246/+169
* Remove condition variables and status associated with target modeMatt Jacob2004-02-081-6/+2
* Checkpoint of work in progress in cleaning up target mode. It actuallyMatt Jacob2004-02-071-16/+92
* add a count for inotifies as well as atios.Matt Jacob2004-02-071-0/+1
* Reverse role defines for initiator and target mode to better match theMatt Jacob2004-02-071-4/+6
* Add case to handle ISPCTL_GET_PDB.Matt Jacob2004-02-071-0/+9