From owner-cvs-all Sun Feb 14 12:16:17 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA03743 for cvs-all-outgoing; Sun, 14 Feb 1999 12:16:17 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) 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 MAA03738; Sun, 14 Feb 1999 12:16:16 -0800 (PST) (envelope-from guido@FreeBSD.org) From: Guido van Rooij Received: (from guido@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA90692; Sun, 14 Feb 1999 12:16:15 -0800 (PST) (envelope-from guido@FreeBSD.org) Date: Sun, 14 Feb 1999 12:16:15 -0800 (PST) Message-Id: <199902142016.MAA90692@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pccard pcic.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk guido 1999/02/14 12:16:15 PST Modified files: sys/pccard pcic.c Log: Somehow, it is possible to get a pcicintr() when in the resume process. This will trigger inserted()) to be called twice which confuses pccardd. Add code to not process pcicitr())'s when in the middle of a resume process. The real insertion of cards and the emulated one in the suspend/resume code really do not mix up. Revision Changes Path 1.66 +8 -1 src/sys/pccard/pcic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message