https://bugzilla.novell.com/show_bug.cgi?id=365248
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=365248#c3 --- Comment #3 from Miguel de Icaza <[EMAIL PROTECTED]> 2008-04-17 17:36:53 MST --- There is a problem with the patch, the Linux documentation for some of the constants is: PARENB Enable parity generation on output and parity checking for input. PARODD If set, then parity for input and output is odd; otherwise even parity is used. The current Mono code clears the PARODD bit for the Even case, but this seems to be a different issue than what PARENB does. It is odd that serial.c uses poll *and* select, this seems like a poor choice. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
