driver versions
Michael Honeyfield
michael.honeyfield at gmail.com
Tue Aug 16 03:47:26 GMT 2005
On 8/16/05, Michael Honeyfield <michael.honeyfield at gmail.com> wrote:
> 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?
Yup, I certinaly was missing something. Found it and fixed it.
Thanks
Mike
More information about the freebsd-drivers
mailing list