qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] USB-UHCI skipping frames from the frame list


From: Althaf K Backer
Subject: [Qemu-devel] USB-UHCI skipping frames from the frame list
Date: Sat, 02 Jan 2010 11:49:42 +0530
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.5) Gecko/20091212 Thunderbird/3.0

Given below is the debug o/p from usb-uhci,strangely it seems to
skip the frames after 118 it jumps to 145  .. similar is the
case with frame 0 , it doesn't load frame 0 rather jumps to
frame 1.The guest is minix 3.1.5 and the o/p was generated
from the driver under development,i have notice the same
behavior with NetBSD

uhci: new frame #117
uhci: processing frame 117 addr 0x125251d4
uhci: TD 0x11cc02a0 load. link 0x125272a2 ctrl 0x2000000 token 0x0 qh 0x0
uhci: TD 0x11cc02a0 skip. link 0x125272a2 ctrl 0x2000000 token 0x0 qh 0x0
uhci: QH 0x125272a2 load. link 0x12529002 elink 0x1
uhci: QH 0x12529002 load. link 0x12528002 elink 0x1
uhci: QH 0x12528002 load. link 0x12526002 elink 0x1
uhci: QH 0x12526002 load. link 0x1 elink 0x11cc1000
uhci: TD 0x11cc1000 load. link 0x1 ctrl 0x0 token 0x0 qh 0x12526002
uhci: TD 0x11cc1000 skip. link 0x1 ctrl 0x0 token 0x0 qh 0x12526002
uhci: new frame #118
uhci: processing frame 118 addr 0x125251d8
uhci: TD 0x11cc02c0 load. link 0x125272c2 ctrl 0x2000000 token 0x0 qh 0x0
uhci: TD 0x11cc02c0 skip. link 0x125272c2 ctrl 0x2000000 token 0x0 qh 0x0
uhci: QH 0x125272c2 load. link 0x12529002 elink 0x1
uhci: new frame #145
uhci: processing frame 145 addr 0x12525244
uhci: TD 0x11cc0220 load. link 0x12527222 ctrl 0x2000000 token 0x0 qh 0x0
uhci: TD 0x11cc0220 skip. link 0x12527222 ctrl 0x2000000 token 0x0 qh 0x0
uhci: QH 0x12527222 load. link 0x12529002 elink 0x1
uhci: QH 0x12529002 load. link 0x12528002 elink 0x1
uhci: QH 0x12528002 load. link 0x12526002 elink 0x1
uhci: QH 0x12526002 load. link 0x1 elink 0x11cc1000
uhci: TD 0x11cc1000 load. link 0x1 ctrl 0x0 token 0x0 qh 0x12526002
uhci: TD 0x11cc1000 skip. link 0x1 ctrl 0x0 token 0x0 qh 0x12526002
uhci: new frame #146
uhci: processing frame 146 addr 0x12525248





reply via email to

[Prev in Thread] Current Thread [Next in Thread]