summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* Remove calls to alpha_register_pci_scsi(). After Mike's recent bootgallatin1999-11-051-6/+0
* correct moronic typomjacob1999-11-011-2/+2
* Organize things to cope with the (possible) lack of downloadablemjacob1999-10-301-11/+27
* Remove firmware from tree until a better copyright from Qlogic is forthcoming.mjacob1999-10-301-24949/+7
* Use pointer to f/w in md structure as to whether f/w exists or not.mjacob1999-10-301-14/+7
* I was misinformed. I cannot get away from specifying tags for FC. Some devicesmjacob1999-10-281-2/+8
* nuke a debug printout I thought I had already nukedmjacob1999-10-261-2/+0
* remember to initialize mailbox 2 for FC isp bus resetsmjacob1999-10-221-1/+1
* Add in inclusion of machine/md_var.h (so alpha_scsi_bus_register or whatmjacob1999-10-171-22/+59
* Remove some target mode stuff. It will get re-introduced in a differentmjacob1999-10-171-815/+166
* Add in isp_debug variable. It defaults to zero unless CAMDEBUG is definedmjacob1999-10-171-26/+15
* Roll platform major && minor (major now tracks FreeBSD major release).mjacob1999-10-171-94/+18
* Roll core version number. Do some stylistic changes. Ensure thatmjacob1999-10-171-112/+49
* add in an INT_PENDING macromjacob1999-10-171-1/+2
* Remove target mode definitions (they'll come back later inmjacob1999-10-171-376/+0
* Add a file where inline functions for the Qlogic isp cards can go. This reducesmjacob1999-10-171-0/+220
* roll 10[24]0 and 1080/12X0 f/wmjacob1999-10-171-3703/+4322
* Until we actually support SBus, there's no reason to keep the f/w in the tree.mjacob1999-10-151-4274/+0
* remove unnecessary includesmjacob1999-10-111-3/+0
* $Id$ -> $FreeBSD$peter1999-08-289-9/+9
* Cast pointers to uintptr_t instead of casting them to u_long, and/or vicebde1999-08-241-2/+2
* Clarify and cleanup some CAM queueing breakages.mjacob1999-08-161-176/+175
* add in SIMQFRZ_TIMED && CMD_RQLATER definesmjacob1999-08-161-2/+3
* add in new ICB structure variant (for 2200)mjacob1999-08-161-13/+23
* Clarify lun limits for FC && SCSI.mjacob1999-08-161-3/+16
* More code cleanup. Go back to using FULL_LOGIN Fibre Chan if f/w is less thanmjacob1999-08-161-91/+157
* Set some correct return values. Prefer I/O map all the time unless configuredmjacob1999-08-161-13/+20
* Properly set the alignment argument to bus_dma_tag_create(). If wegibbs1999-08-161-2/+2
* add in (controlled by option) 2200 Expanded Lun F/Wmjacob1999-07-061-4/+3818
* add in a boot environment isp_disable flagmjacob1999-07-061-1/+11
* Wow- too much breakage..wait until you compile it, buckwheat...mjacob1999-07-051-2/+2
* Oops- got sense of ifdef wrongmjacob1999-07-051-2/+2
* add 2200 f/w; fix botched definemjacob1999-07-056-13/+3786
* add ISP_DISABLE_2200_SUPPORT defines; Add reference to 2200 F/Wmjacob1999-07-051-8/+14
* Well, don't try and probe 65535 luns- things just don't really work wellmjacob1999-07-031-1/+6
* Remove pre-CAM code. Add in getenv_int calls for variables isp_mem_map,mjacob1999-07-021-325/+235
* Remove all pre-CAM code. Fix breakage for SCCLUN when it is in factmjacob1999-07-021-427/+80
* Merge defunct isp_freebsd_cam.h into this file. Do some appropriatemjacob1999-07-021-84/+128
* Roll revision levels. Add support for the Qlogic 2200 (warn aboutmjacob1999-07-021-130/+707
* Roll revision levels. Move DEFAULT_LOOPID definition to platform files.mjacob1999-07-021-40/+63
* Add in SNS and Fabric login/logout commands. Clean up ICBOPT defines.mjacob1999-07-021-20/+51
* This file is now obsolete.mjacob1999-07-021-183/+0
* roll firmware for FCmjacob1999-07-021-11258/+11257
* (corrections for type change in softc)mjacob1999-06-241-3/+3
* Bruce pointed out I was being silly with volatile.mjacob1999-06-241-5/+5
* When asked to get the current transfer settings go do a dev_refreshmjacob1999-05-121-12/+26
* be a bit more chatty about some speed negotiationsmjacob1999-05-121-2/+8
* A large set of changes to handle dual bus adapters.mjacob1999-05-111-50/+106
* Some massive thwunking in initialization to handle dual bus adapters. Moremjacob1999-05-111-312/+601
* Add in SCSI_QFULL definitions. Add in local storage for second SIM formjacob1999-05-111-2/+10
OpenPOWER on IntegriCloud