VirtualBox

Ignore:
Timestamp:
Oct 27, 2008 12:03:26 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38462
Message:

Solaris/driver versions: Added versions for NetFlt and the Guest driver. Cleared up incorrect comments in VBoxNetFlt regarding vanity names and PPA hacks.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/Makefile.kmk

    r12446 r13573  
    8888        $(VBOX_LIB_VBGL_R0BASE) \
    8989        $(VBOX_LIB_IPRT_GUEST_R0)
     90 vboxguest_DEFS.solaris += VBOX_SVN_REV=$(VBOX_SVN_REV)
     91 vboxguest_DEPS.solaris += $(VBOX_SVN_REV_KMK)
    9092 vboxguest_DEPS.freebsd  = \
    9193        $(PATH_vboxguest)/pci_if.h \
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.c

    r11602 r13573  
    3737#include "VBoxGuestInternal.h"
    3838#include <VBox/log.h>
     39#include <VBox/version.h>
    3940#include <iprt/assert.h>
    4041#include <iprt/initterm.h>
     
    4647*   Defined Constants And Macros                                               *
    4748*******************************************************************************/
     49#define VBOXSOLQUOTE2(x)                #x
     50#define VBOXSOLQUOTE(x)                 VBOXSOLQUOTE2(x)
    4851/** The module name. */
    4952#define DEVICE_NAME              "vboxguest"
    5053/** The module description as seen in 'modinfo'. */
    51 #define DEVICE_DESC              "VirtualBox Guest Driver"
     54#define DEVICE_DESC              "VirtualBox GstDrv"
    5255
    5356
     
    124127{
    125128    &mod_driverops,         /* extern from kernel */
    126     DEVICE_DESC,
     129    DEVICE_DESC " " VBOX_VERSION_STRING "r" VBOXSOLQUOTE(VBOX_SVN_REV),
    127130    &g_VBoxGuestSolarisDevOps
    128131};
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