diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2011-09-11 13:40:23 +0300 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2011-09-19 21:22:29 +0300 |
commit | 817e0b6fe8324de8dbd4bec9184c207754618365 (patch) | |
tree | 7acb5eeffe4e43f8b1578499c23500a55f559257 /hw/es1370.c | |
parent | ab346bb23f4ba6f78392b1e55e01a9e58b993887 (diff) |
pci: interrupt pin documentation update
Fix up some erroneous comments in code:
interrupt pins are named A-D, the
interrupt pin register is always readonly
and isn't zeroed out on reset.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/es1370.c')
-rw-r--r-- | hw/es1370.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/es1370.c b/hw/es1370.c index a9387d15cc..2daadde0e6 100644 --- a/hw/es1370.c +++ b/hw/es1370.c @@ -1003,7 +1003,6 @@ static int es1370_initfn (PCIDevice *dev) c[0xdc] = 0x00; #endif - /* TODO: RST# value should be 0. */ c[PCI_INTERRUPT_PIN] = 1; c[PCI_MIN_GNT] = 0x0c; c[PCI_MAX_LAT] = 0x80; |