VirtualBox

Ignore:
Timestamp:
Mar 3, 2014 10:54:25 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
92595
Message:

Support,VBoxNet[Flt|Adp]/solaris: Fix S10 regression with trunk, ddi_quiesce_not_needed missing.

File:
1 edited

Legend:

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

    r50633 r50664  
    7272static int VBoxNetAdpSolarisAttach(dev_info_t *pDip, ddi_attach_cmd_t enmCmd);
    7373static int VBoxNetAdpSolarisDetach(dev_info_t *pDip, ddi_detach_cmd_t enmCmd);
     74static int VBoxNetAdpSolarisQuiesceNotNeeded(dev_info_t *pDip);
    7475
    7576/**
     
    164165    (struct bus_ops *)0,
    165166    nodev,                          /* power */
    166     ddi_quiesce_not_needed
     167    VBoxNetAdpSolarisQuiesceNotNeeded
    167168};
    168169
     
    443444
    444445
     446/**
     447 * Quiesce not-needed entry point, as Solaris 10 doesn't have any
     448 * ddi_quiesce_not_needed() function.
     449 *
     450 * @param   pDip            The module structure instance.
     451 *
     452 * @return  corresponding solaris error code.
     453 */
     454static int VBoxNetAdpSolarisQuiesceNotNeeded(dev_info_t *pDip)
     455{
     456    return DDI_SUCCESS;
     457}
     458
     459
    445460static int vboxNetAdpSolarisGenerateMac(PRTMAC pMac)
    446461{
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