summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-09-23 15:56:09 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-09-23 15:56:09 +0000
commitae829cae039ac0fb510c969424e51aec29f74284 (patch)
treed963103594cf9d4ab45cccd6dedd51fcc404743d
parent2ab55f4392a15d6ebe46a76babad3e6d95dd4eba (diff)
Notes
-rw-r--r--sys/i386/apm/apm.c2
-rw-r--r--sys/i386/bios/apm.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/apm/apm.c b/sys/i386/apm/apm.c
index 4bf18c5f9440..427743262a9f 100644
--- a/sys/i386/apm/apm.c
+++ b/sys/i386/apm/apm.c
@@ -1379,7 +1379,7 @@ static driver_t apm_driver = {
static devclass_t apm_devclass;
-DRIVER_MODULE(apm, nexus, apm_driver, apm_devclass, apm_modevent, 0);
+DRIVER_MODULE(apm, legacy, apm_driver, apm_devclass, apm_modevent, 0);
MODULE_VERSION(apm, 1);
static int
diff --git a/sys/i386/bios/apm.c b/sys/i386/bios/apm.c
index 4bf18c5f9440..427743262a9f 100644
--- a/sys/i386/bios/apm.c
+++ b/sys/i386/bios/apm.c
@@ -1379,7 +1379,7 @@ static driver_t apm_driver = {
static devclass_t apm_devclass;
-DRIVER_MODULE(apm, nexus, apm_driver, apm_devclass, apm_modevent, 0);
+DRIVER_MODULE(apm, legacy, apm_driver, apm_devclass, apm_modevent, 0);
MODULE_VERSION(apm, 1);
static int