freebsd-nq/usr.sbin/pccard
Mitsuru IWASAKI 29d1eb210d 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
2000-01-24 13:15:05 +00:00
..
pccardc Fix typo from last commit. 1999-12-02 19:31:28 +00:00
pccardd Merge from PAO3 -- Quick fix a bug which assign_driver() checks wrong 2000-01-24 13:15:05 +00:00
Makefile $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
Makefile.inc Remove -g compiler flag. 2000-01-03 12:01:30 +00:00