aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_freebsd.c
Commit message (Expand)AuthorAgeFilesLines
* MFC (1.79-1.80, all as sensible):Matt Jacob2002-07-291-152/+295
* MFC: new way of getting stuff from fabric name servers; slight cleanup ofMatt Jacob2002-04-161-53/+51
* MFC: Separation of 2300/2312 support. Enabling of RIO for FC && LVD cards.Matt Jacob2002-02-221-1/+76
* MFC: Major restructuring for swizzling to the request queue and unswizzling fromMatt Jacob2001-12-141-20/+22
* MFC: various things, mostly the most recent 2300 support.Matt Jacob2001-10-081-186/+258
* MFC 1.69- handle ISPASYNC_UNHANDLED_RESPONSE.Matt Jacob2001-08-161-1/+2
* MFC:Matt Jacob2001-07-301-86/+65
* Not Quite MFC (-current has ithreads):Matt Jacob2001-07-081-7/+18
* Massive MFC- probably breaking lots of rules to do this, but limitedMatt Jacob2001-07-041-329/+593
* MFC: Remove usage of isp->isp_name/isp->isp_unit (use isp->isp_dev). RemoveMatt Jacob2001-03-041-55/+81
* MFC: cleanup of adapter role, 'fixing' of target mode.Matt Jacob2001-02-121-35/+33
* MFC: fix for overflowing 32 bit timeout tick values (on high HZ alphas).Matt Jacob2001-01-171-22/+49
* MFC: Replace some more printfs with isp_prt's. Use isp_prt/ISP_LOGDEBUG0Matt Jacob2000-12-051-33/+32
* MFC the major rewrite of this driver (core version 2.0). MFC supportMatt Jacob2000-09-211-151/+170
* MFC (rev 1.42)- lots of target mode changes.Matt Jacob2000-07-181-40/+169
* MFC:Matt Jacob2000-07-051-0/+12
* MFC (1.35, 1.36, 1.37, 1.38, 1.39, 1.40): (yes, these should be a betterMatt Jacob2000-07-041-139/+215
* MFC: add a watchdog timeout routineMatt Jacob2000-05-091-2/+31
* Prettier print of fabric devices being attached- say what kind ofMatt Jacob2000-02-291-9/+59
* Clean up some target mode debug messages. Fix (finally, I believe)Matt Jacob2000-02-151-14/+9
* a whale of a lot of target mode cleanupMatt Jacob2000-01-151-42/+70
* Clean up some debug printing. Find the correct lun when SCCLUN isMatt Jacob2000-01-041-25/+43
* Make a static chain of isp softcs- gdb usage becomes a lot easier.Matt Jacob2000-01-031-17/+1079
* Clean up lun width determination based upon f/w revisionsMatt Jacob1999-12-201-3/+6
* Add Dual LVD bus (1280) supportMatt Jacob1999-12-161-2/+4
* Add in isp_debug variable. It defaults to zero unless CAMDEBUG is definedMatt Jacob1999-10-171-26/+15
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Clarify and cleanup some CAM queueing breakages.Matt Jacob1999-08-161-175/+174
* add 2200 f/w; fix botched defineMatt Jacob1999-07-051-2/+2
* Well, don't try and probe 65535 luns- things just don't really work wellMatt Jacob1999-07-031-1/+6
* Remove all pre-CAM code. Fix breakage for SCCLUN when it is in factMatt Jacob1999-07-021-423/+76
* When asked to get the current transfer settings go do a dev_refreshMatt Jacob1999-05-121-12/+26
* A large set of changes to handle dual bus adapters.Matt Jacob1999-05-111-50/+106
* Add a number of interrelated CAM feature enhancements and bug fixes.Kenneth D. Merry1999-05-061-10/+9
* oops on this lastMatt Jacob1999-04-041-3/+2
* F/W revisions now a tuple (not a duple). Fix pre-CAM code.Matt Jacob1999-04-041-19/+57
* Add in 1080 LVD support and some basis also for the 1240. The port databaseMatt Jacob1999-03-251-77/+99
* A wad of changes- prepping for 1080/1240 support (which caused a massiveMatt Jacob1999-03-171-40/+211
* Allow fibre channel 'bus resets' to go through. Handle Loop Down/Loop UpMatt Jacob1999-02-091-13/+43
* Implement and use Fast Posting for both parallel && fibre. Redo a bit ofMatt Jacob1999-01-301-5/+113
* clarify headers;move uninit to outer layer;remove watchdogMatt Jacob1998-12-281-32/+96
* make a real "done" func; clarify some LUN widthsMatt Jacob1998-12-051-8/+51
* -Wunused cleanup.Justin T. Gibbs1998-10-151-1/+1
* (requested by gibbs) Remove the SCSI_CAM option (and rework the isp driverMatt Jacob1998-09-181-1/+2
* Remove commented out and no longer pertinent EAGAIN message. Redo CMD_COMPLETEMatt Jacob1998-09-171-11/+6
* Fix the (unported) resource shortage case- I'd done a xpt_freeze_simqMatt Jacob1998-09-161-3/+9
* alpha port fixes from Doug.Matt Jacob1998-09-161-2/+2
* Update QLogic ISP support for CAM. Add preliminary target mode support.Justin T. Gibbs1998-09-151-12/+550
* minphys means something different in FreeBSD than in NetBSD- not needed here ...Matt Jacob1998-07-251-2/+1
* Add support for the Qlogic ISP SCSI && FC/AL AdaptersMatt Jacob1998-04-221-0/+125