summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorjmcneill <jmcneill@NetBSD.org>2011-01-17 15:49:56 +0000
committerjmcneill <jmcneill@NetBSD.org>2011-01-17 15:49:56 +0000
commita34cd85502551a4e58afc0c8d83148647723a5ab (patch)
tree520d8d1b979060a5113b5ef22e0e67b2df36680d /sys/modules
parentf744492d713bff87ea443b80ea39bc0ef824c362 (diff)
add acpiwdrt module glue
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/acpiwdrt/Makefile13
-rw-r--r--sys/modules/acpiwdrt/acpiwdrt.ioconf10
2 files changed, 23 insertions, 0 deletions
diff --git a/sys/modules/acpiwdrt/Makefile b/sys/modules/acpiwdrt/Makefile
new file mode 100644
index 00000000000..60c4969a915
--- /dev/null
+++ b/sys/modules/acpiwdrt/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2011/01/17 15:49:56 jmcneill Exp $
+
+.include "../Makefile.inc"
+
+.PATH: ${S}/dev/acpi
+
+KMOD= acpiwdrt
+IOCONF= acpiwdrt.ioconf
+SRCS= acpi_wdrt.c
+
+WARNS= 4
+
+.include <bsd.kmodule.mk>
diff --git a/sys/modules/acpiwdrt/acpiwdrt.ioconf b/sys/modules/acpiwdrt/acpiwdrt.ioconf
new file mode 100644
index 00000000000..fbb480ac280
--- /dev/null
+++ b/sys/modules/acpiwdrt/acpiwdrt.ioconf
@@ -0,0 +1,10 @@
+# $NetBSD: acpiwdrt.ioconf,v 1.1 2011/01/17 15:49:56 jmcneill Exp $
+
+ioconf acpiwdrt
+
+include "conf/files"
+include "dev/acpi/files.acpi"
+
+pseudo-root acpi*
+
+acpiwdrt* at acpiwdrtbus?