VirtualBox

Changeset 26164 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Feb 2, 2010 7:44:51 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57178
Message:

PDM: Cleaning up device & USB device registration code.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevPcArch.c

    r26160 r26164  
    264264    "PC Architecture Device",
    265265    /* fFlags */
    266     PDM_DEVREG_FLAGS_HOST_BITS_DEFAULT | PDM_DEVREG_FLAGS_GUEST_BITS_32,
     266    PDM_DEVREG_FLAGS_HOST_BITS_DEFAULT | PDM_DEVREG_FLAGS_GUEST_BITS_DEFAULT,
    267267    /* fClass */
    268268    PDM_DEVREG_CLASS_ARCH,
  • trunk/src/VBox/Devices/VMMDev/VMMDev.cpp

    r26160 r26164  
    27432743    "VirtualBox VMM Device\n",
    27442744    /* fFlags */
    2745     PDM_DEVREG_FLAGS_HOST_BITS_DEFAULT | PDM_DEVREG_FLAGS_GUEST_BITS_32,
     2745    PDM_DEVREG_FLAGS_HOST_BITS_DEFAULT | PDM_DEVREG_FLAGS_GUEST_BITS_DEFAULT,
    27462746    /* fClass */
    27472747    PDM_DEVREG_CLASS_VMM_DEV,
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette