freebsd-skq/sys/dev/isp
Matt Jacob e9a2738ad1 Complete some Ansification. Check to make sure, in tdma_mk, that we won't
overflow the request queue. The reason we want to do this is that we
now push out completed CTIOs as we complete them- this gets the QLogic
working on them quicker. So we need to know whether we can put the entire
burrito out before we start.

We now support conjoint status with data for the last CTIO for both Fibre
Channel and SCSI. Leave the old code in place in case we need to go back
(minor 3 line ifdef).

Ultra-ultra important- *don't* set rq->req_seg_count for non-data
target mode requests in isp_pci_dmasetup. D'oh- this is actually
the tag value area for a CTIO. What *was* I thinking? Boy howdy
does both aic7xxx and sym get awfully unhappy when on reconnect
you give them a constant '1' for a tag value.
2001-04-04 21:53:59 +00:00
..
isp_freebsd.c Check CT2_SENDSTATUS/CT_SENDSTATUS against cto->ct_flags, not 2001-03-21 00:46:44 +00:00
isp_freebsd.h Catch up to header include changes: 2001-03-28 09:17:56 +00:00
isp_inline.h In order to save ourselves grief with the SUNPRO compiler under 2001-03-14 04:11:56 +00:00
isp_pci.c Complete some Ansification. Check to make sure, in tdma_mk, that we won't 2001-04-04 21:53:59 +00:00
isp_target.c Perform some more Ansification. Remove and then replace the isp_putback_atio 2001-04-04 21:49:51 +00:00
isp_target.h Amazing. The bits to enable tagged queing in target mode, grok that a 2001-04-04 21:46:48 +00:00
isp_tpublic.h Ansification of source. 2001-04-04 21:43:43 +00:00
isp.c After loading f/w, for FC cards print out Firmware Attributes. 2001-04-04 21:42:59 +00:00
ispmbox.h Add some target mode definitions and firmware (FC only) attribute definitions. 2001-04-04 21:44:10 +00:00
ispreg.h Put in offset definitions for FPM and FBM registers, plus just enough 2001-01-15 18:37:14 +00:00
ispvar.h In order to save ourselves grief with the SUNPRO compiler under 2001-03-14 04:11:56 +00:00