Revision 66a0a2cb hw/lan9118.c

b/hw/lan9118.c
697 697
        return 0x0007;
698 698
    case 3: /* ID2 */
699 699
        return 0xc0d1;
700
    case 4: /* Auto-neg advertisment */
700
    case 4: /* Auto-neg advertisement */
701 701
        return s->phy_advertise;
702 702
    case 5: /* Auto-neg Link Partner Ability */
703 703
        return 0x0f71;
......
731 731
            s->phy_status |= 0x0020;
732 732
        }
733 733
        break;
734
    case 4: /* Auto-neg advertisment */
734
    case 4: /* Auto-neg advertisement */
735 735
        s->phy_advertise = (val & 0x2d7f) | 0x80;
736 736
        break;
737 737
        /* TODO 17, 18, 27, 31 */

Also available in: Unified diff