VirtualBox

Changeset 26506 in vbox


Ignore:
Timestamp:
Feb 14, 2010 9:25:17 AM (15 years ago)
Author:
vboxsync
Message:

Devices: tabs -> spaces.

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/.scm-settings

    r26503 r26506  
    4141--filter-out-dirs  "*/debian/."
    4242--filter-out-dirs  "*/SlickEdit/."
    43 --filter-out-dirs  "*/src/libs/."
     43--filter-out-dirs  "*/src/libs/*/."
    4444--filter-out-dirs  "*/src/apps/kchmviewer*/."
    4545--filter-out-dirs  "*/src/VBox/Additions/x11/x11include/."
    4646--filter-out-dirs  "*/src/VBox/Additions/WINNT/Graphics/Wine/."
     47--filter-out-dirs  "*/src/VBox/Additions/WINNT/Network/freebsd/."
    4748--filter-out-dirs  "*/src/VBox/Additions/WINNT/i8042prt/include/."
    4849--filter-out-dirs  "*/src/VBox/Additions/common/crOpenGL/."
     50--filter-out-dirs  "*/src/VBox/Additions/solaris/DRM/include/."
     51--filter-out-dirs  "*/src/VBox/Additions/solaris/SharedFolders/solaris10/sys/."
    4952--filter-out-dirs  "*/src/VBox/HostServices/SharedOpenGL/."
    5053--filter-out-dirs  "*/src/VBox/GuestHost/OpenGL/*/."
     
    6770--filter-out-files "*/include/VBox/HostServices/wglext.h"
    6871--filter-out-files "*/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_strfunc.h"
     72--filter-out-files "*/src/VBox/Devices/Audio/sys-queue.h"
    6973
    7074
     
    7276# Other options.
    7377#
    74 */src/Devices/slirp/*: --no-convert-tabs
     78*/src/VBox/Additions/solaris/SharedFolders/*: --no-convert-tabs
     79*/src/VBox/Additions/x11/vboxmouse/*mouse*: --no-convert-tabs
     80*/src/VBox/Additions/x11/vboxmouse/*pnp.c: --no-convert-tabs
     81*/src/VBox/Additions/x11/vboxvideo/vboxvideo*.c: --no-convert-tabs
     82*/src/VBox/Additions/x11/vboxvideo/vboxvideo*.h: --no-convert-tabs
     83*/src/VBox/Devices/Network/slirp/*: --no-convert-tabs
     84*/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/Edid.c: --no-convert-tabs
     85*/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/*.*: --no-convert-tabs
     86*/src/recompiler/*: --no-convert-tabs
     87*/src/recompiler/VBox*: --convert-tabs
     88*/src/apps/tunctl/tunctl.c: --no-convert-tabs
     89vboxvideo_drm.c: --no-convert-tabs
    7590
    7691
     
    8297--filter-out-dirs  "*/src/VBox/Additions/os2/VBoxMouse/."
    8398--filter-out-dirs  "*/src/VBox/Devices/PC/PXE/."
     99*/src/VBox/Additions/solaris/Installer/postinstall.sh: --no-convert-tabs
    84100
    85 --no-convert-tabs
     101# --no-convert-tabs
    86102
  • trunk/src/VBox/Devices/Audio/pulse_stubs.c

    r26289 r26506  
    9090PROXY_STUB     (pa_stream_trigger, pa_operation*,
    9191                (pa_stream *s, pa_stream_success_cb_t cb, void *userdata),
    92                 (s, cb, userdata))
     92                (s, cb, userdata))
    9393PROXY_STUB     (pa_stream_new, pa_stream*,
    9494                (pa_context *c, const char *name, const pa_sample_spec *ss,
     
    179179PROXY_STUB     (pa_operation_get_state, pa_operation_state_t,
    180180                (pa_operation *o),
    181                 (o))
     181                (o))
    182182PROXY_STUB     (pa_strerror, const char*,
    183183                (int error),
     
    185185PROXY_STUB     (pa_stream_readable_size, size_t,
    186186                (pa_stream *p),
    187                 (p))
     187                (p))
    188188
    189189
  • trunk/src/VBox/Devices/Graphics/BIOS/vbe.c

    r26003 r26506  
    8686//.ascii      "Bochs VBE Display Adapter enabled"
    8787.ascii       "VirtualBox VBE Display Adapter enabled"
    88 .byte   0x0a,0x0d
    89 .byte   0x0a,0x0d
    90 .byte   0x00
     88.byte        0x0a,0x0d
     89.byte        0x0a,0x0d
     90.byte        0x00
    9191
    9292_no_vbebios_info_string:
    9393.ascii       "No VirtualBox VBE support available!"
    94 .byte   0x0a,0x0d
    95 .byte   0x0a,0x0d
    96 .byte 0x00
     94.byte        0x0a,0x0d
     95.byte        0x0a,0x0d
     96.byte        0x00
    9797
    9898#ifdef DEBUG
     
    101101.ascii       VBOX_VERSION_STRING
    102102.ascii       " VBE Display Adapter"
    103 .byte   0x0a,0x0d, 0x00
     103.byte        0x0a,0x0d, 0x00
    104104#endif
    105105
     
    12071207
    12081208        if (vbe2_info)
    1209         {
     1209        {
    12101210                // OEM Stuff
    12111211                write_word(ES, DI + RT_OFFSETOF(VbeInfoBlock, OemSoftwareRev), VBE_OEM_SOFTWARE_REV);
     
    12681268
    12691269        if (vbe2_info)
    1270         {
     1270        {
    12711271                // OEM Stuff
    12721272                vbe_info_block.OemSoftwareRev = VBE_OEM_SOFTWARE_REV;
     
    12811281                memcpyb(ES, DI, ss, &vbe_info_block, sizeof(vbe_info_block));
    12821282        }
    1283         else
    1284         {
     1283        else
     1284        {
    12851285                // copy updates in vbe_info_block back (VBE 1.x compatibility)
    12861286                memcpyb(ES, DI, ss, &vbe_info_block, 256);
    1287         }
     1287        }
    12881288#endif /* !VBOX */
    12891289
  • trunk/src/VBox/Devices/Graphics/BIOS/vgabios.c

    r26003 r26506  
    147147
    148148vgabios_start:
    149 .byte   0x55, 0xaa      /* BIOS signature, required for BIOS extensions */
    150 
    151 .byte   0x40            /* BIOS extension length in units of 512 bytes */
     149.byte   0x55, 0xaa      /* BIOS signature, required for BIOS extensions */
     150
     151.byte   0x40            /* BIOS extension length in units of 512 bytes */
    152152
    153153
     
    160160.ascii  "VirtualBox VGA BIOS"
    161161#else
    162 .ascii  "Plex86/Bochs VGABios"
    163 #endif
    164 .ascii  " "
    165 .byte   0x00
     162.ascii  "Plex86/Bochs VGABios"
     163#endif
     164.ascii  " "
     165.byte   0x00
    166166
    167167// Info from Bart Oldeman
     
    173173vgabios_version:
    174174#ifndef VGABIOS_VERS
    175 .ascii  "current-cvs"
     175.ascii  "current-cvs"
    176176#else
    177177.ascii VGABIOS_VERS
    178178#endif
    179 .ascii  " "
     179.ascii  " "
    180180
    181181vgabios_date:
    182182.ascii  VGABIOS_DATE
    183183.byte   0x0a,0x0d
    184 .byte   0x00
     184.byte   0x00
    185185#endif
    186186
    187187#ifndef VBOX
    188188vgabios_copyright:
    189 .ascii  "(C) 2003 the LGPL VGABios developers Team"
    190 .byte   0x0a,0x0d
    191 .byte   0x00
     189.ascii  "(C) 2003 the LGPL VGABios developers Team"
     190.byte   0x0a,0x0d
     191.byte   0x00
    192192#endif
    193193
    194194#ifndef VBOX
    195195vgabios_license:
    196 .ascii  "This VGA/VBE Bios is released under the GNU LGPL"
    197 .byte   0x0a,0x0d
    198 .byte   0x0a,0x0d
    199 .byte   0x00
     196.ascii  "This VGA/VBE Bios is released under the GNU LGPL"
     197.byte   0x0a,0x0d
     198.byte   0x0a,0x0d
     199.byte   0x00
    200200
    201201vgabios_website:
    202 .ascii  "Please visit :"
    203 .byte   0x0a,0x0d
     202.ascii  "Please visit :"
     203.byte   0x0a,0x0d
    204204;;.ascii  " . http://www.plex86.org"
    205 ;;.byte 0x0a,0x0d
    206 .ascii  " . http://bochs.sourceforge.net"
    207 .byte   0x0a,0x0d
    208 .ascii  " . http://www.nongnu.org/vgabios"
    209 .byte   0x0a,0x0d
    210 .byte   0x0a,0x0d
    211 .byte   0x00
     205;;.byte 0x0a,0x0d
     206.ascii  " . http://bochs.sourceforge.net"
     207.byte   0x0a,0x0d
     208.ascii  " . http://www.nongnu.org/vgabios"
     209.byte   0x0a,0x0d
     210.byte   0x0a,0x0d
     211.byte   0x00
    212212#endif
    213213
  • trunk/src/VBox/Devices/PC/DevPcArch.c

    r26173 r26506  
    149149
    150150Bitfields for PS/2 system control port A:
    151 Bit(s)  Description     (Table P0415)
    152  7-6    any bit set to 1 turns activity light on
    153  5      unused
    154  4      watchdog timout occurred
    155  3      =0 RTC/CMOS security lock (on password area) unlocked
    156         =1 CMOS locked (done by POST)
    157  2      unused
    158  1      A20 is active
    159  0      =0 system reset or write
    160         =1 pulse alternate reset pin (high-speed alternate CPU reset)
    161 Notes:  once set, bit 3 may only be cleared by a power-on reset
    162         on at least the C&T 82C235, bit 0 remains set through a CPU reset to
    163           allow the BIOS to determine the reset method
    164         on the PS/2 30-286 & "Tortuga" the INT 15h/87h memory copy does
    165           not use this port for A20 control, but instead uses the keyboard
    166           controller (8042). Reportedly this may cause the system to crash
    167           when access to the 8042 is disabled in password server mode
    168           (see #P0398).
     151Bit(s)  Description     (Table P0415)
     152 7-6    any bit set to 1 turns activity light on
     153 5      unused
     154 4      watchdog timout occurred
     155 3      =0 RTC/CMOS security lock (on password area) unlocked
     156        =1 CMOS locked (done by POST)
     157 2      unused
     158 1      A20 is active
     159 0      =0 system reset or write
     160        =1 pulse alternate reset pin (high-speed alternate CPU reset)
     161Notes:  once set, bit 3 may only be cleared by a power-on reset
     162        on at least the C&T 82C235, bit 0 remains set through a CPU reset to
     163          allow the BIOS to determine the reset method
     164        on the PS/2 30-286 & "Tortuga" the INT 15h/87h memory copy does
     165          not use this port for A20 control, but instead uses the keyboard
     166          controller (8042). Reportedly this may cause the system to crash
     167          when access to the 8042 is disabled in password server mode
     168          (see #P0398).
    169169SeeAlso: #P0416,#P0417,MSR 00001000h
    170170 * @endverbatim
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