summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authornik <nik@FreeBSD.org>2000-03-07 13:56:37 +0000
committernik <nik@FreeBSD.org>2000-03-07 13:56:37 +0000
commite447e8aa80d5e001cd67c3514d9046f2c8ea69fa (patch)
tree8f0dcb95d4bca55fca4c82e0b186b02cb0adf426 /sys/i386
parent0695246a458c054dc859c1ead83fbf777cb79c49 (diff)
downloadFreeBSD-src-e447e8aa80d5e001cd67c3514d9046f2c8ea69fa.zip
FreeBSD-src-e447e8aa80d5e001cd67c3514d9046f2c8ea69fa.tar.gz
Document the discard device appearing as 'ds0', 'ds1', etc.
PR: docs/16994 Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/LINT4
-rw-r--r--sys/i386/conf/NOTES4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index cd13538..0bef4ec 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -429,7 +429,7 @@ device mn # Munich32x/Falc54 Nx64kbit/sec cards.
# 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.
+# included for testing purposes. This shows up as the 'ds' interface.
# The `tun' pseudo-device implements (user-)ppp and nos-tun
# The `gif' pseudo-device implements IPv6 over IP4 tunneling,
# IPv4 over IPv6 tunneling, IPv4 over IPv4 tunneling and
@@ -451,7 +451,7 @@ pseudo-device fddi #Generic FDDI
pseudo-device sppp #Generic Synchronous PPP
pseudo-device loop #Network loopback device
pseudo-device bpf #Berkeley packet filter
-pseudo-device disc #Discard device
+pseudo-device disc #Discard device (ds0, ds1, etc)
pseudo-device tun #Tunnel driver (ppp(8), nos-tun(8))
pseudo-device sl 2 #Serial Line IP
pseudo-device ppp 2 #Point-to-point protocol
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index cd13538..0bef4ec 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -429,7 +429,7 @@ device mn # Munich32x/Falc54 Nx64kbit/sec cards.
# 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.
+# included for testing purposes. This shows up as the 'ds' interface.
# The `tun' pseudo-device implements (user-)ppp and nos-tun
# The `gif' pseudo-device implements IPv6 over IP4 tunneling,
# IPv4 over IPv6 tunneling, IPv4 over IPv4 tunneling and
@@ -451,7 +451,7 @@ pseudo-device fddi #Generic FDDI
pseudo-device sppp #Generic Synchronous PPP
pseudo-device loop #Network loopback device
pseudo-device bpf #Berkeley packet filter
-pseudo-device disc #Discard device
+pseudo-device disc #Discard device (ds0, ds1, etc)
pseudo-device tun #Tunnel driver (ppp(8), nos-tun(8))
pseudo-device sl 2 #Serial Line IP
pseudo-device ppp 2 #Point-to-point protocol
OpenPOWER on IntegriCloud