aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-1/+0
* Begin the process of moving info to sysctl stuff for FreeBSDMatt Jacob2006-09-262-1/+47
* Restore multi-version cleanliness.Matt Jacob2006-09-031-3/+11
* add a newbus method for obtaining the bus's bus_dma_tag_t... This isJohn-Mark Gurney2006-09-031-2/+3
* More ispfwfunc definitions funnies which break pre-7.0 builds.Matt Jacob2006-09-013-2/+4
* Add missing pre-7.0 firmware pointer. Oops.Matt Jacob2006-09-011-0/+3
* fix bug in 2322 receive sequencer f/w loadMatt Jacob2006-09-011-3/+3
* Fix RELENG_4 code version- isp_roles wasn't getting initialized soMatt Jacob2006-08-212-3/+6
* Fix 2KLOGIN code to specify *ibits* (not *obits*) so that theMatt Jacob2006-08-141-60/+77
* The register offset is within 4K, not 256 bytes, for some QLogic cards.Matt Jacob2006-08-141-1/+1
* The macro IS_23XX should not mistakenly include 24XX cards.Matt Jacob2006-08-141-1/+2
* Remove reference to PTI cards. They haven't been functioningMatt Jacob2006-08-051-15/+0
* Increase local reserved (high && low) storage in each commandMatt Jacob2006-08-041-1/+1
* Fix na_fcentry_t to not have a lun field. Fix indentation in handlyMatt Jacob2006-08-043-37/+57
* Initialize 2300 request/response pointers in isp_reset- not inMatt Jacob2006-08-041-7/+4
* Rename ioctl driven task management functions so theyMatt Jacob2006-08-042-6/+10
* Some rearrangement of headers to minimize diffs with outside ofMatt Jacob2006-07-166-64/+71
* Don't attach 2422's yet. It just confuses everyone.Matt Jacob2006-07-141-0/+2
* Add some missing braces.Matt Jacob2006-07-141-14/+30
* Put in some missing target mode for 2KLOGIN f/w spots.Matt Jacob2006-07-101-10/+24
* Clean up the ioctl to not process nonsense on SCSI isp cards.Matt Jacob2006-07-101-40/+44
* Convert isp(4) and ispfw(4) to use firmware(9) to manage firmwareMatt Jacob2006-07-094-8/+99
* What the heck - make the last (most recent) 2200 f/w also doMatt Jacob2006-07-031-2/+6
* Do various fixes to support firmware loading for the 2322Matt Jacob2006-07-035-142/+280
* allow this to compile cleanly under RELENG_4Matt Jacob2006-06-031-0/+3
* Don't set CAM_DEV_QFRZN when we get an ABORT_TASK. JustMatt Jacob2006-05-301-1/+1
* Add missing case for RQSTYPE_CTIO3- neede for 64 bit target mode.Matt Jacob2006-05-221-0/+1
* Remove bzero/bcopy vestigesMatt Jacob2006-05-221-21/+87
* Remove bzero/bcopy vestiges.Matt Jacob2006-05-221-7/+12
* remove bzero/bcopy vestigesMatt Jacob2006-05-221-3/+3
* add TGT_ANY defineMatt Jacob2006-05-221-0/+1
* Fix longstanding bug where exec throttle is 16 bits- not 8.Matt Jacob2006-05-221-1/+1
* Move a define depending on __FreeBSD_versoin to after where itMatt Jacob2006-05-161-8/+8
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* 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