I've been experimenting loading the DAC960 driver module, unloading
the module, and then loading it again. I get curious behavior.
The load, unload seem to work fine.
The reload also APPEARS to succeed. The insmod command completes
with a successful status.
But the second loading of the driver never calls the driver's probe routines.
I added printfs, and determined that the module_init() function
DOES get called the second time. But a printf in the probe() routine
doesn't show up the second time.
Has there been a patch recently for this problem?
Thanks!
Dave Olien
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/