From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755968Ab0IIT4y (ORCPT ); Thu, 9 Sep 2010 15:56:54 -0400 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:38291 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752854Ab0IIT4w (ORCPT ); Thu, 9 Sep 2010 15:56:52 -0400 Date: Thu, 09 Sep 2010 12:57:10 -0700 (PDT) Message-Id: <20100909.125710.226781968.davem@davemloft.net> To: matt.causey@gmail.com Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: Is via-velocity broken in 2.6.34? From: David Miller In-Reply-To: References: <20100908.083022.189687100.davem@davemloft.net> X-Mailer: Mew version 6.3 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Matt Causey Date: Thu, 9 Sep 2010 10:42:21 -0700 > So it wasn't immediately intuitive that we would need power > management enabled in order to use other parts of the system. ACPI is not power management. It's a set of infrastructure (including an interpreter and small firmware programs to drive specialized hardware) that allows the important details of your motherboard to be described accurately to the kernel by firmware authors. That's why it's called "Advanced Configuration and Power Interface" and not just "Advanced Power Interface" :-) It also provides more accurate tables to describe things like the cpus in your system etc., to replace deprecated mechanisms for that such as MPS.