From owner-freebsd-arch@FreeBSD.ORG Tue May 6 18:08:36 2014 Return-Path: Delivered-To: freebsd-arch@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 EBCFE3BA; Tue, 6 May 2014 18:08:36 +0000 (UTC) Received: from mail-qc0-x236.google.com (mail-qc0-x236.google.com [IPv6:2607:f8b0:400d:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 89CCE85; Tue, 6 May 2014 18:08:36 +0000 (UTC) Received: by mail-qc0-f182.google.com with SMTP id e16so7198524qcx.41 for ; Tue, 06 May 2014 11:08:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Ty3zJIZSWYLoxXq1SY1j4Sx2I0t57arOSXQn+vIOM4E=; b=GI1ifn8V0eqj/RHv0UxfJ4TjwONiO9kc2X7N+Y21iZ0zu/h4O2WPe3lbJQKu/pxag6 Deu35B2kDv+iAGJYqswxSsEP0tHocPC85PeNNjjob6+yBCAeCSM+vApJUhQZnvpd1e9n pa5mvmN+YrdK9zuqNKFFCgOOfVWbQllz10nFZlbdZI1Koc3N3mkfs28IV6ELl8paAoX/ UxUwJ1ivvJJZCpj5oXVhv09kNl7V1gcO1BEDYiF95jthO21cTl6STphOb9o3FZ9tXm31 BKdIJhyLCLOcf19QZeAjo1dxAjdkWUtKD6PWkcF+OrLKYxMw8sxdzSqG8q9zdUY+r4PU /Uhg== MIME-Version: 1.0 X-Received: by 10.224.47.130 with SMTP id n2mr58210442qaf.26.1399399715673; Tue, 06 May 2014 11:08:35 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.191.201 with HTTP; Tue, 6 May 2014 11:08:35 -0700 (PDT) In-Reply-To: <201405051657.49992.jhb@freebsd.org> References: <201405051109.39345.jhb@freebsd.org> <201405051657.49992.jhb@freebsd.org> Date: Tue, 6 May 2014 11:08:35 -0700 X-Google-Sender-Auth: gbhK2GqiysVLFEWdIbvq4S9Skxg Message-ID: Subject: Re: proposal: set default lid state to S3, performance/economy Cx states to Cmax From: Adrian Chadd To: John Baldwin Content-Type: text/plain; charset=UTF-8 Cc: Kevin Oberman , "freebsd-acpi@freebsd.org" , "freebsd-arch@freebsd.org" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2014 18:08:37 -0000 On 5 May 2014 13:57, John Baldwin wrote: > The user in question found this on 9-stable with the existing defaults as the > HPET was just plain broken on their system and that was unrelated to Cx states. > (Rather, Cx states were only involved because worries about them are why the > system chose to use HPET. Had Cx states been enabled by default, they would > have had to disable those as well in addition to forcing LAPIC instead of > HPET.) Hm. Sounds uncomfortable. How does Windows run on systems like this? Do the windows drivers just disable HPET and use LAPIC or worse for timing, and just ignore anything lower than C1? I'm going to flip the switch to enable Cmax on defaults/rc.conf on -HEAD today. -a