summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* Remove reference to PTI cards. They haven't been functioningmjacob2006-08-051-15/+0
* Increase local reserved (high && low) storage in each commandmjacob2006-08-041-1/+1
* Fix na_fcentry_t to not have a lun field. Fix indentation in handlymjacob2006-08-043-37/+57
* Initialize 2300 request/response pointers in isp_reset- not inmjacob2006-08-041-7/+4
* Rename ioctl driven task management functions so theymjacob2006-08-042-6/+10
* Some rearrangement of headers to minimize diffs with outside ofmjacob2006-07-166-64/+71
* Don't attach 2422's yet. It just confuses everyone.mjacob2006-07-141-0/+2
* Add some missing braces.mjacob2006-07-141-14/+30
* Put in some missing target mode for 2KLOGIN f/w spots.mjacob2006-07-101-10/+24
* Clean up the ioctl to not process nonsense on SCSI isp cards.mjacob2006-07-101-40/+44
* Convert isp(4) and ispfw(4) to use firmware(9) to manage firmwaremjacob2006-07-094-8/+99
* What the heck - make the last (most recent) 2200 f/w also domjacob2006-07-031-2/+6
* 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
OpenPOWER on IntegriCloud