From owner-freebsd-scsi@FreeBSD.ORG Mon Mar 5 22:25:54 2012 Return-Path: <owner-freebsd-scsi@FreeBSD.ORG> Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 040B4106564A for <freebsd-scsi@freebsd.org>; Mon, 5 Mar 2012 22:25:54 +0000 (UTC) (envelope-from chuck@tuffli.net) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id B21B88FC0A for <freebsd-scsi@freebsd.org>; Mon, 5 Mar 2012 22:25:53 +0000 (UTC) Received: by ghrr20 with SMTP id r20so2227189ghr.13 for <freebsd-scsi@freebsd.org>; Mon, 05 Mar 2012 14:25:53 -0800 (PST) Received-SPF: pass (google.com: domain of chuck@tuffli.net designates 10.60.3.9 as permitted sender) client-ip=10.60.3.9; Authentication-Results: mr.google.com; spf=pass (google.com: domain of chuck@tuffli.net designates 10.60.3.9 as permitted sender) smtp.mail=chuck@tuffli.net Received: from mr.google.com ([10.60.3.9]) by 10.60.3.9 with SMTP id 9mr8237832oey.49.1330986352990 (num_hops = 1); Mon, 05 Mar 2012 14:25:52 -0800 (PST) MIME-Version: 1.0 Received: by 10.60.3.9 with SMTP id 9mr7268730oey.49.1330986352919; Mon, 05 Mar 2012 14:25:52 -0800 (PST) Received: by 10.60.67.226 with HTTP; Mon, 5 Mar 2012 14:25:52 -0800 (PST) Date: Mon, 5 Mar 2012 14:25:52 -0800 Message-ID: <CAM0tzX3_z_uXC1MPxSOCmg7ghE9RPAbA+EJVMvwRzP=Kh7KFjg@mail.gmail.com> From: Chuck Tuffli <chuck@tuffli.net> To: freebsd-scsi <freebsd-scsi@freebsd.org> Content-Type: multipart/mixed; boundary=e89a8f83ae2bc442c104ba866897 X-Gm-Message-State: ALoCoQnAWTQP97hcgOSDTV9/6gg8ZLBOcNOAQOe8Zn9fAoQLHNky6T7l3BDMD9BPPqrT/viUVyuV X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: [patch] CTL not setting CAM_DIR_NONE X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem <freebsd-scsi.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-scsi>, <mailto:freebsd-scsi-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-scsi> List-Post: <mailto:freebsd-scsi@freebsd.org> List-Help: <mailto:freebsd-scsi-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-scsi>, <mailto:freebsd-scsi-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 05 Mar 2012 22:25:54 -0000 --e89a8f83ae2bc442c104ba866897 Content-Type: text/plain; charset=ISO-8859-1 When the front end start (a.k.a. ctlfestart) sends back status without data, it should set CAM_DIR_NONE in the CTIO flags. ---chuck --e89a8f83ae2bc442c104ba866897--