aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Roll platform minor.Matt Jacob2001-04-041-15/+11
* Complete some Ansification. Check to make sure, in tdma_mk, that we won'tMatt Jacob2001-04-041-17/+37
* Perform some more Ansification. Remove and then replace the isp_putback_atioMatt Jacob2001-04-041-84/+49
* Amazing. The bits to enable tagged queing in target mode, grok that aMatt Jacob2001-04-041-11/+29
* Add some target mode definitions and firmware (FC only) attribute definitions.Matt Jacob2001-04-041-0/+13
* Ansification of source.Matt Jacob2001-04-041-1/+1
* After loading f/w, for FC cards print out Firmware Attributes.Matt Jacob2001-04-041-51/+72
* Catch up to header include changes:John Baldwin2001-03-281-0/+1
* For parallel SCSI, let us now do status with the final CTIO. For the 1080,Matt Jacob2001-03-211-1/+4
* Check CT2_SENDSTATUS/CT_SENDSTATUS against cto->ct_flags, notMatt Jacob2001-03-211-6/+8
* Clean up usage- ct_reserved is really ct_syshandle now.Matt Jacob2001-03-141-13/+13
* First cut of target mode swizzling for non-little endian machines.Matt Jacob2001-03-141-116/+150
* Mote that how the pad bytes can be divided in half and used by eitherMatt Jacob2001-03-141-4/+8
* In order to save ourselves grief with the SUNPRO compiler underMatt Jacob2001-03-143-176/+80
* more 32 to 16 bit handle conversionsMatt Jacob2001-03-041-2/+2
* More 32 to 16 bit handle stuff. Roll core minor version.Matt Jacob2001-03-041-2/+2
* Remove a superfluous newline in a string (isp_prt adds this).Matt Jacob2001-03-041-2/+2
* Switch to using 16 bit handles instead of 32 bit handles.Matt Jacob2001-03-026-87/+150
* Fix isp_print_qentry to print all four lines- it's been broken for months.Matt Jacob2001-03-021-2/+3
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-011-2/+2
* Eliminate the use of the getenv_int stuff we'd been using (with a bitmapMatt Jacob2001-03-011-88/+110
* Go to a default port and default node wwn model. Eliminate isp_nameMatt Jacob2001-03-011-8/+8
* Finally eliminate as many of the printf calls as possible (still leavingMatt Jacob2001-03-011-30/+42