| Submitter | Isaku Yamahata |
|---|---|
| Date | Dec. 15, 2009, 11:26 a.m. |
| Message ID | <1260876367-28197-11-git-send-email-yamahata@valinux.co.jp> |
| Download | mbox | patch |
| Permalink | /patch/41185/ |
| State | New |
| Headers | show |
Comments
Patch
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 {
add link to i440fx data sheet. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> --- hw/piix_pci.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)