From owner-freebsd-current@FreeBSD.ORG Thu Dec 23 14:50:01 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 5BF3E16A4CE; Thu, 23 Dec 2004 14:50:01 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id D929E43D2F; Thu, 23 Dec 2004 14:50:00 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iBNErb4l089030; Thu, 23 Dec 2004 07:53:37 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41CADACC.9050607@freebsd.org> Date: Thu, 23 Dec 2004 07:48:44 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Simon L. Nielsen" References: <20041223123621.GB17515@eddie.nitro.dk> In-Reply-To: <20041223123621.GB17515@eddie.nitro.dk> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.3 required=3.8 tests=UPPERCASE_25_50 autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: freebsd-current@freebsd.org Subject: Re: aac(4) broken on Perc 4/Di on -CURRENT 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: Thu, 23 Dec 2004 14:50:01 -0000 Simon L. Nielsen wrote: > Hello > > Recent -CURRENT seems to have broken aac(4) on a Dell Perc 4/Di. The > system is a Dell PowerEdge 2650 with 4 36GB IBM disks in a RAID0+1 > configuration. > > It runs fine on a 5-STABLE kernel, but when booting -CURRENT it prints > a lot of errors from the RAID controller and then fails to mount the > root file-system. > > I have attached dmesg from 6-CURRENT and 5-STABLE, but the main > interesting parts from -CURRENT are: > > aac0: mem 0xf0000000-0xf7ffffff irq 30 at device 8.1 on pci4 > aac0: [FAST] > aacd0: on aac0 > aacd0: 69425MB (142182912 sectors) > SMP: AP CPU #3 Launched! > SMP: AP CPU #1 Launched! > SMP: AP CPU #2 Launched! > aac0: **Monitor** NMI ISR: NMI_SECONDARY_ATU_ERROR > aac0: **Monitor** NMI ISR: NMI_SECONDARY_ATU_ERROR > aac0: COMMAND 0xc2409438 TIMEOUT AFTER 41 SECONDS > > There are very few differences between the driver in 6-CURRENT and 5-STABLE, and none of the differences look like ones that could cause problems. Would you get able to step the source backwards until you find the point where it starts working again? Scott