driver versions
Michael Honeyfield
michael.honeyfield at gmail.com
Mon Aug 15 22:41:18 GMT 2005
Hello,
I seem to be having issues with driver versions in the driver I am
working with.
When I load the kernel module, I get the following:
WARNING: Device driver "dag" has wrong version and is disabled.
Recompile KLD module.
Yes, I have defined the version like so:
MODULE_VERSION(dag, 0);
I poked around and it seems to me that the version *has* to be 0 at
this time as per sys/conf.h.
I am using FreeBSD 5.4.
Am I missing something?
Cheers
Mike
More information about the freebsd-drivers
mailing list