Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Sep 2014 11:53:53 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-arch@freebsd.org
Subject:   Removing disconnected tty drivers
Message-ID:  <1789815.bS8Ac2qsJ6@ralph.baldwin.cx>

next in thread | raw e-mail | index | archive | help
The following drivers have never been converted to use the new tty layer 
introduced in 8.0 and have been disconnected since then.  Several of them are 
for older multiport serial cards, and in the case of sio(4), current kernels 
use uart(4) instead.  Barring major objections, I plan to remove them from the 
tree later this week.  If someone wishes to update them, they can always be 
pulled back from svn history.

dev/cx/if_cx.c:         d->tty = ttyalloc ();
dev/cy/cy.c:                    tp = com->tp = ttyalloc();
dev/digi/digi.c:                tp = port->tp = ttyalloc();
dev/rc/rc.c:            tp = rc->rc_tp = ttyalloc();
dev/sio/sio.c:  tp = com->tp = ttyalloc();
pc98/cbus/sio.c:        tp = com->tp = ttyalloc();

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1789815.bS8Ac2qsJ6>