mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Now ifconfig is the one right way to turn polling on. Thus, remove
the "if" clauses.
This commit is contained in:
parent
460858e9ef
commit
1f8f09b081
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150792
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user