From owner-freebsd-mobile Sat Jan 19 9: 9:33 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 96DE137B41A for ; Sat, 19 Jan 2002 09:09:28 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id g0JH9Rl39831; Sat, 19 Jan 2002 10:09:27 -0700 (MST) (envelope-from imp@village.org) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id g0JH9Ox10602; Sat, 19 Jan 2002 10:09:25 -0700 (MST) (envelope-from imp@village.org) Date: Sat, 19 Jan 2002 10:09:05 -0700 (MST) Message-Id: <20020119.100905.70784679.imp@village.org> To: jojojernandez@yahoo.com Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: PCMCIA woes on a Vaio F-Series From: "M. Warner Losh" In-Reply-To: <20020119043200.62027.qmail@web13406.mail.yahoo.com> References: <20020119043200.62027.qmail@web13406.mail.yahoo.com> X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message: <20020119043200.62027.qmail@web13406.mail.yahoo.com> Robert Zimmermann writes: : I'm trying to get my Lynksys PCMPC100 installed on my : previously owned F-630. For some reason it keeps : forcing the IRQ of the card to 9, despite the fact : that i've specified it in the pccard.conf, kernel.conf : and kernel config file (and recompiled it). for some : reason it also jumps to ed1 instead of using ed0 : (saying ed0 present). When you are using pci interrupt routing, you don't get to choose the IRQ to use. ed0 likely is already present in the kernel config file. : Is there any way to hardwire it to IRQ 10? I think : this would solve my problem, but i'm not positive. No, that would make the problem worse. :-) However, if you want to give ISA interrupts a go, you can force that with hw.pcic.intr_way=1 in /boot/loader.conf (after test booting it by setting it on the command line first). PCMPC100 also will generate a couple of timeout, and then work in my experience... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message