Revision f80a7fc3

b/hw/eepro100.c
958 958
            /* Starting with offset 8, the command contains
959 959
             * 64 dwords microcode which we just ignore here. */
960 960
            break;
961
        case CmdDiagnose:
962
            TRACE(OTHER, logout("diagnose\n"));
963
            /* Make sure error flag is not set. */
964
            s->tx.status = 0;
965
            break;
961 966
        default:
962 967
            missing("undefined command");
963 968
            success = false;

Also available in: Unified diff