Date: Sat, 2 Nov 2002 15:00:28 -0800 (PST) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/cardbus cardbus.c src/sys/dev/pccard card_if.m pccard.c src/sys/dev/pccbb pccbb.c Message-ID: <200211022300.gA2N0SPL084046@repoman.freebsd.org>
index | next in thread | raw e-mail
imp 2002/11/02 15:00:28 PST
Modified files:
sys/dev/cardbus cardbus.c
sys/dev/pccard card_if.m pccard.c
sys/dev/pccbb pccbb.c
Log:
MFp4:
o Always release the resources on device detach.
o Attach resources the same with driver added as we do we do in the insert
case (maybe this should be a routine).
o signal the wakeup of the thread on resume instead of trying to force an
interrupt.
o Minor debug hacks.
o use 0xffffffff instead of -1 for uint32_t items.
o Don't complain when we're asked to detach no cards. This is normal.
o Eliminate the now worthless second parameter to card_detach_card.
o minor style(9)isms
Some of these patches may be from: iwasaki-san, jhb, iadowse
Revision Changes Path
1.25 +25 -36 src/sys/dev/cardbus/cardbus.c
1.21 +0 -5 src/sys/dev/pccard/card_if.m
1.68 +4 -4 src/sys/dev/pccard/pccard.c
1.60 +9 -4 src/sys/dev/pccbb/pccbb.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211022300.gA2N0SPL084046>
