Subject: Re: tty layer bogons from the depths of the abyss
To: Jukka Marin <jmarin@pyy.jmp.fi>
From: Erik E. Fair <fair@clock.org>
List: tech-kern
Date: 03/19/1998 23:40:02
There is actually one other case to think about supporting (it may not be
important these days): dual-use modems, dial-in and dial-out. Something
like uugetty (or its equivalents) can help, or you can play the two tty
locking game used in SunOS (two /dev/ttyfoo's, one device, one for getty,
one for cua0 (or equiv), mutually exclusive use locking in the kernel).

	just a thought,

	Erik