From owner-freebsd-mobile@FreeBSD.ORG Sun May 25 09:18:59 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 D6C1637B401 for ; Sun, 25 May 2003 09:18:59 -0700 (PDT) Received: from pintail.mail.pas.earthlink.net (pintail.mail.pas.earthlink.net [207.217.120.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57B3643F3F for ; Sun, 25 May 2003 09:18:59 -0700 (PDT) (envelope-from oberdorf@earthlink.net) Received: from h-68-164-34-142.nycmny83.covad.net ([68.164.34.142] helo=earthlink.net) by pintail.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 19JyD2-0004su-00 for freebsd-mobile@freebsd.org; Sun, 25 May 2003 09:18:56 -0700 Message-ID: <3ED0ECFF.1080800@earthlink.net> Date: Sun, 25 May 2003 12:19:11 -0400 From: Oliver Oberdorf User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030210 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org References: <3ECFAF74.7060501@earthlink.net> <878ysv5vn4.fsf@oak.pohoyda.family> <3ED0DD20.6090302@earthlink.net> In-Reply-To: <3ED0DD20.6090302@earthlink.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Orinoco/watchdog timeout - IDE IRQ? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: oly@oberdorf.org List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2003 16:19:00 -0000 The plot thickens: OK, in my crappy BIOS I can reassign 4 IRQs, but they don't say what they are for. Turns out, whatever the 2nd IRQ is set to gets picked up for the Orinoco. It's normally 5, but using 3 or 9 just results in the card grabbing that same value. I tried disabling it in the BIOS and the machine utterly fails to boot after hitting the disk. So I strongly suspect it's some sort of IDE IRQ. I put it back on 5 and made an /etc/pccard.conf that now looks like: irq 3 9 15 card "Lucent Technologies" "WaveLAN/IEEE" config 0x1 "wi" 9 insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop and it still grabs IRQ 5. The dmesg is now: ... wi0: at port 0x100-0x13f irq 5 function 0 config 1 on pccard0 ... wi0: using Lucent Technologies, WaveLAN/IEEE Is there a config entry for IRQs to never take? Or some way to force it to use 9 no matter what? -Oly Oliver Oberdorf wrote: > > It takes IRQ 5, but I'll try playing with those settings some. > > wi0: at port 0x100-0x13f irq 5 function 0 config 1 on > pccard0 > > Thanks > -Oly > > Alexander Pohoyda wrote: > >> Oliver Oberdorf writes: >> >> >> >>> I'm using a Orinoco Silver 802.11b pcmcia card in a Thinkpad s30 >>> (Japanese model). I'm installing FreeBSD 5.0. If I boot with the card >>> already in, it gets recognized as wi0. >>> >> >> >> I have had the same problem every time the card gets an IRQ 3, which >> is normally enabled in /etc/defaults/pccard.conf >> >> What is the output? >> $ dmesg | grep wi0 | grep irq >> >> >> > > > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" >