summaryrefslogtreecommitdiffstats
path: root/sys/i386/apm
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-09-23 15:56:09 +0000
committerjhb <jhb@FreeBSD.org>2002-09-23 15:56:09 +0000
commitf08e07f2b33a945695fea0a5051a009053b02dba (patch)
treed963103594cf9d4ab45cccd6dedd51fcc404743d /sys/i386/apm
parent36594f8de54db82876d901184c8a314ec9532460 (diff)
downloadFreeBSD-src-f08e07f2b33a945695fea0a5051a009053b02dba.zip
FreeBSD-src-f08e07f2b33a945695fea0a5051a009053b02dba.tar.gz
Hang apm off of the legacy device instead of the nexus.
Diffstat (limited to 'sys/i386/apm')
-rw-r--r--sys/i386/apm/apm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/apm/apm.c b/sys/i386/apm/apm.c
index 4bf18c5..4277432 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
OpenPOWER on IntegriCloud