[issue1485] getty doesn't work on serial port

Alex Hornung (via DragonFly issue tracker) sinknull at leaf.dragonflybsd.org
Mon Sep 7 04:53:47 PDT 2009


Alex Hornung <ahornung at gmail.com> added the comment:

Was not a race.
Problem is fixed in 879172271d5105425ca7df8c599f59b035bfcb8e. It was basically 
related to the fact that before devfs, calling make_dev twice, returned the 
same device twice. As make_dev is now asynchronous, there's no way of doing 
this. Instead, a warning is printed if vfs.devfs.debug >= 1 about a double 
make_dev.
While I fixed most of the drivers relying on double make_dev, it seems that I 
still missed some ;)

Cheers,
Alex Hornung

----------
status: chatting -> resolved

_____________________________________________________
DragonFly issue tracker <bugs at lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue1485>
_____________________________________________________





More information about the Bugs mailing list