VirtualBox

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


Ignore:
Timestamp:
Apr 4, 2008 5:35:14 PM (17 years ago)
Author:
vboxsync
Message:

Dropped the pszDesc argument to *MMIORegisterGC/R0. It only persists in the PDMDEVHLP interface now because of binary compatability.

File:
1 edited

Legend:

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

    r6300 r7752  
    17591759    if (fGCEnabled) {
    17601760        rc = PDMDevHlpMMIORegisterGC(pDevIns, pData->apicbase & ~0xfff, 0x1000, 0,
    1761                                      "apicMMIOWrite", "apicMMIORead", NULL, "APIC Memory");
     1761                                     "apicMMIOWrite", "apicMMIORead", NULL);
    17621762        if (VBOX_FAILURE(rc))
    17631763            return rc;
     
    17681768
    17691769        rc = PDMDevHlpMMIORegisterR0(pDevIns, pData->apicbase & ~0xfff, 0x1000, 0,
    1770                                      "apicMMIOWrite", "apicMMIORead", NULL, "APIC Memory");
     1770                                     "apicMMIOWrite", "apicMMIORead", NULL);
    17711771        if (VBOX_FAILURE(rc))
    17721772            return rc;
     
    20372037    if (fGCEnabled) {
    20382038        rc = PDMDevHlpMMIORegisterGC(pDevIns, 0xfec00000, 0x1000, 0,
    2039                                      "ioapicMMIOWrite", "ioapicMMIORead", NULL, "I/O APIC Memory");
     2039                                     "ioapicMMIOWrite", "ioapicMMIORead", NULL);
    20402040        if (VBOX_FAILURE(rc))
    20412041            return rc;
     
    20462046
    20472047        rc = PDMDevHlpMMIORegisterR0(pDevIns, 0xfec00000, 0x1000, 0,
    2048                                      "ioapicMMIOWrite", "ioapicMMIORead", NULL, "I/O APIC Memory");
     2048                                     "ioapicMMIOWrite", "ioapicMMIORead", NULL);
    20492049        if (VBOX_FAILURE(rc))
    20502050            return rc;
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