git: DragonFly_RELEASE_3_8 ucom - Hack unref to fix infinite 1-second wait loop.
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Aug 23 11:02:13 PDT 2014
commit a5a83a7262090a99febafb6c1ad8ab186e292419
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/a5a83a7262090a99febafb6c1ad8ab186e292419
--
DragonFly BSD source repository
More information about the Commits
mailing list