Module Name:    src
Committed By:   skrll
Date:           Thu Mar  5 08:12:30 UTC 2020

Modified Files:
        src/sys/dev/usb: ohci.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.296 -r1.297 src/sys/dev/usb/ohci.c

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/ohci.c
diff -u src/sys/dev/usb/ohci.c:1.296 src/sys/dev/usb/ohci.c:1.297
--- src/sys/dev/usb/ohci.c:1.296	Fri Feb 21 12:41:29 2020
+++ src/sys/dev/usb/ohci.c	Thu Mar  5 08:12:30 2020
@@ -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 @@ ohci_device_isoc_enter(struct usbd_xfer 
 			ncur = 0;
 		}
 		sitd->itd.itd_offset[ncur] = HTOO16(OHCI_ITD_MK_OFFS(offs));
-		/* XXX Sync */
 		offs = noffs;
 	}
 	KASSERT(j <= ox->ox_nsitd);

Reply via email to