From nobody@FreeBSD.org  Thu Dec 10 21:22:10 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 70A481065672
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 10 Dec 2009 21:22:10 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 5F9FE8FC36
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 10 Dec 2009 21:22:10 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nBALMAY6096272
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 10 Dec 2009 21:22:10 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id nBALMA9b096271;
	Thu, 10 Dec 2009 21:22:10 GMT
	(envelope-from nobody)
Message-Id: <200912102122.nBALMA9b096271@www.freebsd.org>
Date: Thu, 10 Dec 2009 21:22:10 GMT
From: Bruce Cran <bruce@cran.org.uk>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NOTES] [patch] i386 NOTES says building acpi into kernel is deprecated
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         141353
>Category:       docs
>Synopsis:       [NOTES] [patch] i386 NOTES says building acpi into kernel is deprecated
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jhb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 10 21:30:07 UTC 2009
>Closed-Date:    Tue Oct 12 16:25:24 UTC 2010
>Last-Modified:  Tue Oct 12 16:25:24 UTC 2010
>Originator:     Bruce Cran
>Release:        8.0
>Organization:
>Environment:
FreeBSD router.draftnet 8.0-STABLE FreeBSD 8.0-STABLE #1: Thu Dec 10 14:21:42 GMT 2009     brucec@router.draftnet:/usr/obj/usr/src/sys/ROUTER  i386
>Description:
/sys/i386/conf/NOTES says that building acpi into the kernel is deprecated, and should be loaded as a module. However, acpi is built into GENERIC.
>How-To-Repeat:
Read /sys/i386/conf/NOTES
>Fix:


Patch attached with submission follows:

--- NOTES.orig	2009-12-10 21:13:37.000000000 +0000
+++ NOTES	2009-12-10 21:13:05.000000000 +0000
@@ -463,9 +463,6 @@
 # kernel environment variables to select initial debugging levels for the
 # Intel ACPICA code.  (Note that the Intel code must also have USE_DEBUGGER
 # defined when it is built).
-#
-# Note that building ACPI into the kernel is deprecated; the module is
-# normally loaded automatically by the loader.
 
 device		acpi
 options 	ACPI_DEBUG


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: jhb 
State-Changed-When: Mon Dec 14 15:32:43 UTC 2009 
State-Changed-Why:  
Fix committed to HEAD. 


Responsible-Changed-From-To: freebsd-doc->jhb 
Responsible-Changed-By: jhb 
Responsible-Changed-When: Mon Dec 14 15:32:43 UTC 2009 
Responsible-Changed-Why:  
Fix committed to HEAD. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141353 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/141353: commit references a PR
Date: Mon, 14 Dec 2009 15:33:07 +0000 (UTC)

 Author: jhb
 Date: Mon Dec 14 15:32:32 2009
 New Revision: 200514
 URL: http://svn.freebsd.org/changeset/base/200514
 
 Log:
   Remove comment claiming that building acpi into the kernel is deprecated.
   
   PR:		docs/141353
   Submitted by:	Bruce Cran
   MFC after:	1 week
 
 Modified:
   head/sys/i386/conf/NOTES
 
 Modified: head/sys/i386/conf/NOTES
 ==============================================================================
 --- head/sys/i386/conf/NOTES	Mon Dec 14 13:23:33 2009	(r200513)
 +++ head/sys/i386/conf/NOTES	Mon Dec 14 15:32:32 2009	(r200514)
 @@ -469,9 +469,6 @@ device		tdfx_linux		# Enable Linuxulator
  # kernel environment variables to select initial debugging levels for the
  # Intel ACPICA code.  (Note that the Intel code must also have USE_DEBUGGER
  # defined when it is built).
 -#
 -# Note that building ACPI into the kernel is deprecated; the module is
 -# normally loaded automatically by the loader.
  
  device		acpi
  options 	ACPI_DEBUG
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: jhb 
State-Changed-When: Tue Oct 12 16:25:07 UTC 2010 
State-Changed-Why:  
Fix merged to 7 and 8 a while ago. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141353 
>Unformatted:
