summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
...
* Do various fixes to support firmware loading for the 2322mjacob2006-07-035-142/+280
* allow this to compile cleanly under RELENG_4mjacob2006-06-031-0/+3
* Don't set CAM_DEV_QFRZN when we get an ABORT_TASK. Justmjacob2006-05-301-1/+1
* Add missing case for RQSTYPE_CTIO3- neede for 64 bit target mode.mjacob2006-05-221-0/+1
* Remove bzero/bcopy vestigesmjacob2006-05-221-21/+87
* Remove bzero/bcopy vestiges.mjacob2006-05-221-7/+12
* remove bzero/bcopy vestigesmjacob2006-05-221-3/+3
* add TGT_ANY definemjacob2006-05-221-0/+1
* Fix longstanding bug where exec throttle is 16 bits- not 8.mjacob2006-05-221-1/+1
* Move a define depending on __FreeBSD_versoin to after where itmjacob2006-05-161-8/+8
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Redo some code based upon issues found by Coverity.mjacob2006-04-214-20/+16
* Some more gratuitous format and name changes.mjacob2006-04-2110-555/+851
* micro fix from justinmjacob2006-03-031-3/+3
* propagate role of device for ISP_GET_PDBINFOmjacob2006-02-261-0/+1
* a) clean up some declaration stuff (i.e., make more modern with respectmjacob2006-02-1514-1133/+1140
* Actually, no, I had it wrong in 1.109. The arguments to bus_dma_create_tagmjacob2006-02-042-14/+4
* i386/PAE defines bus_size_t to be 32-bits when it likely should be 64-bits.scottl2006-02-041-2/+5
* - Don't shift the clock frequency in MHz left by 8 before assigning itmarius2006-02-031-11/+7
* Remove use of inlines and use the functions as a library.mjacob2006-02-026-301/+312
* Make sure we don't pick up a loopid that's larger than ourmjacob2006-02-021-3/+12
* Hackamatic: turn off target mode on Sparc64 with KLD_MODULE- this triggersmjacob2006-01-271-0/+7
* oopsmjacob2006-01-261-0/+3
* Put in at least an attempt to ID the 2422 (4Gb part)mjacob2006-01-261-0/+14
* First of several commits as this driver is dusted off and maybe broughtmjacob2006-01-2313-416/+1016
* 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
OpenPOWER on IntegriCloud