Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757801AbXL3PvR (ORCPT ); Sun, 30 Dec 2007 10:51:17 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756056AbXL3PvI (ORCPT ); Sun, 30 Dec 2007 10:51:08 -0500 Received: from smtpq2.groni1.gr.home.nl ([213.51.130.201]:44613 "EHLO smtpq2.groni1.gr.home.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756001AbXL3PvH (ORCPT ); Sun, 30 Dec 2007 10:51:07 -0500 Message-ID: <4777BDA5.4050203@keyaccess.nl> Date: Sun, 30 Dec 2007 16:47:49 +0100 From: Rene Herman User-Agent: Thunderbird 2.0.0.9 (X11/20071031) MIME-Version: 1.0 To: Ingo Molnar CC: Alan Cox , Linus Torvalds , dpreed@reed.com, Islam Amer , hpa@zytor.com, Pavel Machek , Ingo Molnar , Andi Kleen , Thomas Gleixner , Linux Kernel Subject: Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override References: <477711DC.5030800@keyaccess.nl> <20071230144700.78f4605c@the-village.bc.nu> <20071230152835.GX16946@elte.hu> In-Reply-To: <20071230152835.GX16946@elte.hu> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.0 (-) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 899 Lines: 25 On 30-12-07 16:28, Ingo Molnar wrote: > Reading from the 0x3cc port does not impact the cursor position update > sequence IIRC - i think the vidport is even ignored for the input > direction by most hardware, there's a separate input register. The 0x3cc > port is a well-defined VGA register which should be unused on non-VGA > hardware. (which makes it a perfect delay register in any case) Hardly. Duron 1300 on AMD756: rene@7ixe4:~/src/port80$ su -c ./port80 cycles: out 2400, in 2401 rene@7ixe4:~/src/port80$ su -c ./port3cc cycles: out 459, in 394 As stated a few dozen times by now already, port 0x80 is _decidedly_ _non_ _random_ Rene. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/