From owner-freebsd-stable Sun Feb 22 01:59:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA10590 for freebsd-stable-outgoing; Sun, 22 Feb 1998 01:59:47 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from Octopussy.MI.Uni-Koeln.DE (Octopussy.MI.Uni-Koeln.DE [134.95.166.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA10582; Sun, 22 Feb 1998 01:59:40 -0800 (PST) (envelope-from se@dialup124.zpr.uni-koeln.de) Received: from dialup124.zpr.Uni-Koeln.DE (dialup124.zpr.Uni-Koeln.DE [134.95.219.124]) by Octopussy.MI.Uni-Koeln.DE (8.8.7/8.8.7) with ESMTP id KAA13285; Sun, 22 Feb 1998 10:59:37 +0100 (MET) Received: (from se@localhost) by dialup124.zpr.Uni-Koeln.DE (8.8.8/8.6.9) id JAA00772; Sun, 22 Feb 1998 09:56:26 +0100 (CET) X-Face: " Date: Sun, 22 Feb 1998 09:56:26 +0100 From: Stefan Esser To: Castor Fu , freebsd-stable@FreeBSD.ORG Cc: Stefan Esser Subject: Re: ncr0 hangs with freebsd-stable References: <199802220322.TAA09638@geo.geocast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <199802220322.TAA09638@geo.geocast.net>; from Castor Fu on Sat, Feb 21, 1998 at 07:22:26PM -0800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk On 1998-02-21 19:22 -0800, Castor Fu wrote: > After cvsup'ing to the latest version of FreebSD-2.2.5-STABLE today, > when booting the generic kernel I cannot mount the hard disk attached > to my ASUS SC-200 SCSI controller. The process executing the mount appears > to simply hang. > > Here's what dmesg says about the scsi controller on the working kernel. > > ncr0 rev 2 int a irq 9 on pci0:13 > ncr0 waiting for scsi devices to settle > (ncr0:0:0): "CONNER CFP2107E 2.14GB 1524" type 0 fixed SCSI 2 > sd0(ncr0:0:0): Direct-Access > sd0(ncr0:0:0): 10.0 MB/s (100 ns, offset 8) > 2048MB (4194304 512 byte sectors) > > > I suppose it's possible that it's a cabling problem, but I can switch > between the 2.2.5-stable (from about Jan 1 1998) and today's > version and reliably reproduce the hang. > > Today (Feb 21) I cvsup'd the latest version of FreeBSD-2.2.5-STABLE and > did "make buildworld" and "make installworld". > > Any clues about what might be wrong? Sorry, none from my side. The last commit to the NCR driver in stable has been on December, 12, 1998, and it just made MAX_START (the number of commands active at a time for this controller) to a constant 32. Even with 7 drives and 4 tags each you are not going to hit that limit, and of course not from within the mount when going multi-user ... There have been a few changes in FreeBSD recently, and one of them may hurt you. Perhaps you've got LKMs that are no longer compatible with a recent kernel ? Regards, STefan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message