VirtualBox

Changeset 62152 in vbox for trunk/src/VBox/Devices/Serial


Ignore:
Timestamp:
Jul 11, 2016 10:13:55 AM (8 years ago)
Author:
vboxsync
Message:

Devices/Serial: blind fix for host serial port handling on FreeBSD (was lacking the termios handling)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp

    r57910 r62152  
    204204    LogFlow(("%s: Bps=%u chParity=%c cDataBits=%u cStopBits=%u\n", __FUNCTION__, Bps, chParity, cDataBits, cStopBits));
    205205
    206 #if defined(RT_OS_LINUX) || defined(RT_OS_DARWIN) || defined(RT_OS_SOLARIS)
     206#if defined(RT_OS_LINUX) || defined(RT_OS_DARWIN) || defined(RT_OS_SOLARIS) || defined(RT_OS_FREEBSD)
    207207    termiosSetup = (struct termios *)RTMemTmpAllocZ(sizeof(struct termios));
    208208
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