summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>2003-07-17 19:02:34 +0000
committerjdp <jdp@FreeBSD.org>2003-07-17 19:02:34 +0000
commit55f1dbdc6caf3ff150afa63edc39b774f4df5fbb (patch)
tree528036661c45050a702bc8168646ddde64890a1b /sys
parentc33c5a11553ad4d2170c37a05e8b76c5ce50ff73 (diff)
downloadFreeBSD-src-55f1dbdc6caf3ff150afa63edc39b774f4df5fbb.zip
FreeBSD-src-55f1dbdc6caf3ff150afa63edc39b774f4df5fbb.tar.gz
Correct comments to indicate that the EM_RADV and EM_TADV parameters
are not applicable to the 82544.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/em/if_em.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/em/if_em.h b/sys/dev/em/if_em.h
index 960e2f6..2532740 100644
--- a/sys/dev/em/if_em.h
+++ b/sys/dev/em/if_em.h
@@ -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
OpenPOWER on IntegriCloud