diff options
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 { |