Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules/acpiwdrt add acpiwdrt module glue



details:   https://anonhg.NetBSD.org/src/rev/95a772931cfb
branches:  trunk
changeset: 760936:95a772931cfb
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Jan 17 15:49:56 2011 +0000

description:
add acpiwdrt module glue

diffstat:

 sys/modules/acpiwdrt/Makefile        |  13 +++++++++++++
 sys/modules/acpiwdrt/acpiwdrt.ioconf |  10 ++++++++++
 2 files changed, 23 insertions(+), 0 deletions(-)

diffs (31 lines):

diff -r aa5126a5936c -r 95a772931cfb sys/modules/acpiwdrt/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/acpiwdrt/Makefile     Mon Jan 17 15:49:56 2011 +0000
@@ -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 -r aa5126a5936c -r 95a772931cfb sys/modules/acpiwdrt/acpiwdrt.ioconf
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/acpiwdrt/acpiwdrt.ioconf      Mon Jan 17 15:49:56 2011 +0000
@@ -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?



Home | Main Index | Thread Index | Old Index