Subject: re: kern/32342: OpenBSD firmware loading framework To: None <gnats-bugs@netbsd.org> From: matthew green <mrg@eterna.com.au> List: netbsd-bugs Date: 12/20/2005 10:23:06
if this is to remain using malloc()'s memory, firmware.c should
MALLOC_DEFINE() it's own malloc type, and use that, instead of M_TEMP.
(including the proposed freefirmware() addition.)
.mrg.