From owner-freebsd-current@FreeBSD.ORG Mon Sep 26 22:51:00 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76BCB1065673; Mon, 26 Sep 2011 22:51:00 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1FD488FC17; Mon, 26 Sep 2011 22:50:59 +0000 (UTC) Received: by qyk4 with SMTP id 4so7403700qyk.13 for ; Mon, 26 Sep 2011 15:50:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=cxDfYNvpj0Q5wu4b18HSXnKQEhaveDE6wa5xHf21+4c=; b=Xcvb5VrecRfZbkEUZkDhDbNUqVhJPx1JNeSrvMee+0KI6PeQuWKhH8om5CaTtFY45+ kq2trn4PLYfgWL5Q+MWQGAyePhInyXXsOsEWusfZ5gO/qOl8eAdyHyX6TDB8259IFd7X av8VtvwDU65ELJAle7sbKpOKl3HSXugLvXK9k= MIME-Version: 1.0 Received: by 10.224.215.133 with SMTP id he5mr5380802qab.224.1317077459348; Mon, 26 Sep 2011 15:50:59 -0700 (PDT) Received: by 10.224.74.82 with HTTP; Mon, 26 Sep 2011 15:50:59 -0700 (PDT) In-Reply-To: <20110926223902.GE57708@in-addr.com> References: <20110926223902.GE57708@in-addr.com> Date: Mon, 26 Sep 2011 15:50:59 -0700 Message-ID: From: Garrett Cooper To: Gary Palmer Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Craig Rodrigues , freebsd-current@freebsd.org Subject: Re: FreeBSD 9.0-BETA 2, camcontrol readcap, no passthrough device found X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2011 22:51:00 -0000 On Mon, Sep 26, 2011 at 3:39 PM, Gary Palmer wrote: > On Mon, Sep 26, 2011 at 03:14:29PM -0700, Craig Rodrigues wrote: >> Hi, >> >> I am running this version: 9.0-BETA2 FreeBSD 9.0-BETA2 #23 r225745: >> Fri Sep 23 19:45:09 PDT 2011 >> >> I found this behavior: >> % camcontrol devlist >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 at scbus2 target 0 lu= n 0 (pass0,ada0) >> =A0 =A0 =A0 =A0 at scbus3 target 0 lun 0 (pas= s1,cd0) >> >> % camcontrol readcap 0:0:0 >> camcontrol: cam_open_btl: no passthrough device found at 0:0:0 >> % camcontrol readcap 0:0 >> camcontrol: cam_open_btl: no passthrough device found at 0:0:0 > > Surely the device ID in bus/target/LUN format should be 2:0:0 for the > Seagate hard disk? It doesn't work for me either using the correct target -- probably a bug in the driver. Thanks, -Garrett