From owner-cvs-all Thu Sep 24 10:56:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA11402 for cvs-all-outgoing; Thu, 24 Sep 1998 10:56:35 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA11397; Thu, 24 Sep 1998 10:56:32 -0700 (PDT) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA06936; Thu, 24 Sep 1998 10:56:32 -0700 (PDT) Date: Thu, 24 Sep 1998 10:56:32 -0700 (PDT) Message-Id: <199809241756.KAA06936@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pccard pccard.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1998/09/24 10:56:31 PDT Modified files: sys/pccard pccard.c Log: - Fix a bug where a "power_off_slot' timeout was not cancelled when the computer 'suspended', although the slot was powered off. There was a race where the slow could be powered off *after* it was assigned a new driver when the computer was 'resumed'. Noticed by: Brian Somers Revision Changes Path 1.66 +6 -1 src/sys/pccard/pccard.c