aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* Clean up stupidity in the isp_handle_other_response function- indexesMatt Jacob1999-11-211-119/+169
* Add storage/access for a default WWN. A miscellaneous tweak or two.Matt Jacob1999-11-211-3/+3
* Add a isp_getrqentry inline function (that is, find the next availableMatt Jacob1999-11-211-0/+24
* Fix some includes for when we (eventually) get target mode working again.Matt Jacob1999-11-211-53/+76
* Put *back* the f/w, this time with a BSD style licence as approvedMatt Jacob1999-11-211-6/+25220
* Fix dmasetup functions to have 16 bit queue indices. Get the chip revisionMatt Jacob1999-11-211-28/+40
* Remove calls to alpha_register_pci_scsi(). After Mike's recent bootAndrew Gallatin1999-11-051-6/+0
* correct moronic typoMatt Jacob1999-11-011-2/+2
* Organize things to cope with the (possible) lack of downloadableMatt Jacob1999-10-301-11/+27
* Remove firmware from tree until a better copyright from Qlogic is forthcoming.Matt Jacob1999-10-301-24949/+7
* Use pointer to f/w in md structure as to whether f/w exists or not.Matt Jacob1999-10-301-14/+7
* I was misinformed. I cannot get away from specifying tags for FC. Some devicesMatt Jacob1999-10-281-2/+8
* nuke a debug printout I thought I had already nukedMatt Jacob1999-10-261-2/+0
* remember to initialize mailbox 2 for FC isp bus resetsMatt Jacob1999-10-221-1/+1
* Add in inclusion of machine/md_var.h (so alpha_scsi_bus_register or whatMatt Jacob1999-10-171-22/+59
* Remove some target mode stuff. It will get re-introduced in a differentMatt Jacob1999-10-171-815/+166
* Add in isp_debug variable. It defaults to zero unless CAMDEBUG is definedMatt Jacob1999-10-171-26/+15
* Roll platform major && minor (major now tracks FreeBSD major release).Matt Jacob1999-10-171-94/+18
* Roll core version number. Do some stylistic changes. Ensure thatMatt Jacob1999-10-171-112/+49
* add in an INT_PENDING macroMatt Jacob1999-10-171-1/+2
* Remove target mode definitions (they'll come back later inMatt Jacob1999-10-171-376/+0
* Add a file where inline functions for the Qlogic isp cards can go. This reducesMatt Jacob1999-10-171-0/+220
* roll 10[24]0 and 1080/12X0 f/wMatt Jacob1999-10-171-3703/+4322
* Until we actually support SBus, there's no reason to keep the f/w in the tree.Matt Jacob1999-10-151-4274/+0
* remove unnecessary includesMatt Jacob1999-10-111-3/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-289-9/+9
* Cast pointers to uintptr_t instead of casting them to u_long, and/or viceBruce Evans1999-08-241-2/+2
* Clarify and cleanup some CAM queueing breakages.Matt Jacob1999-08-161-175/+174
* add in SIMQFRZ_TIMED && CMD_RQLATER definesMatt Jacob1999-08-161-2/+3
* add in new ICB structure variant (for 2200)Matt Jacob1999-08-161-13/+23
* Clarify lun limits for FC && SCSI.Matt Jacob1999-08-161-3/+16
* More code cleanup. Go back to using FULL_LOGIN Fibre Chan if f/w is less thanMatt Jacob1999-08-161-91/+157
* Set some correct return values. Prefer I/O map all the time unless configuredMatt Jacob1999-08-161-13/+20
* Properly set the alignment argument to bus_dma_tag_create(). If weJustin T. Gibbs1999-08-161-2/+2
* add in (controlled by option) 2200 Expanded Lun F/WMatt Jacob1999-07-061-4/+3818
* add in a boot environment isp_disable flagMatt Jacob1999-07-061-1/+11
* Wow- too much breakage..wait until you compile it, buckwheat...Matt Jacob1999-07-051-2/+2
* Oops- got sense of ifdef wrongMatt Jacob1999-07-051-2/+2
* add 2200 f/w; fix botched defineMatt Jacob1999-07-056-13/+3786
* add ISP_DISABLE_2200_SUPPORT defines; Add reference to 2200 F/WMatt Jacob1999-07-051-8/+14
* Well, don't try and probe 65535 luns- things just don't really work wellMatt Jacob1999-07-031-1/+6
* Remove pre-CAM code. Add in getenv_int calls for variables isp_mem_map,Matt Jacob1999-07-021-325/+235
* Remove all pre-CAM code. Fix breakage for SCCLUN when it is in factMatt Jacob1999-07-021-423/+76
* Merge defunct isp_freebsd_cam.h into this file. Do some appropriateMatt Jacob1999-07-021-80/+124
* Roll revision levels. Add support for the Qlogic 2200 (warn aboutMatt Jacob1999-07-021-130/+707
* Roll revision levels. Move DEFAULT_LOOPID definition to platform files.Matt Jacob1999-07-021-40/+63
* Add in SNS and Fabric login/logout commands. Clean up ICBOPT defines.Matt Jacob1999-07-021-20/+51
* This file is now obsolete.Matt Jacob1999-07-021-183/+0
* roll firmware for FCMatt Jacob1999-07-021-11258/+11257
* (corrections for type change in softc)Matt Jacob1999-06-241-3/+3