From owner-freebsd-stable Mon Oct 15 9:14: 7 2001 Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id B88FC37B401; Mon, 15 Oct 2001 09:13:57 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f9FGDtV04380; Mon, 15 Oct 2001 10:13:55 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id f9FGDs722574; Mon, 15 Oct 2001 10:13:54 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200110151613.f9FGDs722574@harmony.village.org> To: j mckitrick Subject: Re: Warner's new TOPIC/PCI code Cc: freebsd-mobile@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG In-reply-to: Your message of "Mon, 15 Oct 2001 13:20:30 BST." <20011015132029.A54018@dogma.freebsd-uk.eu.org> References: <20011015132029.A54018@dogma.freebsd-uk.eu.org> <20011013165921.A32689@dogma.freebsd-uk.eu.org> <200110142147.f9ELlK714024@harmony.village.org> Date: Mon, 15 Oct 2001 10:13:54 -0600 From: Warner Losh Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20011015132029.A54018@dogma.freebsd-uk.eu.org> j mckitrick writes: : I decided to just give it a try, after checking out the files. : : During the boot process, it reports the ToPIC bridge, but for each card, : it reports 'Static bug: hardware ignored'. : : Is this the one you mean? It means that the chip was polled and returned 0xff for its change register. that can't happen (since there's ony 4 bits defined in that register) except on boards that a) aren't there or b) have gone away due to, I think, static discharge. We have several in the lab at work that do that. However, that only happens for polling. Which means you are using ISA interrupts. Can you verify that you are using pci interrupts? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message