From owner-freebsd-current@FreeBSD.ORG Sun Sep 25 12:44:49 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 1D4B5106566C; Sun, 25 Sep 2011 12:44:49 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id C01898FC08; Sun, 25 Sep 2011 12:44:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; q=dns/txt; s=DKIM-NAME-SERVICES; d=a1poweruser.com; h=From:To:Cc:Subject:Message-ID:X-Sender:X-Envelope-From; l=500; bh=qaPGyP4hmrCHStbZbhK+6Cm8UtqIv3q8bNhVQtO+BWM=; b=G3OCc8ZB752n+xuCuMXIM6QXwpqpZVAIvE0/r79i3BSLcfM3tkeGuMDMJNts5+NsSTY2T0axPC8qPQqu1XdrGYvyjRiPg+yocn8OsC3eorr76RaY6qI/wuNtwTeCF0IW9Ah+b7UnXHf1L7tNUsPW9HYXEfeu+j41ssVI4/AOXVo= Received: from [192.168.1.64] ([76.240.47.196]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 25 Sep 2011 05:44:49 -0700 Message-ID: <4E7F2240.7060208@a1poweruser.com> Date: Sun, 25 Sep 2011 08:44:48 -0400 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Jaakko Heinonen References: <201109241721.p8OHL00D062578@red.freebsd.org> <20110925100043.GB2062@a91-153-123-205.elisa-laajakaista.fi> In-Reply-To: <20110925100043.GB2062@a91-153-123-205.elisa-laajakaista.fi> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 25 Sep 2011 12:44:49.0157 (UTC) FILETIME=[E991AB50:01CC7B80] X-Sender: fbsd8@a1poweruser.com X-Envelope-From: fbsd8*a1poweruser.com Cc: freebsd-current@freebsd.org, bug-followup@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: Sun, 25 Sep 2011 12:44:49 -0000 Jaakko Heinonen wrote: > On 2011-09-24, Joe Barbish wrote: >> It seems that in 9.0 the cd/dvd/drive is now given a dev name of cd0 >> where in all previous releases it was acd0. >> Tried to use the system burncd command in 9.0 and got this error msg >> >> burncd: ioctl(CDRIOCGETBLOCKSIZE): Inappropriate ioctl for device >> >> Tested using "burncd -f acd0" and "burncd -f cd0". >> In both cases got the same error message. >> >> Looks to me like the burncd command needs to be fixed >> to work in 9.0. > > burncd(8) supports only acd(4) driver. In 9.0 the default is the new > CAM-based ATA stack which uses cd(4) (UPDATING entry 20110424). > > It's unlikely that a support for cd(4) will be added to burncd(8). > > I think this should be mentioned in release notes. > Fixing burncd should be a priority, this PR gets it into the "must fix queue" before the next round of beta or RC releases. Yes you have identified what is causing it to not work, but you have not followed through. The next step is to assign it to someone to work on it now. Thats the whole idea of the PR system and beta testing. If burncd is not going to work in 9.0 then it should be removed from the release all together. Has any research been done to identify other system commands or ports that changing the system default from acd0 to cd0 effects?