From owner-cvs-all Thu Jul 26 16:23:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EF2337B405; Thu, 26 Jul 2001 16:23:36 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6QNNaU11203; Thu, 26 Jul 2001 16:23:36 -0700 (PDT) (envelope-from imp) Message-Id: <200107262323.f6QNNaU11203@freefall.freebsd.org> From: Warner Losh Date: Thu, 26 Jul 2001 16:23:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/07/26 16:23:36 PDT Modified files: sys/pccard pcic.c Log: Check the state of the slot when we resume. Set it to empty if we no longer have a pccard in the slot. This fixes the problem where pccard would say that a card had been inserted on resume. This also appears to make the insert/remove events more reliable after a resume as well, but that may be a different bug I need to hunt down. Revision Changes Path 1.148 +6 -2 src/sys/pccard/pcic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message