mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-02 17:08:56 +00:00
5c67885a26
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.