diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2009-12-15 20:26:07 +0900 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2009-12-23 16:35:01 +0200 |
commit | 56594fe3dc8fe6106e65c5b93493718053dfc7f2 (patch) | |
tree | 31764d81e3930e0524b7e5c31bce293d69838431 /hw/piix_pci.c | |
parent | 4da5fcd391983c1d45013ae62be389bcda7d9213 (diff) |
piix_pci: add link to i440fx data sheet.
add link to i440fx data sheet.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/piix_pci.c')
-rw-r--r-- | 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 384d31c0ea..cd12212fff 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 { |