From d52fd88ca392eb8e1e9ea3d4d3fef3fbf2cee11e Mon Sep 17 00:00:00 2001 From: msmith Date: Thu, 30 Aug 2001 09:17:03 +0000 Subject: Add ACPI attachments. --- sys/dev/joy/joy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/joy') 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) -- cgit v1.1