From owner-cvs-all Fri Dec 3 15:23: 7 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 B029A152A2; Fri, 3 Dec 1999 15:23:05 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA22527; Fri, 3 Dec 1999 15:22:01 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Message-Id: <199912032322.PAA22527@freefall.freebsd.org> From: Matt Jacob Date: Fri, 3 Dec 1999 15:22:01 -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/12/03 15:22:01 PST Modified files: (Branch: RELENG_3) sys/cam/scsi scsi_sa.c Log: MFC (hastily because of 3.4 closure): Add some shorthand timeout defines. Add a QFROZEN_RELEASE macro. Stop a potential race condition in saopen. Various other things like test reads at mount time to determine type of media inserted, clearing up some missing xpt_release_ccb things, clearing up a bit of saerror so we can see errors printed before it's swallowed by cam_periph_error. Fix some compression code issues. Revision Changes Path 1.16.2.11 +308 -202 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