From owner-cvs-all Tue Jan 25 9:42:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EC0A414F75; Tue, 25 Jan 2000 09:42:28 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA77442; Tue, 25 Jan 2000 09:42:28 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Message-Id: <200001251742.JAA77442@freefall.freebsd.org> From: Matt Jacob Date: Tue, 25 Jan 2000 09:42:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_target.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 2000/01/25 09:42:28 PST Modified files: sys/cam/scsi scsi_target.c Log: Propagate sense data through from SIM (if there) and mark the CTIO that there's sense to send with status (if the SIM does it), and then clear any pending contingent allegiance state for this initiator if the SIM actually did send the sense data. Widen MAX_INITITATORS to 256- that's still not quite right, but will accomodate the widest Fibre Channel support in FreeBSD now. Obtained from:(partially) gibbs@freebsd.org Revision Changes Path 1.22 +89 -52 src/sys/cam/scsi/scsi_target.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message