iedowse 2006-06-10 17:29:40 UTC FreeBSD src repository
Modified files: sys/dev/ipw if_ipw.c if_ipwvar.h Log: Hold on to firmware images until the interface detaches since firmware_get() will not work while resuming. Note that we can't simply drop the FIRMWARE_UNLOAD flag, because that will result in a firmware image that can never be unloaded by the user since the firmware subsystem will hold a linker reference to it (it's not clear that firmware_put() without FIRMWARE_UNLOAD ever does quite what you'd want). Revision Changes Path 1.22 +16 -5 src/sys/dev/ipw/if_ipw.c 1.5 +1 -0 src/sys/dev/ipw/if_ipwvar.h _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"