aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/acpi
diff options
context:
space:
mode:
authorTakanori Watanabe <takawata@FreeBSD.org>2013-05-08 12:53:21 +0000
committerTakanori Watanabe <takawata@FreeBSD.org>2013-05-08 12:53:21 +0000
commitdf07418447d156e79a85ca3db73a1d5a65228ffd (patch)
treefa718fc9d3322369546fcb6b825bf2dcffa683bd /sys/modules/acpi
parentd0b5855eb2e4e2eaf116cf926e34fc39a89ecd30 (diff)
downloadsrc-df07418447d156e79a85ca3db73a1d5a65228ffd.tar.gz
src-df07418447d156e79a85ca3db73a1d5a65228ffd.zip
A driver for Intel Rapid Start Technology ACPI device.
Note that it is just for 'Advanced' configuration for Rapid start technology.
Notes
Notes: svn path=/head/; revision=250363
Diffstat (limited to 'sys/modules/acpi')
-rw-r--r--sys/modules/acpi/acpi_rapidstart/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/acpi/acpi_rapidstart/Makefile b/sys/modules/acpi/acpi_rapidstart/Makefile
new file mode 100644
index 000000000000..161962573bfe
--- /dev/null
+++ b/sys/modules/acpi/acpi_rapidstart/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../dev/acpi_support
+
+KMOD= acpi_rapidstart
+SRCS= acpi_rapidstart.c opt_acpi.h device_if.h bus_if.h acpi_if.h
+
+.include <bsd.kmod.mk>