Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Fix comment.



details:   https://anonhg.NetBSD.org/src/rev/63703d196a79
branches:  trunk
changeset: 433388:63703d196a79
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Sep 12 05:03:05 2018 +0000

description:
Fix comment.

diffstat:

 sys/dev/pci/if_wm.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r dc53763c8dc9 -r 63703d196a79 sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c       Wed Sep 12 04:59:26 2018 +0000
+++ b/sys/dev/pci/if_wm.c       Wed Sep 12 05:03:05 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wm.c,v 1.587 2018/09/12 04:59:26 msaitoh Exp $      */
+/*     $NetBSD: if_wm.c,v 1.588 2018/09/12 05:03:05 msaitoh Exp $      */
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -83,7 +83,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.587 2018/09/12 04:59:26 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.588 2018/09/12 05:03:05 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_net_mpsafe.h"
@@ -199,7 +199,7 @@
  *
  * We allow up to 64 DMA segments per packet.  Pathological packet
  * chains containing many small mbufs have been observed in zero-copy
- * situations with jumbo frames. If a mbuf chain has more than 40 DMA segments,
+ * situations with jumbo frames. If a mbuf chain has more than 64 DMA segments,
  * m_defrag() is called to reduce it.
  */
 #define        WM_NTXSEGS              64



Home | Main Index | Thread Index | Old Index