VirtualBox

Ignore:
Timestamp:
Aug 14, 2015 3:16:38 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102121
Message:

*: scm cleanup run.

File:
1 edited

Legend:

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

    r56293 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#define LOG_GROUP LOG_GROUP_NET_ADP_DRV
    3132#include <VBox/log.h>
     
    5556#include "../VBoxNetAdpInternal.h"
    5657
    57 /*******************************************************************************
    58 *   Defined Constants And Macros                                               *
    59 *******************************************************************************/
     58
     59/*********************************************************************************************************************************
     60*   Defined Constants And Macros                                                                                                 *
     61*********************************************************************************************************************************/
    6062#define DEVICE_NAME              "vboxnet"
    6163/** The module descriptions as seen in 'modinfo'. */
     
    6365
    6466
    65 /*******************************************************************************
    66 *   Internal Functions                                                         *
    67 *******************************************************************************/
     67/*********************************************************************************************************************************
     68*   Internal Functions                                                                                                           *
     69*********************************************************************************************************************************/
    6870static int VBoxNetAdpSolarisAttach(dev_info_t *pDip, ddi_attach_cmd_t enmCmd);
    6971static int VBoxNetAdpSolarisDetach(dev_info_t *pDip, ddi_detach_cmd_t enmCmd);
     
    187189
    188190
    189 /*******************************************************************************
    190 *   Global Variables                                                           *
    191 *******************************************************************************/
     191/*********************************************************************************************************************************
     192*   Global Variables                                                                                                             *
     193*********************************************************************************************************************************/
    192194/** The default ethernet broadcast address */
    193195static uchar_t achBroadcastAddr[] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF };
     
    204206
    205207
    206 /*******************************************************************************
    207 *   Internal Functions                                                         *
    208 *******************************************************************************/
     208/*********************************************************************************************************************************
     209*   Internal Functions                                                                                                           *
     210*********************************************************************************************************************************/
    209211static int vboxNetAdpSolarisGenerateMac(PRTMAC pMac);
    210212static int vboxNetAdpSolarisSetMacAddress(gld_mac_info_t *pMacInfo, unsigned char *pszMacAddr);
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