From c7cc6a4d9fb38b91d12dc10dadec64cd81914cd1 Mon Sep 17 00:00:00 2001 From: John Polstra Date: Thu, 17 Jul 2003 19:02:34 +0000 Subject: [PATCH] Correct comments to indicate that the EM_RADV and EM_TADV parameters are not applicable to the 82544. --- sys/dev/em/if_em.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/em/if_em.h b/sys/dev/em/if_em.h index 960e2f601258..25327409a8d5 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