git: ucom - Hack unref to fix infinite 1-second wait loop.
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Aug 23 10:58:49 PDT 2014
commit c01d52185208015b77b752bcde65090085ab4fa4
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sat Aug 23 10:57:13 2014 -0700
ucom - Hack unref to fix infinite 1-second wait loop.
* ucom depended on the .tsw_* switch to decomission ports, which we do
not use currently. This was preventing the ucom from being properly
dereferenced and resulted in an infinite 1-second wait loop on close.
* Move the unref elsewhere to hopefully solve the problem.
Summary of changes:
sys/bus/u4b/serial/usb_serial.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c01d52185208015b77b752bcde65090085ab4fa4
--
DragonFly BSD source repository
More information about the Commits
mailing list