From owner-freebsd-mobile@FreeBSD.ORG Mon Jul 28 15:05:12 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F319F37B401 for ; Mon, 28 Jul 2003 15:05:11 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1317043F75 for ; Mon, 28 Jul 2003 15:05:11 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9/8.12.3) with ESMTP id h6SM59FL003336; Mon, 28 Jul 2003 16:05:10 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 28 Jul 2003 16:05:04 -0600 (MDT) Message-Id: <20030728.160504.53067340.imp@bsdimp.com> To: aric_allen@myrealbox.com From: "M. Warner Losh" In-Reply-To: <1059399893.b4a10980aric_allen@myrealbox.com> References: <1059399893.b4a10980aric_allen@myrealbox.com> X-Mailer: Mew version 2.2 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-mobile@freebsd.org Subject: Re: Wireless PCMCIA problems with 4.8-RELEASE on a Gateway 5100 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 22:05:12 -0000 In message: <1059399893.b4a10980aric_allen@myrealbox.com> "Aric Allen" writes: : Here is the output of pir.c: : : $PIR table at 0x2811cf30 version 1.0 : PCI interrupt router at 0:3.8 vendor 0x8086 device 0x122e : PCI-only interrupts [ ] : entry bus slot device ... : 04: 255 08 10 INTA 60 [ 9 ] : INTB 61 [ 9 ] : 05: 255 09 11 INTA 60 [ 9 ] : INTB 61 [ 9 ] : 06: 255 10 13 INTA 60 [ 9 ] : INTB 61 [ 9 ] : 07: 255 11 04 INTA 60 [ 9 ] : INTB 61 [ 9 ] : 08: 255 05 08 INTA 60 [ 9 ] --------^^^--------- That sure looks wrong... However, we are using IRQ 9, which is what one would expect would be what one would want to use on a system like this. Warner