From owner-freebsd-current@FreeBSD.ORG Tue Sep 27 01:14:13 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 D2E5510656AD; Tue, 27 Sep 2011 01:14:13 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id F18EE8FC23; Tue, 27 Sep 2011 01:14:12 +0000 (UTC) Received: by vws11 with SMTP id 11so7959170vws.13 for ; Mon, 26 Sep 2011 18:14:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=cYUyxSHvq/AfW0Oq84ELzTj0S4/Pe8TPKdGAho0x1x8=; b=MqE/uSF3luHj60eGKACaHw6cabma+WHLGgAfg1ld6UzRof3PeqlZOWeNVv6SnYl+8T pmgPVY+4/aabU6d/7h9OhGb1jnbeLh9M3Ywl0gXhxDVm8Vo7F3aYwzcnmhRAKHP2uKfJ iafL5Q+0auizbCg8ehc+m/Up/MznZreLUVJ1Y= Received: by 10.52.68.7 with SMTP id r7mr6474980vdt.404.1317086052383; Mon, 26 Sep 2011 18:14:12 -0700 (PDT) Received: from schism.local (c-76-124-49-145.hsd1.pa.comcast.net. [76.124.49.145]) by mx.google.com with ESMTPS id ch14sm18903016vdb.9.2011.09.26.18.14.10 (version=SSLv3 cipher=OTHER); Mon, 26 Sep 2011 18:14:10 -0700 (PDT) Message-ID: <4E812361.6000809@gmail.com> Date: Mon, 26 Sep 2011 21:14:09 -0400 From: Glen Barber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: Fbsd8 References: <201109262324.p8QNO0NN070853@freefall.freebsd.org> <4E811FF7.7010607@a1poweruser.com> In-Reply-To: <4E811FF7.7010607@a1poweruser.com> X-Enigmail-Version: 1.3.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-bugs@FreeBSD.org, freebsd-current@freebsd.org, eadler@FreeBSD.org Subject: Re: bin/160979: 9.0 burncd error caused by change to cd0 from acd0 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: Tue, 27 Sep 2011 01:14:13 -0000 On 9/26/11 8:59 PM, Fbsd8 wrote: > eadler@FreeBSD.org wrote: >> Synopsis: 9.0 burncd error caused by change to cd0 from acd0 >> State-Changed-Why: requires only a release notes entry; use cdrecord >> instead of burncd >> > The alternative is to fix burncd or backout the acd0 to cd0 change from > 9.0 which may be the most desired solution because its obvious that no > one researched the impact this change may have. /dev/cd0 is available through the atapicam(4) kernel module. Documenting this is not sufficient? -- Glen Barber