VirtualBox

Changeset 62463 in vbox for trunk/src


Ignore:
Timestamp:
Jul 22, 2016 4:32:54 PM (9 years ago)
Author:
vboxsync
Message:

Devices: scm

Location:
trunk/src/VBox/Devices
Files:
24 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DevIchAc97.cpp

    r62355 r62463  
    250250
    251251#define AC97_PORT2IDX(a_idx)   ( ((a_idx) >> 4) & 3 )
     252
    252253
    253254/*********************************************************************************************************************************
  • trunk/src/VBox/Devices/Audio/DevIchHda.cpp

    r62437 r62463  
    876876#endif
    877877
     878
    878879/*********************************************************************************************************************************
    879880*   Internal Functions                                                                                                           *
     
    967968static void hdaTimerMaybeStop(PHDASTATE pThis);
    968969#endif
     970
    969971
    970972/*********************************************************************************************************************************
  • trunk/src/VBox/Devices/Audio/DevIchHdaCommon.h

    • Property svn:executable deleted
    • Property svn:eol-style set to native
  • trunk/src/VBox/Devices/Audio/DrvHostALSAAudio.cpp

    r61609 r62463  
    6464#include "VBoxDD.h"
    6565
     66
    6667/*********************************************************************************************************************************
    6768*   Defines                                                                                                                      *
     
    7172#define PDMIHOSTAUDIO_2_DRVHOSTALSAAUDIO(pInterface) \
    7273    ( (PDRVHOSTALSAAUDIO)((uintptr_t)pInterface - RT_OFFSETOF(DRVHOSTALSAAUDIO, IHostAudio)) )
     74
    7375
    7476/*********************************************************************************************************************************
  • trunk/src/VBox/Devices/Audio/DrvHostDSound.cpp

    r61723 r62463  
    181181} DSOUNDDEV, *PDSOUNDDEV;
    182182
     183
    183184/*********************************************************************************************************************************
    184185*   Defines                                                                                                                      *
     
    191192#define PDMIHOSTAUDIO_2_DRVHOSTDSOUND(pInterface) \
    192193    ( (PDRVHOSTDSOUND)((uintptr_t)pInterface - RT_OFFSETOF(DRVHOSTDSOUND, IHostAudio)) )
     194
    193195
    194196/*********************************************************************************************************************************
  • trunk/src/VBox/Devices/Audio/DrvHostOSSAudio.cpp

    r61609 r62463  
    3535#include "VBoxDD.h"
    3636
     37
    3738/*********************************************************************************************************************************
    3839*   Defines                                                                                                                      *
     
    4849#define PDMIHOSTAUDIO_2_DRVHOSTOSSAUDIO(pInterface) \
    4950    ( (PDRVHOSTOSSAUDIO)((uintptr_t)pInterface - RT_OFFSETOF(DRVHOSTOSSAUDIO, IHostAudio)) )
     51
    5052
    5153/*********************************************************************************************************************************
  • trunk/src/VBox/Devices/Audio/DrvHostPulseAudio.cpp

    r61609 r62463  
    1616 */
    1717
     18
    1819/*********************************************************************************************************************************
    1920*   Header Files                                                                                                                 *
     
    4142#include "VBoxDD.h"
    4243
     44
    4345/*********************************************************************************************************************************
    4446*   Defines                                                                                                                      *
     
    6264#define PDMIHOSTAUDIO_2_DRVHOSTPULSEAUDIO(pInterface) \
    6365    ( (PDRVHOSTPULSEAUDIO)((uintptr_t)pInterface - RT_OFFSETOF(DRVHOSTPULSEAUDIO, IHostAudio)) )
     66
    6467
    6568/*********************************************************************************************************************************
     
    154157    char               *pszDefaultSource;
    155158} PULSEAUDIOENUMCBCTX, *PPULSEAUDIOENUMCBCTX;
     159
    156160
    157161/*********************************************************************************************************************************
  • trunk/src/VBox/Devices/Audio_old/DevIchAc97.cpp

    r61413 r62463  
    229229
    230230#define AC97_PORT2IDX(a_idx)   ( ((a_idx) >> 4) & 3 )
     231
    231232
    232233/*********************************************************************************************************************************
  • trunk/src/VBox/Devices/Audio_old/DevIchHda.cpp

    r61413 r62463  
    770770#endif
    771771
     772
    772773/*********************************************************************************************************************************
    773774*   Internal Functions                                                                                                           *
  • trunk/src/VBox/Devices/BiosCommonCode/biosorg_check.sed

    r60433 r62463  
    4141
    4242
    43 # Loop for comparing the two addresses.  The one in the pattern buffer (left) must be 
     43# Loop for comparing the two addresses.  The one in the pattern buffer (left) must be
    4444# smaller or equal to the one in in the pattern buffer (BIOSORG address).
    4545:compare_loop
     
    168168
    169169
    170 # Next round of the loop. 
     170# Next round of the loop.
    171171# 1. Drop the leading digit of the max address (BIOSORG).
    172172# 2. Check if we've reached end of the address. If so, check that we've reached the space in the actual address.
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.m

    r57790 r62463  
    290290
    291291        /*
    292          * Get notifications when we're moved or resized and when we're moved 
    293          * to a different screen or GPU or when the GL context simply needs updating. 
     292         * Get notifications when we're moved or resized and when we're moved
     293         * to a different screen or GPU or when the GL context simply needs updating.
    294294         */
    295295        if (pParentView)
     
    472472/**
    473473 * This is called when the bounds change.
    474  * 
     474 *
    475475 * We indicate that the FIFO thread must update the GL context.
    476476 */
     
    483483/**
    484484 * This is called when the frame changes size or position.
    485  * 
     485 *
    486486 * We indicate that the FIFO thread must update the GL context.
    487487 */
     
    492492}
    493493
    494 /** 
    495  * This is called when moved to different screen/GPU or/and when the GL context 
     494/**
     495 * This is called when moved to different screen/GPU or/and when the GL context
    496496 * needs updating.
    497  * 
     497 *
    498498 * We indicate that the FIFO thread must update the GL context.
    499499 */
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp

    r59741 r62463  
    61726172            Log(("ShaderSetPositionTransformed: (%d,%d)\n", pContext->state.RectViewPort.w, pContext->state.RectViewPort.h));
    61736173        case SVGA3D_DECLUSAGE_POSITION:
    6174             ShaderSetPositionTransformed(pContext->pShaderContext, pContext->state.RectViewPort.w, pContext->state.RectViewPort.h, 
     6174            ShaderSetPositionTransformed(pContext->pShaderContext, pContext->state.RectViewPort.w, pContext->state.RectViewPort.h,
    61756175                                         pVertexDecl[iVertex].identity.usage == SVGA3D_DECLUSAGE_POSITIONT);
    61766176            break;
  • trunk/src/VBox/Devices/Graphics/VBoxSVGA3D.def

    r59741 r62463  
    3838    ShaderSetPositionTransformed
    3939
    40 
  • trunk/src/VBox/Devices/Network/slirp/hostres.c

    r61801 r62463  
    901901    CHECKED( append_u16(res, RT_H2N_U16_C(sizeof(addr))) );
    902902    CHECKED( append_u32(res, addr.s_addr) );
    903  
     903
    904904    APPEND_EPILOGUE();
    905905}
     
    10211021            ++s;
    10221022        }
    1023        
     1023
    10241024        poff = wr;
    10251025
  • trunk/src/VBox/Devices/Network/slirp/resolv_conf_parser.c

    r61802 r62463  
    245245            {
    246246                LogRel(("NAT: resolv.conf: bad nameserver address %s\n", tok));
    247                 continue;               
     247                continue;
    248248            }
    249249
  • trunk/src/VBox/Devices/Storage/DrvVD.cpp

    r60404 r62463  
    8888 * is to ignore flushes, i.e. true. */
    8989#define VBOX_IGNORE_FLUSH
     90
    9091
    9192/*********************************************************************************************************************************
     
    24872488}
    24882489
     2490
    24892491/*********************************************************************************************************************************
    24902492*   Async Media interface methods                                                                                                *
     
    27212723    return VINF_SUCCESS;
    27222724}
     2725
    27232726
    27242727/*********************************************************************************************************************************
     
    38573860    return VDTYPE_HDD;
    38583861}
     3862
    38593863
    38603864/*********************************************************************************************************************************
  • trunk/src/VBox/Devices/Storage/IOBufMgmt.cpp

    r59452 r62463  
    4646
    4747/**
    48  * A 
     48 * A
    4949 */
    5050typedef struct IOBUFMGRBIN
  • trunk/src/VBox/Devices/USB/DevOHCI.cpp

    r62001 r62463  
    106106#define VBOX_WITH_OHCI_PHYS_READ_CACHE
    107107//#define VBOX_WITH_OHCI_PHYS_READ_STATS
     108
    108109
    109110/*********************************************************************************************************************************
     
    13461347    p->ed.cMinReadsPerPage = RT_MIN(p->ed.cMinReadsPerPage, p->ed.cReadsLastPage);
    13471348    p->ed.cMaxReadsPerPage = RT_MAX(p->ed.cMaxReadsPerPage, p->ed.cReadsLastPage);;
    1348    
     1349
    13491350    p->td.cMinReadsPerPage = RT_MIN(p->td.cMinReadsPerPage, p->td.cReadsLastPage);
    13501351    p->td.cMaxReadsPerPage = RT_MAX(p->td.cMaxReadsPerPage, p->td.cReadsLastPage);;
    1351    
     1352
    13521353    p->all.cMinReadsPerPage = RT_MIN(p->all.cMinReadsPerPage, p->all.cReadsLastPage);
    13531354    p->all.cMaxReadsPerPage = RT_MAX(p->all.cMaxReadsPerPage, p->all.cReadsLastPage);;
  • trunk/src/VBox/Devices/USB/VUSBBufferedPipe.cpp

    r59776 r62463  
    511511                         * Create a ring buffer which can hold twice the amount of data
    512512                         * for the required latency so we can fill the buffer with new data
    513                          * while the old one is still being used 
     513                         * while the old one is still being used
    514514                         */
    515515                        rc = RTCircBufCreate(&pThis->pRingBufData, 2 * pThis->cbRingBufData);
     
    582582}
    583583
    584 
  • trunk/src/VBox/Devices/USB/VUSBSniffer.cpp

    r59686 r62463  
    3535*   Defined Constants And Macros                                                                                                 *
    3636*********************************************************************************************************************************/
     37
    3738
    3839/*********************************************************************************************************************************
  • trunk/src/VBox/Devices/USB/VUSBSnifferUsbMon.cpp

    r59700 r62463  
    3434*   Defined Constants And Macros                                                                                                 *
    3535*********************************************************************************************************************************/
     36
    3637
    3738/*********************************************************************************************************************************
  • trunk/src/VBox/Devices/USB/VUSBSnifferVmx.cpp

    r59633 r62463  
    3434*   Defined Constants And Macros                                                                                                 *
    3535*********************************************************************************************************************************/
     36
    3637
    3738/*********************************************************************************************************************************
     
    8384    "Dec"
    8485};
     86
    8587
    8688/*********************************************************************************************************************************
  • trunk/src/VBox/Devices/USB/VUSBUrbPool.cpp

    r59775 r62463  
    2828#include "VUSBInternal.h"
    2929
     30
    3031/*********************************************************************************************************************************
    3132*   Defined Constants And Macros                                                                                                 *
     
    3738/** Convert from an URB to the URB header. */
    3839#define VUSBURBPOOL_URB_2_URBHDR(a_pUrb) RT_FROM_MEMBER(a_pUrb, VUSBURBHDR, Urb);
     40
    3941
    4042/*********************************************************************************************************************************
     
    6769AssertCompileSizeAlignment(VUSBURBHDR, 8);
    6870
     71
    6972/*********************************************************************************************************************************
    7073*   Static Variables                                                                                                             *
    7174*********************************************************************************************************************************/
     75
    7276
    7377/*********************************************************************************************************************************
  • trunk/src/VBox/Devices/USB/VUSBUrbTrace.cpp

    r59738 r62463  
    4040*   Global Variables                                                                                                             *
    4141*********************************************************************************************************************************/
     42
    4243
    4344/*********************************************************************************************************************************
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