From owner-freebsd-current@FreeBSD.ORG Thu Dec 29 06:41:51 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 4AD55106564A for ; Thu, 29 Dec 2011 06:41:51 +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 05A478FC08 for ; Thu, 29 Dec 2011 06:41:50 +0000 (UTC) Received: by obbwd18 with SMTP id wd18so13696899obb.13 for ; Wed, 28 Dec 2011 22:41:50 -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; bh=6gJpZ5e2cbd9/1+iv/B3uA9sVHBb5IMUUEgjKTwtfvE=; b=rwS/o0C6SKIL7MHGqCGHipN2hM869fj800DmqTs7xklLZD7qoKKJeq3R6mqRL0+lYh 9lMb7cYwnIWhkjLWAK+awQhkO9sImvyxXGyfFI7p3Gj2tKoguVSOXMnDPqbXe7RmGk/k GQjdHi9dgwUuY5yE5g9xAp8bxU51tGXX1b4jY= MIME-Version: 1.0 Received: by 10.182.1.67 with SMTP id 3mr30785799obk.31.1325140910562; Wed, 28 Dec 2011 22:41:50 -0800 (PST) Received: by 10.182.152.6 with HTTP; Wed, 28 Dec 2011 22:41:50 -0800 (PST) In-Reply-To: <4EFC0127.6030301@FreeBSD.org> References: <4EFC0127.6030301@FreeBSD.org> Date: Wed, 28 Dec 2011 22:41:50 -0800 Message-ID: From: Garrett Cooper To: "Joseph S. Atkinson" Content-Type: text/plain; charset=ISO-8859-1 Cc: 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 06:41:51 -0000 On Wed, Dec 28, 2011 at 9:56 PM, Joseph S. Atkinson wrote: > 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 exclusively > 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 will > find show stopping problems using their disc drives. 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.