summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* Begin the process of moving info to sysctl stuff for FreeBSDmjacob2006-09-262-1/+47
* Restore multi-version cleanliness.mjacob2006-09-031-3/+11
* add a newbus method for obtaining the bus's bus_dma_tag_t... This isjmg2006-09-031-2/+3
* More ispfwfunc definitions funnies which break pre-7.0 builds.mjacob2006-09-013-2/+4
* Add missing pre-7.0 firmware pointer. Oops.mjacob2006-09-011-0/+3
* fix bug in 2322 receive sequencer f/w loadmjacob2006-09-011-3/+3
* Fix RELENG_4 code version- isp_roles wasn't getting initialized somjacob2006-08-212-3/+6
* Fix 2KLOGIN code to specify *ibits* (not *obits*) so that themjacob2006-08-141-60/+77
* The register offset is within 4K, not 256 bytes, for some QLogic cards.mjacob2006-08-141-1/+1
* The macro IS_23XX should not mistakenly include 24XX cards.mjacob2006-08-141-1/+2
* 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
OpenPOWER on IntegriCloud