From owner-freebsd-stable@FreeBSD.ORG Thu Jun 2 03:58:49 2005 Return-Path: X-Original-To: freebsd-stable@FreeBSD.org Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9613B16A41C; Thu, 2 Jun 2005 03:58:49 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.village.org (berlin-qwest.village.org [168.103.84.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9B0543D49; Thu, 2 Jun 2005 03:58:47 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j523vZue009381; Wed, 1 Jun 2005 21:57:40 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 01 Jun 2005 21:57:57 -0600 (MDT) Message-Id: <20050601.215757.18305376.imp@bsdimp.com> To: kirk@strauser.com From: "M. Warner Losh" In-Reply-To: <200506012054.49857.kirk@strauser.com> References: <200505272248.08196.kirk@strauser.com> <200506011107.08593.jhb@FreeBSD.org> <200506012054.49857.kirk@strauser.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-stable@FreeBSD.org, jhb@FreeBSD.org Subject: Re: wi0 is always status: no carrier X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2005 03:58:49 -0000 In message: <200506012054.49857.kirk@strauser.com> Kirk Strauser writes: : On Wednesday 01 June 2005 10:07 am, John Baldwin wrote: : : > I see. It's because your PIR lists 10 as the only IRQ that it does this. : > You can override the IRQ with a hint at least using 1.117 of pci_pir.c. : > Try setting 'hw.pci.link.0x22.irq=11' in the loader to force the IRQ to 11 : > to see if that works. : : THAT DID IT! : : John, Warner, I can't thank you enough for taking the time to help me get my : little laptop working. I know you're both busy, and my hardware was *far* : from mainstream, yet you both took my cry for help seriously and walked me : through the hard parts. We should document this in the pci man page. :-0 Warner