From owner-cvs-all Tue Oct 13 15:02:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA06179 for cvs-all-outgoing; Tue, 13 Oct 1998 15:02:57 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06143; Tue, 13 Oct 1998 15:02:41 -0700 (PDT) (envelope-from ken@FreeBSD.org) From: Kenneth Merry Received: (from ken@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA28103; Tue, 13 Oct 1998 15:02:39 -0700 (PDT) Date: Tue, 13 Oct 1998 15:02:39 -0700 (PDT) Message-Id: <199810132202.PAA28103@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/camcontrol camcontrol.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1998/10/13 15:02:38 PDT Modified files: sbin/camcontrol camcontrol.c Log: When we send a stop unit command to a device, send it as an ordered tag so that any transactions in front of the stop command get flushed to disk first. This will have no effect on devices that have tagged queueing turned off, or don't support tagged queueing. Reviewed by: gibbs Revision Changes Path 1.5 +9 -2 src/sbin/camcontrol/camcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message