aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-12-22 21:00:05 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-12-22 21:00:05 +0000
commit59d8d13f6077ad993af4393f4d2e2ef4b2d54dee (patch)
tree45f0559d7655062915c6c9fa06f19c285b931547 /sys/conf/NOTES
parentd87bdc80f2443376be5e6ec44679c7cf493fba60 (diff)
downloadsrc-59d8d13f6077ad993af4393f4d2e2ef4b2d54dee.tar.gz
src-59d8d13f6077ad993af4393f4d2e2ef4b2d54dee.zip
Added `ds', a black-hole network interface.
Notes
Notes: svn path=/head/; revision=5191
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 1e2f21ad2ee4..4e3b89d79dc9 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.119 1994/12/17 08:06:01 jkh Exp $
+# $Id: LINT,v 1.120 1994/12/17 08:37:22 jkh Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -146,13 +146,17 @@ options TPCONS #ISO TP class 0 over X.25
# aware of the legal and administrative consequences of enabling this
# option. The number of devices determines the maximum number of
# simultaneous BPF clients programs runnable.
+# The `disc' pseudo-device implements a minimal network interface,
+# which throws away all packets sent and never receives any. It is
+# included for testing purposes.
#
pseudo-device ether #Generic Ethernet
pseudo-device sppp #Generic Synchronous PPP
-pseudo-device loop #Network loop back device
+pseudo-device loop #Network loopback device
pseudo-device sl 2 #Serial Line IP
pseudo-device ppp 2 #Point-to-point protocol
pseudo-device bpfilter 4 #Berkeley packet filter
+pseudo-device disc #Discard device
options NSIP #XNS over IP
options EON #ISO CLNP over IP