Date: Sat, 10 Jun 2006 17:29:40 +0000 (UTC) From: Ian Dowse <iedowse@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ipw if_ipw.c if_ipwvar.h Message-ID: <200606101729.k5AHTeoO066463@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606101729.k5AHTeoO066463>