summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_freebsd.c
Commit message (Expand)AuthorAgeFilesLines
* Add 2 Gigabit Fibre Channel support (2300 && 2312 cards). This requiredmjacob2001-08-311-64/+102
* Thanks to PHK for spotting: ISPASYNC_UNHANDLED_RESPONSE notmjacob2001-08-161-1/+2
* Redo how we manage SCSI device settings- have a 3rd flags (nvram) that recordsmjacob2001-07-301-52/+47
* Remove ISP_SMPLOCK stuff- we're just using locking now.mjacob2001-07-251-53/+40
* 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
* Spring MegaChange #1.mjacob2001-05-281-110/+376
* Redo a lot of the target mode infrastructure to be cognizant of Dual Busmjacob2001-04-041-188/+215
* Check CT2_SENDSTATUS/CT_SENDSTATUS against cto->ct_flags, notmjacob2001-03-211-6/+8
* Switch to using 16 bit handles instead of 32 bit handles.mjacob2001-03-021-18/+35
* 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-271-7/+4
* Do some cleanup based upon adapter role- mainly not enabling interruptsmjacob2001-02-111-35/+33
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* Guard against overflow of the calculated timeout value.mjacob2001-01-161-4/+9
* Do more cleanup of the usage of 0..125 for F-port topologies.mjacob2001-01-151-11/+29
* Follow the ISPASYNC_PDB_CHANGED -> ISPASYNC_LOGGED_INOUT change. Also,mjacob2001-01-091-2/+8
* Fix problems with incomplete conversions from printf to isp_prt.mjacob2000-12-311-5/+3
* Make sure we do locking if we call isp_intr.mjacob2000-12-291-1/+14
* Replace some more printfs with isp_prt's. Use isp_prt/ISP_LOGDEBUG0mjacob2000-12-051-31/+31
* More M_ZERO patches.dwmalone2000-12-031-2/+1
* remove "SERVICING_INTERRUPT" nonsensemjacob2000-10-171-2/+0
* some copyright cleanupsmjacob2000-09-211-3/+2
* various fixesmjacob2000-08-271-30/+64
* Add a comment as to where stdarg.h applies.mjacob2000-08-031-1/+1
* Use <machine/stdarg.h> instead of <stdarg.h> so that this will compile.jhb2000-08-031-1/+1
* Core version 2.0 rewrite. In this file we replace isp_tdebug withmjacob2000-08-011-118/+104
* Add a isp_target_putback_atio- we aren't using CCINCR at this time, somjacob2000-07-181-40/+169
* Oops! If we're deciding a command is now really dead, make *darned*mjacob2000-07-051-0/+9
* Add in config_hook for catching when interrupts are safe- this allowsmjacob2000-07-041-72/+91
* Add in the enabling of interrupts (to isp_attach). Clean up a bustedmjacob2000-06-271-34/+93
* Remove all ISP2100_SCCLUN define protected code and replace it withmjacob2000-06-181-23/+12
* Fix breakage to target mode support.mjacob2000-06-121-14/+25
* Add in a watchdog routine to catch cases where we've dropped the command.mjacob2000-05-091-2/+32
* Now that we fixed the isp_sendmarker botch, we can now do initial busmjacob2000-04-211-4/+1
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Don't do bus resets for ULTRA2 or later cards because what seems tomjacob2000-03-131-1/+4
* Prettier print of fabric devices being attached- say what kind ofmjacob2000-02-291-9/+59
* Clean up some target mode debug messages. Fix (finally, I believe)mjacob2000-02-151-14/+9
* a whale of a lot of target mode cleanupmjacob2000-01-151-42/+70
* Clean up some debug printing. Find the correct lun when SCCLUN ismjacob2000-01-041-25/+43
* Make a static chain of isp softcs- gdb usage becomes a lot easier.mjacob2000-01-031-17/+1079
* Clean up lun width determination based upon f/w revisionsmjacob1999-12-201-3/+6
* Add Dual LVD bus (1280) supportmjacob1999-12-161-2/+4
* Add in isp_debug variable. It defaults to zero unless CAMDEBUG is definedmjacob1999-10-171-26/+15
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Clarify and cleanup some CAM queueing breakages.mjacob1999-08-161-176/+175
* add 2200 f/w; fix botched definemjacob1999-07-051-2/+2
* Well, don't try and probe 65535 luns- things just don't really work wellmjacob1999-07-031-1/+6
OpenPOWER on IntegriCloud