Date: Tue, 16 Aug 2005 10:41:12 +1200 From: Michael Honeyfield <michael.honeyfield@gmail.com> To: freebsd-drivers@freebsd.org Subject: driver versions Message-ID: <16d2d7370508151541683c9fc6@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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.=20 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.=20 Am I missing something?=20 Cheers Mike
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16d2d7370508151541683c9fc6>