summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2005-10-01 19:14:34 +0000
committerglebius <glebius@FreeBSD.org>2005-10-01 19:14:34 +0000
commitfa915020265304f5027c203fbd829ebb82bb4795 (patch)
tree70cf142367a2c4250b57ebc141b9e89723f0ded5 /sbin/ifconfig
parent52e0f422bf81cfa5a507b74efe003105002b6c4a (diff)
downloadFreeBSD-src-fa915020265304f5027c203fbd829ebb82bb4795.zip
FreeBSD-src-fa915020265304f5027c203fbd829ebb82bb4795.tar.gz
Now ifconfig is the one right way to turn polling on. Thus, remove
the "if" clauses.
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r--sbin/ifconfig/ifconfig.811
1 files changed, 6 insertions, 5 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index e144d49..54687a2 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -28,7 +28,7 @@
.\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94
.\" $FreeBSD$
.\"
-.Dd September 30, 2005
+.Dd October 1, 2005
.Dt IFCONFIG 8
.Os
.Sh NAME
@@ -350,13 +350,14 @@ If the driver offers user-configurable VLAN support, disable
reception of extended frames or tag processing in hardware,
respectively.
.It Cm polling
-If the driver has user-configurable
+Turn on
.Xr polling 4
-support, select the polling mode on the interface.
+feature and disable interrupts on the interface, if driver supports
+this mode.
.It Fl polling
-If the driver has user-configurable
+Turn off
.Xr polling 4
-support, select the interrupt mode on the interface.
+feature and enable interrupt mode on the interface.
.It Cm create
Create the specified network pseudo-device.
If the interface is given without a unit number, try to create a new
OpenPOWER on IntegriCloud