Re: TCSBRK not implemented in linux compat

2008-12-03 Thread Arjan van der Velde
Hi, thanks. I think for now I can work around this although it would be nice to have this implemented. Regards, Arjan On Dec 2, 2008, at 11:13 PM, Ed Schouten wrote: Hello Arjan, * Arjan van der Velde <[EMAIL PROTECTED]> wrote: While trying to get a linux binary running on FreeBSD I encoun

Re: TCSBRK not implemented in linux compat

2008-12-02 Thread Sergey Babkin
>While trying to get = a linux binary running on FreeBSD I encountered >the following prob= lem during serial port I/O. > >Dec 1 22:22:34 soekris kernel: = linux: pid 7239 (linuxbinary): ioctl >fd=0, cmd=0x5409 ('T',9) = is not implemented > >0x5409 turns out to be TCSBRK, whi

Re: TCSBRK not implemented in linux compat

2008-12-02 Thread Ed Schouten
Hello Arjan, * Arjan van der Velde <[EMAIL PROTECTED]> wrote: > While trying to get a linux binary running on FreeBSD I encountered the > following problem during serial port I/O. > > Dec 1 22:22:34 soekris kernel: linux: pid 7239 (linuxbinary): ioctl > fd=0, cmd=0x5409 ('T',9) is not implemen

Re: TCSBRK not implemented in linux compat

2008-12-02 Thread Roman Divacky
On Tue, Dec 02, 2008 at 09:56:28PM +0100, Arjan van der Velde wrote: > Hi, > > While trying to get a linux binary running on FreeBSD I encountered > the following problem during serial port I/O. > > Dec 1 22:22:34 soekris kernel: linux: pid 7239 (linuxbinary): ioctl > fd=0, cmd=0x5409 ('T',9

TCSBRK not implemented in linux compat

2008-12-02 Thread Arjan van der Velde
Hi, While trying to get a linux binary running on FreeBSD I encountered the following problem during serial port I/O. Dec 1 22:22:34 soekris kernel: linux: pid 7239 (linuxbinary): ioctl fd=0, cmd=0x5409 ('T',9) is not implemented 0x5409 turns out to be TCSBRK, which is not implemented (