[Bug 212021] xhci(4) broken on big-endian systems
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Aug 21 18:43:31 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212021
--- Comment #6 from Nathan Whitehorn <nwhitehorn at FreeBSD.org> ---
(In reply to Hans Petter Selasky from comment #5)
The QEMU code that is printing the error is this in xhci_configure_slot():
if ((ictl_ctx[0] & 0x3) != 0x0 || (ictl_ctx[1] & 0x3) != 0x1) {
DPRINTF("xhci: invalid input context control %08x %08x\n",
ictl_ctx[0], ictl_ctx[1]);
return CC_TRB_ERROR;
}
Unfortunately, they have several identical error messages from different
places. Does QEMU's emulated xhci work with the amd64 target?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-usb
mailing list