Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Sep 2010 21:02:42 +0000 (UTC)
From:      Weongyo Jeong <weongyo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r213175 - user/weongyo/usb/sys/dev/usb
Message-ID:  <201009252102.o8PL2gsN072953@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: weongyo
Date: Sat Sep 25 21:02:42 2010
New Revision: 213175
URL: http://svn.freebsd.org/changeset/base/213175

Log:
  Removes a wrong comment; this path is reached even if the host
  controller is not PIO mode.  For example transfering the request to the
  default pipe would be reached here.

Modified:
  user/weongyo/usb/sys/dev/usb/usb_busdma.c

Modified: user/weongyo/usb/sys/dev/usb/usb_busdma.c
==============================================================================
--- user/weongyo/usb/sys/dev/usb/usb_busdma.c	Sat Sep 25 18:27:29 2010	(r213174)
+++ user/weongyo/usb/sys/dev/usb/usb_busdma.c	Sat Sep 25 21:02:42 2010	(r213175)
@@ -102,7 +102,6 @@ usbd_get_page(struct usb_page_cache *pc,
 		return;
 	}
 #endif
-	/* Case 2 - Plain PIO */
 	res->buffer = USB_ADD_BYTES(pc->buffer, offset);
 	res->length = 0 - 1;
 #if USB_HAVE_BUSDMA



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009252102.o8PL2gsN072953>