aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
...
* Check the return from registering FC4 types with the fabric nameMatt Jacob2007-01-051-11/+24
* Restore revision 1.126 that got accidentally nuked.Matt Jacob2006-12-181-0/+6
* Add back some CAM_NEW_TRAN code to make backporting to RELENG_6 easier.Matt Jacob2006-12-181-2/+144
* Try an experiment with using DMA to load firmware into a 2200- VERIFYMatt Jacob2006-12-173-25/+39
* Implement ISP_RESET0 for PCI and SBUS attachments- isp_reset hasMatt Jacob2006-12-163-8/+39
* Remove dependency on ispfw and firmware as modules.Matt Jacob2006-12-102-7/+2
* clarify a comment slightlyMatt Jacob2006-12-091-1/+1
* Find another spot where tagged command queueing gotMatt Jacob2006-12-091-2/+7
* Make ISPCTL_PLOGX find a handle to log into the management serverMatt Jacob2006-12-053-75/+88
* Add a chip timeout to ENABLE/MODIFY/DISABLE lun calls.Matt Jacob2006-12-051-0/+1
* Fix XPT_GET_TRANSPORT_SETTINGS to zero validity and flags-Matt Jacob2006-12-031-13/+24
* Make the SAN login/logout stuff more common between different chipsetsMatt Jacob2006-11-186-75/+175
* Disable code to set max read byte count on the 2400.Matt Jacob2006-11-171-0/+6
* Increase the timeout for some SAN commands.Matt Jacob2006-11-163-11/+43
* minor change to reduce some diff noiseMatt Jacob2006-11-162-2/+3
* Push things closer to path failover by implementing loop down andMatt Jacob2006-11-148-494/+939
* Add 4Gb (24XX) support and lay the foundation for a lot of new stuff.Matt Jacob2006-11-0214-3315/+7570
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-138/+0
* 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