VirtualBox

Changeset 33408 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Oct 25, 2010 9:57:32 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66997
Message:

Removed VBOX_DYNAMIC_NET_ATTACH, we don't need to keep this optional.

Location:
trunk/src/VBox/Devices/Network
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevE1000.cpp

    r33326 r33408  
    52985298}
    52995299
     5300
    53005301/* -=-=-=-=- PDMDEVREG -=-=-=-=- */
    5301 
    5302 #ifdef VBOX_DYNAMIC_NET_ATTACH
    53035302
    53045303/**
     
    53345333    PDMCritSectLeave(&pState->cs);
    53355334}
    5336 
    53375335
    53385336/**
     
    54115409
    54125410}
    5413 
    5414 #endif /* VBOX_DYNAMIC_NET_ATTACH */
    54155411
    54165412/**
     
    59725968    /* Resume notification - optional. */
    59735969    NULL,
    5974 #ifdef VBOX_DYNAMIC_NET_ATTACH
    59755970    /* Attach command - optional. */
    59765971    e1kAttach,
    59775972    /* Detach notification - optional. */
    59785973    e1kDetach,
    5979 #else /* !VBOX_DYNAMIC_NET_ATTACH */
    5980     /* Attach command - optional. */
    5981     NULL,
    5982     /* Detach notification - optional. */
    5983     NULL,
    5984 #endif /* !VBOX_DYNAMIC_NET_ATTACH */
    59855974    /* Query a LUN base interface - optional. */
    59865975    NULL,
  • trunk/src/VBox/Devices/Network/DevPCNet.cpp

    r33326 r33408  
    48264826}
    48274827
    4828 #ifdef VBOX_DYNAMIC_NET_ATTACH
    48294828
    48304829/**
     
    49264925}
    49274926
    4928 #endif /* VBOX_DYNAMIC_NET_ATTACH */
    49294927
    49304928/**
     
    54115409    /* pfnResume */
    54125410    NULL,
    5413 #ifdef VBOX_DYNAMIC_NET_ATTACH
    54145411    /* pfnAttach */
    54155412    pcnetAttach,
    54165413    /* pfnDetach */
    54175414    pcnetDetach,
    5418 #else /* !VBOX_DYNAMIC_NET_ATTACH */
    5419     /* pfnAttach */
    5420     NULL,
    5421     /* pfnDetach */
    5422     NULL,
    5423 #endif /* !VBOX_DYNAMIC_NET_ATTACH */
    54245415    /* pfnQueryInterface. */
    54255416    NULL,
  • trunk/src/VBox/Devices/Network/DevVirtioNet.cpp

    r33326 r33408  
    17001700}
    17011701
     1702
    17021703/* -=-=-=-=- PDMDEVREG -=-=-=-=- */
    1703 
    1704 #ifdef VBOX_DYNAMIC_NET_ATTACH
    17051704
    17061705/**
     
    17351734    vnetCsLeave(pState);
    17361735}
    1737 
    17381736
    17391737/**
     
    18031801
    18041802}
    1805 
    1806 #endif /* VBOX_DYNAMIC_NET_ATTACH */
    18071803
    18081804/**
     
    20842080    /* Resume notification - optional. */
    20852081    NULL,
    2086 #ifdef VBOX_DYNAMIC_NET_ATTACH
    20872082    /* Attach command - optional. */
    20882083    vnetAttach,
    20892084    /* Detach notification - optional. */
    20902085    vnetDetach,
    2091 #else /* !VBOX_DYNAMIC_NET_ATTACH */
    2092     /* Attach command - optional. */
    2093     NULL,
    2094     /* Detach notification - optional. */
    2095     NULL,
    2096 #endif /* !VBOX_DYNAMIC_NET_ATTACH */
    20972086    /* Query a LUN base interface - optional. */
    20982087    NULL,
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