Nathan Boeger wrote:
>
> Sorry if this is the wrong list !!
>
> Anyway I have a Digi / Xem eisa adapter on 4.1-RELEASE. I have made the
> kernel and it see's the card. I have also remade the /dev/ttyD* entries.
>
> Problem, when I try to access any of the ports I get :
>
> cu: open (/dev/ttyD00): Device not configured
> cu: /dev/ttyD00: Line in use
Try to use cua* devices instead of tty*. The tty* devices are
for incoming connections, cua* are for outgoing connections.
The idea is that if you have a getty listening on tty*, you
can still open this port for outgoing connection as cua* and
for duration of this connection the tty* port will be transparently
locked out.
It might be that you have carrier present at this port, so
the driver considers it a potentially established outgoing connection
and locks out the incoming port.
-SB
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message