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 Small update to a comment
details: https://anonhg.NetBSD.org/src/rev/88c8da7532d2
branches: nick-nhusb
changeset: 804427:88c8da7532d2
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Oct 24 10:37:22 2015 +0000
description:
Small update to a comment
diffstat:
sys/dev/usb/ehcivar.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 29597c1482a1 -r 88c8da7532d2 sys/dev/usb/ehcivar.h
--- a/sys/dev/usb/ehcivar.h Sat Oct 24 08:43:25 2015 +0000
+++ b/sys/dev/usb/ehcivar.h Sat Oct 24 10:37:22 2015 +0000
@@ -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 @@
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;
Home |
Main Index |
Thread Index |
Old Index