VirtualBox

Ignore:
Timestamp:
Oct 27, 2008 12:03:26 PM (16 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c

    r13530 r13573  
    6565*   Defined Constants And Macros                                               *
    6666*******************************************************************************/
    67 #define _QUOTE2(x) #x
    68 #define QUOTE(x) _QUOTE2(x)
     67/** @todo this quoting macros probably should be moved to a common place.
     68  * The indirection is for expanding macros passed to the first macro. */
     69#define VBOXSOLQUOTE2(x)                #x
     70#define VBOXSOLQUOTE(x)                 VBOXSOLQUOTE2(x)
    6971/** The module name. */
    7072#define DEVICE_NAME              "vboxdrv"
    7173/** The module description as seen in 'modinfo'. */
    72 #define DEVICE_DESC              "VirtualBox Driver"
     74#define DEVICE_DESC              "VirtualBox HostDrv"
    7375/** Maximum number of driver instances. */
    7476#define DEVICE_MAXINSTANCES      16
     
    141143{
    142144    &mod_driverops,         /* extern from kernel */
    143     DEVICE_DESC " " VBOX_VERSION_STRING "r" QUOTE(VBOX_SVN_REV),
     145    DEVICE_DESC " " VBOX_VERSION_STRING "r" VBOXSOLQUOTE(VBOX_SVN_REV),
    144146    &g_VBoxDrvSolarisDevOps
    145147};
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