Date: Thu, 8 Jan 2015 00:12:54 +0000 (UTC) From: Hans Petter Selasky <hselasky@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r276799 - head/sys/dev/usb/controller Message-ID: <201501080012.t080Cs1j001194@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501080012.t080Cs1j001194>