From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H9XMi-0001KT-Bn for qemu-devel@nongnu.org; Tue, 23 Jan 2007 20:55:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H9XMg-0001JM-Nb for qemu-devel@nongnu.org; Tue, 23 Jan 2007 20:55:55 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H9XMg-0001JE-HB for qemu-devel@nongnu.org; Tue, 23 Jan 2007 20:55:54 -0500 Received: from [66.249.92.175] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H9XMg-0001ps-13 for qemu-devel@nongnu.org; Tue, 23 Jan 2007 20:55:54 -0500 Received: by ug-out-1314.google.com with SMTP id j40so34518ugd for ; Tue, 23 Jan 2007 17:55:53 -0800 (PST) Message-ID: Date: Tue, 23 Jan 2007 17:55:17 -0800 From: "Ed Swierk" Sender: eswierk@gmail.com Subject: Re: [Qemu-devel] [PATCH] PIIX4 SMBus host, EEPROM device emulation In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45B68307.9090509@bellard.org> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Windows 2000 boots and PC Wizard 2007 displays the following information under the Mainboard category: > SMBus/i2c Bus : Yes >> General Information Device : 82371AB/EB/MB PIIX4/E/M Power Management Controller Revision : 0 Frequency : 16 KHz Address : 0xB100 >> Device Capabilities (PCI) I/O Access : Yes Memory Access : Yes Bus Master Capable : Yes Special Cycle Recognition : No Memory Write & Invalidate : No VGA Palette Snoop : No Parity Error Response : No Cycle Wait : No System Error Line : No Fast Back-to-Back : No Detects Parity Errors : No User Defined Format : No PCI 66Mhz Bus Support : No New Capability List : No which hopefully means the patch doesn't break anything. --Ed