summaryrefslogtreecommitdiffstats
path: root/sys/i386/acpica
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/i386/acpica
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/i386/acpica')
-rw-r--r--sys/i386/acpica/acpi_toshiba.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/acpica/acpi_toshiba.c b/sys/i386/acpica/acpi_toshiba.c
index e8e43e5..ad17aad 100644
--- a/sys/i386/acpica/acpi_toshiba.c
+++ b/sys/i386/acpica/acpi_toshiba.c
@@ -172,7 +172,7 @@ static driver_t acpi_toshiba_driver = {
static devclass_t acpi_toshiba_devclass;
DRIVER_MODULE(acpi_toshiba, acpi, acpi_toshiba_driver, acpi_toshiba_devclass,
0, 0);
-MODULE_DEPEND(acpi_toshiba, acpi, 100, 100, 100);
+MODULE_DEPEND(acpi_toshiba, acpi, 1, 1, 1);
static int enable_fn_keys = 1;
TUNABLE_INT("hw.acpi.toshiba.enable_fn_keys", &enable_fn_keys);
OpenPOWER on IntegriCloud