Date: Sun, 14 Feb 1999 14:32:56 -0700 From: Nate Williams <nate@mt.sri.com> To: Guido van Rooij <guido@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pccard pcic.c Message-ID: <199902142132.OAA22538@mt.sri.com> In-Reply-To: <199902142016.MAA90692@freefall.freebsd.org> References: <199902142016.MAA90692@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902142132.OAA22538>