cvs commit: src/sys/dev/ipw if_ipw.c if_ipwvar.h
Ian Dowse
iedowse at FreeBSD.org
Sat Jun 10 18:19:29 UTC 2006
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
More information about the cvs-src
mailing list