VirtualBox

Changeset 70088 in vbox


Ignore:
Timestamp:
Dec 12, 2017 5:38:54 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
119636
Message:

VBoxGuest: Enabled option reading from the host on all platforms.

Location:
trunk/src/VBox/Additions/common/VBoxGuest
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-haiku.c

    r70066 r70088  
    482482                if (RT_SUCCESS(rc))
    483483                {
     484                    /*
     485                     * Read host configuration.
     486                     */
     487                    VGDrvCommonProcessOptionsFromHost(&g_DevExt);
     488
    484489                    LogRel((MODULE_NAME ": loaded successfully\n"));
    485490                    return B_OK;
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.c

    r70066 r70088  
    320320                    if (rc == DDI_SUCCESS)
    321321                    {
    322                         rc = ddi_regs_map_setup(pDip, 2, &g_pMMIOBase, 0, g_cbMMIO, &deviceAttr,
    323                                         &g_PciMMIOHandle);
     322                        rc = ddi_regs_map_setup(pDip, 2, &g_pMMIOBase, 0, g_cbMMIO, &deviceAttr, &g_PciMMIOHandle);
    324323                        if (rc == DDI_SUCCESS)
    325324                        {
     
    342341                                if (RT_SUCCESS(rc))
    343342                                {
     343                                    /*
     344                                     * Read host configuration.
     345                                     */
     346                                    VGDrvCommonProcessOptionsFromHost(&g_DevExt);
     347
     348
    344349                                    rc = ddi_create_minor_node(pDip, DEVICE_NAME, S_IFCHR, instance, DDI_PSEUDO, 0 /* fFlags */);
    345350                                    if (rc == DDI_SUCCESS)
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