From owner-freebsd-mobile Wed Sep 23 15:15:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA26899 for freebsd-mobile-outgoing; Wed, 23 Sep 1998 15:15:44 -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 PAA26882 for ; Wed, 23 Sep 1998 15:15:34 -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 QAA16667; Wed, 23 Sep 1998 16:15:30 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id QAA01726; Wed, 23 Sep 1998 16:15:29 -0600 Date: Wed, 23 Sep 1998 16:15:29 -0600 Message-Id: <199809232215.QAA01726@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Robert Watson Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: after wakeup from apm sleep: pccardd[46]: No free configuration for card 3... In-Reply-To: References: X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [ Moved to -mobile ] > I have APM and pccard enabled in my kernel (config file below); however, I > often get the following message on waking up the notebook after a sleep > (with the card still in the slot): .. > > Sep 23 13:33:21 sleipnir pccardd[46]: No free configuration for card 3Com > Corporation This is caused by a bug in pccardd. It doesn't cleanup the resources correctly all the time when it has been 'removed' (either by the kernel faking a 'remove' during suspend or from a real removal), so it thinks certain resources are still in use (when in fact they aren't). Someone with more time than me needs to go figure out. I started on doing that months ago but it fell by the wayside along with most of my other 'free software' projects due to lack of time/interest. (This is not a kernel bug, but a user-land daemon bug...) Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message