Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Remove XXX comment. The sync is done one the la...



details:   https://anonhg.NetBSD.org/src/rev/e3933209c134
branches:  trunk
changeset: 745553:e3933209c134
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Mar 05 08:12:30 2020 +0000

description:
Remove XXX comment.  The sync is done one the last sitd after the loop.

diffstat:

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

diffs (26 lines):

diff -r b07863d86267 -r e3933209c134 sys/dev/usb/ohci.c
--- a/sys/dev/usb/ohci.c        Thu Mar 05 08:08:32 2020 +0000
+++ b/sys/dev/usb/ohci.c        Thu Mar 05 08:12:30 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ohci.c,v 1.296 2020/02/21 12:41:29 skrll Exp $ */
+/*     $NetBSD: ohci.c,v 1.297 2020/03/05 08:12:30 skrll Exp $ */
 
 /*
  * Copyright (c) 1998, 2004, 2005, 2012 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.296 2020/02/21 12:41:29 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.297 2020/03/05 08:12:30 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -3512,7 +3512,6 @@
                        ncur = 0;
                }
                sitd->itd.itd_offset[ncur] = HTOO16(OHCI_ITD_MK_OFFS(offs));
-               /* XXX Sync */
                offs = noffs;
        }
        KASSERT(j <= ox->ox_nsitd);



Home | Main Index | Thread Index | Old Index