Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nick-nhusb]: src/sys/dev/usb Fix a comment
details: https://anonhg.NetBSD.org/src/rev/ce183da702c0
branches: nick-nhusb
changeset: 804758:ce183da702c0
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Jan 29 10:08:38 2017 +0000
description:
Fix a comment
diffstat:
sys/dev/usb/umass.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r b1096e38ceb3 -r ce183da702c0 sys/dev/usb/umass.c
--- a/sys/dev/usb/umass.c Sun Jan 29 09:55:21 2017 +0000
+++ b/sys/dev/usb/umass.c Sun Jan 29 10:08:38 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: umass.c,v 1.149.2.16 2016/12/05 10:55:18 skrll Exp $ */
+/* $NetBSD: umass.c,v 1.149.2.17 2017/01/29 10:08:38 skrll Exp $ */
/*
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -108,8 +108,8 @@
* umass_*_reset.
*
* The reason for doing this is a) CAM performs a lot better this way and b) it
- * avoids using tsleep from interrupt context (for example after a failed
- * transfer).
+ * avoids sleeping in interrupt context which is prohibited (for example after a
+ * failed transfer).
*/
/*
@@ -124,7 +124,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: umass.c,v 1.149.2.16 2016/12/05 10:55:18 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: umass.c,v 1.149.2.17 2017/01/29 10:08:38 skrll Exp $");
#ifdef _KERNEL_OPT
#include "opt_usb.h"
Home |
Main Index |
Thread Index |
Old Index