svn commit: r282484 - head/sys/conf

Andrew Turner andrew at FreeBSD.org
Tue May 5 14:19:23 UTC 2015


Author: andrew
Date: Tue May  5 14:19:22 2015
New Revision: 282484
URL: https://svnweb.freebsd.org/changeset/base/282484

Log:
  Add DEV_ACPI to opt_acpi.h to be used to detect when ACPI is enabled in
  the kernel.

Modified:
  head/sys/conf/options

Modified: head/sys/conf/options
==============================================================================
--- head/sys/conf/options	Tue May  5 14:17:15 2015	(r282483)
+++ head/sys/conf/options	Tue May  5 14:19:22 2015	(r282484)
@@ -692,6 +692,7 @@ ACPI_DEBUG		opt_acpi.h
 ACPI_MAX_TASKS		opt_acpi.h
 ACPI_MAX_THREADS	opt_acpi.h
 ACPI_DMAR		opt_acpi.h
+DEV_ACPI		opt_acpi.h
 
 # ISA support
 DEV_ISA			opt_isa.h


More information about the svn-src-all mailing list