DragonFly commits List (threaded) for 2004-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/net if_ethersubr.c if_var.h src/sys/net/i4b/driver i4b_isppp.c
joerg 2004/03/15 12:08:40 PST
DragonFly src repository
Modified files:
sys/net if_ethersubr.c if_var.h
sys/net/i4b/driver i4b_isppp.c
Log:
Add a new function ether_ifattach_bpf which can be used by NICs not using
the default arguments for bpfattach for dlt and hdrlen. ether_ifattach
calls this routine and provides the old standard arguments to keep the API.
This call can be used instead of the multiple BPF interfaces mess in the
coming generic 802.11 layer.
Fix I4B's isppp by using the new call.
Revision Changes Path
1.11 +8 -1 src/sys/net/if_ethersubr.c
1.9 +1 -0 src/sys/net/if_var.h
1.8 +3 -15 src/sys/net/i4b/driver/i4b_isppp.c
http://www.dragonflybsd.org/cvsweb/src/sys/net/if_ethersubr.c.diff?r1=1.10&r2=1.11&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/net/if_var.h.diff?r1=1.8&r2=1.9&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/net/i4b/driver/i4b_isppp.c.diff?r1=1.7&r2=1.8&f=h
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]