Add module versions.

This commit is contained in:
Mark Murray 2004-08-02 20:42:28 +00:00
parent ae17d056a1
commit ce46e2059e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133036
3 changed files with 3 additions and 0 deletions

View File

@ -87,3 +87,4 @@ io_modevent(module_t mod __unused, int type, void *data __unused)
}
DEV_MODULE(io, io_modevent, NULL);
MODULE_VERSION(io, 1);

View File

@ -106,3 +106,4 @@ mem_modevent(module_t mod __unused, int type, void *data __unused)
}
DEV_MODULE(mem, mem_modevent, NULL);
MODULE_VERSION(mem, 1);

View File

@ -227,3 +227,4 @@ random_modevent(module_t mod __unused, int type, void *data __unused)
}
DEV_MODULE(random, random_modevent, NULL);
MODULE_VERSION(random, 1);