Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Update a comment



details:   https://anonhg.NetBSD.org/src/rev/cc57e235f7c2
branches:  trunk
changeset: 448119:cc57e235f7c2
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Jan 22 06:38:53 2019 +0000

description:
Update a comment

diffstat:

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

diffs (25 lines):

diff -r 192b75984a38 -r cc57e235f7c2 sys/dev/usb/if_aue.c
--- a/sys/dev/usb/if_aue.c      Tue Jan 22 06:38:28 2019 +0000
+++ b/sys/dev/usb/if_aue.c      Tue Jan 22 06:38:53 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_aue.c,v 1.146 2019/01/22 03:42:28 msaitoh Exp $     */
+/*     $NetBSD: if_aue.c,v 1.147 2019/01/22 06:38:53 skrll Exp $       */
 
 /*
  * Copyright (c) 1997, 1998, 1999, 2000
@@ -71,14 +71,13 @@
  * TODO:
  * better error messages from rxstat
  * split out if_auevar.h
- * add thread to avoid register reads from interrupt context
  * more error checks
  * investigate short rx problem
  * proper cleanup on errors
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_aue.c,v 1.146 2019/01/22 03:42:28 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_aue.c,v 1.147 2019/01/22 06:38:53 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"



Home | Main Index | Thread Index | Old Index