Date: Mon, 24 Jan 2000 05:15:06 -0800 (PST) From: Mitsuru IWASAKI <iwasaki@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pccard/pccardd cardd.c Message-ID: <200001241315.FAA48513@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
iwasaki 2000/01/24 05:15:06 PST Modified files: usr.sbin/pccard/pccardd cardd.c Log: Merge from PAO3 -- Quick fix a bug which assign_driver() checks wrong member variable to find the configuration on new driver allocation. Correct condition is that card_config and driver are not in use. Both of them are cleared in card_removed() (conf->driver->card never be cleared). This fix problems `No free configuration for card' on insertion, and pccardd core dump on removal in condition of the same driver but different card. Also this might be emergency measures, complete solution would be made after Hosokawa-san come back. Consulted with: imp Waiting for: hosokawa Revision Changes Path 1.45 +4 -4 src/usr.sbin/pccard/pccardd/cardd.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?200001241315.FAA48513>