mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct comments to indicate that the EM_RADV and EM_TADV parameters
are not applicable to the 82544.
This commit is contained in:
parent
25153f2df6
commit
c7cc6a4d9f
1 changed files with 2 additions and 2 deletions
|
|
@ -117,7 +117,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#define EM_TIDV 64
|
||||
|
||||
/*
|
||||
* TxAbsIntDelay (Not valid for 82542 and 82543)
|
||||
* TxAbsIntDelay (Not valid for 82542/82543/82544)
|
||||
* Valid Range: 0-65535 (0=off)
|
||||
* Default Value: 64
|
||||
* This value, in units of 1.024 microseconds, limits the delay in which a
|
||||
|
|
@ -151,7 +151,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#define EM_RDTR 0
|
||||
|
||||
/*
|
||||
* RxAbsIntDelay (Not valid for 82542 and 82543)
|
||||
* RxAbsIntDelay (Not valid for 82542/82543/82544)
|
||||
* Valid Range: 0-65535 (0=off)
|
||||
* Default Value: 64
|
||||
* This value, in units of 1.024 microseconds, limits the delay in which a
|
||||
|
|
|
|||
Loading…
Reference in a new issue