From owner-cvs-all Sun Feb 28 17: 8: 5 1999 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 F366C15324; Sun, 28 Feb 1999 17:08:03 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA51944; Sun, 28 Feb 1999 17:07:48 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Message-Id: <199903010107.RAA51944@freefall.freebsd.org> From: Matt Jacob Date: Sun, 28 Feb 1999 17:07:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_sa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/02/28 17:07:48 PST Modified files: sys/cam/scsi scsi_sa.c Log: +Match against T4000* for HP QIC quirks (not T4000S* where it doesn't then catch a T4000s) + Set *some* kind of error at EOM if we're in fixed mode and have pending errs. Do not clear the ERR_PENDING bit if more buffers are queued. + Release the start_ccb in this case also, else we hang forever on rewinding. + Any kind of error for load to BOT in samount should then cause an attempt to use REWIND to come back to BOT. Do the initial load command quietly. + In samount, if we succeed, set the relative position markers. Revision Changes Path 1.20 +28 -14 src/sys/cam/scsi/scsi_sa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message