Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Aug 2005 15:46:59 +1200
From:      Michael Honeyfield <michael.honeyfield@gmail.com>
To:        freebsd-drivers@freebsd.org
Subject:   Re: driver versions
Message-ID:  <16d2d73705081520467e9c2bff@mail.gmail.com>
In-Reply-To: <16d2d7370508151541683c9fc6@mail.gmail.com>
References:  <16d2d7370508151541683c9fc6@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 8/16/05, Michael Honeyfield <michael.honeyfield@gmail.com> wrote:
> Hello,
>=20
> I seem to be having issues with driver versions in the driver I am
> working with.
>=20
> When I load the kernel module, I get the following:
>=20
> WARNING: Device driver "dag" has wrong version and is disabled.
> Recompile KLD module.
>=20
> Yes, I have defined the version like so:
>=20
> MODULE_VERSION(dag, 0);
>=20
> I poked around and it seems to me that the version *has* to be 0 at
> this time as per sys/conf.h.
>=20
> I am using FreeBSD 5.4.
>=20
> Am I missing something?

Yup, I certinaly was missing something. Found it and fixed it.=20

Thanks

Mike



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16d2d73705081520467e9c2bff>