kldload of compressed modules

2010-10-20 Thread mdf
I'm trying to add support for kldload of compressed modules; they work at boot time but not at runtime. I'm having trouble uncompressing the module in the kernel to try processing it. The difficulty is several-fold: 1) gzip(1) doesn't seem to produce a compressed image

compressed modules

2003-07-20 Thread M. Warner Losh
Please try the enclosed patch. It adds support to sysinstall for compressed modules. I think this will save some space on the drivers disk since it isn't currently compressed (unless I'm smoking the good stuff). Warner Index: