From owner-freebsd-hackers Fri Nov 30 10:27:42 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from bingnet2.cc.binghamton.edu (bingnet2.cc.binghamton.edu [128.226.1.18]) by hub.freebsd.org (Postfix) with ESMTP id A34CC37B417 for ; Fri, 30 Nov 2001 10:27:40 -0800 (PST) Received: from onyx (onyx.cs.binghamton.edu [128.226.140.171]) by bingnet2.cc.binghamton.edu (8.11.6/8.11.6) with ESMTP id fAUIRZf01664 for ; Fri, 30 Nov 2001 13:27:35 -0500 (EST) Date: Fri, 30 Nov 2001 13:25:49 -0500 (EST) From: Zhihui Zhang X-Sender: zzhang@onyx To: freebsd-hackers@FreeBSD.ORG Subject: Re: Timedout SCB already complete In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have been able to fix this bug in my KLD. I forgot to add a splbio() protection in a function. On Thu, 29 Nov 2001, Zhihui Zhang wrote: > > While running my KLD that does a lot of I/O, I see the following message: > > ahc0: Timedout SCB already complete. interrupts may not be functioning. > > This happens after my KLD runs a while. > > What could be the problem? Where could the bugs likely exist? > > Thanks for any clue. > > -Zhihui > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message