diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-07-26 12:20:07 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-07-26 12:20:07 +0000 |
| commit | d0ea47437ad928a5d83c2000054536579b440be9 (patch) | |
| tree | 668aafe1f59a53465c1563f7a85853b908c5e0f5 /sys/conf | |
| parent | be31e5e7b514ec52e69d0d7225b86e70b4779d45 (diff) | |
Notes
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/NOTES | 4 | ||||
| -rw-r--r-- | sys/conf/files | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 37ffa1cc122f..b448f943a12d 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -784,6 +784,10 @@ device bpf # included for testing and benchmarking purposes. device disc +# The `epair' device implements a virtual back-to-back connected Ethernet +# like interface pair. +device epair + # The `edsc' device implements a minimal Ethernet interface, # which discards all packets sent and receives none. device edsc diff --git a/sys/conf/files b/sys/conf/files index 298b40962b04..8c654c7fe7f4 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -2202,6 +2202,7 @@ net/if_disc.c optional disc net/if_edsc.c optional edsc net/if_ef.c optional ef net/if_enc.c optional enc ipsec inet | enc ipsec inet6 +net/if_epair.c optional epair net/if_ethersubr.c optional ether \ compile-with "${NORMAL_C} -I$S/contrib/pf" net/if_faith.c optional faith |
