From owner-freebsd-hardware@FreeBSD.ORG Tue Jan 31 09:22:59 2006 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C703416A420 for ; Tue, 31 Jan 2006 09:22:59 +0000 (GMT) (envelope-from boheme@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38DA743D4C for ; Tue, 31 Jan 2006 09:22:59 +0000 (GMT) (envelope-from boheme@gmail.com) Received: by uproxy.gmail.com with SMTP id y2so172960uge for ; Tue, 31 Jan 2006 01:22:57 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=A1H/JWUcwau6WhHxXxX2sNFc+aMGDl3mOoEWqH+xQbNdxvBwepeCV3F4lU+QGB2pF+vidwpNiP6Q174GeQtAklEj0sLeQWvBn8NM10otgZW5lr+1FKDkoXenTIduBEzQ4PyngHjBtcm1uIoWhReRiYNcxM7Y1Vzde6SB55YxhxE= Received: by 10.49.9.7 with SMTP id m7mr1073039nfi; Tue, 31 Jan 2006 01:22:57 -0800 (PST) Received: by 10.49.69.5 with HTTP; Tue, 31 Jan 2006 01:22:56 -0800 (PST) Message-ID: Date: Tue, 31 Jan 2006 01:22:56 -0800 From: Chris Knight To: freebsd-hardware@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Dell CERC (aac driver) issue after upgrade to 6-STABLE X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jan 2006 09:22:59 -0000 I just purchased a Dell PowerEdge 1800 to replace my mail server. It has two 3.2 Xeon processors, 2G of ECC memory, and a Dell CERC SATA RAID controller with two 160G Maxtor drives in a RAID 1 mirror. The Dell CERC appears to be an Adaptec RAID controller, and it is detected by the aac driver. I donwloaded the ISO for FreeBSD 6.0 i386 and installed it tonight.=20 So far, so good. I rebuilt the RELEASE kernel with SMP options. So far, so good. I synced to 6-STABLE, made world, recompiled the SMP kernel. Now when I reboot I get to the detection of the RAID controller and my screen is scrolling with the following errors: aac0: COMMAND 0xc6588000 TIMEOUT AFTER 559 SECONDS aac0: COMMAND 0xc6588000 TIMEOUT AFTER 579 SECONDS aac0: COMMAND 0xc6588000 TIMEOUT AFTER 599 SECONDS Has anyone else encountered this problem? What do I need to do to fix it? -Chris