From owner-freebsd-current@FreeBSD.ORG Thu Nov 6 09:09:22 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B2EA16A4CE for ; Thu, 6 Nov 2003 09:09:22 -0800 (PST) Received: from smtp2.btinet.net (mail.gnda.com [216.235.160.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 718D843FF3 for ; Thu, 6 Nov 2003 09:09:20 -0800 (PST) (envelope-from pmes@btinet.net) Received: from exim by smtp2.btinet.net with spam-scanned (Exim 4.24) id 1AHndH-0005W7-RG for freebsd-current@freebsd.org; Thu, 06 Nov 2003 11:09:20 -0600 Received: from ar11-bsmrnd.l1.btigate.com ([209.62.224.243] helo=btinet.net) by smtp2.btinet.net with esmtp (Exim 4.24) id 1AHndD-0005VL-AU; Thu, 06 Nov 2003 11:09:15 -0600 Message-ID: <3E19B81C.5030707@btinet.net> From: Peter Schultz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6a) Gecko/20031104 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on smtp2.btinet.net X-Spam-Level: * X-Spam-Status: No, hits=1.8 required=10.0 tests=DATE_IN_PAST_96_XX autolearn=no version=2.60 cc: freebsd-current@freebsd.org Subject: Re: new interrupts not working for me X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Thu, 06 Nov 2003 17:09:22 -0000 X-Original-Date: Mon, 06 Jan 2003 11:08:44 -0600 X-List-Received-Date: Thu, 06 Nov 2003 17:09:22 -0000 John Baldwin wrote: > On 06-Nov-2003 Peter Schultz wrote: > >>John Baldwin wrote: >> >>>On 05-Nov-2003 Peter Schultz wrote: >>> >>> >>>>I have a Tyan S1832DL w/dual pii 350s and it's not able to boot. Seems >>>>to be having trouble with my adaptec scsi controller, I get a whole >>>>bunch of output like this hand transcribed bit, it comes after "waiting >>>>15 seconds for scsi devices to settle": >>>> >>>>ahc0 timeout SCB already complete interrupts may not be functioning >>>>Infinite interrupt loop INTSTAT=0(probe3:ahc0:0:3:0): SCB 0x6 - timed out >>>> >>>>Anyone else seeing this? There are probably 100+ related lines of >>>>output, I'll have to configure serial debugging if you need to see it. >>> >>> >>>The dmesg output excluding all the ahc0 errors would help figure out >>>why your interrupts aren't working. However, I just committed a patch >>>that might fix your problem. >>> >> >>Now the kernel just dies and the machine reboots right in the beginning >>when it's setting up the ACPI/APIC stuff. Of course, with ACPI off, >>there's no apparent problem with the kernel. > > > Ok. Did the old kernel break before with ACPI turned off? It should > have. By the way, I've committed a fix for the ACPI breakage. > The "new interrupt" kernels I've built have worked fine with ACPI off. The immediate crash is fixed, but now I'm back to the trouble with my SCSI controller. I'll try to get the output from that to you. Pete...