From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MLHfl-0000xn-2y for qemu-devel@nongnu.org; Mon, 29 Jun 2009 10:17:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MLHfe-0000mS-QZ for qemu-devel@nongnu.org; Mon, 29 Jun 2009 10:17:27 -0400 Received: from [199.232.76.173] (port=40286 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLHfe-0000mA-LZ for qemu-devel@nongnu.org; Mon, 29 Jun 2009 10:17:22 -0400 Received: from mx20.gnu.org ([199.232.41.8]:33611) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MLHfe-0000EZ-E2 for qemu-devel@nongnu.org; Mon, 29 Jun 2009 10:17:22 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MLHfd-0008W0-DA for qemu-devel@nongnu.org; Mon, 29 Jun 2009 10:17:21 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] Implement PC port80 debug register. Date: Mon, 29 Jun 2009 15:17:17 +0100 References: <1246262725-23825-1-git-send-email-jljusten@gmail.com> <4A48C5F5.6030402@codemonkey.ws> In-Reply-To: <4A48C5F5.6030402@codemonkey.ws> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906291517.18670.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Jordan Justen On Monday 29 June 2009, Anthony Liguori wrote: > Jordan Justen wrote: > > From: jljusten > > > > In PC systems, the byte I/O port 0x80 is commonly made into a > > read/write byte. BIOS and/or system software will often use > > it as a simple checkpoint marker. > > What software does this? Typically, port80 is used as an IO delay > mechanism. I'm not aware of it being used to read/write arbitrary data. Port 0x80 is generally the bios debug port. It's not uncommon for motherboards to display the values written to this port via an onboard 7-segment LED. Paul