From owner-freebsd-current@FreeBSD.ORG Thu Aug 6 06:36:46 2009 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 C1FA61065676; Thu, 6 Aug 2009 06:36:46 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from mail-qy0-f191.google.com (mail-qy0-f191.google.com [209.85.221.191]) by mx1.freebsd.org (Postfix) with ESMTP id 53F248FC18; Thu, 6 Aug 2009 06:36:46 +0000 (UTC) Received: by qyk29 with SMTP id 29so630726qyk.3 for ; Wed, 05 Aug 2009 23:36:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=pRsyTG9dwmBsI6LJMctUBbg2Cmn2Hd6N4ngOnpkuNss=; b=L4PXbFMSSXwoCrBvdp6jnnb8GutdZAInBotHiv5RKvhytMPcfKXwMVsTOYi61b9maK Jx0XXpzoF6Z4SlZZWDcNKemwc76n+kGX2eCoQ0l1qm4AXBKOfbGr+dN587H+81vrxZn2 3Pan+A7v43hkOuwPm0tcUlBgYjvDIBMrTpwHs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=qAI3MBGWggqB7/hz4OLZI3Lh8WuwqGTJuQxf9vC0+gOI49Y1U+1LXd/PLssYRvM/ux j/38Rnx7vsscbAJWYIuU83f1JVhlv2zjetvUpDisMUEAsxkwLQhC7pljV18bgdZTxg9U 8KDJpqEC25ZSHM8aA3+B83T/CFApM5ZWSgDH8= MIME-Version: 1.0 Received: by 10.229.88.134 with SMTP id a6mr2852232qcm.89.1249540605700; Wed, 05 Aug 2009 23:36:45 -0700 (PDT) In-Reply-To: <4A4517BE.9040504@FreeBSD.org> References: <4A4517BE.9040504@FreeBSD.org> Date: Thu, 6 Aug 2009 01:36:45 -0500 Message-ID: <11167f520908052336x3fb98290tceb1e984fe9ad6aa@mail.gmail.com> From: "Sam Fourman Jr." To: Alexander Motin Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD-Current , scottl@freebsd.org Subject: Re: RFC: ATA to CAM integration patch 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: Thu, 06 Aug 2009 06:36:47 -0000 On Fri, Jun 26, 2009 at 1:47 PM, Alexander Motin wrote: > Hi. > > I would like to present for testing and feedback present state of my and > Scott work on extending CAM subsystem to support ATA in addition to > SCSI. At this moment we have Are these patches in FreeBSD BETA2 (src from today) I decided to try the iscsi client on FreeBSD 8 and I noticed that da0 will not attach, but the same setup works on PC-BSD computer aka FreeBSD 7.2 on the FreeBSD 8 i386 machine I get this message after iscsi: version 2.1.0 xpt_dev_async called <-- This is why I am asking if it has anything to do with these patches Sam Fourman Jr.