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/ac97.c | |
parent | ab346bb23f4ba6f78392b1e55e01a9e58b993887 (diff) | |
download | qemu-817e0b6fe8324de8dbd4bec9184c207754618365.zip qemu-817e0b6fe8324de8dbd4bec9184c207754618365.tar.gz qemu-817e0b6fe8324de8dbd4bec9184c207754618365.tar.bz2 |
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/ac97.c')
-rw-r--r-- | hw/ac97.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1311,7 +1311,6 @@ static int ac97_initfn (PCIDevice *dev) c[PCI_SUBSYSTEM_ID + 1] = 0x00; c[PCI_INTERRUPT_LINE] = 0x00; /* intr_ln interrupt line rw */ - /* TODO: RST# value should be 0. */ c[PCI_INTERRUPT_PIN] = 0x01; /* intr_pn interrupt pin ro */ memory_region_init_io (&s->io_nam, &ac97_io_nam_ops, s, "ac97-nam", 1024); |