Date: Tue, 2 Nov 2004 20:01:42 +0000 (UTC) From: Maksim Yevmenkin <emax@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph/bluetooth/drivers/h4 ng_h4.c Message-ID: <200411022001.iA2K1gYE040888@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
emax 2004-11-02 20:01:42 UTC FreeBSD src repository Modified files: sys/netgraph/bluetooth/drivers/h4 ng_h4.c Log: Fix broken ng_h4(4). Basically, do not abuse t_sc field and use new t_lsc field created for line disciplne drivers private use. Also add NET_NEEDS_GIANT warning. For whatever reason ng_tty(4) was fixed but ng_h4(4) was not :( Revision Changes Path 1.11 +9 -7 src/sys/netgraph/bluetooth/drivers/h4/ng_h4.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411022001.iA2K1gYE040888>