Revision 4b71051e

b/hw/lan9118.c
721 721
            break;
722 722
        }
723 723
        s->phy_control = val & 0x7980;
724
        /* Complete autonegotiation imediately.  */
724
        /* Complete autonegotiation immediately.  */
725 725
        if (val & 0x1000) {
726 726
            s->phy_status |= 0x0020;
727 727
        }
b/hw/syborg_serial.c
126 126
        s->dma_tx_ptr += count;
127 127
    }
128 128
    /* QEMU char backends do not have a nonblocking mode, so we transmit all
129
       the data imediately and the interrupt status will be unchanged.  */
129
       the data immediately and the interrupt status will be unchanged.  */
130 130
}
131 131

  
132 132
/* Initiate RX DMA, and transfer data from the FIFO.  */

Also available in: Unified diff