Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jun 2010 08:50:02 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-doc@FreeBSD.org
Subject:   Re: docs/147180: commit references a PR
Message-ID:  <201006020850.o528o2Ln078403@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/147180; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/147180: commit references a PR
Date: Wed,  2 Jun 2010 08:43:28 +0000 (UTC)

 Author: mav
 Date: Wed Jun  2 08:43:18 2010
 New Revision: 208729
 URL: http://svn.freebsd.org/changeset/base/208729
 
 Log:
   Recommend disabling LAPIC timer instead whole APIC for fixing C3 state.
   
   PR:		docs/147180
   Submitted by:	Tobias Rehbein
 
 Modified:
   head/share/man/man4/acpi.4
 
 Modified: head/share/man/man4/acpi.4
 ==============================================================================
 --- head/share/man/man4/acpi.4	Wed Jun  2 07:47:29 2010	(r208728)
 +++ head/share/man/man4/acpi.4	Wed Jun  2 08:43:18 2010	(r208729)
 @@ -25,7 +25,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd March 9, 2010
 +.Dd June 2, 2010
  .Dt ACPI 4
  .Os
  .Sh NAME
 @@ -599,10 +599,8 @@ The
  .Nm
  CPU idle power management drive conflicts with the local APIC (LAPIC)
  timer.
 -Disable APIC mode with
 -.Va hint.apic.0.disabled
 +Disable the local APIC timer with
 +.Va hint.apic.0.clock=0
  or do not use the
 -.Li C2
 -and
  .Li C3
 -states if APIC mode is enabled.
 +and deeper states if the local APIC timer is enabled.
 _______________________________________________
 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"
 



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