From owner-freebsd-stable@FreeBSD.ORG Thu Oct 26 04:09:59 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 625F616A40F for ; Thu, 26 Oct 2006 04:09:59 +0000 (UTC) (envelope-from gvanlehn@ccsf.edu) Received: from ns7.ccsf.cc.ca.us (ns7.ccsf.cc.ca.us [147.144.1.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B06143D4C for ; Thu, 26 Oct 2006 04:09:58 +0000 (GMT) (envelope-from gvanlehn@ccsf.edu) Received: from bat-gwpo.ccsf.edu ([10.2.0.249]) by ns7.ccsf.cc.ca.us (8.13.1/8.13.1) with ESMTP id k9Q49w7B000846 for ; Wed, 25 Oct 2006 21:09:58 -0700 Received: from sfccd-MTA by bat-gwpo.ccsf.edu with Novell_GroupWise; Wed, 25 Oct 2006 21:20:02 -0700 Message-Id: X-Mailer: Novell GroupWise Internet Agent 6.5.4 Date: Wed, 25 Oct 2006 21:19:42 -0700 From: "Glen Van Lehn" To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: freebsd-stable@freebsd.org Subject: Re: Install 5.4 CD, Adaptec 2120S, aac0: Command Timeouts X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Oct 2006 04:09:59 -0000 >>> Scott Long 10/25/06 7:36 PM >>> Glen Van Lehn wrote: > Hi, I'm new to the FreeBSD lists, and still uncertain on protocol. =20 >=20 > I posted this today on the freebsd-hardware list, but from the discussion= I'm seeing today, it may better apply to 5-stable than hardware. > ----- > I'm installing 5-STABLE from the 5.4 CDset onto a new HP DL140 G2 with = an Adaptec 2120S RAID controller that someone else had already installed = with a Linux OS. Two HDD are config'd as RAID1 set. After the probes for = VGA & mouse, the boot stuck on a repeated series of messages: >=20 > aac0: COMMAND 0xc39ef000 TIMEOUT AFTER xxx SECONDS > # 16 diff hex offsets per set .. each set repeating every 20 seconds > aac0: COMMAND 0xc39ef708 TIMEOUT AFTER xxx SECONDS >=20 > A different boot has a different hex prefix, 0xc3a16, but the same = sequence of 16 trailing digits, 000 to 708. >=20 > Searching this list, I found a similar post from Chris Knight in = January, but he was on 6 and that was apparently right at a change to the = aac driver. Searching FreeBSD.org turned up a similar problem back in = March 2004 [5.2.1]. Scott Long responded to that one as a known issue = being resolved. =20 >=20 > The BIOS firmware was 'Build 7244' from May 2004, but I updated that to = Build 8205 [latest for that chipset] and still had the same problem. >=20 > Would the pre-existing different OS install mess up the aac0 driver? = like format the array first? > I broke the array, re-inited the disks and recreated RAID 1.. but = didn't format drives .. still had problem. >=20 > something else? I was able to install Fedora4 after failing on 5.4, = but I'd like to use FreeBSD for this project. >=20 > comments appreciated,=20 >=20 > glen van lehn >=20 Does the 'Safe mode' boot option work? This is likely an interrupt=20 routing problem. Scott ---- Yes! it did, thank you. glen