From owner-freebsd-hackers@FreeBSD.ORG Sun Feb 12 09:36:35 2006 Return-Path: X-Original-To: freebsd-hackers@FreeBSD.ORG Delivered-To: freebsd-hackers@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26C6816A420; Sun, 12 Feb 2006 09:36:35 +0000 (GMT) (envelope-from sos@deepcore.dk) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8440343D49; Sun, 12 Feb 2006 09:36:34 +0000 (GMT) (envelope-from sos@deepcore.dk) Received: from [194.192.25.142] (spider.deepcore.dk [194.192.25.142]) by spider.deepcore.dk (8.13.4/8.13.4) with ESMTP id k1C9aKNv081358; Sun, 12 Feb 2006 10:36:21 +0100 (CET) (envelope-from sos@deepcore.dk) Message-ID: <43EF0194.3020605@deepcore.dk> Date: Sun, 12 Feb 2006 10:36:20 +0100 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Thunderbird 1.5 (X11/20060130) MIME-Version: 1.0 To: Norikatsu Shigemura References: <20060212125113.0a91eb28.nork@FreeBSD.org> In-Reply-To: <20060212125113.0a91eb28.nork@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-mail-scanned: by DeepCore Virus & Spam killer v1.16 Cc: Chiharu Shibata , freebsd-hackers@FreeBSD.ORG, re@FreeBSD.ORG, core@FreeBSD.ORG, sos@FreeBSD.ORG Subject: Re: kern/60163 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2006 09:36:35 -0000 Norikatsu Shigemura wrote: > I heard from Chiharu Shibata about kern/60163. > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/60163 > (He knew that this pr was closed, recently) > > I cannot believe sos's close reason. > > ********************************************************** > The most significant problem is "Cannot mount CD-EXTRA > multisession cd.". No related /dev/acdXtY. > ********************************************************** > > If there are no reason expect sos' close reason, the patch > should be committed. How about this? Uhm, why the fuzz about this now, this PR was closed on Mon Sep 6 11:40:13 GMT 2004 according to logs. However on the patch involved: setting the blocksize for the /dev/acd0 device depending on blocksize of any track is just as wrong as setting it to the size of the first track, it just fails in different ways. So the right way to do this on multitrack media, is to mount any track as /dev/acdNtY which will set the blocksize correctly for that track. Thats why the PR was closed as stated in the PR logs... So, if we should rehash this again I'll need more details on what it is that fails exactly doing what, CD layouts etc etc... -Søren