> I want changes to these values to force a cache update. Can you do that with > module parameters? Sure... you'll have to implement your own set method but that's no different from putting attributes under your miscdevice. Just look at module_param_call() -- it's exactly what you want I think.