From owner-cvs-all Tue Dec 7 23:55:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4318F1502F; Tue, 7 Dec 1999 23:55:22 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA48574; Tue, 7 Dec 1999 23:55:22 -0800 (PST) (envelope-from imp@FreeBSD.org) Message-Id: <199912080755.XAA48574@freefall.freebsd.org> From: Warner Losh Date: Tue, 7 Dec 1999 23:55:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pccard.c pccard_nbk.c slot.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/12/07 23:55:21 PST Modified files: sys/pccard pccard.c pccard_nbk.c slot.h Log: Switch to using suspend/resume methods rather than the APM hooks. Should have no effect, but does make things a little cleaner. I thought this was the race that was causing problems, but it turned out to be in pccardd waking up after the empty/insert events had happened and being confused. Minor cleanup: o Remove isahd from pccard_devinfo o remove extra from controller o formatting nits o use PCCARD_DEVINFO(d) rather than a bare device_get_ivars(d) Revision Changes Path 1.102 +54 -102 src/sys/pccard/pccard.c 1.12 +11 -10 src/sys/pccard/pccard_nbk.c 1.22 +3 -3 src/sys/pccard/slot.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message