From owner-freebsd-current@FreeBSD.ORG Sun Jun 4 00:56:41 2006 Return-Path: X-Original-To: current@FreeBSD.ORG Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B319116A4DE for ; Sun, 4 Jun 2006 00:56:41 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 918DD43D5D for ; Sun, 4 Jun 2006 00:56:35 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k540uTxe030006; Sat, 3 Jun 2006 18:56:34 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <44823080.9030709@samsco.org> Date: Sat, 03 Jun 2006 18:59:44 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug White References: <447AB34C.4030509@sippysoft.com> <447B5A43.4000707@samsco.org> <447B69EA.20502@sippysoft.com> <20060603174637.M40001@carver.gumbysoft.com> In-Reply-To: <20060603174637.M40001@carver.gumbysoft.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: "current@freebsd.org" , Maxim Sobolev Subject: Re: Importing iSCSI target from NetBSD 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: Sun, 04 Jun 2006 00:56:42 -0000 Doug White wrote: > On Mon, 29 May 2006, Maxim Sobolev wrote: > >> Scott, >> >> It seems that you aren't aware that Intel/NetBSD implementation is >> completely userland one and it uses any block device/file as backing >> store (no interaction with CAM). Therefore, it won't interfere with >> whatever work you and others do in the CAM area. > > > For the record, this driver _is_ in-kernel and does attach to CAM, if > you want a comparison point: > > ftp://ftp.cs.huji.ac.il/users/danny/freebsd/iscsi-16.tar.bz2 > > I've compiled a prior version of this and it appears to work, but > haven't run any sort of test with it. > > I've wanted to play with iSCSI targets on FreeBSD but have lacked the > requisite test equipment. One of these days I'll get the hour or two I > need to put together a test rig. > Last I knew, this driver was just an initiator. If he's added target support, that's great. Scott