From owner-freebsd-mobile Tue Nov 11 01:41:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA11731 for mobile-outgoing; Tue, 11 Nov 1997 01:41:03 -0800 (PST) (envelope-from owner-freebsd-mobile) Received: from gvr.gvr.org (root@gvr.gvr.org [194.151.74.97]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA11724 for ; Tue, 11 Nov 1997 01:41:00 -0800 (PST) (envelope-from guido@gvr.org) Received: (from guido@localhost) by gvr.gvr.org (8.8.6/8.8.5) id KAA28845 for freebsd-mobile@freebsd.org; Tue, 11 Nov 1997 10:40:57 +0100 (MET) From: Guido van Rooij Message-Id: <199711110940.KAA28845@gvr.gvr.org> Subject: sio: probe test 3 failed To: freebsd-mobile@freebsd.org Date: Tue, 11 Nov 1997 10:40:57 +0100 (MET) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Card inserted, slot 1 sio1: probe test 3 failed Removing and resinserting the card does not help anymore. Taking a look at the sio driver, one can read: if (idev->id_irq != 0) failures[3] = isa_irq_pending(idev) ? 0 : 1; Inserting another modem card (same irq) gives: Card inserted, slot 1 Nov 10 23:34:22 mouse pccardd[41]: No free configuration for card Intelligent So somehow something seems still resident in the sio driver preventing this new modem card to be properly initialised. The same thing also makes the third test fail. Would you have a clue on what can be wrong? Bruce suggested that the irq might have changed preventing test 3 from succeeding. This would also explain that sio1 is kept resident depsite the removal of the modem card which leads to pccardd logging that no free driver is available. -Guido