From owner-freebsd-mobile@FreeBSD.ORG Mon May 26 13:21:34 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 8F98837B401 for ; Mon, 26 May 2003 13:21:34 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF9EE43F85 for ; Mon, 26 May 2003 13:21:33 -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 h4QKLWkA049716; Mon, 26 May 2003 14:21:32 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 26 May 2003 14:21:25 -0600 (MDT) Message-Id: <20030526.142125.95894018.imp@bsdimp.com> To: devin@spamcop.net From: "M. Warner Losh" In-Reply-To: <20030527020616.J48601@borosilicate.pun-pun.prv> References: <20030527020616.J48601@borosilicate.pun-pun.prv> 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: freebsd-mobile@freebsd.org Subject: Re: Orinoco Gold trouble with SMP server 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, 26 May 2003 20:21:34 -0000 In message: <20030527020616.J48601@borosilicate.pun-pun.prv> Tod McQuillin writes: : pcic0: at port 0x3e2 iomem 0xd4000 irq 9 on isa0 : pcic0: management irq 9 Chances are excellent that this won't work. Polling mode seems best. : pccard0: on pcic0 : pccard1: on pcic0 : : but when pccardd sees the card, it can't set up the driver properly: : : wi0 at port 0x240-0x27f irq 10 slot 0 on pccard0 : wi0: wi_cmd: busy bit won't clear. : wi0: wi_cmd: busy bit won't clear. : wi0: init failed : wi0: wi_cmd: busy bit won't clear. : wi0: wi_cmd: busy bit won't clear. : wi0: mac read failed 5 : device_probe_and_attach: wi0 attach returned 5 Looks like irq 10 is in use. Pick anotehr one. : * Changed the definition of pcic0 in my kernel config file. I tried : both port 0x3e0 iomem 0xd0000 and port 0x3e2 iomem 0xd4000 (this requires : changing a jumper on the ISA card). I also tried irq's 9 and 10 as well as : polling mode. OK. I'd still say you need to find an IRQ that isn't in use. : * Changed settings in /etc/defaults/pccardd.conf. I tried irq's 9, 10 : and 12. 12 is bad because it is the mouse. : * Added hw.pcic.intr_path="1" and hw.pcic.init_routing="1" to : /boot/loader.conf in varying combinations. These won't change a thing for you. Warner