From owner-freebsd-hackers Tue May 23 5:47:10 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from altos.rsu.ru (altos.rsu.ru [195.208.252.79]) by hub.freebsd.org (Postfix) with ESMTP id 42E7537B7DC; Tue, 23 May 2000 05:46:29 -0700 (PDT) (envelope-from os@rsu.ru) Received: from localhost (os@localhost [127.0.0.1]) by altos.rsu.ru (8.9.3/8.9.3) with ESMTP id QAA08233; Tue, 23 May 2000 16:11:09 +0400 (MSD) Date: Tue, 23 May 2000 16:11:09 +0400 (MSD) From: Oleg Sharoiko To: Bob Bishop Cc: freebsd-hackers@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: Bug in advansys driver In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 23 May 2000, Bob Bishop wrote: BB> FWIW -CURRENT is the same, but it looks like none of the calls check the BB> return value anyway. Well. There was a message during the boot of kernel which notified that "adv0 device prove/attach returned 1" (or smt. like this). So I think the return code is checked somewhere and (what's more important) before the fix kernel seemed to hang at stage xpt_for_all_busses(xptconfigfunc, NULL); Just after displaying "Waiting 2 seconds for SCSI devices to settle" And I think that there should be no hangs even if attach failed so it's maybe good to check that code. (I was booting from atapi and adv was the only scsi adapter in the system) -- Oleg Sharoiko. Computer Center of Rostov State University. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message