Date: Fri, 17 Sep 2004 22:26:27 +0000 (UTC) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys tty.h src/sys/dev/sio sio.c src/sys/netgraph ng_tty.c Message-ID: <200409172226.i8HMQRq0001646@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2004-09-17 22:26:27 UTC
FreeBSD src repository
Modified files:
sys/sys tty.h
sys/dev/sio sio.c
sys/netgraph ng_tty.c
Log:
Fix an issue with ng_tty which (ab)used the tty->t_sc field which is
reserved for the device drivers:
Add a t_lsc field for line discipline private use.
Revision Changes Path
1.453 +6 -4 src/sys/dev/sio/sio.c
1.31 +6 -6 src/sys/netgraph/ng_tty.c
1.94 +1 -0 src/sys/sys/tty.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409172226.i8HMQRq0001646>
