On 10/10/14 00:20, David Seikel wrote: > On Thu, 09 Oct 2014 23:43:25 -0500 Rob Landley <[email protected]> wrote: > >> --- getty.c.patch: >> >> I actually have a pending cleanup to getty I haven't checked in for >> ages because I haven't got a serial port setup lying around to test. >> It redoes the speed calculatons to look like: > > Er, serial port console on a VM isn't good enough to test with?
Emulated serial console doesn't care about bit rate, because it's not breaking things down into bits. (It works at the byte level.) And yes, this sometimes has side effects: http://lkml.iu.edu/hypermail/linux/kernel/0802.0/2142.html Rob _______________________________________________ Toybox mailing list [email protected] http://lists.landley.net/listinfo.cgi/toybox-landley.net
