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: evcnt



details:   https://anonhg.NetBSD.org/src/rev/a2e7176d4bfb
branches:  trunk
changeset: 345383:a2e7176d4bfb
user:      knakahara <knakahara%NetBSD.org@localhost>
date:      Mon May 23 23:36:02 2016 +0000

description:
Update TODO: evcnt

diffstat:

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

diffs (22 lines):

diff -r c3e4fa458317 -r a2e7176d4bfb sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c       Mon May 23 18:36:05 2016 +0000
+++ b/sys/dev/pci/if_wm.c       Mon May 23 23:36:02 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wm.c,v 1.409 2016/05/23 04:07:29 knakahara Exp $    */
+/*     $NetBSD: if_wm.c,v 1.410 2016/05/23 23:36:02 knakahara Exp $    */
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -81,10 +81,11 @@
  *     - Set LED correctly (based on contents in EEPROM)
  *     - Rework how parameters are loaded from the EEPROM.
  *     - Image Unique ID
+ *     - restructure evcnt
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.409 2016/05/23 04:07:29 knakahara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.410 2016/05/23 23:36:02 knakahara Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_net_mpsafe.h"



Home | Main Index | Thread Index | Old Index