From owner-freebsd-mobile Fri Sep 25 23:54:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA29913 for freebsd-mobile-outgoing; Fri, 25 Sep 1998 23:54:47 -0700 (PDT) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA29898 for ; Fri, 25 Sep 1998 23:54:45 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id AAA10734; Sat, 26 Sep 1998 00:54:34 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id AAA09423; Sat, 26 Sep 1998 00:54:34 -0600 Date: Sat, 26 Sep 1998 00:54:34 -0600 Message-Id: <199809260654.AAA09423@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Joao Carlos Mendes Luis Cc: nate@mt.sri.com (Nate Williams), mobile@FreeBSD.ORG Subject: Re: Bug or feature ? My FreeBSD mobile experience. In-Reply-To: <199809260253.XAA06908@roma.coe.ufrj.br> References: <199809241441.IAA04864@mt.sri.com> <199809260253.XAA06908@roma.coe.ufrj.br> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [ FreeBSD doesn't reliably detect card removal ] > // Nope, but you can add code to put it back. Look in /sys/pccard/pcic.c > // for the line: > // > // if (validslots && pcic_irq == 0) > // timeout(pcictimeout, 0, hz/2); > // > // And change the first line to: > // if (validslots) > > It works, it works... Glad to hear it. :) > BTW: After removing the card once, each time I reinsert or remove it > I get a message like this: > > Slot 0, unfielded interrupt (0) This is expected. Removing an active device is almost guaranteed to cause an interrupt to be driver (electrically), so this is expected (and as 'safe' as can be expected) behavior. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message