From owner-freebsd-current@FreeBSD.ORG Thu Dec 29 18:18:37 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 BB6DE1065670; Thu, 29 Dec 2011 18:18:37 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 771868FC14; Thu, 29 Dec 2011 18:18:37 +0000 (UTC) Received: by obbwd18 with SMTP id wd18so14559660obb.13 for ; Thu, 29 Dec 2011 10:18:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=JKXGOhmoaAm/2W8bEYxFp6W902BZ+ey4kHvJPagxYGU=; b=QLbAYpN0KyoG9bduizeXmcIfi32v57aJfTvaFoI0nvtrXrbaX0NSMp6g1alvVloFhE pmJDb6M6czuMlzUEpJ/CrIvYWsL91WH6oLa6fZzdnq0u45aHc0o+4F/hXoJJL2MvQX++ uofWbOgJfKIANkHhKAgRU+DqQ2E/BHk6hRV7I= MIME-Version: 1.0 Received: by 10.182.187.37 with SMTP id fp5mr7100276obc.21.1325182716762; Thu, 29 Dec 2011 10:18:36 -0800 (PST) Received: by 10.182.152.6 with HTTP; Thu, 29 Dec 2011 10:18:36 -0800 (PST) In-Reply-To: <4EFC5487.3080709@orange.fr> References: <4EFC0127.6030301@FreeBSD.org> <4EFC5487.3080709@orange.fr> Date: Thu, 29 Dec 2011 10:18:36 -0800 Message-ID: From: Garrett Cooper To: Claude Buisson Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: "Joseph S. Atkinson" , freebsd-current@freebsd.org Subject: Re: CD Access in 9.x and -CURRENT 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: Thu, 29 Dec 2011 18:18:37 -0000 On Thu, Dec 29, 2011 at 3:52 AM, Claude Buisson wrote= : > On 12/29/2011 07:41, Garrett Cooper wrote: >> >> On Wed, Dec 28, 2011 at 9:56 PM, Joseph S. Atkinson >> =A0wrote: >>> >>> I am the maintainer of VLC, I have an outstanding PR (ports/162190) on >>> the >>> issue of cdda:// access. >>> >>> I can confirm this issues, but don't know enough about driver access to >>> fix >>> this myself. Doug Barton reports that cdcontrol(1) doesn't work for him= , >>> and >>> mplayer and audactiy also display issues running as non-root. >>> >>> Under 9.0-RC3 r228843, I get these errors on boot with no disc present = in >>> /dev/cd0 at all. >>> >>> (pass1:ahcich2:0:0:0): ATA_IDENTIFY. ACB: ec 00 00 00 00 40 00 00 00 00 >>> 01 >>> 00 >>> (pass1:ahcich2:0:0:0): CAM status: ATA Status Error >>> (pass1:ahcich2:0:0:0): ATA status: 51 (DRDY SERV ERR), error: 04 (ABRT = ) >>> (pass1:ahcich2:0:0:0): RES: 51 04 01 14 eb 40 00 00 00 01 00 >>> >>> These ports are fairly popular, but the problems may not lie exclusivel= y >>> with their assumptions about FreeBSD. I am running 10.0 on another >>> machine >>> specifically to test changes under src/sys/cam. >>> >>> I am worried that with the actual 9.0-RELEASE on the horizon, users wil= l >>> find show stopping problems using their disc drives. >> >> >> =A0 =A0 Try having users merge r228808 and r228847. If that works, then = I >> would press re@ produce another RC that fixes this. >> Thanks, >> -Garrett >> >> PS This is coming from a user that was annoyed by this gap with the >> ATA_CAM code. > > > As the submitter of ports/162190, I would firstly ask: > > Is the problem corrected by r228808 and r228847 in 10.0-CURRENT ? > > If not merging to 9.0 is useless. > > If yes I could test. That's why I suggested testing the patches :). Cheers, -Garrett