Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Add some TODOs in comment.



details:   https://anonhg.NetBSD.org/src/rev/1dab204ca209
branches:  trunk
changeset: 331218:1dab204ca209
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Aug 05 18:13:46 2014 +0000

description:
Add some TODOs in comment.

diffstat:

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

diffs (27 lines):

diff -r 79d43014b855 -r 1dab204ca209 sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c       Tue Aug 05 18:08:02 2014 +0000
+++ b/sys/dev/pci/if_wm.c       Tue Aug 05 18:13:46 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wm.c,v 1.285 2014/07/31 03:50:09 msaitoh Exp $      */
+/*     $NetBSD: if_wm.c,v 1.286 2014/08/05 18:13:46 msaitoh Exp $      */
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -72,11 +72,16 @@
  *
  * TODO (in order of importance):
  *
+ *     - Internal SERDES mode newer than or equal to 82575.
+ *     - EEE (Energy Efficiency Ethernet)
+ *     - MSI/MSI-X
+ *     - Virtual Function
+ *     - Set LED correctly (based on contents in EEPROM)
  *     - Rework how parameters are loaded from the EEPROM.
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.285 2014/07/31 03:50:09 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.286 2014/08/05 18:13:46 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index