pci: interrupt pin documentation update
[qemu.git] / hw / ne2000.c
index a035a852441a65ad664b8034fcc13bc12dda5090..62e082f8a93df7dcb6004deca269c53ea00367dc 100644 (file)
@@ -749,8 +749,7 @@ static int pci_ne2000_init(PCIDevice *pci_dev)
     uint8_t *pci_conf;
 
     pci_conf = d->dev.config;
-    /* TODO: RST# value should be 0. PCI spec 6.2.4 */
-    pci_conf[PCI_INTERRUPT_PIN] = 1; // interrupt pin 0
+    pci_conf[PCI_INTERRUPT_PIN] = 1; /* interrupt pin A */
 
     s = &d->ne2000;
     ne2000_setup_io(s, 0x100);
This page took 0.02464 seconds and 4 git commands to generate.