search for: tiocgicount

Displaying 4 results from an estimated 4 matches for "tiocgicount".

2009 May 23
0
SeaClear II / Wine use 100% of the CPU
...= WINEDEBUG="+comm" wine .wine/drive_c/Program\ Files/SeaClear/SeaClear_2.exe What looks suspicious in the output is a continuous printing of the following two lines: --<snip>-- trace:comm:io_control 0x9c IOCTL_SERIAL_WAIT_ON_MASK (nil) 0 0x83d058 4 0x83d060 trace:comm:get_irq_info TIOCGICOUNT err Invalid argument --</snip>-- And upon exiting the app I get the followin output: --<snip>-- trace:comm:io_control 0x9c IOCTL_SERIAL_WAIT_ON_MASK (nil) 0 0x83d058 4 0x83d060 trace:comm:io_control 0x9c IOCTL_SERIAL_PURGE 0x32fe48 4 (nil) 0 0x32fddc trace:comm:io_control 0x9c IOCTL_SE...
2008 Jun 19
3
Comport Serial Port Card (8 Ports)
It is some time that I using AirMail3 with wine. I have the latest version of Wine but after I configure the Ports from ttyR0 to ttyR7 and running AirMail3 this application is not able to comunicate using the equivalent COM1 .... COM4 ports. I'm not sure if Wine is converting correctly ttyR0 to COM1 and so forth. The result is that for the Hurricane season I can NOT use E-Mail under
2013 Aug 30
0
Wine release 1.7.1
...CommError very first test since it depends on device queue being empty. kernel32/tests: Constify test data. kernel32/tests: Make serial tests self-contained. kernel32/tests: Make test_waittxempty() use overlapped IO to avoid waiting forever when a kernel driver doesn't support TIOCGICOUNT/TIOCSERGETLSR ioctl. kernel32/tests: Add interactive WaitCommEvent tests. ntdll: Last parameter of NtSetIoCompletion is 64-bit on 64-bit platforms. ntdll/tests: Check WriteFile return values. ntdll/tests: Use official path for temporary files instead of current directory....
2013 Aug 02
0
Wine release 1.7.0
...e 6.2.0. libwine: Compress code page tables by merging identical sequences. d3d8/tests: Remove a todo from a test that succeeds. ddraw/tests: Remove a todo from a test that succeeds. ntdll: Use fclose instead of endmntent since we use fopen anyway. ntdll: Don't use TIOCGICOUNT if we don't have linux/serial.h to define the necessary struct. ntdll: Add context definitions missing from the Android NDK. loader: ELF hash table entries are always 32-bit on Linux. include: Android supports sigsetjmp now. krnl386: Don't attempt direct I/O port acc...