VirtualBox

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


Ignore:
Timestamp:
Dec 7, 2009 6:04:10 PM (15 years ago)
Author:
vboxsync
Message:

spaces

Location:
trunk/src/VBox/Devices/PC
Files:
2 edited

Legend:

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

    r25191 r25219  
    493493                                         ;
    494494        *pszStr++                    = '\0';
    495    
     495
    496496        /***********************************
    497497         * DMI system information (Type 1) *
     
    508508        READCFGSTR(pSystemInf->u8Version,      DmiSystemVersion);
    509509        READCFGSTR(pSystemInf->u8SerialNumber, DmiSystemSerial);
    510    
     510
    511511        RTUUID uuid;
    512512        if (pszDmiSystemUuid)
     
    529529        }
    530530        memcpy(pSystemInf->au8Uuid, pUuid, sizeof(RTUUID));
    531    
     531
    532532        pSystemInf->u8WakeupType     = 6; /* Power Switch */
    533533        pSystemInf->u8SKUNumber      = 0;
    534534        READCFGSTR(pSystemInf->u8Family, DmiSystemFamily);
    535535        *pszStr++                    = '\0';
    536    
     536
    537537        /********************************************
    538538         * DMI System Enclosure or Chassis (Type 3) *
     
    567567# endif
    568568        *pszStr++                    = '\0';
    569    
     569
    570570        /*****************************
    571571         * DMI OEM strings (Type 11) *
     
    583583        pOEMStrings->header.u16Handle = 0x0002;
    584584        pOEMStrings->u8Count          = 2;
    585    
     585
    586586        char szTmp[64];
    587587        RTStrPrintf(szTmp, sizeof(szTmp), "vboxVer_%u.%u.%u",
     
    591591        READCFGSTRDEF(pOEMStrings->u8VBoxRevision, "DmiOEMVBoxRev", szTmp);
    592592        *pszStr++                    = '\0';
    593    
     593
    594594        /* End-of-table marker - includes padding to account for fixed table size. */
    595595        PDMIHDR pEndOfTable          = (PDMIHDR)pszStr;
     
    597597        pEndOfTable->u8Length        = cbMax - ((char *)pszStr - (char *)pTable) - 2;
    598598        pEndOfTable->u16Handle       = 0xFEFF;
    599    
     599
    600600        /* If more fields are added here, fix the size check in READCFGSTR */
    601601
     
    777777    PDMDevHlpPhysWrite (pDevIns, 0x9fff0, &floatPtr, 16);
    778778}
    779 
  • trunk/src/VBox/Devices/PC/DevPcBios.cpp

    r25048 r25219  
    13641364    PDM_DEVREG_VERSION
    13651365};
    1366 
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