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 one more TODO:
details: https://anonhg.NetBSD.org/src/rev/a23ca9ead42b
branches: trunk
changeset: 331277:a23ca9ead42b
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Thu Aug 07 06:49:06 2014 +0000
description:
Add one more TODO:
- We should check XXX'ed comments.
diffstat:
sys/dev/pci/if_wm.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 1d0b48826c9c -r a23ca9ead42b sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c Thu Aug 07 03:40:21 2014 +0000
+++ b/sys/dev/pci/if_wm.c Thu Aug 07 06:49:06 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_wm.c,v 1.287 2014/08/06 02:55:50 msaitoh Exp $ */
+/* $NetBSD: if_wm.c,v 1.288 2014/08/07 06:49:06 msaitoh Exp $ */
/*
* Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -72,6 +72,7 @@
*
* TODO (in order of importance):
*
+ * - Check XXX'ed comments
* - Internal SERDES mode newer than or equal to 82575.
* - EEE (Energy Efficiency Ethernet)
* - MSI/MSI-X
@@ -81,7 +82,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.287 2014/08/06 02:55:50 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.288 2014/08/07 06:49:06 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
Home |
Main Index |
Thread Index |
Old Index