aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_freebsd.c
Commit message (Expand)AuthorAgeFilesLines
* Switch to using 16 bit handles instead of 32 bit handles.Matt Jacob2001-03-021-18/+35
* Finally eliminate as many of the printf calls as possible (still leavingMatt Jacob2001-03-011-30/+42
* Fix at2_entry_t to reflect what the firmware actually writes (insteadMatt Jacob2001-02-271-7/+4
* Do some cleanup based upon adapter role- mainly not enabling interruptsMatt Jacob2001-02-111-35/+33
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-2/+2
* Guard against overflow of the calculated timeout value.Matt Jacob2001-01-161-4/+9
* Do more cleanup of the usage of 0..125 for F-port topologies.Matt Jacob2001-01-151-11/+29
* Follow the ISPASYNC_PDB_CHANGED -> ISPASYNC_LOGGED_INOUT change. Also,Matt Jacob2001-01-091-2/+8
* Fix problems with incomplete conversions from printf to isp_prt.Matt Jacob2000-12-311-5/+3
* Make sure we do locking if we call isp_intr.Matt Jacob2000-12-291-1/+14
* Replace some more printfs with isp_prt's. Use isp_prt/ISP_LOGDEBUG0Matt Jacob2000-12-051-31/+31
* More M_ZERO patches.David Malone2000-12-031-2/+1
* remove "SERVICING_INTERRUPT" nonsenseMatt Jacob2000-10-171-2/+0
* some copyright cleanupsMatt Jacob2000-09-211-3/+2
* various fixesMatt Jacob2000-08-271-30/+64
* Add a comment as to where stdarg.h applies.Matt Jacob2000-08-031-1/+1
* Use <machine/stdarg.h> instead of <stdarg.h> so that this will compile.John Baldwin2000-08-031-1/+1
* Core version 2.0 rewrite. In this file we replace isp_tdebug withMatt Jacob2000-08-011-118/+104
* Add a isp_target_putback_atio- we aren't using CCINCR at this time, soMatt Jacob2000-07-181-40/+169
* Oops! If we're deciding a command is now really dead, make *darned*Matt Jacob2000-07-051-0/+9
* Add in config_hook for catching when interrupts are safe- this allowsMatt Jacob2000-07-041-72/+91
* Add in the enabling of interrupts (to isp_attach). Clean up a bustedMatt Jacob2000-06-271-34/+93
* Remove all ISP2100_SCCLUN define protected code and replace it withMatt Jacob2000-06-181-23/+12
* Fix breakage to target mode support.Matt Jacob2000-06-121-14/+25
* Add in a watchdog routine to catch cases where we've dropped the command.Matt Jacob2000-05-091-2/+32
* Now that we fixed the isp_sendmarker botch, we can now do initial busMatt Jacob2000-04-211-4/+1
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Don't do bus resets for ULTRA2 or later cards because what seems toMatt Jacob2000-03-131-1/+4
* 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