Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 May 2015 14:19:23 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r282484 - head/sys/conf
Message-ID:  <201505051419.t45EJNJ9009156@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505051419.t45EJNJ9009156>