]> Git Repo - qemu.git/blobdiff - hw/ac97.c
PPC: Bump MPIC up to 32 supported CPUs
[qemu.git] / hw / ac97.c
index 541d9a4b97f321650effaa9b81b3e122f49eb19a..bc69d4e3452480fe6d6c42002224306143a8287a 100644 (file)
--- a/hw/ac97.c
+++ b/hw/ac97.c
@@ -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);
This page took 0.020797 seconds and 4 git commands to generate.