]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a MODULE_VERSION declaration. This should prevent duplicate loading
authorMike Smith <msmith@FreeBSD.org>
Sat, 1 Sep 2001 22:41:53 +0000 (22:41 +0000)
committerMike Smith <msmith@FreeBSD.org>
Sat, 1 Sep 2001 22:41:53 +0000 (22:41 +0000)
commitdde24897d2fed06031eee9dc62db605b1b753c01
tree3575e38a01d19ab1b11c055016973a56aadf0a3c
parentbd9dc97512fff91e14353a573b5ffbb200bf16bf
Add a MODULE_VERSION declaration.  This should prevent duplicate loading
of the module, and allows other modules to depend on and link against
the ACPI module.

Add a sysctl that allows us to retrieve the ACPI CA version number as
well.
sys/dev/acpica/acpi.c