From owner-freebsd-scsi@FreeBSD.ORG Fri Jul 11 11:30:21 2003 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5498837B40D for ; Fri, 11 Jul 2003 11:30:21 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id C9D3243F93 for ; Fri, 11 Jul 2003 11:30:20 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 8430 invoked by uid 1000); 11 Jul 2003 18:30:21 -0000 Date: Fri, 11 Jul 2003 11:30:21 -0700 (PDT) From: Nate Lawson To: Felix Deichmann In-Reply-To: <3F0EF9A8.10403@fdei.de> Message-ID: <20030711112645.B8411@root.org> References: <200307111732.h6BHWHd3074973@siralan.org> <3F0EF9A8.10403@fdei.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: FreeBSD SCSI Subject: Re: SCB trouble on SMP machine with AHC X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 18:30:21 -0000 On Fri, 11 Jul 2003, Felix Deichmann wrote: > Michael L. Squires wrote: > > I'm wondering how old your 2940 card is, and what rev the SCSI BIOS > > is at. > > The SCSI BIOS is the (latest) one that Adaptec offers at their website. > What exactly is the problem I experience? Is it the disks or the CDROMs > or the SCSI card? I don't understand the SCB errors, I'm a NetBSD guy > normally (but there is no i386 SMP for NetBSD yet) :-) The error is extremely verbose but basically means the drive didn't respond to a command in time so the driver gave up and aborted the command. There's not enough information to tell why this happened so perhaps one of the Adaptec people will respond. My only problems with ahc(4) were related to either interrupt sharing or placing the card in a non-bus mastering PCI slot. It appears your board is on irq 14. Are you sure you don't have an ATA controller on board or somewhere that is also using that irq? -Nate