From aed3eeb310aefea30cb8c3135bfaca7e699e84c0 Mon Sep 17 00:00:00 2001 From: bp Date: Thu, 6 Apr 2000 03:09:56 +0000 Subject: Uncomment ETHER_II frame and remove BPF related variable. --- sys/modules/if_ef/Makefile | 4 +--- sys/modules/if_ef/ef.4 | 8 ++++---- 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'sys/modules') diff --git a/sys/modules/if_ef/Makefile b/sys/modules/if_ef/Makefile index d009c2a..fb6c689 100644 --- a/sys/modules/if_ef/Makefile +++ b/sys/modules/if_ef/Makefile @@ -8,13 +8,11 @@ MAN4= ef.4 # If you need only limited number of frames comment out unneeded ones # this will reduce number of visible devices -#ETHER_II= +ETHER_II= ETHER_8023= ETHER_8022= ETHER_SNAP= -NBPF?= 1 - CFLAGS+= ${PROTOS} .if defined(EFDEBUG) diff --git a/sys/modules/if_ef/ef.4 b/sys/modules/if_ef/ef.4 index 6165e06..a83cc59 100644 --- a/sys/modules/if_ef/ef.4 +++ b/sys/modules/if_ef/ef.4 @@ -27,7 +27,7 @@ .\" .Dd June 20, 1999 .Dt EF 4 -.Os BSD +.Os .Sh NAME .Nm ef .Nd @@ -84,7 +84,7 @@ file: .Dl if_ef_load="YES" .Pp In this case an ordinary interface configuration commands can be used -in +in the .Xr rc.conf 5 file: .Dl network_interfaces="ed2 lo0 tun0 ed2f0 ed2f1" @@ -99,5 +99,5 @@ driver is loaded. .Sh SEE ALSO .Xr ipx 3 , .Xr ifconfig 8 -.Sh AUTHOR -Boris Popov. +.Sh AUTHORS +.An Boris Popov Aq bp@freebsd.org . -- cgit v1.1