From owner-freebsd-current@FreeBSD.ORG Fri Sep 19 16:32:35 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9508116A4B3 for ; Fri, 19 Sep 2003 16:32:35 -0700 (PDT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCD1F43FB1 for ; Fri, 19 Sep 2003 16:32:34 -0700 (PDT) (envelope-from bleez@comcast.net) Received: from gravy.homeunix.net ([68.81.196.221]) by comcast.net (rwcrmhc13) with ESMTP id <2003091923323401500h5dpce>; Fri, 19 Sep 2003 23:32:34 +0000 Received: from gravy.homeunix.net (gravy.homeunix.net [192.168.1.2]) by gravy.homeunix.net (8.12.9/8.12.9) with ESMTP id h8JNWVA7000464; Fri, 19 Sep 2003 19:32:32 -0400 (EDT) (envelope-from bleez@comcast.net) Date: Fri, 19 Sep 2003 19:32:31 -0400 (EDT) From: Bryan Liesner To: Marius Strobl In-Reply-To: <20030919182152.A98528@newtrinity.zeist.de> Message-ID: <20030919193140.J463@gravy.homeunix.net> References: <20030918134850.GA22643@student.agh.edu.pl> <20030918155125.GC22643@student.agh.edu.pl> <20030919182152.A98528@newtrinity.zeist.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org cc: Soren Schmidt cc: w@dream.vg Subject: Re: ATAng still problematic X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 19 Sep 2003 23:32:35 -0000 On Fri, 19 Sep 2003, Marius Strobl wrote: > On Thu, Sep 18, 2003 at 05:51:25PM +0200, Jan Srzednicki wrote: > > > > Anyway, here's backtrace for atapicam panic I've mentioned. It's > > triggered by: > > > > cdrecord dev=1,1,0 /some/track > > > > This panic isn't ATAPICAM related. Could you try the patch below? It's > against the cdrtools-devel port but should also work with the cdrtools > port. > I applied your patch, and cdrecord works! Thanks.