Module Name: src
Committed By: skrll
Date: Sat Oct 24 10:37:22 UTC 2015
Modified Files:
src/sys/dev/usb [nick-nhusb]: ehcivar.h
Log Message:
Small update to a comment
To generate a diff of this commit:
cvs rdiff -u -r1.42.14.19 -r1.42.14.20 src/sys/dev/usb/ehcivar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/usb/ehcivar.h
diff -u src/sys/dev/usb/ehcivar.h:1.42.14.19 src/sys/dev/usb/ehcivar.h:1.42.14.20
--- src/sys/dev/usb/ehcivar.h:1.42.14.19 Thu Oct 22 11:15:42 2015
+++ src/sys/dev/usb/ehcivar.h Sat Oct 24 10:37:22 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: ehcivar.h,v 1.42.14.19 2015/10/22 11:15:42 skrll Exp $ */
+/* $NetBSD: ehcivar.h,v 1.42.14.20 2015/10/24 10:37:22 skrll Exp $ */
/*
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -104,7 +104,7 @@ struct ehci_xfer {
ehci_soft_itd_t *ex_itdstart;
ehci_soft_itd_t *ex_itdend;
};
- /* split isoc */
+ /* split (aka fs) isoc */
struct {
ehci_soft_sitd_t *ex_sitdstart;
ehci_soft_sitd_t *ex_sitdend;