From owner-freebsd-current@FreeBSD.ORG Tue Apr 22 10:33:05 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 CB0501065672 for ; Tue, 22 Apr 2008 10:33:05 +0000 (UTC) (envelope-from thomas@FreeBSD.ORG) Received: from melamine.cuivre.fr.eu.org (melusine.cuivre.fr.eu.org [82.225.155.84]) by mx1.freebsd.org (Postfix) with ESMTP id 7F9D48FC2A for ; Tue, 22 Apr 2008 10:33:05 +0000 (UTC) (envelope-from thomas@FreeBSD.ORG) Received: by melamine.cuivre.fr.eu.org (Postfix, from userid 1000) id C19B85C78A; Tue, 22 Apr 2008 12:33:03 +0200 (CEST) Date: Tue, 22 Apr 2008 12:33:03 +0200 From: Thomas Quinot To: Niclas Zeising Message-ID: <20080422103303.GD6260@melamine.cuivre.fr.eu.org> References: <83e5fb980804151609v84bbb21ne64ea1453b48c156@mail.gmail.com> <20080416112447.GA91286@melamine.cuivre.fr.eu.org> <83e5fb980804161620he6870a5hdb6d4d2ad95f2060@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-message-flag: WARNING! Using Outlook can damage your computer. User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Diego Depaoli , "freebsd-current@freebsd.org" 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: Tue, 22 Apr 2008 10:33:05 -0000 * Niclas Zeising, 2008-04-18 : > > panic: too many dma entries > > kdb_enter > > panic > > ata_ahci_dmasetprd > > bus_dmamap_load > > ata_dmaload > > ata_ahci_begin_transaction > > ata_start > > ata_completed This looks more like an ATA/DMA issue than ATAPI/CAM. Someone else mentioned on this thread that after updating on Apr 18, things were back to normal, can you try that? Thomas.