From patchwork Tue Dec 15 11:26:07 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [V2,10/10] piix_pci: add link to i440fx data sheet. Date: Tue, 15 Dec 2009 01:26:07 -0000 From: Isaku Yamahata X-Patchwork-Id: 41185 Message-Id: <1260876367-28197-11-git-send-email-yamahata@valinux.co.jp> To: qemu-devel@nongnu.org, mst@redhat.com Cc: yamahata@valinux.co.jp add link to i440fx data sheet. Signed-off-by: Isaku Yamahata --- hw/piix_pci.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/hw/piix_pci.c b/hw/piix_pci.c index 384d31c..cd12212 100644 --- a/hw/piix_pci.c +++ b/hw/piix_pci.c @@ -29,6 +29,11 @@ #include "isa.h" #include "sysbus.h" +/* + * I440FX chipset data sheet. + * http://download.intel.com/design/chipsets/datashts/29054901.pdf + */ + typedef PCIHostState I440FXState; typedef struct PIIX3State {