summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi.c
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-04-08 16:45:12 +0000
committernjl <njl@FreeBSD.org>2004-04-08 16:45:12 +0000
commit9898fa86133e2c2233ec65b4ea8dea6d3f1acf33 (patch)
treec6c50e9ce87a6a160c081b5f771241b103e080d6 /sys/dev/acpica/acpi.c
parent8d18f51c03c30c1adaec92ca5a279cb3f63f8d6b (diff)
downloadFreeBSD-src-9898fa86133e2c2233ec65b4ea8dea6d3f1acf33.zip
FreeBSD-src-9898fa86133e2c2233ec65b4ea8dea6d3f1acf33.tar.gz
Unify on version 1 to be similar to the rest of the tree. After 5-stable
branches, increment version on any API change visible to other modules.
Diffstat (limited to 'sys/dev/acpica/acpi.c')
-rw-r--r--sys/dev/acpica/acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c
index 322ab81..4b3a45e 100644
--- a/sys/dev/acpica/acpi.c
+++ b/sys/dev/acpica/acpi.c
@@ -187,7 +187,7 @@ static driver_t acpi_driver = {
static devclass_t acpi_devclass;
DRIVER_MODULE(acpi, nexus, acpi_driver, acpi_devclass, acpi_modevent, 0);
-MODULE_VERSION(acpi, 100);
+MODULE_VERSION(acpi, 1);
SYSCTL_NODE(_debug, OID_AUTO, acpi, CTLFLAG_RW, NULL, "ACPI debugging");
static char acpi_ca_version[12];
OpenPOWER on IntegriCloud