Date: Tue, 27 Apr 1999 18:18:16 -0700 (PDT) From: Mike Smith <msmith@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/modules/if_disc Makefile src/sys/modules/if_ppp Makefile src/sys/modules/if_sl Makefile src/sys/modules/if_tun Makefile src/sys/net bpf.c Message-ID: <199904280118.SAA03762@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 1999/04/27 18:18:16 PDT Modified files: sys/conf files sys/modules/if_disc Makefile sys/modules/if_ppp Makefile sys/modules/if_sl Makefile sys/modules/if_tun Makefile sys/net bpf.c Log: Allow loadable interface drivers with BPF support to be loaded into a kernel that doesn't have it. This is achieved by having minimal do-nothing stubs enabled when there are no bpfilter devices configured. Driver modules should be built with BPF enabled for maximum convenience (but can be built without it for maximum performance). Revision Changes Path 1.210 +1 -1 src/sys/conf/files 1.7 +2 -2 src/sys/modules/if_disc/Makefile 1.17 +2 -2 src/sys/modules/if_ppp/Makefile 1.8 +2 -2 src/sys/modules/if_sl/Makefile 1.9 +2 -2 src/sys/modules/if_tun/Makefile 1.48 +42 -3 src/sys/net/bpf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904280118.SAA03762>