Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci update todo comment



details:   https://anonhg.NetBSD.org/src/rev/1923082dd5e3
branches:  trunk
changeset: 820925:1923082dd5e3
user:      knakahara <knakahara%NetBSD.org@localhost>
date:      Mon Jan 16 00:14:04 2017 +0000

description:
update todo comment

diffstat:

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

diffs (27 lines):

diff -r 0cd6e2555455 -r 1923082dd5e3 sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c       Mon Jan 16 00:11:41 2017 +0000
+++ b/sys/dev/pci/if_wm.c       Mon Jan 16 00:14:04 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wm.c,v 1.466 2017/01/16 00:09:06 knakahara Exp $    */
+/*     $NetBSD: if_wm.c,v 1.467 2017/01/16 00:14:04 knakahara Exp $    */
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -75,7 +75,7 @@
  *     - Check XXX'ed comments
  *     - Disable D0 LPLU on 8257[12356], 82580 and I350.
  *     - TX Multi queue improvement (refine queue selection logic)
- *     - Advanced Receive Descriptor
+ *     - Split header buffer for newer descriptors
  *     - EEE (Energy Efficiency Ethernet)
  *     - Virtual Function
  *     - Set LED correctly (based on contents in EEPROM)
@@ -84,7 +84,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.466 2017/01/16 00:09:06 knakahara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.467 2017/01/16 00:14:04 knakahara Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_net_mpsafe.h"



Home | Main Index | Thread Index | Old Index