VirtualBox

Changeset 33662 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
Nov 1, 2010 3:41:54 PM (14 years ago)
Author:
vboxsync
Message:

HPET: avoid VERR_INTERNAL_ERROR on narrow reads, as this is being done by both CPU-z and SIW

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevHPET.cpp

    r29250 r33662  
    717717        case 2:
    718718            Log(("Narrow read: %d\n", cb));
    719             rc = VERR_INTERNAL_ERROR;
     719            rc = VINF_SUCCESS;
    720720            break;
    721721        case 4:
     
    766766        default:
    767767            AssertReleaseMsgFailed(("cb=%d\n", cb)); /* for now we assume simple accesses. */
    768             rc = VERR_INTERNAL_ERROR;
     768            rc = VINF_SUCCESS;
    769769    }
    770770
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