From owner-freebsd-arch@FreeBSD.ORG Fri Oct 11 12:37:06 2013 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 146A4441; Fri, 11 Oct 2013 12:37:06 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: from mail-oa0-x22d.google.com (mail-oa0-x22d.google.com [IPv6:2607:f8b0:4003:c02::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 94581221E; Fri, 11 Oct 2013 12:37:05 +0000 (UTC) Received: by mail-oa0-f45.google.com with SMTP id o17so2367014oag.32 for ; Fri, 11 Oct 2013 05:37:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=qRAJ5+Fweq5riYSRWT0qVTvhYUPEfYkCMziahkj9NlM=; b=YR40qGcOOht/xw6ImDaWTWq+6ytzcmhRIfdAca+CNUnsZSay8h4Y6evpADYOLtloYx 6hPF+PhFOj5RRVF5hwOozEEUKfaWhPRyA+wcIG+0Qs43LOI7wXgMh5X4jZ6Be6bfL5HZ EHclXyDvUuMLb2DaCmsyg+UOdHud4+RpntYppoPYmfsrbU9UpO/78Mt3GtTiLP+PsJoF +xZ6z1k9e4ShYmr5axM/8Sw7BBVrAKCMQiP3niJU6/BW/awixNNmUPbinn6ZCaRkOkRN gjW/mzxgEwQeNY/8mCjoxcu8P3MQepiCt7GTmdXgSgECFU0MV7baLUg1TrREO6UK5dhv RB7w== MIME-Version: 1.0 X-Received: by 10.60.63.9 with SMTP id c9mr14133184oes.35.1381495024552; Fri, 11 Oct 2013 05:37:04 -0700 (PDT) Received: by 10.76.13.228 with HTTP; Fri, 11 Oct 2013 05:37:04 -0700 (PDT) In-Reply-To: References: <522A1C73.9030402@mu.org> Date: Fri, 11 Oct 2013 08:37:04 -0400 Message-ID: Subject: Re: New iSCSI stack. From: Outback Dingo To: =?ISO-8859-2?Q?Edward_Tomasz_Napiera=B3a?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-scsi@freebsd.org, "freebsd-arch@freebsd.org" , Alfred Perlstein , "freebsd-current@FreeBSD.org" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 12:37:06 -0000 On Wed, Sep 11, 2013 at 5:14 PM, Edward Tomasz Napiera=C5=82a wrote: > I'm working on last few minor nits to get this into the tree. Give me fe= w > days, > I'll prepare a patch against 9-STABLE. > > Quick question, is there a specific reason why ctld doesnt create the file / device for iscsi, or fc ? the previous iscsi would read the config file and create the file / device ... it now appears to be a manual process.