From owner-freebsd-mobile Tue Nov 11 11:26:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA15279 for mobile-outgoing; Tue, 11 Nov 1997 11:26:45 -0800 (PST) (envelope-from owner-freebsd-mobile) Received: from ns.mt.sri.com (SRI-56K-FR.mt.net [206.127.65.42]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA15266 for ; Tue, 11 Nov 1997 11:26:38 -0800 (PST) (envelope-from nate@rocky.mt.sri.com) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with ESMTP id MAA02729; Tue, 11 Nov 1997 12:26:34 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id MAA17332; Tue, 11 Nov 1997 12:26:33 -0700 (MST) Date: Tue, 11 Nov 1997 12:26:33 -0700 (MST) Message-Id: <199711111926.MAA17332@rocky.mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Guido van Rooij Cc: nate@mt.sri.com (Nate Williams), freebsd-mobile@freebsd.org Subject: Re: sio: probe test 3 failed In-Reply-To: <199711111819.TAA00391@gvr.gvr.org> References: <199711111633.JAA16494@rocky.mt.sri.com> <199711111819.TAA00391@gvr.gvr.org> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > > Sometimes, after suspending my system, my modem card is not properly > > > reallocated. What happens is that the kernel prints: ... > > It may be related to 'interrupts' not being properly let go in the > > system. > > The sio driver *is* resident, due to hardware race bugs, but marked as > > unused. However, as you are already aware, it's possible that something > > is still using it. :( > > Not only possible, it *is* still being used, proved by the fact that > insertion of another modem card gives the 'no free configuration' > message. That may be due to interrupts being 'in use'. Hold on... Hmm, I don't see where the 'no free configuration' message is being printed out in the pccard code. > What is weird is that the following happens: > Have the Nokia modem card in slot 0 > suspend What messages are printed here? > resume What messages are printed here? > Let me check my logs.... > > Here it is: > Nov 2 15:21:50 mouse su: guido to root on /dev/ttyv0 > Nov 2 15:26:09 mouse /kernel: ep0: unload > Nov 2 15:26:09 mouse /kernel: Return IRQ=10 > Nov 2 15:26:09 mouse /kernel: stray irq 10 > Nov 2 15:26:09 mouse /kernel: Card disabled, slot 0 >