VirtualBox

Changeset 229 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 22, 2007 7:51:37 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
17751
Message:

disabled compilation of ne2000, we don't use it since ages (since disabled in ConsoleImpl.cpp)

Location:
trunk/src/VBox/Devices
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Builtins.cpp

    r1 r229  
    9191    if (VBOX_FAILURE(rc))
    9292        return rc;
     93#if 0
    9394    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceNE2000);
    9495    if (VBOX_FAILURE(rc))
    9596        return rc;
     97#endif
    9698    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceICHAC97);
    9799    if (VBOX_FAILURE(rc))
  • trunk/src/VBox/Devices/Makefile

    r227 r229  
    146146        VMMDev/VMMDevHGCM.cpp \
    147147        Network/DevPCNet.cpp \
    148         Network/ne2000.c \
    149148        Audio/DevIchAc97.cpp \
    150149        PC/dma.c \
    151150        Storage/fdc.c \
    152151        Serial/serial.c
     152
     153ifeq (0,1)
     154DevicesR3_SOURCES += \
     155        Network/ne2000.c
     156endif
    153157
    154158ifdef VBOX_WITH_USB
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