From owner-freebsd-current@FreeBSD.ORG Mon Sep 26 22:39:03 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 CCBE31065752 for ; Mon, 26 Sep 2011 22:39:03 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from noop.in-addr.com (mail.in-addr.com [IPv6:2001:470:8:162::1]) by mx1.freebsd.org (Postfix) with ESMTP id A05A98FC0A for ; Mon, 26 Sep 2011 22:39:03 +0000 (UTC) Received: from gjp by noop.in-addr.com with local (Exim 4.76 (FreeBSD)) (envelope-from ) id 1R8JpG-000Eel-QZ; Mon, 26 Sep 2011 18:39:02 -0400 Date: Mon, 26 Sep 2011 18:39:02 -0400 From: Gary Palmer To: Craig Rodrigues Message-ID: <20110926223902.GE57708@in-addr.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: gpalmer@freebsd.org X-SA-Exim-Scanned: No (on noop.in-addr.com); SAEximRunCond expanded to false Cc: 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:39:03 -0000 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 > at scbus2 target 0 lun 0 (pass0,ada0) > at scbus3 target 0 lun 0 (pass1,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? Gary