DragonFly commits List (threaded) for 2004-11
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/dev/serial/sio
dillon 2004/11/12 12:51:30 PST
DragonFly src repository
Modified files:
sys/dev/serial/sio sio.c
Log:
Add a missing com_unlock() to the serial port drain test code. This code
is necessary to detect non-existant serial ports on machines (such as the
eMachines laptop) which don't have any serial port hardware at all, but
the missing com_unlock() caused systems to crash in certain situations for
obvious reasons.
Many thanks to Glenn Johnson <glennpj@xxxxxxxxxxx> for keeping on my back
about the issue and for testing the fix. This should also fix the last of the
serial-port related bug reports stemming from the original 1.0A release.
Revision Changes Path
1.21 +3 -2 src/sys/dev/serial/sio/sio.c
http://www.dragonflybsd.org/cvsweb/src/sys/dev/serial/sio/sio.c.diff?r1=1.20&r2=1.21&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]