summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* Hmm. Let's try this on for size...mjacob2001-07-111-5/+11
* Oops- missed a CAMLOCK_2_ISP case.mjacob2001-07-051-0/+1
* Things have become cinched down more tightly about assertions for Giant.mjacob2001-07-051-4/+22
* Add CAM_NEW_TRAN_CODE support. Use correct CAMLOCK_2_ISPLOCK macros.mjacob2001-07-041-31/+234
* Macroize request/response in/out queue pointer access.mjacob2001-07-041-1/+1
* Some possibly helpful casts.mjacob2001-07-041-3/+3
* Add a microcomment about how you'd use ispds64_t or ispdlist_tmjacob2001-07-041-0/+8
* Add a bunch of additional defines for completion codes. Definemjacob2001-07-041-16/+75
* Firmware crashes handled in platform specific code (isp_async call).mjacob2001-07-041-3/+5
* More 2300 support prep- the Request/Response in/out pointers aremjacob2001-07-041-36/+34
* Fix warnings:peter2001-06-151-1/+1
* We've had problems with data corruption occuring onmjacob2001-06-141-0/+21
* Fix botch for state levels. Role minor release. Start adding code for amjacob2001-06-053-10/+14
* Spring MegaChange #1.mjacob2001-05-289-255/+565
* Redo a lot of the target mode infrastructure to be cognizant of Dual Busmjacob2001-04-041-188/+215
* Roll platform minor.mjacob2001-04-041-15/+11
* Complete some Ansification. Check to make sure, in tdma_mk, that we won'tmjacob2001-04-041-17/+37
* Perform some more Ansification. Remove and then replace the isp_putback_atiomjacob2001-04-041-84/+49
* Amazing. The bits to enable tagged queing in target mode, grok that amjacob2001-04-041-11/+29
* Add some target mode definitions and firmware (FC only) attribute definitions.mjacob2001-04-041-0/+13
* Ansification of source.mjacob2001-04-041-1/+1
* After loading f/w, for FC cards print out Firmware Attributes.mjacob2001-04-041-51/+72
* Catch up to header include changes:jhb2001-03-281-0/+1
* For parallel SCSI, let us now do status with the final CTIO. For the 1080,mjacob2001-03-211-1/+4
* Check CT2_SENDSTATUS/CT_SENDSTATUS against cto->ct_flags, notmjacob2001-03-211-6/+8
* Clean up usage- ct_reserved is really ct_syshandle now.mjacob2001-03-141-13/+13
* First cut of target mode swizzling for non-little endian machines.mjacob2001-03-141-116/+150
* Mote that how the pad bytes can be divided in half and used by eithermjacob2001-03-141-4/+8
* In order to save ourselves grief with the SUNPRO compiler undermjacob2001-03-143-176/+80
* more 32 to 16 bit handle conversionsmjacob2001-03-041-2/+2
* More 32 to 16 bit handle stuff. Roll core minor version.mjacob2001-03-041-2/+2
* Remove a superfluous newline in a string (isp_prt adds this).mjacob2001-03-041-2/+2
* Switch to using 16 bit handles instead of 32 bit handles.mjacob2001-03-026-87/+150
* Fix isp_print_qentry to print all four lines- it's been broken for months.mjacob2001-03-021-2/+3
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-011-2/+2
* Eliminate the use of the getenv_int stuff we'd been using (with a bitmapmjacob2001-03-011-88/+110
* Go to a default port and default node wwn model. Eliminate isp_namemjacob2001-03-011-8/+8
* Finally eliminate as many of the printf calls as possible (still leavingmjacob2001-03-011-30/+42
* Fix at2_entry_t to reflect what the firmware actually writes (insteadmjacob2001-02-272-10/+6
* Fix a longstanding bug- we had the sense of what bit 14mjacob2001-02-233-12/+27
* Eliminate ISP2100_FABRIC- we always allow for fabric now. Add anmjacob2001-02-111-19/+86
* Add structure defining FC-AL position maps. The only tool that I know ofmjacob2001-02-111-0/+16
* Shuffle around how we do isp_disable management- make sure we return 0 somjacob2001-02-111-21/+25
* Add isp_fc_runstate function- this function's purpose is to, in stages,mjacob2001-02-111-0/+54
* Roll minor version. Remove ISP2100_FABRIC define (unneeded now).mjacob2001-02-111-2/+6
* Do some cleanup based upon adapter role- mainly not enabling interruptsmjacob2001-02-111-35/+33
* Minor stuff:mjacob2001-02-111-370/+593
* Change and clean the mutex lock interface.bmilekic2001-02-092-4/+4
* Fix typo: wierd -> weird.asmodai2001-02-061-1/+1
* Guard against overflow of the calculated timeout value.mjacob2001-01-161-4/+9
OpenPOWER on IntegriCloud