[Lcdproc] Compile error
David GLAUDE
dglaudemailing@gmx.net
Sat Sep 9 14:08:02 2006
May I suggest we move all those similar piece of code at a common place.
I guess all those driver have some redundant code to deal with serial port.
Fixing in one place might be best.
David GLAUDE
Peter Marschall wrote:
> Hi Matteo, hi list,
>
> On Thursday, 7. September 2006 16:22, Matteo Pillon wrote:
>> I've found that the driver still doesn't work on FreeBSD.
>> It seems that cfmakeraw on FreeBSD doesn't set CLOCAL.
>> Attached there's a patch which fixes this.
>
> Committed to CVS.
>
> Apparently cfmakeraw() is used in other drivers as well.
> Do they need the same patch ?
>
> Drivers that contain cfmakeraw() in their sources are:
> * bayrad
> * CFontz633
> * CFontz
> * CFontzPacket
> * EyeboxOne
> * glkproto
> * hd44780-serial
> * icp_a106
> * lb216
> * lcdm001
> * lcterm
> * MD8800
> * ms6931
> * MtxOrb
> * NoritakeVFD
> * serialVFD
> * tyan
> * wirz-sli
>
> Can anybode with FreeBSD and a serial LCD driven by one of those drivers
> above please check whether adding the command
> portset.c_cflag |= CLOCAL
> after the cfmakeraw() call makes a difference and report back.
>
> Thanks in advance.
>
> Peter