Date: Sun, 14 Feb 1999 12:16:15 -0800 (PST) From: Guido van Rooij <guido@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pccard pcic.c Message-ID: <199902142016.MAA90692@freefall.freebsd.org>
next 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. 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902142016.MAA90692>