commit 01cf145c490795c840a4f75009a33c0fa9eb5b3c
Author: Matthew Dillon <[email protected]>
Date: Thu Dec 12 17:36:56 2019 -0800
sio - Refactor some of the sio code
* Refactor some of the sio serial port code to reduce the amount of
time the com_lock() is held and to allow the siointr*() receive
buffer in the softc to pipeline.
Summary of changes:
sys/dev/serial/sio/sio.c | 138 ++++++++++++++++++++---------------------------
1 file changed, 59 insertions(+), 79 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/01cf145c490795c840a4f75009a33c0fa9eb5b3c
--
DragonFly BSD source repository