From owner-freebsd-stable@FreeBSD.ORG Tue Apr 27 09:32:28 2004 Return-Path: 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 EB4D816A4CE for ; Tue, 27 Apr 2004 09:32:28 -0700 (PDT) Received: from mail.errors.firstcallgroup.co.uk (mail.errors.firstcallgroup.co.uk [213.167.69.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 868A043D2F for ; Tue, 27 Apr 2004 09:32:28 -0700 (PDT) (envelope-from petefrench@keithprowse.com) Received: from smaug.rattatosk ([172.16.1.8]) by mail.errors.firstcallgroup.co.uk with esmtp (Exim 4.22) id 1BIVVS-000Htx-DF; Tue, 27 Apr 2004 17:32:26 +0100 Received: from [172.16.1.6] (helo=dilbert.firstcallgroup.co.uk) by smaug.rattatosk with esmtp (Exim 4.22) id 1BIVVS-000EI7-5y; Tue, 27 Apr 2004 17:32:26 +0100 Received: from petefrench by dilbert.firstcallgroup.co.uk with local (Exim 4.30; FreeBSD) id 1BIVVS-000MDP-4L; Tue, 27 Apr 2004 17:32:26 +0100 To: bsdlist@bsdisp.com, freebsd-stable@freebsd.org In-Reply-To: <20040427120729.W56999@kod.inch.com> Message-Id: From: Pete French Date: Tue, 27 Apr 2004 17:32:26 +0100 Subject: Re: Compaq 1850R freezing, controller issues? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 16:32:29 -0000 > FreeBSD uses the ida driver to interact with the RAID controller. I've used this driver a lot on various bits of Compaq hardware and it has always worked excellently for me. Have had a pair of SMART 2-SL's,which I then upgraded to a single 3200 and subsequently a 4200. All workfine. I've been using various releases of FreeBSD-4 on them, latest being 4.9 obviously, and have never seen a problem with the ida driver. > - What do I do to keep the freezes from happening? I have, however, seen the "Freezing" thing on Compaq hardware, related to a different controller. It only happened with SMP enabled. I would suggest you try running them without SMP for a while and see if it still freezes. In my case it was the sym0 on board SCSI controller, and eventually some extra code was added to sym0 to catch lost interrupts and unfreeze the machine. -pcf.