From owner-freebsd-hackers@FreeBSD.ORG Wed May 28 18:23:25 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A1BB37B401 for ; Wed, 28 May 2003 18:23:25 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C07A43F85 for ; Wed, 28 May 2003 18:23:24 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h4T1NBkA066159; Wed, 28 May 2003 19:23:23 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 28 May 2003 19:22:57 -0600 (MDT) Message-Id: <20030528.192257.43849900.imp@bsdimp.com> To: dirkx@webweaving.org From: "M. Warner Losh" In-Reply-To: <20030529024013.E22309-100000@foem> References: <20030528.183603.98561533.imp@bsdimp.com> <20030529024013.E22309-100000@foem> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: hackers@freebsd.org Subject: Re: pcic setup / wi0 timeout X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2003 01:23:25 -0000 OK. You might have a little better luck with 5.1-BETA, or you might not. However, you might try http://people.freebsd.org/~msmith/pir.c as root and tell me if it finds a $PIR table. The boot verbose says no, but I can't recall if 5.0-RELEASE printed it or not (I think it does). The Pentium 200MHz that you have is old enough that it may be a little too old... It also looks like pcibios_get_version() is returning 0, since I don't see a line like pcibios: BIOS version 2.0 in the output. However, I'd have expected to see pci_cfgintr: BIOS %x.%02x doesn't support interrupt routing just before the pci_cfgintr: can't route an interrupt to 0:17 INTA line. Actually, I take it back. 5.1 won't help, but might make it easier to diagnose. Warner