Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci remove obsolete comment. wm(4) vlan have already...



details:   https://anonhg.NetBSD.org/src/rev/b3daa71d282a
branches:  trunk
changeset: 821273:b3daa71d282a
user:      knakahara <knakahara%NetBSD.org@localhost>
date:      Tue Jan 31 03:06:06 2017 +0000

description:
remove obsolete comment. wm(4) vlan have already tested on I354.

diffstat:

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

diffs (26 lines):

diff -r aa44f966b9e2 -r b3daa71d282a sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c       Tue Jan 31 00:58:15 2017 +0000
+++ b/sys/dev/pci/if_wm.c       Tue Jan 31 03:06:06 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wm.c,v 1.471 2017/01/30 09:33:38 knakahara Exp $    */
+/*     $NetBSD: if_wm.c,v 1.472 2017/01/31 03:06:06 knakahara Exp $    */
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -84,7 +84,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.471 2017/01/30 09:33:38 knakahara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.472 2017/01/31 03:06:06 knakahara Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_net_mpsafe.h"
@@ -7850,7 +7850,6 @@
                 * If VLANs are enabled, VLAN packets have been unwrapped
                 * for us.  Associate the tag with the packet.
                 */
-               /* XXXX should check for i350 and i354 */
                if (!wm_rxdesc_input_vlantag(rxq, status, vlantag, m))
                        continue;
 



Home | Main Index | Thread Index | Old Index