From owner-freebsd-stable@FreeBSD.ORG Tue Dec 3 19:35:34 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A4C4CFDD for ; Tue, 3 Dec 2013 19:35:34 +0000 (UTC) Received: from mail-ea0-x233.google.com (mail-ea0-x233.google.com [IPv6:2a00:1450:4013:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3B2FE1CF5 for ; Tue, 3 Dec 2013 19:35:34 +0000 (UTC) Received: by mail-ea0-f179.google.com with SMTP id r15so10310112ead.10 for ; Tue, 03 Dec 2013 11:35:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=Jrz6vNmOuJxpB4BOJlcgWDc/bwnRl9dq4Y6VYdYFVzY=; b=AwTUgJBAsz7OCelwDebgc7I+cp7WyyO7Pdv1d8PI5KGuR47gIq0s5+uoVJB9d5U3VA r/HLguPGb+QseA/390NTOQCJhX+d2ucAZHkKcGjRJoe8Uk4y+GRWEW+iedwJfFyaPS3H dggsbyhV37ts2BZqxKUYOnWNWkP8+t9CfqxoIuJUipyF/eNsoiyCAHXOrL4YAGkSIokt aT6QajwhSWyXClo9gT99eO0BBN+Br80uiTljH8wwjHKjm5SdM4tekmkDvVyN81zzWNNa 18/YxyamN8waVbEtOBORsNX58/k6eMrGMUfk7wiqjZHPiKS8YHvOsLO9JNb+BSpBuyfk MbQw== X-Received: by 10.15.45.135 with SMTP id b7mr4244004eew.88.1386099332709; Tue, 03 Dec 2013 11:35:32 -0800 (PST) Received: from gmail.com (host31-143-dynamic.41-79-r.retail.telecomitalia.it. [79.41.143.31]) by mx.google.com with ESMTPSA id e3sm49023126eeg.11.2013.12.03.11.35.31 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 03 Dec 2013 11:35:32 -0800 (PST) Date: Tue, 3 Dec 2013 20:35:29 +0100 From: Claudio To: freebsd-stable@freebsd.org Subject: Add proper cpu scaling support for amd cpus Message-ID: <20131203193528.GA26870@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Dec 2013 19:35:34 -0000 Hello, Would it be possible to apply this patch: http://www.freebsd.org/cgi/query-pr.cgi?pr=167018 to stable so that it gets in 10 release? without it cpu scaling on most (especially recent) amd cpus doesn't work properly and the dmesg gets cluttered with "hwpstate0: set freq failed " errors. Claudio