aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* Explicitly decode GetAllNext SNS Response back *as*Matt Jacob2001-12-112-4/+59
* Major restructuring for swizzling to the request queue and unswizzling fromMatt Jacob2001-12-119-578/+1499
* Tra-La, another QLogic f/w funny- this time with the 2300.Matt Jacob2001-10-231-8/+25
* Protect against deranged fabric nameservers that spit out 10000 identicalMatt Jacob2001-10-181-3/+16
* Add some somewhat vague documentation for this driver and a listMatt Jacob2001-10-072-0/+938
* Some patches from Doug for ia64 support- the principle one being theMatt Jacob2001-10-072-2/+6
* Misunderstanding documentation caused me to try and set 1Gbps/2Gps/AutoMatt Jacob2001-10-062-14/+21
* Whups- remember to zero the isr pointer arg.Matt Jacob2001-10-061-1/+3
* Respect QLogic's errata- read BIU_ISR even on the 2300Matt Jacob2001-10-061-0/+2
* Begin to implement target mode that for Fibre Channel has a privateMatt Jacob2001-10-012-29/+68
* Implement a call to get the actual link data rate (if 23XX) so we canMatt Jacob2001-10-013-39/+69
* When calling isp_reset, set the request/response in/out pointers all atMatt Jacob2001-09-291-9/+13
* KSE Milestone 2Julian Elischer2001-09-121-1/+1
* I don't know what I was thinking- if I have two separate busses on onMatt Jacob2001-09-041-174/+136
* Note for ATIOs returned because of BDRs or Bus Resets for which bus thisMatt Jacob2001-09-041-20/+34
* If we're on an interrupt stack, mark things so that we don't tryMatt Jacob2001-09-041-10/+11
* I don't know what I was thinking- if I have two separate busses on onMatt Jacob2001-09-041-4/+6
* Fix SET_IID_VAL/SET_BUS_VAL macros to usable.Matt Jacob2001-09-041-2/+2
* Because we now store SCCLUN capabilities in firmware attributes, getMatt Jacob2001-09-031-16/+19
* Clarify issues about whether we have SCCLUN (65535 luns) or non-SCCLUN (16Matt Jacob2001-09-031-31/+62
* Add some more firmware revision macros. Add firmware attributes fieldMatt Jacob2001-09-031-1/+7
* Add 2 Gigabit Fibre Channel support (2300 && 2312 cards). This requiredMatt Jacob2001-08-317-294/+599
* Clean up some ways in which we set defaults for SCSI cardsMatt Jacob2001-08-201-136/+172
* Add MBOX_GET_PCI_PARAMS alias.Matt Jacob2001-08-201-0/+1
* oops- typo in a previous commitMatt Jacob2001-08-161-1/+1
* Fix a spelling error in a comment.Matt Jacob2001-08-161-1/+1
* Add more MBOX and ASYNC event defines.Matt Jacob2001-08-161-0/+4
* Thanks to PHK for spotting: ISPASYNC_UNHANDLED_RESPONSE notMatt Jacob2001-08-161-1/+2
* Enable LIP F8, LIP Reset async events.Matt Jacob2001-08-161-4/+45
* Oops- don't set 'goal' twice when you mean to set 'nvrm' as well.Matt Jacob2001-08-021-1/+1
* Redo how we manage SCSI device settings- have a 3rd flags (nvram) that recordsMatt Jacob2001-07-301-52/+47
* Redo how we manage SCSI device settings- have a 3rd flags (nvram) that recordsMatt Jacob2001-07-301-9/+13
* Redo how we manage SCSI device settings- have a 3rd flags (nvram) that recordsMatt Jacob2001-07-301-157/+143
* Remove ISP_SMPLOCK stuff- we're just using locking now.Matt Jacob2001-07-251-53/+40
* Roll minor version. Remove ISP_SMPLOCK nonsense. We're using full locking,Matt Jacob2001-07-251-19/+2
* Hmm. Let's try this on for size...Matt Jacob2001-07-111-5/+11
* Oops- missed a CAMLOCK_2_ISP case.Matt Jacob2001-07-051-0/+1
* Things have become cinched down more tightly about assertions for Giant.Matt Jacob2001-07-051-4/+22
* Add CAM_NEW_TRAN_CODE support. Use correct CAMLOCK_2_ISPLOCK macros.Matt Jacob2001-07-041-31/+234
* Macroize request/response in/out queue pointer access.Matt Jacob2001-07-041-1/+1
* Some possibly helpful casts.Matt Jacob2001-07-041-3/+3
* Add a microcomment about how you'd use ispds64_t or ispdlist_tMatt Jacob2001-07-041-0/+8
* Add a bunch of additional defines for completion codes. DefineMatt Jacob2001-07-041-16/+75
* Firmware crashes handled in platform specific code (isp_async call).Matt Jacob2001-07-041-3/+5
* More 2300 support prep- the Request/Response in/out pointers areMatt Jacob2001-07-041-36/+34
* Fix warnings:Peter Wemm2001-06-151-1/+1
* We've had problems with data corruption occuring onMatt Jacob2001-06-141-0/+21
* Fix botch for state levels. Role minor release. Start adding code for aMatt Jacob2001-06-053-10/+14
* Spring MegaChange #1.Matt Jacob2001-05-289-255/+565
* Redo a lot of the target mode infrastructure to be cognizant of Dual BusMatt Jacob2001-04-041-188/+215