VirtualBox

Changeset 19968 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
May 24, 2009 12:14:19 PM (16 years ago)
Author:
vboxsync
Message:

HostDVD: Add basic support for FreeBSD. Passthrough is working quite well so far.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/HostImpl.h

    r19239 r19968  
    133133private:
    134134
    135 #if defined(RT_OS_SOLARIS)
    136 # if defined(VBOX_USE_LIBHAL)
     135#if (defined(RT_OS_SOLARIS) || defined(RT_OS_FREEBSD)) && defined(VBOX_USE_LIBHAL)
    137136    bool getDVDInfoFromHal(std::list <ComObjPtr <HostDVDDrive> > &list);
    138137    bool getFloppyInfoFromHal(std::list <ComObjPtr <HostFloppyDrive> > &list);
    139 # endif
     138#endif
     139
     140#if defined(RT_OS_SOLARIS)
    140141    void parseMountTable(char *mountTable, std::list <ComObjPtr <HostDVDDrive> > &list);
    141142    bool validateDevice(const char *deviceNode, bool isCDROM);
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