VirtualBox

Changeset 6118 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Dec 18, 2007 9:55:20 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
26841
Message:

Solaris guest timesync. Daemonize to be fixed.

Added solaris to libxml2 build-it-ourselves platform list. This could change
when Sun ships an updated libxml2. 2.6.23 is utterly un-usable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/include/VBox/VBoxGuest.h

    r6065 r6118  
    5454#elif defined(RT_OS_SOLARIS)
    5555/** The support device name. */
    56 # define VBOXGUEST_DEVICE_NAME        "/devices/pci@0:0/pci80ee,cafe@4:vboxadd"
     56# define VBOXGUEST_DEVICE_NAME        "/devices/pci@0,0/pci80ee,cafe@4:vboxadd"
    5757
    5858#elif defined(RT_OS_WINDOWS)
     
    972972#elif defined(RT_OS_SOLARIS)
    973973# include <sys/ioccom.h>
    974 # define VBOXGUEST_IOCTL_CODE(Function, Size)   _IOWR('V', (Function) | VBOXGUEST_IOCTL_FLAG, (Size))
     974# define VBOXGUEST_IOCTL_CODE(Function, Size)   _IOWRN('V', (Function) | VBOXGUEST_IOCTL_FLAG, (Size))
    975975# define VBOXGUEST_IOCTL_CODE_FAST(Function)    _IO(  'V', (Function) | VBOXGUEST_IOCTL_FLAG)
    976976
     
    10451045 *          on systems where this matters. */
    10461046#ifdef VBOXGUEST_IOCTL_CODE
    1047 # define VBOXGUEST_IOCTL_VMMREQUEST(Size)   VBOXGUEST_IOCTL_CODE(3, sizeof(VMMDevRequestHeader))
     1047# define VBOXGUEST_IOCTL_VMMREQUEST(Size)   VBOXGUEST_IOCTL_CODE(3, (Size))
    10481048# define IOCTL_VBOXGUEST_VMMREQUEST         VBOXGUEST_IOCTL_VMMREQUEST(sizeof(VMMDevRequestHeader))
    10491049#else
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