From owner-freebsd-mobile Sun Nov 2 16:51:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA22165 for mobile-outgoing; Sun, 2 Nov 1997 16:51:23 -0800 (PST) (envelope-from owner-freebsd-mobile) Received: from word.smith.net.au (vh1.gsoft.com.au [203.38.152.122]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA22160 for ; Sun, 2 Nov 1997 16:51:14 -0800 (PST) (envelope-from mike@word.smith.net.au) Received: from word.smith.net.au (localhost.gsoft.com.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id LAA00519; Mon, 3 Nov 1997 11:09:49 +1030 (CST) Message-Id: <199711030039.LAA00519@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Guido van Rooij cc: nate@mt.sri.com (Nate Williams), freebsd-mobile@freebsd.org Subject: Re: problems after PAO -> 2.2.5 stable In-reply-to: Your message of "Sun, 02 Nov 1997 12:22:37 BST." <199711021122.MAA02609@gvr.gvr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 03 Nov 1997 11:09:49 +1030 From: Mike Smith Sender: owner-freebsd-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Nate Williams wrote: > > > > Unfortunately, it looks like it only supports IRQ 3 as well. > > > > It also does 4. Um, am I coming in at a bad place here? Are you talking about a PCCARD that only supports IRQ 3? > > So: > > card "Nokia Mobile Phones" "DTP-2 ver II" > > config 0x22 "sio1" 3 > > > > Should work. > > Hmm..when booting, I see: > PC-Card Cirrus Logic PD672X (5 mem & 2 I/O windows) > pcic: controller irq 3 > > So irq 3 is in use :-( ... and thus specifying it as the IRQ to use is a really bad idea. > Perhaps pccard_alloc_intr should start from the higher interrupts and work > down the list. Your pccard.conf entry mandates an interrupt that is not available. The pccard code knows this, and refuses to talk to the card. Select a different interrupt. mike