]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Take the rc4 code out of ng_mppc module so we don't fail to load when
authorambrisko <ambrisko@FreeBSD.org>
Wed, 5 Feb 2003 19:11:11 +0000 (19:11 +0000)
committerambrisko <ambrisko@FreeBSD.org>
Wed, 5 Feb 2003 19:11:11 +0000 (19:11 +0000)
commit666b5fcabd1290d5e6c63c2d53c82255ac521f25
treedb11c275a825c08fcea43d91cdf5aff3692b59c8
parentb014f4134557052d358c454394a602f5b317513d
Take the rc4 code out of ng_mppc module so we don't fail to load when
we have the rc4 code already in the kernel (via wlan stuff or awi).
Add a dependency on the rc4 module so if it doesn't exist then load it.

Reviewed by: archie
sys/modules/netgraph/mppc/Makefile
sys/netgraph/ng_mppc.c