Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Aug 2016 18:43:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-usb@FreeBSD.org
Subject:   [Bug 212021] xhci(4) broken on big-endian systems
Message-ID:  <bug-212021-17-wI5QYSQqPc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-212021-17@https.bugs.freebsd.org/bugzilla/>
References:  <bug-212021-17@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212021

--- Comment #6 from Nathan Whitehorn <nwhitehorn@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) !=3D 0x0 || (ictl_ctx[1] & 0x3) !=3D 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?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212021-17-wI5QYSQqPc>