]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Bruce mentioned to me that Paul Traina had noticed that the ppp_tty
authorPeter Wemm <peter@FreeBSD.org>
Sat, 31 May 1997 10:13:46 +0000 (10:13 +0000)
committerPeter Wemm <peter@FreeBSD.org>
Sat, 31 May 1997 10:13:46 +0000 (10:13 +0000)
commita353ca89cd54bff7b22393bcba4453d6d1a0f7e2
treefb70edcb23d5edbc0d3bfdae2745b7d12a5e29f4
parent69defe053388ac27c0c8c016fd4e5681fdef9145
Bruce mentioned to me that Paul Traina had noticed that the ppp_tty
interrupt mask hackery wasn't happening when being modloaded via the
if_ppp lkm.  It seems that the lkm system doesn't particularly like having
two sets of load/unload/etc routines. :-]  This really should be fixed
by having a seperate if_ppp and ppp_tty lkm, but that requires that ppp_tty
is loaded after if_ppp, and needs to be able to link with symbols in
if_ppp.  This gets messy, it is a better task for the in-kernel linker.
(if_ppp is generic, ppp_tty is a tty-specific bottom end for if_ppp, it's
 not _too_ hard to have another "provider" (such as a hdlc sync card)
 connected to if_ppp)
sys/net/if_ppp.c
sys/net/ppp_tty.c