Module Name:    src
Committed By:   msaitoh
Date:           Tue Aug  5 18:13:46 UTC 2014

Modified Files:
        src/sys/dev/pci: if_wm.c

Log Message:
Add some TODOs in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.285 -r1.286 src/sys/dev/pci/if_wm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/if_wm.c
diff -u src/sys/dev/pci/if_wm.c:1.285 src/sys/dev/pci/if_wm.c:1.286
--- src/sys/dev/pci/if_wm.c:1.285	Thu Jul 31 03:50:09 2014
+++ src/sys/dev/pci/if_wm.c	Tue Aug  5 18:13:46 2014
@@ -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>

Reply via email to