svn commit: r276799 - head/sys/dev/usb/controller

Hans Petter Selasky hselasky at FreeBSD.org
Thu Jan 8 00:12:55 UTC 2015


Author: hselasky
Date: Thu Jan  8 00:12:54 2015
New Revision: 276799
URL: https://svnweb.freebsd.org/changeset/base/276799

Log:
  Fix misleading comment.
  
  MFC after:	1 week
  Reported by:	rpaulo@

Modified:
  head/sys/dev/usb/controller/xhci.h

Modified: head/sys/dev/usb/controller/xhci.h
==============================================================================
--- head/sys/dev/usb/controller/xhci.h	Thu Jan  8 00:11:11 2015	(r276798)
+++ head/sys/dev/usb/controller/xhci.h	Thu Jan  8 00:12:54 2015	(r276799)
@@ -321,7 +321,7 @@ struct xhci_dev_endpoint_trbs {
 };
 
 #if (USB_PAGE_SIZE < 4096)
-#error "The XHCI driver needs a pagesize above 4K"
+#error "The XHCI driver needs a pagesize above or equal to 4K"
 #endif
 
 /* Define the maximum payload which we will handle in a single TRB */


More information about the svn-src-head mailing list