K 10 svn:author V 2 ed K 8 svn:date V 27 2009-08-23T08:04:40.139497Z K 7 svn:log V 369 Add ttydisc_rint_simple(). I noticed several drivers in our tree don't actually care about parity and framing, such as pts(4), snp(4) (and my partially finished console driver). Instead of duplicating a lot of code, I think we'd better add a utility function for those drivers to quickly process a buffer of input. Also change pts(4) and snp(4) to use this function. END