From owner-freebsd-current@FreeBSD.ORG Fri Apr 18 08:20:29 2008 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 39B70106566C for ; Fri, 18 Apr 2008 08:20:29 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.233]) by mx1.freebsd.org (Postfix) with ESMTP id EFE828FC1A for ; Fri, 18 Apr 2008 08:20:28 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so286418rvf.43 for ; Fri, 18 Apr 2008 01:20:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=NQL0FF0Nt62/QXlZWZlIO8QnBSmMmRZN27ylPrdAFtw=; b=pG9nkTdWnt3RG+uuXGaXju0pHuwmMgYQIO0F7Qg6cgY/Z8uJAyQuf86djPu7VDxbAlh5+4mP4SuRNf06zDZ28lG8KbvXzvZwQIa5ti5o5D7l/v2lBrW9koXpMFwDNvF2LI4k3k8aYvi98uTsErXuh1K/uiU0Hv9bbVYg4tbL3ow= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DGRxe2qDXxQvp4/V5lgUhucNr8X0ubIrECy4mTUUSin9Liq98eDivsapB1BJ6tjvI/fS1/RJu7sg/e1/Zc9I5et591YtWuOOBvVztO9y2e0egcBLlvvCJzU9wUxbgzaJITJDupy/Uy1uAjPOzMxHpKb7wePx1H2chzOk9fcuYUM= Received: by 10.140.251.1 with SMTP id y1mr1348413rvh.102.1208505383967; Fri, 18 Apr 2008 00:56:23 -0700 (PDT) Received: by 10.140.208.13 with HTTP; Fri, 18 Apr 2008 00:56:23 -0700 (PDT) Message-ID: Date: Fri, 18 Apr 2008 09:56:23 +0200 From: "Niclas Zeising" To: "Diego Depaoli" In-Reply-To: <83e5fb980804161620he6870a5hdb6d4d2ad95f2060@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <83e5fb980804151609v84bbb21ne64ea1453b48c156@mail.gmail.com> <20080416112447.GA91286@melamine.cuivre.fr.eu.org> <83e5fb980804161620he6870a5hdb6d4d2ad95f2060@mail.gmail.com> Cc: "freebsd-current@freebsd.org" , Thomas Quinot Subject: Re: problems with atapicam/atapicd on 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: Fri, 18 Apr 2008 08:20:29 -0000 On Thu, Apr 17, 2008 at 1:20 AM, Diego Depaoli wrote: > 2008/4/16, Thomas Quinot : > > > * Diego Depaoli, 2008-04-16 : > > > > > > > Panic loading atapicam at boot, halt k-loading it and, very weird > > > issue, pressing dvd's eject button (obviously without atapicam). > > > > > > Can you provide a backtrace of the panic? > Unfortunately no, and I cannot figure out (magic mismatch on last dump > header on /dev/ad4s4b ??? how can I fix that?), but I took some hand > note. > > Loading atapicam I get > Panic [...] > Stopped at bus_dmamap_load 0xd5 > Movl PTMap(,%eax,4),%edx > > Without loading atapicam trying startx or sade I get > > panic: too many dma entries > kdb_enter > panic > ata_ahci_dmasetprd > bus_dmamap_load > ata_dmaload > ata_ahci_begin_transaction > ata_start > ata_completed > g_io_schedule > g_up_procbody > fork_exit > fork_trampoline > > During boot and fsck I get some lors. > > Sorry for the approximate debug, I hope this helps anyway. > > Regards > > -- > Diego Depaoli > Just a "me too", so you (and I) know I'm not alone. I haven't tested the absolute latest ata code though. I get it during an installworld, which is a bit unfortunate. The whole transcribtion (hand made) is somewhere in cvs-src archives. It's probably exactly the same backtrace. I know this doesn't help much, but still... And also, have you tried the latest code, does it work? Regards! //Niclas