mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
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. |
||
|---|---|---|
| .. | ||
| snp.c | ||