Date: Tue, 7 Dec 1999 23:55:21 -0800 (PST) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pccard.c pccard_nbk.c slot.h Message-ID: <199912080755.XAA48574@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912080755.XAA48574>
