projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4da5fcd
)
piix_pci: add link to i440fx data sheet.
author
Isaku Yamahata
<yamahata@valinux.co.jp>
Tue, 15 Dec 2009 11:26:07 +0000
(20:26 +0900)
committer
Michael S. Tsirkin
<mst@redhat.com>
Wed, 23 Dec 2009 14:35:01 +0000
(16:35 +0200)
add link to i440fx data sheet.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/piix_pci.c
patch
|
blob
|
history
diff --git
a/hw/piix_pci.c
b/hw/piix_pci.c
index 384d31c0eaee65d1c126fa6c67a8e05e96e3ac4f..cd12212fffe252deaaa0aa7d4a3cc7c65def2f61 100644
(file)
--- 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 {