Changeset 25218 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Dec 7, 2009 6:00:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevACPI.cpp
r24669 r25218 1956 1956 if (RT_FAILURE(rc)) 1957 1957 return rc; 1958 1958 1959 1959 pThis->uPmIoPortBase = uNewBase; 1960 1960 1961 1961 rc = acpiRegisterPmHandlers(pThis); 1962 if (RT_FAILURE(rc)) 1963 return rc; 1964 1965 /* We have to update FADT table acccording to the new base */ 1966 rc = acpiPlantTables(pThis); 1967 Assert(RT_SUCCESS(rc)); 1962 1968 if (RT_FAILURE(rc)) 1963 1969 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.