From owner-cvs-all Sun Feb 14 13:33:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA12403 for cvs-all-outgoing; Sun, 14 Feb 1999 13:33:05 -0800 (PST) (envelope-from owner-cvs-all@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 NAA12393; Sun, 14 Feb 1999 13:32:59 -0800 (PST) (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 OAA22470; Sun, 14 Feb 1999 14:32:58 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id OAA22538; Sun, 14 Feb 1999 14:32:56 -0700 Date: Sun, 14 Feb 1999 14:32:56 -0700 Message-Id: <199902142132.OAA22538@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Guido van Rooij Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pccard pcic.c In-Reply-To: <199902142016.MAA90692@freefall.freebsd.org> References: <199902142016.MAA90692@freefall.freebsd.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid 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. Did this on code on the 3.* branch? In 2.*, we 'emulated' them with the poll call which could cause this, which is one of the reasons I disabled the polling in 3.*. > 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. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message