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 one obsolete TODO entry.



details:   https://anonhg.NetBSD.org/src/rev/f4b56ddd2cb8
branches:  trunk
changeset: 802140:f4b56ddd2cb8
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Sep 04 02:34:32 2014 +0000

description:
Remove one obsolete TODO entry.

diffstat:

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

diffs (26 lines):

diff -r b44220aa4585 -r f4b56ddd2cb8 sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c       Thu Sep 04 02:34:30 2014 +0000
+++ b/sys/dev/pci/if_wm.c       Thu Sep 04 02:34:32 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wm.c,v 1.295 2014/09/03 14:30:04 msaitoh Exp $      */
+/*     $NetBSD: if_wm.c,v 1.296 2014/09/04 02:34:32 msaitoh Exp $      */
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -73,7 +73,6 @@
  * TODO (in order of importance):
  *
  *     - Check XXX'ed comments
- *     - Read SFP ROM and set media type correctly on 82575 and newer devices
  *     - EEE (Energy Efficiency Ethernet)
  *     - MSI/MSI-X
  *     - Virtual Function
@@ -82,7 +81,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.295 2014/09/03 14:30:04 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.296 2014/09/04 02:34:32 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index