summaryrefslogtreecommitdiffstats
path: root/sys/dev/joy
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2001-08-30 09:17:03 +0000
committermsmith <msmith@FreeBSD.org>2001-08-30 09:17:03 +0000
commitd52fd88ca392eb8e1e9ea3d4d3fef3fbf2cee11e (patch)
treed0542fc5c78f2b8421fbd36ec6222762e7547962 /sys/dev/joy
parent67f0d41957392f0f9db82e773f5179f1068c2faa (diff)
downloadFreeBSD-src-d52fd88ca392eb8e1e9ea3d4d3fef3fbf2cee11e.zip
FreeBSD-src-d52fd88ca392eb8e1e9ea3d4d3fef3fbf2cee11e.tar.gz
Add ACPI attachments.
Diffstat (limited to 'sys/dev/joy')
-rw-r--r--sys/dev/joy/joy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/joy/joy.c b/sys/dev/joy/joy.c
index 55ff62c..77d35c5 100644
--- a/sys/dev/joy/joy.c
+++ b/sys/dev/joy/joy.c
@@ -156,6 +156,7 @@ static driver_t joy_isa_driver = {
};
DRIVER_MODULE(joy, isa, joy_isa_driver, joy_devclass, 0, 0);
+DRIVER_MODULE(joy, acpi, joy_isa_driver, joy_devclass, 0, 0);
static int
joyopen(dev_t dev, int flags, int fmt, struct proc *p)
OpenPOWER on IntegriCloud