VirtualBox

Changeset 2781 in vbox for trunk/src


Ignore:
Timestamp:
May 22, 2007 10:56:27 PM (18 years ago)
Author:
vboxsync
Message:

made the file description correspond to the device/driver description.

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

Legend:

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

    • Property svn:keywords changed from Author Date Id Revision to Id
    r2546 r2781  
     1/* $Id$ */
    12/** @file
    2  *
    3  * VBox basic PC devices:
    4  * Advanced Configuration and Power Interface (ACPI) device
     3 * Advanced Configuration and Power Interface (ACPI) Device.
    54 */
    65
  • trunk/src/VBox/Devices/PC/DevAPIC.cpp

    • Property svn:keywords changed from Author Date Id Revision to Id
    r2749 r2781  
    11#ifdef VBOX
     2/* $Id$ */
    23/** @file
    3  *
    4  * VBox basic PC devices:
    5  * Advanced Programmable Interrupt Controller (APIC) device
     4 * Advanced Programmable Interrupt Controller (APIC) Device and
     5 * I/O Advanced Programmable Interrupt Controller (IO-APIC) Device.
    66 */
    77
     
    17881788    "VBoxDD2R0.r0",
    17891789    /* pszDescription */
    1790     "Advanced Programmable Interrupt Controller",
     1790    "Advanced Programmable Interrupt Controller (APIC) Device",
    17911791    /* fFlags */
    17921792    PDM_DEVREG_FLAGS_HOST_BITS_DEFAULT | PDM_DEVREG_FLAGS_GUEST_BITS_32_64 | PDM_DEVREG_FLAGS_PAE36 | PDM_DEVREG_FLAGS_GC | PDM_DEVREG_FLAGS_R0,
     
    20542054    "VBoxDD2R0.r0",
    20552055    /* pszDescription */
    2056     "I/O Advanced Programmable Interrupt Controller",
     2056    "I/O Advanced Programmable Interrupt Controller (IO-APIC) Device",
    20572057    /* fFlags */
    20582058    PDM_DEVREG_FLAGS_HOST_BITS_DEFAULT | PDM_DEVREG_FLAGS_GUEST_BITS_32_64 | PDM_DEVREG_FLAGS_PAE36 | PDM_DEVREG_FLAGS_GC | PDM_DEVREG_FLAGS_R0,
  • trunk/src/VBox/Devices/PC/DevDMA.cpp

    • Property svn:keywords set to Id
    r1912 r2781  
     1/* $Id$ */
    12/** @file
    2  *
    3  * VBox basic PC devices:
    4  * DMA controller
     3 * DMA Controller Device.
    54 */
    65
     
    958957    "",
    959958    /* pszDescription */
    960     "DMA Controller.\n",
     959    "DMA Controller Device",
    961960    /* fFlags */
    962961    PDM_DEVREG_FLAGS_HOST_BITS_DEFAULT | PDM_DEVREG_FLAGS_GUEST_BITS_DEFAULT,
  • trunk/src/VBox/Devices/PC/DevPIC.cpp

    • Property svn:keywords set to Id
    r2538 r2781  
     1/* $Id$ */
    12/** @file
    2  *
    3  * VBox basic PC devices:
    4  * Intel 8259 Programmable Interrupt Controller.
     3 * Intel 8259 Programmable Interrupt Controller (PIC) Device.
    54 */
    65
     
    10871086    "VBoxDDR0.r0",
    10881087    /* pszDescription */
    1089     "i8259 Programmable Interrupt Controller",
     1088    "Intel 8259 Programmable Interrupt Controller (PIC) Device.",
    10901089    /* fFlags */
    10911090    PDM_DEVREG_FLAGS_HOST_BITS_DEFAULT | PDM_DEVREG_FLAGS_GUEST_BITS_32_64 | PDM_DEVREG_FLAGS_PAE36 | PDM_DEVREG_FLAGS_GC | PDM_DEVREG_FLAGS_R0,
  • trunk/src/VBox/Devices/PC/DevPcArch.c

    • Property svn:keywords changed from Author Date Id Revision to Id
    r1 r2781  
     1/* $Id$ */
    12/** @file
    2  *
    3  * VBox basic PC devices:
    4  * PC architechture device
     3 * PC Architechture Device.
    54 */
    65
  • trunk/src/VBox/Devices/PC/DevPcBios.cpp

    • Property svn:keywords changed from Author Date Id Revision to Id
    r2749 r2781  
     1/* $Id$ */
    12/** @file
    2  *
    3  * VBox basic PC devices:
    4  * PC BIOS device
     3 * PC BIOS Device.
    54 */
    65
     
    875874
    876875    /* I/O-APIC.
    877      * MP spec: "The configuration table contains one or more entries for I/O APICs. 
     876     * MP spec: "The configuration table contains one or more entries for I/O APICs.
    878877     *           ... At least one I/O APIC must be enabled." */
    879878    PMPSIOAPICENTRY pIOAPICEntry   = (PMPSIOAPICENTRY)(pBusEntry+1);
     
    889888        pIrqEntry->u8EntryType     = 3; /* I/O interrupt entry */
    890889        pIrqEntry->u8Type          = 0; /* INT, vectored interrupt */
    891         pIrqEntry->u16Flags        = 0; /* polarity of APIC I/O input signal = conforms to bus, 
     890        pIrqEntry->u16Flags        = 0; /* polarity of APIC I/O input signal = conforms to bus,
    892891                                           trigger mode = conforms to bus */
    893892        pIrqEntry->u8SrcBusId      = 0; /* ISA bus */
     
    14391438    "",
    14401439    /* pszDescription */
    1441     "Bochs PC BIOS",
     1440    "PC BIOS Device",
    14421441    /* fFlags */
    14431442    PDM_DEVREG_FLAGS_HOST_BITS_DEFAULT | PDM_DEVREG_FLAGS_GUEST_BITS_32_64,
  • trunk/src/VBox/Devices/PC/DevPcBios.h

    r2651 r2781  
     1/* $Id$ */
    12/** @file
    2  *
    3  * VBox basic PC devices:
    4  * PC BIOS device
     3 * PC BIOS Device Header.
    54 */
    65
     
    3433
    3534#endif
     35
  • trunk/src/VBox/Devices/PC/DevPit-i8254.cpp

    r2779 r2781  
    11/** $Id$ */
    22/** @file
    3  * Intel 8254 Programmable Interval Timer (PIT).
     3 * Intel 8254 Programmable Interval Timer (PIT) And Dummy Speaker Device.
    44 */
    55
     
    301301
    302302    /* log the new rate if it's high enough. */
    303     if (    (   s->mode == 2 
     303    if (    (   s->mode == 2
    304304             || s->mode == 3)
    305305        &&  s->count < 0x10000
    306306        &&  s->cRelLogEntries++ < 32)
    307         LogRel(("PIT: mode=%d count=%#x - %d.%02d Hz\n", s->mode, s->count, 
     307        LogRel(("PIT: mode=%d count=%#x - %d.%02d Hz\n", s->mode, s->count,
    308308                PIT_FREQ / s->count, (PIT_FREQ * 100 / s->count) % 100));
    309309}
     
    10241024    "VBoxDDR0.r0",
    10251025    /* pszDescription */
    1026     "i8254 Programmable Interval Timer And Dummy Speaker",
     1026    "Intel 8254 Programmable Interval Timer (PIT) And Dummy Speaker Device",
    10271027    /* fFlags */
    10281028    PDM_DEVREG_FLAGS_HOST_BITS_DEFAULT | PDM_DEVREG_FLAGS_GUEST_BITS_32_64 | PDM_DEVREG_FLAGS_PAE36 | PDM_DEVREG_FLAGS_GC | PDM_DEVREG_FLAGS_R0,
  • trunk/src/VBox/Devices/PC/DevRTC.cpp

    • Property svn:keywords set to Id
    r2627 r2781  
     1/* $Id$ */
    12/** @file
    2  *
    3  * VBox basic PC devices:
    43 * Motorola MC146818 RTC/CMOS Device.
    54 */
  • trunk/src/VBox/Devices/PC/DrvACPI.cpp

    • Property svn:keywords changed from Author Date Id Revision to Id
    r1 r2781  
     1/** $Id$ */
    12/** @file
    2  *
    3  * VBox basic PC devices:
    4  * ACPI host interface driver
     3 * ACPI Host Driver.
    54 */
    65
     
    529528    NULL
    530529};
     530
  • trunk/src/VBox/Devices/PC/vbox.dsl

    • Property svn:keywords changed from Author Date Id Revision to Id
    r2546 r2781  
     1// $Id$
    12/// @file
    23//
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