git: sio - Refactor some of the sio code
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Dec 13 11:15:11 PST 2019
commit 01cf145c490795c840a4f75009a33c0fa9eb5b3c
Author: Matthew Dillon <dillon at apollo.backplane.com>
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
More information about the Commits
mailing list