From owner-svn-src-all@FreeBSD.ORG Thu Dec 22 20:05:54 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C34C2106564A; Thu, 22 Dec 2011 20:05:54 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id CC5CB8FC12; Thu, 22 Dec 2011 20:05:53 +0000 (UTC) Received: by eaaf13 with SMTP id f13so11144383eaa.13 for ; Thu, 22 Dec 2011 12:05:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=PjA5dNfBguOArfbyySlW+EJiKdNjGptWAZdAwQRLi9g=; b=TLRvaVg86oRbHuuCKEyicI66A1KR20Zo+qzRgnV8A+tvpc4aBSHfIdamGcxK0AC7vd OjOjfW0U2GCltCD0Q5pEYqz0/5xzcSImys/diCFKwik94TpCDOCCkAhhmv2I0yLGVE0a i/1r/cwaqgWbTBN+jcRgdFiPEvZQXi4RYZgmg= Received: by 10.205.127.12 with SMTP id gy12mr3695767bkc.108.1324584352768; Thu, 22 Dec 2011 12:05:52 -0800 (PST) Received: from mavbook.mavhome.dp.ua (pc.mavhome.dp.ua. [212.86.226.226]) by mx.google.com with ESMTPS id a17sm20332655bkz.7.2011.12.22.12.05.51 (version=SSLv3 cipher=OTHER); Thu, 22 Dec 2011 12:05:52 -0800 (PST) Sender: Alexander Motin Message-ID: <4EF38D96.3040601@FreeBSD.org> Date: Thu, 22 Dec 2011 22:05:42 +0200 From: Alexander Motin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:8.0) Gecko/20111112 Thunderbird/8.0 MIME-Version: 1.0 To: Andriy Gapon References: <201112221640.pBMGeZod025237@svn.freebsd.org> <4EF375E5.2010809@FreeBSD.org> <4EF387F4.9050008@FreeBSD.org> <4EF3890B.6020408@FreeBSD.org> In-Reply-To: <4EF3890B.6020408@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r228808 - head/sys/cam/scsi X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2011 20:05:54 -0000 On 22.12.2011 21:46, Andriy Gapon wrote: > BTW, acd(4) ... not sure which tense I should use here ... used to create > individual devices for each track - e.g. acd0t1, acd0t2 - where each track could > have its own properties. Yes, I know. But that's a bigger blood, and I am not sure we need it. I am not sure that this approach is correct for data tracks, as up to my present understanding, later data tracks may address data on previous ones, so they can not reside on different devices. For audio tracks it could be more useful, but do you know applications using this? -- Alexander Motin