From owner-freebsd-current@FreeBSD.ORG Tue Jun 1 08:44:23 2004 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 2427716A4CE; Tue, 1 Jun 2004 08:44:23 -0700 (PDT) Received: from mail.sandvine.com (sandvine.com [199.243.201.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64D9D43D3F; Tue, 1 Jun 2004 08:44:22 -0700 (PDT) (envelope-from don@sandvine.com) Received: by mail.sandvine.com with Internet Mail Service (5.5.2657.72) id ; Tue, 1 Jun 2004 11:44:18 -0400 Message-ID: From: Don Bowman To: 'Scott Long' , Don Bowman Date: Tue, 1 Jun 2004 11:44:17 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" cc: "'current@freebsd.org'" Subject: RE: hang with raid, postgresql 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: Tue, 01 Jun 2004 15:44:23 -0000 From: Scott Long [mailto:scottl@freebsd.org] ... > Please try the latest aac driver sources. On line 705 of aac.c, i hit this panic, and cannot boot: panic("aac_startio: unexpected error %d from " "busdma\n", error); --don