VirtualBox

Changeset 81543 in vbox


Ignore:
Timestamp:
Oct 25, 2019 1:32:56 PM (5 years ago)
Author:
vboxsync
Message:

DevOHCI: Bumped saved state version and kicked out the dummy end-of-frame timer. bugref:9218

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/DevOHCI.cpp

    r81541 r81543  
    350350    /** Dropped URBs (endpoint halted, or URB canceled). */
    351351    STAMCOUNTER         StatDroppedUrbs;
    352     /** Profiling ohciR3FrameBoundaryTimer. */
    353     STAMPROFILE         StatTimer;
    354352
    355353    /** VM timer frequency used for frame timer calculations. */
     
    33943392
    33953393/**
    3396  * A worker for ohciR3ServiceIsochronousEndpoint which submits the specified
    3397  * TD.
     3394 * A worker for ohciR3ServiceIsochronousEndpoint which submits the specified TD.
    33983395 *
    33993396 * @returns true on success.
     
    38043801}
    38053802
     3803
    38063804/**
    38073805 * Abort outstanding transfers on the bulk list.
     
    41744172}
    41754173
     4174
    41764175/**
    41774176 * Generate a Start-Of-Frame event, and set a timer for End-Of-Frame.
     
    42784277}
    42794278
     4279
    42804280/**
    42814281 * Updates the HcFmNumber and FNO registers.
     
    42874287        pThis->fno = 1;
    42884288}
     4289
    42894290
    42904291/**
     
    43294330}
    43304331
    4331 /** @interface_method_impl{VUSBIROOTHUBPORT,pfnFrameRateChanged} */
     4332
     4333/**
     4334 * @interface_method_impl{VUSBIROOTHUBPORT,pfnFrameRateChanged}
     4335 */
    43324336static DECLCALLBACK(void) ohciR3FrameRateChanged(PVUSBIROOTHUBPORT pInterface, uint32_t u32FrameRate)
    43334337{
     
    43444348}
    43454349
    4346 /**
    4347  * Do frame processing on frame boundary
    4348  */
    4349 static DECLCALLBACK(void) ohciR3FrameBoundaryTimer(PPDMDEVINS pDevIns, PTMTIMER pTimer, void *pvUser)
    4350 {
    4351     RT_NOREF(pDevIns, pTimer, pvUser);
    4352 }
    43534350
    43544351/**
     
    43684365}
    43694366
     4367
    43704368/**
    43714369 * Stop sending SOF tokens on the bus
     
    43774375    VUSBIDevPowerOff(pThisCC->RootHub.pIDev);
    43784376}
     4377
    43794378
    43804379/**
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette