NetBSD Problem Report #11018

Received: (qmail 22440 invoked from network); 14 Sep 2000 17:00:30 -0000
Message-Id: <200009141700.e8EH0MS01829@mirage.ceres.dti.ne.jp>
Date: Fri, 15 Sep 2000 02:00:22 +0900 (JST)
From: tsutsui@ceres.dti.ne.jp
Reply-To: tsutsui@ceres.dti.ne.jp
To: gnats-bugs@gnats.netbsd.org
Cc: tsutsui@ceres.dti.ne.jp
Subject: VIA VT83C572 UHCI USB controller does not work
X-Send-Pr-Version: 3.95

>Number:         11018
>Category:       kern
>Synopsis:       VIA VT83C572 UHCI USB controller does not work
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    skrll
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Sep 14 17:01:00 +0000 2000
>Closed-Date:    
>Last-Modified:  Wed Nov 01 13:01:38 +0000 2017
>Originator:     Izumi Tsutsui
>Release:        NetBSD 1.5_ALPHA2 200009001
>Organization:
Izumi Tsutsui	Himeji City, Japan
>Environment:
System: NetBSD/i386 1.5_ALPHA2 on EPoX EP-58 with VIA Apollo VP3 chipset

 uhci0 at pci0 dev 7 function 2: VIA Technologies VT83C572 USB Controller (rev. 0x02)
 uhci0: interrupting at irq 11
 usb0 at uhci0: USB revision 1.0
 uhub0 at usb0
 uhub0: VIA Technologie UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhub0: 2 ports with 2 removable, self powered

>Description:
VT83C572 UCHI controller does not work on NetBSD 1.5_ALPHA2.
It is probed and uhub0 is also attached normally,
but if any USB device is pluged to USB connector,
the kernel says:

 uhub0: device problem, disabling port1

and when the device is removed the kernel says:

 uhub0: port error, giving up port1

All USB devices work fine with Windows98 on the same machine.

>How-To-Repeat:
Boot kernel with VT83C572 UHCI and plug any USB devices.

>Fix:
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: kern-bug-people->augustss 
Responsible-Changed-By: fair 
Responsible-Changed-When: Wed Mar 21 18:12:34 PST 2001 
Responsible-Changed-Why:  
Lennart is our USB expert. 
State-Changed-From-To: open->feedback 
State-Changed-By: jdolecek 
State-Changed-When: Tue Jul 9 15:46:40 PDT 2002 
State-Changed-Why:  
Does this problem vanish if you disable 'Legacy USB support' in BIOS 
(the option name might be different). I personally have VIA board 
with thisUSB controller (MSI Pro266TD), and it works very well. 

From: Dave Sainty <dave@dtsp.co.nz>
To: tsutsui@ceres.dti.ne.jp
Cc: gnats-bugs@gnats.netbsd.org, dave@dtsp.co.nz, augustss@netbsd.org,
  jdolecek@netbsd.org
Subject: Re: kern/11018: VIA VT83C572 UHCI USB controller does not work 
Date: Tue, 31 Dec 2002 03:04:06 +1300

 Hi!

 Are you still having this problem?  I also have a machine with this
 chipset, and have seen similar symptoms.  I believe I have a fix for
 it, are you in a position to test a kernel patch?

 Cheers,

 Dave

From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
To: dave@dtsp.co.nz
Cc: gnats-bugs@gnats.netbsd.org, augustss@netbsd.org, jdolecek@netbsd.org,
  tsutsui@ceres.dti.ne.jp
Subject: Re: kern/11018: VIA VT83C572 UHCI USB controller does not work 
Date: Tue, 31 Dec 2002 14:35:16 +0900 (JST)

 In article <200212301409.gBUE9Ti14037@pop.ceres.dti.ne.jp>
 dave@dtsp.co.nz wrote:

 > > >Number:         11018
 > > >Category:       kern
 > > >Synopsis:       VIA VT83C572 UHCI USB controller does not work
  :
 > Are you still having this problem?  I also have a machine with this
 > chipset, and have seen similar symptoms.  I believe I have a fix for
 > it, are you in a position to test a kernel patch?

 There is some background about this PR.
 I also have USB PCI adapter which uses VT83C572 UHCI, and
 it did not work on macppc. I thought that there were some
 endianness bug at that time, but after I got the EPoX board
 I noticed it also had the same problem, so I filed the PR.
 But after some discussion with Lennart, it turned out
 that UHCI on the EPoX board only had the problem if options
 PCIBIOS _was_ specified. On the other hand, VT83C572 on macppc
 still has the problem, and it has not been solved.
 (Mmm, these discusion was not filed in the PR.. sorry.)

 I no longer have the EPoX board because it was fried in the last summer,
 but I can still test the 'pure' VT83C572 adapter on macppc.
 Now I'm being back to my home town over the new year holiday,
 so I'll try your fix in the next week.
 ---
 Izumi Tsutsui
 tsutsui@ceres.dti.ne.jp

From: Dave Sainty <dave@dtsp.co.nz>
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
Cc: dave@dtsp.co.nz, gnats-bugs@gnats.netbsd.org, augustss@netbsd.org,
  jdolecek@netbsd.org
Subject: Re: kern/11018: VIA VT83C572 UHCI USB controller does not work 
Date: Tue, 31 Dec 2002 19:12:03 +1300

 Sounds good enough :)  Thanks!

 The change has been committed, you should be able to just pull down
 the latest src/sys/dev/usb/uhci.c, it should be compatible with
 whatever cut of the system is on that box...

 Cheers,

 Dave

From: "Perry E. Metzger" <perry@piermont.com>
To: tsutsui@ceres.dti.ne.jp, augustss@netbsd.org
Cc: gnats-bugs@gnats.netbsd.org, perry@piermont.com, dave@dtsp.co.nz
Subject: Re: kern/11018
Date: 04 Apr 2003 19:27:20 -0500

 >Synopsis:       VIA VT83C572 UHCI USB controller does not work

 Hello! I'm working to clear some old NetBSD trouble reports.

 Is the above problem still happening for you on your macppc machine,
 or is it working?

 Perry

From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
To: perry@piermont.com
Cc: augustss@netbsd.org, gnats-bugs@gnats.netbsd.org, dave@dtsp.co.nz,
  tsutsui@ceres.dti.ne.jp
Subject: Re: kern/11018
Date: Sat, 5 Apr 2003 16:24:54 +0900

 > >Synopsis:       VIA VT83C572 UHCI USB controller does not work

 > Is the above problem still happening for you on your macppc machine,
 > or is it working?

 Today I've tried the board on my Apus2000, but it still has the problem:
 ---
 Open Firmware, 2.0
 To continue booting the MacOS type:
 BYE<return>
 To continue booting from the default boot device type:
 BOOT<return>
  ok
 0 > boot
 OF_open bootpath=ata/ATA-Disk@0
 read stage 2 blocks: 01234567. done!
 starting stage 2...

 >> NetBSD/macppc OpenFirmware Boot, Revision 1.6
 >> (tsutsui@lancer, Fri Jun 14 18:01:07 JST 2002)
 Cannot use bootpath
 Using boot-device instead
 2709032+198188 [171616+145595]=0x313624
  start=0x100000
 [ using 317904 bytes of netbsd ELF symbol table ]
 Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
     The NetBSD Foundation, Inc.  All rights reserved.
 Copyright (c) 1982, 1986, 1989, 1991, 1993
     The Regents of the University of California.  All rights reserved.

 NetBSD 1.6Q (LANCER) #1091: Sat Apr  5 15:38:46 JST 2003
 	tsutsui@lancer:/sys/arch/macppc/compile/LANCER
 total memory = 65536 KB
 avail memory = 55628 KB
 using 844 buffers containing 3376 KB of memory
 no active packagemainbus0 (root)
 cpu0 at mainbus0: 603ev (Revision 2.1), ID 0 (primary)
 cpu0: HID0 90c001<DOZE,DPM,ICE,DCE,NOPTI>
 cpu0: ohare L2 cache enabled
 bandit0 at mainbus0
 pci0 at bandit0 bus 0
 pci0: i/o space, memory space enabled
 pchb0 at pci0 dev 11 function 0
 pchb0: Apple Computer Bandit Host-PCI Bridge (rev. 0x02)
 epic0 at pci0 dev 13 function 0: SMC 83c170 Fast Ethernet, rev. 6
 epic0: interrupting at irq 23
 epic0: SMC9432TX, Ethernet address 00:e0:29:1a:b1:ab
 qsphy0 at epic0 phy 3: QS6612 10/100 media interface, rev. 1
 qsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
 uhci0 at pci0 dev 14 function 0: VIA Technologies VT83C572 USB Controller (rev. 0x04)
 uhci0: interrupting at irq 25
 usb0 at uhci0: USB revision 1.0
 uhub0 at usb0
 uhub0: VIA Technologies UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhub0: 2 ports with 2 removable, self powered
 obio0 at pci0 dev 16 function 0: addr 0xf3000000

 [..snip..]

 scsibus0: waiting 2 seconds for devices to settle...
 uhub0: port error, restarting port 1
 uhub0: port error, giving up port 1
 uhub0: port error, restarting port 2
 uhub0: port error, giving up port 2
 uhub0: device problem, disabling port 2
 cd0 at scsibus0 target 3 lun 0: <MATSHITA, CD-ROM CR-506, 8S05> cdrom removable
 boot device: wd0
 root on wd0a dumps on wd0b
 root file system type: ffs
 ---

 BTW, thorpej said uhci didn't work on algor (kern/13202),
 but this board worked fine on arc (Express5800/230) last time I tried.
 (Some timing problems?)

 I'll check it again on other machines.
 ---
 Izumi Tsutsui
 tsutsui@ceres.dti.ne.jp

From: Dave Sainty <dave@dtsp.co.nz>
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
Cc: perry@piermont.com, augustss@netbsd.org, gnats-bugs@gnats.netbsd.org,
  dave@dtsp.co.nz
Subject: Re: kern/11018 
Date: Sun, 06 Apr 2003 01:39:32 +1200

 Sure is a fussy chip!

 If you unplug and plug in the devices do they probe ok?

 Would you be able to get some debug output with "uhcidebug = 99",
 "uhubdebug = 99", "usbdebug = 99" and "options USB_DEBUG"?

 Cheers,

 Dave

From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
To: dave@dtsp.co.nz
Cc: perry@piermont.com, augustss@netbsd.org, gnats-bugs@gnats.netbsd.org,
  tsutsui@ceres.dti.ne.jp
Subject: Re: kern/11018 
Date: Sat, 5 Apr 2003 23:15:11 +0900

 dave@dtsp.co.nz writes:

 > Sure is a fussy chip!
 > 
 > If you unplug and plug in the devices do they probe ok?

 No. It complains:
 "port error, restarting port 2"
 "port error, giving up port 2"
 again. Then the kernel says after a few minites:
 "uhci0: host system error"
 "uhci0: host controller halted"

 > Would you be able to get some debug output with "uhcidebug = 99",
 > "uhubdebug = 99", "usbdebug = 99" and "options USB_DEBUG"?

 I'll try it later, but I have some old logs with "uhci_debug = 12":

 ---
 uhci0 at pci0 dev 14 function 0: VIA Technologies VT83C572 USB Controller (rev. 0x04)
 uhci0: interrupting at irq 25
 uhci_init: start
 uhci0 regs: cmd=0000, sts=0020, intr=0000, frnum=0000, flbase=00000000, sof=0040, portsc1=0080, portsc2=0093
 uhci_run: setting run=0
 uhci_run: done cmd=0x0 sts=0x20
 uhci_alloc_sqh: allocating chunk
 uhci_alloc_std: allocating chunk
 uhci_alloc_sqh: allocating chunk
 uhci_init: enabling
 uhci_run: setting run=1
 uhci_run: done cmd=0x81 sts=0x0
 usb0 at uhci0: USB revision 1.0
 uhci_open: pipe=0xe0107c00, addr=0, endpt=0 (0)
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0100
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0100
 uhci_root_ctrl_control type=0x00 request=05
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0300
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0300
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0301
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0301
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0302
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0302
 uhub0 at usb0uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0301
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0301
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0302
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0302

 uhub0: VIA Technologie UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0200
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0200
 uhci_root_ctrl_control type=0x00 request=09
 uhci_root_ctrl_control type=0xa0 request=06
 uhub0: 2 ports with 2 removable, self powered
 uhci_open: pipe=0xe0107b00, addr=1, endpt=129 (1)
 uhci_root_ctrl_control type=0x02 request=01
 uhci_root_intr_transfer: xfer=0xe0117200 len=1 flags=4
 uhci_root_ctrl_control type=0x23 request=03
 uhci_root_ctrl_control type=0x23 request=03
 obio0 at pci0 dev 16 function 0: addr 0xf3000000

 [..snip..]

 scsibus0: waiting 2 seconds for devices to settle...
 cd0 at scsibus0 target 3 lun 0: <MATSHITA, CD-ROM CR-506, 8S05> SCSI2 5/cdrom removable
 uhci_root_ctrl_control type=0xa3 request=00
 uhci_root_ctrl_control type=0xa3 request=00
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=2 feature=16
 uhci_root_ctrl_control type=0x23 request=03
 uhci port 2 reset, status = 0x0095
 uhci_root_ctrl_control type=0xa3 request=00
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=2 feature=20
 uhci_open: pipe=0xe0107200, addr=0, endpt=0 (1)
 uhci_alloc_std: allocating chunk
 uhci_device_control type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000 len=8, addr=0, endpt=0
 uhci_alloc_std_chain: addr=0 endpt=0 len=8 ls=0 flags=0x2
 uhci_alloc_std_chain: maxp=8 ntd=1
 uhci_alloc_std_chain: nexttog=0
 uhci_device_request: before transfer
 TD(0xe527efe0) at 0087afe0 = link=0x0087afa4 status=0x18800000 token=0x00e0002d buffer=0x00857f80
   87afa4<VF> 18800000<ACTIVE>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xe527efa0) at 0087afa0 = link=0x0087afc4 status=0x188003ff token=0x00e80069 buffer=0x00857f40
   87afc4<VF> 188003ff<ACTIVE>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xe527efc0) at 0087afc0 = link=0x00000001 status=0x19800000 token=0xffe800e1 buffer=0x00000000
   1<T> 19800000<ACTIVE,IOC>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ctrl: sqh=0xe524dfa0
 uhci0: uhci_softintr
 uhci_idone: ii=0xe0117178, xfer=0xe0117100, pipe=0xe0107200 ready
 TD(0xe527efe0) at 0087afe0 = link=0x0087afa4 status=0x18000007 token=0x00e0002d buffer=0x00857f80
   87afa4<VF> 18000007,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xe527efa0) at 0087afa0 = link=0x0087afc4 status=0x18000007 token=0x00e80069 buffer=0x00857f40
   87afc4<VF> 18000007,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xe527efc0) at 0087afc0 = link=0x00000001 status=0x190007ff token=0xffe800e1 buffer=0x00000000
   1<T> 190007ff<IOC>,errcnt=3,actlen=0 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_check_intr: actlen=8, status=0x0
 uhci_remove_ctrl: sqh=0xe524dfa0
 uhci_ctrl_done: length=8
 uhci0: uhci_intr: exit
 uhci_device_control type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000 len=18, addr=0, endpt=0
 uhci_alloc_std_chain: addr=0 endpt=0 len=18 ls=0 flags=0x2
 uhci_alloc_std_chain: maxp=8 ntd=3
 uhci_alloc_std_chain: nexttog=0
 uhci_device_request: before transfer
 TD(0xe527efe0) at 0087afe0 = link=0x0087af64 status=0x18800000 token=0x00e0002d buffer=0x00857f80
   87af64<VF> 18800000<ACTIVE>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xe527ef60) at 0087af60 = link=0x0087af84 status=0x188003ff token=0x00e80069 buffer=0x00857f40
   87af84<VF> 188003ff<ACTIVE>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xe527ef80) at 0087af80 = link=0x0087afa4 status=0x188003ff token=0x00e00069 buffer=0x00857f48
   87afa4<VF> 188003ff<ACTIVE>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xe527efa0) at 0087afa0 = link=0x0087afc4 status=0x188003ff token=0x00280069 buffer=0x00857f50
   87afc4<VF> 188003ff<ACTIVE>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=2
 TD(0xe527efc0) at 0087afc0 = link=0x00000001 status=0x19800000 token=0xffe800e1 buffer=0x00000000
   1<T> 19800000<ACTIVE,IOC>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ctrl: sqh=0xe524dfa0
 uhci0: uhci_softintr
 uhci_idone: ii=0xe0117178, xfer=0xe0117100, pipe=0xe0107200 ready
 TD(0xe527efe0) at 0087afe0 = link=0x0087af64 status=0x18000007 token=0x00e0002d buffer=0x00857f80
   87af64<VF> 18000007,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xe527ef60) at 0087af60 = link=0x0087af84 status=0x18000007 token=0x00e80069 buffer=0x00857f40
   87af84<VF> 18000007,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xe527ef80) at 0087af80 = link=0x0087afa4 status=0x18000007 token=0x00e00069 buffer=0x00857f48
   87afa4<VF> 18000007,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xe527efa0) at 0087afa0 = link=0x0087afc4 status=0x188003ff token=0x00280069 buffer=0x00857f50
   87afc4<VF> 188003ff<ACTIVE>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=2
 TD(0xe527efc0) at 0087afc0 = link=0x00000001 status=0x190007ff token=0xffe800e1 buffer=0x00000000
   1<T> 190007ff<IOC>,errcnt=3,actlen=0 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_check_intr: actlen=16, status=0x0
 uhci_remove_ctrl: sqh=0xe524dfa0
 uhci_ctrl_done: length=16
 uhci0: uhci_intr: exit
 uhub0: device problem, disabling port 2
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=2 feature=1
 ---

 I and Lennart discussed abount this debug messages at that time:

 -----snip-----
 Lennart wrote:
 > OK, then it has something to do with the interaction between the uhci driver
 > and macppc.
 > Could you try inserting a `delay(1000)' in uhci_intr() to see what happens?

 I wrote:
 > I added some delay()s in uhci_intr(), but it does not help.
 >
 > According to the debug messages, the first 8 byte transfer
 > is complete normally but the second 18 byte transfer seems
 > to have some problem.

 ---
 uhci_idone: ii=0xe0117178, xfer=0xe0117100, pipe=0xe0107200 ready
 TD(0xe527efe0) at 0087afe0 = link=0x0087af64 status=0x18000007 token=0x00e0002d buffer=0x00857f80
   87af64<VF> 18000007,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xe527ef60) at 0087af60 = link=0x0087af84 status=0x18000007 token=0x00e80069 buffer=0x00857f40
   87af84<VF> 18000007,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xe527ef80) at 0087af80 = link=0x0087afa4 status=0x18000007 token=0x00e00069 buffer=0x00857f48
   87afa4<VF> 18000007,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xe527efa0) at 0087afa0 = link=0x0087afc4 status=0x188003ff token=0x00280069 buffer=0x00857f50
   87afc4<VF> 188003ff<ACTIVE>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=2
 TD(0xe527efc0) at 0087afc0 = link=0x00000001 status=0x190007ff token=0xffe800e1 buffer=0x00000000
   1<T> 190007ff<IOC>,errcnt=3,actlen=0 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_check_intr: actlen=16, status=0x0
 ---

 I wrote:

 > In uhci_idone, the last fragment packet (maxlen=2) is still
 > active though the last TD is not active. It does not complete
 > so actlen is 16, not 18. I'll track this more.

 Lennart wrote:

 > I can't understand how this can happen.  The UCHI hardware processes the
 > TDs in order, and when one is finished (and marked not ACTIVE) it proceeds
 > to the next.  So the situation that the dump shows is impossible.
 > The only thing I can imagine is some kind of cache coherency problem
 > so that the CPU doesn't see what's really in memory.
 -----snip-----


 BTW, I've also tried the board on Ultra-5.
 The kernel complains "uhub0: port error, restarting port 1"
 but no "giving up" errors, and a connected device is probed.
 (BTW kue causes panic, but it should be a different problem..)

 ---
 Sun Ultra 5/10 UPA/PCI (UltraSPARC-IIi 270MHz), No Keyboard
 OpenBoot 3.11, 128 MB memory installed, Serial #9689285.
 Ethernet address 8:0:20:93:d8:c5, Host ID: 8093d8c5.

 Initializing Memory
 Rebooting with command: boot -s
 Boot device: /pci@1f,0/pci@1,1/ide@3/disk@0,0:a  File and args: -s
 NetBSD IEEE 1275 Bootblock
 ..>> NetBSD/sparc64 OpenFirmware Boot, Revision 1.5
 >> (root@eterna, Fri Jan 18 11:34:53 JST 2002)
 loadfile: reading header
 elf64_exec: Booting /pci@1f,0/pci@1,1/ide@3/disk@0,0:a/netbsd
 3363528@0x1000000+125232@0x1800000+4069072@0x181e930 
 symbols @ 0xfef92380 112+283968+159514 start=0x1000000
 chain: calling OF_chain(800000, ee08, 1000000, fffa9a80, 18)
 [ using 444496 bytes of netbsd ELF symbol table ]
 console is /pci@1f,0/pci@1,1/ebus@1/se@14,400000:a
 Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
     The NetBSD Foundation, Inc.  All rights reserved.
 Copyright (c) 1982, 1986, 1989, 1991, 1993
     The Regents of the University of California.  All rights reserved.

 NetBSD 1.6Q (ETERNA) #54: Sat Apr  5 18:29:58 JST 2003
 	tsutsui@eterna:/usr/src/sys/arch/sparc64/compile/ETERNA
 total memory = 128 MB
 avail memory = 109 MB
 using 832 buffers containing 6656 KB of memory
 bootpath: /pci@1f,0/pci@1,1/ide@3,0/disk@0,0
 mainbus0 (root): SUNW,Ultra-5_10
 cpu0 at mainbus0: SUNW,UltraSPARC-IIi @ 269.846 MHz, version 0 FPU
 cpu0: 32K instruction (32 b/l), 16K data (32 b/l), 256K external (64 b/l)
 psycho0 at mainbus0 addr 0xfffc4000
 SUNW,sabre: impl 0, version 0: ign 7c0 bus range 0 to 2; PCI bus 0
 DVMA map: c0000000 to e0000000
 IOTSB: a06000 to a86000

 [..snip..]

 pci2 at ppb1 bus 2
 pci2: i/o space, memory space enabled
 uhci0 at pci2 dev 3 function 0: VIA Technologies VT83C572 USB Controller (rev. 0x04)
 uhci0: interrupting at ivec 18
 usb0 at uhci0: USB revision 1.0
 uhub0 at usb0
 uhub0: VIA Technologies UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhub0: 2 ports with 2 removable, self powered
 pcons0 at mainbus0
 No counter-timer -- using %tick at 269MHz as system clock.
 uhub0: port error, restarting port 1
 uhub0: port error, restarting port 2
 kue0 at uhub0 port 2
 kue0: LINKSYS USB  Network Adapter, rev 1.00/0.02, addr 2
 kue0: cold boot, downloading firmware
 trap type 0x34: pc=1225e14 npc=1225e18 pstate=44820006<PRIV,IE>
 kernel trap 34: mem address not aligned
 Stopped in pid 3.1 (usb0) at    kue_attach+0x220:       lduh            [%i1 + 0x3d3], %o0
 db> trace
 config_attach(1e98800, 18096f0, 186d800, 180f800, 9231ac0, 1829c00) at config_attach+0x3c0
 config_found_sm(1e34c00, 9231ac0, 1213fb4, 121405c, 2, 5) at config_found_sm+0x24
 usbd_probe_and_attach(1e34c00, 1e24200, 1214000, 2, 1e34c00, 1213c00) at usbd_probe_and_attach+0x90
 usbd_new_device(0, 1e9c000, 1e24258, 2, 2, 1e34bd0) at usbd_new_device+0x258
 uhub_explore(1e24f00, 1214aa0, 1e34b80, 33, 0, 9217dd1) at uhub_explore+0x25c
 usb_discover(1e25000, 1, 1875a38, 1869f10, 0, 186cdd0) at usb_discover+0x1c
 usb_event_thread(1e25000, 0, 18701a0, 0, a, 922dc80) at usb_event_thread+0x24
 proc_trampoline(0, 0, 0, 0, 0, 0) at proc_trampoline+0x4
 db> 
 ---
 Izumi Tsutsui
 tsutsui@ceres.dti.ne.jp

From: Dave Sainty <dave@dtsp.co.nz>
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
Cc: dave@dtsp.co.nz, perry@piermont.com, augustss@netbsd.org,
  gnats-bugs@gnats.netbsd.org
Subject: Re: kern/11018 
Date: Mon, 07 Apr 2003 01:10:15 +1200

 Izumi Tsutsui writes:

 > BTW, I've also tried the board on Ultra-5.
 > The kernel complains "uhub0: port error, restarting port 1"
 > but no "giving up" errors, and a connected device is probed.
 > (BTW kue causes panic, but it should be a different problem..)

 Perhaps the problem (or one of the problems) can be better diagnosed
 on the Ultra-5, since the card seems to be more functional there.

 If we can work out why it hiccups there (with debug dumps), that might
 be a good start...

 Cheers,

 Dave

From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
To: dave@dtsp.co.nz
Cc: perry@piermont.com, augustss@netbsd.org, gnats-bugs@gnats.netbsd.org,
  tsutsui@ceres.dti.ne.jp
Subject: Re: kern/11018 
Date: Mon, 7 Apr 2003 02:23:17 +0900

 > Perhaps the problem (or one of the problems) can be better diagnosed
 > on the Ultra-5, since the card seems to be more functional there.

 Ok, I'll try in next few days.

 Anyway, I guess we could change the priority of this PR lower
 since few people use VIA uhci on other than i386.
 ---
 Izumi Tsutsui
 tsutsui@ceres.dti.ne.jp

From: Rafal Boni <rafal@pobox.com>
To: gnats-bugs@NetBSD.org
Cc:  
Subject: Re: kern/11018
Date: Thu, 07 Aug 2003 13:42:20 -0400

 I see that not much has happened to this PR recently, and I just the other
 day installed a VIA 6202-based USB2 card in my Sun Ultra5 and so far have
 not had any issues (though currently I've only verified that the DLink USB
 radio works and that a el-cheapo camera for which we have no driver is
 correctly identified... I have a USB mouse, CF reader and Canon digital
 camera I can try tonight, but got too tired to last night).  I also only
 verified that things connected at boot work OK, have not tried booting
 and later plugging in, nor removing and re-connecting any devices.

 Do you still see issues, Tsutsui-san, or can we close this once I can do
 a little bit more (succesful) testing?

 Thanks!
 --rafal

 The USB parts are identified as:

 uhci0 at pci2 dev 2 function 0: VIA Technologies VT83C572 USB Controller (rev. 0x50)
 uhci0: interrupting at ivec 14
 usb0 at uhci0: USB revision 1.0
 uhub0 at usb0
 uhub0: VIA Technologies UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhub0: 2 ports with 2 removable, self powered
 uhci1 at pci2 dev 2 function 1: VIA Technologies VT83C572 USB Controller (rev. 0x50)
 uhci1: interrupting at ivec 15
 usb1 at uhci1: USB revision 1.0
 uhub1 at usb1
 uhub1: VIA Technologies UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhub1: 2 ports with 2 removable, self powered
 ehci0 at pci2 dev 2 function 2: VIA Technologies product 0x3104 (rev. 0x51)
 ehci0: interrupting at ivec 16
 ehci0: EHCI version 0.95
 ehci0: companion controllers, 2 ports each: uhci0 uhci1
 usb2 at ehci0: USB revision 2.0
 uhub2 at usb2
 uhub2: VIA Technologie EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
 uhub2: 4 ports with 4 removable, self powered
 [...]
 uhub1: port error, restarting port 1
 uhub1: port error, giving up port 1
 uhub1: port error, restarting port 2
 uhub1: port error, giving up port 2
 ehci0: handing over full speed device on port 1 to uhci0
 uhub2: port 1, device disappeared after reset
 ehci0: handing over low speed device on port 2 to uhci0
 uhub2: port 2, device disappeared after reset
 root on wd0a dumps on wd0b
 root file system type: ffs
 ugen0 at uhub0 port 1
 ugen0: vendor 0x0545 USB IMAGING DEVICE, rev 1.01/3.0a, addr 2
 udsbr0 at uhub0 port 2
 udsbr0: GemTek Corp USB FM Radio, rev 1.00/4.10, addr 3
 radio0 at udsbr0

 ----
 Rafal Boni                                                     rafal@pobox.com
   We are all worms.  But I do believe I am a glowworm.  -- Winston Churchill


From: Rafal Boni <rafal@pobox.com>
To: gnats-bugs@netbsd.org
Cc:  
Subject: Re: kern/11018
Date: Mon, 08 Sep 2003 00:42:39 -0400

 --==_Exmh_11101879493P
 Content-Type: text/plain; charset=us-ascii

 I've now checked out that the USB CF reader works and verified that 
 connect and disconnect events are noticed so that plugging in and
 unplugging devices works correctly.

 I haven't plugged in the camera or mouse since I don't have gphoto
 or gphoto2 built on the sparc64 machine or have a head on the machine 
 to test the mouse, but I fully expect them to just work (possibly mod
 any software to drive/use them).

 The USB CF frob looks like:

 umass0: SCM Microsystems Inc. eUSB CompactFlash Adapter, rev 1.10/2.18, addr 3
 umass0: using SCSI over Bulk-Only
 scsibus0 at umass0: 2 targets, 1 lun per target
 scsibus0: waiting 2 seconds for devices to settle...
 sd0 at scsibus0 target 1 lun 0: <eUSB, Compact Flash, > disk removable
 sd0: 122 MB, 978 cyl, 8 head, 32 sec, 512 bytes/sect x 250368 sectors

 and I've copied pictures off a couple of CF cards using it already.

 --rafal

 ----
 Rafal Boni                                                     rafal@pobox.com
   We are all worms.  But I do believe I am a glowworm.  -- Winston Churchill


 --==_Exmh_11101879493P
 Content-Type: application/pgp-signature

 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.2 (NetBSD)
 Comment: Exmh version 2.5 07/13/2001

 iD8DBQE/XAi/EeBxM8fTAkwRAkNWAJ46c98lndqEqfVw295TsAO2s5axAACeIA0Q
 RfXhIAllRe5S6xt/+QmokQs=
 =6Yla
 -----END PGP SIGNATURE-----

 --==_Exmh_11101879493P--

From: Christian Hattemer <chris@heaven.riednet.wh.tu-darmstadt.de>
To: gnats-bugs@NetBSD.org
Cc:  
Subject: Re: kern/11018
Date: Tue, 17 Feb 2004 11:56:46 +0100

 Hi,

 some notes on this issue.
 I have two systems with that USB controller, but in two different
 revisions.

 The first ist

 NetBSD 1.6.1 (LAHKSA) #4: Tue Jan 27 22:47:10 CET 2004
     krille@lahksa:/usr/src/sys/arch/i386/compile/LAHKSA
 cpu0: AMD Athlon Model 4 (Thunderbird) (686-class), 1099.56 MHz
 cpu0: I-cache 64 KB 64b/line 2-way, D-cache 64 KB 64b/line 2-way
 cpu0: L2 cache 256 KB 64b/line 16-way
 cpu0: features 183f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR>
 cpu0: features 183f9ff<PGE,MCA,CMOV,FGPAT,PSE36,MMX>
 cpu0: features 183f9ff<FXSR>
 total memory = 383 MB
 avail memory = 353 MB
 using 4935 buffers containing 19740 KB of memory
 BIOS32 rev. 0 found at 0xfb560
 mainbus0 (root)
 pci0 at mainbus0 bus 0: configuration mode 1
 pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
 pchb0 at pci0 dev 0 function 0
 pchb0: VIA Technologies VT8363 KT133 System Controller (rev. 0x03)

 [..snip..]

 uhci0 at pci0 dev 7 function 2: VIA Technologies VT83C572 USB Controller
 (rev. 0x16)
 uhci0: interrupting at irq 10
 usb0 at uhci0: USB revision 1.0
 uhub0 at usb0
 uhub0: VIA Technologie UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhub0: 2 ports with 2 removable, self powered

 Note the chip revision being newer than below.

 This one works flawlessly (as far as I can see) with my USB Flashdrive
 Stick.

 uhub1 at uhub0 port 1
 uhub1: Prolific Technology Inc. USB Embedded Hub, class 9/0, rev
 2.00/0.01, addr 2
 uhub1: 1 port with 0 removable, self powered
 umass0 at uhub1 port 1 configuration 1 interface 0
 umass0: Prolific Technology Inc. USB Mass Storage Device, rev 2.00/0.01,
 addr 3
 umass0: using ATAPI over Bulk-Only
 atapibus1 at umass0 channel 0: 2 targets
 sd0 at atapibus1 drive 0: <Prolific, USB Flash Disk, PROL> type 0 direct
 removable
 sd0(umass0:0:0): illegal request, data = 00 00 00 00 24 00 00 00 00 00
 sd0: 125 MB, 125 cyl, 64 head, 32 sec, 512 bytes/sect x 256000 sectors
 sd0(umass0:0:0): illegal request, data = 00 00 00 00 24 00 00 00 00 00
 sd0: no disk label


 The second system looks like this:

 NetBSD 1.6.2_RC4 (WEBSTER) #1: Tue Jan 27 12:44:46 CET 2004
     krille@webster:/usr/src/sys/arch/i386/compile/WEBSTER
 cpu0: Intel Pentium II/Celeron (Deschutes) (686-class), 350.82 MHz
 cpu0: I-cache 16 KB 32b/line 4-way, D-cache 16 KB 32b/line 2-way
 cpu0: L2 cache 512 KB 32b/line 4-way
 cpu0: features 183f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR>
 cpu0: features 183f9ff<PGE,MCA,CMOV,FGPAT,PSE36,MMX>
 cpu0: features 183f9ff<FXSR>
 total memory = 127 MB
 avail memory = 116 MB
 using 1659 buffers containing 6636 KB of memory
 BIOS32 rev. 0 found at 0xfb470
 mainbus0 (root)
 pci0 at mainbus0 bus 0: configuration mode 1
 pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
 pchb0 at pci0 dev 0 function 0
 pchb0: VIA Technologies VT82C691 (Apollo Pro) Host-PCI (rev. 0x06)

 [..snip..]

 uhci0 at pci0 dev 7 function 2: VIA Technologies VT83C572 USB Controller
 (rev. 0x02)
 uhci0: interrupting at irq 10
 usb0 at uhci0: USB revision 1.0
 uhub0 at usb0
 uhub0: VIA Technologie UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhub0: 2 ports with 2 removable, self powered

 With this one an USB Mouse worked, but the Flashdrive often isn't
 recognized properly. I have to plug it in and remove it more or less
 often until it gets usable. Along the way there are variations of port
 errors and the device is only recognized partially. Sometimes only the
 integrated hub is seen or it gets up to umass, but not further.

 Once it is fully recognized it seems I can't copy larer amounts of data
 to the device or it will freeze. Any other requests to the device also
 freeze then and you can't get rid of them execpt with an unclean reboot.
 I don't know exactly where the "too much" border is, or if it varies.
 But around 37 MB were reproduceibly too much and 13 MB did work.

 Bye, Chris
State-Changed-From-To: feedback->open 
State-Changed-By: fair 
State-Changed-When: Sat Jun 5 22:39:57 UTC 2004 
State-Changed-Why:  

There would appear to be extensive feedback in this PR since 
the request for same. 

State-Changed-From-To: open->feedback 
State-Changed-By: mycroft 
State-Changed-When: Sat Jun 26 20:32:46 UTC 2004 
State-Changed-Why:  
Please test this again in -current, and if it still fails, send me output with 
USB_DEBUG compiled in and uhcidebug=20. 


Responsible-Changed-From-To: augustss->mycroft 
Responsible-Changed-By: mycroft 
Responsible-Changed-When: Sat Jun 26 20:32:46 UTC 2004 
Responsible-Changed-Why:  
. 

From: User <not.available@null.com>
To: gnats-bugs@gnats.netbsd.org
Cc:  
Subject: Re: kern/11018
Date: Fri, 16 Jul 2004 16:07:03 +0000

 > Please test this again in -current, and if it still fails, send me output
 > with USB_DEBUG compiled in and uhcidebug

 I tried with a -Current kernel (6 Jul 2004), but I still get the problem.
 I cannot post the output with USB_DEBUG compiled in and uhcidebug because 
  actually i have not NetBSD on that machine (after having tested netbsd -current
 I installed FreeBSD).
 FreeBSD has recently  fixed the same bug in -current ( http://www.freebsd.org/cgi/query-pr.cgi?pr=63987 ):
 perhaps you can use the solution found by freebsd developers to fix the bug on NetBSD too.


From: User <not.available@null.com>
To: gnats-bugs@NetBSD.org
Cc:  
Subject: Re: kern/11018
Date: Fri, 16 Jul 2004 16:24:25 +0000

 > Please test this again in -current, and if it still fails, send me output
 > with USB_DEBUG compiled in and uhcidebug

 I tried with a -Current kernel (6 Jul 2004), but I still get the problem.
 I cannot post the output with USB_DEBUG compiled in and uhcidebug because 
  actually i have not NetBSD on that machine (after having tested netbsd -current
 I installed FreeBSD).
 FreeBSD has recently  fixed the same bug in -current ( http://www.freebsd.org/cgi/query-pr.cgi?pr=63987 ):
 perhaps you can use the solution found by freebsd developers to fix the bug on NetBSD too.


From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
To: gnats-bugs@gnats.netbsd.org
Cc: mycroft@netbsd.org, augustss@netbsd.org, tsutsui@ceres.dti.ne.jp
Subject: Re: kern/11018
Date: Sun, 18 Jul 2004 02:21:02 +0900

 mycroft@netbsd.org wrote:

 > Please test this again in -current,

 I tried 2.0G kernel on my macppc (Apus2000/200) and
 it works only once:

 ---
  :
 mainbus0 (root)
 cpu0 at mainbus0: 603ev (Revision 2.1), ID 0 (primary)
 cpu0: HID0 90c001<DOZE,DPM,ICE,DCE,NOPTI>
 cpu0: ohare L2 cache enabled
 bandit0 at mainbus0
 pci0 at bandit0 bus 0
 pci0: i/o space, memory space enabled
 pchb0 at pci0 dev 11 function 0
 pchb0: Apple Computer Bandit Host-PCI Bridge (rev. 0x02)
 epic0 at pci0 dev 13 function 0: SMC 83c170 Fast Ethernet, rev. 6
 epic0: interrupting at irq 23
 epic0: SMC9432TX, Ethernet address 00:e0:29:1a:b1:ab
 qsphy0 at epic0 phy 3: QS6612 10/100 media interface, rev. 1
 qsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
 uhci0 at pci0 dev 14 function 0: VIA Technologies VT83C572 USB Controller (rev. 0x04)
 uhci0: interrupting at irq 25
 usb0 at uhci0: USB revision 1.0
 uhub0 at usb0
 uhub0: VIA Technologies UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhub0: 2 ports with 2 removable, self powered
 obio0 at pci0 dev 16 function 0: addr 0xf3000000
 mesh0 at obio0 offset 0x10000 irq 12: 50MHz, SCSI ID 7
 scsibus0 at mesh0: 8 targets, 8 luns per target
 zsc0 at obio0 offset 0x13000: irq 15,16
 zstty0 at zsc0 channel 0 (console)
 zstty1 at zsc0 channel 1
 awacs at obio0 offset 0x14000 not configured
 swim3 at obio0 offset 0x15000 not configured
 nvram0 at obio0 offset 0x60000
 adb0 at obio0 offset 0x16000 irq 18: 2 targets
 aed0 at adb0 addr 0: ADB Event device
 akbd0 at adb0 addr 2: extended keyboard
 wskbd0 at akbd0 mux 1
 ams0 at adb0 addr 3: 1-button, 100 dpi mouse
 wsmouse0 at ams0 mux 0
 wdc0 at obio0 offset 0x20000 irq property not found; using 13: DMA transfer
 atabus0 at wdc0 channel 0
 scsibus0: waiting 2 seconds for devices to settle...
 kue0 at uhub0 port 2
 kue0: LINKSYS USB  Network Adapter, rev 1.00/0.02, addr 2
 kue0: cold boot, downloading firmware
 kue0: Ethernet address 00:20:78:90:15:d0
 cd0 at scsibus0 target 3 lun 0: <MATSHITA, CD-ROM CR-506, 8S05> cdrom removable
 wd0 at atabus0 drive 0: <Maxtor 82160D2>
 wd0: drive supports 16-sector PIO transfers, LBA addressing
 wd0: 2014 MB, 4092 cyl, 16 head, 63 sec, 512 bytes/sect x 4124736 sectors
 wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 2 (Ultra/33)
 wd0(wdc0:0:0): using PIO mode 4, DMA mode 2 (using DMA data transfers)
 boot device: wd0
 root on wd0a dumps on wd0b
 root file system type: ffs
  :
 umass0 at uhub0 port 1 configuration 1 interface 0
 umass0: Fuji Photo Film USB Mass Storage, rev 1.10/10.00, addr 3
 umass0: using ATAPI over CBI with CCI
 atapibus0 at umass0: 2 targets
 sd0 at atapibus0 drive 0: <FUJIFILM, USB-DRIVEUNIT, 1.00> disk removable
 ---

 But after reboot, the same kernel doesn't work any more:
 ---
 NetBSD 2.0G (LANCER) #1122: Sat Jul 17 23:58:25 JST 2004
 	tsutsui@mirage:/usr/src/sys/arch/macppc/compile/LANCER
 total memory = 65536 KB
 avail memory = 58264 KB
 no active packagemainbus0 (root)
 cpu0 at mainbus0: 603ev (Revision 2.1), ID 0 (primary)
 cpu0: HID0 90c001<DOZE,DPM,ICE,DCE,NOPTI>
 cpu0: ohare L2 cache enabled
 bandit0 at mainbus0
 pci0 at bandit0 bus 0
 pci0: i/o space, memory space enabled
 pchb0 at pci0 dev 11 function 0
 pchb0: Apple Computer Bandit Host-PCI Bridge (rev. 0x02)
 epic0 at pci0 dev 13 function 0: SMC 83c170 Fast Ethernet, rev. 6
 epic0: interrupting at irq 23
 epic0: SMC9432TX, Ethernet address 00:e0:29:1a:b1:ab
 qsphy0 at epic0 phy 3: QS6612 10/100 media interface, rev. 1
 qsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
 uhci0 at pci0 dev 14 function 0: VIA Technologies VT83C572 USB Controller (rev. 0x04)
 uhci0: interrupting at irq 25
 usb0 at uhci0: USB revision 1.0
 uhub0 at usb0
 uhub0: VIA Technologies UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhub0: 2 ports with 2 removable, self powered
 obio0 at pci0 dev 16 function 0: addr 0xf3000000
 mesh0 at obio0 offset 0x10000 irq 12: 50MHz, SCSI ID 7
 scsibus0 at mesh0: 8 targets, 8 luns per target
 zsc0 at obio0 offset 0x13000: irq 15,16
 zstty0 at zsc0 channel 0 (console)
 zstty1 at zsc0 channel 1
 awacs at obio0 offset 0x14000 not configured
 swim3 at obio0 offset 0x15000 not configured
 nvram0 at obio0 offset 0x60000
 adb0 at obio0 offset 0x16000 irq 18: 2 targets
 aed0 at adb0 addr 0: ADB Event device
 akbd0 at adb0 addr 2: extended keyboard
 wskbd0 at akbd0 mux 1
 ams0 at adb0 addr 3: 1-button, 100 dpi mouse
 wsmouse0 at ams0 mux 0
 wdc0 at obio0 offset 0x20000 irq property not found; using 13: DMA transfer
 atabus0 at wdc0 channel 0
 scsibus0: waiting 2 seconds for devices to settle...
 uhub0: device problem, disabling port 2
 cd0 at scsibus0 target 3 lun 0: <MATSHITA, CD-ROM CR-506, 8S05> cdrom removable
 wd0 at atabus0 drive 0: <Maxtor 82160D2>
 wd0: drive supports 16-sector PIO transfers, LBA addressing
 wd0: 2014 MB, 4092 cyl, 16 head, 63 sec, 512 bytes/sect x 4124736 sectors
 wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 2 (Ultra/33)
 wd0(wdc0:0:0): using PIO mode 4, DMA mode 2 (using DMA data transfers)
 boot device: wd0
 root on wd0a dumps on wd0b
 root file system type: ffs
 ---

 > and if it still fails, send me output with
 > USB_DEBUG compiled in and uhcidebug=20.

 Here it is:
 ---
 NetBSD 2.0G (LANCER) #1124: Sun Jul 18 02:12:59 JST 2004
 	tsutsui@mirage:/usr/src/sys/arch/macppc/compile/LANCER
 total memory = 65536 KB
 avail memory = 58200 KB
 no active packagemainbus0 (root)
 cpu0 at mainbus0: 603ev (Revision 2.1), ID 0 (primary)
 cpu0: HID0 90c001<DOZE,DPM,ICE,DCE,NOPTI>
 cpu0: ohare L2 cache enabled
 bandit0 at mainbus0
 pci0 at bandit0 bus 0
 pci0: i/o space, memory space enabled
 pchb0 at pci0 dev 11 function 0
 pchb0: Apple Computer Bandit Host-PCI Bridge (rev. 0x02)
 epic0 at pci0 dev 13 function 0: SMC 83c170 Fast Ethernet, rev. 6
 epic0: interrupting at irq 23
 epic0: SMC9432TX, Ethernet address 00:e0:29:1a:b1:ab
 qsphy0 at epic0 phy 3: QS6612 10/100 media interface, rev. 1
 qsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
 uhci0 at pci0 dev 14 function 0: VIA Technologies VT83C572 USB Controller (rev. 0x04)
 uhci0: interrupting at irq 25
 uhci_init: start
 uhci0 regs: cmd=0000, sts=0020, intr=0000, frnum=0000, flbase=00000000, sof=0040, portsc1=0080, portsc2=0093
 uhci_alloc_std: allocating chunk
 uhci_alloc_sqh: allocating chunk
 uhci_alloc_sqh: allocating chunk
 uhci_alloc_std: allocating chunk
 uhci_init: enabling
 uhci_run: setting run=1
 uhci_run: done cmd=0x81 sts=0x0
 usb0 at uhci0: USB revision 1.0
 uhci_open: pipe=0xd000bb80, addr=0, endpt=0 (0)
 uhci_root_ctrl_control type=0x00 request=05
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0100
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0100
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0300
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0301
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0301
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0302
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0302
 uhub0 at usb0uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0301
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0301
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0302
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0302

 uhub0: VIA Technologies UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0200
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0200
 uhci_root_ctrl_control type=0x00 request=09
 uhci_root_ctrl_control type=0xa0 request=06
 uhub0: 2 ports with 2 removable, self powered
 uhci_open: pipe=0xd000ba80, addr=1, endpt=129 (1)
 uhci_root_ctrl_control type=0x02 request=01
 uhci_root_intr_start: xfer=0xd0045000 len=1 flags=4
 uhci_root_ctrl_control type=0x23 request=03
 uhci_root_ctrl_control type=0x23 request=03
 obio0 at pci0 dev 16 function 0: addr 0xf3000000
 mesh0 at obio0 offset 0x10000 irq 12: 50MHz, SCSI ID 7
 scsibus0 at mesh0: 8 targets, 8 luns per target
 zsc0 at obio0 offset 0x13000: irq 15,16
 zstty0 at zsc0 channel 0 (console)
 zstty1 at zsc0 channel 1
 awacs at obio0 offset 0x14000 not configured
 swim3 at obio0 offset 0x15000 not configured
 nvram0 at obio0 offset 0x60000
 adb0 at obio0 offset 0x16000 irq 18: 2 targets
 aed0 at adb0 addr 0: ADB Event device
 akbd0 at adb0 addr 2: extended keyboard
 wskbd0 at akbd0 mux 1
 ams0 at adb0 addr 3: 1-button, 100 dpi mouse
 wsmouse0 at ams0 mux 0
 wdc0 at obio0 offset 0x20000 irq property not found; using 13: DMA transfer
 atabus0 at wdc0 channel 0
 scsibus0: waiting 2 seconds for devices to settle...
 uhci_root_ctrl_control type=0xa3 request=00
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=1 feature=17
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=1 feature=16
 uhci_root_ctrl_control type=0xa3 request=00
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=2 feature=17
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=2 feature=16
 uhci_root_ctrl_control type=0x23 request=03
 uhci port 2 reset, status0 = 0x028a
 uhci port 2 reset, status1 = 0x009b
 uhci port 2 iteration 9, status = 0x009f
 uhci port 2 iteration 8, status = 0x0095
 uhci port 2 reset, status2 = 0x0095
 uhci_root_ctrl_control type=0xa3 request=00
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=2 feature=20
 uhci_root_ctrl_control type=0xa3 request=00
 uhci_open: pipe=0xd000b080, addr=0, endpt=0 (1)
 uhci_device_control type=0x00, request=0x05, wValue=0x0002, wIndex=0x0000 len=0, addr=0, endpt=0
 uhci_device_request: before transfer
 TD(0xd28b9fc0) at 00037fc0 = link=0x00037fa4 status=0x18800000 token=0x00e0002d buffer=0x00038f80
   37fa4<VF> 18800000<ACTIVE>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xd28b9fa0) at 00037fa0 = link=0x00000001 status=0x19800000 token=0xffe80069 buffer=0x00000000
   1<T> 19800000<ACTIVE,IOC>,errcnt=3,actlen=1 pid=69,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ctrl: sqh=0xd28b8f60
 uhci_enter_ctl_q: follow from [0]
 uhci0: uhci_intr1
 uhci0 regs: cmd=0081, sts=0001, intr=000f, frnum=06c8, flbase=00033000, sof=0040, portsc1=0080, portsc2=0095
 uhci0: uhci_intr: exit
 TD(0xd28b6fc0) at 00034fc0 = link=0x00035f62 status=0x02000000 token=0x00000000 buffer=0x00000000
   35f62<Q> 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 QH(0xd28b7f60) at 00035f60: hlink=00035f82 elink=00000001
 QH(0xd28b7f60) at 00035f60: hlink=00035f82 elink=00000001
 QH(0xd28b7f80) at 00035f80: hlink=00035fa2 elink=00000001
 QH(0xd28b7fc0) at 00035fc0: hlink=00035fe2 elink=00000001
 QH(0xd28b7fe0) at 00035fe0: hlink=00000001 elink=00034fe0
 Enqueued QH:
 QH(0xd28b8f60) at 00036f60: hlink=00035fc2 elink=00000001
 TD(0xd28b9fc0) at 00037fc0 = link=0x00037fa4 status=0x18000007 token=0x00e0002d buffer=0x00038f80
   37fa4<VF> 18000007,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xd28b9fa0) at 00037fa0 = link=0x00000001 status=0x190007ff token=0xffe80069 buffer=0x00000000
   1<T> 190007ff<IOC>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=0
 uhci0: uhci_softintr (0)
 uhci_check_intr: ii=0xd0048f6c
 uhci_check_intr: ii=0xd0048f6c done
 uhci_idone: ii=0xd0048f6c
 uhci_idone: ii=0xd0048f6c, xfer=0xd0048f00, pipe=0xd000b080 ready
 TD(0xd28b9fc0) at 00037fc0 = link=0x00037fa4 status=0x18000007 token=0x00e0002d buffer=0x00038f80
   37fa4<VF> 18000007,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xd28b9fa0) at 00037fa0 = link=0x00000001 status=0x190007ff token=0xffe80069 buffer=0x00000000
   1<T> 190007ff<IOC>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=0, status=0x0
 uhci_remove_hs_ctrl: sqh=0xd28b8f60
 uhci_find_prev_qh: pqh=0xd28b7fa0 sqh=0xd28b8f60
 uhci_device_ctrl_done: length=0
 uhci_idone: ii=0xd0048f6c done
 uhci_device_control type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000 len=8, addr=2, endpt=0
 uhci_alloc_std_chain: addr=2 endpt=0 len=8 speed=2 flags=0x2
 uhci_alloc_std_chain: maxp=8 ntd=1
 uhci_alloc_std_chain: nexttog=0
 uhci_device_request: before transfer
 TD(0xd28b9fc0) at 00037fc0 = link=0x00037f84 status=0x18800000 token=0x00e0022d buffer=0x00038f80
   37f84<VF> 18800000<ACTIVE>,errcnt=3,actlen=1 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 TD(0xd28b9f80) at 00037f80 = link=0x00037fa4 status=0x188003ff token=0x00e80269 buffer=0x00038f40
   37fa4<VF> 188003ff<ACTIVE>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=8
 TD(0xd28b9fa0) at 00037fa0 = link=0x00000001 status=0x19800000 token=0xffe802e1 buffer=0x00000000
   1<T> 19800000<ACTIVE,IOC>,errcnt=3,actlen=1 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 uhci_add_ctrl: sqh=0xd28b8f60
 uhci_enter_ctl_q: follow from [0]
 uhci0: uhci_intr1
 uhci0 regs: cmd=0081, sts=0001, intr=000f, frnum=0181, flbase=00033000, sof=0040, portsc1=0080, portsc2=0095
 uhci0: uhci_intr: exit
 TD(0xd28b6fc0) at 00034fc0 = link=0x00035f62 status=0x02000000 token=0x00000000 buffer=0x00000000
   35f62<Q> 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 QH(0xd28b7f60) at 00035f60: hlink=00035f82 elink=00000001
 QH(0xd28b7f60) at 00035f60: hlink=00035f82 elink=00000001
 QH(0xd28b7f80) at 00035f80: hlink=00035fa2 elink=00000001
 QH(0xd28b7fc0) at 00035fc0: hlink=00035fe2 elink=00000001
 QH(0xd28b7fe0) at 00035fe0: hlink=00000001 elink=00034fe0
 Enqueued QH:
 QH(0xd28b8f60) at 00036f60: hlink=00035fc2 elink=00000001
 TD(0xd28b9fc0) at 00037fc0 = link=0x00037f84 status=0x18000007 token=0x00e0022d buffer=0x00038f80
   37f84<VF> 18000007,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 TD(0xd28b9f80) at 00037f80 = link=0x00037fa4 status=0x18000007 token=0x00e80269 buffer=0x00038f40
   37fa4<VF> 18000007,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8
 TD(0xd28b9fa0) at 00037fa0 = link=0x00000001 status=0x190007ff token=0xffe802e1 buffer=0x00000000
   1<T> 190007ff<IOC>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 uhci0: uhci_softintr (0)
 uhci_check_intr: ii=0xd0048f6c
 uhci_check_intr: ii=0xd0048f6c done
 uhci_idone: ii=0xd0048f6c
 uhci_idone: ii=0xd0048f6c, xfer=0xd0048f00, pipe=0xd000b080 ready
 TD(0xd28b9fc0) at 00037fc0 = link=0x00037f84 status=0x18000007 token=0x00e0022d buffer=0x00038f80
   37f84<VF> 18000007,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 TD(0xd28b9f80) at 00037f80 = link=0x00037fa4 status=0x18000007 token=0x00e80269 buffer=0x00038f40
   37fa4<VF> 18000007,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8
 TD(0xd28b9fa0) at 00037fa0 = link=0x00000001 status=0x190007ff token=0xffe802e1 buffer=0x00000000
   1<T> 190007ff<IOC>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=8, status=0x0
 uhci_remove_hs_ctrl: sqh=0xd28b8f60
 uhci_find_prev_qh: pqh=0xd28b7fa0 sqh=0xd28b8f60
 uhci_device_ctrl_done: length=8
 uhci_idone: ii=0xd0048f6c done
 uhci_device_control type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000 len=18, addr=2, endpt=0
 uhci_alloc_std_chain: addr=2 endpt=0 len=18 speed=2 flags=0x2
 uhci_alloc_std_chain: maxp=8 ntd=3
 uhci_alloc_std_chain: nexttog=0
 uhci_device_request: before transfer
 TD(0xd28b9fc0) at 00037fc0 = link=0x00037f44 status=0x18800000 token=0x00e0022d buffer=0x00038f80
   37f44<VF> 18800000<ACTIVE>,errcnt=3,actlen=1 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 TD(0xd28b9f40) at 00037f40 = link=0x00037f64 status=0x188003ff token=0x00e80269 buffer=0x00038f40
   37f64<VF> 188003ff<ACTIVE>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=8
 TD(0xd28b9f60) at 00037f60 = link=0x00037f84 status=0x188003ff token=0x00e00269 buffer=0x00038f48
   37f84<VF> 188003ff<ACTIVE>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=0,maxlen=8
 TD(0xd28b9f80) at 00037f80 = link=0x00037fa4 status=0x188003ff token=0x00280269 buffer=0x00038f50
   37fa4<VF> 188003ff<ACTIVE>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=2
 TD(0xd28b9fa0) at 00037fa0 = link=0x00000001 status=0x19800000 token=0xffe802e1 buffer=0x00000000
   1<T> 19800000<ACTIVE,IOC>,errcnt=3,actlen=1 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 uhci_add_ctrl: sqh=0xd28b8f60
 uhci_enter_ctl_q: follow from [0]
 uhci0: uhci_intr1
 uhci0 regs: cmd=0081, sts=0001, intr=000f, frnum=04f0, flbase=00033000, sof=0040, portsc1=0080, portsc2=0095
 uhci0: uhci_intr: exit
 TD(0xd28b6fc0) at 00034fc0 = link=0x00035f62 status=0x02000000 token=0x00000000 buffer=0x00000000
   35f62<Q> 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 QH(0xd28b7f60) at 00035f60: hlink=00035f82 elink=00000001
 QH(0xd28b7f60) at 00035f60: hlink=00035f82 elink=00000001
 QH(0xd28b7f80) at 00035f80: hlink=00035fa2 elink=00000001
 QH(0xd28b7fc0) at 00035fc0: hlink=00035fe2 elink=00000001
 QH(0xd28b7fe0) at 00035fe0: hlink=00000001 elink=00034fe0
 Enqueued QH:
 QH(0xd28b8f60) at 00036f60: hlink=00035fc2 elink=00000001
 TD(0xd28b9fc0) at 00037fc0 = link=0x00037f44 status=0x18000007 token=0x00e0022d buffer=0x00038f80
   37f44<VF> 18000007,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 TD(0xd28b9f40) at 00037f40 = link=0x00037f64 status=0x18000007 token=0x00e80269 buffer=0x00038f40
   37f64<VF> 18000007,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8
 TD(0xd28b9f60) at 00037f60 = link=0x00037f84 status=0x18000007 token=0x00e00269 buffer=0x00038f48
   37f84<VF> 18000007,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8
 TD(0xd28b9f80) at 00037f80 = link=0x00037fa4 status=0x188003ff token=0x00280269 buffer=0x00038f50
   37fa4<VF> 188003ff<ACTIVE>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=2
 TD(0xd28b9fa0) at 00037fa0 = link=0x00000001 status=0x190007ff token=0xffe802e1 buffer=0x00000000
   1<T> 190007ff<IOC>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 uhci0: uhci_softintr (0)
 uhci_check_intr: ii=0xd0048f6c
 uhci_check_intr: ii=0xd0048f6c done
 uhci_idone: ii=0xd0048f6c
 uhci_idone: ii=0xd0048f6c, xfer=0xd0048f00, pipe=0xd000b080 ready
 TD(0xd28b9fc0) at 00037fc0 = link=0x00037f44 status=0x18000007 token=0x00e0022d buffer=0x00038f80
   37f44<VF> 18000007,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 TD(0xd28b9f40) at 00037f40 = link=0x00037f64 status=0x18000007 token=0x00e80269 buffer=0x00038f40
   37f64<VF> 18000007,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8
 TD(0xd28b9f60) at 00037f60 = link=0x00037f84 status=0x18000007 token=0x00e00269 buffer=0x00038f48
   37f84<VF> 18000007,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8
 TD(0xd28b9f80) at 00037f80 = link=0x00037fa4 status=0x188003ff token=0x00280269 buffer=0x00038f50
   37fa4<VF> 188003ff<ACTIVE>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=2
 TD(0xd28b9fa0) at 00037fa0 = link=0x00000001 status=0x190007ff token=0xffe802e1 buffer=0x00000000
   1<T> 190007ff<IOC>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=16, status=0x0
 usbd_transfer_cb: short transfer 16<18
 uhci_remove_hs_ctrl: sqh=0xd28b8f60
 uhci_find_prev_qh: pqh=0xd28b7fa0 sqh=0xd28b8f60
 uhci_device_ctrl_done: length=16
 uhci_idone: ii=0xd0048f6c done
 usbd_new_device: addr=2, getting full desc failed
 uhub_explore: usb_new_device failed, error=SHORT_XFER
 uhub0: device problem, disabling port 2
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=2 feature=1
 uhci_root_ctrl_control type=0xa3 request=00
 uhci_root_ctrl_control type=0xa3 request=00
 cd0 at scsibus0 target 3 lun 0: <MATSHITA, CD-ROM CR-506, 8S05> cdrom removable
 wd0 at atabus0 drive 0: <Maxtor 82160D2>
 wd0: drive supports 16-sector PIO transfers, LBA addressing
 wd0: 2014 MB, 4092 cyl, 16 head, 63 sec, 512 bytes/sect x 4124736 sectors
 wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 2 (Ultra/33)
 wd0(wdc0:0:0): using PIO mode 4, DMA mode 2 (using DMA data transfers)
 boot device: wd0
 root on wd0a dumps on wd0b
 root file system type: ffs
 ---

 I wonder my macppc has some hardware problem...
 ---
 Izumi Tsutsui
 tsutsui@ceres.dti.ne.jp
State-Changed-From-To: feedback->open
State-Changed-By: tsutsui@netbsd.org
State-Changed-When: Tue, 21 Mar 2006 00:56:59 +0000
State-Changed-Why:
The problem still happens at least sgimips and macppc:
http://mail-index.netbsd.org/port-macppc/2006/03/04/0002.html
http://mail-index.netbsd.org/port-macppc/2006/03/03/0002.html


Responsible-Changed-From-To: mycroft->kern-bug-people
Responsible-Changed-By: wiz@netbsd.org
Responsible-Changed-When: Sun, 03 Sep 2006 01:12:28 +0000
Responsible-Changed-Why:
Back to role account, mycroft doesn't have commit access any longer.


From: "Julio M. Merino Vidal" <jmmv84@gmail.com>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: kern/11018
Date: Sun, 1 Jul 2007 15:32:30 +0200

 Hello,

 I have some more information to share about this PR.  I recently  
 installed NetBSD 4.0_BETA2 on a machine with an Asus K7M Slot A  
 motherboard, carrying an Athlon 600 processor and 512MB of RAM.  This  
 motherboard has the VIA VT83C572 UHCI USB controller reported in this  
 PR.

 I plug in a Logitech USB Trackball and: sometimes it is properly  
 detected and sometimes it fails with the "uhub0: device problem,  
 disabling port1" error message described in this report.  This  
 behavior seems pretty random.  However, when it fails, it always  
 fails on further replugs until the system is rebooted; similarly  in  
 the case where it works fine.  Seems to be a driver initialization  
 problem.

 Furthermore, during the installation of NetBSD I used an USB Apple  
 Keyboard.  It first worked but after the installer completed  
 unpacking the sets the keyboard was completely unresponsive.  It  
 looks like as if the problem appeared at some intermediate point, and  
 not only when connecting the device...  Since then I replaced it with  
 a PS/2 keyboard...

 All this happened with the USB Legacy Support enabled in the BIOS.  I  
 just disabled it and the mouse device worked the two times I tried  
 afterwards.  But given the randomness of the problem I still can't  
 assure that it is really fixed.

 Based on mlelstv@'s advice, I've captured some debugging information  
 (when it works and when it does not).  This is with a *current*  
 (4.99.22) kernel, not one from the netbsd-4 branch, setting  
 usbdebug=6 and uhcidebug=99.  More details below.



 First, the output of a failing case:

 Jul  1 13:51:53 inferno /netbsd: Copyright (c) 1996, 1997, 1998,  
 1999, 2000, 2001, 2002, 2003, 2004, 2005,
 Jul  1 13:51:53 inferno /netbsd: 2006, 2007
 Jul  1 13:51:53 inferno /netbsd: The NetBSD Foundation, Inc.  All  
 rights reserved.
 Jul  1 13:51:53 inferno /netbsd: Copyright (c) 1982, 1986, 1989,  
 1991, 1993
 Jul  1 13:51:53 inferno /netbsd: The Regents of the University of  
 California.  All rights reserved.
 Jul  1 13:51:53 inferno /netbsd:
 Jul  1 13:51:53 inferno /netbsd: NetBSD 4.99.22 (GENERIC_DIAGNOSTIC)  
 #2: Sun Jul  1 13:12:59 CEST 2007
 Jul  1 13:51:53 inferno /netbsd: jmmv@calypso.home.network:/Volumes/ 
 NetBSD/obj.i386/Volumes/NetBSD/src/sys/arch/i386/compile/ 
 GENERIC_DIAGNOSTIC
 Jul  1 13:51:53 inferno /netbsd: total memory = 511 MB
 Jul  1 13:51:53 inferno /netbsd: rbus: rbus_min_start set to 0x40000000
 Jul  1 13:51:53 inferno /netbsd: avail memory = 491 MB
 Jul  1 13:51:53 inferno /netbsd: timecounter: Timecounters tick every  
 10.000 msec
 Jul  1 13:51:53 inferno /netbsd: timecounter: Timecounter "i8254"  
 frequency 1193182 Hz quality 100
 Jul  1 13:51:53 inferno /netbsd: BIOS32 rev. 0 found at 0xfd9c0
 Jul  1 13:51:53 inferno /netbsd: mainbus0 (root)
 Jul  1 13:51:53 inferno /netbsd: cpu0 at mainbus0: (uniprocessor)
 Jul  1 13:51:53 inferno /netbsd: cpu0: AMD Athlon Model 2 (686- 
 class), 604.28 MHz, id 0x621
 Jul  1 13:51:53 inferno /netbsd: cpu0: features  
 c1c3f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR>
 Jul  1 13:51:53 inferno /netbsd: cpu0: features  
 c1c3f9ff<PGE,MCA,CMOV,PAT,PSE36,MMXX,MMX>
 Jul  1 13:51:53 inferno /netbsd: cpu0: features c1c3f9ff<FXSR, 
 3DNOW2,3DNOW>
 Jul  1 13:51:53 inferno /netbsd: cpu0: "AMD Athlon(tm) Processor"
 Jul  1 13:51:53 inferno /netbsd: cpu0: I-cache 64 KB 64B/line 2-way,  
 D-cache 64 KB 64B/line 2-way
 Jul  1 13:51:53 inferno /netbsd: cpu0: L2 cache 512 KB 64B/line 2-way
 Jul  1 13:51:53 inferno /netbsd: cpu0: ITLB 16 4 KB entries fully  
 associative, 8 4 MB entries fully associative
 Jul  1 13:51:53 inferno /netbsd: cpu0: DTLB 24 4 KB entries fully  
 associative, 8 4 MB entries 4-way
 Jul  1 13:51:53 inferno /netbsd: cpu0: 64 page colors
 Jul  1 13:51:53 inferno /netbsd: acpi0 at mainbus0: Advanced  
 Configuration and Power Interface
 Jul  1 13:51:53 inferno /netbsd: acpi0: using Intel ACPI CA subsystem  
 version 20060217
 Jul  1 13:51:53 inferno /netbsd: acpi0: X/RSDT: OemId  
 <AMIINT,        ,00000010>, AslId <MSFT,00000097>
 Jul  1 13:51:53 inferno /netbsd: acpi0: SCI interrupting at int 4
 Jul  1 13:51:53 inferno /netbsd: acpi0: fixed-feature power button  
 present
 Jul  1 13:51:53 inferno /netbsd: timecounter: Timecounter "ACPI-Safe"  
 frequency 3579545 Hz quality 900
 Jul  1 13:51:53 inferno /netbsd: ACPI-Safe 24-bit timer
 Jul  1 13:51:53 inferno /netbsd: LNKD: ACPI: Found matching pin for  
 0.4.INTD at func 2: 10
 Jul  1 13:51:53 inferno /netbsd: LNKA: ACPI: Found matching pin for  
 0.13.INTA at func 0: 11
 Jul  1 13:51:53 inferno /netbsd: LNKB: ACPI: Found matching pin for  
 0.14.INTA at func 0: 9
 Jul  1 13:51:53 inferno /netbsd: LNKC: ACPI: Found matching pin for  
 0.15.INTA at func 0: 5
 Jul  1 13:51:53 inferno /netbsd: LNKD: ACPI: Found matching pin for  
 0.16.INTA at func 0: 10
 Jul  1 13:51:53 inferno /netbsd: LNKA: ACPI: Found matching pin for  
 0.17.INTA at func 0: 11
 Jul  1 13:51:53 inferno /netbsd: ACPI Object Type 'Processor' (0x0c)  
 at acpi0 not configured
 Jul  1 13:51:53 inferno /netbsd: PNP0A03 [PCI/PCI-X Host Bridge] at  
 acpi0 not configured
 Jul  1 13:51:53 inferno /netbsd: PNP0200 [AT DMA Controller] at acpi0  
 not configured
 Jul  1 13:51:53 inferno /netbsd: attimer1 at acpi0 (PNP0100): AT Timer
 Jul  1 13:51:53 inferno /netbsd: attimer1: io 0x40-0x43 irq 0
 Jul  1 13:51:53 inferno /netbsd: PNP0B00 [AT Real-Time Clock] at  
 acpi0 not configured
 Jul  1 13:51:53 inferno /netbsd: pcppi1 at acpi0 (PNP0800)
 Jul  1 13:51:53 inferno /netbsd: pcppi1: io 0x61
 Jul  1 13:51:53 inferno /netbsd: midi0 at pcppi1: PC speaker (CPU- 
 intensive output)
 Jul  1 13:51:53 inferno /netbsd: sysbeep0 at pcppi1
 Jul  1 13:51:53 inferno /netbsd: npx1 at acpi0 (PNP0C04)
 Jul  1 13:51:53 inferno /netbsd: npx1: io 0xf0-0xff irq 13
 Jul  1 13:51:53 inferno /netbsd: npx1: reported by CPUID; using  
 exception 16
 Jul  1 13:51:53 inferno /netbsd: pckbc1 at acpi0 (PNP0F03): aux port
 Jul  1 13:51:53 inferno /netbsd: pckbc1: irq 12
 Jul  1 13:51:53 inferno /netbsd: pckbc2 at acpi0 (PNP0303): kbd port
 Jul  1 13:51:53 inferno /netbsd: pckbc2: io 0x60,0x64 irq 1
 Jul  1 13:51:53 inferno /netbsd: ACPI Object Type 'Power' (0x0b) at  
 acpi0 not configured
 Jul  1 13:51:53 inferno last message repeated 3 times
 Jul  1 13:51:53 inferno /netbsd: PNP0C0F [PCI interrupt link device]  
 at acpi0 not configured
 Jul  1 13:51:53 inferno last message repeated 3 times
 Jul  1 13:51:53 inferno /netbsd: acpibut0 at acpi0 (PNP0C0E): ACPI  
 Sleep Button
 Jul  1 13:51:53 inferno /netbsd: apm0 at acpi0: Power Management spec  
 V1.2
 Jul  1 13:51:53 inferno /netbsd: pcppi1: attached to attimer1
 Jul  1 13:51:53 inferno /netbsd: pckbd0 at pckbc2 (kbd slot)
 Jul  1 13:51:53 inferno /netbsd: pckbc2: using irq 1 for kbd slot
 Jul  1 13:51:53 inferno /netbsd: wskbd0 at pckbd0: console keyboard
 Jul  1 13:51:53 inferno /netbsd: pci0 at mainbus0 bus 0:  
 configuration mode 1
 Jul  1 13:51:53 inferno /netbsd: pci0: i/o space, memory space  
 enabled, rd/line, rd/mult, wr/inv ok
 Jul  1 13:51:53 inferno /netbsd: pchb0 at pci0 dev 0 function 0
 Jul  1 13:51:53 inferno /netbsd: pchb0: Advanced Micro Devices AMD751  
 System Controller (rev. 0x25)
 Jul  1 13:51:53 inferno /netbsd: agp0 at pchb0: aperture at  
 0xe8000000, size 0x4000000
 Jul  1 13:51:53 inferno /netbsd: ppb0 at pci0 dev 1 function 0:  
 Advanced Micro Devices AMD751 PCI-PCI Bridge (rev. 0x01)
 Jul  1 13:51:53 inferno /netbsd: pci1 at ppb0 bus 1
 Jul  1 13:51:53 inferno /netbsd: pci1: i/o space, memory space enabled
 Jul  1 13:51:53 inferno /netbsd: vga1 at pci1 dev 5 function 0: ATI  
 Technologies Rage XL (AGP) (rev. 0x65)
 Jul  1 13:51:53 inferno /netbsd: wsdisplay0 at vga1 kbdmux 1: console  
 (80x25, vt100 emulation), using wskbd0
 Jul  1 13:51:53 inferno /netbsd: wsmux1: connecting to wsdisplay0
 Jul  1 13:51:53 inferno /netbsd: direct rendering for vga1 unsupported
 Jul  1 13:51:53 inferno /netbsd: pcib0 at pci0 dev 4 function 0
 Jul  1 13:51:53 inferno /netbsd: pcib0: VIA Technologies VT82C686A  
 PCI-ISA Bridge (rev. 0x1b)
 Jul  1 13:51:53 inferno /netbsd: viaide0 at pci0 dev 4 function 1
 Jul  1 13:51:53 inferno /netbsd: viaide0: VIA Technologies VT82C686A  
 (Apollo KX133) ATA66 controller
 Jul  1 13:51:53 inferno /netbsd: viaide0: bus-master DMA support present
 Jul  1 13:51:53 inferno /netbsd: viaide0: primary channel configured  
 to compatibility mode
 Jul  1 13:51:53 inferno /netbsd: viaide0: primary channel  
 interrupting at irq 14
 Jul  1 13:51:53 inferno /netbsd: atabus0 at viaide0 channel 0
 Jul  1 13:51:53 inferno /netbsd: viaide0: secondary channel  
 configured to compatibility mode
 Jul  1 13:51:53 inferno /netbsd: viaide0: secondary channel ignored  
 (disabled)
 Jul  1 13:51:53 inferno /netbsd: uhci0 at pci0 dev 4 function 2: VIA  
 Technologies VT83C572 USB Controller (rev. 0x0e)
 Jul  1 13:51:53 inferno /netbsd: uhci0: interrupting at irq 10
 Jul  1 13:51:53 inferno /netbsd: usb0 at uhci0: USB revision 1.0
 Jul  1 13:51:53 inferno /netbsd: usbd_get_string: getting lang  
 failed, using 0
 Jul  1 13:51:53 inferno /netbsd: uhub0 at usb0
 Jul  1 13:51:53 inferno /netbsd: uhub0: VIA Technologies UHCI root  
 hub, class 9/0, rev 1.00/1.00, addr 1
 Jul  1 13:51:53 inferno /netbsd: uhub0: 2 ports with 2 removable,  
 self powered
 Jul  1 13:51:53 inferno /netbsd: uhci1 at pci0 dev 4 function 3: VIA  
 Technologies VT83C572 USB Controller (rev. 0x0e)
 Jul  1 13:51:53 inferno /netbsd: uhci1: interrupting at irq 10
 Jul  1 13:51:53 inferno /netbsd: usb1 at uhci1: USB revision 1.0
 Jul  1 13:51:53 inferno /netbsd: usbd_get_string: getting lang  
 failed, using 0
 Jul  1 13:51:53 inferno /netbsd: uhub1 at usb1
 Jul  1 13:51:53 inferno /netbsd: uhub1: VIA Technologies UHCI root  
 hub, class 9/0, rev 1.00/1.00, addr 1
 Jul  1 13:51:53 inferno /netbsd: uhub1: 2 ports with 2 removable,  
 self powered
 Jul  1 13:51:53 inferno /netbsd: VIA Technologies VT82C686A SMBus  
 Controller (SMBus serial bus, revision 0x20) at pci0 dev 4 function 4  
 not configured
 Jul  1 13:51:53 inferno /netbsd: fxp0 at pci0 dev 13 function 0:  
 i82559 Ethernet, rev 8
 Jul  1 13:51:53 inferno /netbsd: fxp0: interrupting at irq 11
 Jul  1 13:51:53 inferno /netbsd: fxp0: Ethernet address  
 00:d0:b7:68:a2:2b
 Jul  1 13:51:53 inferno /netbsd: inphy0 at fxp0 phy 1: i82555 10/100  
 media interface, rev. 4
 Jul  1 13:51:53 inferno /netbsd: inphy0: 10baseT, 10baseT-FDX,  
 100baseTX, 100baseTX-FDX, auto
 Jul  1 13:51:53 inferno /netbsd: eap0 at pci0 dev 14 function 0:  
 Ensoniq CT5880 CT5880-C (rev. 0x02)
 Jul  1 13:51:53 inferno /netbsd: eap0: interrupting at irq 9
 Jul  1 13:51:53 inferno /netbsd: eap0: ac97: SigmaTel STAC9721/23  
 codec; 18 bit DAC, 18 bit ADC, SigmaTel 3D
 Jul  1 13:51:53 inferno /netbsd: eap0: ac97: ext id 200<AMAP>
 Jul  1 13:51:53 inferno /netbsd: audio0 at eap0: full duplex, mmap,  
 independent
 Jul  1 13:51:53 inferno /netbsd: midi1 at eap0: AudioPCI MIDI UART
 Jul  1 13:51:53 inferno /netbsd: wi0 at pci0 dev 15 function 0: 3Com  
 3crwe777a AirConnect (rev. 0x02)
 Jul  1 13:51:53 inferno /netbsd: wi0: interrupting at irq 5
 Jul  1 13:51:53 inferno /netbsd: wi0: 802.11 address 00:04:75:88:82:ff
 Jul  1 13:51:53 inferno /netbsd: wi0: using RF:PRISM2 MAC:HFA3841  
 CARD:HWB3163 rev.A
 Jul  1 13:51:53 inferno /netbsd: wi0: Intersil Firmware: Primary  
 (0.3.0), Station (0.8.3)
 Jul  1 13:51:53 inferno /netbsd: wi0: 11b rates: 1Mbps 2Mbps 5.5Mbps  
 11Mbps
 Jul  1 13:51:53 inferno /netbsd: bktr0 at pci0 dev 16 function 0
 Jul  1 13:51:53 inferno /netbsd: bktr0: interrupting at irq 10
 Jul  1 13:51:53 inferno /netbsd: bktr0: IMS TV Turbo, Philips FR1236  
 NTSC FM tuner.
 Jul  1 13:51:53 inferno /netbsd: radio0 at bktr0
 Jul  1 13:51:53 inferno /netbsd: cmdide0 at pci0 dev 17 function 0
 Jul  1 13:51:53 inferno /netbsd: cmdide0: Silicon Image 0680 (rev. 0x02)
 Jul  1 13:51:53 inferno /netbsd: cmdide0: bus-master DMA support present
 Jul  1 13:51:53 inferno /netbsd: cmdide0: primary channel configured  
 to native-PCI mode
 Jul  1 13:51:53 inferno /netbsd: cmdide0: using irq 11 for native-PCI  
 interrupt
 Jul  1 13:51:53 inferno /netbsd: atabus1 at cmdide0 channel 0
 Jul  1 13:51:53 inferno /netbsd: cmdide0: secondary channel  
 configured to native-PCI mode
 Jul  1 13:51:53 inferno /netbsd: atabus2 at cmdide0 channel 1
 Jul  1 13:51:53 inferno /netbsd: isa0 at pcib0
 Jul  1 13:51:53 inferno /netbsd: isapnp0 at isa0 port 0x279: ISA Plug  
 'n Play device support
 Jul  1 13:51:53 inferno /netbsd: isapnp0: no ISA Plug 'n Play devices  
 found
 Jul  1 13:51:53 inferno /netbsd: timecounter: Timecounter  
 "clockinterrupt" frequency 100 Hz quality 0
 Jul  1 13:51:53 inferno /netbsd: Kernelized RAIDframe activated
 Jul  1 13:51:53 inferno /netbsd: atapibus0 at atabus0: 2 targets
 Jul  1 13:51:53 inferno /netbsd: cd0 at atapibus0 drive 0: <TOSHIBA  
 DVD-ROM SD-M1612, , 1004> cdrom removable
 Jul  1 13:51:53 inferno /netbsd: cd0: 32-bit data port
 Jul  1 13:51:53 inferno /netbsd: cd0: drive supports PIO mode 4, DMA  
 mode 2, Ultra-DMA mode 2 (Ultra/33)
 Jul  1 13:51:53 inferno /netbsd: cd0(viaide0:0:0): using PIO mode 4,  
 Ultra-DMA mode 2 (Ultra/33) (using DMA)
 Jul  1 13:51:53 inferno /netbsd: wd0 at atabus1 drive 0: <WDC  
 WD800JB-00ETA0>
 Jul  1 13:51:53 inferno /netbsd: wd0: drive supports 16-sector PIO  
 transfers, LBA48 addressing
 Jul  1 13:51:53 inferno /netbsd: wd0: 76319 MB, 155061 cyl, 16 head,  
 63 sec, 512 bytes/sect x 156301488 sectors
 Jul  1 13:51:53 inferno /netbsd: wd0: 32-bit data port
 Jul  1 13:51:53 inferno /netbsd: wd0: drive supports PIO mode 4, DMA  
 mode 2, Ultra-DMA mode 5 (Ultra/100)
 Jul  1 13:51:53 inferno /netbsd: wd0(cmdide0:0:0): using PIO mode 4,  
 Ultra-DMA mode 5 (Ultra/100) (using DMA)
 Jul  1 13:51:53 inferno /netbsd: boot device: wd0
 Jul  1 13:51:53 inferno /netbsd: root on wd0a dumps on wd0b
 Jul  1 13:51:53 inferno /netbsd: root file system type: ffs
 Jul  1 13:51:53 inferno /netbsd: wsdisplay0: screen 1 added (80x25,  
 vt100 emulation)
 Jul  1 13:51:53 inferno /netbsd: wsdisplay0: screen 2 added (80x25,  
 vt100 emulation)
 Jul  1 13:51:53 inferno /netbsd: wsdisplay0: screen 3 added (80x25,  
 vt100 emulation)
 Jul  1 13:51:53 inferno /netbsd: wsdisplay0: screen 4 added (80x25,  
 vt100 emulation)
 Jul  1 13:51:53 inferno savecore: no core dump
 Jul  1 13:54:58 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:05 inferno last message repeated 56 times
 Jul  1 13:55:05 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d1d00 xfer=0xc15cc700 status=0 actlen=1
 Jul  1 13:55:05 inferno /netbsd: usb_transfer_complete: repeat=1 new  
 head=0xc15cc700
 Jul  1 13:55:05 inferno /netbsd: usb_needs_explore
 Jul  1 13:55:05 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:05 inferno /netbsd: usb_event_thread: woke up
 Jul  1 13:55:05 inferno /netbsd: usb_discover
 Jul  1 13:55:05 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:55:05 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc15d1e80, running=0
 Jul  1 13:55:05 inferno /netbsd: usbd_dump_queue: pipe=0xc15d1e80
 Jul  1 13:55:05 inferno /netbsd: usb_allocmem: use frag=0xcb03bf40  
 size=4
 Jul  1 13:55:05 inferno /netbsd: usb_insert_transfer: pipe=0xc15d1e80  
 running=0 timeout=5000
 Jul  1 13:55:05 inferno /netbsd: uhci_root_ctrl_control type=0xa3  
 request=00
 Jul  1 13:55:05 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d1e80 xfer=0xc15cc600 status=0 actlen=4
 Jul  1 13:55:05 inferno /netbsd: usb_freemem: frag=0xcb03bf40
 Jul  1 13:55:05 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:55:05 inferno /netbsd: usbd_start_next: pipe=0xc15d1e80,  
 xfer=0x0
 Jul  1 13:55:05 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:55:05 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:55:05 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc15d1e80, running=0
 Jul  1 13:55:05 inferno /netbsd: usbd_dump_queue: pipe=0xc15d1e80
 Jul  1 13:55:05 inferno /netbsd: usb_insert_transfer: pipe=0xc15d1e80  
 running=0 timeout=5000
 Jul  1 13:55:05 inferno /netbsd: uhci_root_ctrl_control type=0x23  
 request=01
 Jul  1 13:55:05 inferno /netbsd: uhci_root_ctrl_control:  
 UR_CLEAR_PORT_FEATURE port=1 feature=17
 Jul  1 13:55:05 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d1e80 xfer=0xc15cc600 status=0 actlen=0
 Jul  1 13:55:05 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:55:05 inferno /netbsd: usbd_start_next: pipe=0xc15d1e80,  
 xfer=0x0
 Jul  1 13:55:05 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:55:05 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:55:05 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc15d1e80, running=0
 Jul  1 13:55:05 inferno /netbsd: usbd_dump_queue: pipe=0xc15d1e80
 Jul  1 13:55:05 inferno /netbsd: usb_insert_transfer: pipe=0xc15d1e80  
 running=0 timeout=5000
 Jul  1 13:55:05 inferno /netbsd: uhci_root_ctrl_control type=0x23  
 request=01
 Jul  1 13:55:05 inferno /netbsd: uhci_root_ctrl_control:  
 UR_CLEAR_PORT_FEATURE port=1 feature=16
 Jul  1 13:55:05 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d1e80 xfer=0xc15cc600 status=0 actlen=0
 Jul  1 13:55:05 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:55:05 inferno /netbsd: usbd_start_next: pipe=0xc15d1e80,  
 xfer=0x0
 Jul  1 13:55:05 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:55:05 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:05 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:05 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:55:05 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc15d1e80, running=0
 Jul  1 13:55:05 inferno /netbsd: usbd_dump_queue: pipe=0xc15d1e80
 Jul  1 13:55:05 inferno /netbsd: usb_insert_transfer: pipe=0xc15d1e80  
 running=0 timeout=5000
 Jul  1 13:55:05 inferno /netbsd: uhci_root_ctrl_control type=0x23  
 request=03
 Jul  1 13:55:05 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:05 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d1d00 xfer=0xc15cc700 status=0 actlen=1
 Jul  1 13:55:05 inferno /netbsd: usb_transfer_complete: repeat=1 new  
 head=0xc15cc700
 Jul  1 13:55:05 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:05 inferno /netbsd: uhci port 1 reset, status0 = 0x078a
 Jul  1 13:55:05 inferno /netbsd: uhci port 1 reset, status1 = 0x05ab
 Jul  1 13:55:05 inferno /netbsd: uhci port 1 iteration 9, status =  
 0x05af
 Jul  1 13:55:05 inferno /netbsd: uhci port 1 iteration 8, status =  
 0x05a5
 Jul  1 13:55:05 inferno /netbsd: uhci port 1 reset, status2 = 0x05a5
 Jul  1 13:55:05 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d1e80 xfer=0xc15cc600 status=0 actlen=0
 Jul  1 13:55:05 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:55:05 inferno /netbsd: usbd_start_next: pipe=0xc15d1e80,  
 xfer=0x0
 Jul  1 13:55:05 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:55:05 inferno /netbsd: usbd_reset_port: port 1 reset done,  
 error=NORMAL_COMPLETION
 Jul  1 13:55:05 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:05 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:05 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:55:05 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc15d1e80, running=0
 Jul  1 13:55:05 inferno /netbsd: usbd_dump_queue: pipe=0xc15d1e80
 Jul  1 13:55:05 inferno /netbsd: usb_allocmem: use frag=0xcb03bf40  
 size=4
 Jul  1 13:55:05 inferno /netbsd: usb_insert_transfer: pipe=0xc15d1e80  
 running=0 timeout=5000
 Jul  1 13:55:05 inferno /netbsd: uhci_root_ctrl_control type=0xa3  
 request=00
 Jul  1 13:55:05 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d1e80 xfer=0xc15cc600 status=0 actlen=4
 Jul  1 13:55:05 inferno /netbsd: usb_freemem: frag=0xcb03bf40
 Jul  1 13:55:05 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:55:05 inferno /netbsd: usbd_start_next: pipe=0xc15d1e80,  
 xfer=0x0
 Jul  1 13:55:05 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:55:05 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:55:05 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc15d1e80, running=0
 Jul  1 13:55:05 inferno /netbsd: usbd_dump_queue: pipe=0xc15d1e80
 Jul  1 13:55:05 inferno /netbsd: usb_insert_transfer: pipe=0xc15d1e80  
 running=0 timeout=5000
 Jul  1 13:55:05 inferno /netbsd: uhci_root_ctrl_control type=0x23  
 request=01
 Jul  1 13:55:05 inferno /netbsd: uhci_root_ctrl_control:  
 UR_CLEAR_PORT_FEATURE port=1 feature=20
 Jul  1 13:55:05 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d1e80 xfer=0xc15cc600 status=0 actlen=0
 Jul  1 13:55:05 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:55:05 inferno /netbsd: usbd_start_next: pipe=0xc15d1e80,  
 xfer=0x0
 Jul  1 13:55:05 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:55:06 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:06 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:06 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:55:06 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc15d1e80, running=0
 Jul  1 13:55:06 inferno /netbsd: usbd_dump_queue: pipe=0xc15d1e80
 Jul  1 13:55:06 inferno /netbsd: usb_allocmem: use frag=0xcb03bf40  
 size=4
 Jul  1 13:55:06 inferno /netbsd: usb_insert_transfer: pipe=0xc15d1e80  
 running=0 timeout=5000
 Jul  1 13:55:06 inferno /netbsd: uhci_root_ctrl_control type=0xa3  
 request=00
 Jul  1 13:55:06 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d1e80 xfer=0xc15cc600 status=0 actlen=4
 Jul  1 13:55:06 inferno /netbsd: usb_freemem: frag=0xcb03bf40
 Jul  1 13:55:06 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:55:06 inferno /netbsd: usbd_start_next: pipe=0xc15d1e80,  
 xfer=0x0
 Jul  1 13:55:06 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:55:06 inferno /netbsd: usbd_new_device bus=0xc15d0000  
 port=1 depth=1 speed=1
 Jul  1 13:55:06 inferno /netbsd: usbd_setup_pipe: dev=0xc16ca700  
 iface=0x0 ep=0xc16ca724 pipe=0xc16ca704
 Jul  1 13:55:06 inferno /netbsd: uhci_open: pipe=0xc16caa00, addr=0,  
 endpt=0 (1)
 Jul  1 13:55:06 inferno /netbsd: usb_allocmem: use frag=0xcb03bf40  
 size=8
 Jul  1 13:55:06 inferno /netbsd: usbd_new_device: setting device  
 address=2
 Jul  1 13:55:06 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:55:06 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc16caa00, running=0
 Jul  1 13:55:06 inferno /netbsd: usbd_dump_queue: pipe=0xc16caa00
 Jul  1 13:55:06 inferno /netbsd: usb_insert_transfer: pipe=0xc16caa00  
 running=0 timeout=5000
 Jul  1 13:55:06 inferno /netbsd: uhci_device_control type=0x00,  
 request=0x05, wValue=0x0002, wIndex=0x0000 len=0, addr=0, endpt=0
 Jul  1 13:55:06 inferno /netbsd: uhci_device_request: before transfer
 Jul  1 13:55:06 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0002d buffer=0x0180cf40
 Jul  1 13:55:06 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 13:55:06 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
 Jul  1 13:55:06 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 13:55:06 inferno /netbsd: uhci_add_ls_ctrl: sqh=0xcb039f60
 Jul  1 13:55:06 inferno /netbsd: uhci_enter_ctl_q: follow from [0]
 Jul  1 13:55:06 inferno /netbsd: TD(0xcb037fc0) at 01808fc0 =  
 link=0x01809f62 status=0x02000000 token=0x00000000 buffer=0x00000000
 Jul  1 13:55:06 inferno /netbsd: 1809f62<Q>  
 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 Jul  1 13:55:06 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 13:55:06 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 13:55:06 inferno /netbsd: QH(0xcb038f80) at 01809f80:  
 hlink=0180af62 elink=00000001
 Jul  1 13:55:06 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=00000001
 Jul  1 13:55:06 inferno /netbsd: QH(0xcb038fc0) at 01809fc0:  
 hlink=01809fe2 elink=00000001
 Jul  1 13:55:06 inferno /netbsd: QH(0xcb038fe0) at 01809fe0:  
 hlink=00000001 elink=01808fe0
 Jul  1 13:55:06 inferno /netbsd: Enqueued QH:
 Jul  1 13:55:06 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=00000001
 Jul  1 13:55:06 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c000007 token=0x00e0002d buffer=0x0180cf40
 Jul  1 13:55:06 inferno /netbsd: 180bfa4<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 13:55:06 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d0007ff token=0xffe80069 buffer=0x00000000
 Jul  1 13:55:06 inferno /netbsd: 1<T>  
 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 13:55:06 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:11 inferno last message repeated 39 times
 Jul  1 13:55:11 inferno /netbsd: uhci_timeout: uxfer=0xc15cc600
 Jul  1 13:55:11 inferno /netbsd: usb_add_task: task=0xc15cc68c
 Jul  1 13:55:11 inferno /netbsd: usb_task_thread: woke up  
 task=0xc15cc68c
 Jul  1 13:55:11 inferno /netbsd: uhci_timeout_task: xfer=0xc15cc600
 Jul  1 13:55:11 inferno /netbsd: uhci_abort_xfer: xfer=0xc15cc600,  
 status=15
 Jul  1 13:55:11 inferno /netbsd: uhci_abort_xfer: stop ii=0xc15cc670
 Jul  1 13:55:11 inferno /netbsd: uhci_abort_xfer: tsleep
 Jul  1 13:55:11 inferno /netbsd: uhci0: uhci_softintr (0)
 Jul  1 13:55:11 inferno /netbsd: uhci_check_intr: ii=0xc15cc670
 Jul  1 13:55:11 inferno /netbsd: uhci_check_intr: aborted  
 xfer=0xc15cc600
 Jul  1 13:55:11 inferno /netbsd: uhci_abort_xfer: callback
 Jul  1 13:55:11 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc16caa00 xfer=0xc15cc600 status=15 actlen=0
 Jul  1 13:55:11 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:55:11 inferno /netbsd: uhci_remove_ls_ctrl: sqh=0xcb039f60
 Jul  1 13:55:11 inferno /netbsd: uhci_find_prev_qh: pqh=0xcb038f80  
 sqh=0xcb039f60
 Jul  1 13:55:11 inferno /netbsd: uhci_device_ctrl_done: length=0
 Jul  1 13:55:11 inferno /netbsd: usbd_start_next: pipe=0xc16caa00,  
 xfer=0x0
 Jul  1 13:55:11 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:55:11 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:11 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:11 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:55:11 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc16caa00, running=0
 Jul  1 13:55:11 inferno /netbsd: usbd_dump_queue: pipe=0xc16caa00
 Jul  1 13:55:11 inferno /netbsd: usb_insert_transfer: pipe=0xc16caa00  
 running=0 timeout=5000
 Jul  1 13:55:11 inferno /netbsd: uhci_device_control type=0x00,  
 request=0x05, wValue=0x0002, wIndex=0x0000 len=0, addr=0, endpt=0
 Jul  1 13:55:11 inferno /netbsd: uhci_device_request: before transfer
 Jul  1 13:55:11 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0002d buffer=0x0180cf40
 Jul  1 13:55:11 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 13:55:11 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
 Jul  1 13:55:11 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 13:55:11 inferno /netbsd: uhci_add_ls_ctrl: sqh=0xcb039f60
 Jul  1 13:55:11 inferno /netbsd: uhci_enter_ctl_q: follow from [0]
 Jul  1 13:55:11 inferno /netbsd: TD(0xcb037fc0) at 01808fc0 =  
 link=0x01809f62 status=0x02000000 token=0x00000000 buffer=0x00000000
 Jul  1 13:55:11 inferno /netbsd: 1809f62<Q>  
 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 Jul  1 13:55:11 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 13:55:11 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 13:55:11 inferno /netbsd: QH(0xcb038f80) at 01809f80:  
 hlink=0180af62 elink=00000001
 Jul  1 13:55:11 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 13:55:11 inferno /netbsd: QH(0xcb038fc0) at 01809fc0:  
 hlink=01809fe2 elink=00000001
 Jul  1 13:55:11 inferno /netbsd: QH(0xcb038fe0) at 01809fe0:  
 hlink=00000001 elink=01808fe0
 Jul  1 13:55:11 inferno /netbsd: Enqueued QH:
 Jul  1 13:55:11 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 13:55:11 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0002d buffer=0x0180cf40
 Jul  1 13:55:11 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 13:55:11 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
 Jul  1 13:55:11 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 13:55:12 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:16 inferno last message repeated 37 times
 Jul  1 13:55:16 inferno /netbsd: uhci_timeout: uxfer=0xc15cc600
 Jul  1 13:55:16 inferno /netbsd: usb_add_task: task=0xc15cc68c
 Jul  1 13:55:16 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:16 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:16 inferno /netbsd: usb_task_thread: woke up  
 task=0xc15cc68c
 Jul  1 13:55:16 inferno /netbsd: uhci_timeout_task: xfer=0xc15cc600
 Jul  1 13:55:16 inferno /netbsd: uhci_abort_xfer: xfer=0xc15cc600,  
 status=15
 Jul  1 13:55:16 inferno /netbsd: uhci_abort_xfer: stop ii=0xc15cc670
 Jul  1 13:55:16 inferno /netbsd: uhci_abort_xfer: tsleep
 Jul  1 13:55:16 inferno /netbsd: uhci0: uhci_softintr (0)
 Jul  1 13:55:16 inferno /netbsd: uhci_check_intr: ii=0xc15cc670
 Jul  1 13:55:16 inferno /netbsd: uhci_check_intr: aborted  
 xfer=0xc15cc600
 Jul  1 13:55:16 inferno /netbsd: uhci_abort_xfer: callback
 Jul  1 13:55:16 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc16caa00 xfer=0xc15cc600 status=15 actlen=0
 Jul  1 13:55:16 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:55:16 inferno /netbsd: uhci_remove_ls_ctrl: sqh=0xcb039f60
 Jul  1 13:55:16 inferno /netbsd: uhci_find_prev_qh: pqh=0xcb038f80  
 sqh=0xcb039f60
 Jul  1 13:55:16 inferno /netbsd: uhci_device_ctrl_done: length=0
 Jul  1 13:55:16 inferno /netbsd: usbd_start_next: pipe=0xc16caa00,  
 xfer=0x0
 Jul  1 13:55:16 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:55:17 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:55:17 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc16caa00, running=0
 Jul  1 13:55:17 inferno /netbsd: usbd_dump_queue: pipe=0xc16caa00
 Jul  1 13:55:17 inferno /netbsd: usb_insert_transfer: pipe=0xc16caa00  
 running=0 timeout=5000
 Jul  1 13:55:17 inferno /netbsd: uhci_device_control type=0x00,  
 request=0x05, wValue=0x0002, wIndex=0x0000 len=0, addr=0, endpt=0
 Jul  1 13:55:17 inferno /netbsd: uhci_device_request: before transfer
 Jul  1 13:55:17 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0002d buffer=0x0180cf40
 Jul  1 13:55:17 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 13:55:17 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
 Jul  1 13:55:17 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 13:55:17 inferno /netbsd: uhci_add_ls_ctrl: sqh=0xcb039f60
 Jul  1 13:55:17 inferno /netbsd: uhci_enter_ctl_q: follow from [0]
 Jul  1 13:55:17 inferno /netbsd: TD(0xcb037fc0) at 01808fc0 =  
 link=0x01809f62 status=0x02000000 token=0x00000000 buffer=0x00000000
 Jul  1 13:55:17 inferno /netbsd: 1809f62<Q>  
 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 Jul  1 13:55:17 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 13:55:17 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 13:55:17 inferno /netbsd: QH(0xcb038f80) at 01809f80:  
 hlink=0180af62 elink=00000001
 Jul  1 13:55:17 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 13:55:17 inferno /netbsd: QH(0xcb038fc0) at 01809fc0:  
 hlink=01809fe2 elink=00000001
 Jul  1 13:55:17 inferno /netbsd: QH(0xcb038fe0) at 01809fe0:  
 hlink=00000001 elink=01808fe0
 Jul  1 13:55:17 inferno /netbsd: Enqueued QH:
 Jul  1 13:55:17 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 13:55:17 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0002d buffer=0x0180cf40
 Jul  1 13:55:17 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 13:55:17 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
 Jul  1 13:55:17 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 13:55:17 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:21 inferno last message repeated 39 times
 Jul  1 13:55:21 inferno /netbsd: uhci_timeout: uxfer=0xc15cc600
 Jul  1 13:55:21 inferno /netbsd: usb_add_task: task=0xc15cc68c
 Jul  1 13:55:21 inferno /netbsd: usb_task_thread: woke up  
 task=0xc15cc68c
 Jul  1 13:55:21 inferno /netbsd: uhci_timeout_task: xfer=0xc15cc600
 Jul  1 13:55:21 inferno /netbsd: uhci_abort_xfer: xfer=0xc15cc600,  
 status=15
 Jul  1 13:55:21 inferno /netbsd: uhci_abort_xfer: stop ii=0xc15cc670
 Jul  1 13:55:22 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:22 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:22 inferno /netbsd: uhci_abort_xfer: tsleep
 Jul  1 13:55:22 inferno /netbsd: uhci0: uhci_softintr (0)
 Jul  1 13:55:22 inferno /netbsd: uhci_check_intr: ii=0xc15cc670
 Jul  1 13:55:22 inferno /netbsd: uhci_check_intr: aborted  
 xfer=0xc15cc600
 Jul  1 13:55:22 inferno /netbsd: uhci_abort_xfer: callback
 Jul  1 13:55:22 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc16caa00 xfer=0xc15cc600 status=15 actlen=0
 Jul  1 13:55:22 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:55:22 inferno /netbsd: uhci_remove_ls_ctrl: sqh=0xcb039f60
 Jul  1 13:55:22 inferno /netbsd: uhci_find_prev_qh: pqh=0xcb038f80  
 sqh=0xcb039f60
 Jul  1 13:55:22 inferno /netbsd: uhci_device_ctrl_done: length=0
 Jul  1 13:55:22 inferno /netbsd: usbd_start_next: pipe=0xc16caa00,  
 xfer=0x0
 Jul  1 13:55:22 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:55:22 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:55:22 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc16caa00, running=0
 Jul  1 13:55:22 inferno /netbsd: usbd_dump_queue: pipe=0xc16caa00
 Jul  1 13:55:22 inferno /netbsd: usb_insert_transfer: pipe=0xc16caa00  
 running=0 timeout=5000
 Jul  1 13:55:22 inferno /netbsd: uhci_device_control type=0x00,  
 request=0x05, wValue=0x0002, wIndex=0x0000 len=0, addr=0, endpt=0
 Jul  1 13:55:22 inferno /netbsd: uhci_device_request: before transfer
 Jul  1 13:55:22 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0002d buffer=0x0180cf40
 Jul  1 13:55:22 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 13:55:22 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
 Jul  1 13:55:22 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 13:55:22 inferno /netbsd: uhci_add_ls_ctrl: sqh=0xcb039f60
 Jul  1 13:55:22 inferno /netbsd: uhci_enter_ctl_q: follow from [0]
 Jul  1 13:55:22 inferno /netbsd: TD(0xcb037fc0) at 01808fc0 =  
 link=0x01809f62 status=0x02000000 token=0x00000000 buffer=0x00000000
 Jul  1 13:55:22 inferno /netbsd: 1809f62<Q>  
 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 Jul  1 13:55:22 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 13:55:22 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 13:55:22 inferno /netbsd: QH(0xcb038f80) at 01809f80:  
 hlink=0180af62 elink=00000001
 Jul  1 13:55:22 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 13:55:22 inferno /netbsd: QH(0xcb038fc0) at 01809fc0:  
 hlink=01809fe2 elink=00000001
 Jul  1 13:55:22 inferno /netbsd: QH(0xcb038fe0) at 01809fe0:  
 hlink=00000001 elink=01808fe0
 Jul  1 13:55:22 inferno /netbsd: Enqueued QH:
 Jul  1 13:55:22 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 13:55:22 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0002d buffer=0x0180cf40
 Jul  1 13:55:22 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 13:55:22 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
 Jul  1 13:55:22 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 13:55:22 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:27 inferno last message repeated 39 times
 Jul  1 13:55:27 inferno /netbsd: uhci_timeout: uxfer=0xc15cc600
 Jul  1 13:55:27 inferno /netbsd: usb_add_task: task=0xc15cc68c
 Jul  1 13:55:27 inferno /netbsd: usb_task_thread: woke up  
 task=0xc15cc68c
 Jul  1 13:55:27 inferno /netbsd: uhci_timeout_task: xfer=0xc15cc600
 Jul  1 13:55:27 inferno /netbsd: uhci_abort_xfer: xfer=0xc15cc600,  
 status=15
 Jul  1 13:55:27 inferno /netbsd: uhci_abort_xfer: stop ii=0xc15cc670
 Jul  1 13:55:27 inferno /netbsd: uhci_abort_xfer: tsleep
 Jul  1 13:55:27 inferno /netbsd: uhci0: uhci_softintr (0)
 Jul  1 13:55:27 inferno /netbsd: uhci_check_intr: ii=0xc15cc670
 Jul  1 13:55:27 inferno /netbsd: uhci_check_intr: aborted  
 xfer=0xc15cc600
 Jul  1 13:55:27 inferno /netbsd: uhci_abort_xfer: callback
 Jul  1 13:55:27 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc16caa00 xfer=0xc15cc600 status=15 actlen=0
 Jul  1 13:55:27 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:55:27 inferno /netbsd: uhci_remove_ls_ctrl: sqh=0xcb039f60
 Jul  1 13:55:27 inferno /netbsd: uhci_find_prev_qh: pqh=0xcb038f80  
 sqh=0xcb039f60
 Jul  1 13:55:27 inferno /netbsd: uhci_device_ctrl_done: length=0
 Jul  1 13:55:27 inferno /netbsd: usbd_start_next: pipe=0xc16caa00,  
 xfer=0x0
 Jul  1 13:55:27 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:55:27 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:27 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:27 inferno /netbsd: usbd_new_device: set address 2  
 failed - trying a port reset
 Jul  1 13:55:27 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:55:27 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc15d1e80, running=0
 Jul  1 13:55:27 inferno /netbsd: usbd_dump_queue: pipe=0xc15d1e80
 Jul  1 13:55:27 inferno /netbsd: usb_insert_transfer: pipe=0xc15d1e80  
 running=0 timeout=5000
 Jul  1 13:55:27 inferno /netbsd: uhci_root_ctrl_control type=0x23  
 request=03
 Jul  1 13:55:27 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:27 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d1d00 xfer=0xc15cc700 status=0 actlen=1
 Jul  1 13:55:27 inferno /netbsd: usb_transfer_complete: repeat=1 new  
 head=0xc15cc700
 Jul  1 13:55:27 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:27 inferno /netbsd: uhci port 1 reset, status0 = 0x078a
 Jul  1 13:55:27 inferno /netbsd: uhci port 1 reset, status1 = 0x05ab
 Jul  1 13:55:27 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:27 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d1d00 xfer=0xc15cc700 status=0 actlen=1
 Jul  1 13:55:27 inferno /netbsd: usb_transfer_complete: repeat=1 new  
 head=0xc15cc700
 Jul  1 13:55:27 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:27 inferno /netbsd: uhci port 1 iteration 9, status =  
 0x05af
 Jul  1 13:55:27 inferno /netbsd: uhci port 1 iteration 8, status =  
 0x05a5
 Jul  1 13:55:27 inferno /netbsd: uhci port 1 reset, status2 = 0x05a5
 Jul  1 13:55:27 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d1e80 xfer=0xc15cc600 status=0 actlen=0
 Jul  1 13:55:27 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:55:27 inferno /netbsd: usbd_start_next: pipe=0xc15d1e80,  
 xfer=0x0
 Jul  1 13:55:27 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:55:27 inferno /netbsd: usbd_reset_port: port 1 reset done,  
 error=NORMAL_COMPLETION
 Jul  1 13:55:27 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:55:27 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc15d1e80, running=0
 Jul  1 13:55:27 inferno /netbsd: usbd_dump_queue: pipe=0xc15d1e80
 Jul  1 13:55:27 inferno /netbsd: usb_allocmem: use frag=0xcb03bf00  
 size=4
 Jul  1 13:55:27 inferno /netbsd: usb_insert_transfer: pipe=0xc15d1e80  
 running=0 timeout=5000
 Jul  1 13:55:27 inferno /netbsd: uhci_root_ctrl_control type=0xa3  
 request=00
 Jul  1 13:55:27 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d1e80 xfer=0xc15cc600 status=0 actlen=4
 Jul  1 13:55:27 inferno /netbsd: usb_freemem: frag=0xcb03bf00
 Jul  1 13:55:27 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:55:27 inferno /netbsd: usbd_start_next: pipe=0xc15d1e80,  
 xfer=0x0
 Jul  1 13:55:27 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:55:27 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:55:27 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc15d1e80, running=0
 Jul  1 13:55:27 inferno /netbsd: usbd_dump_queue: pipe=0xc15d1e80
 Jul  1 13:55:27 inferno /netbsd: usb_insert_transfer: pipe=0xc15d1e80  
 running=0 timeout=5000
 Jul  1 13:55:27 inferno /netbsd: uhci_root_ctrl_control type=0x23  
 request=01
 Jul  1 13:55:27 inferno /netbsd: uhci_root_ctrl_control:  
 UR_CLEAR_PORT_FEATURE port=1 feature=20
 Jul  1 13:55:27 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d1e80 xfer=0xc15cc600 status=0 actlen=0
 Jul  1 13:55:27 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:55:27 inferno /netbsd: usbd_start_next: pipe=0xc15d1e80,  
 xfer=0x0
 Jul  1 13:55:27 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:55:28 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:28 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:28 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:55:28 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc16caa00, running=0
 Jul  1 13:55:28 inferno /netbsd: usbd_dump_queue: pipe=0xc16caa00
 Jul  1 13:55:28 inferno /netbsd: usb_insert_transfer: pipe=0xc16caa00  
 running=0 timeout=5000
 Jul  1 13:55:28 inferno /netbsd: uhci_device_control type=0x00,  
 request=0x05, wValue=0x0002, wIndex=0x0000 len=0, addr=0, endpt=0
 Jul  1 13:55:28 inferno /netbsd: uhci_device_request: before transfer
 Jul  1 13:55:28 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0002d buffer=0x0180cf40
 Jul  1 13:55:28 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 13:55:28 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
 Jul  1 13:55:28 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 13:55:28 inferno /netbsd: uhci_add_ls_ctrl: sqh=0xcb039f60
 Jul  1 13:55:28 inferno /netbsd: uhci_enter_ctl_q: follow from [0]
 Jul  1 13:55:28 inferno /netbsd: TD(0xcb037fc0) at 01808fc0 =  
 link=0x01809f62 status=0x02000000 token=0x00000000 buffer=0x00000000
 Jul  1 13:55:28 inferno /netbsd: 1809f62<Q>  
 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 Jul  1 13:55:28 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 13:55:28 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 13:55:28 inferno /netbsd: QH(0xcb038f80) at 01809f80:  
 hlink=0180af62 elink=00000001
 Jul  1 13:55:28 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 13:55:28 inferno /netbsd: QH(0xcb038fc0) at 01809fc0:  
 hlink=01809fe2 elink=00000001
 Jul  1 13:55:28 inferno /netbsd: QH(0xcb038fe0) at 01809fe0:  
 hlink=00000001 elink=01808fe0
 Jul  1 13:55:28 inferno /netbsd: Enqueued QH:
 Jul  1 13:55:28 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 13:55:28 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0002d buffer=0x0180cf40
 Jul  1 13:55:28 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 13:55:28 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
 Jul  1 13:55:28 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 13:55:28 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:33 inferno last message repeated 39 times
 Jul  1 13:55:33 inferno /netbsd: uhci_timeout: uxfer=0xc15cc600
 Jul  1 13:55:33 inferno /netbsd: usb_add_task: task=0xc15cc68c
 Jul  1 13:55:33 inferno /netbsd: usb_task_thread: woke up  
 task=0xc15cc68c
 Jul  1 13:55:33 inferno /netbsd: uhci_timeout_task: xfer=0xc15cc600
 Jul  1 13:55:33 inferno /netbsd: uhci_abort_xfer: xfer=0xc15cc600,  
 status=15
 Jul  1 13:55:33 inferno /netbsd: uhci_abort_xfer: stop ii=0xc15cc670
 Jul  1 13:55:33 inferno /netbsd: uhci_abort_xfer: tsleep
 Jul  1 13:55:33 inferno /netbsd: uhci0: uhci_softintr (0)
 Jul  1 13:55:33 inferno /netbsd: uhci_check_intr: ii=0xc15cc670
 Jul  1 13:55:33 inferno /netbsd: uhci_check_intr: aborted  
 xfer=0xc15cc600
 Jul  1 13:55:33 inferno /netbsd: uhci_abort_xfer: callback
 Jul  1 13:55:33 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc16caa00 xfer=0xc15cc600 status=15 actlen=0
 Jul  1 13:55:33 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:55:33 inferno /netbsd: uhci_remove_ls_ctrl: sqh=0xcb039f60
 Jul  1 13:55:33 inferno /netbsd: uhci_find_prev_qh: pqh=0xcb038f80  
 sqh=0xcb039f60
 Jul  1 13:55:33 inferno /netbsd: uhci_device_ctrl_done: length=0
 Jul  1 13:55:33 inferno /netbsd: usbd_start_next: pipe=0xc16caa00,  
 xfer=0x0
 Jul  1 13:55:33 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:55:33 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:33 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:33 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:55:33 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc16caa00, running=0
 Jul  1 13:55:33 inferno /netbsd: usbd_dump_queue: pipe=0xc16caa00
 Jul  1 13:55:33 inferno /netbsd: usb_insert_transfer: pipe=0xc16caa00  
 running=0 timeout=5000
 Jul  1 13:55:33 inferno /netbsd: uhci_device_control type=0x00,  
 request=0x05, wValue=0x0002, wIndex=0x0000 len=0, addr=0, endpt=0
 Jul  1 13:55:33 inferno /netbsd: uhci_device_request: before transfer
 Jul  1 13:55:33 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0002d buffer=0x0180cf40
 Jul  1 13:55:33 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 13:55:33 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
 Jul  1 13:55:33 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 13:55:33 inferno /netbsd: uhci_add_ls_ctrl: sqh=0xcb039f60
 Jul  1 13:55:33 inferno /netbsd: uhci_enter_ctl_q: follow from [0]
 Jul  1 13:55:33 inferno /netbsd: TD(0xcb037fc0) at 01808fc0 =  
 link=0x01809f62 status=0x02000000 token=0x00000000 buffer=0x00000000
 Jul  1 13:55:33 inferno /netbsd: 1809f62<Q>  
 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 Jul  1 13:55:33 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 13:55:33 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 13:55:33 inferno /netbsd: QH(0xcb038f80) at 01809f80:  
 hlink=0180af62 elink=00000001
 Jul  1 13:55:33 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 13:55:33 inferno /netbsd: QH(0xcb038fc0) at 01809fc0:  
 hlink=01809fe2 elink=00000001
 Jul  1 13:55:33 inferno /netbsd: QH(0xcb038fe0) at 01809fe0:  
 hlink=00000001 elink=01808fe0
 Jul  1 13:55:33 inferno /netbsd: Enqueued QH:
 Jul  1 13:55:33 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 13:55:33 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0002d buffer=0x0180cf40
 Jul  1 13:55:33 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 13:55:33 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
 Jul  1 13:55:33 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 13:55:33 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:38 inferno last message repeated 39 times
 Jul  1 13:55:38 inferno /netbsd: uhci_timeout: uxfer=0xc15cc600
 Jul  1 13:55:38 inferno /netbsd: usb_add_task: task=0xc15cc68c
 Jul  1 13:55:38 inferno /netbsd: usb_task_thread: woke up  
 task=0xc15cc68c
 Jul  1 13:55:38 inferno /netbsd: uhci_timeout_task: xfer=0xc15cc600
 Jul  1 13:55:38 inferno /netbsd: uhci_abort_xfer: xfer=0xc15cc600,  
 status=15
 Jul  1 13:55:38 inferno /netbsd: uhci_abort_xfer: stop ii=0xc15cc670
 Jul  1 13:55:38 inferno /netbsd: uhci_abort_xfer: tsleep
 Jul  1 13:55:38 inferno /netbsd: uhci0: uhci_softintr (0)
 Jul  1 13:55:38 inferno /netbsd: uhci_check_intr: ii=0xc15cc670
 Jul  1 13:55:38 inferno /netbsd: uhci_check_intr: aborted  
 xfer=0xc15cc600
 Jul  1 13:55:38 inferno /netbsd: uhci_abort_xfer: callback
 Jul  1 13:55:38 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc16caa00 xfer=0xc15cc600 status=15 actlen=0
 Jul  1 13:55:38 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:55:38 inferno /netbsd: uhci_remove_ls_ctrl: sqh=0xcb039f60
 Jul  1 13:55:38 inferno /netbsd: uhci_find_prev_qh: pqh=0xcb038f80  
 sqh=0xcb039f60
 Jul  1 13:55:38 inferno /netbsd: uhci_device_ctrl_done: length=0
 Jul  1 13:55:38 inferno /netbsd: usbd_start_next: pipe=0xc16caa00,  
 xfer=0x0
 Jul  1 13:55:38 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:55:38 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:38 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:38 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:55:38 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc16caa00, running=0
 Jul  1 13:55:38 inferno /netbsd: usbd_dump_queue: pipe=0xc16caa00
 Jul  1 13:55:38 inferno /netbsd: usb_insert_transfer: pipe=0xc16caa00  
 running=0 timeout=5000
 Jul  1 13:55:38 inferno /netbsd: uhci_device_control type=0x00,  
 request=0x05, wValue=0x0002, wIndex=0x0000 len=0, addr=0, endpt=0
 Jul  1 13:55:38 inferno /netbsd: uhci_device_request: before transfer
 Jul  1 13:55:38 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0002d buffer=0x0180cf40
 Jul  1 13:55:38 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 13:55:38 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
 Jul  1 13:55:38 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 13:55:38 inferno /netbsd: uhci_add_ls_ctrl: sqh=0xcb039f60
 Jul  1 13:55:38 inferno /netbsd: uhci_enter_ctl_q: follow from [0]
 Jul  1 13:55:38 inferno /netbsd: TD(0xcb037fc0) at 01808fc0 =  
 link=0x01809f62 status=0x02000000 token=0x00000000 buffer=0x00000000
 Jul  1 13:55:38 inferno /netbsd: 1809f62<Q>  
 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 Jul  1 13:55:38 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 13:55:38 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 13:55:38 inferno /netbsd: QH(0xcb038f80) at 01809f80:  
 hlink=0180af62 elink=00000001
 Jul  1 13:55:38 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 13:55:38 inferno /netbsd: QH(0xcb038fc0) at 01809fc0:  
 hlink=01809fe2 elink=00000001
 Jul  1 13:55:38 inferno /netbsd: QH(0xcb038fe0) at 01809fe0:  
 hlink=00000001 elink=01808fe0
 Jul  1 13:55:38 inferno /netbsd: Enqueued QH:
 Jul  1 13:55:38 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 13:55:38 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0002d buffer=0x0180cf40
 Jul  1 13:55:38 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 13:55:38 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
 Jul  1 13:55:38 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 13:55:38 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:39 inferno last message repeated 5 times
 Jul  1 13:55:39 inferno /netbsd: usb_event_thread: woke up
 Jul  1 13:55:39 inferno /netbsd: usb_discover
 Jul  1 13:55:39 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:43 inferno last message repeated 33 times
 Jul  1 13:55:43 inferno /netbsd: uhci_timeout: uxfer=0xc15cc600
 Jul  1 13:55:43 inferno /netbsd: usb_add_task: task=0xc15cc68c
 Jul  1 13:55:43 inferno /netbsd: usb_task_thread: woke up  
 task=0xc15cc68c
 Jul  1 13:55:43 inferno /netbsd: uhci_timeout_task: xfer=0xc15cc600
 Jul  1 13:55:43 inferno /netbsd: uhci_abort_xfer: xfer=0xc15cc600,  
 status=15
 Jul  1 13:55:43 inferno /netbsd: uhci_abort_xfer: stop ii=0xc15cc670
 Jul  1 13:55:43 inferno /netbsd: uhci_abort_xfer: tsleep
 Jul  1 13:55:43 inferno /netbsd: uhci0: uhci_softintr (0)
 Jul  1 13:55:43 inferno /netbsd: uhci_check_intr: ii=0xc15cc670
 Jul  1 13:55:43 inferno /netbsd: uhci_check_intr: aborted  
 xfer=0xc15cc600
 Jul  1 13:55:43 inferno /netbsd: uhci_abort_xfer: callback
 Jul  1 13:55:43 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc16caa00 xfer=0xc15cc600 status=15 actlen=0
 Jul  1 13:55:43 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:55:43 inferno /netbsd: uhci_remove_ls_ctrl: sqh=0xcb039f60
 Jul  1 13:55:43 inferno /netbsd: uhci_find_prev_qh: pqh=0xcb038f80  
 sqh=0xcb039f60
 Jul  1 13:55:43 inferno /netbsd: uhci_device_ctrl_done: length=0
 Jul  1 13:55:43 inferno /netbsd: usbd_start_next: pipe=0xc16caa00,  
 xfer=0x0
 Jul  1 13:55:43 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:55:43 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:43 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:43 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:55:43 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc16caa00, running=0
 Jul  1 13:55:43 inferno /netbsd: usbd_dump_queue: pipe=0xc16caa00
 Jul  1 13:55:43 inferno /netbsd: usb_insert_transfer: pipe=0xc16caa00  
 running=0 timeout=5000
 Jul  1 13:55:43 inferno /netbsd: uhci_device_control type=0x00,  
 request=0x05, wValue=0x0002, wIndex=0x0000 len=0, addr=0, endpt=0
 Jul  1 13:55:43 inferno /netbsd: uhci_device_request: before transfer
 Jul  1 13:55:43 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0002d buffer=0x0180cf40
 Jul  1 13:55:43 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 13:55:43 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
 Jul  1 13:55:43 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 13:55:43 inferno /netbsd: uhci_add_ls_ctrl: sqh=0xcb039f60
 Jul  1 13:55:43 inferno /netbsd: uhci_enter_ctl_q: follow from [0]
 Jul  1 13:55:43 inferno /netbsd: TD(0xcb037fc0) at 01808fc0 =  
 link=0x01809f62 status=0x02000000 token=0x00000000 buffer=0x00000000
 Jul  1 13:55:43 inferno /netbsd: 1809f62<Q>  
 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 Jul  1 13:55:43 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 13:55:43 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 13:55:43 inferno /netbsd: QH(0xcb038f80) at 01809f80:  
 hlink=0180af62 elink=00000001
 Jul  1 13:55:43 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 13:55:43 inferno /netbsd: QH(0xcb038fc0) at 01809fc0:  
 hlink=01809fe2 elink=00000001
 Jul  1 13:55:43 inferno /netbsd: QH(0xcb038fe0) at 01809fe0:  
 hlink=00000001 elink=01808fe0
 Jul  1 13:55:43 inferno /netbsd: Enqueued QH:
 Jul  1 13:55:43 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 13:55:43 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0002d buffer=0x0180cf40
 Jul  1 13:55:43 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 13:55:43 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
 Jul  1 13:55:43 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 13:55:44 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:48 inferno last message repeated 39 times
 Jul  1 13:55:48 inferno /netbsd: uhci_timeout: uxfer=0xc15cc600
 Jul  1 13:55:48 inferno /netbsd: usb_add_task: task=0xc15cc68c
 Jul  1 13:55:48 inferno /netbsd: usb_task_thread: woke up  
 task=0xc15cc68c
 Jul  1 13:55:48 inferno /netbsd: uhci_timeout_task: xfer=0xc15cc600
 Jul  1 13:55:48 inferno /netbsd: uhci_abort_xfer: xfer=0xc15cc600,  
 status=15
 Jul  1 13:55:48 inferno /netbsd: uhci_abort_xfer: stop ii=0xc15cc670
 Jul  1 13:55:48 inferno /netbsd: uhci_abort_xfer: tsleep
 Jul  1 13:55:48 inferno /netbsd: uhci0: uhci_softintr (0)
 Jul  1 13:55:48 inferno /netbsd: uhci_check_intr: ii=0xc15cc670
 Jul  1 13:55:48 inferno /netbsd: uhci_check_intr: aborted  
 xfer=0xc15cc600
 Jul  1 13:55:48 inferno /netbsd: uhci_abort_xfer: callback
 Jul  1 13:55:48 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc16caa00 xfer=0xc15cc600 status=15 actlen=0
 Jul  1 13:55:48 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:55:48 inferno /netbsd: uhci_remove_ls_ctrl: sqh=0xcb039f60
 Jul  1 13:55:48 inferno /netbsd: uhci_find_prev_qh: pqh=0xcb038f80  
 sqh=0xcb039f60
 Jul  1 13:55:48 inferno /netbsd: uhci_device_ctrl_done: length=0
 Jul  1 13:55:48 inferno /netbsd: usbd_start_next: pipe=0xc16caa00,  
 xfer=0x0
 Jul  1 13:55:48 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:55:49 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:49 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:49 inferno /netbsd: usbd_new_device: set address 2  
 failed - trying a port reset
 Jul  1 13:55:49 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:55:49 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc15d1e80, running=0
 Jul  1 13:55:49 inferno /netbsd: usbd_dump_queue: pipe=0xc15d1e80
 Jul  1 13:55:49 inferno /netbsd: usb_insert_transfer: pipe=0xc15d1e80  
 running=0 timeout=5000
 Jul  1 13:55:49 inferno /netbsd: uhci_root_ctrl_control type=0x23  
 request=03
 Jul  1 13:55:49 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:49 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d1d00 xfer=0xc15cc700 status=0 actlen=1
 Jul  1 13:55:49 inferno /netbsd: usb_transfer_complete: repeat=1 new  
 head=0xc15cc700
 Jul  1 13:55:49 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:49 inferno /netbsd: uhci port 1 reset, status0 = 0x0780
 Jul  1 13:55:49 inferno /netbsd: uhci port 1 reset, status1 = 0x05a3
 Jul  1 13:55:49 inferno /netbsd: uhci port 1 iteration 9, status =  
 0x05a7
 Jul  1 13:55:49 inferno /netbsd: uhci port 1 iteration 8, status =  
 0x05a5
 Jul  1 13:55:49 inferno /netbsd: uhci port 1 reset, status2 = 0x05a5
 Jul  1 13:55:49 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d1e80 xfer=0xc15cc600 status=0 actlen=0
 Jul  1 13:55:49 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:55:49 inferno /netbsd: usbd_start_next: pipe=0xc15d1e80,  
 xfer=0x0
 Jul  1 13:55:49 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:55:49 inferno /netbsd: usbd_reset_port: port 1 reset done,  
 error=NORMAL_COMPLETION
 Jul  1 13:55:49 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:49 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:49 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:55:49 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc15d1e80, running=0
 Jul  1 13:55:49 inferno /netbsd: usbd_dump_queue: pipe=0xc15d1e80
 Jul  1 13:55:49 inferno /netbsd: usb_allocmem: use frag=0xcb03bf00  
 size=4
 Jul  1 13:55:49 inferno /netbsd: usb_insert_transfer: pipe=0xc15d1e80  
 running=0 timeout=5000
 Jul  1 13:55:49 inferno /netbsd: uhci_root_ctrl_control type=0xa3  
 request=00
 Jul  1 13:55:49 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d1e80 xfer=0xc15cc600 status=0 actlen=4
 Jul  1 13:55:49 inferno /netbsd: usb_freemem: frag=0xcb03bf00
 Jul  1 13:55:49 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:55:49 inferno /netbsd: usbd_start_next: pipe=0xc15d1e80,  
 xfer=0x0
 Jul  1 13:55:49 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:55:49 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:55:49 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc15d1e80, running=0
 Jul  1 13:55:49 inferno /netbsd: usbd_dump_queue: pipe=0xc15d1e80
 Jul  1 13:55:49 inferno /netbsd: usb_insert_transfer: pipe=0xc15d1e80  
 running=0 timeout=5000
 Jul  1 13:55:49 inferno /netbsd: uhci_root_ctrl_control type=0x23  
 request=01
 Jul  1 13:55:49 inferno /netbsd: uhci_root_ctrl_control:  
 UR_CLEAR_PORT_FEATURE port=1 feature=20
 Jul  1 13:55:49 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d1e80 xfer=0xc15cc600 status=0 actlen=0
 Jul  1 13:55:49 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:55:49 inferno /netbsd: usbd_start_next: pipe=0xc15d1e80,  
 xfer=0x0
 Jul  1 13:55:49 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:55:49 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:49 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:49 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:55:49 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc16caa00, running=0
 Jul  1 13:55:49 inferno /netbsd: usbd_dump_queue: pipe=0xc16caa00
 Jul  1 13:55:49 inferno /netbsd: usb_insert_transfer: pipe=0xc16caa00  
 running=0 timeout=5000
 Jul  1 13:55:49 inferno /netbsd: uhci_device_control type=0x00,  
 request=0x05, wValue=0x0002, wIndex=0x0000 len=0, addr=0, endpt=0
 Jul  1 13:55:49 inferno /netbsd: uhci_device_request: before transfer
 Jul  1 13:55:49 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0002d buffer=0x0180cf40
 Jul  1 13:55:49 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 13:55:49 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
 Jul  1 13:55:49 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 13:55:49 inferno /netbsd: uhci_add_ls_ctrl: sqh=0xcb039f60
 Jul  1 13:55:49 inferno /netbsd: uhci_enter_ctl_q: follow from [0]
 Jul  1 13:55:49 inferno /netbsd: TD(0xcb037fc0) at 01808fc0 =  
 link=0x01809f62 status=0x02000000 token=0x00000000 buffer=0x00000000
 Jul  1 13:55:49 inferno /netbsd: 1809f62<Q>  
 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 Jul  1 13:55:49 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 13:55:49 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 13:55:49 inferno /netbsd: QH(0xcb038f80) at 01809f80:  
 hlink=0180af62 elink=00000001
 Jul  1 13:55:49 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 13:55:49 inferno /netbsd: QH(0xcb038fc0) at 01809fc0:  
 hlink=01809fe2 elink=00000001
 Jul  1 13:55:49 inferno /netbsd: QH(0xcb038fe0) at 01809fe0:  
 hlink=00000001 elink=01808fe0
 Jul  1 13:55:49 inferno /netbsd: Enqueued QH:
 Jul  1 13:55:49 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 13:55:49 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0002d buffer=0x0180cf40
 Jul  1 13:55:49 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 13:55:49 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
 Jul  1 13:55:49 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 13:55:50 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:54 inferno last message repeated 39 times
 Jul  1 13:55:54 inferno /netbsd: uhci_timeout: uxfer=0xc15cc600
 Jul  1 13:55:54 inferno /netbsd: usb_add_task: task=0xc15cc68c
 Jul  1 13:55:54 inferno /netbsd: usb_task_thread: woke up  
 task=0xc15cc68c
 Jul  1 13:55:54 inferno /netbsd: uhci_timeout_task: xfer=0xc15cc600
 Jul  1 13:55:54 inferno /netbsd: uhci_abort_xfer: xfer=0xc15cc600,  
 status=15
 Jul  1 13:55:54 inferno /netbsd: uhci_abort_xfer: stop ii=0xc15cc670
 Jul  1 13:55:54 inferno /netbsd: uhci_abort_xfer: tsleep
 Jul  1 13:55:54 inferno /netbsd: uhci0: uhci_softintr (0)
 Jul  1 13:55:54 inferno /netbsd: uhci_check_intr: ii=0xc15cc670
 Jul  1 13:55:54 inferno /netbsd: uhci_check_intr: aborted  
 xfer=0xc15cc600
 Jul  1 13:55:54 inferno /netbsd: uhci_abort_xfer: callback
 Jul  1 13:55:54 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc16caa00 xfer=0xc15cc600 status=15 actlen=0
 Jul  1 13:55:54 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:55:54 inferno /netbsd: uhci_remove_ls_ctrl: sqh=0xcb039f60
 Jul  1 13:55:54 inferno /netbsd: uhci_find_prev_qh: pqh=0xcb038f80  
 sqh=0xcb039f60
 Jul  1 13:55:54 inferno /netbsd: uhci_device_ctrl_done: length=0
 Jul  1 13:55:54 inferno /netbsd: usbd_start_next: pipe=0xc16caa00,  
 xfer=0x0
 Jul  1 13:55:54 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:55:55 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:55:55 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc16caa00, running=0
 Jul  1 13:55:55 inferno /netbsd: usbd_dump_queue: pipe=0xc16caa00
 Jul  1 13:55:55 inferno /netbsd: usb_insert_transfer: pipe=0xc16caa00  
 running=0 timeout=5000
 Jul  1 13:55:55 inferno /netbsd: uhci_device_control type=0x00,  
 request=0x05, wValue=0x0002, wIndex=0x0000 len=0, addr=0, endpt=0
 Jul  1 13:55:55 inferno /netbsd: uhci_device_request: before transfer
 Jul  1 13:55:55 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0002d buffer=0x0180cf40
 Jul  1 13:55:55 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 13:55:55 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
 Jul  1 13:55:55 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 13:55:55 inferno /netbsd: uhci_add_ls_ctrl: sqh=0xcb039f60
 Jul  1 13:55:55 inferno /netbsd: uhci_enter_ctl_q: follow from [0]
 Jul  1 13:55:55 inferno /netbsd: TD(0xcb037fc0) at 01808fc0 =  
 link=0x01809f62 status=0x02000000 token=0x00000000 buffer=0x00000000
 Jul  1 13:55:55 inferno /netbsd: 1809f62<Q>  
 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 Jul  1 13:55:55 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 13:55:55 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 13:55:55 inferno /netbsd: QH(0xcb038f80) at 01809f80:  
 hlink=0180af62 elink=00000001
 Jul  1 13:55:55 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 13:55:55 inferno /netbsd: QH(0xcb038fc0) at 01809fc0:  
 hlink=01809fe2 elink=00000001
 Jul  1 13:55:55 inferno /netbsd: QH(0xcb038fe0) at 01809fe0:  
 hlink=00000001 elink=01808fe0
 Jul  1 13:55:55 inferno /netbsd: Enqueued QH:
 Jul  1 13:55:55 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 13:55:55 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0002d buffer=0x0180cf40
 Jul  1 13:55:55 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 13:55:55 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
 Jul  1 13:55:55 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 13:55:55 inferno /netbsd: uhci_poll_hub
 Jul  1 13:55:59 inferno last message repeated 39 times
 Jul  1 13:56:00 inferno /netbsd: uhci_timeout: uxfer=0xc15cc600
 Jul  1 13:56:00 inferno /netbsd: usb_add_task: task=0xc15cc68c
 Jul  1 13:56:00 inferno /netbsd: usb_task_thread: woke up  
 task=0xc15cc68c
 Jul  1 13:56:00 inferno /netbsd: uhci_timeout_task: xfer=0xc15cc600
 Jul  1 13:56:00 inferno /netbsd: uhci_abort_xfer: xfer=0xc15cc600,  
 status=15
 Jul  1 13:56:00 inferno /netbsd: uhci_abort_xfer: stop ii=0xc15cc670
 Jul  1 13:56:00 inferno /netbsd: uhci_poll_hub
 Jul  1 13:56:00 inferno /netbsd: uhci_poll_hub
 Jul  1 13:56:00 inferno /netbsd: uhci_abort_xfer: tsleep
 Jul  1 13:56:00 inferno /netbsd: uhci0: uhci_softintr (0)
 Jul  1 13:56:00 inferno /netbsd: uhci_check_intr: ii=0xc15cc670
 Jul  1 13:56:00 inferno /netbsd: uhci_check_intr: aborted  
 xfer=0xc15cc600
 Jul  1 13:56:00 inferno /netbsd: uhci_abort_xfer: callback
 Jul  1 13:56:00 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc16caa00 xfer=0xc15cc600 status=15 actlen=0
 Jul  1 13:56:00 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:56:00 inferno /netbsd: uhci_remove_ls_ctrl: sqh=0xcb039f60
 Jul  1 13:56:00 inferno /netbsd: uhci_find_prev_qh: pqh=0xcb038f80  
 sqh=0xcb039f60
 Jul  1 13:56:00 inferno /netbsd: uhci_device_ctrl_done: length=0
 Jul  1 13:56:00 inferno /netbsd: usbd_start_next: pipe=0xc16caa00,  
 xfer=0x0
 Jul  1 13:56:00 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:56:00 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:56:00 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc16caa00, running=0
 Jul  1 13:56:00 inferno /netbsd: usbd_dump_queue: pipe=0xc16caa00
 Jul  1 13:56:00 inferno /netbsd: usb_insert_transfer: pipe=0xc16caa00  
 running=0 timeout=5000
 Jul  1 13:56:00 inferno /netbsd: uhci_device_control type=0x00,  
 request=0x05, wValue=0x0002, wIndex=0x0000 len=0, addr=0, endpt=0
 Jul  1 13:56:00 inferno /netbsd: uhci_device_request: before transfer
 Jul  1 13:56:00 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0002d buffer=0x0180cf40
 Jul  1 13:56:00 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 13:56:00 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
 Jul  1 13:56:00 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 13:56:00 inferno /netbsd: uhci_add_ls_ctrl: sqh=0xcb039f60
 Jul  1 13:56:00 inferno /netbsd: uhci_enter_ctl_q: follow from [0]
 Jul  1 13:56:00 inferno /netbsd: TD(0xcb037fc0) at 01808fc0 =  
 link=0x01809f62 status=0x02000000 token=0x00000000 buffer=0x00000000
 Jul  1 13:56:00 inferno /netbsd: 1809f62<Q>  
 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 Jul  1 13:56:00 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 13:56:00 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 13:56:00 inferno /netbsd: QH(0xcb038f80) at 01809f80:  
 hlink=0180af62 elink=00000001
 Jul  1 13:56:00 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 13:56:00 inferno /netbsd: QH(0xcb038fc0) at 01809fc0:  
 hlink=01809fe2 elink=00000001
 Jul  1 13:56:00 inferno /netbsd: QH(0xcb038fe0) at 01809fe0:  
 hlink=00000001 elink=01808fe0
 Jul  1 13:56:00 inferno /netbsd: Enqueued QH:
 Jul  1 13:56:00 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 13:56:00 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0002d buffer=0x0180cf40
 Jul  1 13:56:00 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 13:56:00 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
 Jul  1 13:56:00 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 13:56:00 inferno /netbsd: uhci_poll_hub
 Jul  1 13:56:05 inferno last message repeated 39 times
 Jul  1 13:56:05 inferno /netbsd: uhci_timeout: uxfer=0xc15cc600
 Jul  1 13:56:05 inferno /netbsd: usb_add_task: task=0xc15cc68c
 Jul  1 13:56:05 inferno /netbsd: usb_task_thread: woke up  
 task=0xc15cc68c
 Jul  1 13:56:05 inferno /netbsd: uhci_timeout_task: xfer=0xc15cc600
 Jul  1 13:56:05 inferno /netbsd: uhci_abort_xfer: xfer=0xc15cc600,  
 status=15
 Jul  1 13:56:05 inferno /netbsd: uhci_abort_xfer: stop ii=0xc15cc670
 Jul  1 13:56:05 inferno /netbsd: uhci_abort_xfer: tsleep
 Jul  1 13:56:05 inferno /netbsd: uhci0: uhci_softintr (0)
 Jul  1 13:56:05 inferno /netbsd: uhci_check_intr: ii=0xc15cc670
 Jul  1 13:56:05 inferno /netbsd: uhci_check_intr: aborted  
 xfer=0xc15cc600
 Jul  1 13:56:05 inferno /netbsd: uhci_abort_xfer: callback
 Jul  1 13:56:05 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc16caa00 xfer=0xc15cc600 status=15 actlen=0
 Jul  1 13:56:05 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:56:05 inferno /netbsd: uhci_remove_ls_ctrl: sqh=0xcb039f60
 Jul  1 13:56:05 inferno /netbsd: uhci_find_prev_qh: pqh=0xcb038f80  
 sqh=0xcb039f60
 Jul  1 13:56:05 inferno /netbsd: uhci_device_ctrl_done: length=0
 Jul  1 13:56:05 inferno /netbsd: usbd_start_next: pipe=0xc16caa00,  
 xfer=0x0
 Jul  1 13:56:05 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:56:05 inferno /netbsd: uhci_poll_hub
 Jul  1 13:56:05 inferno /netbsd: uhci_poll_hub
 Jul  1 13:56:05 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:56:05 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc16caa00, running=0
 Jul  1 13:56:05 inferno /netbsd: usbd_dump_queue: pipe=0xc16caa00
 Jul  1 13:56:05 inferno /netbsd: usb_insert_transfer: pipe=0xc16caa00  
 running=0 timeout=5000
 Jul  1 13:56:05 inferno /netbsd: uhci_device_control type=0x00,  
 request=0x05, wValue=0x0002, wIndex=0x0000 len=0, addr=0, endpt=0
 Jul  1 13:56:05 inferno /netbsd: uhci_device_request: before transfer
 Jul  1 13:56:05 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0002d buffer=0x0180cf40
 Jul  1 13:56:05 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 13:56:05 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
 Jul  1 13:56:05 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 13:56:05 inferno /netbsd: uhci_add_ls_ctrl: sqh=0xcb039f60
 Jul  1 13:56:05 inferno /netbsd: uhci_enter_ctl_q: follow from [0]
 Jul  1 13:56:05 inferno /netbsd: TD(0xcb037fc0) at 01808fc0 =  
 link=0x01809f62 status=0x02000000 token=0x00000000 buffer=0x00000000
 Jul  1 13:56:05 inferno /netbsd: 1809f62<Q>  
 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 Jul  1 13:56:05 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 13:56:05 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 13:56:05 inferno /netbsd: QH(0xcb038f80) at 01809f80:  
 hlink=0180af62 elink=00000001
 Jul  1 13:56:05 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 13:56:05 inferno /netbsd: QH(0xcb038fc0) at 01809fc0:  
 hlink=01809fe2 elink=00000001
 Jul  1 13:56:05 inferno /netbsd: QH(0xcb038fe0) at 01809fe0:  
 hlink=00000001 elink=01808fe0
 Jul  1 13:56:05 inferno /netbsd: Enqueued QH:
 Jul  1 13:56:05 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 13:56:05 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0002d buffer=0x0180cf40
 Jul  1 13:56:05 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 13:56:05 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
 Jul  1 13:56:05 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 13:56:05 inferno /netbsd: uhci_poll_hub
 Jul  1 13:56:10 inferno last message repeated 39 times
 Jul  1 13:56:10 inferno /netbsd: uhci_timeout: uxfer=0xc15cc600
 Jul  1 13:56:10 inferno /netbsd: usb_add_task: task=0xc15cc68c
 Jul  1 13:56:10 inferno /netbsd: usb_task_thread: woke up  
 task=0xc15cc68c
 Jul  1 13:56:10 inferno /netbsd: uhci_timeout_task: xfer=0xc15cc600
 Jul  1 13:56:10 inferno /netbsd: uhci_abort_xfer: xfer=0xc15cc600,  
 status=15
 Jul  1 13:56:10 inferno /netbsd: uhci_abort_xfer: stop ii=0xc15cc670
 Jul  1 13:56:10 inferno /netbsd: uhci_abort_xfer: tsleep
 Jul  1 13:56:10 inferno /netbsd: uhci0: uhci_softintr (0)
 Jul  1 13:56:10 inferno /netbsd: uhci_check_intr: ii=0xc15cc670
 Jul  1 13:56:10 inferno /netbsd: uhci_check_intr: aborted  
 xfer=0xc15cc600
 Jul  1 13:56:10 inferno /netbsd: uhci_abort_xfer: callback
 Jul  1 13:56:10 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc16caa00 xfer=0xc15cc600 status=15 actlen=0
 Jul  1 13:56:10 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:56:10 inferno /netbsd: uhci_remove_ls_ctrl: sqh=0xcb039f60
 Jul  1 13:56:10 inferno /netbsd: uhci_find_prev_qh: pqh=0xcb038f80  
 sqh=0xcb039f60
 Jul  1 13:56:10 inferno /netbsd: uhci_device_ctrl_done: length=0
 Jul  1 13:56:10 inferno /netbsd: usbd_start_next: pipe=0xc16caa00,  
 xfer=0x0
 Jul  1 13:56:10 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:56:10 inferno /netbsd: uhci_poll_hub
 Jul  1 13:56:10 inferno /netbsd: uhci_poll_hub
 Jul  1 13:56:10 inferno /netbsd: usbd_new_device: set address 2  
 failed - trying a port reset
 Jul  1 13:56:10 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:56:10 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc15d1e80, running=0
 Jul  1 13:56:10 inferno /netbsd: usbd_dump_queue: pipe=0xc15d1e80
 Jul  1 13:56:10 inferno /netbsd: usb_insert_transfer: pipe=0xc15d1e80  
 running=0 timeout=5000
 Jul  1 13:56:10 inferno /netbsd: uhci_root_ctrl_control type=0x23  
 request=03
 Jul  1 13:56:10 inferno /netbsd: uhci_poll_hub
 Jul  1 13:56:10 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d1d00 xfer=0xc15cc700 status=0 actlen=1
 Jul  1 13:56:10 inferno /netbsd: usb_transfer_complete: repeat=1 new  
 head=0xc15cc700
 Jul  1 13:56:10 inferno /netbsd: uhci_poll_hub
 Jul  1 13:56:10 inferno /netbsd: uhci port 1 reset, status0 = 0x0780
 Jul  1 13:56:10 inferno /netbsd: uhci port 1 reset, status1 = 0x05a3
 Jul  1 13:56:11 inferno /netbsd: uhci_poll_hub
 Jul  1 13:56:11 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d1d00 xfer=0xc15cc700 status=0 actlen=1
 Jul  1 13:56:11 inferno /netbsd: usb_transfer_complete: repeat=1 new  
 head=0xc15cc700
 Jul  1 13:56:11 inferno /netbsd: uhci_poll_hub
 Jul  1 13:56:11 inferno /netbsd: uhci port 1 iteration 9, status =  
 0x05a7
 Jul  1 13:56:11 inferno /netbsd: uhci port 1 iteration 8, status =  
 0x05a5
 Jul  1 13:56:11 inferno /netbsd: uhci port 1 reset, status2 = 0x05a5
 Jul  1 13:56:11 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d1e80 xfer=0xc15cc600 status=0 actlen=0
 Jul  1 13:56:11 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:56:11 inferno /netbsd: usbd_start_next: pipe=0xc15d1e80,  
 xfer=0x0
 Jul  1 13:56:11 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:56:11 inferno /netbsd: usbd_reset_port: port 1 reset done,  
 error=NORMAL_COMPLETION
 Jul  1 13:56:11 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:56:11 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc15d1e80, running=0
 Jul  1 13:56:11 inferno /netbsd: usbd_dump_queue: pipe=0xc15d1e80
 Jul  1 13:56:11 inferno /netbsd: usb_allocmem: use frag=0xcb03bf00  
 size=4
 Jul  1 13:56:11 inferno /netbsd: usb_insert_transfer: pipe=0xc15d1e80  
 running=0 timeout=5000
 Jul  1 13:56:11 inferno /netbsd: uhci_root_ctrl_control type=0xa3  
 request=00
 Jul  1 13:56:11 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d1e80 xfer=0xc15cc600 status=0 actlen=4
 Jul  1 13:56:11 inferno /netbsd: usb_freemem: frag=0xcb03bf00
 Jul  1 13:56:11 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:56:11 inferno /netbsd: usbd_start_next: pipe=0xc15d1e80,  
 xfer=0x0
 Jul  1 13:56:11 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:56:11 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:56:11 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc15d1e80, running=0
 Jul  1 13:56:11 inferno /netbsd: usbd_dump_queue: pipe=0xc15d1e80
 Jul  1 13:56:11 inferno /netbsd: usb_insert_transfer: pipe=0xc15d1e80  
 running=0 timeout=5000
 Jul  1 13:56:11 inferno /netbsd: uhci_root_ctrl_control type=0x23  
 request=01
 Jul  1 13:56:11 inferno /netbsd: uhci_root_ctrl_control:  
 UR_CLEAR_PORT_FEATURE port=1 feature=20
 Jul  1 13:56:11 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d1e80 xfer=0xc15cc600 status=0 actlen=0
 Jul  1 13:56:11 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:56:11 inferno /netbsd: usbd_start_next: pipe=0xc15d1e80,  
 xfer=0x0
 Jul  1 13:56:11 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:56:11 inferno /netbsd: uhci_poll_hub
 Jul  1 13:56:11 inferno /netbsd: uhci_poll_hub
 Jul  1 13:56:11 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:56:11 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc16caa00, running=0
 Jul  1 13:56:11 inferno /netbsd: usbd_dump_queue: pipe=0xc16caa00
 Jul  1 13:56:11 inferno /netbsd: usb_insert_transfer: pipe=0xc16caa00  
 running=0 timeout=5000
 Jul  1 13:56:11 inferno /netbsd: uhci_device_control type=0x00,  
 request=0x05, wValue=0x0002, wIndex=0x0000 len=0, addr=0, endpt=0
 Jul  1 13:56:11 inferno /netbsd: uhci_device_request: before transfer
 Jul  1 13:56:11 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0002d buffer=0x0180cf40
 Jul  1 13:56:11 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 13:56:11 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
 Jul  1 13:56:11 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 13:56:11 inferno /netbsd: uhci_add_ls_ctrl: sqh=0xcb039f60
 Jul  1 13:56:11 inferno /netbsd: uhci_enter_ctl_q: follow from [0]
 Jul  1 13:56:11 inferno /netbsd: TD(0xcb037fc0) at 01808fc0 =  
 link=0x01809f62 status=0x02000000 token=0x00000000 buffer=0x00000000
 Jul  1 13:56:11 inferno /netbsd: 1809f62<Q>  
 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 Jul  1 13:56:11 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 13:56:11 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 13:56:11 inferno /netbsd: QH(0xcb038f80) at 01809f80:  
 hlink=0180af62 elink=00000001
 Jul  1 13:56:11 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 13:56:11 inferno /netbsd: QH(0xcb038fc0) at 01809fc0:  
 hlink=01809fe2 elink=00000001
 Jul  1 13:56:11 inferno /netbsd: QH(0xcb038fe0) at 01809fe0:  
 hlink=00000001 elink=01808fe0
 Jul  1 13:56:11 inferno /netbsd: Enqueued QH:
 Jul  1 13:56:11 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 13:56:11 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0002d buffer=0x0180cf40
 Jul  1 13:56:11 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 13:56:11 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
 Jul  1 13:56:11 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 13:56:11 inferno /netbsd: uhci_poll_hub
 Jul  1 13:56:16 inferno last message repeated 39 times
 Jul  1 13:56:16 inferno /netbsd: uhci_timeout: uxfer=0xc15cc600
 Jul  1 13:56:16 inferno /netbsd: usb_add_task: task=0xc15cc68c
 Jul  1 13:56:16 inferno /netbsd: usb_task_thread: woke up  
 task=0xc15cc68c
 Jul  1 13:56:16 inferno /netbsd: uhci_timeout_task: xfer=0xc15cc600
 Jul  1 13:56:16 inferno /netbsd: uhci_abort_xfer: xfer=0xc15cc600,  
 status=15
 Jul  1 13:56:16 inferno /netbsd: uhci_abort_xfer: stop ii=0xc15cc670
 Jul  1 13:56:16 inferno /netbsd: uhci_abort_xfer: tsleep
 Jul  1 13:56:16 inferno /netbsd: uhci0: uhci_softintr (0)
 Jul  1 13:56:16 inferno /netbsd: uhci_check_intr: ii=0xc15cc670
 Jul  1 13:56:16 inferno /netbsd: uhci_check_intr: aborted  
 xfer=0xc15cc600
 Jul  1 13:56:16 inferno /netbsd: uhci_abort_xfer: callback
 Jul  1 13:56:16 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc16caa00 xfer=0xc15cc600 status=15 actlen=0
 Jul  1 13:56:16 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:56:16 inferno /netbsd: uhci_remove_ls_ctrl: sqh=0xcb039f60
 Jul  1 13:56:16 inferno /netbsd: uhci_find_prev_qh: pqh=0xcb038f80  
 sqh=0xcb039f60
 Jul  1 13:56:16 inferno /netbsd: uhci_device_ctrl_done: length=0
 Jul  1 13:56:16 inferno /netbsd: usbd_start_next: pipe=0xc16caa00,  
 xfer=0x0
 Jul  1 13:56:16 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:56:16 inferno /netbsd: uhci_poll_hub
 Jul  1 13:56:16 inferno /netbsd: uhci_poll_hub
 Jul  1 13:56:16 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:56:16 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc16caa00, running=0
 Jul  1 13:56:16 inferno /netbsd: usbd_dump_queue: pipe=0xc16caa00
 Jul  1 13:56:16 inferno /netbsd: usb_insert_transfer: pipe=0xc16caa00  
 running=0 timeout=5000
 Jul  1 13:56:16 inferno /netbsd: uhci_device_control type=0x00,  
 request=0x05, wValue=0x0002, wIndex=0x0000 len=0, addr=0, endpt=0
 Jul  1 13:56:16 inferno /netbsd: uhci_device_request: before transfer
 Jul  1 13:56:16 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0002d buffer=0x0180cf40
 Jul  1 13:56:16 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 13:56:16 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
 Jul  1 13:56:16 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 13:56:16 inferno /netbsd: uhci_add_ls_ctrl: sqh=0xcb039f60
 Jul  1 13:56:16 inferno /netbsd: uhci_enter_ctl_q: follow from [0]
 Jul  1 13:56:16 inferno /netbsd: TD(0xcb037fc0) at 01808fc0 =  
 link=0x01809f62 status=0x02000000 token=0x00000000 buffer=0x00000000
 Jul  1 13:56:16 inferno /netbsd: 1809f62<Q>  
 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 Jul  1 13:56:16 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 13:56:16 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 13:56:16 inferno /netbsd: QH(0xcb038f80) at 01809f80:  
 hlink=0180af62 elink=00000001
 Jul  1 13:56:16 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 13:56:16 inferno /netbsd: QH(0xcb038fc0) at 01809fc0:  
 hlink=01809fe2 elink=00000001
 Jul  1 13:56:16 inferno /netbsd: QH(0xcb038fe0) at 01809fe0:  
 hlink=00000001 elink=01808fe0
 Jul  1 13:56:16 inferno /netbsd: Enqueued QH:
 Jul  1 13:56:16 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 13:56:16 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0002d buffer=0x0180cf40
 Jul  1 13:56:16 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 13:56:16 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
 Jul  1 13:56:16 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 13:56:16 inferno /netbsd: uhci_poll_hub
 Jul  1 13:56:21 inferno last message repeated 39 times
 Jul  1 13:56:21 inferno /netbsd: uhci_timeout: uxfer=0xc15cc600
 Jul  1 13:56:21 inferno /netbsd: usb_add_task: task=0xc15cc68c
 Jul  1 13:56:21 inferno /netbsd: usb_task_thread: woke up  
 task=0xc15cc68c
 Jul  1 13:56:21 inferno /netbsd: uhci_timeout_task: xfer=0xc15cc600
 Jul  1 13:56:21 inferno /netbsd: uhci_abort_xfer: xfer=0xc15cc600,  
 status=15
 Jul  1 13:56:21 inferno /netbsd: uhci_abort_xfer: stop ii=0xc15cc670
 Jul  1 13:56:21 inferno /netbsd: uhci_abort_xfer: tsleep
 Jul  1 13:56:21 inferno /netbsd: uhci0: uhci_softintr (0)
 Jul  1 13:56:21 inferno /netbsd: uhci_check_intr: ii=0xc15cc670
 Jul  1 13:56:21 inferno /netbsd: uhci_check_intr: aborted  
 xfer=0xc15cc600
 Jul  1 13:56:21 inferno /netbsd: uhci_abort_xfer: callback
 Jul  1 13:56:21 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc16caa00 xfer=0xc15cc600 status=15 actlen=0
 Jul  1 13:56:21 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:56:21 inferno /netbsd: uhci_remove_ls_ctrl: sqh=0xcb039f60
 Jul  1 13:56:21 inferno /netbsd: uhci_find_prev_qh: pqh=0xcb038f80  
 sqh=0xcb039f60
 Jul  1 13:56:21 inferno /netbsd: uhci_device_ctrl_done: length=0
 Jul  1 13:56:21 inferno /netbsd: usbd_start_next: pipe=0xc16caa00,  
 xfer=0x0
 Jul  1 13:56:21 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:56:21 inferno /netbsd: uhci_poll_hub
 Jul  1 13:56:21 inferno /netbsd: uhci_poll_hub
 Jul  1 13:56:21 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:56:21 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc16caa00, running=0
 Jul  1 13:56:21 inferno /netbsd: usbd_dump_queue: pipe=0xc16caa00
 Jul  1 13:56:21 inferno /netbsd: usb_insert_transfer: pipe=0xc16caa00  
 running=0 timeout=5000
 Jul  1 13:56:21 inferno /netbsd: uhci_device_control type=0x00,  
 request=0x05, wValue=0x0002, wIndex=0x0000 len=0, addr=0, endpt=0
 Jul  1 13:56:21 inferno /netbsd: uhci_device_request: before transfer
 Jul  1 13:56:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0002d buffer=0x0180cf40
 Jul  1 13:56:21 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 13:56:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
 Jul  1 13:56:21 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 13:56:21 inferno /netbsd: uhci_add_ls_ctrl: sqh=0xcb039f60
 Jul  1 13:56:21 inferno /netbsd: uhci_enter_ctl_q: follow from [0]
 Jul  1 13:56:21 inferno /netbsd: TD(0xcb037fc0) at 01808fc0 =  
 link=0x01809f62 status=0x02000000 token=0x00000000 buffer=0x00000000
 Jul  1 13:56:21 inferno /netbsd: 1809f62<Q>  
 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 Jul  1 13:56:21 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 13:56:21 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 13:56:21 inferno /netbsd: QH(0xcb038f80) at 01809f80:  
 hlink=0180af62 elink=00000001
 Jul  1 13:56:21 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 13:56:21 inferno /netbsd: QH(0xcb038fc0) at 01809fc0:  
 hlink=01809fe2 elink=00000001
 Jul  1 13:56:21 inferno /netbsd: QH(0xcb038fe0) at 01809fe0:  
 hlink=00000001 elink=01808fe0
 Jul  1 13:56:21 inferno /netbsd: Enqueued QH:
 Jul  1 13:56:21 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 13:56:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0002d buffer=0x0180cf40
 Jul  1 13:56:21 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 13:56:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
 Jul  1 13:56:21 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 13:56:22 inferno /netbsd: uhci_poll_hub
 Jul  1 13:56:26 inferno last message repeated 39 times
 Jul  1 13:56:26 inferno /netbsd: uhci_timeout: uxfer=0xc15cc600
 Jul  1 13:56:26 inferno /netbsd: usb_add_task: task=0xc15cc68c
 Jul  1 13:56:26 inferno /netbsd: usb_task_thread: woke up  
 task=0xc15cc68c
 Jul  1 13:56:26 inferno /netbsd: uhci_timeout_task: xfer=0xc15cc600
 Jul  1 13:56:26 inferno /netbsd: uhci_abort_xfer: xfer=0xc15cc600,  
 status=15
 Jul  1 13:56:26 inferno /netbsd: uhci_abort_xfer: stop ii=0xc15cc670
 Jul  1 13:56:26 inferno /netbsd: uhci_abort_xfer: tsleep
 Jul  1 13:56:26 inferno /netbsd: uhci0: uhci_softintr (0)
 Jul  1 13:56:26 inferno /netbsd: uhci_check_intr: ii=0xc15cc670
 Jul  1 13:56:26 inferno /netbsd: uhci_check_intr: aborted  
 xfer=0xc15cc600
 Jul  1 13:56:26 inferno /netbsd: uhci_abort_xfer: callback
 Jul  1 13:56:26 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc16caa00 xfer=0xc15cc600 status=15 actlen=0
 Jul  1 13:56:26 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:56:26 inferno /netbsd: uhci_remove_ls_ctrl: sqh=0xcb039f60
 Jul  1 13:56:26 inferno /netbsd: uhci_find_prev_qh: pqh=0xcb038f80  
 sqh=0xcb039f60
 Jul  1 13:56:26 inferno /netbsd: uhci_device_ctrl_done: length=0
 Jul  1 13:56:26 inferno /netbsd: usbd_start_next: pipe=0xc16caa00,  
 xfer=0x0
 Jul  1 13:56:26 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:56:27 inferno /netbsd: uhci_poll_hub
 Jul  1 13:56:27 inferno /netbsd: uhci_poll_hub
 Jul  1 13:56:27 inferno /netbsd: usb_new_device: set address 2 failed
 Jul  1 13:56:27 inferno /netbsd: usbd_remove_device: 0xc16ca700
 Jul  1 13:56:27 inferno /netbsd: usbd_ar_pipe: pipe=0xc16caa00
 Jul  1 13:56:27 inferno /netbsd: usbd_dump_queue: pipe=0xc16caa00
 Jul  1 13:56:27 inferno /netbsd: uhub_explore: usb_new_device failed,  
 error=SET_ADDR_FAILED
 Jul  1 13:56:27 inferno /netbsd: uhub0: device problem, disabling port 1
 Jul  1 13:56:27 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 13:56:27 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc15d1e80, running=0
 Jul  1 13:56:27 inferno /netbsd: usbd_dump_queue: pipe=0xc15d1e80
 Jul  1 13:56:27 inferno /netbsd: usb_insert_transfer: pipe=0xc15d1e80  
 running=0 timeout=5000
 Jul  1 13:56:27 inferno /netbsd: uhci_root_ctrl_control type=0x23  
 request=01
 Jul  1 13:56:27 inferno /netbsd: uhci_root_ctrl_control:  
 UR_CLEAR_PORT_FEATURE port=1 feature=1
 Jul  1 13:56:27 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d1e80 xfer=0xc15cc600 status=0 actlen=0
 Jul  1 13:56:27 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 13:56:27 inferno /netbsd: usbd_start_next: pipe=0xc15d1e80,  
 xfer=0x0
 Jul  1 13:56:27 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 13:56:27 inferno /netbsd: uhci_poll_hub
 Jul  1 13:56:39 inferno last message repeated 97 times
 Jul  1 13:56:39 inferno /netbsd: usb_event_thread: woke up
 Jul  1 13:56:39 inferno /netbsd: usb_discover
 Jul  1 13:56:39 inferno /netbsd: uhci_poll_hub



 And now the output of a successful case:

 Jul  1 14:13:20 inferno /netbsd: Copyright (c) 1996, 1997, 1998,  
 1999, 2000, 2001, 2002, 2003, 2004, 2005,
 Jul  1 14:13:20 inferno /netbsd: 2006, 2007
 Jul  1 14:13:20 inferno /netbsd: The NetBSD Foundation, Inc.  All  
 rights reserved.
 Jul  1 14:13:20 inferno /netbsd: Copyright (c) 1982, 1986, 1989,  
 1991, 1993
 Jul  1 14:13:20 inferno /netbsd: The Regents of the University of  
 California.  All rights reserved.
 Jul  1 14:13:20 inferno /netbsd:
 Jul  1 14:13:20 inferno /netbsd: NetBSD 4.99.22 (GENERIC_DIAGNOSTIC)  
 #2: Sun Jul  1 13:12:59 CEST 2007
 Jul  1 14:13:20 inferno /netbsd: jmmv@calypso.home.network:/Volumes/ 
 NetBSD/obj.i386/Volumes/NetBSD/src/sys/arch/i386/compile/ 
 GENERIC_DIAGNOSTIC
 Jul  1 14:13:20 inferno /netbsd: total memory = 511 MB
 Jul  1 14:13:20 inferno /netbsd: rbus: rbus_min_start set to 0x40000000
 Jul  1 14:13:20 inferno /netbsd: avail memory = 491 MB
 Jul  1 14:13:20 inferno /netbsd: timecounter: Timecounters tick every  
 10.000 msec
 Jul  1 14:13:20 inferno /netbsd: timecounter: Timecounter "i8254"  
 frequency 1193182 Hz quality 100
 Jul  1 14:13:20 inferno /netbsd: BIOS32 rev. 0 found at 0xfd9c0
 Jul  1 14:13:20 inferno /netbsd: mainbus0 (root)
 Jul  1 14:13:20 inferno /netbsd: cpu0 at mainbus0: (uniprocessor)
 Jul  1 14:13:20 inferno /netbsd: cpu0: AMD Athlon Model 2 (686- 
 class), 604.27 MHz, id 0x621
 Jul  1 14:13:20 inferno /netbsd: cpu0: features  
 c1c3f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR>
 Jul  1 14:13:20 inferno /netbsd: cpu0: features  
 c1c3f9ff<PGE,MCA,CMOV,PAT,PSE36,MMXX,MMX>
 Jul  1 14:13:20 inferno /netbsd: cpu0: features c1c3f9ff<FXSR, 
 3DNOW2,3DNOW>
 Jul  1 14:13:20 inferno /netbsd: cpu0: "AMD Athlon(tm) Processor"
 Jul  1 14:13:20 inferno /netbsd: cpu0: I-cache 64 KB 64B/line 2-way,  
 D-cache 64 KB 64B/line 2-way
 Jul  1 14:13:20 inferno /netbsd: cpu0: L2 cache 512 KB 64B/line 2-way
 Jul  1 14:13:20 inferno /netbsd: cpu0: ITLB 16 4 KB entries fully  
 associative, 8 4 MB entries fully associative
 Jul  1 14:13:20 inferno /netbsd: cpu0: DTLB 24 4 KB entries fully  
 associative, 8 4 MB entries 4-way
 Jul  1 14:13:20 inferno /netbsd: cpu0: 64 page colors
 Jul  1 14:13:20 inferno /netbsd: acpi0 at mainbus0: Advanced  
 Configuration and Power Interface
 Jul  1 14:13:20 inferno /netbsd: acpi0: using Intel ACPI CA subsystem  
 version 20060217
 Jul  1 14:13:20 inferno /netbsd: acpi0: X/RSDT: OemId  
 <AMIINT,        ,00000010>, AslId <MSFT,00000097>
 Jul  1 14:13:20 inferno /netbsd: acpi0: SCI interrupting at int 4
 Jul  1 14:13:20 inferno /netbsd: acpi0: fixed-feature power button  
 present
 Jul  1 14:13:20 inferno /netbsd: timecounter: Timecounter "ACPI-Safe"  
 frequency 3579545 Hz quality 900
 Jul  1 14:13:20 inferno /netbsd: ACPI-Safe 24-bit timer
 Jul  1 14:13:20 inferno /netbsd: LNKD: ACPI: Found matching pin for  
 0.4.INTD at func 2: 10
 Jul  1 14:13:20 inferno /netbsd: LNKA: ACPI: Found matching pin for  
 0.13.INTA at func 0: 11
 Jul  1 14:13:20 inferno /netbsd: LNKB: ACPI: Found matching pin for  
 0.14.INTA at func 0: 12
 Jul  1 14:13:20 inferno /netbsd: LNKC: ACPI: Found matching pin for  
 0.15.INTA at func 0: 9
 Jul  1 14:13:20 inferno /netbsd: LNKD: ACPI: Found matching pin for  
 0.16.INTA at func 0: 10
 Jul  1 14:13:20 inferno /netbsd: LNKA: ACPI: Found matching pin for  
 0.17.INTA at func 0: 11
 Jul  1 14:13:20 inferno /netbsd: ACPI Object Type 'Processor' (0x0c)  
 at acpi0 not configured
 Jul  1 14:13:20 inferno /netbsd: PNP0A03 [PCI/PCI-X Host Bridge] at  
 acpi0 not configured
 Jul  1 14:13:20 inferno /netbsd: PNP0200 [AT DMA Controller] at acpi0  
 not configured
 Jul  1 14:13:20 inferno /netbsd: attimer1 at acpi0 (PNP0100): AT Timer
 Jul  1 14:13:20 inferno /netbsd: attimer1: io 0x40-0x43 irq 0
 Jul  1 14:13:20 inferno /netbsd: PNP0B00 [AT Real-Time Clock] at  
 acpi0 not configured
 Jul  1 14:13:20 inferno /netbsd: pcppi1 at acpi0 (PNP0800)
 Jul  1 14:13:20 inferno /netbsd: pcppi1: io 0x61
 Jul  1 14:13:20 inferno /netbsd: midi0 at pcppi1: PC speaker (CPU- 
 intensive output)
 Jul  1 14:13:20 inferno /netbsd: sysbeep0 at pcppi1
 Jul  1 14:13:20 inferno /netbsd: npx1 at acpi0 (PNP0C04)
 Jul  1 14:13:20 inferno /netbsd: npx1: io 0xf0-0xff irq 13
 Jul  1 14:13:20 inferno /netbsd: npx1: reported by CPUID; using  
 exception 16
 Jul  1 14:13:20 inferno /netbsd: pckbc1 at acpi0 (PNP0303): kbd port
 Jul  1 14:13:20 inferno /netbsd: pckbc1: io 0x60,0x64 irq 1
 Jul  1 14:13:20 inferno /netbsd: ACPI Object Type 'Power' (0x0b) at  
 acpi0 not configured
 Jul  1 14:13:20 inferno last message repeated 3 times
 Jul  1 14:13:20 inferno /netbsd: PNP0C0F [PCI interrupt link device]  
 at acpi0 not configured
 Jul  1 14:13:20 inferno last message repeated 3 times
 Jul  1 14:13:20 inferno /netbsd: acpibut0 at acpi0 (PNP0C0E): ACPI  
 Sleep Button
 Jul  1 14:13:20 inferno /netbsd: apm0 at acpi0: Power Management spec  
 V1.2
 Jul  1 14:13:20 inferno /netbsd: pcppi1: attached to attimer1
 Jul  1 14:13:20 inferno /netbsd: pckbd0 at pckbc1 (kbd slot)
 Jul  1 14:13:20 inferno /netbsd: pckbc1: using irq 1 for kbd slot
 Jul  1 14:13:20 inferno /netbsd: wskbd0 at pckbd0: console keyboard
 Jul  1 14:13:20 inferno /netbsd: pci0 at mainbus0 bus 0:  
 configuration mode 1
 Jul  1 14:13:20 inferno /netbsd: pci0: i/o space, memory space  
 enabled, rd/line, rd/mult, wr/inv ok
 Jul  1 14:13:20 inferno /netbsd: pchb0 at pci0 dev 0 function 0
 Jul  1 14:13:20 inferno /netbsd: pchb0: Advanced Micro Devices AMD751  
 System Controller (rev. 0x25)
 Jul  1 14:13:20 inferno /netbsd: agp0 at pchb0: aperture at  
 0xe8000000, size 0x4000000
 Jul  1 14:13:20 inferno /netbsd: ppb0 at pci0 dev 1 function 0:  
 Advanced Micro Devices AMD751 PCI-PCI Bridge (rev. 0x01)
 Jul  1 14:13:20 inferno /netbsd: pci1 at ppb0 bus 1
 Jul  1 14:13:20 inferno /netbsd: pci1: i/o space, memory space enabled
 Jul  1 14:13:20 inferno /netbsd: vga1 at pci1 dev 5 function 0: ATI  
 Technologies Rage XL (AGP) (rev. 0x65)
 Jul  1 14:13:20 inferno /netbsd: wsdisplay0 at vga1 kbdmux 1: console  
 (80x25, vt100 emulation), using wskbd0
 Jul  1 14:13:20 inferno /netbsd: wsmux1: connecting to wsdisplay0
 Jul  1 14:13:20 inferno /netbsd: direct rendering for vga1 unsupported
 Jul  1 14:13:20 inferno /netbsd: pcib0 at pci0 dev 4 function 0
 Jul  1 14:13:20 inferno /netbsd: pcib0: VIA Technologies VT82C686A  
 PCI-ISA Bridge (rev. 0x1b)
 Jul  1 14:13:20 inferno /netbsd: viaide0 at pci0 dev 4 function 1
 Jul  1 14:13:20 inferno /netbsd: viaide0: VIA Technologies VT82C686A  
 (Apollo KX133) ATA66 controller
 Jul  1 14:13:20 inferno /netbsd: viaide0: bus-master DMA support present
 Jul  1 14:13:20 inferno /netbsd: viaide0: primary channel configured  
 to compatibility mode
 Jul  1 14:13:20 inferno /netbsd: viaide0: primary channel  
 interrupting at irq 14
 Jul  1 14:13:20 inferno /netbsd: atabus0 at viaide0 channel 0
 Jul  1 14:13:20 inferno /netbsd: viaide0: secondary channel  
 configured to compatibility mode
 Jul  1 14:13:20 inferno /netbsd: viaide0: secondary channel ignored  
 (disabled)
 Jul  1 14:13:20 inferno /netbsd: uhci0 at pci0 dev 4 function 2: VIA  
 Technologies VT83C572 USB Controller (rev. 0x0e)
 Jul  1 14:13:20 inferno /netbsd: uhci0: interrupting at irq 10
 Jul  1 14:13:20 inferno /netbsd: usb0 at uhci0: USB revision 1.0
 Jul  1 14:13:20 inferno /netbsd: usbd_get_string: getting lang  
 failed, using 0
 Jul  1 14:13:20 inferno /netbsd: uhub0 at usb0
 Jul  1 14:13:20 inferno /netbsd: uhub0: VIA Technologies UHCI root  
 hub, class 9/0, rev 1.00/1.00, addr 1
 Jul  1 14:13:20 inferno /netbsd: uhub0: 2 ports with 2 removable,  
 self powered
 Jul  1 14:13:20 inferno /netbsd: uhci1 at pci0 dev 4 function 3: VIA  
 Technologies VT83C572 USB Controller (rev. 0x0e)
 Jul  1 14:13:20 inferno /netbsd: uhci1: interrupting at irq 10
 Jul  1 14:13:20 inferno /netbsd: usb1 at uhci1: USB revision 1.0
 Jul  1 14:13:20 inferno /netbsd: usbd_get_string: getting lang  
 failed, using 0
 Jul  1 14:13:20 inferno /netbsd: uhub1 at usb1
 Jul  1 14:13:20 inferno /netbsd: uhub1: VIA Technologies UHCI root  
 hub, class 9/0, rev 1.00/1.00, addr 1
 Jul  1 14:13:20 inferno /netbsd: uhub1: 2 ports with 2 removable,  
 self powered
 Jul  1 14:13:20 inferno /netbsd: VIA Technologies VT82C686A SMBus  
 Controller (SMBus serial bus, revision 0x20) at pci0 dev 4 function 4  
 not configured
 Jul  1 14:13:20 inferno /netbsd: fxp0 at pci0 dev 13 function 0:  
 i82559 Ethernet, rev 8
 Jul  1 14:13:20 inferno /netbsd: fxp0: interrupting at irq 11
 Jul  1 14:13:20 inferno /netbsd: fxp0: Ethernet address  
 00:d0:b7:68:a2:2b
 Jul  1 14:13:20 inferno /netbsd: inphy0 at fxp0 phy 1: i82555 10/100  
 media interface, rev. 4
 Jul  1 14:13:20 inferno /netbsd: inphy0: 10baseT, 10baseT-FDX,  
 100baseTX, 100baseTX-FDX, auto
 Jul  1 14:13:20 inferno /netbsd: eap0 at pci0 dev 14 function 0:  
 Ensoniq CT5880 CT5880-C (rev. 0x02)
 Jul  1 14:13:20 inferno /netbsd: eap0: interrupting at irq 12
 Jul  1 14:13:20 inferno /netbsd: eap0: ac97: SigmaTel STAC9721/23  
 codec; 18 bit DAC, 18 bit ADC, SigmaTel 3D
 Jul  1 14:13:20 inferno /netbsd: eap0: ac97: ext id 200<AMAP>
 Jul  1 14:13:20 inferno /netbsd: audio0 at eap0: full duplex, mmap,  
 independent
 Jul  1 14:13:20 inferno /netbsd: midi1 at eap0: AudioPCI MIDI UART
 Jul  1 14:13:20 inferno /netbsd: wi0 at pci0 dev 15 function 0: 3Com  
 3crwe777a AirConnect (rev. 0x02)
 Jul  1 14:13:20 inferno /netbsd: wi0: interrupting at irq 9
 Jul  1 14:13:20 inferno /netbsd: wi0: 802.11 address 00:04:75:88:82:ff
 Jul  1 14:13:20 inferno /netbsd: wi0: using RF:PRISM2 MAC:HFA3841  
 CARD:HWB3163 rev.A
 Jul  1 14:13:20 inferno /netbsd: wi0: Intersil Firmware: Primary  
 (0.3.0), Station (0.8.3)
 Jul  1 14:13:20 inferno /netbsd: wi0: 11b rates: 1Mbps 2Mbps 5.5Mbps  
 11Mbps
 Jul  1 14:13:20 inferno /netbsd: bktr0 at pci0 dev 16 function 0
 Jul  1 14:13:20 inferno /netbsd: bktr0: interrupting at irq 10
 Jul  1 14:13:20 inferno /netbsd: bktr0: IMS TV Turbo, Philips FR1236  
 NTSC FM tuner.
 Jul  1 14:13:20 inferno /netbsd: radio0 at bktr0
 Jul  1 14:13:20 inferno /netbsd: cmdide0 at pci0 dev 17 function 0
 Jul  1 14:13:20 inferno /netbsd: cmdide0: Silicon Image 0680 (rev. 0x02)
 Jul  1 14:13:20 inferno /netbsd: cmdide0: bus-master DMA support present
 Jul  1 14:13:20 inferno /netbsd: cmdide0: primary channel configured  
 to native-PCI mode
 Jul  1 14:13:20 inferno /netbsd: cmdide0: using irq 11 for native-PCI  
 interrupt
 Jul  1 14:13:20 inferno /netbsd: atabus1 at cmdide0 channel 0
 Jul  1 14:13:20 inferno /netbsd: cmdide0: secondary channel  
 configured to native-PCI mode
 Jul  1 14:13:20 inferno /netbsd: atabus2 at cmdide0 channel 1
 Jul  1 14:13:20 inferno /netbsd: isa0 at pcib0
 Jul  1 14:13:20 inferno /netbsd: isapnp0 at isa0 port 0x279: ISA Plug  
 'n Play device support
 Jul  1 14:13:20 inferno /netbsd: isapnp0: no ISA Plug 'n Play devices  
 found
 Jul  1 14:13:20 inferno /netbsd: timecounter: Timecounter  
 "clockinterrupt" frequency 100 Hz quality 0
 Jul  1 14:13:20 inferno /netbsd: Kernelized RAIDframe activated
 Jul  1 14:13:20 inferno /netbsd: atapibus0 at atabus0: 2 targets
 Jul  1 14:13:20 inferno /netbsd: cd0 at atapibus0 drive 0: <TOSHIBA  
 DVD-ROM SD-M1612, , 1004> cdrom removable
 Jul  1 14:13:20 inferno /netbsd: cd0: 32-bit data port
 Jul  1 14:13:20 inferno /netbsd: cd0: drive supports PIO mode 4, DMA  
 mode 2, Ultra-DMA mode 2 (Ultra/33)
 Jul  1 14:13:20 inferno /netbsd: cd0(viaide0:0:0): using PIO mode 4,  
 Ultra-DMA mode 2 (Ultra/33) (using DMA)
 Jul  1 14:13:20 inferno /netbsd: wd0 at atabus1 drive 0: <WDC  
 WD800JB-00ETA0>
 Jul  1 14:13:20 inferno /netbsd: wd0: drive supports 16-sector PIO  
 transfers, LBA48 addressing
 Jul  1 14:13:20 inferno /netbsd: wd0: 76319 MB, 155061 cyl, 16 head,  
 63 sec, 512 bytes/sect x 156301488 sectors
 Jul  1 14:13:20 inferno /netbsd: wd0: 32-bit data port
 Jul  1 14:13:20 inferno /netbsd: wd0: drive supports PIO mode 4, DMA  
 mode 2, Ultra-DMA mode 5 (Ultra/100)
 Jul  1 14:13:20 inferno /netbsd: wd0(cmdide0:0:0): using PIO mode 4,  
 Ultra-DMA mode 5 (Ultra/100) (using DMA)
 Jul  1 14:13:20 inferno /netbsd: boot device: wd0
 Jul  1 14:13:20 inferno /netbsd: root on wd0a dumps on wd0b
 Jul  1 14:13:20 inferno /netbsd: root file system type: ffs
 Jul  1 14:13:20 inferno /netbsd: wsdisplay0: screen 1 added (80x25,  
 vt100 emulation)
 Jul  1 14:13:20 inferno /netbsd: wsdisplay0: screen 2 added (80x25,  
 vt100 emulation)
 Jul  1 14:13:20 inferno /netbsd: wsdisplay0: screen 3 added (80x25,  
 vt100 emulation)
 Jul  1 14:13:20 inferno /netbsd: wsdisplay0: screen 4 added (80x25,  
 vt100 emulation)
 Jul  1 14:13:20 inferno savecore: no core dump
 Jul  1 14:14:14 inferno /netbsd: uhci_poll_hub
 Jul  1 14:14:20 inferno last message repeated 52 times
 Jul  1 14:14:20 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d2d80 xfer=0xc15cc700 status=0 actlen=1
 Jul  1 14:14:20 inferno /netbsd: usb_transfer_complete: repeat=1 new  
 head=0xc15cc700
 Jul  1 14:14:20 inferno /netbsd: usb_needs_explore
 Jul  1 14:14:20 inferno /netbsd: uhci_poll_hub
 Jul  1 14:14:20 inferno /netbsd: usb_event_thread: woke up
 Jul  1 14:14:20 inferno /netbsd: usb_discover
 Jul  1 14:14:20 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 14:14:20 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc15d2f00, running=0
 Jul  1 14:14:20 inferno /netbsd: usbd_dump_queue: pipe=0xc15d2f00
 Jul  1 14:14:20 inferno /netbsd: usb_allocmem: use frag=0xcb03bf40  
 size=4
 Jul  1 14:14:20 inferno /netbsd: usb_insert_transfer: pipe=0xc15d2f00  
 running=0 timeout=5000
 Jul  1 14:14:20 inferno /netbsd: uhci_root_ctrl_control type=0xa3  
 request=00
 Jul  1 14:14:20 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d2f00 xfer=0xc15cc600 status=0 actlen=4
 Jul  1 14:14:20 inferno /netbsd: usb_freemem: frag=0xcb03bf40
 Jul  1 14:14:20 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 14:14:20 inferno /netbsd: usbd_start_next: pipe=0xc15d2f00,  
 xfer=0x0
 Jul  1 14:14:20 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 14:14:20 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 14:14:20 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc15d2f00, running=0
 Jul  1 14:14:20 inferno /netbsd: usbd_dump_queue: pipe=0xc15d2f00
 Jul  1 14:14:20 inferno /netbsd: usb_insert_transfer: pipe=0xc15d2f00  
 running=0 timeout=5000
 Jul  1 14:14:20 inferno /netbsd: uhci_root_ctrl_control type=0x23  
 request=01
 Jul  1 14:14:20 inferno /netbsd: uhci_root_ctrl_control:  
 UR_CLEAR_PORT_FEATURE port=1 feature=17
 Jul  1 14:14:20 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d2f00 xfer=0xc15cc600 status=0 actlen=0
 Jul  1 14:14:20 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 14:14:20 inferno /netbsd: usbd_start_next: pipe=0xc15d2f00,  
 xfer=0x0
 Jul  1 14:14:20 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 14:14:20 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 14:14:20 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc15d2f00, running=0
 Jul  1 14:14:20 inferno /netbsd: usbd_dump_queue: pipe=0xc15d2f00
 Jul  1 14:14:20 inferno /netbsd: usb_insert_transfer: pipe=0xc15d2f00  
 running=0 timeout=5000
 Jul  1 14:14:20 inferno /netbsd: uhci_root_ctrl_control type=0x23  
 request=01
 Jul  1 14:14:20 inferno /netbsd: uhci_root_ctrl_control:  
 UR_CLEAR_PORT_FEATURE port=1 feature=16
 Jul  1 14:14:20 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d2f00 xfer=0xc15cc600 status=0 actlen=0
 Jul  1 14:14:20 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 14:14:20 inferno /netbsd: usbd_start_next: pipe=0xc15d2f00,  
 xfer=0x0
 Jul  1 14:14:20 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 14:14:20 inferno /netbsd: uhci_poll_hub
 Jul  1 14:14:20 inferno /netbsd: uhci_poll_hub
 Jul  1 14:14:20 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 14:14:20 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc15d2f00, running=0
 Jul  1 14:14:20 inferno /netbsd: usbd_dump_queue: pipe=0xc15d2f00
 Jul  1 14:14:20 inferno /netbsd: usb_insert_transfer: pipe=0xc15d2f00  
 running=0 timeout=5000
 Jul  1 14:14:20 inferno /netbsd: uhci_root_ctrl_control type=0x23  
 request=03
 Jul  1 14:14:21 inferno /netbsd: uhci_poll_hub
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d2d80 xfer=0xc15cc700 status=0 actlen=1
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete: repeat=1 new  
 head=0xc15cc700
 Jul  1 14:14:21 inferno /netbsd: uhci_poll_hub
 Jul  1 14:14:21 inferno /netbsd: uhci port 1 reset, status0 = 0x078a
 Jul  1 14:14:21 inferno /netbsd: uhci port 1 reset, status1 = 0x05ab
 Jul  1 14:14:21 inferno /netbsd: uhci port 1 iteration 9, status =  
 0x05af
 Jul  1 14:14:21 inferno /netbsd: uhci port 1 iteration 8, status =  
 0x05a5
 Jul  1 14:14:21 inferno /netbsd: uhci port 1 reset, status2 = 0x05a5
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d2f00 xfer=0xc15cc600 status=0 actlen=0
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 14:14:21 inferno /netbsd: usbd_start_next: pipe=0xc15d2f00,  
 xfer=0x0
 Jul  1 14:14:21 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd: usbd_reset_port: port 1 reset done,  
 error=NORMAL_COMPLETION
 Jul  1 14:14:21 inferno /netbsd: uhci_poll_hub
 Jul  1 14:14:21 inferno /netbsd: uhci_poll_hub
 Jul  1 14:14:21 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc15d2f00, running=0
 Jul  1 14:14:21 inferno /netbsd: usbd_dump_queue: pipe=0xc15d2f00
 Jul  1 14:14:21 inferno /netbsd: usb_allocmem: use frag=0xcb03bf40  
 size=4
 Jul  1 14:14:21 inferno /netbsd: usb_insert_transfer: pipe=0xc15d2f00  
 running=0 timeout=5000
 Jul  1 14:14:21 inferno /netbsd: uhci_root_ctrl_control type=0xa3  
 request=00
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d2f00 xfer=0xc15cc600 status=0 actlen=4
 Jul  1 14:14:21 inferno /netbsd: usb_freemem: frag=0xcb03bf40
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 14:14:21 inferno /netbsd: usbd_start_next: pipe=0xc15d2f00,  
 xfer=0x0
 Jul  1 14:14:21 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc15d2f00, running=0
 Jul  1 14:14:21 inferno /netbsd: usbd_dump_queue: pipe=0xc15d2f00
 Jul  1 14:14:21 inferno /netbsd: usb_insert_transfer: pipe=0xc15d2f00  
 running=0 timeout=5000
 Jul  1 14:14:21 inferno /netbsd: uhci_root_ctrl_control type=0x23  
 request=01
 Jul  1 14:14:21 inferno /netbsd: uhci_root_ctrl_control:  
 UR_CLEAR_PORT_FEATURE port=1 feature=20
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d2f00 xfer=0xc15cc600 status=0 actlen=0
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 14:14:21 inferno /netbsd: usbd_start_next: pipe=0xc15d2f00,  
 xfer=0x0
 Jul  1 14:14:21 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd: uhci_poll_hub
 Jul  1 14:14:21 inferno /netbsd: uhci_poll_hub
 Jul  1 14:14:21 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc15d2f00, running=0
 Jul  1 14:14:21 inferno /netbsd: usbd_dump_queue: pipe=0xc15d2f00
 Jul  1 14:14:21 inferno /netbsd: usb_allocmem: use frag=0xcb03bf40  
 size=4
 Jul  1 14:14:21 inferno /netbsd: usb_insert_transfer: pipe=0xc15d2f00  
 running=0 timeout=5000
 Jul  1 14:14:21 inferno /netbsd: uhci_root_ctrl_control type=0xa3  
 request=00
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc15d2f00 xfer=0xc15cc600 status=0 actlen=4
 Jul  1 14:14:21 inferno /netbsd: usb_freemem: frag=0xcb03bf40
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 14:14:21 inferno /netbsd: usbd_start_next: pipe=0xc15d2f00,  
 xfer=0x0
 Jul  1 14:14:21 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd: usbd_new_device bus=0xc15d0000  
 port=1 depth=1 speed=1
 Jul  1 14:14:21 inferno /netbsd: usbd_setup_pipe: dev=0xc16ccb00  
 iface=0x0 ep=0xc16ccb24 pipe=0xc16ccb04
 Jul  1 14:14:21 inferno /netbsd: uhci_open: pipe=0xc16cca00, addr=0,  
 endpt=0 (1)
 Jul  1 14:14:21 inferno /netbsd: usb_allocmem: use frag=0xcb03bf40  
 size=8
 Jul  1 14:14:21 inferno /netbsd: usbd_new_device: setting device  
 address=2
 Jul  1 14:14:21 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc16cca00, running=0
 Jul  1 14:14:21 inferno /netbsd: usbd_dump_queue: pipe=0xc16cca00
 Jul  1 14:14:21 inferno /netbsd: usb_insert_transfer: pipe=0xc16cca00  
 running=0 timeout=5000
 Jul  1 14:14:21 inferno /netbsd: uhci_device_control type=0x00,  
 request=0x05, wValue=0x0002, wIndex=0x0000 len=0, addr=0, endpt=0
 Jul  1 14:14:21 inferno /netbsd: uhci_device_request: before transfer
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0002d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci_add_ls_ctrl: sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_enter_ctl_q: follow from [0]
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb037fc0) at 01808fc0 =  
 link=0x01809f62 status=0x02000000 token=0x00000000 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1809f62<Q>  
 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f80) at 01809f80:  
 hlink=0180af62 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfa4
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038fc0) at 01809fc0:  
 hlink=01809fe2 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038fe0) at 01809fe0:  
 hlink=00000001 elink=01808fe0
 Jul  1 14:14:21 inferno /netbsd: Enqueued QH:
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfa4
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c000007 token=0x00e0002d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d8807ff token=0xffe80069 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci1: uhci_intr1
 Jul  1 14:14:21 inferno /netbsd: uhci1 regs: cmd=0081, sts=0000,  
 intr=000f, frnum=0045, flbase=0184d000, sof=0040, portsc1=0480,  
 portsc2=0480
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_intr1
 Jul  1 14:14:21 inferno /netbsd: uhci0 regs: cmd=0081, sts=0001,  
 intr=000f, frnum=0273, flbase=01807000, sof=0040, portsc1=05a5,  
 portsc2=0580
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_intr: exit
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_softintr (0)
 Jul  1 14:14:21 inferno /netbsd: uhci_check_intr: ii=0xc15cc670
 Jul  1 14:14:21 inferno /netbsd: uhci_check_intr: ii=0xc15cc670 done
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670,  
 xfer=0xc15cc600, pipe=0xc16cca00 ready
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c000007 token=0x00e0002d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d0007ff token=0xffe80069 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: actlen=0, status=0x0
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc16cca00 xfer=0xc15cc600 status=0 actlen=0
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 14:14:21 inferno /netbsd: uhci_remove_ls_ctrl: sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_find_prev_qh: pqh=0xcb038f80  
 sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_device_ctrl_done: length=0
 Jul  1 14:14:21 inferno /netbsd: usbd_start_next: pipe=0xc16cca00,  
 xfer=0x0
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670 done
 Jul  1 14:14:21 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd: usbd_get_desc: type=1, index=0, len=8
 Jul  1 14:14:21 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc16cca00, running=0
 Jul  1 14:14:21 inferno /netbsd: usbd_dump_queue: pipe=0xc16cca00
 Jul  1 14:14:21 inferno /netbsd: usb_allocmem: use frag=0xcb03bf00  
 size=8
 Jul  1 14:14:21 inferno /netbsd: usb_insert_transfer: pipe=0xc16cca00  
 running=0 timeout=5000
 Jul  1 14:14:21 inferno /netbsd: uhci_device_control type=0x80,  
 request=0x06, wValue=0x0100, wIndex=0x0000 len=8, addr=2, endpt=0
 Jul  1 14:14:21 inferno /netbsd: uhci_alloc_std_chain: addr=2 endpt=0  
 len=8 speed=1 flags=0x2
 Jul  1 14:14:21 inferno /netbsd: uhci_alloc_std_chain: maxp=8 ntd=1
 Jul  1 14:14:21 inferno /netbsd: uhci_alloc_std_chain: nexttog=0
 Jul  1 14:14:21 inferno /netbsd: uhci_device_request: before transfer
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bf84 status=0x1c800000 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bf84<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af80) at 0180bf80 =  
 link=0x0180bfa4 status=0x1c8003ff token=0x00e80269 buffer=0x0180cf00
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci_add_ls_ctrl: sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_enter_ctl_q: follow from [0]
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb037fc0) at 01808fc0 =  
 link=0x01809f62 status=0x02000000 token=0x00000000 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1809f62<Q>  
 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f80) at 01809f80:  
 hlink=0180af62 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038fc0) at 01809fc0:  
 hlink=01809fe2 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038fe0) at 01809fe0:  
 hlink=00000001 elink=01808fe0
 Jul  1 14:14:21 inferno /netbsd: Enqueued QH:
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bf84
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bf84 status=0x1c000007 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bf84<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af80) at 0180bf80 =  
 link=0x0180bfa4 status=0x1c8807ff token=0x00e80269 buffer=0x0180cf00
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c8807ff<NAK,ACTIVE,LS>,errcnt=3,actlen=0  
 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: 802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: actlen=8, status=0x0
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc16cca00 xfer=0xc15cc600 status=0 actlen=8
 Jul  1 14:14:21 inferno /netbsd: usb_freemem: frag=0xcb03bf00
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 14:14:21 inferno /netbsd: uhci_remove_ls_ctrl: sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_find_prev_qh: pqh=0xcb038f80  
 sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_device_ctrl_done: length=8
 Jul  1 14:14:21 inferno /netbsd: usbd_start_next: pipe=0xc16cca00,  
 xfer=0x0
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670 done
 Jul  1 14:14:21 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd: usbd_new_device: adding unit addr=2,  
 rev=110, class=0, subclass=0, protocol=0, maxpacket=8, len=18, speed=1
 Jul  1 14:14:21 inferno /netbsd: usbd_get_device_desc:
 Jul  1 14:14:21 inferno /netbsd: usbd_get_desc: type=1, index=0, len=18
 Jul  1 14:14:21 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc16cca00, running=0
 Jul  1 14:14:21 inferno /netbsd: usbd_dump_queue: pipe=0xc16cca00
 Jul  1 14:14:21 inferno /netbsd: usb_allocmem: use frag=0xcb03bf00  
 size=18
 Jul  1 14:14:21 inferno /netbsd: usb_insert_transfer: pipe=0xc16cca00  
 running=0 timeout=5000
 Jul  1 14:14:21 inferno /netbsd: uhci_device_control type=0x80,  
 request=0x06, wValue=0x0100, wIndex=0x0000 len=18, addr=2, endpt=0
 Jul  1 14:14:21 inferno /netbsd: uhci_alloc_std_chain: addr=2 endpt=0  
 len=18 speed=1 flags=0x2
 Jul  1 14:14:21 inferno /netbsd: uhci_alloc_std_chain: maxp=8 ntd=3
 Jul  1 14:14:21 inferno /netbsd: uhci_alloc_std_chain: nexttog=0
 Jul  1 14:14:21 inferno /netbsd: uhci_device_request: before transfer
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bf44 status=0x1c800000 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bf44<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af40) at 0180bf40 =  
 link=0x0180bf64 status=0x1c8003ff token=0x00e80269 buffer=0x0180cf00
 Jul  1 14:14:21 inferno /netbsd: 180bf64<VF>  
 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af60) at 0180bf60 =  
 link=0x0180bf84 status=0x1c8003ff token=0x00e00269 buffer=0x0180cf08
 Jul  1 14:14:21 inferno /netbsd: 180bf84<VF>  
 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af80) at 0180bf80 =  
 link=0x0180bfa4 status=0x1c8003ff token=0x00280269 buffer=0x0180cf10
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=2
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci_add_ls_ctrl: sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_enter_ctl_q: follow from [0]
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb037fc0) at 01808fc0 =  
 link=0x01809f62 status=0x02000000 token=0x00000000 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1809f62<Q>  
 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f80) at 01809f80:  
 hlink=0180af62 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bf64
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038fc0) at 01809fc0:  
 hlink=01809fe2 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038fe0) at 01809fe0:  
 hlink=00000001 elink=01808fe0
 Jul  1 14:14:21 inferno /netbsd: Enqueued QH:
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bf64
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bf44 status=0x1c000007 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bf44<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af40) at 0180bf40 =  
 link=0x0180bf64 status=0x1c000007 token=0x00e80269 buffer=0x0180cf00
 Jul  1 14:14:21 inferno /netbsd: 180bf64<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af60) at 0180bf60 =  
 link=0x0180bf84 status=0x1c000007 token=0x00e00269 buffer=0x0180cf08
 Jul  1 14:14:21 inferno /netbsd: 180bf84<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af80) at 0180bf80 =  
 link=0x0180bfa4 status=0x1c8807ff token=0x00280269 buffer=0x0180cf10
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c8807ff<NAK,ACTIVE,LS>,errcnt=3,actlen=0  
 pid=69,addr=2,endpt=0,D=1,maxlen=2
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci1: uhci_intr1
 Jul  1 14:14:21 inferno /netbsd: uhci1 regs: cmd=0081, sts=0000,  
 intr=000f, frnum=0061, flbase=0184d000, sof=0040, portsc1=0480,  
 portsc2=0480
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_intr1
 Jul  1 14:14:21 inferno /netbsd: uhci0 regs: cmd=0081, sts=0001,  
 intr=000f, frnum=028f, flbase=01807000, sof=0040, portsc1=05a5,  
 portsc2=0580
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_intr: exit
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_softintr (0)
 Jul  1 14:14:21 inferno /netbsd: uhci_check_intr: ii=0xc15cc670
 Jul  1 14:14:21 inferno /netbsd: uhci_check_intr: ii=0xc15cc670 done
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670,  
 xfer=0xc15cc600, pipe=0xc16cca00 ready
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bf44 status=0x1c000007 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bf44<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af40) at 0180bf40 =  
 link=0x0180bf64 status=0x1c000007 token=0x00e80269 buffer=0x0180cf00
 Jul  1 14:14:21 inferno /netbsd: 180bf64<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af60) at 0180bf60 =  
 link=0x0180bf84 status=0x1c000007 token=0x00e00269 buffer=0x0180cf08
 Jul  1 14:14:21 inferno /netbsd: 180bf84<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af80) at 0180bf80 =  
 link=0x0180bfa4 status=0x1c000001 token=0x00280269 buffer=0x0180cf10
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c000001<LS>,errcnt=3,actlen=2 pid=69,addr=2,endpt=0,D=1,maxlen=2
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d0007ff token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: actlen=18, status=0x0
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc16cca00 xfer=0xc15cc600 status=0 actlen=18
 Jul  1 14:14:21 inferno /netbsd: usb_freemem: frag=0xcb03bf00
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 14:14:21 inferno /netbsd: uhci_remove_ls_ctrl: sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_find_prev_qh: pqh=0xcb038f80  
 sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_device_ctrl_done: length=18
 Jul  1 14:14:21 inferno /netbsd: usbd_start_next: pipe=0xc16cca00,  
 xfer=0x0
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670 done
 Jul  1 14:14:21 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd: usbd_new_device: new dev (addr 2),  
 dev=0xc16ccb00, parent=0xc15d2e80
 Jul  1 14:14:21 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=6, pipe=0xc16cca00, running=0
 Jul  1 14:14:21 inferno /netbsd: usbd_dump_queue: pipe=0xc16cca00
 Jul  1 14:14:21 inferno /netbsd: usb_allocmem: use frag=0xcb03bf00  
 size=2
 Jul  1 14:14:21 inferno /netbsd: usb_insert_transfer: pipe=0xc16cca00  
 running=0 timeout=5000
 Jul  1 14:14:21 inferno /netbsd: uhci_device_control type=0x80,  
 request=0x06, wValue=0x0300, wIndex=0x0000 len=2, addr=2, endpt=0
 Jul  1 14:14:21 inferno /netbsd: uhci_alloc_std_chain: addr=2 endpt=0  
 len=2 speed=1 flags=0x6
 Jul  1 14:14:21 inferno /netbsd: uhci_alloc_std_chain: maxp=8 ntd=1
 Jul  1 14:14:21 inferno /netbsd: uhci_alloc_std_chain: nexttog=0
 Jul  1 14:14:21 inferno /netbsd: uhci_device_request: before transfer
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bf84 status=0x1c800000 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bf84<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af80) at 0180bf80 =  
 link=0x0180bfa4 status=0x3c8003ff token=0x00280269 buffer=0x0180cf00
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0  
 pid=69,addr=2,endpt=0,D=1,maxlen=2
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci_add_ls_ctrl: sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_enter_ctl_q: follow from [0]
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb037fc0) at 01808fc0 =  
 link=0x01809f62 status=0x02000000 token=0x00000000 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1809f62<Q>  
 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f80) at 01809f80:  
 hlink=0180af62 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bf84
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038fc0) at 01809fc0:  
 hlink=01809fe2 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038fe0) at 01809fe0:  
 hlink=00000001 elink=01808fe0
 Jul  1 14:14:21 inferno /netbsd: Enqueued QH:
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bf84
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bf84 status=0x1c000007 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bf84<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af80) at 0180bf80 =  
 link=0x0180bfa4 status=0x1c000001 token=0x00280269 buffer=0x0180cf00
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c000001<LS>,errcnt=3,actlen=2 pid=69,addr=2,endpt=0,D=1,maxlen=2
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d0007ff token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci1: uhci_intr1
 Jul  1 14:14:21 inferno /netbsd: uhci1 regs: cmd=0081, sts=0000,  
 intr=000f, frnum=0068, flbase=0184d000, sof=0040, portsc1=0480,  
 portsc2=0480
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_intr1
 Jul  1 14:14:21 inferno /netbsd: uhci0 regs: cmd=0081, sts=0001,  
 intr=000f, frnum=0296, flbase=01807000, sof=0040, portsc1=05a5,  
 portsc2=0580
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_intr: exit
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_softintr (0)
 Jul  1 14:14:21 inferno /netbsd: uhci_check_intr: ii=0xc15cc670
 Jul  1 14:14:21 inferno /netbsd: uhci_check_intr: ii=0xc15cc670 done
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670,  
 xfer=0xc15cc600, pipe=0xc16cca00 ready
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bf84 status=0x1c000007 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bf84<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af80) at 0180bf80 =  
 link=0x0180bfa4 status=0x1c000001 token=0x00280269 buffer=0x0180cf00
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c000001<LS>,errcnt=3,actlen=2 pid=69,addr=2,endpt=0,D=1,maxlen=2
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d0007ff token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: actlen=2, status=0x0
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc16cca00 xfer=0xc15cc600 status=0 actlen=2
 Jul  1 14:14:21 inferno /netbsd: usb_freemem: frag=0xcb03bf00
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 14:14:21 inferno /netbsd: uhci_remove_ls_ctrl: sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_find_prev_qh: pqh=0xcb038f80  
 sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_device_ctrl_done: length=2
 Jul  1 14:14:21 inferno /netbsd: usbd_start_next: pipe=0xc16cca00,  
 xfer=0x0
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670 done
 Jul  1 14:14:21 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=6, pipe=0xc16cca00, running=0
 Jul  1 14:14:21 inferno /netbsd: usbd_dump_queue: pipe=0xc16cca00
 Jul  1 14:14:21 inferno /netbsd: usb_allocmem: use frag=0xcb03bf00  
 size=4
 Jul  1 14:14:21 inferno /netbsd: usb_insert_transfer: pipe=0xc16cca00  
 running=0 timeout=5000
 Jul  1 14:14:21 inferno /netbsd: uhci_device_control type=0x80,  
 request=0x06, wValue=0x0300, wIndex=0x0000 len=4, addr=2, endpt=0
 Jul  1 14:14:21 inferno /netbsd: uhci_alloc_std_chain: addr=2 endpt=0  
 len=4 speed=1 flags=0x6
 Jul  1 14:14:21 inferno /netbsd: uhci_alloc_std_chain: maxp=8 ntd=1
 Jul  1 14:14:21 inferno /netbsd: uhci_alloc_std_chain: nexttog=0
 Jul  1 14:14:21 inferno /netbsd: uhci_device_request: before transfer
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bf84 status=0x1c800000 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bf84<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af80) at 0180bf80 =  
 link=0x0180bfa4 status=0x3c8003ff token=0x00680269 buffer=0x0180cf00
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0  
 pid=69,addr=2,endpt=0,D=1,maxlen=4
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci_add_ls_ctrl: sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_enter_ctl_q: follow from [0]
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb037fc0) at 01808fc0 =  
 link=0x01809f62 status=0x02000000 token=0x00000000 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1809f62<Q>  
 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f80) at 01809f80:  
 hlink=0180af62 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038fc0) at 01809fc0:  
 hlink=01809fe2 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038fe0) at 01809fe0:  
 hlink=00000001 elink=01808fe0
 Jul  1 14:14:21 inferno /netbsd: Enqueued QH:
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bf84
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bf84 status=0x1c000007 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bf84<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af80) at 0180bf80 =  
 link=0x0180bfa4 status=0x3c8807ff token=0x00680269 buffer=0x0180cf00
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 3c8807ff<NAK,ACTIVE,LS,SPD>,errcnt=3,actlen=0  
 pid=69,addr=2,endpt=0,D=1,maxlen=4
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: uhci1: uhci_intr1
 Jul  1 14:14:21 inferno /netbsd: uhci1 regs: cmd=0081, sts=0000,  
 intr=000f, frnum=0070, flbase=0184d000, sof=0040, portsc1=0480,  
 portsc2=0480
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_intr1
 Jul  1 14:14:21 inferno /netbsd: uhci0 regs: cmd=0081, sts=0001,  
 intr=000f, frnum=029d, flbase=01807000, sof=0040, portsc1=05a5,  
 portsc2=0580
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_intr: exit
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_softintr (0)
 Jul  1 14:14:21 inferno /netbsd: uhci_check_intr: ii=0xc15cc670
 Jul  1 14:14:21 inferno /netbsd: uhci_check_intr: ii=0xc15cc670 done
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670,  
 xfer=0xc15cc600, pipe=0xc16cca00 ready
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bf84 status=0x1c000007 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bf84<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af80) at 0180bf80 =  
 link=0x0180bfa4 status=0x1c000003 token=0x00680269 buffer=0x0180cf00
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c000003<LS>,errcnt=3,actlen=4 pid=69,addr=2,endpt=0,D=1,maxlen=4
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d0007ff token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: actlen=4, status=0x0
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc16cca00 xfer=0xc15cc600 status=0 actlen=4
 Jul  1 14:14:21 inferno /netbsd: usb_freemem: frag=0xcb03bf00
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 14:14:21 inferno /netbsd: uhci_remove_ls_ctrl: sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_find_prev_qh: pqh=0xcb038f80  
 sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_device_ctrl_done: length=4
 Jul  1 14:14:21 inferno /netbsd: usbd_start_next: pipe=0xc16cca00,  
 xfer=0x0
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670 done
 Jul  1 14:14:21 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=6, pipe=0xc16cca00, running=0
 Jul  1 14:14:21 inferno /netbsd: usbd_dump_queue: pipe=0xc16cca00
 Jul  1 14:14:21 inferno /netbsd: usb_allocmem: use frag=0xcb03bf00  
 size=2
 Jul  1 14:14:21 inferno /netbsd: usb_insert_transfer: pipe=0xc16cca00  
 running=0 timeout=5000
 Jul  1 14:14:21 inferno /netbsd: uhci_device_control type=0x80,  
 request=0x06, wValue=0x0301, wIndex=0x0409 len=2, addr=2, endpt=0
 Jul  1 14:14:21 inferno /netbsd: uhci_alloc_std_chain: addr=2 endpt=0  
 len=2 speed=1 flags=0x6
 Jul  1 14:14:21 inferno /netbsd: uhci_alloc_std_chain: maxp=8 ntd=1
 Jul  1 14:14:21 inferno /netbsd: uhci_alloc_std_chain: nexttog=0
 Jul  1 14:14:21 inferno /netbsd: uhci_device_request: before transfer
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bf84 status=0x1c800000 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bf84<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af80) at 0180bf80 =  
 link=0x0180bfa4 status=0x3c8003ff token=0x00280269 buffer=0x0180cf00
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0  
 pid=69,addr=2,endpt=0,D=1,maxlen=2
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci_add_ls_ctrl: sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_enter_ctl_q: follow from [0]
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb037fc0) at 01808fc0 =  
 link=0x01809f62 status=0x02000000 token=0x00000000 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1809f62<Q>  
 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f80) at 01809f80:  
 hlink=0180af62 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bf84
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038fc0) at 01809fc0:  
 hlink=01809fe2 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038fe0) at 01809fe0:  
 hlink=00000001 elink=01808fe0
 Jul  1 14:14:21 inferno /netbsd: Enqueued QH:
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bf84
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bf84 status=0x1c000007 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bf84<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af80) at 0180bf80 =  
 link=0x0180bfa4 status=0x1c000001 token=0x00280269 buffer=0x0180cf00
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c000001<LS>,errcnt=3,actlen=2 pid=69,addr=2,endpt=0,D=1,maxlen=2
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d0007ff token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci1: uhci_intr1
 Jul  1 14:14:21 inferno /netbsd: uhci1 regs: cmd=0081, sts=0000,  
 intr=000f, frnum=0076, flbase=0184d000, sof=0040, portsc1=0480,  
 portsc2=0480
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_intr1
 Jul  1 14:14:21 inferno /netbsd: uhci0 regs: cmd=0081, sts=0001,  
 intr=000f, frnum=02a4, flbase=01807000, sof=0040, portsc1=05a5,  
 portsc2=0580
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_intr: exit
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_softintr (0)
 Jul  1 14:14:21 inferno /netbsd: uhci_check_intr: ii=0xc15cc670
 Jul  1 14:14:21 inferno /netbsd: uhci_check_intr: ii=0xc15cc670 done
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670,  
 xfer=0xc15cc600, pipe=0xc16cca00 ready
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bf84 status=0x1c000007 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bf84<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af80) at 0180bf80 =  
 link=0x0180bfa4 status=0x1c000001 token=0x00280269 buffer=0x0180cf00
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c000001<LS>,errcnt=3,actlen=2 pid=69,addr=2,endpt=0,D=1,maxlen=2
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d0007ff token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: actlen=2, status=0x0
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc16cca00 xfer=0xc15cc600 status=0 actlen=2
 Jul  1 14:14:21 inferno /netbsd: usb_freemem: frag=0xcb03bf00
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 14:14:21 inferno /netbsd: uhci_remove_ls_ctrl: sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_find_prev_qh: pqh=0xcb038f80  
 sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_device_ctrl_done: length=2
 Jul  1 14:14:21 inferno /netbsd: usbd_start_next: pipe=0xc16cca00,  
 xfer=0x0
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670 done
 Jul  1 14:14:21 inferno /netbsd: xcb03bf00 size=9
 Jul  1 14:14:21 inferno /netbsd: usb_insert_transfer: pipe=0xc16cca00  
 running=0 timeout=5000
 Jul  1 14:14:21 inferno /netbsd: uhci_device_control type=0x80,  
 request=0x06, wValue=0x0200, wIndex=0x0000 len=9, addr=2, endpt=0
 Jul  1 14:14:21 inferno /netbsd: uhci_alloc_std_chain: addr=2 endpt=0  
 len=9 speed=1 flags=0x2
 Jul  1 14:14:21 inferno /netbsd: uhci_alloc_std_chain: maxp=8 ntd=2
 Jul  1 14:14:21 inferno /netbsd: uhci_alloc_std_chain: nexttog=1
 Jul  1 14:14:21 inferno /netbsd: uhci_device_request: before transfer
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bf64 status=0x1c800000 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bf64<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af60) at 0180bf60 =  
 link=0x0180bf84 status=0x1c8003ff token=0x00e80269 buffer=0x0180cf00
 Jul  1 14:14:21 inferno /netbsd: 180bf84<VF>  
 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af80) at 0180bf80 =  
 link=0x0180bfa4 status=0x1c8003ff token=0x00000269 buffer=0x0180cf08
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=0,maxlen=1
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci_add_ls_ctrl: sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_enter_ctl_q: follow from [0]
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb037fc0) at 01808fc0 =  
 link=0x01809f62 status=0x02000000 token=0x00000000 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1809f62<Q>  
 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f80) at 01809f80:  
 hlink=0180af62 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038fc0) at 01809fc0:  
 hlink=01809fe2 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038fe0) at 01809fe0:  
 hlink=00000001 elink=01808fe0
 Jul  1 14:14:21 inferno /netbsd: Enqueued QH:
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bf64
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bf64 status=0x1c000007 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bf64<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af60) at 0180bf60 =  
 link=0x0180bf84 status=0x1c8807ff token=0x00e80269 buffer=0x0180cf00
 Jul  1 14:14:21 inferno /netbsd: 180bf84<VF>  
 1c8807ff<NAK,ACTIVE,LS>,errcnt=3,actlen=0  
 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af80) at 0180bf80 =  
 link=0x0180bfa4 status=0x1c8003ff token=0x00000269 buffer=0x0180cf08
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c8807ff<NAK,ACTIVE,LS>,errcnt=3,actlen=0  
 pid=69,addr=2,endpt=0,D=0,maxlen=1
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci1: uhci_intr1
 Jul  1 14:14:21 inferno /netbsd: uhci1 regs: cmd=0081, sts=0000,  
 intr=000f, frnum=00a3, flbase=0184d000, sof=0040, portsc1=0480,  
 portsc2=0480
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_intr1
 Jul  1 14:14:21 inferno /netbsd: uhci0 regs: cmd=0081, sts=0001,  
 intr=000f, frnum=02d1, flbase=01807000, sof=0040, portsc1=05a5,  
 portsc2=0580
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_intr: exit
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_softintr (0)
 Jul  1 14:14:21 inferno /netbsd: uhci_check_intr: ii=0xc15cc670
 Jul  1 14:14:21 inferno /netbsd: uhci_check_intr: ii=0xc15cc670 done
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670,  
 xfer=0xc15cc600, pipe=0xc16cca00 ready
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bf64 status=0x1c000007 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bf64<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af60) at 0180bf60 =  
 link=0x0180bf84 status=0x1c000007 token=0x00e80269 buffer=0x0180cf00
 Jul  1 14:14:21 inferno /netbsd: 180bf84<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af80) at 0180bf80 =  
 link=0x0180bfa4 status=0x1c000000 token=0x00000269 buffer=0x0180cf08
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c000000<LS>,errcnt=3,actlen=1 pid=69,addr=2,endpt=0,D=0,maxlen=1
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d0007ff token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: actlen=9, status=0x0
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc16cca00 xfer=0xc15cc600 status=0 actlen=9
 Jul  1 14:14:21 inferno /netbsd: usb_freemem: frag=0xcb03bf00
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 14:14:21 inferno /netbsd: uhci_remove_ls_ctrl: sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_find_prev_qh: pqh=0xcb038f80  
 sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_device_ctrl_done: length=9
 Jul  1 14:14:21 inferno /netbsd: usbd_start_next: pipe=0xc16cca00,  
 xfer=0x0
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670 done
 Jul  1 14:14:21 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd: usbd_get_desc: type=2, index=0, len=34
 Jul  1 14:14:21 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc16cca00, running=0
 Jul  1 14:14:21 inferno /netbsd: usbd_dump_queue: pipe=0xc16cca00
 Jul  1 14:14:21 inferno /netbsd: usb_allocmem: use frag=0xcb03bf00  
 size=34
 Jul  1 14:14:21 inferno /netbsd: usb_insert_transfer: pipe=0xc16cca00  
 running=0 timeout=5000
 Jul  1 14:14:21 inferno /netbsd: uhci_device_control type=0x80,  
 request=0x06, wValue=0x0200, wIndex=0x0000 len=34, addr=2, endpt=0
 Jul  1 14:14:21 inferno /netbsd: uhci_alloc_std_chain: addr=2 endpt=0  
 len=34 speed=1 flags=0x2
 Jul  1 14:14:21 inferno /netbsd: uhci_alloc_std_chain: maxp=8 ntd=5
 Jul  1 14:14:21 inferno /netbsd: uhci_alloc_std_chain: nexttog=0
 Jul  1 14:14:21 inferno /netbsd: uhci_device_request: before transfer
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bf04 status=0x1c800000 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bf04<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af00) at 0180bf00 =  
 link=0x0180bf24 status=0x1c8003ff token=0x00e80269 buffer=0x0180cf00
 Jul  1 14:14:21 inferno /netbsd: 180bf24<VF>  
 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af20) at 0180bf20 =  
 link=0x0180bf44 status=0x1c8003ff token=0x00e00269 buffer=0x0180cf08
 Jul  1 14:14:21 inferno /netbsd: 180bf44<VF>  
 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af40) at 0180bf40 =  
 link=0x0180bf64 status=0x1c8003ff token=0x00e80269 buffer=0x0180cf10
 Jul  1 14:14:21 inferno /netbsd: 180bf64<VF>  
 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af60) at 0180bf60 =  
 link=0x0180bf84 status=0x1c8003ff token=0x00e00269 buffer=0x0180cf18
 Jul  1 14:14:21 inferno /netbsd: 180bf84<VF>  
 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af80) at 0180bf80 =  
 link=0x0180bfa4 status=0x1c8003ff token=0x00280269 buffer=0x0180cf20
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=2
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci_add_ls_ctrl: sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_enter_ctl_q: follow from [0]
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb037fc0) at 01808fc0 =  
 link=0x01809f62 status=0x02000000 token=0x00000000 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1809f62<Q>  
 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f80) at 01809f80:  
 hlink=0180af62 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038fc0) at 01809fc0:  
 hlink=01809fe2 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038fe0) at 01809fe0:  
 hlink=00000001 elink=01808fe0
 Jul  1 14:14:21 inferno /netbsd: Enqueued QH:
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bf04
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bf04 status=0x1c000007 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bf04<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af00) at 0180bf00 =  
 link=0x0180bf24 status=0x1c8807ff token=0x00e80269 buffer=0x0180cf00
 Jul  1 14:14:21 inferno /netbsd: 180bf24<VF>  
 1c8807ff<NAK,ACTIVE,LS>,errcnt=3,actlen=0  
 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af20) at 0180bf20 =  
 link=0x0180bf44 status=0x1c8003ff token=0x00e00269 buffer=0x0180cf08
 Jul  1 14:14:21 inferno /netbsd: 180bf44<VF>  
 1c8807ff<NAK,ACTIVE,LS>,errcnt=3,actlen=0  
 pid=69,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af40) at 0180bf40 =  
 link=0x0180bf64 status=0x1c8003ff token=0x00e80269 buffer=0x0180cf10
 Jul  1 14:14:21 inferno /netbsd: 180bf64<VF>  
 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af60) at 0180bf60 =  
 link=0x0180bf84 status=0x1c8003ff token=0x00e00269 buffer=0x0180cf18
 Jul  1 14:14:21 inferno /netbsd: 180bf84<VF>  
 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af80) at 0180bf80 =  
 link=0x0180bfa4 status=0x1c8003ff token=0x00280269 buffer=0x0180cf20
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=2
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci1: uhci_intr1
 Jul  1 14:14:21 inferno /netbsd: uhci1 regs: cmd=0081, sts=0000,  
 intr=000f, frnum=00b1, flbase=0184d000, sof=0040, portsc1=0480,  
 portsc2=0480
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_intr1
 Jul  1 14:14:21 inferno /netbsd: uhci0 regs: cmd=0081, sts=0001,  
 intr=000f, frnum=02df, flbase=01807000, sof=0040, portsc1=05a5,  
 portsc2=0580
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_intr: exit
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_softintr (0)
 Jul  1 14:14:21 inferno /netbsd: uhci_check_intr: ii=0xc15cc670
 Jul  1 14:14:21 inferno /netbsd: uhci_check_intr: ii=0xc15cc670 done
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670,  
 xfer=0xc15cc600, pipe=0xc16cca00 ready
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bf04 status=0x1c000007 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bf04<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af00) at 0180bf00 =  
 link=0x0180bf24 status=0x1c000007 token=0x00e80269 buffer=0x0180cf00
 Jul  1 14:14:21 inferno /netbsd: 180bf24<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af20) at 0180bf20 =  
 link=0x0180bf44 status=0x1c000007 token=0x00e00269 buffer=0x0180cf08
 Jul  1 14:14:21 inferno /netbsd: 180bf44<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af40) at 0180bf40 =  
 link=0x0180bf64 status=0x1c000007 token=0x00e80269 buffer=0x0180cf10
 Jul  1 14:14:21 inferno /netbsd: 180bf64<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af60) at 0180bf60 =  
 link=0x0180bf84 status=0x1c000007 token=0x00e00269 buffer=0x0180cf18
 Jul  1 14:14:21 inferno /netbsd: 180bf84<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af80) at 0180bf80 =  
 link=0x0180bfa4 status=0x1c000001 token=0x00280269 buffer=0x0180cf20
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c000001<LS>,errcnt=3,actlen=2 pid=69,addr=2,endpt=0,D=1,maxlen=2
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d0007ff token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: actlen=34, status=0x0
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc16cca00 xfer=0xc15cc600 status=0 actlen=34
 Jul  1 14:14:21 inferno /netbsd: usb_freemem: frag=0xcb03bf00
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 14:14:21 inferno /netbsd: uhci_remove_ls_ctrl: sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_find_prev_qh: pqh=0xcb038f80  
 sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_device_ctrl_done: length=34
 Jul  1 14:14:21 inferno /netbsd: usbd_start_next: pipe=0xc16cca00,  
 xfer=0x0
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670 done
 Jul  1 14:14:21 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd: usbd_set_config_index: (addr 1)  
 cno=2 attr=0xa0, selfpowered=0, power=50
 Jul  1 14:14:21 inferno /netbsd: usbd_set_config_index: set config 1
 Jul  1 14:14:21 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc16cca00, running=0
 Jul  1 14:14:21 inferno /netbsd: usbd_dump_queue: pipe=0xc16cca00
 Jul  1 14:14:21 inferno /netbsd: usb_insert_transfer: pipe=0xc16cca00  
 running=0 timeout=5000
 Jul  1 14:14:21 inferno /netbsd: uhci_device_control type=0x00,  
 request=0x09, wValue=0x0001, wIndex=0x0000 len=0, addr=2, endpt=0
 Jul  1 14:14:21 inferno /netbsd: uhci_device_request: before transfer
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80269 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci_add_ls_ctrl: sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_enter_ctl_q: follow from [0]
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb037fc0) at 01808fc0 =  
 link=0x01809f62 status=0x02000000 token=0x00000000 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1809f62<Q>  
 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f80) at 01809f80:  
 hlink=0180af62 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfa4
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038fc0) at 01809fc0:  
 hlink=01809fe2 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038fe0) at 01809fe0:  
 hlink=00000001 elink=01808fe0
 Jul  1 14:14:21 inferno /netbsd: Enqueued QH:
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfa4
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c000007 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d0007ff token=0xffe80269 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci1: uhci_intr1
 Jul  1 14:14:21 inferno /netbsd: uhci1 regs: cmd=0081, sts=0000,  
 intr=000f, frnum=00b8, flbase=0184d000, sof=0040, portsc1=0480,  
 portsc2=0480
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_intr1
 Jul  1 14:14:21 inferno /netbsd: uhci0 regs: cmd=0081, sts=0001,  
 intr=000f, frnum=02e6, flbase=01807000, sof=0040, portsc1=05a5,  
 portsc2=0580
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_intr: exit
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_softintr (0)
 Jul  1 14:14:21 inferno /netbsd: uhci_check_intr: ii=0xc15cc670
 Jul  1 14:14:21 inferno /netbsd: uhci_check_intr: ii=0xc15cc670 done
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670,  
 xfer=0xc15cc600, pipe=0xc16cca00 ready
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c000007 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d0007ff token=0xffe80269 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: actlen=0, status=0x0
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc16cca00 xfer=0xc15cc600 status=0 actlen=0
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 14:14:21 inferno /netbsd: uhci_remove_ls_ctrl: sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_find_prev_qh: pqh=0xcb038f80  
 sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_device_ctrl_done: length=0
 Jul  1 14:14:21 inferno /netbsd: usbd_start_next: pipe=0xc16cca00,  
 xfer=0x0
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670 done
 Jul  1 14:14:21 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd: usbd_set_config_index:  
 dev=0xc16ccb00 cdesc=0xc16dac80
 Jul  1 14:14:21 inferno /netbsd: usbd_fill_iface_data: ifaceidx=0  
 altidx=0
 Jul  1 14:14:21 inferno /netbsd: usbd_find_idesc: idx=0(-1) altidx=0 
 (0) len=9 type=2
 Jul  1 14:14:21 inferno /netbsd: usbd_find_idesc: idx=0(-1) altidx=0 
 (0) len=9 type=4
 Jul  1 14:14:21 inferno /netbsd: usbd_fill_iface_data: found idesc  
 nendpt=1
 Jul  1 14:14:21 inferno /netbsd: usbd_submatch port=1,-1  
 configno=1,-1 ifaceno=0,-1 vendor=1133,-1 product=50184,-1  
 release=5120,-1
 Jul  1 14:14:21 inferno last message repeated 8 times
 Jul  1 14:14:21 inferno /netbsd: uhidev0 at uhub0 port 1  
 configuration 1 interface 0usbd_alloc_xfer() = 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=6, pipe=0xc16cca00, running=0
 Jul  1 14:14:21 inferno /netbsd: usbd_dump_queue: pipe=0xc16cca00
 Jul  1 14:14:21 inferno /netbsd: usb_allocmem: use frag=0xcb03bf00  
 size=2
 Jul  1 14:14:21 inferno /netbsd: usb_insert_transfer: pipe=0xc16cca00  
 running=0 timeout=5000
 Jul  1 14:14:21 inferno /netbsd: uhci_device_control type=0x80,  
 request=0x06, wValue=0x0301, wIndex=0x0409 len=2, addr=2, endpt=0
 Jul  1 14:14:21 inferno /netbsd: uhci_alloc_std_chain: addr=2 endpt=0  
 len=2 speed=1 flags=0x6
 Jul  1 14:14:21 inferno /netbsd: uhci_alloc_std_chain: maxp=8 ntd=1
 Jul  1 14:14:21 inferno /netbsd: uhci_alloc_std_chain: nexttog=0
 Jul  1 14:14:21 inferno /netbsd: uhci_device_request: before transfer
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bf84 status=0x1c800000 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bf84<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af80) at 0180bf80 =  
 link=0x0180bfa4 status=0x3c8003ff token=0x00280269 buffer=0x0180cf00
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0  
 pid=69,addr=2,endpt=0,D=1,maxlen=2
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci_add_ls_ctrl: sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_enter_ctl_q: follow from [0]
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb037fc0) at 01808fc0 =  
 link=0x01809f62 status=0x02000000 token=0x00000000 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1809f62<Q>  
 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f80) at 01809f80:  
 hlink=0180af62 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bf84
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038fc0) at 01809fc0:  
 hlink=01809fe2 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038fe0) at 01809fe0:  
 hlink=00000001 elink=01808fe0
 Jul  1 14:14:21 inferno /netbsd: Enqueued QH:
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bf84
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bf84 status=0x1c000007 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bf84<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af80) at 0180bf80 =  
 link=0x0180bfa4 status=0x3c8807ff token=0x00280269 buffer=0x0180cf00
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c000001<LS>,errcnt=3,actlen=2 pid=69,addr=2,endpt=0,D=1,maxlen=2
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d0007ff token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: len=2
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci_add_ls_ctrl: sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_enter_ctl_q: follow from [0]
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb037fc0) at 01808fc0 =  
 link=0x01809f62 status=0x02000000 token=0x00000000 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1809f62<Q>  
 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f80) at 01809f80:  
 hlink=0180af62 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038fc0) at 01809fc0:  
 hlink=01809fe2 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038fe0) at 01809fe0:  
 hlink=00000001 elink=01808fe0
 Jul  1 14:14:21 inferno /netbsd: Enqueued QH:
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bf84
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bf84 status=0x1c000007 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bf84<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af80) at 0180bf80 =  
 link=0x0180bfa4 status=0x3c8807ff token=0x00280269 buffer=0x0180cf00
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 3c8807ff<NAK,ACTIVE,LS,SPD>,errcnt=3,actlen=0  
 pid=69,addr=2,endpt=0,D=1,maxlen=2
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci1: uhci_intr1
 Jul  1 14:14:21 inferno /netbsd: uhci1 regs: cmd=0081, sts=0000,  
 intr=000f, frnum=00d4, flbase=0184d000, sof=0040, portsc1=0480,  
 portsc2=0480
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_intr1
 Jul  1 14:14:21 inferno /netbsd: uhci0 regs: cmd=0081, sts=0001,  
 intr=000f, frnum=0302, flbase=01807000, sof=0040, portsc1=05a5,  
 portsc2=0580
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_intr: exit
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_softintr (0)
 Jul  1 14:14:21 inferno /netbsd: uhci_check_intr: ii=0xc15cc670
 Jul  1 14:14:21 inferno /netbsd: uhci_check_intr: ii=0xc15cc670 done
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670,  
 xfer=0xc15cc600, pipe=0xc16cca00 ready
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bf84 status=0x1c000007 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bf84<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af80) at 0180bf80 =  
 link=0x0180bfa4 status=0x1c000001 token=0x00280269 buffer=0x0180cf00
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c000001<LS>,errcnt=3,actlen=2 pid=69,addr=2,endpt=0,D=1,maxlen=2
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d0007ff token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: actlen=2, status=0x0
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc16cca00 xfer=0xc15cc600 status=0 actlen=2
 Jul  1 14:14:21 inferno /netbsd: usb_freemem: frag=0xcb03bf00
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 14:14:21 inferno /netbsd: uhci_remove_ls_ctrl: sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_find_prev_qh: pqh=0xcb038f80  
 sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_device_ctrl_done: length=2
 Jul  1 14:14:21 inferno /netbsd: usbd_start_next: pipe=0xc16cca00,  
 xfer=0x0
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670 done
 Jul  1 14:14:21 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=6, pipe=0xc16cca00, running=0
 Jul  1 14:14:21 inferno /netbsd: usbd_dump_queue: pipe=0xc16cca00
 Jul  1 14:14:21 inferno /netbsd: usb_allocmem: use frag=0xcb03bf00  
 size=28
 Jul  1 14:14:21 inferno /netbsd: usb_insert_transfer: pipe=0xc16cca00  
 running=0 timeout=5000
 Jul  1 14:14:21 inferno /netbsd: uhci_device_control type=0x80,  
 request=0x06, wValue=0x0302, wIndex=0x0409 len=28, addr=2, endpt=0
 Jul  1 14:14:21 inferno /netbsd: uhci_alloc_std_chain: addr=2 endpt=0  
 len=28 speed=1 flags=0x6
 Jul  1 14:14:21 inferno /netbsd: uhci_alloc_std_chain: maxp=8 ntd=4
 Jul  1 14:14:21 inferno /netbsd: uhci_alloc_std_chain: nexttog=1
 Jul  1 14:14:21 inferno /netbsd: uhci_device_request: before transfer
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bf24 status=0x1c800000 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bf24<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af20) at 0180bf20 =  
 link=0x0180bf44 status=0x3c8003ff token=0x00e80269 buffer=0x0180cf00
 Jul  1 14:14:21 inferno /netbsd: 180bf44<VF>  
 3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0  
 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af40) at 0180bf40 =  
 link=0x0180bf64 status=0x3c8003ff token=0x00e00269 buffer=0x0180cf08
 Jul  1 14:14:21 inferno /netbsd: 180bf64<VF>  
 3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0  
 pid=69,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af60) at 0180bf60 =  
 link=0x0180bf84 status=0x3c8003ff token=0x00e80269 buffer=0x0180cf10
 Jul  1 14:14:21 inferno /netbsd: 180bf84<VF>  
 3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0  
 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af80) at 0180bf80 =  
 link=0x0180bfa4 status=0x3c8003ff token=0x00600269 buffer=0x0180cf18
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0  
 pid=69,addr=2,endpt=0,D=0,maxlen=4
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci_add_ls_ctrl: sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_enter_ctl_q: follow from [0]
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb037fc0) at 01808fc0 =  
 link=0x01809f62 status=0x02000000 token=0x00000000 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1809f62<Q>  
 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f80) at 01809f80:  
 hlink=0180af62 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038fc0) at 01809fc0:  
 hlink=01809fe2 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038fe0) at 01809fe0:  
 hlink=00000001 elink=01808fe0
 Jul  1 14:14:21 inferno /netbsd: Enqueued QH:
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bf24 status=0x1c000007 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bf24<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af20) at 0180bf20 =  
 link=0x0180bf44 status=0x3c8807ff token=0x00e80269 buffer=0x0180cf00
 Jul  1 14:14:21 inferno /netbsd: 180bf44<VF>  
 3c8807ff<NAK,ACTIVE,LS,SPD>,errcnt=3,actlen=0  
 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af40) at 0180bf40 =  
 link=0x0180bf64 status=0x3c8003ff token=0x00e00269 buffer=0x0180cf08
 Jul  1 14:14:21 inferno /netbsd: 180bf64<VF>  
 3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0  
 pid=69,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af60) at 0180bf60 =  
 link=0x0180bf84 status=0x3c8003ff token=0x00e80269 buffer=0x0180cf10
 Jul  1 14:14:21 inferno /netbsd: 180bf84<VF>  
 3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0  
 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af80) at 0180bf80 =  
 link=0x0180bfa4 status=0x3c8003ff token=0x00600269 buffer=0x0180cf18
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0  
 pid=69,addr=2,endpt=0,D=0,maxlen=4
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci1: uhci_intr1
 Jul  1 14:14:21 inferno /netbsd: uhci1 regs: cmd=0081, sts=0000,  
 intr=000f, frnum=00df, flbase=0184d000, sof=0040, portsc1=0480,  
 portsc2=0480
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_intr1
 Jul  1 14:14:21 inferno /netbsd: uhci0 regs: cmd=0081, sts=0001,  
 intr=000f, frnum=030d, flbase=01807000, sof=0040, portsc1=05a5,  
 portsc2=0580
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_intr: exit
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_softintr (0)
 Jul  1 14:14:21 inferno /netbsd: uhci_check_intr: ii=0xc15cc670
 Jul  1 14:14:21 inferno /netbsd: uhci_check_intr: ii=0xc15cc670 done
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670,  
 xfer=0xc15cc600, pipe=0xc16cca00 ready
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bf24 status=0x1c000007 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bf24<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af20) at 0180bf20 =  
 link=0x0180bf44 status=0x1c000007 token=0x00e80269 buffer=0x0180cf00
 Jul  1 14:14:21 inferno /netbsd: 180bf44<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af40) at 0180bf40 =  
 link=0x0180bf64 status=0x1c000007 token=0x00e00269 buffer=0x0180cf08
 Jul  1 14:14:21 inferno /netbsd: 180bf64<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af60) at 0180bf60 =  
 link=0x0180bf84 status=0x1c000007 token=0x00e80269 buffer=0x0180cf10
 Jul  1 14:14:21 inferno /netbsd: 180bf84<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af80) at 0180bf80 =  
 link=0x0180bfa4 status=0x1c000003 token=0x00600269 buffer=0x0180cf18
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c000003<LS>,errcnt=3,actlen=4 pid=69,addr=2,endpt=0,D=0,maxlen=4
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d0007ff token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: actlen=28, status=0x0
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc16cca00 xfer=0xc15cc600 status=0 actlen=28
 Jul  1 14:14:21 inferno /netbsd: usb_freemem: frag=0xcb03bf00
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 14:14:21 inferno /netbsd: uhci_remove_ls_ctrl: sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_find_prev_qh: pqh=0xcb038f80  
 sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_device_ctrl_done: length=28
 Jul  1 14:14:21 inferno /netbsd: usbd_start_next: pipe=0xc16cca00,  
 xfer=0x0
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670 done
 Jul  1 14:14:21 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd:
 Jul  1 14:14:21 inferno /netbsd: uhidev0: Logitech USB Trackball, rev  
 1.10/14.00, addr 2, iclass 3/1
 Jul  1 14:14:21 inferno /netbsd: usbd_set_idle: 0 0
 Jul  1 14:14:21 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc16cca00, running=0
 Jul  1 14:14:21 inferno /netbsd: usbd_dump_queue: pipe=0xc16cca00
 Jul  1 14:14:21 inferno /netbsd: usb_insert_transfer: pipe=0xc16cca00  
 running=0 timeout=5000
 Jul  1 14:14:21 inferno /netbsd: uhci_device_control type=0x21,  
 request=0x0a, wValue=0x0000, wIndex=0x0000 len=0, addr=2, endpt=0
 Jul  1 14:14:21 inferno /netbsd: uhci_device_request: before transfer
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c800000 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe80269 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=69,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci_add_ls_ctrl: sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_enter_ctl_q: follow from [0]
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb037fc0) at 01808fc0 =  
 link=0x01809f62 status=0x02000000 token=0x00000000 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1809f62<Q>  
 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f80) at 01809f80:  
 hlink=0180af62 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038fc0) at 01809fc0:  
 hlink=01809fe2 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038fe0) at 01809fe0:  
 hlink=00000001 elink=01808fe0
 Jul  1 14:14:21 inferno /netbsd: Enqueued QH:
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c000007 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d8807ff token=0xffe80269 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d8807ff<NAK,ACTIVE,IOC,LS>,errcnt=3,actlen=0  
 pid=69,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci1: uhci_intr1
 Jul  1 14:14:21 inferno /netbsd: uhci1 regs: cmd=0081, sts=0000,  
 intr=000f, frnum=00e8, flbase=0184d000, sof=0040, portsc1=0480,  
 portsc2=0480
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_intr1
 Jul  1 14:14:21 inferno /netbsd: uhci0 regs: cmd=0081, sts=0001,  
 intr=000f, frnum=0316, flbase=01807000, sof=0040, portsc1=05a5,  
 portsc2=0580
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_intr: exit
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_softintr (0)
 Jul  1 14:14:21 inferno /netbsd: uhci_check_intr: ii=0xc15cc670
 Jul  1 14:14:21 inferno /netbsd: uhci_check_intr: ii=0xc15cc670 done
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670,  
 xfer=0xc15cc600, pipe=0xc16cca00 ready
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180bfa4 status=0x1c000007 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d0007ff token=0xffe80269 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: actlen=0, status=0x0
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc16cca00 xfer=0xc15cc600 status=0 actlen=0
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 14:14:21 inferno /netbsd: uhci_remove_ls_ctrl: sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_find_prev_qh: pqh=0xcb038f80  
 sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_device_ctrl_done: length=0
 Jul  1 14:14:21 inferno /netbsd: usbd_start_next: pipe=0xc16cca00,  
 xfer=0x0
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670 done
 Jul  1 14:14:21 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd: usbd_alloc_xfer() = 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd: usbd_transfer: xfer=0xc15cc600,  
 flags=2, pipe=0xc16cca00, running=0
 Jul  1 14:14:21 inferno /netbsd: usbd_dump_queue: pipe=0xc16cca00
 Jul  1 14:14:21 inferno /netbsd: usb_allocmem: large alloc 66
 Jul  1 14:14:21 inferno /netbsd: usb_block_allocmem: size=4096 align=0
 Jul  1 14:14:21 inferno /netbsd: usb_insert_transfer: pipe=0xc16cca00  
 running=0 timeout=5000
 Jul  1 14:14:21 inferno /netbsd: uhci_device_control type=0x81,  
 request=0x06, wValue=0x2200, wIndex=0x0000 len=66, addr=2, endpt=0
 Jul  1 14:14:21 inferno /netbsd: uhci_alloc_std_chain: addr=2 endpt=0  
 len=66 speed=1 flags=0x2
 Jul  1 14:14:21 inferno /netbsd: uhci_alloc_std_chain: maxp=8 ntd=9
 Jul  1 14:14:21 inferno /netbsd: uhci_alloc_std_chain: nexttog=0
 Jul  1 14:14:21 inferno /netbsd: uhci_device_request: before transfer
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180be84 status=0x1c800000 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180be84<VF>  
 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03ae80) at 0180be80 =  
 link=0x0180bea4 status=0x1c8003ff token=0x00e80269 buffer=0x0187c000
 Jul  1 14:14:21 inferno /netbsd: 180bea4<VF>  
 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03aea0) at 0180bea0 =  
 link=0x0180bec4 status=0x1c8003ff token=0x00e00269 buffer=0x0187c008
 Jul  1 14:14:21 inferno /netbsd: 180bec4<VF>  
 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03aec0) at 0180bec0 =  
 link=0x0180bee4 status=0x1c8003ff token=0x00e80269 buffer=0x0187c010
 Jul  1 14:14:21 inferno /netbsd: 180bee4<VF>  
 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03aee0) at 0180bee0 =  
 link=0x0180bf04 status=0x1c8003ff token=0x00e00269 buffer=0x0187c018
 Jul  1 14:14:21 inferno /netbsd: 180bf04<VF>  
 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af00) at 0180bf00 =  
 link=0x0180bf24 status=0x1c8003ff token=0x00e80269 buffer=0x0187c020
 Jul  1 14:14:21 inferno /netbsd: 180bf24<VF>  
 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af20) at 0180bf20 =  
 link=0x0180bf44 status=0x1c8003ff token=0x00e00269 buffer=0x0187c028
 Jul  1 14:14:21 inferno /netbsd: 180bf44<VF>  
 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af40) at 0180bf40 =  
 link=0x0180bf64 status=0x1c8003ff token=0x00e80269 buffer=0x0187c030
 Jul  1 14:14:21 inferno /netbsd: 180bf64<VF>  
 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af60) at 0180bf60 =  
 link=0x0180bf84 status=0x1c8003ff token=0x00e00269 buffer=0x0187c038
 Jul  1 14:14:21 inferno /netbsd: 180bf84<VF>  
 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af80) at 0180bf80 =  
 link=0x0180bfa4 status=0x1c8003ff token=0x00280269 buffer=0x0187c040
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=2
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci_add_ls_ctrl: sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_enter_ctl_q: follow from [0]
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb037fc0) at 01808fc0 =  
 link=0x01809f62 status=0x02000000 token=0x00000000 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1809f62<Q>  
 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f60) at 01809f60:  
 hlink=01809f82 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038f80) at 01809f80:  
 hlink=0180af62 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180bfc0
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038fc0) at 01809fc0:  
 hlink=01809fe2 elink=00000001
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb038fe0) at 01809fe0:  
 hlink=00000001 elink=01808fe0
 Jul  1 14:14:21 inferno /netbsd: Enqueued QH:
 Jul  1 14:14:21 inferno /netbsd: QH(0xcb039f60) at 0180af60:  
 hlink=01809fa2 elink=0180be84
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180be84 status=0x1c000007 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180be84<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03ae80) at 0180be80 =  
 link=0x0180bea4 status=0x1c8807ff token=0x00e80269 buffer=0x0187c000
 Jul  1 14:14:21 inferno /netbsd: 180bea4<VF>  
 1c8807ff<NAK,ACTIVE,LS>,errcnt=3,actlen=0  
 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03aea0) at 0180bea0 =  
 link=0x0180bec4 status=0x1c8003ff token=0x00e00269 buffer=0x0187c008
 Jul  1 14:14:21 inferno /netbsd: 180bec4<VF>  
 1c8807ff<NAK,ACTIVE,LS>,errcnt=3,actlen=0  
 pid=69,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03aec0) at 0180bec0 =  
 link=0x0180bee4 status=0x1c8003ff token=0x00e80269 buffer=0x0187c010
 Jul  1 14:14:21 inferno /netbsd: 180bee4<VF>  
 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03aee0) at 0180bee0 =  
 link=0x0180bf04 status=0x1c8003ff token=0x00e00269 buffer=0x0187c018
 Jul  1 14:14:21 inferno /netbsd: 180bf04<VF>  
 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af00) at 0180bf00 =  
 link=0x0180bf24 status=0x1c8003ff token=0x00e80269 buffer=0x0187c020
 Jul  1 14:14:21 inferno /netbsd: 180bf24<VF>  
 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af20) at 0180bf20 =  
 link=0x0180bf44 status=0x1c8003ff token=0x00e00269 buffer=0x0187c028
 Jul  1 14:14:21 inferno /netbsd: 180bf44<VF>  
 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af40) at 0180bf40 =  
 link=0x0180bf64 status=0x1c8003ff token=0x00e80269 buffer=0x0187c030
 Jul  1 14:14:21 inferno /netbsd: 180bf64<VF>  
 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af60) at 0180bf60 =  
 link=0x0180bf84 status=0x1c8003ff token=0x00e00269 buffer=0x0187c038
 Jul  1 14:14:21 inferno /netbsd: 180bf84<VF>  
 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af80) at 0180bf80 =  
 link=0x0180bfa4 status=0x1c8003ff token=0x00280269 buffer=0x0187c040
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=2
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d800000 token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1  
 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci1: uhci_intr1
 Jul  1 14:14:21 inferno /netbsd: uhci1 regs: cmd=0081, sts=0000,  
 intr=000f, frnum=00fa, flbase=0184d000, sof=0040, portsc1=0480,  
 portsc2=0480
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_intr1
 Jul  1 14:14:21 inferno /netbsd: uhci0 regs: cmd=0081, sts=0001,  
 intr=000f, frnum=0327, flbase=01807000, sof=0040, portsc1=05a5,  
 portsc2=0580
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_intr: exit
 Jul  1 14:14:21 inferno /netbsd: uhci0: uhci_softintr (0)
 Jul  1 14:14:21 inferno /netbsd: uhci_check_intr: ii=0xc15cc670
 Jul  1 14:14:21 inferno /netbsd: uhci_check_intr: ii=0xc15cc670 done
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670,  
 xfer=0xc15cc600, pipe=0xc16cca00 ready
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afc0) at 0180bfc0 =  
 link=0x0180be84 status=0x1c000007 token=0x00e0022d buffer=0x0180cf40
 Jul  1 14:14:21 inferno /netbsd: 180be84<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03ae80) at 0180be80 =  
 link=0x0180bea4 status=0x1c000007 token=0x00e80269 buffer=0x0187c000
 Jul  1 14:14:21 inferno /netbsd: 180bea4<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03aea0) at 0180bea0 =  
 link=0x0180bec4 status=0x1c000007 token=0x00e00269 buffer=0x0187c008
 Jul  1 14:14:21 inferno /netbsd: 180bec4<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03aec0) at 0180bec0 =  
 link=0x0180bee4 status=0x1c000007 token=0x00e80269 buffer=0x0187c010
 Jul  1 14:14:21 inferno /netbsd: 180bee4<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03aee0) at 0180bee0 =  
 link=0x0180bf04 status=0x1c000007 token=0x00e00269 buffer=0x0187c018
 Jul  1 14:14:21 inferno /netbsd: 180bf04<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af00) at 0180bf00 =  
 link=0x0180bf24 status=0x1c000007 token=0x00e80269 buffer=0x0187c020
 Jul  1 14:14:21 inferno /netbsd: 180bf24<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af20) at 0180bf20 =  
 link=0x0180bf44 status=0x1c000007 token=0x00e00269 buffer=0x0187c028
 Jul  1 14:14:21 inferno /netbsd: 180bf44<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af40) at 0180bf40 =  
 link=0x0180bf64 status=0x1c000007 token=0x00e80269 buffer=0x0187c030
 Jul  1 14:14:21 inferno /netbsd: 180bf64<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af60) at 0180bf60 =  
 link=0x0180bf84 status=0x1c000007 token=0x00e00269 buffer=0x0187c038
 Jul  1 14:14:21 inferno /netbsd: 180bf84<VF>  
 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03af80) at 0180bf80 =  
 link=0x0180bfa4 status=0x1c000001 token=0x00280269 buffer=0x0187c040
 Jul  1 14:14:21 inferno /netbsd: 180bfa4<VF>  
 1c000001<LS>,errcnt=3,actlen=2 pid=69,addr=2,endpt=0,D=1,maxlen=2
 Jul  1 14:14:21 inferno /netbsd: TD(0xcb03afa0) at 0180bfa0 =  
 link=0x00000001 status=0x1d0007ff token=0xffe802e1 buffer=0x00000000
 Jul  1 14:14:21 inferno /netbsd: 1<T>  
 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: actlen=66, status=0x0
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete:  
 pipe=0xc16cca00 xfer=0xc15cc600 status=0 actlen=66
 Jul  1 14:14:21 inferno /netbsd: usb_freemem: large free
 Jul  1 14:14:21 inferno /netbsd: usb_transfer_complete: repeat=0 new  
 head=0x0
 Jul  1 14:14:21 inferno /netbsd: uhci_remove_ls_ctrl: sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_find_prev_qh: pqh=0xcb038f80  
 sqh=0xcb039f60
 Jul  1 14:14:21 inferno /netbsd: uhci_device_ctrl_done: length=66
 Jul  1 14:14:21 inferno /netbsd: usbd_start_next: pipe=0xc16cca00,  
 xfer=0x0
 Jul  1 14:14:21 inferno /netbsd: uhci_idone: ii=0xc15cc670 done
 Jul  1 14:14:21 inferno /netbsd: usbd_free_xfer: 0xc15cc600
 Jul  1 14:14:21 inferno /netbsd: ums0 at uhidev0: 5 buttons
 Jul  1 14:14:21 inferno /netbsd: wsmouse0 at ums0 mux 0
 Jul  1 14:14:21 inferno /netbsd: uhci_poll_hub

 -- 
 Julio M. Merino Vidal <jmmv84@gmail.com>


State-Changed-From-To: open->feedback
State-Changed-By: skrll@NetBSD.org
State-Changed-When: Sun, 08 Sep 2013 06:17:59 +0000
State-Changed-Why:
uhci was changed recently. can you check -current, please?


From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
To: gnats-bugs@NetBSD.org
Cc: skrll@NetBSD.org, tsutsui@ceres.dti.ne.jp
Subject: Re: kern/11018 (VIA VT83C572 UHCI USB controller does not work)
Date: Wed, 25 Sep 2013 21:35:05 +0900

 > uhci was changed recently. can you check -current, please?

 Still has some problems, on Apus2000/200 + VT83C572 PCI card:
 ---

 Open Firmware, 2.0
 To continue booting the MacOS type:
 BYE<return>
 To continue booting from the default boot device type:
 BOOT<return>
  ok
 0 > boot netbsd.uhci -s
 OF_open bootpath=ata/ATA-Disk@0
 read stage 2 blocks: 0123. done!
 starting stage 2...

 >> NetBSD/macppc OpenFirmware Boot, Revision 1.12
 Cannot use bootpath
 Using boot-device instead
 no active packageno active package8355744+172780 [377312+370015]=0x8d8f70
  start=0x100000
 mem region 0 start=0 size=4000000
 avail region 0 start=4800 size=800
 avail region 1 start=16000 size=3eea000
 Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
     2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
     The NetBSD Foundation, Inc.  All rights reserved.
 Copyright (c) 1982, 1986, 1989, 1991, 1993
     The Regents of the University of California.  All rights reserved.

 NetBSD 6.99.23 (GENERIC_UHCI) #2: Wed Sep 25 21:26:16 JST 2013
 	tsutsui@mirage:/usr/src/sys/arch/macppc/compile/GENERIC_UHCI
 total memory = 65536 KB
 avail memory = 53460 KB
 found ohare PIC at f3000000
 bootpath: ata/ATA-Disk@0/netbsd.uhci
 mainbus0 (root)
 cpu0 at mainbus0: 603ev (Revision 2.1), ID 0 (primary)
 cpu0: HID0 0x90c001<DOZE,DPM,ICE,DCE,NOPTI>, powersave: 1
 cpu0: ohare L2 cache enabled
 memory0 at mainbus0
 bandit0 at mainbus0
 pci0 at bandit0 bus 0
 pchb0 at pci0 dev 11 function 0
 pchb0: Apple Computer Bandit Host-PCI Bridge (rev. 0x02)
 ex0 at pci0 dev 13 function 0: 3Com 3c905B-TX 10/100 Ethernet (rev. 0x30)
 ex0: interrupting at irq 23
 ex0: MAC address 00:50:04:65:51:1a
 exphy0 at ex0 phy 24: 3Com internal media interface
 exphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
 uhci0 at pci0 dev 14 function 0: VIA Technologies VT83C572 USB Controller (rev. 0x04)
 uhci0: interrupting at irq 25
 usb0 at uhci0: USB revision 1.0
 obio0 at pci0 dev 16 function 0: addr 0xf3000000
 mesh0 at obio0 offset 0x10000 irq 12: 50MHz, SCSI ID 7
 scsibus0 at mesh0: 8 targets, 8 luns per target
 mesh0: couldn't establish power handler
 zsc0 at obio0 irq 15,16
 zstty0 at zsc0 channel 0 (console i/o)
 zstty1 at zsc0 channel 1
 awacs at obio0 offset 0x14000 not configured
 swim3 at obio0 offset 0x15000 not configured
 nvram0 at obio0 offset 0x60000
 cuda0 at obio0 offset 0x16000 irq 18
 nadb0 at cuda0: Apple Desktop Bus
 iic0 at cuda0: I2C bus
 wdc0 at obio0 offset 0x20000 irq property not found; using 13: DMA transfer
 atabus0 at wdc0 channel 0
 vmmask 5f000000 schedmask 7f000000 highmask 7f000000
 scsibus0: waiting 2 seconds for devices to settle...
 uhub0 at usb0: VIA Technologies UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 adbkbd0 at nadb0 addr 2: extended keyboard
 wskbd0 at adbkbd0 mux 1
 wsmouse0 at adbkbd0 mux 0
 adbms0 at nadb0 addr 3: 1-button, 100 dpi mouse
 wsmouse1 at adbms0 mux 0
 uhub0: device problem, disabling port 2
 cd0 at scsibus0 target 3 lun 0: <MATSHITA, CD-ROM CR-506, 8S05> cdrom removable
 wd0 at atabus0 drive 0
 wd0: <ST320011A>
 wd0: 19092 MB, 38792 cyl, 16 head, 63 sec, 512 bytes/sect x 39102336 sectors
 swwdog0: software watchdog initialized
 boot device: wd0
 root on wd0a dumps on wd0b
 root file system type: ffs
 Enter pathname of shell or RETURN for /bin/sh: 
 Terminal type? [unknown] xterm
 Terminal type is xterm.
 We recommend creating a non-root account and using su(1) for root access.
 # 

 ---
 Note a USB keyboard is connected to the port 2.
 (BTW macppc GENERIC doesn't have uhci)

 ---
 Izumi Tsutsui

From: Nick Hudson <skrll@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>, kern-bug-people@netbsd.org, 
 gnats-admin@netbsd.org, netbsd-bugs@netbsd.org
Subject: Re: kern/11018 (VIA VT83C572 UHCI USB controller does not work)
Date: Wed, 25 Sep 2013 14:08:44 +0100

 On 09/25/13 13:40, Izumi Tsutsui wrote:
 > The following reply was made to PR kern/11018; it has been noted by GNATS.
 >
 > From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
 > To: gnats-bugs@NetBSD.org
 > Cc: skrll@NetBSD.org, tsutsui@ceres.dti.ne.jp
 > Subject: Re: kern/11018 (VIA VT83C572 UHCI USB controller does not work)
 > Date: Wed, 25 Sep 2013 21:35:05 +0900
 >
 >   > uhci was changed recently. can you check -current, please?
 >   
 >   Still has some problems, on Apus2000/200 + VT83C572 PCI card:
 Thanks for testing.

 uhubdebug and uhcidebug set to 11 output will help

 Thanks,
 Nick

From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
To: skrll@netbsd.org
Cc: gnats-bugs@NetBSD.org, tsutsui@ceres.dti.ne.jp
Subject: Re: kern/11018 (VIA VT83C572 UHCI USB controller does not work)
Date: Sun, 29 Sep 2013 02:30:04 +0900

 > uhubdebug and uhcidebug set to 11 output will help

 Here it is:
 ---
 mem region 0 start=0 size=4000000
 avail region 0 start=4800 size=800
 avail region 1 start=16000 size=3eea000
 Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
     2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
     The NetBSD Foundation, Inc.  All rights reserved.
 Copyright (c) 1982, 1986, 1989, 1991, 1993
     The Regents of the University of California.  All rights reserved.

 NetBSD 6.99.23 (GENERIC_UHCI) #3: Sun Sep 29 02:16:38 JST 2013
 	tsutsui@mirage:/usr/src/sys/arch/macppc/compile/GENERIC_UHCI
 total memory = 65536 KB
 avail memory = 53444 KB
 found ohare PIC at f3000000
 bootpath: ata/ATA-Disk@0/netbsd.uhcidebug
 mainbus0 (root)
 cpu0 at mainbus0: 603ev (Revision 2.1), ID 0 (primary)
 cpu0: HID0 0x90c001<DOZE,DPM,ICE,DCE,NOPTI>, powersave: 1
 cpu0: ohare L2 cache enabled
 memory0 at mainbus0
 bandit0 at mainbus0
 pci0 at bandit0 bus 0
 pchb0 at pci0 dev 11 function 0
 pchb0: Apple Computer Bandit Host-PCI Bridge (rev. 0x02)
 ex0 at pci0 dev 13 function 0: 3Com 3c905B-TX 10/100 Ethernet (rev. 0x30)
 ex0: interrupting at irq 23
 ex0: MAC address 00:50:04:65:51:1a
 exphy0 at ex0 phy 24: 3Com internal media interface
 exphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
 uhci0 at pci0 dev 14 function 0: VIA Technologies VT83C572 USB Controller (rev. 0x04)
 uhci0: interrupting at irq 25
 uhci_init: start
 uhci0 regs: cmd=0000, sts=0020, intr=0000, frnum=0000, flbase=00000000, sof=0040, portsc1=01a3, portsc2=0080
 uhci_alloc_std: allocating chunk
 uhci_alloc_sqh: allocating chunk
 uhci_alloc_sqh: allocating chunk
 uhci_alloc_std: allocating chunk
 uhci_init: enabling
 uhci_run: setting run=1
 uhci_run: done cmd=0x81 sts=0x0
 usb0 at uhci0: USB revision 1.0
 obio0 at pci0 dev 16 function 0: addr 0xf3000000
 mesh0 at obio0 offset 0x10000 irq 12: 50MHz, SCSI ID 7
 scsibus0 at mesh0: 8 targets, 8 luns per target
 mesh0: couldn't establish power handler
 zsc0 at obio0 irq 15,16
 zstty0 at zsc0 channel 0 (console i/o)
 zstty1 at zsc0 channel 1
 awacs at obio0 offset 0x14000 not configured
 swim3 at obio0 offset 0x15000 not configured
 nvram0 at obio0 offset 0x60000
 cuda0 at obio0 offset 0x16000 irq 18
 nadb0 at cuda0: Apple Desktop Bus
 iic0 at cuda0: I2C bus
 wdc0 at obio0 offset 0x20000 irq property not found; using 13: DMA transfer
 atabus0 at wdc0 channel 0
 vmmask 5f000000 schedmask 7f000000 highmask 7f000000
 scsibus0: waiting 2 seconds for devices to settle...
 uhci_open: pipe=0x3ecdc08, addr=0, endpt=0 (0)
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0100
 uhci_root_ctrl_control type=0x00 request=05
 uhci_root_ctrl_close
 uhci_open: pipe=0x3ecdc08, addr=1, endpt=0 (1)
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0100
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0300
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0300
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0301
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0301
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0302
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0302
 uhub_match, uaa=0xbbee48
 uhub0 at usb0uhub_attach
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0301
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0301
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0302
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0302
 : VIA Technologies UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0200
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0200
 uhci_root_ctrl_control type=0x00 request=09
 uhub_attach: getting hub descriptor
 uhci_root_ctrl_control type=0xa0 request=06
 uhci_open: pipe=0x3ecdb88, addr=1, endpt=129 (1)
 uhci_root_intr_start: xfer=0x3df7ea0 len=1 flags=132
 uhub_intr: sc=0x3e9f0c8
 uhci_root_ctrl_control type=0x23 request=03
 usb_init_port: turn on port 1 power
 uhci_root_ctrl_control type=0x23 request=03
 usb_init_port: turn on port 2 power
 uhub_intr: sc=0x3e9f0c8
 adbkbd0 at nadb0 addr 2: extended keyboard
 wskbd0 at adbkbd0 mux 1
 wsmouse0 at adbkbd0 mux 0
 adbms0 at nadb0 addr 3: 1-button, 100 dpi mouse
 wsmouse1 at adbms0 mux 0
 uhub_intr: sc=0x3e9f0c8
 uhub_explore dev=0x3ecdc88 addr=1
 uhci_root_ctrl_control type=0xa0 request=00
 uhci_root_ctrl_control type=0xa3 request=00
 uhub_explore: C_PORT_ENABLED
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=1 feature=17
 uhub_explore: status change hub=1 port=1
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=1 feature=16
 uhub_intr: sc=0x3e9f0c8
 uhci_root_ctrl_control type=0x23 request=03
 uhub_intr: sc=0x3e9f0c8
 uhci port 1 reset, status0 = 0x038a
 uhci port 1 reset, status1 = 0x01ab
 uhci port 1 iteration 9, status = 0x01af
 uhub_intr: sc=0x3e9f0c8
 uhci port 1 iteration 8, status = 0x01a5
 uhci port 1 reset, status2 = 0x01a5
 uhci_root_ctrl_control type=0xa3 request=00
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=1 feature=20
 uhub_intr: sc=0x3e9f0c8
 uhci_root_ctrl_control type=0xa3 request=00
 uhci_open: pipe=0x3ecd788, addr=0, endpt=0 (1)
 uhci_device_control type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000 len=64, addr=0, endpt=0
 uhci_alloc_std_chain: addr=0 endpt=0 len=64 speed=1 flags=0x6
 uhci_alloc_std_chain: maxp=8 ntd=8
 uhci_alloc_std_chain: nexttog=1
 uhci_device_request: before transfer
 TD(0xba67a0) at 00ba67a0 = link=0x00ba65f0 status=0x1c800000 token=0x00e0002d buffer=0x00bdbf80
   0xba65f0> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba65f0) at 00ba65f0 = link=0x00ba6624 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf40
   0xba6624<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6620) at 00ba6620 = link=0x00ba6654 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf48
   0xba6654<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6650) at 00ba6650 = link=0x00ba6684 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf50
   0xba6684<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6680) at 00ba6680 = link=0x00ba66b4 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf58
   0xba66b4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba66b0) at 00ba66b0 = link=0x00ba66e4 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf60
   0xba66e4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba66e0) at 00ba66e0 = link=0x00ba6714 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf68
   0xba6714<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6710) at 00ba6710 = link=0x00ba6744 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf70
   0xba6744<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf78
   0xba6770> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba4710
 uhci0: uhci_softintr
 uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd788 ready
 TD(0xba67a0) at 00ba67a0 = link=0x00ba65f0 status=0x1c000007 token=0x00e0002d buffer=0x00bdbf80
   0xba65f0> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba65f0) at 00ba65f0 = link=0x00ba6624 status=0x1c000007 token=0x00e80069 buffer=0x00bdbf40
   0xba6624<VF> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6620) at 00ba6620 = link=0x00ba6654 status=0x1c000007 token=0x00e00069 buffer=0x00bdbf48
   0xba6654<VF> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6650) at 00ba6650 = link=0x00ba6684 status=0x1c4007ff token=0x00e80069 buffer=0x00bdbf50
   0xba6684<VF> 0x1c4007ff<STALLED,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6680) at 00ba6680 = link=0x00ba66b4 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf58
   0xba66b4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba66b0) at 00ba66b0 = link=0x00ba66e4 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf60
   0xba66e4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba66e0) at 00ba66e0 = link=0x00ba6714 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf68
   0xba6714<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6710) at 00ba6710 = link=0x00ba6744 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf70
   0xba6744<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf78
   0xba6770> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=16, status=0x400000
 uhci_idone: error, addr=0, endpt=0x00, status 0x0x400000<STALLED>
 uhci_remove_ls_ctrl: sqh=0xba4710
 uhci_device_ctrl_done: length=16
 uhci0: uhci_softintr
 uhci_device_control type=0x82, request=0x00, wValue=0x0000, wIndex=0x0000 len=2, addr=0, endpt=0
 uhci_alloc_std_chain: addr=0 endpt=0 len=2 speed=1 flags=0x2
 uhci_alloc_std_chain: maxp=8 ntd=1
 uhci_alloc_std_chain: nexttog=0
 uhci_device_request: before transfer
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6740 status=0x1c800000 token=0x00e0002d buffer=0x00bdbf80
   0xba6740> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x1c8003ff token=0x00280069 buffer=0x00bdbf40
   0xba6770> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=2
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba4710
 uhci0: uhci_softintr
 uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd788 ready
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6740 status=0x1c000007 token=0x00e0002d buffer=0x00bdbf80
   0xba6740> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x1c8003ff token=0x00280069 buffer=0x00bdbf40
   0xba6770> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=2
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d0007ff token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=0, status=0x0
 uhci_remove_ls_ctrl: sqh=0xba4710
 uhci_device_ctrl_done: length=0
 uhub_intr: sc=0x3e9f0c8
 uhci_device_control type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000 len=64, addr=0, endpt=0
 uhci_alloc_std_chain: addr=0 endpt=0 len=64 speed=1 flags=0x6
 uhci_alloc_std_chain: maxp=8 ntd=8
 uhci_alloc_std_chain: nexttog=1
 uhci_device_request: before transfer
 TD(0xba67a0) at 00ba67a0 = link=0x00ba65f0 status=0x1c800000 token=0x00e0002d buffer=0x00bdbf80
   0xba65f0> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba65f0) at 00ba65f0 = link=0x00ba6624 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf40
   0xba6624<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6620) at 00ba6620 = link=0x00ba6654 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf48
   0xba6654<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6650) at 00ba6650 = link=0x00ba6684 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf50
   0xba6684<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6680) at 00ba6680 = link=0x00ba66b4 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf58
   0xba66b4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba66b0) at 00ba66b0 = link=0x00ba66e4 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf60
   0xba66e4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba66e0) at 00ba66e0 = link=0x00ba6714 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf68
   0xba6714<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6710) at 00ba6710 = link=0x00ba6744 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf70
   0xba6744<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf78
   0xba6770> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba4710
 uhci0: uhci_softintr
 uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd788 ready
 TD(0xba67a0) at 00ba67a0 = link=0x00ba65f0 status=0x1c000007 token=0x00e0002d buffer=0x00bdbf80
   0xba65f0> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba65f0) at 00ba65f0 = link=0x00ba6624 status=0x1c000007 token=0x00e80069 buffer=0x00bdbf40
   0xba6624<VF> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6620) at 00ba6620 = link=0x00ba6654 status=0x1c000007 token=0x00e00069 buffer=0x00bdbf48
   0xba6654<VF> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6650) at 00ba6650 = link=0x00ba6684 status=0x1c4007ff token=0x00e80069 buffer=0x00bdbf50
   0xba6684<VF> 0x1c4007ff<STALLED,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6680) at 00ba6680 = link=0x00ba66b4 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf58
   0xba66b4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba66b0) at 00ba66b0 = link=0x00ba66e4 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf60
   0xba66e4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba66e0) at 00ba66e0 = link=0x00ba6714 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf68
   0xba6714<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6710) at 00ba6710 = link=0x00ba6744 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf70
   0xba6744<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf78
   0xba6770> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=16, status=0x400000
 uhci_idone: error, addr=0, endpt=0x00, status 0x0x400000<STALLED>
 uhci_remove_ls_ctrl: sqh=0xba4710
 uhci_device_ctrl_done: length=16
 uhci0: uhci_softintr
 uhci_device_control type=0x82, request=0x00, wValue=0x0000, wIndex=0x0000 len=2, addr=0, endpt=0
 uhci_alloc_std_chain: addr=0 endpt=0 len=2 speed=1 flags=0x2
 uhci_alloc_std_chain: maxp=8 ntd=1
 uhci_alloc_std_chain: nexttog=0
 uhci_device_request: before transfer
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6740 status=0x1c800000 token=0x00e0002d buffer=0x00bdbf80
   0xba6740> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x1c8003ff token=0x00280069 buffer=0x00bdbf40
   0xba6770> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=2
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba4710
 cd0 at scsibus0uhci0: uhci_softintr
 uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd788 ready
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6740 status=0x1c000007 token=0x00e0002d buffer=0x00bdbf80
   0xba6740> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x1c8003ff token=0x00280069 buffer=0x00bdbf40
   0xba6770> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=2
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d0007ff token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=0, status=0x0
 uhci_remove_ls_ctrl: sqh=0xba4710
 uhci_device_ctrl_done: length=0
  target 3 lun 0: <MATSHITA, CD-ROM CR-506, 8S05> cdrom removable
 uhub_intr: sc=0x3e9f0c8
 uhci_device_control type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000 len=64, addr=0, endpt=0
 uhci_alloc_std_chain: addr=0 endpt=0 len=64 speed=1 flags=0x6
 uhci_alloc_std_chain: maxp=8 ntd=8
 uhci_alloc_std_chain: nexttog=1
 uhci_device_request: before transfer
 TD(0xba67a0) at 00ba67a0 = link=0x00ba65f0 status=0x1c800000 token=0x00e0002d buffer=0x00bdbf80
   0xba65f0> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba65f0) at 00ba65f0 = link=0x00ba6624 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf40
   0xba6624<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6620) at 00ba6620 = link=0x00ba6654 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf48
   0xba6654<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6650) at 00ba6650 = link=0x00ba6684 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf50
   0xba6684<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6680) at 00ba6680 = link=0x00ba66b4 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf58
   0xba66b4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba66b0) at 00ba66b0 = link=0x00ba66e4 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf60
   0xba66e4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba66e0) at 00ba66e0 = link=0x00ba6714 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf68
   0xba6714<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6710) at 00ba6710 = link=0x00ba6744 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf70
   0xba6744<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf78
   0xba6770> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba4710
 uhci0: uhci_softintr
 uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd788 ready
 TD(0xba67a0) at 00ba67a0 = link=0x00ba65f0 status=0x1c000007 token=0x00e0002d buffer=0x00bdbf80
   0xba65f0> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba65f0) at 00ba65f0 = link=0x00ba6624 status=0x1c000007 token=0x00e80069 buffer=0x00bdbf40
   0xba6624<VF> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6620) at 00ba6620 = link=0x00ba6654 status=0x1c000007 token=0x00e00069 buffer=0x00bdbf48
   0xba6654<VF> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6650) at 00ba6650 = link=0x00ba6684 status=0x1c4007ff token=0x00e80069 buffer=0x00bdbf50
   0xba6684<VF> 0x1c4007ff<STALLED,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6680) at 00ba6680 = link=0x00ba66b4 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf58
   0xba66b4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba66b0) at 00ba66b0 = link=0x00ba66e4 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf60
   0xba66e4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba66e0) at 00ba66e0 = link=0x00ba6714 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf68
   0xba6714<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6710) at 00ba6710 = link=0x00ba6744 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf70
   0xba6744<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf78
   0xba6770> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=16, status=0x400000
 uhci_idone: error, addr=0, endpt=0x00, status 0x0x400000<STALLED>
 uhci_remove_ls_ctrl: sqh=0xba4710
 uhci_device_ctrl_done: length=16
 uhci0: uhci_softintr
 uhci_device_control type=0x82, request=0x00, wValue=0x0000, wIndex=0x0000 len=2, addr=0, endpt=0
 uhci_alloc_std_chain: addr=0 endpt=0 len=2 speed=1 flags=0x2
 uhci_alloc_std_chain: maxp=8 ntd=1
 uhci_alloc_std_chain: nexttog=0
 uhci_device_request: before transfer
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6740 status=0x1c800000 token=0x00e0002d buffer=0x00bdbf80
   0xba6740> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x1c8003ff token=0x00280069 buffer=0x00bdbf40
   0xba6770> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=2
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba4710
 uhci0: uhci_softintr
 uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd788 ready
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6740 status=0x1c000007 token=0x00e0002d buffer=0x00bdbf80
   0xba6740> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x1c8003ff token=0x00280069 buffer=0x00bdbf40
   0xba6770> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=2
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d0007ff token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=0, status=0x0
 uhci_remove_ls_ctrl: sqh=0xba4710
 uhci_device_ctrl_done: length=0
 uhub_intr: sc=0x3e9f0c8
 uhci_device_control type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000 len=64, addr=0, endpt=0
 uhci_alloc_std_chain: addr=0 endpt=0 len=64 speed=1 flags=0x6
 uhci_alloc_std_chain: maxp=8 ntd=8
 uhci_alloc_std_chain: nexttog=1
 uhci_device_request: before transfer
 TD(0xba67a0) at 00ba67a0 = link=0x00ba65f0 status=0x1c800000 token=0x00e0002d buffer=0x00bdbf80
   0xba65f0> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba65f0) at 00ba65f0 = link=0x00ba6624 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf40
   0xba6624<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6620) at 00ba6620 = link=0x00ba6654 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf48
   0xba6654<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6650) at 00ba6650 = link=0x00ba6684 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf50
   0xba6684<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6680) at 00ba6680 = link=0x00ba66b4 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf58
   0xba66b4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba66b0) at 00ba66b0 = link=0x00ba66e4 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf60
   0xba66e4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba66e0) at 00ba66e0 = link=0x00ba6714 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf68
   0xba6714<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6710) at 00ba6710 = link=0x00ba6744 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf70
   0xba6744<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf78
   0xba6770> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba4710
 uhci0: uhci_softintr
 uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd788 ready
 TD(0xba67a0) at 00ba67a0 = link=0x00ba65f0 status=0x1c000007 token=0x00e0002d buffer=0x00bdbf80
   0xba65f0> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba65f0) at 00ba65f0 = link=0x00ba6624 status=0x1c000007 token=0x00e80069 buffer=0x00bdbf40
   0xba6624<VF> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6620) at 00ba6620 = link=0x00ba6654 status=0x1c000007 token=0x00e00069 buffer=0x00bdbf48
   0xba6654<VF> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6650) at 00ba6650 = link=0x00ba6684 status=0x1c4007ff token=0x00e80069 buffer=0x00bdbf50
   0xba6684<VF> 0x1c4007ff<STALLED,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6680) at 00ba6680 = link=0x00ba66b4 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf58
   0xba66b4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba66b0) at 00ba66b0 = link=0x00ba66e4 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf60
   0xba66e4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba66e0) at 00ba66e0 = link=0x00ba6714 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf68
   0xba6714<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6710) at 00ba6710 = link=0x00ba6744 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf70
   0xba6744<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf78
   0xba6770> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=16, status=0x400000
 uhci_idone: error, addr=0, endpt=0x00, status 0x0x400000<STALLED>
 uhci_remove_ls_ctrl: sqh=0xba4710
 uhci_device_ctrl_done: length=16
 uhci0: uhci_softintr
 uhci_device_control type=0x82, request=0x00, wValue=0x0000, wIndex=0x0000 len=2, addr=0, endpt=0
 uhci_alloc_std_chain: addr=0 endpt=0 len=2 speed=1 flags=0x2
 uhci_alloc_std_chain: maxp=8 ntd=1
 uhci_alloc_std_chain: nexttog=0
 uhci_device_request: before transfer
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6740 status=0x1c800000 token=0x00e0002d buffer=0x00bdbf80
   0xba6740> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x1c8003ff token=0x00280069 buffer=0x00bdbf40
   0xba6770> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=2
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba4710
 uhci0: uhci_softintr
 uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd788 ready
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6740 status=0x1c000007 token=0x00e0002d buffer=0x00bdbf80
   0xba6740> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x1c8003ff token=0x00280069 buffer=0x00bdbf40
   0xba6770> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=2
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d0007ff token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=0, status=0x0
 uhci_remove_ls_ctrl: sqh=0xba4710
 uhci_device_ctrl_done: length=0
 uhub_intr: sc=0x3e9f0c8
 uhci_root_ctrl_control type=0x23 request=03
 uhub_intr: sc=0x3e9f0c8
 uhci port 1 reset, status0 = 0x038a
 uhci port 1 reset, status1 = 0x01ab
 uhci port 1 iteration 9, status = 0x01af
 uhci port 1 iteration 8, status = 0x01a5
 uhci port 1 reset, status2 = 0x01a5
 uhci_root_ctrl_control type=0xa3 request=00
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=1 feature=20
 uhub_intr: sc=0x3e9f0c8
 uhci_device_control type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000 len=64, addr=0, endpt=0
 uhci_alloc_std_chain: addr=0 endpt=0 len=64 speed=1 flags=0x6
 uhci_alloc_std_chain: maxp=8 ntd=8
 uhci_alloc_std_chain: nexttog=1
 uhci_device_request: before transfer
 TD(0xba67a0) at 00ba67a0 = link=0x00ba65f0 status=0x1c800000 token=0x00e0002d buffer=0x00bdbf80
   0xba65f0> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba65f0) at 00ba65f0 = link=0x00ba6624 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf40
   0xba6624<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6620) at 00ba6620 = link=0x00ba6654 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf48
   0xba6654<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6650) at 00ba6650 = link=0x00ba6684 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf50
   0xba6684<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6680) at 00ba6680 = link=0x00ba66b4 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf58
   0xba66b4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba66b0) at 00ba66b0 = link=0x00ba66e4 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf60
   0xba66e4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba66e0) at 00ba66e0 = link=0x00ba6714 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf68
   0xba6714<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6710) at 00ba6710 = link=0x00ba6744 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf70
   0xba6744<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf78
   0xba6770> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba4710
 uhub_intr: sc=0x3e9f0c8
 uhci0: uhci_softintr
 uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd788 ready
 TD(0xba67a0) at 00ba67a0 = link=0x00ba65f0 status=0x1c000007 token=0x00e0002d buffer=0x00bdbf80
   0xba65f0> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba65f0) at 00ba65f0 = link=0x00ba6624 status=0x1c000007 token=0x00e80069 buffer=0x00bdbf40
   0xba6624<VF> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6620) at 00ba6620 = link=0x00ba6654 status=0x1c000007 token=0x00e00069 buffer=0x00bdbf48
   0xba6654<VF> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6650) at 00ba6650 = link=0x00ba6684 status=0x1c4007ff token=0x00e80069 buffer=0x00bdbf50
   0xba6684<VF> 0x1c4007ff<STALLED,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6680) at 00ba6680 = link=0x00ba66b4 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf58
   0xba66b4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba66b0) at 00ba66b0 = link=0x00ba66e4 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf60
   0xba66e4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba66e0) at 00ba66e0 = link=0x00ba6714 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf68
   0xba6714<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6710) at 00ba6710 = link=0x00ba6744 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf70
   0xba6744<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf78
   0xba6770> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=16, status=0x400000
 uhci_idone: error, addr=0, endpt=0x00, status 0x0x400000<STALLED>
 uhci_remove_ls_ctrl: sqh=0xba4710
 uhci_device_ctrl_done: length=16
 uhci_device_control type=0x82, request=0x00, wValue=0x0000, wIndex=0x0000 len=2, addr=0, endpt=0
 uhci_alloc_std_chain: addr=0 endpt=0 len=2 speed=1 flags=0x2
 uhci_alloc_std_chain: maxp=8 ntd=1
 uhci_alloc_std_chain: nexttog=0
 uhci_device_request: before transfer
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6740 status=0x1c800000 token=0x00e0002d buffer=0x00bdbf80
   0xba6740> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x1c8003ff token=0x00280069 buffer=0x00bdbf40
   0xba6770> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=2
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba4710
 uhub_intr: sc=0x3e9f0c8
 uhci0: uhci_softintr
 uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd788 ready
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6740 status=0x1c000007 token=0x00e0002d buffer=0x00bdbf80
   0xba6740> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x1c8003ff token=0x00280069 buffer=0x00bdbf40
   0xba6770> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=2
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d0007ff token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=0, status=0x0
 uhci_remove_ls_ctrl: sqh=0xba4710
 uhci_device_ctrl_done: length=0
 uhci_device_control type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000 len=64, addr=0, endpt=0
 uhci_alloc_std_chain: addr=0 endpt=0 len=64 speed=1 flags=0x6
 uhci_alloc_std_chain: maxp=8 ntd=8
 uhci_alloc_std_chain: nexttog=1
 uhci_device_request: before transfer
 TD(0xba67a0) at 00ba67a0 = link=0x00ba65f0 status=0x1c800000 token=0x00e0002d buffer=0x00bdbf80
   0xba65f0> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba65f0) at 00ba65f0 = link=0x00ba6624 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf40
   0xba6624<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6620) at 00ba6620 = link=0x00ba6654 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf48
   0xba6654<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6650) at 00ba6650 = link=0x00ba6684 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf50
   0xba6684<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6680) at 00ba6680 = link=0x00ba66b4 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf58
   0xba66b4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba66b0) at 00ba66b0 = link=0x00ba66e4 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf60
   0xba66e4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba66e0) at 00ba66e0 = link=0x00ba6714 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf68
   0xba6714<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6710) at 00ba6710 = link=0x00ba6744 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf70
   0xba6744<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf78
   0xba6770> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba4710
 uhub_intr: sc=0x3e9f0c8
 uhci0: uhci_softintr
 uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd788 ready
 TD(0xba67a0) at 00ba67a0 = link=0x00ba65f0 status=0x1c000007 token=0x00e0002d buffer=0x00bdbf80
   0xba65f0> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba65f0) at 00ba65f0 = link=0x00ba6624 status=0x1c000007 token=0x00e80069 buffer=0x00bdbf40
   0xba6624<VF> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6620) at 00ba6620 = link=0x00ba6654 status=0x1c000007 token=0x00e00069 buffer=0x00bdbf48
   0xba6654<VF> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6650) at 00ba6650 = link=0x00ba6684 status=0x1c4007ff token=0x00e80069 buffer=0x00bdbf50
   0xba6684<VF> 0x1c4007ff<STALLED,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6680) at 00ba6680 = link=0x00ba66b4 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf58
   0xba66b4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba66b0) at 00ba66b0 = link=0x00ba66e4 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf60
   0xba66e4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba66e0) at 00ba66e0 = link=0x00ba6714 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf68
   0xba6714<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6710) at 00ba6710 = link=0x00ba6744 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf70
   0xba6744<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf78
   0xba6770> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=16, status=0x400000
 uhci_idone: error, addr=0, endpt=0x00, status 0x0x400000<STALLED>
 uhci_remove_ls_ctrl: sqh=0xba4710
 uhci_device_ctrl_done: length=16
 uhci_device_control type=0x82, request=0x00, wValue=0x0000, wIndex=0x0000 len=2, addr=0, endpt=0
 uhci_alloc_std_chain: addr=0 endpt=0 len=2 speed=1 flags=0x2
 uhci_alloc_std_chain: maxp=8 ntd=1
 uhci_alloc_std_chain: nexttog=0
 uhci_device_request: before transfer
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6740 status=0x1c800000 token=0x00e0002d buffer=0x00bdbf80
   0xba6740> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x1c8003ff token=0x00280069 buffer=0x00bdbf40
   0xba6770> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=2
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba4710
 uhub_intr: sc=0x3e9f0c8
 uhci0: uhci_softintr
 uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd788 ready
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6740 status=0x1c000007 token=0x00e0002d buffer=0x00bdbf80
   0xba6740> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x1c8003ff token=0x00280069 buffer=0x00bdbf40
   0xba6770> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=2
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d0007ff token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=0, status=0x0
 uhci_remove_ls_ctrl: sqh=0xba4710
 uhci_device_ctrl_done: length=0
 uhci_device_control type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000 len=64, addr=0, endpt=0
 uhci_alloc_std_chain: addr=0 endpt=0 len=64 speed=1 flags=0x6
 uhci_alloc_std_chain: maxp=8 ntd=8
 uhci_alloc_std_chain: nexttog=1
 uhci_device_request: before transfer
 TD(0xba67a0) at 00ba67a0 = link=0x00ba65f0 status=0x1c800000 token=0x00e0002d buffer=0x00bdbf80
   0xba65f0> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba65f0) at 00ba65f0 = link=0x00ba6624 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf40
   0xba6624<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6620) at 00ba6620 = link=0x00ba6654 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf48
   0xba6654<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6650) at 00ba6650 = link=0x00ba6684 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf50
   0xba6684<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6680) at 00ba6680 = link=0x00ba66b4 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf58
   0xba66b4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba66b0) at 00ba66b0 = link=0x00ba66e4 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf60
   0xba66e4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba66e0) at 00ba66e0 = link=0x00ba6714 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf68
   0xba6714<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6710) at 00ba6710 = link=0x00ba6744 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf70
   0xba6744<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf78
   0xba6770> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba4710
 uhub_intr: sc=0x3e9f0c8
 uhci0: uhci_softintr
 uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd788 ready
 TD(0xba67a0) at 00ba67a0 = link=0x00ba65f0 status=0x1c000007 token=0x00e0002d buffer=0x00bdbf80
   0xba65f0> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba65f0) at 00ba65f0 = link=0x00ba6624 status=0x1c000007 token=0x00e80069 buffer=0x00bdbf40
   0xba6624<VF> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6620) at 00ba6620 = link=0x00ba6654 status=0x1c000007 token=0x00e00069 buffer=0x00bdbf48
   0xba6654<VF> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6650) at 00ba6650 = link=0x00ba6684 status=0x1c4007ff token=0x00e80069 buffer=0x00bdbf50
   0xba6684<VF> 0x1c4007ff<STALLED,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6680) at 00ba6680 = link=0x00ba66b4 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf58
   0xba66b4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba66b0) at 00ba66b0 = link=0x00ba66e4 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf60
   0xba66e4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba66e0) at 00ba66e0 = link=0x00ba6714 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf68
   0xba6714<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6710) at 00ba6710 = link=0x00ba6744 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf70
   0xba6744<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf78
   0xba6770> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=16, status=0x400000
 uhci_idone: error, addr=0, endpt=0x00, status 0x0x400000<STALLED>
 uhci_remove_ls_ctrl: sqh=0xba4710
 uhci_device_ctrl_done: length=16
 uhci_device_control type=0x82, request=0x00, wValue=0x0000, wIndex=0x0000 len=2, addr=0, endpt=0
 uhci_alloc_std_chain: addr=0 endpt=0 len=2 speed=1 flags=0x2
 uhci_alloc_std_chain: maxp=8 ntd=1
 uhci_alloc_std_chain: nexttog=0
 uhci_device_request: before transfer
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6740 status=0x1c800000 token=0x00e0002d buffer=0x00bdbf80
   0xba6740> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x1c8003ff token=0x00280069 buffer=0x00bdbf40
   0xba6770> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=2
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba4710
 uhub_intr: sc=0x3e9f0c8
 uhci0: uhci_softintr
 uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd788 ready
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6740 status=0x1c000007 token=0x00e0002d buffer=0x00bdbf80
   0xba6740> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x1c8003ff token=0x00280069 buffer=0x00bdbf40
   0xba6770> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=2
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d0007ff token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=0, status=0x0
 uhci_remove_ls_ctrl: sqh=0xba4710
 uhci_device_ctrl_done: length=0
 uhci_device_control type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000 len=64, addr=0, endpt=0
 uhci_alloc_std_chain: addr=0 endpt=0 len=64 speed=1 flags=0x6
 uhci_alloc_std_chain: maxp=8 ntd=8
 uhci_alloc_std_chain: nexttog=1
 uhci_device_request: before transfer
 TD(0xba67a0) at 00ba67a0 = link=0x00ba65f0 status=0x1c800000 token=0x00e0002d buffer=0x00bdbf80
   0xba65f0> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba65f0) at 00ba65f0 = link=0x00ba6624 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf40
   0xba6624<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6620) at 00ba6620 = link=0x00ba6654 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf48
   0xba6654<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6650) at 00ba6650 = link=0x00ba6684 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf50
   0xba6684<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6680) at 00ba6680 = link=0x00ba66b4 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf58
   0xba66b4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba66b0) at 00ba66b0 = link=0x00ba66e4 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf60
   0xba66e4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba66e0) at 00ba66e0 = link=0x00ba6714 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf68
   0xba6714<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6710) at 00ba6710 = link=0x00ba6744 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf70
   0xba6744<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf78
   0xba6770> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba4710
 uhub_intr: sc=0x3e9f0c8
 uhci0: uhci_softintr
 uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd788 ready
 TD(0xba67a0) at 00ba67a0 = link=0x00ba65f0 status=0x1c000007 token=0x00e0002d buffer=0x00bdbf80
   0xba65f0> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba65f0) at 00ba65f0 = link=0x00ba6624 status=0x1c000007 token=0x00e80069 buffer=0x00bdbf40
   0xba6624<VF> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6620) at 00ba6620 = link=0x00ba6654 status=0x1c000007 token=0x00e00069 buffer=0x00bdbf48
   0xba6654<VF> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6650) at 00ba6650 = link=0x00ba6684 status=0x1c4007ff token=0x00e80069 buffer=0x00bdbf50
   0xba6684<VF> 0x1c4007ff<STALLED,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6680) at 00ba6680 = link=0x00ba66b4 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf58
   0xba66b4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba66b0) at 00ba66b0 = link=0x00ba66e4 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf60
   0xba66e4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba66e0) at 00ba66e0 = link=0x00ba6714 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf68
   0xba6714<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6710) at 00ba6710 = link=0x00ba6744 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf70
   0xba6744<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf78
   0xba6770> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=16, status=0x400000
 uhci_idone: error, addr=0, endpt=0x00, status 0x0x400000<STALLED>
 uhci_remove_ls_ctrl: sqh=0xba4710
 uhci_device_ctrl_done: length=16
 uhci_device_control type=0x82, request=0x00, wValue=0x0000, wIndex=0x0000 len=2, addr=0, endpt=0
 uhci_alloc_std_chain: addr=0 endpt=0 len=2 speed=1 flags=0x2
 uhci_alloc_std_chain: maxp=8 ntd=1
 uhci_alloc_std_chain: nexttog=0
 uhci_device_request: before transfer
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6740 status=0x1c800000 token=0x00e0002d buffer=0x00bdbf80
   0xba6740> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x1c8003ff token=0x00280069 buffer=0x00bdbf40
   0xba6770> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=2
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba4710
 uhub_intr: sc=0x3e9f0c8
 uhci0: uhci_softintr
 uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd788 ready
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6740 status=0x1c000007 token=0x00e0002d buffer=0x00bdbf80
   0xba6740> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x1c8003ff token=0x00280069 buffer=0x00bdbf40
   0xba6770> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=2
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d0007ff token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=0, status=0x0
 uhci_remove_ls_ctrl: sqh=0xba4710
 uhci_device_ctrl_done: length=0
 uhci_root_ctrl_control type=0x23 request=03
 uhub_intr: sc=0x3e9f0c8
 uhci port 1 reset, status0 = 0x038a
 uhci port 1 reset, status1 = 0x01ab
 uhub_intr: sc=0x3e9f0c8
 uhci port 1 iteration 9, status = 0x01af
 uhci port 1 iteration 8, status = 0x01a5
 uhci port 1 reset, status2 = 0x01a5
 uhci_root_ctrl_control type=0xa3 request=00
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=1 feature=20
 uhub_intr: sc=0x3e9f0c8
 uhci_device_control type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000 len=64, addr=0, endpt=0
 uhci_alloc_std_chain: addr=0 endpt=0 len=64 speed=1 flags=0x6
 uhci_alloc_std_chain: maxp=8 ntd=8
 uhci_alloc_std_chain: nexttog=1
 uhci_device_request: before transfer
 TD(0xba67a0) at 00ba67a0 = link=0x00ba65f0 status=0x1c800000 token=0x00e0002d buffer=0x00bdbf80
   0xba65f0> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba65f0) at 00ba65f0 = link=0x00ba6624 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf40
   0xba6624<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6620) at 00ba6620 = link=0x00ba6654 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf48
   0xba6654<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6650) at 00ba6650 = link=0x00ba6684 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf50
   0xba6684<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6680) at 00ba6680 = link=0x00ba66b4 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf58
   0xba66b4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba66b0) at 00ba66b0 = link=0x00ba66e4 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf60
   0xba66e4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba66e0) at 00ba66e0 = link=0x00ba6714 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf68
   0xba6714<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6710) at 00ba6710 = link=0x00ba6744 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf70
   0xba6744<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf78
   0xba6770> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba4710
 uhub_intr: sc=0x3e9f0c8
 uhci0: uhci_softintr
 uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd788 ready
 TD(0xba67a0) at 00ba67a0 = link=0x00ba65f0 status=0x1c000007 token=0x00e0002d buffer=0x00bdbf80
   0xba65f0> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba65f0) at 00ba65f0 = link=0x00ba6624 status=0x1c000007 token=0x00e80069 buffer=0x00bdbf40
   0xba6624<VF> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6620) at 00ba6620 = link=0x00ba6654 status=0x1c000007 token=0x00e00069 buffer=0x00bdbf48
   0xba6654<VF> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6650) at 00ba6650 = link=0x00ba6684 status=0x1c4007ff token=0x00e80069 buffer=0x00bdbf50
   0xba6684<VF> 0x1c4007ff<STALLED,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6680) at 00ba6680 = link=0x00ba66b4 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf58
   0xba66b4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba66b0) at 00ba66b0 = link=0x00ba66e4 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf60
   0xba66e4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba66e0) at 00ba66e0 = link=0x00ba6714 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf68
   0xba6714<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6710) at 00ba6710 = link=0x00ba6744 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf70
   0xba6744<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf78
   0xba6770> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=16, status=0x400000
 uhci_idone: error, addr=0, endpt=0x00, status 0x0x400000<STALLED>
 uhci_remove_ls_ctrl: sqh=0xba4710
 uhci_device_ctrl_done: length=16
 uhci_device_control type=0x82, request=0x00, wValue=0x0000, wIndex=0x0000 len=2, addr=0, endpt=0
 uhci_alloc_std_chain: addr=0 endpt=0 len=2 speed=1 flags=0x2
 uhci_alloc_std_chain: maxp=8 ntd=1
 uhci_alloc_std_chain: nexttog=0
 uhci_device_request: before transfer
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6740 status=0x1c800000 token=0x00e0002d buffer=0x00bdbf80
   0xba6740> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x1c8003ff token=0x00280069 buffer=0x00bdbf40
   0xba6770> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=2
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba4710
 uhub_intr: sc=0x3e9f0c8
 uhci0: uhci_softintr
 uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd788 ready
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6740 status=0x1c000007 token=0x00e0002d buffer=0x00bdbf80
   0xba6740> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x1c8003ff token=0x00280069 buffer=0x00bdbf40
   0xba6770> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=2
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d0007ff token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=0, status=0x0
 uhci_remove_ls_ctrl: sqh=0xba4710
 uhci_device_ctrl_done: length=0
 uhci_device_control type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000 len=64, addr=0, endpt=0
 uhci_alloc_std_chain: addr=0 endpt=0 len=64 speed=1 flags=0x6
 uhci_alloc_std_chain: maxp=8 ntd=8
 uhci_alloc_std_chain: nexttog=1
 uhci_device_request: before transfer
 TD(0xba67a0) at 00ba67a0 = link=0x00ba65f0 status=0x1c800000 token=0x00e0002d buffer=0x00bdbf80
   0xba65f0> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba65f0) at 00ba65f0 = link=0x00ba6624 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf40
   0xba6624<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6620) at 00ba6620 = link=0x00ba6654 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf48
   0xba6654<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6650) at 00ba6650 = link=0x00ba6684 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf50
   0xba6684<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6680) at 00ba6680 = link=0x00ba66b4 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf58
   0xba66b4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba66b0) at 00ba66b0 = link=0x00ba66e4 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf60
   0xba66e4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba66e0) at 00ba66e0 = link=0x00ba6714 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf68
   0xba6714<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6710) at 00ba6710 = link=0x00ba6744 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf70
   0xba6744<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf78
   0xba6770> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba4710
 uhub_intr: sc=0x3e9f0c8
 uhci0: uhci_softintr
 uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd788 ready
 TD(0xba67a0) at 00ba67a0 = link=0x00ba65f0 status=0x1c000007 token=0x00e0002d buffer=0x00bdbf80
   0xba65f0> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba65f0) at 00ba65f0 = link=0x00ba6624 status=0x1c000007 token=0x00e80069 buffer=0x00bdbf40
   0xba6624<VF> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6620) at 00ba6620 = link=0x00ba6654 status=0x1c000007 token=0x00e00069 buffer=0x00bdbf48
   0xba6654<VF> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6650) at 00ba6650 = link=0x00ba6684 status=0x1c4007ff token=0x00e80069 buffer=0x00bdbf50
   0xba6684<VF> 0x1c4007ff<STALLED,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6680) at 00ba6680 = link=0x00ba66b4 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf58
   0xba66b4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba66b0) at 00ba66b0 = link=0x00ba66e4 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf60
   0xba66e4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba66e0) at 00ba66e0 = link=0x00ba6714 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf68
   0xba6714<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6710) at 00ba6710 = link=0x00ba6744 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf70
   0xba6744<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf78
   0xba6770> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=16, status=0x400000
 uhci_idone: error, addr=0, endpt=0x00, status 0x0x400000<STALLED>
 uhci_remove_ls_ctrl: sqh=0xba4710
 uhci_device_ctrl_done: length=16
 uhci_device_control type=0x82, request=0x00, wValue=0x0000, wIndex=0x0000 len=2, addr=0, endpt=0
 uhci_alloc_std_chain: addr=0 endpt=0 len=2 speed=1 flags=0x2
 uhci_alloc_std_chain: maxp=8 ntd=1
 uhci_alloc_std_chain: nexttog=0
 uhci_device_request: before transfer
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6740 status=0x1c800000 token=0x00e0002d buffer=0x00bdbf80
   0xba6740> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x1c8003ff token=0x00280069 buffer=0x00bdbf40
   0xba6770> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=2
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba4710
 uhci0: uhci_softintr
 uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd788 ready
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6740 status=0x1c000007 token=0x00e0002d buffer=0x00bdbf80
   0xba6740> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x1c8003ff token=0x00280069 buffer=0x00bdbf40
   0xba6770> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=2
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d0007ff token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=0, status=0x0
 uhci_remove_ls_ctrl: sqh=0xba4710
 uhci_device_ctrl_done: length=0
 uhub_intr: sc=0x3e9f0c8
 uhub_explore: usbd_new_device failed, error=STALLED
 uhub0: device problem, disabling port 1
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=1 feature=1
 uhci_root_ctrl_control type=0xa3 request=00
 uhub_explore: C_PORT_ENABLED
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=2 feature=17
 uhub_explore: status change hub=1 port=2
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=2 feature=16
 uhub_explore: port=2 !CURRENT_CONNECT_STATUS
 wd0 at atabus0 drive 0
 wd0: <ST320011A>
 wd0: 19092 MB, 38792 cyl, 16 head, 63 sec, 512 bytes/sect x 39102336 sectors
 swwdog0: software watchdog initialized
 boot device: wd0
 root on wd0a dumps on wd0b
 root file system type: ffs
 Enter pathname of shell or RETURN for /bin/sh: 

 ---

 BTW, options UHCI_DEBUG,UHUB_DEBUG seems to cause an error:

 >> ../../../../dev/usb/uhci.c:863:1: error: 'uhci_dump_qhs' defined but not used

 ---
 Izumi Tsutsui

From: Nick Hudson <skrll@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>, kern-bug-people@netbsd.org, 
 gnats-admin@netbsd.org, netbsd-bugs@netbsd.org
Subject: Re: kern/11018 (VIA VT83C572 UHCI USB controller does not work)
Date: Sat, 28 Sep 2013 22:31:17 +0100

 On 09/28/13 18:35, Izumi Tsutsui wrote:
 > The following reply was made to PR kern/11018; it has been noted by GNATS.
 >

 I'd be interested if this diff helps your device

 http://www.netbsd.org/~skrll/usb.enum.diff

 After reading the full PR it appears as those the TDs are in a 
 semi-reasonable state now, but the device has returned a STALL. Perhaps 
 special handling of STALL for control transfers is required here.


 >   
 >   BTW, options UHCI_DEBUG,UHUB_DEBUG seems to cause an error:
 >   
 >   >> ../../../../dev/usb/uhci.c:863:1: error: 'uhci_dump_qhs' defined but not used


 I think this is as simple as changing the uhci_dump_qh in uhci_dump_all 
 to uhci_dump_qhs
 >   
 >   ---
 >   Izumi Tsutsui
 >   
 >
 >

 Nick

From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
To: skrll@netbsd.org
Cc: gnats-bugs@NetBSD.org, tsutsui@ceres.dti.ne.jp
Subject: Re: kern/11018 (VIA VT83C572 UHCI USB controller does not work)
Date: Mon, 14 Oct 2013 01:44:51 +0900

 > I'd be interested if this diff helps your device
 > 
 > http://www.netbsd.org/~skrll/usb.enum.diff

 Still gets device problem:

 ---
 0 > boot netbsd.uhci -s
 OF_open bootpath=ata/ATA-Disk@0
 read stage 2 blocks: 0123. done!
 starting stage 2...

 >> NetBSD/macppc OpenFirmware Boot, Revision 1.12
 Cannot use bootpath
 Using boot-device instead
 no active packageno active package8368480+172780 [377568+370127]=0x8dc2a0
  start=0x100000
 mem region 0 start=0 size=4000000
 avail region 0 start=4800 size=800
 avail region 1 start=16000 size=3eea000
 Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
     2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
     The NetBSD Foundation, Inc.  All rights reserved.
 Copyright (c) 1982, 1986, 1989, 1991, 1993
     The Regents of the University of California.  All rights reserved.

 NetBSD 6.99.24 (GENERIC_UHCI) #8: Mon Oct 14 01:32:04 JST 2013
 	tsutsui@mirage:/usr/src/sys/arch/macppc/compile/GENERIC_UHCI
 total memory = 65536 KB
 avail memory = 53444 KB
 found ohare PIC at f3000000
 bootpath: ata/ATA-Disk@0/netbsd.uhci
 mainbus0 (root)
 cpu0 at mainbus0: 603ev (Revision 2.1), ID 0 (primary)
 cpu0: HID0 0x90c001<DOZE,DPM,ICE,DCE,NOPTI>, powersave: 1
 cpu0: ohare L2 cache enabled
 memory0 at mainbus0
 bandit0 at mainbus0
 pci0 at bandit0 bus 0
 pchb0 at pci0 dev 11 function 0
 pchb0: Apple Computer Bandit Host-PCI Bridge (rev. 0x02)
 ex0 at pci0 dev 13 function 0: 3Com 3c905B-TX 10/100 Ethernet (rev. 0x30)
 ex0: interrupting at irq 23
 ex0: MAC address 00:50:04:65:51:1a
 exphy0 at ex0 phy 24: 3Com internal media interface
 exphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
 uhci0 at pci0 dev 14 function 0: VIA Technologies VT83C572 USB Controller (rev. 0x04)
 uhci0: interrupting at irq 25
 uhci_init: start
 uhci0 regs: cmd=0000, sts=0020, intr=0000, frnum=0000, flbase=00000000, sof=0040, portsc1=01a3, portsc2=0080
 uhci_alloc_std: allocating chunk
 uhci_alloc_sqh: allocating chunk
 uhci_alloc_sqh: allocating chunk
 uhci_alloc_std: allocating chunk
 uhci_init: enabling
 uhci_run: setting run=1
 uhci_run: done cmd=0x81 sts=0x0
 usb0 at uhci0: USB revision 1.0
 obio0 at pci0 dev 16 function 0: addr 0xf3000000
 mesh0 at obio0 offset 0x10000 irq 12: 50MHz, SCSI ID 7
 scsibus0 at mesh0: 8 targets, 8 luns per target
 mesh0: couldn't establish power handler
 zsc0 at obio0 irq 15,16
 zstty0 at zsc0 channel 0 (console i/o)
 zstty1 at zsc0 channel 1
 awacs at obio0 offset 0x14000 not configured
 swim3 at obio0 offset 0x15000 not configured
 nvram0 at obio0 offset 0x60000
 cuda0 at obio0 offset 0x16000 irq 18
 nadb0 at cuda0: Apple Desktop Bus
 iic0 at cuda0: I2C bus
 wdc0 at obio0 offset 0x20000 irq property not found; using 13: DMA transfer
 atabus0 at wdc0 channel 0
 vmmask 5f000000 schedmask 7f000000 highmask 7f000000
 scsibus0: waiting 2 seconds for devices to settle...
 uhci_open: pipe=0x3ecdc08, addr=0, endpt=0 (0)
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0100
 uhci_root_ctrl_control type=0x00 request=05
 uhci_root_ctrl_close
 uhci_open: pipe=0x3ecdc08, addr=1, endpt=0 (1)
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0100
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0300
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0300
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0301
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0301
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0302
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0302
 uhub_match, uaa=0xbbedf8
 uhub0 at usb0uhub_attach
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0301
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0301
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0302
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0302
 : VIA Technologies UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0200
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0200
 uhci_root_ctrl_control type=0x00 request=09
 uhub_attach: getting hub descriptor
 uhci_root_ctrl_control type=0xa0 request=06
 uhci_open: pipe=0x3ecdb88, addr=1, endpt=129 (1)
 uhci_root_intr_start: xfer=0x3df7ea0 len=1 flags=132
 uhub_intr: sc=0x3e9f0c8
 uhci_root_ctrl_control type=0x23 request=03
 usb_init_port: turn on port 1 power
 uhci_root_ctrl_control type=0x23 request=03
 usb_init_port: turn on port 2 power
 uhub_intr: sc=0x3e9f0c8
 adbkbd0 at nadb0 addr 2: extended keyboard
 wskbd0 at adbkbd0 mux 1
 wsmouse0 at adbkbd0 mux 0
 adbms0 at nadb0 addr 3: 1-button, 100 dpi mouse
 wsmouse1 at adbms0 mux 0
 uhub_intr: sc=0x3e9f0c8
 uhub_intr: sc=0x3e9f0c8
 uhub_intr: sc=0x3e9f0c8
 uhub_intr: sc=0x3e9f0c8
 uhub_intr: sc=0x3e9f0c8
 uhub_explore dev=0x3ecdc88 addr=1
 uhci_root_ctrl_control type=0xa0 request=00
 uhci_root_ctrl_control type=0xa3 request=00
 uhub_explore: C_PORT_ENABLED
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=1 feature=17
 uhub_explore: status change hub=1 port=1
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=1 feature=16
 uhub_intr: sc=0x3e9f0c8
 uhci_root_ctrl_control type=0x23 request=03
 uhub_intr: sc=0x3e9f0c8
 cd0 at scsibus0 target 3 lun 0: <MATSHITA, CD-ROM CR-506, 8S05> cdrom removable
 uhci port 1 reset, status0 = 0x038a
 uhci port 1 reset, status1 = 0x01ab
 uhub_intr: sc=0x3e9f0c8
 uhci port 1 iteration 9, status = 0x01af
 uhci port 1 iteration 8, status = 0x01a5
 uhci port 1 reset, status2 = 0x01a5
 uhci_root_ctrl_control type=0xa3 request=00
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=1 feature=20
 uhub_intr: sc=0x3e9f0c8
 uhci_root_ctrl_control type=0xa3 request=00
 uhci_open: pipe=0x3ecd708, addr=0, endpt=0 (1)
 uhci_device_control type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000 len=64, addr=0, endpt=0
 uhci_alloc_std_chain: addr=0 endpt=0 len=64 speed=1 flags=0x6
 uhci_alloc_std_chain: maxp=8 ntd=8
 uhci_alloc_std_chain: nexttog=1
 uhci_device_request: before transfer
 TD(0xba67a0) at 00ba67a0 = link=0x00ba65f0 status=0x1c800000 token=0x00e0002d buffer=0x00bdbf80
   0xba65f0> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba65f0) at 00ba65f0 = link=0x00ba6624 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf40
   0xba6624<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6620) at 00ba6620 = link=0x00ba6654 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf48
   0xba6654<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6650) at 00ba6650 = link=0x00ba6684 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf50
   0xba6684<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6680) at 00ba6680 = link=0x00ba66b4 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf58
   0xba66b4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba66b0) at 00ba66b0 = link=0x00ba66e4 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf60
   0xba66e4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba66e0) at 00ba66e0 = link=0x00ba6714 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf68
   0xba6714<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6710) at 00ba6710 = link=0x00ba6744 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf70
   0xba6744<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf78
   0xba6770> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba4710
 uhci0: uhci_softintr
 uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd708 ready
 TD(0xba67a0) at 00ba67a0 = link=0x00ba65f0 status=0x1c000007 token=0x00e0002d buffer=0x00bdbf80
   0xba65f0> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba65f0) at 00ba65f0 = link=0x00ba6624 status=0x1c000007 token=0x00e80069 buffer=0x00bdbf40
   0xba6624<VF> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6620) at 00ba6620 = link=0x00ba6654 status=0x1c000007 token=0x00e00069 buffer=0x00bdbf48
   0xba6654<VF> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6650) at 00ba6650 = link=0x00ba6684 status=0x1c4007ff token=0x00e80069 buffer=0x00bdbf50
   0xba6684<VF> 0x1c4007ff<STALLED,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6680) at 00ba6680 = link=0x00ba66b4 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf58
   0xba66b4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba66b0) at 00ba66b0 = link=0x00ba66e4 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf60
   0xba66e4<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba66e0) at 00ba66e0 = link=0x00ba6714 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf68
   0xba6714<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6710) at 00ba6710 = link=0x00ba6744 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf70
   0xba6744<VF> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf78
   0xba6770> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=16, status=0x400000
 uhci_idone: error, addr=0, endpt=0x00, status 0x0x400000<STALLED>
 uhci_remove_ls_ctrl: sqh=0xba4710
 uhci_device_ctrl_done: length=16
 uhci0: uhci_softintr
 uhci_device_control type=0x82, request=0x00, wValue=0x0000, wIndex=0x0000 len=2, addr=0, endpt=0
 uhci_alloc_std_chain: addr=0 endpt=0 len=2 speed=1 flags=0x2
 uhci_alloc_std_chain: maxp=8 ntd=1
 uhci_alloc_std_chain: nexttog=0
 uhci_device_request: before transfer
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6740 status=0x1c800000 token=0x00e0002d buffer=0x00bdbf80
   0xba6740> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x1c8003ff token=0x00280069 buffer=0x00bdbf40
   0xba6770> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=2
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba4710
 uhci0: uhci_softintr
 uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd708 ready
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6740 status=0x1c000007 token=0x00e0002d buffer=0x00bdbf80
   0xba6740> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x1c8003ff token=0x00280069 buffer=0x00bdbf40
   0xba6770> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=2
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d0007ff token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=0, status=0x0
 uhci_remove_ls_ctrl: sqh=0xba4710
 uhci_device_ctrl_done: length=0
 uhub_intr: sc=0x3e9f0c8
 uhci_device_control type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000 len=8, addr=0, endpt=0
 uhci_alloc_std_chain: addr=0 endpt=0 len=8 speed=1 flags=0x6
 uhci_alloc_std_chain: maxp=8 ntd=1
 uhci_alloc_std_chain: nexttog=0
 uhci_device_request: before transfer
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6740 status=0x1c800000 token=0x00e0002d buffer=0x00bdbf80
   0xba6740> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf40
   0xba6770> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba4710
 uhci0: uhci_softintr
 uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd708 ready
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6740 status=0x1c000007 token=0x00e0002d buffer=0x00bdbf80
   0xba6740> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x1c000007 token=0x00e80069 buffer=0x00bdbf40
   0xba6770> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d0007ff token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=8, status=0x0
 uhci_remove_ls_ctrl: sqh=0xba4710
 uhci_device_ctrl_done: length=8
 uhci_root_ctrl_control type=0x23 request=03
 uhub_intr: sc=0x3e9f0c8
 uhci port 1 reset, status0 = 0x038a
 uhci port 1 reset, status1 = 0x01ab
 uhci port 1 iteration 9, status = 0x01af
 uhci port 1 iteration 8, status = 0x01a5
 uhci port 1 reset, status2 = 0x01a5
 uhci_root_ctrl_control type=0xa3 request=00
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=1 feature=20
 uhub_intr: sc=0x3e9f0c8
 uhci_device_control type=0x00, request=0x05, wValue=0x0002, wIndex=0x0000 len=0, addr=0, endpt=0
 uhci_device_request: before transfer
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6770 status=0x1c800000 token=0x00e0002d buffer=0x00bdbf80
   0xba6770> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=69,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba4710
 uhci0: uhci_softintr
 uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd708 ready
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6770 status=0x1c000007 token=0x00e0002d buffer=0x00bdbf80
   0xba6770> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d0007ff token=0xffe80069 buffer=0x00000000
   0x1<T> 0x1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=0, status=0x0
 uhci_remove_ls_ctrl: sqh=0xba4710
 uhci_device_ctrl_done: length=0
 uhub_intr: sc=0x3e9f0c8
 uhci_open: pipe=0x3ecd708, addr=2, endpt=0 (1)
 uhci_device_control type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000 len=18, addr=2, endpt=0
 uhci_alloc_std_chain: addr=2 endpt=0 len=18 speed=1 flags=0x2
 uhci_alloc_std_chain: maxp=8 ntd=3
 uhci_alloc_std_chain: nexttog=0
 uhci_device_request: before transfer
 TD(0xba6740) at 00ba6740 = link=0x00ba6680 status=0x1c800000 token=0x00e0022d buffer=0x00bdbf40
   0xba6680> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 TD(0xba6680) at 00ba6680 = link=0x00ba66b4 status=0x1c8003ff token=0x00e80269 buffer=0x00bdbf00
   0xba66b4<VF> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=8
 TD(0xba66b0) at 00ba66b0 = link=0x00ba66e4 status=0x1c8003ff token=0x00e00269 buffer=0x00bdbf08
   0xba66e4<VF> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=0,maxlen=8
 TD(0xba66e0) at 00ba66e0 = link=0x00ba6710 status=0x1c8003ff token=0x00280269 buffer=0x00bdbf10
   0xba6710> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=2
 TD(0xba6710) at 00ba6710 = link=0x00000001 status=0x1d800000 token=0xffe802e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba46e0
 uhci0: uhci_softintr
 uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd708 ready
 TD(0xba6740) at 00ba6740 = link=0x00ba6680 status=0x1c000007 token=0x00e0022d buffer=0x00bdbf40
   0xba6680> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 TD(0xba6680) at 00ba6680 = link=0x00ba66b4 status=0x1c000007 token=0x00e80269 buffer=0x00bdbf00
   0xba66b4<VF> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8
 TD(0xba66b0) at 00ba66b0 = link=0x00ba66e4 status=0x1c000007 token=0x00e00269 buffer=0x00bdbf08
   0xba66e4<VF> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8
 TD(0xba66e0) at 00ba66e0 = link=0x00ba6710 status=0x1c8807ff token=0x00280269 buffer=0x00bdbf10
   0xba6710> 0x1c8807ff<NAK,ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=2
 TD(0xba6710) at 00ba6710 = link=0x00000001 status=0x1d0007ff token=0xffe802e1 buffer=0x00000000
   0x1<T> 0x1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=16, status=0x0
 uhci_remove_ls_ctrl: sqh=0xba46e0
 uhci_device_ctrl_done: length=16
 uhub_explore: usbd_new_device failed, error=SHORT_XFER
 uhub0: device problem, disabling port 1
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=1 feature=1
 uhci_root_ctrl_control type=0xa3 request=00
 uhub_explore: C_PORT_ENABLED
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=2 feature=17
 uhub_explore: status change hub=1 port=2
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=2 feature=16
 uhub_explore: port=2 !CURRENT_CONNECT_STATUS
 wd0 at atabus0 drive 0
 wd0: <ST320011A>
 wd0: 19092 MB, 38792 cyl, 16 head, 63 sec, 512 bytes/sect x 39102336 sectors
 swwdog0: software watchdog initialized
 boot device: wd0
 root on wd0a dumps on wd0b
 root file system type: ffs
 Enter pathname of shell or RETURN for /bin/sh: 
 ---

 Note a USB guy says that we need some delay even on the root hub here:
 http://nxr.netbsd.org/xref/src/sys/dev/usb/uhub.c?r=1.124#344
 (though adding a delay doesn't help this PR case)

 > >   >> ../../../../dev/usb/uhci.c:863:1: error: 'uhci_dump_qhs' defined but not used

 > I think this is as simple as changing the uhci_dump_qh in uhci_dump_all 
 > to uhci_dump_qhs

 Now this part seems fixed.
 ---
 Izumi Tsutsui

From: Nick Hudson <skrll@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>, kern-bug-people@netbsd.org, 
 gnats-admin@netbsd.org, netbsd-bugs@netbsd.org
Subject: Re: kern/11018 (VIA VT83C572 UHCI USB controller does not work)
Date: Mon, 14 Oct 2013 08:39:39 +0100

 This is a multi-part message in MIME format.
 --------------070801000702050805040906
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit

 On 10/13/13 17:45, Izumi Tsutsui wrote:
 > The following reply was made to PR kern/11018; it has been noted by GNATS.
 >
 > From: Izumi Tsutsui<tsutsui@ceres.dti.ne.jp>
 > To:skrll@netbsd.org
 > Cc:gnats-bugs@NetBSD.org,tsutsui@ceres.dti.ne.jp
 > Subject: Re: kern/11018 (VIA VT83C572 UHCI USB controller does not work)
 > Date: Mon, 14 Oct 2013 01:44:51 +0900
 >
 >   > I'd be interested if this diff helps your device
 >   >
 >   >http://www.netbsd.org/~skrll/usb.enum.diff
 >   
 >   Still gets device problem:
 >   
 >
 [snip]

 Can you try the attached patch on top of the existing diffs, please? It 
 still looks like we need to be careful with your device.

 >   Note a USB guy says that we need some delay even on the root hub here:
 >   http://nxr.netbsd.org/xref/src/sys/dev/usb/uhub.c?r=1.124#344
 >   (though adding a delay doesn't help this PR case)

 I'll take a look.

 >   > >   >> ../../../../dev/usb/uhci.c:863:1: error: 'uhci_dump_qhs' defined but not used
 >   
 >   > I think this is as simple as changing the uhci_dump_qh in uhci_dump_all
 >   > to uhci_dump_qhs
 >   
 >   Now this part seems fixed.

 Good news


 >   ---
 >   Izumi Tsutsui
 >   
 >

 Nick

 --------------070801000702050805040906
 Content-Type: text/plain; charset=us-ascii;
  name="uhci.c.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="uhci.c.diff"

 Index: sys/dev/usb/uhci.c
 ===================================================================
 RCS file: /cvsroot/src/sys/dev/usb/uhci.c,v
 retrieving revision 1.261
 diff -u -p -u -r1.261 uhci.c
 --- sys/dev/usb/uhci.c	29 Sep 2013 07:28:20 -0000	1.261
 +++ sys/dev/usb/uhci.c	14 Oct 2013 07:36:25 -0000
 @@ -1986,7 +1987,7 @@ uhci_alloc_std_chain(struct uhci_pipe *u
  			return (USBD_NOMEM);
  		}
  		p->link.std = lastp;
 -		p->td.td_link = htole32(lastlink | UHCI_PTR_VF | UHCI_PTR_TD);
 +		p->td.td_link = htole32(lastlink /* | UHCI_PTR_VF */ | UHCI_PTR_TD);
  		lastp = p;
  		lastlink = p->physaddr;
  		p->td.td_status = htole32(status);


 --------------070801000702050805040906--

From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
To: skrll@netbsd.org
Cc: gnats-bugs@NetBSD.org, tsutsui@ceres.dti.ne.jp
Subject: Re: kern/11018 (VIA VT83C572 UHCI USB controller does not work)
Date: Wed, 16 Oct 2013 21:58:53 +0900

 > Can you try the attached patch on top of the existing diffs, please? It 
 > still looks like we need to be careful with your device.

 Here is the next one:
 ---
 0 > boot netbsd.uhci -s 
 OF_open bootpath=ata/ATA-Disk@0
 read stage 2 blocks: 0123. done!
 starting stage 2...

 >> NetBSD/macppc OpenFirmware Boot, Revision 1.12
 Cannot use bootpath
 Using boot-device instead
 no active packageno active package8368480+172780 [377568+370127]=0x8dc2a0
  start=0x100000
 mem region 0 start=0 size=4000000
 avail region 0 start=4800 size=800
 avail region 1 start=16000 size=3eea000
 Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
     2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
     The NetBSD Foundation, Inc.  All rights reserved.
 Copyright (c) 1982, 1986, 1989, 1991, 1993
     The Regents of the University of California.  All rights reserved.

 NetBSD 6.99.24 (GENERIC_UHCI) #10: Wed Oct 16 21:48:08 JST 2013
 	tsutsui@mirage:/usr/src/sys/arch/macppc/compile/GENERIC_UHCI
 total memory = 65536 KB
 avail memory = 53444 KB
 found ohare PIC at f3000000
 bootpath: ata/ATA-Disk@0/netbsd.uhci
 mainbus0 (root)
 cpu0 at mainbus0: 603ev (Revision 2.1), ID 0 (primary)
 cpu0: HID0 0x90c001<DOZE,DPM,ICE,DCE,NOPTI>, powersave: 1
 cpu0: ohare L2 cache enabled
 memory0 at mainbus0
 bandit0 at mainbus0
 pci0 at bandit0 bus 0
 pchb0 at pci0 dev 11 function 0
 pchb0: Apple Computer Bandit Host-PCI Bridge (rev. 0x02)
 ex0 at pci0 dev 13 function 0: 3Com 3c905B-TX 10/100 Ethernet (rev. 0x30)
 ex0: interrupting at irq 23
 ex0: MAC address 00:50:04:65:51:1a
 exphy0 at ex0 phy 24: 3Com internal media interface
 exphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
 uhci0 at pci0 dev 14 function 0: VIA Technologies VT83C572 USB Controller (rev. 0x04)
 uhci0: interrupting at irq 25
 uhci_init: start
 uhci0 regs: cmd=0000, sts=0020, intr=0000, frnum=0000, flbase=00000000, sof=0040, portsc1=01a3, portsc2=0080
 uhci_alloc_std: allocating chunk
 uhci_alloc_sqh: allocating chunk
 uhci_alloc_sqh: allocating chunk
 uhci_alloc_std: allocating chunk
 uhci_init: enabling
 uhci_run: setting run=1
 uhci_run: done cmd=0x81 sts=0x0
 usb0 at uhci0: USB revision 1.0
 obio0 at pci0 dev 16 function 0: addr 0xf3000000
 mesh0 at obio0 offset 0x10000 irq 12: 50MHz, SCSI ID 7
 scsibus0 at mesh0: 8 targets, 8 luns per target
 mesh0: couldn't establish power handler
 zsc0 at obio0 irq 15,16
 zstty0 at zsc0 channel 0 (console i/o)
 zstty1 at zsc0 channel 1
 awacs at obio0 offset 0x14000 not configured
 swim3 at obio0 offset 0x15000 not configured
 nvram0 at obio0 offset 0x60000
 cuda0 at obio0 offset 0x16000 irq 18
 nadb0 at cuda0: Apple Desktop Bus
 iic0 at cuda0: I2C bus
 wdc0 at obio0 offset 0x20000 irq property not found; using 13: DMA transfer
 atabus0 at wdc0 channel 0
 vmmask 5f000000 schedmask 7f000000 highmask 7f000000
 scsibus0: waiting 2 seconds for devices to settle...
 uhci_open: pipe=0x3ecdc08, addr=0, endpt=0 (0)
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0100
 uhci_root_ctrl_control type=0x00 request=05
 uhci_root_ctrl_close
 uhci_open: pipe=0x3ecdc08, addr=1, endpt=0 (1)
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0100
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0300
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0300
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0301
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0301
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0302
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0302
 uhub_match, uaa=0xbbedf8
 uhub0 at usb0uhub_attach
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0301
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0301
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0302
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0302
 : VIA Technologies UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0200
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0200
 uhci_root_ctrl_control type=0x00 request=09
 uhub_attach: getting hub descriptor
 uhci_root_ctrl_control type=0xa0 request=06
 uhci_open: pipe=0x3ecdb88, addr=1, endpt=129 (1)
 uhci_root_intr_start: xfer=0x3df7ea0 len=1 flags=132
 uhub_intr: sc=0x3e9f0c8
 uhci_root_ctrl_control type=0x23 request=03
 usb_init_port: turn on port 1 power
 uhci_root_ctrl_control type=0x23 request=03
 usb_init_port: turn on port 2 power
 uhub_intr: sc=0x3e9f0c8
 adbkbd0 at nadb0 addr 2: extended keyboard
 wskbd0 at adbkbd0 mux 1
 wsmouse0 at adbkbd0 mux 0
 adbms0 at nadb0 addr 3: 1-button, 100 dpi mouse
 wsmouse1 at adbms0 mux 0
 uhub_intr: sc=0x3e9f0c8
 uhub_explore dev=0x3ecdc88 addr=1
 uhci_root_ctrl_control type=0xa0 request=00
 uhci_root_ctrl_control type=0xa3 request=00
 uhub_explore: C_PORT_ENABLED
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=1 feature=17
 uhub_explore: status change hub=1 port=1
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=1 feature=16
 uhub_intr: sc=0x3e9f0c8
 uhci_root_ctrl_control type=0x23 request=03
 uhub_intr: sc=0x3e9f0c8
 uhci port 1 reset, status0 = 0x038a
 uhci port 1 reset, status1 = 0x01ab
 uhci port 1 iteration 9, status = 0x01af
 uhub_intr: sc=0x3e9f0c8
 uhci port 1 iteration 8, status = 0x01a5
 uhci port 1 reset, status2 = 0x01a5
 uhci_root_ctrl_control type=0xa3 request=00
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=1 feature=20
 uhub_intr: sc=0x3e9f0c8
 uhci_root_ctrl_control type=0xa3 request=00
 uhci_open: pipe=0x3ecd788, addr=0, endpt=0 (1)
 uhci_device_control type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000 len=64, addr=0, endpt=0
 uhci_alloc_std_chain: addr=0 endpt=0 len=64 speed=1 flags=0x6
 uhci_alloc_std_chain: maxp=8 ntd=8
 uhci_alloc_std_chain: nexttog=1
 uhci_device_request: before transfer
 TD(0xba67a0) at 00ba67a0 = link=0x00ba65f0 status=0x1c800000 token=0x00e0002d buffer=0x00bdbf80
   0xba65f0> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba65f0) at 00ba65f0 = link=0x00ba6620 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf40
   0xba6620> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6620) at 00ba6620 = link=0x00ba6650 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf48
   0xba6650> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6650) at 00ba6650 = link=0x00ba6680 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf50
   0xba6680> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6680) at 00ba6680 = link=0x00ba66b0 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf58
   0xba66b0> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba66b0) at 00ba66b0 = link=0x00ba66e0 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf60
   0xba66e0> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba66e0) at 00ba66e0 = link=0x00ba6710 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf68
   0xba6710> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6710) at 00ba6710 = link=0x00ba6740 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf70
   0xba6740> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf78
   0xba6770> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba4710
 uhci0: uhci_softintr
 uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd788 ready
 TD(0xba67a0) at 00ba67a0 = link=0x00ba65f0 status=0x1c000007 token=0x00e0002d buffer=0x00bdbf80
   0xba65f0> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba65f0) at 00ba65f0 = link=0x00ba6620 status=0x1c000007 token=0x00e80069 buffer=0x00bdbf40
   0xba6620> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6620) at 00ba6620 = link=0x00ba6650 status=0x1c000007 token=0x00e00069 buffer=0x00bdbf48
   0xba6650> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6650) at 00ba6650 = link=0x00ba6680 status=0x1c4007ff token=0x00e80069 buffer=0x00bdbf50
   0xba6680> 0x1c4007ff<STALLED,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6680) at 00ba6680 = link=0x00ba66b0 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf58
   0xba66b0> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba66b0) at 00ba66b0 = link=0x00ba66e0 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf60
   0xba66e0> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba66e0) at 00ba66e0 = link=0x00ba6710 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf68
   0xba6710> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6710) at 00ba6710 = link=0x00ba6740 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf70
   0xba6740> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf78
   0xba6770> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=16, status=0x400000
 uhci_idone: error, addr=0, endpt=0x00, status 0x0x400000<STALLED>
 uhci_remove_ls_ctrl: sqh=0xba4710
 uhci_device_ctrl_done: length=16
 uhci0: uhci_softintr
 uhci_device_control type=0x82, request=0x00, wValue=0x0000, wIndex=0x0000 len=2, addr=0, endpt=0
 uhci_alloc_std_chain: addr=0 endpt=0 len=2 speed=1 flags=0x2
 uhci_alloc_std_chain: maxp=8 ntd=1
 uhci_alloc_std_chain: nexttog=0
 uhci_device_request: before transfer
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6740 status=0x1c800000 token=0x00e0002d buffer=0x00bdbf80
   0xba6740> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x1c8003ff token=0x00280069 buffer=0x00bdbf40
   0xba6770> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=2
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba4710
 uhci0: uhci_softintr
 uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd788 ready
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6740 status=0x1c000007 token=0x00e0002d buffer=0x00bdbf80
   0xba6740> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x1c8003ff token=0x00280069 buffer=0x00bdbf40
   0xba6770> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=2
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d0007ff token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=0, status=0x0
 uhci_remove_ls_ctrl: sqh=0xba4710
 uhci_device_ctrl_done: length=0
 uhub_intr: sc=0x3e9f0c8
 uhci_device_control type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000 len=8, addr=0, endpt=0
 uhci_alloc_std_chain: addr=0 endpt=0 len=8 speed=1 flags=0x6
 uhci_alloc_std_chain: maxp=8 ntd=1
 uhci_alloc_std_chain: nexttog=0
 uhci_device_request: before transfer
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6740 status=0x1c800000 token=0x00e0002d buffer=0x00bdbf80
   0xba6740> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf40
   0xba6770> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba4710
 uhci0: uhci_softintr
 uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd788 ready
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6740 status=0x1c000007 token=0x00e0002d buffer=0x00bdbf80
   0xba6740> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x1c000007 token=0x00e80069 buffer=0x00bdbf40
   0xba6770> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d0007ff token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=8, status=0x0
 uhci_remove_ls_ctrl: sqh=0xba4710
 uhci_device_ctrl_done: length=8
 uhci_root_ctrl_control type=0x23 request=03
 cd0 at scsibus0 target 3 lun 0: <MATSHITA, CD-ROM CR-506, 8S05> cdrom removable
 uhub_intr: sc=0x3e9f0c8
 uhci port 1 reset, status0 = 0x038a
 uhci port 1 reset, status1 = 0x01ab
 uhci port 1 iteration 9, status = 0x01af
 uhci port 1 iteration 8, status = 0x01a5
 uhci port 1 reset, status2 = 0x01a5
 uhci_root_ctrl_control type=0xa3 request=00
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=1 feature=20
 uhub_intr: sc=0x3e9f0c8
 uhci_device_control type=0x00, request=0x05, wValue=0x0002, wIndex=0x0000 len=0, addr=0, endpt=0
 uhci_device_request: before transfer
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6770 status=0x1c800000 token=0x00e0002d buffer=0x00bdbf80
   0xba6770> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe80069 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=69,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba4710
 uhci0: uhci_softintr
 uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd788 ready
 TD(0xba67a0) at 00ba67a0 = link=0x00ba6770 status=0x1c000007 token=0x00e0002d buffer=0x00bdbf80
   0xba6770> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d0007ff token=0xffe80069 buffer=0x00000000
   0x1<T> 0x1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=0, status=0x0
 uhci_remove_ls_ctrl: sqh=0xba4710
 uhci_device_ctrl_done: length=0
 uhub_intr: sc=0x3e9f0c8
 uhci_open: pipe=0x3ecd788, addr=2, endpt=0 (1)
 uhci_device_control type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000 len=18, addr=2, endpt=0
 uhci_alloc_std_chain: addr=2 endpt=0 len=18 speed=1 flags=0x2
 uhci_alloc_std_chain: maxp=8 ntd=3
 uhci_alloc_std_chain: nexttog=0
 uhci_device_request: before transfer
 TD(0xba6740) at 00ba6740 = link=0x00ba6680 status=0x1c800000 token=0x00e0022d buffer=0x00bdbf40
   0xba6680> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 TD(0xba6680) at 00ba6680 = link=0x00ba66b0 status=0x1c8003ff token=0x00e80269 buffer=0x00bdbf00
   0xba66b0> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=8
 TD(0xba66b0) at 00ba66b0 = link=0x00ba66e0 status=0x1c8003ff token=0x00e00269 buffer=0x00bdbf08
   0xba66e0> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=0,maxlen=8
 TD(0xba66e0) at 00ba66e0 = link=0x00ba6710 status=0x1c8003ff token=0x00280269 buffer=0x00bdbf10
   0xba6710> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=2
 TD(0xba6710) at 00ba6710 = link=0x00000001 status=0x1d800000 token=0xffe802e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba46e0
 uhub_intr: sc=0x3e9f0c8
 uhci0: uhci_softintr
 uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd788 ready
 TD(0xba6740) at 00ba6740 = link=0x00ba6680 status=0x1c000007 token=0x00e0022d buffer=0x00bdbf40
   0xba6680> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 TD(0xba6680) at 00ba6680 = link=0x00ba66b0 status=0x1c000007 token=0x00e80269 buffer=0x00bdbf00
   0xba66b0> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8
 TD(0xba66b0) at 00ba66b0 = link=0x00ba66e0 status=0x1c000007 token=0x00e00269 buffer=0x00bdbf08
   0xba66e0> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8
 TD(0xba66e0) at 00ba66e0 = link=0x00ba6710 status=0x1c8003ff token=0x00280269 buffer=0x00bdbf10
   0xba6710> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=2
 TD(0xba6710) at 00ba6710 = link=0x00000001 status=0x1d0007ff token=0xffe802e1 buffer=0x00000000
   0x1<T> 0x1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0
 uhci_idone: actlen=16, status=0x0
 uhci_remove_ls_ctrl: sqh=0xba46e0
 uhci_device_ctrl_done: length=16
 uhub_explore: usbd_new_device failed, error=SHORT_XFER
 uhub0: device problem, disabling port 1
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=1 feature=1
 uhci_root_ctrl_control type=0xa3 request=00
 uhub_explore: C_PORT_ENABLED
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=2 feature=17
 uhub_explore: status change hub=1 port=2
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=2 feature=16
 uhub_explore: port=2 !CURRENT_CONNECT_STATUS
 wd0 at atabus0 drive 0
 wd0: <ST320011A>
 wd0: 19092 MB, 38792 cyl, 16 head, 63 sec, 512 bytes/sect x 39102336 sectors
 swwdog0: software watchdog initialized
 boot device: wd0
 root on wd0a dumps on wd0b
 root file system type: ffs
 Enter pathname of shell or RETURN for /bin/sh: 
 ---
 Izumi Tsutsui

From: Nick Hudson <skrll@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>, kern-bug-people@netbsd.org, 
 gnats-admin@netbsd.org, netbsd-bugs@netbsd.org
Subject: Re: kern/11018 (VIA VT83C572 UHCI USB controller does not work)
Date: Thu, 17 Oct 2013 13:14:39 +0100

 On 10/16/13 14:00, Izumi Tsutsui wrote:

 so, we're getting closer to making your device work on uhci.
 >   uhci_idone: ii=0x3df7e64, xfer=0x3df7dd0, pipe=0x3ecd788 ready
 >   TD(0xba6740) at 00ba6740 = link=0x00ba6680 status=0x1c000007 token=0x00e0022d buffer=0x00bdbf40
 >     0xba6680> 0x1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8
 >   TD(0xba6680) at 00ba6680 = link=0x00ba66b0 status=0x1c000007 token=0x00e80269 buffer=0x00bdbf00
 >     0xba66b0> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8
 >   TD(0xba66b0) at 00ba66b0 = link=0x00ba66e0 status=0x1c000007 token=0x00e00269 buffer=0x00bdbf08
 >     0xba66e0> 0x1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8
 >   TD(0xba66e0) at 00ba66e0 = link=0x00ba6710 status=0x1c8003ff token=0x00280269 buffer=0x00bdbf10
 >     0xba6710> 0x1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=2
 Still active
 >   TD(0xba6710) at 00ba6710 = link=0x00000001 status=0x1d0007ff token=0xffe802e1 buffer=0x00000000
 >     0x1<T> 0x1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0

 Not active... very odd.

 Can you change uhci_debug to 16, add a call to uhci_dump in 
 uhci_check_intr just before the

                  /* If the last TD is not marked active we can complete */

 comment and send the output, please?

 Thanks,
 Nick

From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
To: skrll@netbsd.org
Cc: gnats-bugs@NetBSD.org, tsutsui@ceres.dti.ne.jp
Subject: Re: kern/11018 (VIA VT83C572 UHCI USB controller does not work)
Date: Sat, 19 Oct 2013 11:40:05 +0900

 > Can you change uhci_debug to 16, add a call to uhci_dump in 
 > uhci_check_intr just before the
 > 
 >                  /* If the last TD is not marked active we can complete */
 > 
 > comment and send the output, please?

 It seems debug printf mangles interrupt (causes infinite loop):

 ---
 vmmask 5f000000 schedmask 7f000000 highmask 7f000000
 scsibus0: waiting 2 seconds for devices to settle...
 uhci_open: pipe=0x3ecdc08, addr=0, endpt=0 (0)
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0100
 uhci_root_ctrl_control type=0x00 request=05
 uhci_root_ctrl_close
 uhci_open: pipe=0x3ecdc08, addr=1, endpt=0 (1)
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0100
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0300
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0300
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0301
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0301
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0302
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0302
 uhub_match, uaa=0xbbedf8
 uhub0 at usb0uhub_attach
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0301
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0301
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0302
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0302
 : VIA Technologies UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0200
 uhci_root_ctrl_control type=0x80 request=06
 uhci_root_ctrl_control wValue=0x0200
 uhci_root_ctrl_control type=0x00 request=09
 uhub_attach: getting hub descriptor
 uhci_root_ctrl_control type=0xa0 request=06
 uhci_open: pipe=0x3ecdb88, addr=1, endpt=129 (1)
 uhci_root_intr_start: xfer=0x3df7ea0 len=1 flags=132
 uhub_intr: sc=0x3e9f0c8
 uhci_root_ctrl_control type=0x23 request=03
 usb_init_port: turn on port 1 power
 uhci_root_ctrl_control type=0x23 request=03
 usb_init_port: turn on port 2 power
 uhub_intr: sc=0x3e9f0c8
 adbkbd0 at nadb0 addr 2: extended keyboard
 wskbd0 at adbkbd0 mux 1
 wsmouse0 at adbkbd0 mux 0
 adbms0 at nadb0 addr 3: 1-button, 100 dpi mouse
 wsmouse1 at adbms0 mux 0
 uhub_intr: sc=0x3e9f0c8
 uhub_explore dev=0x3ecdc88 addr=1
 uhci_root_ctrl_control type=0xa0 request=00
 uhci_root_ctrl_control type=0xa3 request=00
 uhub_explore: C_PORT_ENABLED
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=1 feature=17
 uhub_explore: status change hub=1 port=1
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=1 feature=16
 uhub_intr: sc=0x3e9f0c8
 uhci_root_ctrl_control type=0x23 request=03
 uhub_intr: sc=0x3e9f0c8
 uhci port 1 reset, status0 = 0x038a
 uhci port 1 reset, status1 = 0x01ab
 uhci port 1 iteration 9, status = 0x01af
 uhub_intr: sc=0x3e9f0c8
 uhci port 1 iteration 8, status = 0x01a5
 uhci port 1 reset, status2 = 0x01a5
 uhci_root_ctrl_control type=0xa3 request=00
 uhci_root_ctrl_control type=0x23 request=01
 uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=1 feature=20
 uhub_intr: sc=0x3e9f0c8
 uhci_root_ctrl_control type=0xa3 request=00
 uhci_open: pipe=0x3ecd788, addr=0, endpt=0 (1)
 uhci_device_control type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000 len=64, addr=0, endpt=0
 uhci_alloc_std_chain: addr=0 endpt=0 len=64 speed=1 flags=0x6
 uhci_alloc_std_chain: maxp=8 ntd=8
 uhci_alloc_std_chain: nexttog=1
 uhci_device_request: before transfer
 TD(0xba67a0) at 00ba67a0 = link=0x00ba65f0 status=0x1c800000 token=0x00e0002d buffer=0x00bdbf80
   0xba65f0> 0x1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba65f0) at 00ba65f0 = link=0x00ba6620 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf40
   0xba6620> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6620) at 00ba6620 = link=0x00ba6650 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf48
   0xba6650> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6650) at 00ba6650 = link=0x00ba6680 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf50
   0xba6680> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6680) at 00ba6680 = link=0x00ba66b0 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf58
   0xba66b0> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba66b0) at 00ba66b0 = link=0x00ba66e0 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf60
   0xba66e0> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba66e0) at 00ba66e0 = link=0x00ba6710 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf68
   0xba6710> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6710) at 00ba6710 = link=0x00ba6740 status=0x3c8003ff token=0x00e80069 buffer=0x00bdbf70
   0xba6740> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=1,maxlen=8
 TD(0xba6740) at 00ba6740 = link=0x00ba6770 status=0x3c8003ff token=0x00e00069 buffer=0x00bdbf78
   0xba6770> 0x3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=0,endpt=0,D=0,maxlen=8
 TD(0xba6770) at 00ba6770 = link=0x00000001 status=0x1d800000 token=0xffe800e1 buffer=0x00000000
   0x1<T> 0x1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=0,endpt=0,D=1,maxlen=0
 uhci_add_ls_ctrl: sqh=0xba4710
 uhci_enter_ctl_q: follow from [0]
 uhci0: uhci_intr1
 uhci0 regs: cmd=0081, sts=0001, intr=000f, frnum=03c7, flbase=00b9e000, sof=0040, portsc1=01a5, portsc2=008a
 uhci0: uhci_intr: exit
 uhci0: uhci_intr1
 uhci0 regs: cmd=0081, sts=0001, intr=000f, frnum=03ef, flbase=00b9e000, sof=0040, portsc1=01a5, portsc2=008a
 uhci0: uhci_intr: exit
 uhci0: uhci_intr1
 uhci0 regs: cmd=0081, sts=0001, intr=000f, frnum=0417, flbase=00b9e000, sof=0040, portsc1=01a5, portsc2=008a
 uhci0: uhci_intr: exit
 uhci0: uhci_intr1
 uhci0 regs: cmd=0081, sts=0001, intr=000f, frnum=043f, flbase=00b9e000, sof=0040, portsc1=01a5, portsc2=008a
 uhci0: uhci_intr: exit
  :
 [ repeat forever ]
 ---

 Needs some conditional around debug dump?

 ---
 Izumi Tsutsui

From: Nick Hudson <nick.hudson@gmx.co.uk>
To: gnats-bugs@NetBSD.org, kern-bug-people@netbsd.org, 
 gnats-admin@netbsd.org, netbsd-bugs@netbsd.org, tsutsui@ceres.dti.ne.jp
Cc: 
Subject: Re: kern/11018 (VIA VT83C572 UHCI USB controller does not work)
Date: Sat, 19 Oct 2013 15:55:54 +0100

 On 19/10/2013 03:45, Izumi Tsutsui wrote:
 > The following reply was made to PR kern/11018; it has been noted by GNATS.
 >
 > From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
 > To: skrll@netbsd.org
 > Cc: gnats-bugs@NetBSD.org, tsutsui@ceres.dti.ne.jp
 > Subject: Re: kern/11018 (VIA VT83C572 UHCI USB controller does not work)
 > Date: Sat, 19 Oct 2013 11:40:05 +0900
 >
 >   > Can you change uhci_debug to 16, add a call to uhci_dump in
 >   > uhci_check_intr just before the
 >   >
 >   >                  /* If the last TD is not marked active we can complete */
 >   >
 >   > comment and send the output, please?
 >   
 >   It seems debug printf mangles interrupt (causes infinite loop):

 oh, can you change the DPRINTFN values in uhci_intr to 20 or anything 
 above 15.

 Thanks,
 Nick

From: scole_mail <scole_mail@gmx.com>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: kern/11018 (VIA VT83C572 UHCI USB controller does not work)
Date: Fri, 21 Nov 2014 15:06:58 -0500

 Is anyone still looking at this?  I have the same chip on a vantec
 card.  I tried it on a amd64/NetBSD 6.1_STABLE and it works fine, but
 on macppc/current it won't detect my usb mouse:

 Here is some dmesg output from my powermac:

 VIA Technologies VT83C572 USB Controller (USB serial bus, UHCI, revision 0x61) at pci0 dev 13 function 0 not configured
 VIA Technologies VT83C572 USB Controller (USB serial bus, UHCI, revision 0x61) at pci0 dev 13 function 1 not configured
 ehci0 at pci0 dev 13 function 2: VIA Technologies VT8237 EHCI USB Controller (rev. 0x63)
 ehci0: interrupting at irq 23
 ehci0: dropped intr workaround enabled
 ehci0: EHCI version 1.0
 ehci0: wrong number of companions (2 != 0)
 ehci0: ohci or uhci probably not configured
 usb0 at ehci0: USB revision 2.0

 The card will detect a usb drive that I haven't tried to use yet:
 attatching:
 	umass0 at uhub0 port 3 configuration 1 interface 0
 	umass0: Kingston DataTraveler 2.0, rev 2.00/1.00, addr 2
 	umass0: using SCSI over Bulk-Only
 	umass0: scsibus not configured

 detatching:
 	umass0: detached
 	umass0: at uhub0 port 3 (addr 2) disconnected

 Let me know if any other info would be useful,

 Thanks

From: scole_mail <scole_mail@gmx.com>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: kern/11018
Date: Sun, 23 Nov 2014 20:35:27 -0500

 Please disregard my previous email.  I was missing stuff in my macppc
 kernel conf file.  I happy to report my mouse and usb drive both work
 with my card.  (I'll still to be glad to provide any info...)

 Sorry for the false alarm

State-Changed-From-To: feedback->open
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Sun, 29 May 2016 23:56:03 +0000
State-Changed-Why:
Feedback was received since last feedback request (quite a bit in fact)
...and it seems there's still problems. Or there were, at the time. Given
recent USB changes, testing this again is probably worthwhile.


Responsible-Changed-From-To: kern-bug-people->skrll
Responsible-Changed-By: skrll@NetBSD.org
Responsible-Changed-When: Mon, 30 May 2016 06:12:44 +0000
Responsible-Changed-Why:
Take


State-Changed-From-To: open->feedback
State-Changed-By: skrll@NetBSD.org
State-Changed-When: Thu, 05 Jan 2017 11:16:25 +0000
State-Changed-Why:
Can you try with HEAD and report back.

Better debugging facilities are available in HEAD

http://www.netbsd.org/docs/kernel/#usb-debugging


From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
To: gnats-bugs@NetBSD.org
Cc: tsutsui@ceres.dti.ne.jp
Subject: Re: kern/11018 (VIA VT83C572 UHCI USB controller does not work)
Date: Sun, 12 Feb 2017 23:06:03 +0900

 > Can you try with HEAD and report back.

 Finally I've restored my Apus and replaced dead 4.5V backup battery
 so that it now gets working state again.

 I've tried 7.99.59 kernel updated around 20170211 with GENERIC + uhci,
 and short result is:

 - umass seems working fine
 - ums and ukbd still cause "uhub0: device problem, disabling port N"

 ---

 [Boot up with mouse and USB stick plugged to the uhci PCI board]

 Open Firmware, 2.0
 To continue booting the MacOS type:
 BYE<return>
 To continue booting from the default boot device type:
 BOOT<return>
  ok
 0 > boot -s 
 OF_open bootpath=ata/ATA-Disk@0
 read stage 2 blocks: 01234. done!
 starting stage 2...

 >> NetBSD/macppc OpenFirmware Boot, Revision 1.12
 Cannot use bootpath
 Using boot-device instead
 9790564+169704 [407360+391902]=0xa4328c
  start=0x100000
 mem region 0 start=0 size=4000000
 avail region 0 start=0x4800 size=0xefb800
 avail region 1 start=0x1011000 size=0x2fef000
 Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
     2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017
     The NetBSD Foundation, Inc.  All rights reserved.
 Copyright (c) 1982, 1986, 1989, 1991, 1993
     The Regents of the University of California.  All rights reserved.

 NetBSD 7.99.59 (GENERIC_UHCI) #12: Sun Feb 12 22:02:32 JST 2017
 	tsutsui@mirage:/usr/src/sys/arch/macppc/compile/GENERIC_UHCI
 total memory = 65536 KB
 avail memory = 52036 KB
 found ohare PIC at f3000000
 bootpath: ata/ATA-Disk@0/netbsd
 mainbus0 (root)
 cpu0 at mainbus0: 603ev (Revision 2.1), ID 0 (primary)
 cpu0: HID0 0x90c001<DOZE,DPM,ICE,DCE,NOPTI>, powersave: 1
 cpu0: ohare L2 cache enabled
 memory0 at mainbus0
 bandit0 at mainbus0
 pci0 at bandit0 bus 0
 pchb0 at pci0 dev 11 function 0
 pchb0: Apple Computer Bandit Host-PCI Bridge (rev. 0x02)
 ex0 at pci0 dev 13 function 0: 3Com 3c905B-TX 10/100 Ethernet (rev. 0x30)
 ex0: interrupting at irq 23
 ex0: MAC address 00:50:04:65:51:1a
 exphy0 at ex0 phy 24: 3Com internal media interface
 exphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
 uhci0 at pci0 dev 14 function 0: VIA Technologies VT83C572 USB Controller (rev. 0x04)
 uhci0: interrupting at irq 25
 usb0 at uhci0: USB revision 1.0
 obio0 at pci0 dev 16 function 0: addr 0xf3000000
 mesh0 at obio0 offset 0x10000 irq 12: 50MHz, SCSI ID 7
 scsibus0 at mesh0: 8 targets, 8 luns per target
 mesh0: couldn't establish power handler
 zsc0 at obio0 irq 15,16
 zstty0 at zsc0 channel 0 (console i/o)
 zstty1 at zsc0 channel 1
 awacs at obio0 offset 0x14000 not configured
 swim3 at obio0 offset 0x15000 not configured
 nvram0 at obio0 offset 0x60000
 cuda0 at obio0 offset 0x16000 irq 18
 nadb0 at cuda0: Apple Desktop Bus
 iic0 at cuda0: I2C bus
 cuda0: error doing I2C
 wdc0 at obio0 offset 0x20000 irq property not found; using 13: DMA transfer
 atabus0 at wdc0 channel 0
 vmmask 7f000000 schedmask 7f000000 highmask 7f000000
 scsibus0: waiting 2 seconds for devices to settle...
 uhub0 at usb0: VIA Technologies UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 adbkbd0 at nadb0 addr 2: extended keyboard
 wskbd0 at adbkbd0 mux 1
 wsmouse0 at adbkbd0 mux 0
 adbms0 at nadb0 addr 3: 1-button, 100 dpi mouse
 wsmouse1 at adbms0 mux 0
 cd0 at scsibus0 target 3 lun 0: <MATSHITA, CD-ROM CR-506, 8S05> cdrom removable
 wd0 at atabus0 drive 0
 wd0: <ST320011A>
 wd0: 19092 MB, 38792 cyl, 16 head, 63 sec, 512 bytes/sect x 39102336 sectors
 uhub0: device problem, disabling port 1
 umass0 at uhub0 port 2 configuration 1 interface 0
 umass0: Melco product 023b, rev 2.10/0.01, addr 2
 scsibus1 at umass0: 2 targets, 1 lun per target
 sd0 at scsibus1 target 0 lun 0: <BUFFALO, USB Flash Disk, 1.00> disk removable
 sd0: fabricating a geometry
 sd0: 30936 MB, 30936 cyl, 64 head, 32 sec, 512 bytes/sect x 63356928 sectors
 sd0: fabricating a geometry
 swwdog0: software watchdog initialized
 WARNING: 3 errors while detecting hardware; check system log.
 boot device: wd0
 root on wd0a dumps on wd0b
 root file system type: ffs
 kern.module.path=/stand/macppc/7.99.59/modules
 Enter pathname of shell or RETURN for /bin/sh: 
 Terminal type? [unknown] kterm
 Terminal type is kterm.
 We recommend creating a non-root account and using su(1) for root access.
 # dd if=/dev/rsd0c of=/dev/null bs=1m
 ^C5+0 records in
 5+0 records out
 5242880 bytes transferred in 6.255 secs (838190 bytes/sec)

 [unplug mouse, and plug mouse again]

 uhub0: device problem, disabling port 1

 [unplug mouse, and plug mouse again]

 uhub0: device problem, disabling port 1

 [unplug mouse, and plug USB hub with keyboard and mouse]

 uhub1 at uhub0 port 1: Genesys Logic product 0608, class 9/0, rev 2.00/77.61, addr 3
 uhub1: device problem, disabling port 1
 uhub1: device problem, disabling port 3

 [unplug the USB stick and the hub, plug the USB stick to the hub,
  and then plug the USB hub again]

 sd0: detached
 scsibus1: detached
 umass0: detached
 umass0: at uhub0 port 2 (addr 2) disconnected
 uhub1: detached
 uhub1: at uhub0 port 1 (addr 3) disconnected
 uhub1 at uhub0 port 2: Genesys Logic product 0608, class 9/0, rev 2.00/77.61, addr 2
 uhub1: device problem, disabling port 1
 umass0 at uhub1 port 2 configuration 1 interface 0
 umass0: Melco product 023b, rev 2.10/0.01, addr 3
 scsibus1 at umass0: 2 targets, 1 lun per target
 sd0 at scsibus1 target 0 lun 0: <BUFFALO, USB Flash Disk, 1.00> disk removable
 sd0: fabricating a geometry
 sd0: 30936 MB, 30936 cyl, 64 head, 32 sec, 512 bytes/sect x 63356928 sectors
 sd0: fabricating a geometry
 uhub1: device problem, disabling port 3

 ---

 So it looks USB 1.1 devices still have some issue.

 I'll check details with USB_DEUBG and UHCI_DEBUG later in this week.
 (actually I'm tired today to restoring the old machine...)

 ---
 Izumi Tsutsui

From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
To: gnats-bugs@NetBSD.org
Cc: skrll@NetBSD.org, tsutsui@ceres.dti.ne.jp
Subject: Re: kern/11018 (VIA VT83C572 UHCI USB controller does not work)
Date: Tue, 14 Feb 2017 23:36:25 +0900

 > I'll check details with USB_DEUBG and UHCI_DEBUG later in this week.

 Here is usbhist output with hw.usb.debug=127 and hw.uhci.debug=127
 on plugging a USB mouse:

 ---
 1487082267.-2118411874 uhci_poll_hub#219@0: called!
 1487082213.27943486 uhci_poll_hub#1@0: called!
 1487082213.1101204274 uhci_poll_hub#2@0: called!
 1487082213.-2119896644 uhci_poll_hub#3@0: called!
 1487082213.-1046286676 uhci_poll_hub#4@0: called!
 1487082214.27692231 uhci_poll_hub#5@0: called!
 1487082214.1101209428 uhci_poll_hub#6@0: called!
 1487082214.-2119893208 uhci_poll_hub#7@0: called!
 1487082214.-1046281951 uhci_poll_hub#8@0: called!
 1487082215.27696526 uhci_poll_hub#9@0: called!
 1487082215.1101211146 uhci_poll_hub#10@0: called!
 1487082215.-2119887625 uhci_poll_hub#11@0: called!
 1487082215.-1046277227 uhci_poll_hub#12@0: called!
 1487082216.27700391 uhci_poll_hub#13@0: called!
 1487082216.1101215441 uhci_poll_hub#14@0: called!
 1487082216.-2119881182 uhci_poll_hub#15@0: called!
 1487082216.-1046270355 uhci_poll_hub#16@0: called!
 1487082217.27705545 uhci_poll_hub#17@0: called!
 1487082217.1101220165 uhci_poll_hub#18@0: called!
 1487082217.-2119876458 uhci_poll_hub#19@0: called!
 1487082217.-1046267778 uhci_poll_hub#20@0: called!
 1487082218.27708551 uhci_poll_hub#21@0: called!
 1487082218.1101225749 uhci_poll_hub#22@0: called!
 1487082218.-2119873022 uhci_poll_hub#23@0: called!
 1487082218.-1046262194 uhci_poll_hub#24@0: called!
 1487082219.27716282 uhci_poll_hub#25@0: called!
 1487082219.1101231762 uhci_poll_hub#26@0: called!
 1487082219.-2119869156 uhci_poll_hub#27@0: called!
 1487082219.-1046257470 uhci_poll_hub#28@0: called!
 1487082220.27717571 uhci_poll_hub#29@0: called!
 1487082220.1101240352 uhci_poll_hub#30@0: called!
 1487082220.-2119864002 uhci_poll_hub#31@0: called!
 1487082220.-1046253604 uhci_poll_hub#32@0: called!
 1487082221.27727020 uhci_poll_hub#33@0: called!
 1487082221.1101238204 uhci_poll_hub#34@0: called!
 1487082221.-2119856271 uhci_poll_hub#35@0: called!
 1487082221.-1046248880 uhci_poll_hub#36@0: called!
 1487082221.-1046193045 usb_transfer_complete#1@0: called!
 1487082221.-1046176295 usb_transfer_complete#1@0: pipe = 0x3e2d448 xfer = 0x3e08ee0 status = 0 actlen = 1
 1487082221.-1046147089 usb_transfer_complete#1@0: xfer 0x3e08ee0: repeat 1 new head = 0x3e08ee0
 1487082221.-1046116595 usb_transfer_complete#1@0: xfer 0x3e08ee0 doing done 0x2a69fc
 1487082221.-1046080088 usb_transfer_complete#1@0: xfer 0x3e08ee0 doing callback 0x1c592c status 0
 1487082221.-1046023824 usb_needs_explore#1@0: called!
 1487082221.-1045889821 usbd_start_next#1@0: called!
 1487082221.-1045863192 usbd_start_next#1@0: pipe = 0x3e2d448, xfer = 0x3e08ee0
 1487082221.-1045831839 uhci_root_intr_start#1@0: called!
 1487082221.-1045815088 uhci_root_intr_start#1@0: xfer=0x3e08ee0 len=1 flags=132
 1487082221.-1045629116 usb_event_thread#0@0: sc 0x3ecd0f8 woke up
 1487082221.-1045594327 usb_discover#1@0: called!
 1487082221.-1045514011 usbd_get_port_status#1@0: called!
 1487082221.-1045495113 usbd_get_port_status#1@0: dev 0x3e27298 port 1
 1487082221.-1045456888 usbd_do_request_flags#1@0: called!
 1487082221.-1045418233 usbd_alloc_xfer#1@0: called!
 1487082221.-1045320308 usbd_alloc_xfer#1@0: returns 0x3e08e00
 1487082221.-1045280365 usb_allocmem_flags#1@0: called!
 1487082221.-1045242140 usb_allocmem_flags#1@0: use frag=0xd5df80 size=4
 1487082221.-1045172132 usbd_transfer#1@0: called!
 1487082221.-1045153234 usbd_transfer#1@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487082221.-1045124028 usbd_dump_queue#1@0: called!
 1487082221.-1045108996 usbd_dump_queue#1@0: pipe = 0x3e2d6c8
 1487082221.-1045055308 usb_insert_transfer#1@0: called!
 1487082221.-1045038129 usb_insert_transfer#1@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487082221.-1045009352 usb_insert_transfer#1@0: <- done xfer 0x3e08e00, err 0
 1487082221.-1044972416 roothub_ctrl_start#1@0: called!
 1487082221.-1044951800 roothub_ctrl_start#1@0: type=0xa3 request= 0
 1487082221.-1044899831 uhci_roothub_ctrl#1@0: called!
 1487082221.-1044881362 uhci_roothub_ctrl#1@0: type=0xa3 request=00
 1487082221.-1044837124 uhci_roothub_ctrl#1@0: returning 4
 1487082221.-1044815649 roothub_ctrl_start#1@0: xfer 0x3e08e00 buflen -1 actlen 4
 1487082221.-1044794604 roothub_ctrl_start#1@0: xfer 0x3e08e00 err 0
 1487082221.-1044777854 usb_transfer_complete#2@0: called!
 1487082221.-1044770123 usb_transfer_complete#2@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 4
 1487082221.-1044753802 usb_transfer_complete#2@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487082221.-1044739628 usb_transfer_complete#2@0: xfer 0x3e08e00 doing done 0x2a4da4
 1487082221.-1044720731 usb_transfer_complete#2@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487082221.-1044706987 usb_transfer_complete#2@0: <- done xfer 0x3e08e00, wakeup
 1487082221.-1044685082 usbd_start_next#2@0: called!
 1487082221.-1044673056 usbd_start_next#2@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487082221.-1044645998 usbd_transfer#1@0: <- done transfer 0x3e08e00, err = 0
 1487082221.-1044625382 usbd_transfer#1@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487082221.-1044580715 usbd_free_xfer#1@0: called!
 1487082221.-1044563535 usbd_free_xfer#1@0: 0x3e08e00
 1487082221.-1044525310 usb_freemem#1@0: called!
 1487082221.-1044498681 usb_freemem#1@0: frag=0xd5df80
 1487082221.-1044383146 usbd_clear_port_feature#1@0: called!
 1487082221.-1044366396 usbd_clear_port_feature#1@0: dev 0x3e27298 port 1 sel 16
 1487082221.-1044347068 usbd_do_request_flags#2@0: called!
 1487082221.-1044337190 usbd_alloc_xfer#2@0: called!
 1487082221.-1044308843 usbd_alloc_xfer#2@0: returns 0x3e08e00
 1487082221.-1044292093 usbd_transfer#2@0: called!
 1487082221.-1044283932 usbd_transfer#2@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487082221.-1044273195 usbd_dump_queue#2@0: called!
 1487082221.-1044262458 usbd_dump_queue#2@0: pipe = 0x3e2d6c8
 1487082221.-1044249143 usb_insert_transfer#2@0: called!
 1487082221.-1044240983 usb_insert_transfer#2@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487082221.-1044232393 usb_insert_transfer#2@0: <- done xfer 0x3e08e00, err 0
 1487082221.-1044217790 roothub_ctrl_start#2@0: called!
 1487082221.-1044205764 roothub_ctrl_start#2@0: type=0x23 request=0x1
 1487082221.-1044189873 uhci_roothub_ctrl#2@0: called!
 1487082221.-1044183430 uhci_roothub_ctrl#2@0: type=0x23 request=01
 1487082221.-1044164532 uhci_roothub_ctrl#2@0: UR_CLEAR_PORT_FEATURE port=1 feature=16
 1487082221.-1044130602 uhci_roothub_ctrl#2@0: returning 0
 1487082221.-1044120294 roothub_ctrl_start#2@0: xfer 0x3e08e00 buflen -1 actlen 0
 1487082221.-1044113852 roothub_ctrl_start#2@0: xfer 0x3e08e00 err 0
 1487082221.-1044098819 usb_transfer_complete#3@0: called!
 1487082221.-1044088511 usb_transfer_complete#3@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 0
 1487082221.-1044073049 usb_transfer_complete#3@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487082221.-1044064030 usb_transfer_complete#3@0: xfer 0x3e08e00 doing done 0x2a4da4
 1487082221.-1044052863 usb_transfer_complete#3@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487082221.-1044042985 usb_transfer_complete#3@0: <- done xfer 0x3e08e00, wakeup
 1487082221.-1044028811 usbd_start_next#3@0: called!
 1487082221.-1044017215 usbd_start_next#3@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487082221.-1044000465 usbd_transfer#2@0: <- done transfer 0x3e08e00, err = 0
 1487082221.-1043989727 usbd_transfer#2@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487082221.-1043975554 usbd_free_xfer#2@0: called!
 1487082221.-1043966964 usbd_free_xfer#2@0: 0x3e08e00
 1487082222.27763957 uhci_poll_hub#37@0: called!
 1487082222.285376095 usbd_reset_port#1@0: called!
 1487082222.285403153 usbd_do_request_flags#3@0: called!
 1487082222.285418186 usbd_alloc_xfer#3@0: called!
 1487082222.285483469 usbd_alloc_xfer#3@0: returns 0x3e08e00
 1487082222.285514822 usbd_transfer#3@0: called!
 1487082222.285525989 usbd_transfer#3@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487082222.285540163 usbd_dump_queue#3@0: called!
 1487082222.285550900 usbd_dump_queue#3@0: pipe = 0x3e2d6c8
 1487082222.285577529 usb_insert_transfer#3@0: called!
 1487082222.285588266 usb_insert_transfer#3@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487082222.285603299 usb_insert_transfer#3@0: <- done xfer 0x3e08e00, err 0
 1487082222.285622626 roothub_ctrl_start#3@0: called!
 1487082222.285634652 roothub_ctrl_start#3@0: type=0x23 request=0x3
 1487082222.285663858 uhci_roothub_ctrl#3@0: called!
 1487082222.285671159 uhci_roothub_ctrl#3@0: type=0x23 request=03
 1487082222.285714538 uhci_portreset#1@0: called!
 1487082222.1101245935 uhci_poll_hub#38@0: called!
 1487082222.1101296616 usb_transfer_complete#4@0: called!
 1487082222.1101306065 usb_transfer_complete#4@0: pipe = 0x3e2d448 xfer = 0x3e08ee0 status = 0 actlen = 1
 1487082222.1101321097 usb_transfer_complete#4@0: xfer 0x3e08ee0: repeat 1 new head = 0x3e08ee0
 1487082222.1101338277 usb_transfer_complete#4@0: xfer 0x3e08ee0 doing done 0x2a69fc
 1487082222.1101360611 usb_transfer_complete#4@0: xfer 0x3e08ee0 doing callback 0x1c592c status 0
 1487082222.1101389816 usbd_start_next#4@0: called!
 1487082222.1101406567 usbd_start_next#4@0: pipe = 0x3e2d448, xfer = 0x3e08ee0
 1487082222.1101426324 uhci_root_intr_start#2@0: called!
 1487082222.1101436632 uhci_root_intr_start#2@0: xfer=0x3e08ee0 len=1 flags=132
 1487082222.1402037098 uhci_portreset#1@0: uhci port 1 reset, status0 = 0x038a
 1487082222.1402494941 uhci_portreset#1@0: uhci port 1 reset, status1 = 0x01ab
 1487082222.1659706789 uhci_portreset#1@0: uhci port 1 iteration 9, status = 0x01af
 1487082222.1917399243 uhci_portreset#1@0: uhci port 1 iteration 8, status = 0x01a5
 1487082222.1917414705 uhci_portreset#1@0: uhci port 1 reset, status2 = 0x01a5
 1487082222.1917450353 roothub_ctrl_start#3@0: xfer 0x3e08e00 buflen -1 actlen 0
 1487082222.1917464097 roothub_ctrl_start#3@0: xfer 0x3e08e00 err 0
 1487082222.1917482565 usb_transfer_complete#5@0: called!
 1487082222.1917491585 usb_transfer_complete#5@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 0
 1487082222.1917508335 usb_transfer_complete#5@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487082222.1917521220 usb_transfer_complete#5@0: xfer 0x3e08e00 doing done 0x2a4da4
 1487082222.1917534964 usb_transfer_complete#5@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487082222.1917545701 usb_transfer_complete#5@0: <- done xfer 0x3e08e00, wakeup
 1487082222.1917566747 usbd_start_next#5@0: called!
 1487082222.1917580920 usbd_start_next#5@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487082222.1917601536 usbd_transfer#3@0: <- done transfer 0x3e08e00, err = 0
 1487082222.1917612703 usbd_transfer#3@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487082222.1917645345 usbd_free_xfer#3@0: called!
 1487082222.1917656511 usbd_free_xfer#3@0: 0x3e08e00
 1487082222.1917730814 usbd_reset_port#1@0: port 1 reset done, error=0
 1487082222.-2119816328 uhci_poll_hub#39@0: called!
 1487082222.-2119596855 usbd_get_port_status#2@0: called!
 1487082222.-2119580105 usbd_get_port_status#2@0: dev 0x3e27298 port 1
 1487082222.-2119557342 usbd_do_request_flags#4@0: called!
 1487082222.-2119538873 usbd_alloc_xfer#4@0: called!
 1487082222.-2119468865 usbd_alloc_xfer#4@0: returns 0x3e08e00
 1487082222.-2119439660 usb_allocmem_flags#2@0: called!
 1487082222.-2119412172 usb_allocmem_flags#2@0: use frag=0xd5df80 size=4
 1487082222.-2119367504 usbd_transfer#4@0: called!
 1487082222.-2119357196 usbd_transfer#4@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487082222.-2119340446 usbd_dump_queue#4@0: called!
 1487082222.-2119328420 usbd_dump_queue#4@0: pipe = 0x3e2d6c8
 1487082222.-2119305657 usb_insert_transfer#4@0: called!
 1487082222.-2119294060 usb_insert_transfer#4@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487082222.-2119276880 usb_insert_transfer#4@0: <- done xfer 0x3e08e00, err 0
 1487082222.-2119254547 roothub_ctrl_start#4@0: called!
 1487082222.-2119243809 roothub_ctrl_start#4@0: type=0xa3 request= 0
 1487082222.-2119219328 uhci_roothub_ctrl#4@0: called!
 1487082222.-2119206872 uhci_roothub_ctrl#4@0: type=0xa3 request=00
 1487082222.-2119178526 uhci_roothub_ctrl#4@0: returning 4
 1487082222.-2119167788 roothub_ctrl_start#4@0: xfer 0x3e08e00 buflen -1 actlen 4
 1487082222.-2119157051 roothub_ctrl_start#4@0: xfer 0x3e08e00 err 0
 1487082222.-2119139871 usb_transfer_complete#6@0: called!
 1487082222.-2119128274 usb_transfer_complete#6@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 4
 1487082222.-2119114101 usb_transfer_complete#6@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487082222.-2119100787 usb_transfer_complete#6@0: xfer 0x3e08e00 doing done 0x2a4da4
 1487082222.-2119080600 usb_transfer_complete#6@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487082222.-2119066856 usb_transfer_complete#6@0: <- done xfer 0x3e08e00, wakeup
 1487082222.-2119045382 usbd_start_next#6@0: called!
 1487082222.-2119030779 usbd_start_next#6@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487082222.-2119011881 usbd_transfer#4@0: <- done transfer 0x3e08e00, err = 0
 1487082222.-2118998996 usbd_transfer#4@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487082222.-2118981387 usbd_free_xfer#4@0: called!
 1487082222.-2118970220 usbd_free_xfer#4@0: 0x3e08e00
 1487082222.-2118945309 usb_freemem#2@0: called!
 1487082222.-2118928129 usb_freemem#2@0: frag=0xd5df80
 1487082222.-2118845666 usbd_clear_port_feature#2@0: called!
 1487082222.-2118836217 usbd_clear_port_feature#2@0: dev 0x3e27298 port 1 sel 20
 1487082222.-2118821184 usbd_do_request_flags#5@0: called!
 1487082222.-2118810017 usbd_alloc_xfer#5@0: called!
 1487082222.-2118785107 usbd_alloc_xfer#5@0: returns 0x3e08e00
 1487082222.-2118766638 usbd_transfer#5@0: called!
 1487082222.-2118758478 usbd_transfer#5@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487082222.-2118744734 usbd_dump_queue#5@0: called!
 1487082222.-2118736573 usbd_dump_queue#5@0: pipe = 0x3e2d6c8
 1487082222.-2118721541 usb_insert_transfer#5@0: called!
 1487082222.-2118712522 usb_insert_transfer#5@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487082222.-2118702214 usb_insert_transfer#5@0: <- done xfer 0x3e08e00, err 0
 1487082222.-2118689758 roothub_ctrl_start#5@0: called!
 1487082222.-2118679021 roothub_ctrl_start#5@0: type=0x23 request=0x1
 1487082222.-2118666136 uhci_roothub_ctrl#5@0: called!
 1487082222.-2118657117 uhci_roothub_ctrl#5@0: type=0x23 request=01
 1487082222.-2118644661 uhci_roothub_ctrl#5@0: UR_CLEAR_PORT_FEATURE port=1 feature=20
 1487082222.-2118624904 uhci_roothub_ctrl#5@0: returning 0
 1487082222.-2118614167 roothub_ctrl_start#5@0: xfer 0x3e08e00 buflen -1 actlen 0
 1487082222.-2118606006 roothub_ctrl_start#5@0: xfer 0x3e08e00 err 0
 1487082222.-2118593551 usb_transfer_complete#7@0: called!
 1487082222.-2118581955 usb_transfer_complete#7@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 0
 1487082222.-2118567781 usb_transfer_complete#7@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487082222.-2118557473 usb_transfer_complete#7@0: xfer 0x3e08e00 doing done 0x2a4da4
 1487082222.-2118547165 usb_transfer_complete#7@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487082222.-2118536428 usb_transfer_complete#7@0: <- done xfer 0x3e08e00, wakeup
 1487082222.-2118520107 usbd_start_next#7@0: called!
 1487082222.-2118507222 usbd_start_next#7@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487082222.-2118491331 usbd_transfer#5@0: <- done transfer 0x3e08e00, err = 0
 1487082222.-2118481023 usbd_transfer#5@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487082222.-2118467709 usbd_free_xfer#5@0: called!
 1487082222.-2118456112 usbd_free_xfer#5@0: 0x3e08e00
 1487082222.-1046236854 uhci_poll_hub#40@0: called!
 1487082222.-1003080164 usbd_new_device#1@0: called!
 1487082222.-1003060836 usbd_new_device#1@0: bus=0x3e3200c port=1 depth=1 speed=1
 1487082222.-1002922109 usbd_setup_pipe_flags#1@0: called!
 1487082222.-1002870140 usbd_setup_pipe_flags#1@0: dev=0x3dad488 addr=0 iface=0x0 ep=0x3dad4ac pipe=0xfdc05d5a
 1487082222.-1002831485 uhci_open#1@0: called!
 1487082222.-1002814305 uhci_open#1@0: pipe=0x3dcaac8, addr=0, endpt=0 (1)
 1487082222.-1002778657 uhci_alloc_sqh#1@0: called!
 1487082222.-1002739143 uhci_alloc_std#1@0: called!
 1487082222.-1002710796 uhci_alloc_std#2@0: called!
 1487082222.-1002685456 usb_allocmem_flags#3@0: called!
 1487082222.-1002660545 usb_allocmem_flags#3@0: use frag=0xd5df80 size=8
 1487082222.-1002636064 usbd_setup_pipe_flags#1@0: pipe=0x3dcaac8
 1487082222.-1002594403 usbd_get_initial_ddesc#1@0: called!
 1487082222.-1002578511 usbd_get_initial_ddesc#1@0: dev 0x3dad488
 1487082222.-1002551883 usbd_do_request_flags#6@0: called!
 1487082222.-1002538568 usbd_alloc_xfer#6@0: called!
 1487082222.-1002489176 usbd_alloc_xfer#6@0: returns 0x3e08e00
 1487082222.-1002468131 usb_allocmem_flags#4@0: called!
 1487082222.-1002456105 usb_allocmem_flags#4@0: use frag=0xd5df40 size=64
 1487082222.-1002432483 uhci_device_ctrl_init#1@0: called!
 1487082222.-1002413585 uhci_device_ctrl_init#1@0: xfer=0x3e08e00 len=64, addr=0, endpt=0
 1487082222.-1002379654 uhci_alloc_std_chain#1@0: called!
 1487082222.-1002363334 uhci_alloc_std_chain#1@0: xfer=0x3e08e00 pipe=0x3dcaac8
 1487082222.-1002343147 uhci_alloc_std_chain#1@0: maxp=8 ntd=8
 1487082222.-1002293755 uhci_alloc_std#3@0: called!
 1487082222.-1002278293 uhci_alloc_std#4@0: called!
 1487082222.-1002261543 uhci_alloc_std#5@0: called!
 1487082222.-1002249087 uhci_alloc_std#6@0: called!
 1487082222.-1002232767 uhci_alloc_std#7@0: called!
 1487082222.-1002220311 uhci_alloc_std#8@0: called!
 1487082222.-1002203561 uhci_alloc_std#9@0: called!
 1487082222.-1002191105 uhci_alloc_std#10@0: called!
 1487082222.-1002139995 usbd_transfer#6@0: called!
 1487082222.-1002124104 usbd_transfer#6@0: xfer = 0x3e08e00, flags = 0x6, pipe = 0x3dcaac8, running = 0
 1487082222.-1002107783 usbd_dump_queue#6@0: called!
 1487082222.-1002099193 usbd_dump_queue#6@0: pipe = 0x3dcaac8
 1487082222.-1002074282 usb_insert_transfer#6@0: called!
 1487082222.-1002062686 usb_insert_transfer#6@0: xfer = 0x3e08e00 pipe = 0x3dcaac8 running = 0 timeout = 5000
 1487082222.-1002046365 usb_insert_transfer#6@0: <- done xfer 0x3e08e00, err 0
 1487082222.-1002011146 uhci_device_ctrl_start#1@0: called!
 1487082222.-1001985376 uhci_device_ctrl_start#1@0: type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000
 1487082222.-1001967767 uhci_device_ctrl_start#1@0: len=64, addr=0, endpt=0
 1487082222.-1001916657 uhci_reset_std_chain#1@0: called!
 1487082222.-1001901195 uhci_reset_std_chain#1@0: xfer=0x3e08e00 len 64 isread 128 toggle 1
 1487082222.-1001783083 uhci_device_ctrl_start#1@0: --- dump start ---
 1487082222.-1001765904 uhci_device_ctrl_start#1@0: before transfer
 1487082222.-1001728967 uhci_dump_td#1@0: called!
 1487082222.-1001711358 uhci_dump_td#1@0: TD(0xd247a0) at 0x00d247a0
 1487082222.-1001694178 uhci_dump_td#1@0:    link=0x00d245f0 status=0x1c8003ff token=0x00e0002d buffer=0x00d5df80
 1487082222.-1001674850 uhci_dump_td#1@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-1001652516 uhci_dump_td#1@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-1001636625 uhci_dump_td#1@0: ios     =0 ls      =1 spd     =0
 1487082222.-1001616868 uhci_dump_td#1@0: errcnt  =3 actlen  =1024 pid=2d
 1487082222.-1001596682 uhci_dump_td#1@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082222.-1001576066 uhci_dump_td#2@0: called!
 1487082222.-1001569624 uhci_dump_td#2@0: TD(0xd245f0) at 0x00d245f0
 1487082222.-1001560175 uhci_dump_td#2@0:    link=0x00d24624 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df40
 1487082222.-1001552014 uhci_dump_td#2@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-1001543854 uhci_dump_td#2@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-1001537411 uhci_dump_td#2@0: ios     =0 ls      =1 spd     =1
 1487082222.-1001528821 uhci_dump_td#2@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-1001520661 uhci_dump_td#2@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082222.-1001509924 uhci_dump_td#3@0: called!
 1487082222.-1001503481 uhci_dump_td#3@0: TD(0xd24620) at 0x00d24620
 1487082222.-1001494032 uhci_dump_td#3@0:    link=0x00d24654 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df48
 1487082222.-1001485872 uhci_dump_td#3@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-1001477711 uhci_dump_td#3@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-1001471269 uhci_dump_td#3@0: ios     =0 ls      =1 spd     =1
 1487082222.-1001462249 uhci_dump_td#3@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-1001453659 uhci_dump_td#3@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082222.-1001442493 uhci_dump_td#4@0: called!
 1487082222.-1001436050 uhci_dump_td#4@0: TD(0xd24650) at 0x00d24650
 1487082222.-1001427890 uhci_dump_td#4@0:    link=0x00d24684 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df50
 1487082222.-1001419729 uhci_dump_td#4@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-1001411569 uhci_dump_td#4@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-1001404267 uhci_dump_td#4@0: ios     =0 ls      =1 spd     =1
 1487082222.-1001393959 uhci_dump_td#4@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-1001385799 uhci_dump_td#4@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082222.-1001374632 uhci_dump_td#5@0: called!
 1487082222.-1001368190 uhci_dump_td#5@0: TD(0xd24680) at 0x00d24680
 1487082222.-1001359600 uhci_dump_td#5@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df58
 1487082222.-1001351439 uhci_dump_td#5@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-1001343279 uhci_dump_td#5@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-1001336407 uhci_dump_td#5@0: ios     =0 ls      =1 spd     =1
 1487082222.-1001326958 uhci_dump_td#5@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-1001317939 uhci_dump_td#5@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082222.-1001306772 uhci_dump_td#6@0: called!
 1487082222.-1001300329 uhci_dump_td#6@0: TD(0xd246b0) at 0x00d246b0
 1487082222.-1001290880 uhci_dump_td#6@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df60
 1487082222.-1001282720 uhci_dump_td#6@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-1001274559 uhci_dump_td#6@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-1001268117 uhci_dump_td#6@0: ios     =0 ls      =1 spd     =1
 1487082222.-1001260386 uhci_dump_td#6@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-1001252226 uhci_dump_td#6@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082222.-1001241918 uhci_dump_td#7@0: called!
 1487082222.-1001235905 uhci_dump_td#7@0: TD(0xd246e0) at 0x00d246e0
 1487082222.-1001226885 uhci_dump_td#7@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df68
 1487082222.-1001218725 uhci_dump_td#7@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-1001210564 uhci_dump_td#7@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-1001203692 uhci_dump_td#7@0: ios     =0 ls      =1 spd     =1
 1487082222.-1001193384 uhci_dump_td#7@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-1001185224 uhci_dump_td#7@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082222.-1001174916 uhci_dump_td#8@0: called!
 1487082222.-1001168903 uhci_dump_td#8@0: TD(0xd24710) at 0x00d24710
 1487082222.-1001159454 uhci_dump_td#8@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df70
 1487082222.-1001151294 uhci_dump_td#8@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-1001143133 uhci_dump_td#8@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-1001137120 uhci_dump_td#8@0: ios     =0 ls      =1 spd     =1
 1487082222.-1001129389 uhci_dump_td#8@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-1001121229 uhci_dump_td#8@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082222.-1001109633 uhci_dump_td#9@0: called!
 1487082222.-1001103620 uhci_dump_td#9@0: TD(0xd24740) at 0x00d24740
 1487082222.-1001095459 uhci_dump_td#9@0:    link=0x00d24770 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df78
 1487082222.-1001087299 uhci_dump_td#9@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-1001079138 uhci_dump_td#9@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-1001072696 uhci_dump_td#9@0: ios     =0 ls      =1 spd     =1
 1487082222.-1001062388 uhci_dump_td#9@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-1001054228 uhci_dump_td#9@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082222.-1001043920 uhci_dump_td#10@0: called!
 1487082222.-1001037048 uhci_dump_td#10@0: TD(0xd24770) at 0x00d24770
 1487082222.-1001028028 uhci_dump_td#10@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487082222.-1001019868 uhci_dump_td#10@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-1001011707 uhci_dump_td#10@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487082222.-1001004835 uhci_dump_td#10@0: ios     =0 ls      =1 spd     =0
 1487082222.-1000994527 uhci_dump_td#10@0: errcnt  =3 actlen  =1024 pid=e1
 1487082222.-1000986367 uhci_dump_td#10@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487082222.-1000970046 uhci_device_ctrl_start#1@0: --- dump end ---
 1487082222.-1000940840 uhci_add_ls_ctrl#1@0: called!
 1487082222.-1000921513 uhci_add_ls_ctrl#1@0: sqh 0xd22710
 1487082222.-1000878134 uhci_device_ctrl_start#1@0: --- dump start ---
 1487082222.-1000860525 uhci_device_ctrl_start#1@0: follow from [0]
 1487082222.-1000842486 uhci_dump_td#11@0: called!
 1487082222.-1000827883 uhci_dump_td#11@0: TD(0xd1e7a0) at 0x00d1e7a0
 1487082222.-1000819722 uhci_dump_td#11@0:    link=0x00d20712 status=0x02000000 token=0x00000000 buffer=0x00000000
 1487082222.-1000811991 uhci_dump_td#11@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-1000805119 uhci_dump_td#11@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082222.-1000794812 uhci_dump_td#11@0: ios     =1 ls      =0 spd     =0
 1487082222.-1000786651 uhci_dump_td#11@0: errcnt  =0 actlen  =1 pid=00
 1487082222.-1000778061 uhci_dump_td#11@0: addr=0  endpt=0  D=0  maxlen=1,
 1487082222.-1000753580 uhci_dump_qh#1@0: called!
 1487082222.-1000732105 uhci_dump_qh#1@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487082222.-1000709342 uhci_dump_qh#2@0: called!
 1487082222.-1000701611 uhci_dump_qh#2@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487082222.-1000692162 uhci_dump_qh#3@0: called!
 1487082222.-1000683572 uhci_dump_qh#3@0: QH(0xd20740) at 0x00d20740: hlink=00d22712 elink=00000001
 1487082222.-1000674123 uhci_dump_qh#4@0: called!
 1487082222.-1000665962 uhci_dump_qh#4@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d247a0
 1487082222.-1000657802 uhci_dump_qh#5@0: called!
 1487082222.-1000646206 uhci_dump_qh#5@0: QH(0xd20770) at 0x00d20770: hlink=00d207a2 elink=00000001
 1487082222.-1000636757 uhci_dump_qh#6@0: called!
 1487082222.-1000622154 uhci_dump_qh#6@0: QH(0xd207a0) at 0x00d207a0: hlink=00d207d2 elink=00000001
 1487082222.-1000614852 uhci_dump_qh#7@0: called!
 1487082222.-1000602397 uhci_dump_qh#7@0: QH(0xd207d0) at 0x00d207d0: hlink=00000001 elink=00d1e7d0
 1487082222.-1000585647 uhci_device_ctrl_start#1@0: Enqueued QH:
 1487082222.-1000571903 uhci_dump_qh#8@0: called!
 1487082222.-1000564172 uhci_dump_qh#8@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d247a0
 1487082222.-1000554293 uhci_dump_td#12@0: called!
 1487082222.-1000546133 uhci_dump_td#12@0: TD(0xd247a0) at 0x00d247a0
 1487082222.-1000537543 uhci_dump_td#12@0:    link=0x00d245f0 status=0x1c8003ff token=0x00e0002d buffer=0x00d5df80
 1487082222.-1000531101 uhci_dump_td#12@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-1000520793 uhci_dump_td#12@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-1000511773 uhci_dump_td#12@0: ios     =0 ls      =1 spd     =0
 1487082222.-1000503183 uhci_dump_td#12@0: errcnt  =3 actlen  =1024 pid=2d
 1487082222.-1000496311 uhci_dump_td#12@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082222.-1000486433 uhci_dump_td#13@0: called!
 1487082222.-1000478272 uhci_dump_td#13@0: TD(0xd245f0) at 0x00d245f0
 1487082222.-1000469682 uhci_dump_td#13@0:    link=0x00d24624 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df40
 1487082222.-1000463240 uhci_dump_td#13@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-1000453791 uhci_dump_td#13@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-1000444772 uhci_dump_td#13@0: ios     =0 ls      =1 spd     =1
 1487082222.-1000435752 uhci_dump_td#13@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-1000428451 uhci_dump_td#13@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082222.-1000417713 uhci_dump_td#14@0: called!
 1487082222.-1000409553 uhci_dump_td#14@0: TD(0xd24620) at 0x00d24620
 1487082222.-1000401393 uhci_dump_td#14@0:    link=0x00d24654 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df48
 1487082222.-1000394950 uhci_dump_td#14@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-1000385931 uhci_dump_td#14@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-1000376911 uhci_dump_td#14@0: ios     =0 ls      =1 spd     =1
 1487082222.-1000367892 uhci_dump_td#14@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-1000360590 uhci_dump_td#14@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082222.-1000349853 uhci_dump_td#15@0: called!
 1487082222.-1000342122 uhci_dump_td#15@0: TD(0xd24650) at 0x00d24650
 1487082222.-1000334391 uhci_dump_td#15@0:    link=0x00d24684 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df50
 1487082222.-1000328378 uhci_dump_td#15@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-1000320647 uhci_dump_td#15@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-1000312487 uhci_dump_td#15@0: ios     =0 ls      =1 spd     =1
 1487082222.-1000303897 uhci_dump_td#15@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-1000297454 uhci_dump_td#15@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082222.-1000287146 uhci_dump_td#16@0: called!
 1487082222.-1000278986 uhci_dump_td#16@0: TD(0xd24680) at 0x00d24680
 1487082222.-1000270826 uhci_dump_td#16@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df58
 1487082222.-1000264813 uhci_dump_td#16@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-1000255793 uhci_dump_td#16@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-1000248062 uhci_dump_td#16@0: ios     =0 ls      =1 spd     =1
 1487082222.-1000239472 uhci_dump_td#16@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-1000233459 uhci_dump_td#16@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082222.-1000221863 uhci_dump_td#17@0: called!
 1487082222.-1000213702 uhci_dump_td#17@0: TD(0xd246b0) at 0x00d246b0
 1487082222.-1000205542 uhci_dump_td#17@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df60
 1487082222.-1000198670 uhci_dump_td#17@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-1000189651 uhci_dump_td#17@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-1000180631 uhci_dump_td#17@0: ios     =0 ls      =1 spd     =1
 1487082222.-1000172471 uhci_dump_td#17@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-1000166458 uhci_dump_td#17@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082222.-1000154432 uhci_dump_td#18@0: called!
 1487082222.-1000146271 uhci_dump_td#18@0: TD(0xd246e0) at 0x00d246e0
 1487082222.-1000138541 uhci_dump_td#18@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df68
 1487082222.-1000132098 uhci_dump_td#18@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-1000123508 uhci_dump_td#18@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-1000115777 uhci_dump_td#18@0: ios     =0 ls      =1 spd     =1
 1487082222.-1000107187 uhci_dump_td#18@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-1000099456 uhci_dump_td#18@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082222.-1000087860 uhci_dump_td#19@0: called!
 1487082222.-1000079270 uhci_dump_td#19@0: TD(0xd24710) at 0x00d24710
 1487082222.-1000071539 uhci_dump_td#19@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df70
 1487082222.-1000065097 uhci_dump_td#19@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-1000057366 uhci_dump_td#19@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-1000048776 uhci_dump_td#19@0: ios     =0 ls      =1 spd     =1
 1487082222.-1000040186 uhci_dump_td#19@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-1000033743 uhci_dump_td#19@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082222.-1000023435 uhci_dump_td#20@0: called!
 1487082222.-1000015275 uhci_dump_td#20@0: TD(0xd24740) at 0x00d24740
 1487082222.-1000007115 uhci_dump_td#20@0:    link=0x00d24770 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df78
 1487082222.-1000000672 uhci_dump_td#20@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-999991223 uhci_dump_td#20@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-999983492 uhci_dump_td#20@0: ios     =0 ls      =1 spd     =1
 1487082222.-999975332 uhci_dump_td#20@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-999968889 uhci_dump_td#20@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082222.-999957722 uhci_dump_td#21@0: called!
 1487082222.-999949562 uhci_dump_td#21@0: TD(0xd24770) at 0x00d24770
 1487082222.-999940972 uhci_dump_td#21@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487082222.-999934530 uhci_dump_td#21@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-999925510 uhci_dump_td#21@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487082222.-999917350 uhci_dump_td#21@0: ios     =0 ls      =1 spd     =0
 1487082222.-999908760 uhci_dump_td#21@0: errcnt  =3 actlen  =1024 pid=e1
 1487082222.-999902317 uhci_dump_td#21@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487082222.-999885996 uhci_device_ctrl_start#1@0: --- dump end ---
 1487082222.-999806110 usbd_transfer#6@0: <- done transfer 0x3e08e00, err = 1
 1487082222.-999780340 usbd_transfer#6@0: <- sleeping on xfer 0x3e08e00
 1487082222.-990439645 uhci_intr#1@0: called!
 1487082222.-990386817 uhci_intr1#1@0: called!
 1487082222.-990370926 uhci_intr1#1@0: sc 0x3e32008
 1487082222.-990339573 uhci_dumpregs#1@0: called!
 1487082222.-990322822 uhci_dumpregs#1@0: cmd =0081  sts    =0001  intr   =000f  frnum =009d
 1487082222.-990293616 uhci_dumpregs#1@0: sof =0040  portsc1=01a5  portsc2=0180  flbase=00d1c000
 1487082222.-990227044 usb_schedsoftintr#1@0: called!
 1487082222.-990208576 usb_schedsoftintr#1@0: polling=0
 1487082222.-990161761 uhci_intr1#1@0: sc 0x3e32008 done
 1487082222.-990025181 uhci_softintr#1@0: called!
 1487082222.-990009290 uhci_softintr#1@0: sc 0x3e32008
 1487082222.-989968917 uhci_check_intr#1@0: called!
 1487082222.-989953885 uhci_check_intr#1@0: ux 0x3e08e00
 1487082222.-989923820 uhci_check_intr#1@0: active ux=0x3e08e00
 1487082222.-989888172 uhci_check_intr#1@0: ux=0x3e08e00 done
 1487082222.-989822888 uhci_idone#1@0: called!
 1487082222.-989807856 uhci_idone#1@0: ux=0x3e08e00
 1487082222.-989781656 uhci_idone#1@0: ux=0x3e08e00, xfer=0x3e08e00, pipe=0x3dcaac8 ready
 1487082222.-989764047 uhci_idone#1@0: --- dump start ---
 1487082222.-989743431 uhci_dump_td#22@0: called!
 1487082222.-989733123 uhci_dump_td#22@0: TD(0xd247a0) at 0x00d247a0
 1487082222.-989721956 uhci_dump_td#22@0:    link=0x00d245f0 status=0x1c000007 token=0x00e0002d buffer=0x00d5df80
 1487082222.-989707783 uhci_dump_td#22@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-989690603 uhci_dump_td#22@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082222.-989679866 uhci_dump_td#22@0: ios     =0 ls      =1 spd     =0
 1487082222.-989669987 uhci_dump_td#22@0: errcnt  =3 actlen  =8 pid=2d
 1487082222.-989657532 uhci_dump_td#22@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082222.-989643358 uhci_dump_td#23@0: called!
 1487082222.-989636916 uhci_dump_td#23@0: TD(0xd245f0) at 0x00d245f0
 1487082222.-989627467 uhci_dump_td#23@0:    link=0x00d24624 status=0x1c000007 token=0x00e80069 buffer=0x00d5df40
 1487082222.-989619307 uhci_dump_td#23@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-989611146 uhci_dump_td#23@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082222.-989605133 uhci_dump_td#23@0: ios     =0 ls      =1 spd     =0
 1487082222.-989596114 uhci_dump_td#23@0: errcnt  =3 actlen  =8 pid=69
 1487082222.-989587094 uhci_dump_td#23@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082222.-989575498 uhci_dump_td#24@0: called!
 1487082222.-989569055 uhci_dump_td#24@0: TD(0xd24620) at 0x00d24620
 1487082222.-989560466 uhci_dump_td#24@0:    link=0x00d24654 status=0x1c000007 token=0x00e00069 buffer=0x00d5df48
 1487082222.-989552305 uhci_dump_td#24@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-989544574 uhci_dump_td#24@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082222.-989538561 uhci_dump_td#24@0: ios     =0 ls      =1 spd     =0
 1487082222.-989528253 uhci_dump_td#24@0: errcnt  =3 actlen  =8 pid=69
 1487082222.-989518804 uhci_dump_td#24@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082222.-989507637 uhci_dump_td#25@0: called!
 1487082222.-989501195 uhci_dump_td#25@0: TD(0xd24650) at 0x00d24650
 1487082222.-989491746 uhci_dump_td#25@0:    link=0x00d24684 status=0x1c4007ff token=0x00e80069 buffer=0x00d5df50
 1487082222.-989483586 uhci_dump_td#25@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-989475425 uhci_dump_td#25@0: dbuffer =0 stalled =1 active  =0 ioc     =0
 1487082222.-989468983 uhci_dump_td#25@0: ios     =0 ls      =1 spd     =0
 1487082222.-989458675 uhci_dump_td#25@0: errcnt  =3 actlen  =0 pid=69
 1487082222.-989450514 uhci_dump_td#25@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082222.-989439777 uhci_dump_td#26@0: called!
 1487082222.-989433764 uhci_dump_td#26@0: TD(0xd24680) at 0x00d24680
 1487082222.-989424315 uhci_dump_td#26@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df58
 1487082222.-989416155 uhci_dump_td#26@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-989407994 uhci_dump_td#26@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-989401552 uhci_dump_td#26@0: ios     =0 ls      =1 spd     =1
 1487082222.-989391244 uhci_dump_td#26@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-989382654 uhci_dump_td#26@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082222.-989371916 uhci_dump_td#27@0: called!
 1487082222.-989365474 uhci_dump_td#27@0: TD(0xd246b0) at 0x00d246b0
 1487082222.-989356025 uhci_dump_td#27@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df60
 1487082222.-989347865 uhci_dump_td#27@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-989339704 uhci_dump_td#27@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-989333262 uhci_dump_td#27@0: ios     =0 ls      =1 spd     =1
 1487082222.-989322954 uhci_dump_td#27@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-989314793 uhci_dump_td#27@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082222.-989304056 uhci_dump_td#28@0: called!
 1487082222.-989297614 uhci_dump_td#28@0: TD(0xd246e0) at 0x00d246e0
 1487082222.-989288165 uhci_dump_td#28@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df68
 1487082222.-989280004 uhci_dump_td#28@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-989271844 uhci_dump_td#28@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-989265401 uhci_dump_td#28@0: ios     =0 ls      =1 spd     =1
 1487082222.-989255093 uhci_dump_td#28@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-989246933 uhci_dump_td#28@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082222.-989236196 uhci_dump_td#29@0: called!
 1487082222.-989229753 uhci_dump_td#29@0: TD(0xd24710) at 0x00d24710
 1487082222.-989220304 uhci_dump_td#29@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df70
 1487082222.-989212144 uhci_dump_td#29@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-989203983 uhci_dump_td#29@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-989197541 uhci_dump_td#29@0: ios     =0 ls      =1 spd     =1
 1487082222.-989187233 uhci_dump_td#29@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-989179072 uhci_dump_td#29@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082222.-989168335 uhci_dump_td#30@0: called!
 1487082222.-989161893 uhci_dump_td#30@0: TD(0xd24740) at 0x00d24740
 1487082222.-989152444 uhci_dump_td#30@0:    link=0x00d24770 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df78
 1487082222.-989144283 uhci_dump_td#30@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-989136123 uhci_dump_td#30@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-989129680 uhci_dump_td#30@0: ios     =0 ls      =1 spd     =1
 1487082222.-989119372 uhci_dump_td#30@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-989111212 uhci_dump_td#30@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082222.-989100475 uhci_dump_td#31@0: called!
 1487082222.-989094032 uhci_dump_td#31@0: TD(0xd24770) at 0x00d24770
 1487082222.-989084583 uhci_dump_td#31@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487082222.-989076423 uhci_dump_td#31@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-989068262 uhci_dump_td#31@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487082222.-989061820 uhci_dump_td#31@0: ios     =0 ls      =1 spd     =0
 1487082222.-989051512 uhci_dump_td#31@0: errcnt  =3 actlen  =1024 pid=e1
 1487082222.-989043351 uhci_dump_td#31@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487082222.-989027031 uhci_idone#1@0: --- dump end ---
 1487082222.-988997395 uhci_idone#1@0: actlen=16, status=0x400000
 1487082222.-988974203 uhci_idone#1@0: error, addr=0, endpt=0x00
 1487082222.-988951439 uhci_idone#1@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-988930394 uhci_idone#1@0: dbuffer =0 stalled =1 active  =0
 1487082222.-988901188 uhci_idone#1@0: ux=0x3e08e00 done
 1487082222.-988877136 uhci_softintr#1@0: ux 0x3e08e00
 1487082222.-988855661 usb_transfer_complete#8@0: called!
 1487082222.-988844065 usb_transfer_complete#8@0: pipe = 0x3dcaac8 xfer = 0x3e08e00 status = 17 actlen = 16
 1487082222.-988829892 usb_transfer_complete#8@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487082222.-988815718 usb_transfer_complete#8@0: xfer 0x3e08e00 doing done 0x2a9d18
 1487082222.-988782217 uhci_device_ctrl_done#1@0: called!
 1487082222.-988740556 uhci_remove_ls_ctrl#1@0: called!
 1487082222.-988725524 uhci_remove_ls_ctrl#1@0: sqh 0xd22710
 1487082222.-988668401 uhci_find_prev_qh#1@0: called!
 1487082222.-988651221 uhci_find_prev_qh#1@0: pqh=0xd20740 sqh=0xd22710
 1487082222.-988591950 uhci_device_ctrl_done#1@0: length=16
 1487082222.-988561456 usb_transfer_complete#8@0: xfer 0x3e08e00 doing callback 0x0 status 17
 1487082222.-988546424 usb_transfer_complete#8@0: <- done xfer 0x3e08e00, wakeup
 1487082222.-988414998 usbd_start_next#8@0: called!
 1487082222.-988399965 usbd_start_next#8@0: pipe = 0x3dcaac8, xfer = 0x0
 1487082222.-988172332 uhci_free_stds#1@0: called!
 1487082222.-988153005 uhci_free_stds#1@0: ux=0x3e08e00
 1487082222.-988046060 usbd_free_xfer#6@0: called!
 1487082222.-988034034 usbd_free_xfer#6@0: 0x3e08e00
 1487082222.-988009123 usb_freemem#3@0: called!
 1487082222.-987986360 usb_freemem#3@0: frag=0xd5df40
 1487082222.-987933102 usbd_do_request_flags#6@0: returning err = 17
 1487082222.-986186769 uhci_intr#2@0: called!
 1487082222.-986162287 uhci_intr1#2@0: called!
 1487082222.-986151121 uhci_intr1#2@0: sc 0x3e32008
 1487082222.-986133082 uhci_dumpregs#2@0: called!
 1487082222.-986121056 uhci_dumpregs#2@0: cmd =0081  sts    =0002  intr   =000f  frnum =009e
 1487082222.-986101728 uhci_dumpregs#2@0: sof =0040  portsc1=01a5  portsc2=0180  flbase=00d1c000
 1487082222.-986064362 usb_schedsoftintr#2@0: called!
 1487082222.-986050189 usb_schedsoftintr#2@0: polling=0
 1487082222.-986020554 uhci_intr1#2@0: sc 0x3e32008 done
 1487082222.-985947110 uhci_softintr#2@0: called!
 1487082222.-985936372 uhci_softintr#2@0: sc 0x3e32008
 1487082222.-101120711 usbd_get_initial_ddesc#2@0: called!
 1487082222.-101108255 usbd_get_initial_ddesc#2@0: dev 0x3dad488
 1487082222.-101092364 usbd_do_request_flags#7@0: called!
 1487082222.-101072177 usbd_alloc_xfer#7@0: called!
 1487082222.-100988855 usbd_alloc_xfer#7@0: returns 0x3e08e00
 1487082222.-100960079 usb_allocmem_flags#5@0: called!
 1487082222.-100933879 usb_allocmem_flags#5@0: use frag=0xd5df40 size=64
 1487082222.-100905962 uhci_device_ctrl_init#2@0: called!
 1487082222.-100895225 uhci_device_ctrl_init#2@0: xfer=0x3e08e00 len=64, addr=0, endpt=0
 1487082222.-100869884 uhci_alloc_std_chain#2@0: called!
 1487082222.-100860436 uhci_alloc_std_chain#2@0: xfer=0x3e08e00 pipe=0x3dcaac8
 1487082222.-100847551 uhci_alloc_std_chain#2@0: maxp=8 ntd=8
 1487082222.-100778402 uhci_alloc_std#11@0: called!
 1487082222.-100761651 uhci_alloc_std#12@0: called!
 1487082222.-100749625 uhci_alloc_std#13@0: called!
 1487082222.-100736311 uhci_alloc_std#14@0: called!
 1487082222.-100722567 uhci_alloc_std#15@0: called!
 1487082222.-100709682 uhci_alloc_std#16@0: called!
 1487082222.-100697656 uhci_alloc_std#17@0: called!
 1487082222.-100684771 uhci_alloc_std#18@0: called!
 1487082222.-100640963 usbd_transfer#7@0: called!
 1487082222.-100628507 usbd_transfer#7@0: xfer = 0x3e08e00, flags = 0x6, pipe = 0x3dcaac8, running = 0
 1487082222.-100613904 usbd_dump_queue#7@0: called!
 1487082222.-100603167 usbd_dump_queue#7@0: pipe = 0x3dcaac8
 1487082222.-100579545 usb_insert_transfer#7@0: called!
 1487082222.-100567948 usb_insert_transfer#7@0: xfer = 0x3e08e00 pipe = 0x3dcaac8 running = 0 timeout = 5000
 1487082222.-100553775 usb_insert_transfer#7@0: <- done xfer 0x3e08e00, err 0
 1487082222.-100527576 uhci_device_ctrl_start#2@0: called!
 1487082222.-100514261 uhci_device_ctrl_start#2@0: type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000
 1487082222.-100497511 uhci_device_ctrl_start#2@0: len=64, addr=0, endpt=0
 1487082222.-100473459 uhci_reset_std_chain#2@0: called!
 1487082222.-100461863 uhci_reset_std_chain#2@0: xfer=0x3e08e00 len 64 isread 128 toggle 1
 1487082222.-100380258 uhci_device_ctrl_start#2@0: --- dump start ---
 1487082222.-100366514 uhci_device_ctrl_start#2@0: before transfer
 1487082222.-100349334 uhci_dump_td#32@0: called!
 1487082222.-100333014 uhci_dump_td#32@0: TD(0xd247a0) at 0x00d247a0
 1487082222.-100319699 uhci_dump_td#32@0:    link=0x00d245f0 status=0x1c8003ff token=0x00e0002d buffer=0x00d5df80
 1487082222.-100301660 uhci_dump_td#32@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-100286198 uhci_dump_td#32@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-100273314 uhci_dump_td#32@0: ios     =0 ls      =1 spd     =0
 1487082222.-100261288 uhci_dump_td#32@0: errcnt  =3 actlen  =1024 pid=2d
 1487082222.-100244537 uhci_dump_td#32@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082222.-100233370 uhci_dump_td#33@0: called!
 1487082222.-100224351 uhci_dump_td#33@0: TD(0xd245f0) at 0x00d245f0
 1487082222.-100215761 uhci_dump_td#33@0:    link=0x00d24624 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df40
 1487082222.-100206742 uhci_dump_td#33@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-100199870 uhci_dump_td#33@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-100189562 uhci_dump_td#33@0: ios     =0 ls      =1 spd     =1
 1487082222.-100181401 uhci_dump_td#33@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-100173241 uhci_dump_td#33@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082222.-100165080 uhci_dump_td#34@0: called!
 1487082222.-100155631 uhci_dump_td#34@0: TD(0xd24620) at 0x00d24620
 1487082222.-100147041 uhci_dump_td#34@0:    link=0x00d24654 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df48
 1487082222.-100138881 uhci_dump_td#34@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-100132009 uhci_dump_td#34@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-100121701 uhci_dump_td#34@0: ios     =0 ls      =1 spd     =1
 1487082222.-100113541 uhci_dump_td#34@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-100105380 uhci_dump_td#34@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082222.-100097220 uhci_dump_td#35@0: called!
 1487082222.-100087771 uhci_dump_td#35@0: TD(0xd24650) at 0x00d24650
 1487082222.-100079181 uhci_dump_td#35@0:    link=0x00d24684 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df50
 1487082222.-100071021 uhci_dump_td#35@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-100064149 uhci_dump_td#35@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-100053841 uhci_dump_td#35@0: ios     =0 ls      =1 spd     =1
 1487082222.-100045680 uhci_dump_td#35@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-100037520 uhci_dump_td#35@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082222.-100028930 uhci_dump_td#36@0: called!
 1487082222.-100021199 uhci_dump_td#36@0: TD(0xd24680) at 0x00d24680
 1487082222.-100012180 uhci_dump_td#36@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df58
 1487082222.-100003160 uhci_dump_td#36@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-99996288 uhci_dump_td#36@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-99985980 uhci_dump_td#36@0: ios     =0 ls      =1 spd     =1
 1487082222.-99977820 uhci_dump_td#36@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-99969659 uhci_dump_td#36@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082222.-99961069 uhci_dump_td#37@0: called!
 1487082222.-99952050 uhci_dump_td#37@0: TD(0xd246b0) at 0x00d246b0
 1487082222.-99943460 uhci_dump_td#37@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df60
 1487082222.-99935300 uhci_dump_td#37@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-99928428 uhci_dump_td#37@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-99918979 uhci_dump_td#37@0: ios     =0 ls      =1 spd     =1
 1487082222.-99911248 uhci_dump_td#37@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-99903087 uhci_dump_td#37@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082222.-99894927 uhci_dump_td#38@0: called!
 1487082222.-99887196 uhci_dump_td#38@0: TD(0xd246e0) at 0x00d246e0
 1487082222.-99878606 uhci_dump_td#38@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df68
 1487082222.-99870446 uhci_dump_td#38@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-99863574 uhci_dump_td#38@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-99853266 uhci_dump_td#38@0: ios     =0 ls      =1 spd     =1
 1487082222.-99845105 uhci_dump_td#38@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-99836945 uhci_dump_td#38@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082222.-99828784 uhci_dump_td#39@0: called!
 1487082222.-99819335 uhci_dump_td#39@0: TD(0xd24710) at 0x00d24710
 1487082222.-99811175 uhci_dump_td#39@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df70
 1487082222.-99803015 uhci_dump_td#39@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-99796572 uhci_dump_td#39@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-99785835 uhci_dump_td#39@0: ios     =0 ls      =1 spd     =1
 1487082222.-99777674 uhci_dump_td#39@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-99769514 uhci_dump_td#39@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082222.-99761353 uhci_dump_td#40@0: called!
 1487082222.-99751904 uhci_dump_td#40@0: TD(0xd24740) at 0x00d24740
 1487082222.-99744174 uhci_dump_td#40@0:    link=0x00d24770 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df78
 1487082222.-99736013 uhci_dump_td#40@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-99730000 uhci_dump_td#40@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-99720551 uhci_dump_td#40@0: ios     =0 ls      =1 spd     =1
 1487082222.-99712820 uhci_dump_td#40@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-99705089 uhci_dump_td#40@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082222.-99696499 uhci_dump_td#41@0: called!
 1487082222.-99687050 uhci_dump_td#41@0: TD(0xd24770) at 0x00d24770
 1487082222.-99678890 uhci_dump_td#41@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487082222.-99670730 uhci_dump_td#41@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-99664287 uhci_dump_td#41@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487082222.-99653979 uhci_dump_td#41@0: ios     =0 ls      =1 spd     =0
 1487082222.-99645819 uhci_dump_td#41@0: errcnt  =3 actlen  =1024 pid=e1
 1487082222.-99638088 uhci_dump_td#41@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487082222.-99628209 uhci_device_ctrl_start#2@0: --- dump end ---
 1487082222.-99596427 uhci_add_ls_ctrl#2@0: called!
 1487082222.-99585689 uhci_add_ls_ctrl#2@0: sqh 0xd22710
 1487082222.-99553048 uhci_device_ctrl_start#2@0: --- dump start ---
 1487082222.-99537156 uhci_device_ctrl_start#2@0: follow from [0]
 1487082222.-99525130 uhci_dump_td#42@0: called!
 1487082222.-99513963 uhci_dump_td#42@0: TD(0xd1e7a0) at 0x00d1e7a0
 1487082222.-99505803 uhci_dump_td#42@0:    link=0x00d20712 status=0x02000000 token=0x00000000 buffer=0x00000000
 1487082222.-99499360 uhci_dump_td#42@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-99489911 uhci_dump_td#42@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082222.-99481751 uhci_dump_td#42@0: ios     =1 ls      =0 spd     =0
 1487082222.-99473161 uhci_dump_td#42@0: errcnt  =0 actlen  =1 pid=00
 1487082222.-99466289 uhci_dump_td#42@0: addr=0  endpt=0  D=0  maxlen=1,
 1487082222.-99445673 uhci_dump_qh#9@0: called!
 1487082222.-99433218 uhci_dump_qh#9@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487082222.-99419904 uhci_dump_qh#10@0: called!
 1487082222.-99413891 uhci_dump_qh#10@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487082222.-99401435 uhci_dump_qh#11@0: called!
 1487082222.-99392416 uhci_dump_qh#11@0: QH(0xd20740) at 0x00d20740: hlink=00d22712 elink=00000001
 1487082222.-99382537 uhci_dump_qh#12@0: called!
 1487082222.-99375665 uhci_dump_qh#12@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d247a0
 1487082222.-99366216 uhci_dump_qh#13@0: called!
 1487082222.-99356768 uhci_dump_qh#13@0: QH(0xd20770) at 0x00d20770: hlink=00d207a2 elink=00000001
 1487082222.-99347319 uhci_dump_qh#14@0: called!
 1487082222.-99336581 uhci_dump_qh#14@0: QH(0xd207a0) at 0x00d207a0: hlink=00d207d2 elink=00000001
 1487082222.-99324985 uhci_dump_qh#15@0: called!
 1487082222.-99314247 uhci_dump_qh#15@0: QH(0xd207d0) at 0x00d207d0: hlink=00000001 elink=00d1e7d0
 1487082222.-99303080 uhci_device_ctrl_start#2@0: Enqueued QH:
 1487082222.-99294920 uhci_dump_qh#16@0: called!
 1487082222.-99286760 uhci_dump_qh#16@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d247a0
 1487082222.-99277311 uhci_dump_td#43@0: called!
 1487082222.-99269150 uhci_dump_td#43@0: TD(0xd247a0) at 0x00d247a0
 1487082222.-99263567 uhci_dump_td#43@0:    link=0x00d245f0 status=0x1c8003ff token=0x00e0002d buffer=0x00d5df80
 1487082222.-99254118 uhci_dump_td#43@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-99245957 uhci_dump_td#43@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-99237797 uhci_dump_td#43@0: ios     =0 ls      =1 spd     =0
 1487082222.-99231354 uhci_dump_td#43@0: errcnt  =3 actlen  =1024 pid=2d
 1487082222.-99222765 uhci_dump_td#43@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082222.-99212457 uhci_dump_td#44@0: called!
 1487082222.-99204296 uhci_dump_td#44@0: TD(0xd245f0) at 0x00d245f0
 1487082222.-99197854 uhci_dump_td#44@0:    link=0x00d24624 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df40
 1487082222.-99187546 uhci_dump_td#44@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-99179385 uhci_dump_td#44@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-99171225 uhci_dump_td#44@0: ios     =0 ls      =1 spd     =1
 1487082222.-99164782 uhci_dump_td#44@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-99155763 uhci_dump_td#44@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082222.-99145455 uhci_dump_td#45@0: called!
 1487082222.-99137295 uhci_dump_td#45@0: TD(0xd24620) at 0x00d24620
 1487082222.-99130852 uhci_dump_td#45@0:    link=0x00d24654 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df48
 1487082222.-99120544 uhci_dump_td#45@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-99112384 uhci_dump_td#45@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-99103794 uhci_dump_td#45@0: ios     =0 ls      =1 spd     =1
 1487082222.-99097781 uhci_dump_td#45@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-99090050 uhci_dump_td#45@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082222.-99079742 uhci_dump_td#46@0: called!
 1487082222.-99072011 uhci_dump_td#46@0: TD(0xd24650) at 0x00d24650
 1487082222.-99066428 uhci_dump_td#46@0:    link=0x00d24684 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df50
 1487082222.-99056120 uhci_dump_td#46@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-99047959 uhci_dump_td#46@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-99039799 uhci_dump_td#46@0: ios     =0 ls      =1 spd     =1
 1487082222.-99033786 uhci_dump_td#46@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-99024337 uhci_dump_td#46@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082222.-99014029 uhci_dump_td#47@0: called!
 1487082222.-99006298 uhci_dump_td#47@0: TD(0xd24680) at 0x00d24680
 1487082222.-98999856 uhci_dump_td#47@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df58
 1487082222.-98990407 uhci_dump_td#47@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-98982246 uhci_dump_td#47@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-98974086 uhci_dump_td#47@0: ios     =0 ls      =1 spd     =1
 1487082222.-98967643 uhci_dump_td#47@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-98958195 uhci_dump_td#47@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082222.-98947887 uhci_dump_td#48@0: called!
 1487082222.-98939726 uhci_dump_td#48@0: TD(0xd246b0) at 0x00d246b0
 1487082222.-98933284 uhci_dump_td#48@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df60
 1487082222.-98924694 uhci_dump_td#48@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-98916533 uhci_dump_td#48@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-98908373 uhci_dump_td#48@0: ios     =0 ls      =1 spd     =1
 1487082222.-98901501 uhci_dump_td#48@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-98892911 uhci_dump_td#48@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082222.-98882603 uhci_dump_td#49@0: called!
 1487082222.-98874443 uhci_dump_td#49@0: TD(0xd246e0) at 0x00d246e0
 1487082222.-98868430 uhci_dump_td#49@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df68
 1487082222.-98860269 uhci_dump_td#49@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-98851250 uhci_dump_td#49@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-98843089 uhci_dump_td#49@0: ios     =0 ls      =1 spd     =1
 1487082222.-98837076 uhci_dump_td#49@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-98828057 uhci_dump_td#49@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082222.-98817749 uhci_dump_td#50@0: called!
 1487082222.-98809589 uhci_dump_td#50@0: TD(0xd24710) at 0x00d24710
 1487082222.-98803146 uhci_dump_td#50@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df70
 1487082222.-98792838 uhci_dump_td#50@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-98784678 uhci_dump_td#50@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-98776517 uhci_dump_td#50@0: ios     =0 ls      =1 spd     =1
 1487082222.-98770075 uhci_dump_td#50@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-98761915 uhci_dump_td#50@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082222.-98751607 uhci_dump_td#51@0: called!
 1487082222.-98743446 uhci_dump_td#51@0: TD(0xd24740) at 0x00d24740
 1487082222.-98737433 uhci_dump_td#51@0:    link=0x00d24770 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df78
 1487082222.-98728843 uhci_dump_td#51@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-98721112 uhci_dump_td#51@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-98712522 uhci_dump_td#51@0: ios     =0 ls      =1 spd     =1
 1487082222.-98705650 uhci_dump_td#51@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-98696202 uhci_dump_td#51@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082222.-98685894 uhci_dump_td#52@0: called!
 1487082222.-98677304 uhci_dump_td#52@0: TD(0xd24770) at 0x00d24770
 1487082222.-98670861 uhci_dump_td#52@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487082222.-98662271 uhci_dump_td#52@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-98654111 uhci_dump_td#52@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487082222.-98645950 uhci_dump_td#52@0: ios     =0 ls      =1 spd     =0
 1487082222.-98639078 uhci_dump_td#52@0: errcnt  =3 actlen  =1024 pid=e1
 1487082222.-98628771 uhci_dump_td#52@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487082222.-98617604 uhci_device_ctrl_start#2@0: --- dump end ---
 1487082222.-98549743 usbd_transfer#7@0: <- done transfer 0x3e08e00, err = 1
 1487082222.-98533422 usbd_transfer#7@0: <- sleeping on xfer 0x3e08e00
 1487082222.-88507251 uhci_intr#3@0: called!
 1487082222.-88476756 uhci_intr1#3@0: called!
 1487082222.-88466019 uhci_intr1#3@0: sc 0x3e32008
 1487082222.-88449698 uhci_dumpregs#3@0: called!
 1487082222.-88438531 uhci_dumpregs#3@0: cmd =0081  sts    =0001  intr   =000f  frnum =016f
 1487082222.-88417056 uhci_dumpregs#3@0: sof =0040  portsc1=0195  portsc2=0180  flbase=00d1c000
 1487082222.-88376684 usb_schedsoftintr#3@0: called!
 1487082222.-88364658 usb_schedsoftintr#3@0: polling=0
 1487082222.-88326862 uhci_intr1#3@0: sc 0x3e32008 done
 1487082222.-88226360 uhci_softintr#3@0: called!
 1487082222.-88214763 uhci_softintr#3@0: sc 0x3e32008
 1487082222.-88194577 uhci_check_intr#2@0: called!
 1487082222.-88184699 uhci_check_intr#2@0: ux 0x3e08e00
 1487082222.-88160217 uhci_check_intr#2@0: active ux=0x3e08e00
 1487082222.-88136595 uhci_check_intr#2@0: ux=0x3e08e00 done
 1487082222.-88100517 uhci_idone#2@0: called!
 1487082222.-88089350 uhci_idone#2@0: ux=0x3e08e00
 1487082222.-88077324 uhci_idone#2@0: ux=0x3e08e00, xfer=0x3e08e00, pipe=0x3dcaac8 ready
 1487082222.-88066157 uhci_idone#2@0: --- dump start ---
 1487082222.-88051555 uhci_dump_td#53@0: called!
 1487082222.-88038240 uhci_dump_td#53@0: TD(0xd247a0) at 0x00d247a0
 1487082222.-88028791 uhci_dump_td#53@0:    link=0x00d245f0 status=0x1c000007 token=0x00e0002d buffer=0x00d5df80
 1487082222.-88015906 uhci_dump_td#53@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-87999156 uhci_dump_td#53@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082222.-87986271 uhci_dump_td#53@0: ios     =0 ls      =1 spd     =0
 1487082222.-87976393 uhci_dump_td#53@0: errcnt  =3 actlen  =8 pid=2d
 1487082222.-87964367 uhci_dump_td#53@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082222.-87952341 uhci_dump_td#54@0: called!
 1487082222.-87942892 uhci_dump_td#54@0: TD(0xd245f0) at 0x00d245f0
 1487082222.-87933872 uhci_dump_td#54@0:    link=0x00d24624 status=0x1c000007 token=0x00e80069 buffer=0x00d5df40
 1487082222.-87924853 uhci_dump_td#54@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-87917122 uhci_dump_td#54@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082222.-87906814 uhci_dump_td#54@0: ios     =0 ls      =1 spd     =0
 1487082222.-87899083 uhci_dump_td#54@0: errcnt  =3 actlen  =8 pid=69
 1487082222.-87890923 uhci_dump_td#54@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082222.-87882333 uhci_dump_td#55@0: called!
 1487082222.-87873313 uhci_dump_td#55@0: TD(0xd24620) at 0x00d24620
 1487082222.-87864294 uhci_dump_td#55@0:    link=0x00d24654 status=0x1c000007 token=0x00e00069 buffer=0x00d5df48
 1487082222.-87856134 uhci_dump_td#55@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-87849262 uhci_dump_td#55@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082222.-87840242 uhci_dump_td#55@0: ios     =0 ls      =1 spd     =0
 1487082222.-87832511 uhci_dump_td#55@0: errcnt  =3 actlen  =8 pid=69
 1487082222.-87824351 uhci_dump_td#55@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082222.-87815761 uhci_dump_td#56@0: called!
 1487082222.-87806741 uhci_dump_td#56@0: TD(0xd24650) at 0x00d24650
 1487082222.-87797293 uhci_dump_td#56@0:    link=0x00d24684 status=0x1c4007ff token=0x00e80069 buffer=0x00d5df50
 1487082222.-87788273 uhci_dump_td#56@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-87781401 uhci_dump_td#56@0: dbuffer =0 stalled =1 active  =0 ioc     =0
 1487082222.-87772382 uhci_dump_td#56@0: ios     =0 ls      =1 spd     =0
 1487082222.-87764651 uhci_dump_td#56@0: errcnt  =3 actlen  =0 pid=69
 1487082222.-87756490 uhci_dump_td#56@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082222.-87747900 uhci_dump_td#57@0: called!
 1487082222.-87738881 uhci_dump_td#57@0: TD(0xd24680) at 0x00d24680
 1487082222.-87731150 uhci_dump_td#57@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df58
 1487082222.-87722131 uhci_dump_td#57@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-87716118 uhci_dump_td#57@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-87706239 uhci_dump_td#57@0: ios     =0 ls      =1 spd     =1
 1487082222.-87698079 uhci_dump_td#57@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-87689918 uhci_dump_td#57@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082222.-87681758 uhci_dump_td#58@0: called!
 1487082222.-87672309 uhci_dump_td#58@0: TD(0xd246b0) at 0x00d246b0
 1487082222.-87663719 uhci_dump_td#58@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df60
 1487082222.-87655559 uhci_dump_td#58@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-87649116 uhci_dump_td#58@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-87638808 uhci_dump_td#58@0: ios     =0 ls      =1 spd     =1
 1487082222.-87630648 uhci_dump_td#58@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-87622487 uhci_dump_td#58@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082222.-87613897 uhci_dump_td#59@0: called!
 1487082222.-87604448 uhci_dump_td#59@0: TD(0xd246e0) at 0x00d246e0
 1487082222.-87596288 uhci_dump_td#59@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df68
 1487082222.-87587698 uhci_dump_td#59@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-87581256 uhci_dump_td#59@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-87572666 uhci_dump_td#59@0: ios     =0 ls      =1 spd     =1
 1487082222.-87564935 uhci_dump_td#59@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-87556774 uhci_dump_td#59@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082222.-87548614 uhci_dump_td#60@0: called!
 1487082222.-87540024 uhci_dump_td#60@0: TD(0xd24710) at 0x00d24710
 1487082222.-87531864 uhci_dump_td#60@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df70
 1487082222.-87523703 uhci_dump_td#60@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-87517261 uhci_dump_td#60@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-87506953 uhci_dump_td#60@0: ios     =0 ls      =1 spd     =1
 1487082222.-87498792 uhci_dump_td#60@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-87490632 uhci_dump_td#60@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082222.-87482471 uhci_dump_td#61@0: called!
 1487082222.-87473022 uhci_dump_td#61@0: TD(0xd24740) at 0x00d24740
 1487082222.-87464862 uhci_dump_td#61@0:    link=0x00d24770 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df78
 1487082222.-87456272 uhci_dump_td#61@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-87449830 uhci_dump_td#61@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082222.-87439522 uhci_dump_td#61@0: ios     =0 ls      =1 spd     =1
 1487082222.-87431361 uhci_dump_td#61@0: errcnt  =3 actlen  =1024 pid=69
 1487082222.-87423201 uhci_dump_td#61@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082222.-87415040 uhci_dump_td#62@0: called!
 1487082222.-87406880 uhci_dump_td#62@0: TD(0xd24770) at 0x00d24770
 1487082222.-87398720 uhci_dump_td#62@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487082222.-87389700 uhci_dump_td#62@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-87382828 uhci_dump_td#62@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487082222.-87372520 uhci_dump_td#62@0: ios     =0 ls      =1 spd     =0
 1487082222.-87363930 uhci_dump_td#62@0: errcnt  =3 actlen  =1024 pid=e1
 1487082222.-87355770 uhci_dump_td#62@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487082222.-87345891 uhci_idone#2@0: --- dump end ---
 1487082222.-87326564 uhci_idone#2@0: actlen=16, status=0x400000
 1487082222.-87313679 uhci_idone#2@0: error, addr=0, endpt=0x00
 1487082222.-87298647 uhci_idone#2@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082222.-87287909 uhci_idone#2@0: dbuffer =0 stalled =1 active  =0
 1487082222.-87272877 uhci_idone#2@0: ux=0x3e08e00 done
 1487082222.-87258274 uhci_softintr#3@0: ux 0x3e08e00
 1487082222.-87240235 usb_transfer_complete#9@0: called!
 1487082222.-87230357 usb_transfer_complete#9@0: pipe = 0x3dcaac8 xfer = 0x3e08e00 status = 17 actlen = 16
 1487082222.-87214465 usb_transfer_complete#9@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487082222.-87200722 usb_transfer_complete#9@0: xfer 0x3e08e00 doing done 0x2a9d18
 1487082222.-87167650 uhci_device_ctrl_done#2@0: called!
 1487082222.-87139304 uhci_remove_ls_ctrl#2@0: called!
 1487082222.-87120406 uhci_remove_ls_ctrl#2@0: sqh 0xd22710
 1487082222.-87067148 uhci_find_prev_qh#2@0: called!
 1487082222.-87049109 uhci_find_prev_qh#2@0: pqh=0xd20740 sqh=0xd22710
 1487082222.-86993275 uhci_device_ctrl_done#2@0: length=16
 1487082222.-86964928 usb_transfer_complete#9@0: xfer 0x3e08e00 doing callback 0x0 status 17
 1487082222.-86951184 usb_transfer_complete#9@0: <- done xfer 0x3e08e00, wakeup
 1487082222.-86837367 usbd_start_next#9@0: called!
 1487082222.-86823194 usbd_start_next#9@0: pipe = 0x3dcaac8, xfer = 0x0
 1487082222.-86615318 uhci_free_stds#2@0: called!
 1487082222.-86600715 uhci_free_stds#2@0: ux=0x3e08e00
 1487082222.-86500642 usbd_free_xfer#7@0: called!
 1487082222.-86491622 usbd_free_xfer#7@0: 0x3e08e00
 1487082222.-86464135 usb_freemem#4@0: called!
 1487082222.-86441801 usb_freemem#4@0: frag=0xd5df40
 1487082222.-86394986 usbd_do_request_flags#7@0: returning err = 17
 1487082222.-84237624 uhci_intr#4@0: called!
 1487082222.-84210995 uhci_intr1#4@0: called!
 1487082222.-84198969 uhci_intr1#4@0: sc 0x3e32008
 1487082222.-84180501 uhci_dumpregs#4@0: called!
 1487082222.-84171052 uhci_dumpregs#4@0: cmd =0081  sts    =0002  intr   =000f  frnum =0170
 1487082222.-84150436 uhci_dumpregs#4@0: sof =0040  portsc1=01a5  portsc2=0180  flbase=00d1c000
 1487082222.-84113929 usb_schedsoftintr#4@0: called!
 1487082222.-84101473 usb_schedsoftintr#4@0: polling=0
 1487082222.-84074844 uhci_intr1#4@0: sc 0x3e32008 done
 1487082222.-83997535 uhci_softintr#4@0: called!
 1487082222.-83986368 uhci_softintr#4@0: sc 0x3e32008
 1487082223.27852003 uhci_poll_hub#41@0: called!
 1487082223.800731368 usbd_get_initial_ddesc#3@0: called!
 1487082223.800745542 usbd_get_initial_ddesc#3@0: dev 0x3dad488
 1487082223.800765299 usbd_do_request_flags#8@0: called!
 1487082223.800782908 usbd_alloc_xfer#8@0: called!
 1487082223.800852916 usbd_alloc_xfer#8@0: returns 0x3e08e00
 1487082223.800882122 usb_allocmem_flags#6@0: called!
 1487082223.800910468 usb_allocmem_flags#6@0: use frag=0xd5df40 size=64
 1487082223.800937527 uhci_device_ctrl_init#3@0: called!
 1487082223.800946117 uhci_device_ctrl_init#3@0: xfer=0x3e08e00 len=64, addr=0, endpt=0
 1487082223.800967162 uhci_alloc_std_chain#3@0: called!
 1487082223.800977899 uhci_alloc_std_chain#3@0: xfer=0x3e08e00 pipe=0x3dcaac8
 1487082223.800992073 uhci_alloc_std_chain#3@0: maxp=8 ntd=8
 1487082223.801048337 uhci_alloc_std#19@0: called!
 1487082223.801062510 uhci_alloc_std#20@0: called!
 1487082223.801073677 uhci_alloc_std#21@0: called!
 1487082223.801085274 uhci_alloc_std#22@0: called!
 1487082223.801095582 uhci_alloc_std#23@0: called!
 1487082223.801109325 uhci_alloc_std#24@0: called!
 1487082223.801121351 uhci_alloc_std#25@0: called!
 1487082223.801135095 uhci_alloc_std#26@0: called!
 1487082223.801171602 usbd_transfer#8@0: called!
 1487082223.801183628 usbd_transfer#8@0: xfer = 0x3e08e00, flags = 0x6, pipe = 0x3dcaac8, running = 0
 1487082223.801201238 usbd_dump_queue#8@0: called!
 1487082223.801211546 usbd_dump_queue#8@0: pipe = 0x3dcaac8
 1487082223.801234309 usb_insert_transfer#8@0: called!
 1487082223.801245046 usb_insert_transfer#8@0: xfer = 0x3e08e00 pipe = 0x3dcaac8 running = 0 timeout = 5000
 1487082223.801260079 usb_insert_transfer#8@0: <- done xfer 0x3e08e00, err 0
 1487082223.801285419 uhci_device_ctrl_start#3@0: called!
 1487082223.801296586 uhci_device_ctrl_start#3@0: type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000
 1487082223.801312907 uhci_device_ctrl_start#3@0: len=64, addr=0, endpt=0
 1487082223.801341683 uhci_reset_std_chain#3@0: called!
 1487082223.801352850 uhci_reset_std_chain#3@0: xfer=0x3e08e00 len 64 isread 128 toggle 1
 1487082223.801424576 uhci_device_ctrl_start#3@0: --- dump start ---
 1487082223.801436172 uhci_device_ctrl_start#3@0: before transfer
 1487082223.801455070 uhci_dump_td#63@0: called!
 1487082223.801468814 uhci_dump_td#63@0: TD(0xd247a0) at 0x00d247a0
 1487082223.801480840 uhci_dump_td#63@0:    link=0x00d245f0 status=0x1c8003ff token=0x00e0002d buffer=0x00d5df80
 1487082223.801497161 uhci_dump_td#63@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.801515629 uhci_dump_td#63@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.801529373 uhci_dump_td#63@0: ios     =0 ls      =1 spd     =0
 1487082223.801540540 uhci_dump_td#63@0: errcnt  =3 actlen  =1024 pid=2d
 1487082223.801557290 uhci_dump_td#63@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082223.801570605 uhci_dump_td#64@0: called!
 1487082223.801579195 uhci_dump_td#64@0: TD(0xd245f0) at 0x00d245f0
 1487082223.801585637 uhci_dump_td#64@0:    link=0x00d24624 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df40
 1487082223.801595086 uhci_dump_td#64@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.801604106 uhci_dump_td#64@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.801612266 uhci_dump_td#64@0: ios     =0 ls      =1 spd     =1
 1487082223.801617850 uhci_dump_td#64@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.801627298 uhci_dump_td#64@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082223.801637606 uhci_dump_td#65@0: called!
 1487082223.801646196 uhci_dump_td#65@0: TD(0xd24620) at 0x00d24620
 1487082223.801653068 uhci_dump_td#65@0:    link=0x00d24654 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df48
 1487082223.801662088 uhci_dump_td#65@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.801670248 uhci_dump_td#65@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.801678409 uhci_dump_td#65@0: ios     =0 ls      =1 spd     =1
 1487082223.801684851 uhci_dump_td#65@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.801692582 uhci_dump_td#65@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082223.801702890 uhci_dump_td#66@0: called!
 1487082223.801711480 uhci_dump_td#66@0: TD(0xd24650) at 0x00d24650
 1487082223.801717922 uhci_dump_td#66@0:    link=0x00d24684 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df50
 1487082223.801728230 uhci_dump_td#66@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.801736391 uhci_dump_td#66@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.801744551 uhci_dump_td#66@0: ios     =0 ls      =1 spd     =1
 1487082223.801751423 uhci_dump_td#66@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.801760442 uhci_dump_td#66@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082223.801771180 uhci_dump_td#67@0: called!
 1487082223.801778911 uhci_dump_td#67@0: TD(0xd24680) at 0x00d24680
 1487082223.801784494 uhci_dump_td#67@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df58
 1487082223.801794802 uhci_dump_td#67@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.801803392 uhci_dump_td#67@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.801811982 uhci_dump_td#67@0: ios     =0 ls      =1 spd     =1
 1487082223.801818424 uhci_dump_td#67@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.801826585 uhci_dump_td#67@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082223.801836893 uhci_dump_td#68@0: called!
 1487082223.801845483 uhci_dump_td#68@0: TD(0xd246b0) at 0x00d246b0
 1487082223.801852355 uhci_dump_td#68@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df60
 1487082223.801862663 uhci_dump_td#68@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.801871253 uhci_dump_td#68@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.801879843 uhci_dump_td#68@0: ios     =0 ls      =1 spd     =1
 1487082223.801885855 uhci_dump_td#68@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.801893586 uhci_dump_td#68@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082223.801903894 uhci_dump_td#69@0: called!
 1487082223.801911625 uhci_dump_td#69@0: TD(0xd246e0) at 0x00d246e0
 1487082223.801918927 uhci_dump_td#69@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df68
 1487082223.801929235 uhci_dump_td#69@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.801938254 uhci_dump_td#69@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.801947703 uhci_dump_td#69@0: ios     =0 ls      =1 spd     =1
 1487082223.801954145 uhci_dump_td#69@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.801963594 uhci_dump_td#69@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082223.801973902 uhci_dump_td#70@0: called!
 1487082223.801981633 uhci_dump_td#70@0: TD(0xd24710) at 0x00d24710
 1487082223.801988076 uhci_dump_td#70@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df70
 1487082223.801998384 uhci_dump_td#70@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.802006974 uhci_dump_td#70@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.802015563 uhci_dump_td#70@0: ios     =0 ls      =1 spd     =1
 1487082223.802021576 uhci_dump_td#70@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.802030166 uhci_dump_td#70@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082223.802040474 uhci_dump_td#71@0: called!
 1487082223.802048205 uhci_dump_td#71@0: TD(0xd24740) at 0x00d24740
 1487082223.802055936 uhci_dump_td#71@0:    link=0x00d24770 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df78
 1487082223.802064956 uhci_dump_td#71@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.802073116 uhci_dump_td#71@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.802082135 uhci_dump_td#71@0: ios     =0 ls      =1 spd     =1
 1487082223.802088578 uhci_dump_td#71@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.802098027 uhci_dump_td#71@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082223.802108335 uhci_dump_td#72@0: called!
 1487082223.802116495 uhci_dump_td#72@0: TD(0xd24770) at 0x00d24770
 1487082223.802123797 uhci_dump_td#72@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487082223.802134105 uhci_dump_td#72@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.802142695 uhci_dump_td#72@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487082223.802151284 uhci_dump_td#72@0: ios     =0 ls      =1 spd     =0
 1487082223.802157727 uhci_dump_td#72@0: errcnt  =3 actlen  =1024 pid=e1
 1487082223.802166746 uhci_dump_td#72@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487082223.802178343 uhci_device_ctrl_start#3@0: --- dump end ---
 1487082223.802204972 uhci_add_ls_ctrl#3@0: called!
 1487082223.802214850 uhci_add_ls_ctrl#3@0: sqh 0xd22710
 1487082223.802244056 uhci_device_ctrl_start#3@0: --- dump start ---
 1487082223.802254793 uhci_device_ctrl_start#3@0: follow from [0]
 1487082223.802266390 uhci_dump_td#73@0: called!
 1487082223.802276698 uhci_dump_td#73@0: TD(0xd1e7a0) at 0x00d1e7a0
 1487082223.802287005 uhci_dump_td#73@0:    link=0x00d20712 status=0x02000000 token=0x00000000 buffer=0x00000000
 1487082223.802295166 uhci_dump_td#73@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.802303326 uhci_dump_td#73@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082223.802309769 uhci_dump_td#73@0: ios     =1 ls      =0 spd     =0
 1487082223.802317500 uhci_dump_td#73@0: errcnt  =0 actlen  =1 pid=00
 1487082223.802326090 uhci_dump_td#73@0: addr=0  endpt=0  D=0  maxlen=1,
 1487082223.802341981 uhci_dump_qh#17@0: called!
 1487082223.802354436 uhci_dump_qh#17@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487082223.802368610 uhci_dump_qh#18@0: called!
 1487082223.802376770 uhci_dump_qh#18@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487082223.802387078 uhci_dump_qh#19@0: called!
 1487082223.802393091 uhci_dump_qh#19@0: QH(0xd20740) at 0x00d20740: hlink=00d22712 elink=00000001
 1487082223.802404258 uhci_dump_qh#20@0: called!
 1487082223.802413277 uhci_dump_qh#20@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d247a0
 1487082223.802424015 uhci_dump_qh#21@0: called!
 1487082223.802431746 uhci_dump_qh#21@0: QH(0xd20770) at 0x00d20770: hlink=00d207a2 elink=00000001
 1487082223.802442054 uhci_dump_qh#22@0: called!
 1487082223.802452362 uhci_dump_qh#22@0: QH(0xd207a0) at 0x00d207a0: hlink=00d207d2 elink=00000001
 1487082223.802461811 uhci_dump_qh#23@0: called!
 1487082223.802468683 uhci_dump_qh#23@0: QH(0xd207d0) at 0x00d207d0: hlink=00000001 elink=00d1e7d0
 1487082223.802480708 uhci_device_ctrl_start#3@0: Enqueued QH:
 1487082223.802491875 uhci_dump_qh#24@0: called!
 1487082223.802500036 uhci_dump_qh#24@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d247a0
 1487082223.802507337 uhci_dump_td#74@0: called!
 1487082223.802516357 uhci_dump_td#74@0: TD(0xd247a0) at 0x00d247a0
 1487082223.802523658 uhci_dump_td#74@0:    link=0x00d245f0 status=0x1c8003ff token=0x00e0002d buffer=0x00d5df80
 1487082223.802532678 uhci_dump_td#74@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.802539550 uhci_dump_td#74@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.802549857 uhci_dump_td#74@0: ios     =0 ls      =1 spd     =0
 1487082223.802558447 uhci_dump_td#74@0: errcnt  =3 actlen  =1024 pid=2d
 1487082223.802566608 uhci_dump_td#74@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082223.802574768 uhci_dump_td#75@0: called!
 1487082223.802584217 uhci_dump_td#75@0: TD(0xd245f0) at 0x00d245f0
 1487082223.802592378 uhci_dump_td#75@0:    link=0x00d24624 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df40
 1487082223.802600968 uhci_dump_td#75@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.802607410 uhci_dump_td#75@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.802617718 uhci_dump_td#75@0: ios     =0 ls      =1 spd     =1
 1487082223.802626308 uhci_dump_td#75@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.802634468 uhci_dump_td#75@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082223.802642629 uhci_dump_td#76@0: called!
 1487082223.802651648 uhci_dump_td#76@0: TD(0xd24620) at 0x00d24620
 1487082223.802659809 uhci_dump_td#76@0:    link=0x00d24654 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df48
 1487082223.802668828 uhci_dump_td#76@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.802674841 uhci_dump_td#76@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.802685149 uhci_dump_td#76@0: ios     =0 ls      =1 spd     =1
 1487082223.802694168 uhci_dump_td#76@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.802702329 uhci_dump_td#76@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082223.802710489 uhci_dump_td#77@0: called!
 1487082223.802718650 uhci_dump_td#77@0: TD(0xd24650) at 0x00d24650
 1487082223.802725951 uhci_dump_td#77@0:    link=0x00d24684 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df50
 1487082223.802734971 uhci_dump_td#77@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.802740983 uhci_dump_td#77@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.802750862 uhci_dump_td#77@0: ios     =0 ls      =1 spd     =1
 1487082223.802758593 uhci_dump_td#77@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.802766753 uhci_dump_td#77@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082223.802775343 uhci_dump_td#78@0: called!
 1487082223.802783074 uhci_dump_td#78@0: TD(0xd24680) at 0x00d24680
 1487082223.802791235 uhci_dump_td#78@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df58
 1487082223.802799825 uhci_dump_td#78@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.802805837 uhci_dump_td#78@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.802815286 uhci_dump_td#78@0: ios     =0 ls      =1 spd     =1
 1487082223.802823447 uhci_dump_td#78@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.802832037 uhci_dump_td#78@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082223.802840197 uhci_dump_td#79@0: called!
 1487082223.802849646 uhci_dump_td#79@0: TD(0xd246b0) at 0x00d246b0
 1487082223.802857807 uhci_dump_td#79@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df60
 1487082223.802865538 uhci_dump_td#79@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.802872409 uhci_dump_td#79@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.802881858 uhci_dump_td#79@0: ios     =0 ls      =1 spd     =1
 1487082223.802889589 uhci_dump_td#79@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.802897750 uhci_dump_td#79@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082223.802906340 uhci_dump_td#80@0: called!
 1487082223.802915789 uhci_dump_td#80@0: TD(0xd246e0) at 0x00d246e0
 1487082223.802923090 uhci_dump_td#80@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df68
 1487082223.802931251 uhci_dump_td#80@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.802938122 uhci_dump_td#80@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.802946712 uhci_dump_td#80@0: ios     =0 ls      =1 spd     =1
 1487082223.802954443 uhci_dump_td#80@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.802962604 uhci_dump_td#80@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082223.802971194 uhci_dump_td#81@0: called!
 1487082223.802978925 uhci_dump_td#81@0: TD(0xd24710) at 0x00d24710
 1487082223.802987085 uhci_dump_td#81@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df70
 1487082223.802995246 uhci_dump_td#81@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.803001688 uhci_dump_td#81@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.803009848 uhci_dump_td#81@0: ios     =0 ls      =1 spd     =1
 1487082223.803018009 uhci_dump_td#81@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.803026169 uhci_dump_td#81@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082223.803034759 uhci_dump_td#82@0: called!
 1487082223.803044208 uhci_dump_td#82@0: TD(0xd24740) at 0x00d24740
 1487082223.803051510 uhci_dump_td#82@0:    link=0x00d24770 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df78
 1487082223.803059670 uhci_dump_td#82@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.803066112 uhci_dump_td#82@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.803074702 uhci_dump_td#82@0: ios     =0 ls      =1 spd     =1
 1487082223.803082433 uhci_dump_td#82@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.803090164 uhci_dump_td#82@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082223.803098754 uhci_dump_td#83@0: called!
 1487082223.803108203 uhci_dump_td#83@0: TD(0xd24770) at 0x00d24770
 1487082223.803115505 uhci_dump_td#83@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487082223.803123665 uhci_dump_td#83@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.803130537 uhci_dump_td#83@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487082223.803140845 uhci_dump_td#83@0: ios     =0 ls      =1 spd     =0
 1487082223.803149005 uhci_dump_td#83@0: errcnt  =3 actlen  =1024 pid=e1
 1487082223.803157595 uhci_dump_td#83@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487082223.803166615 uhci_device_ctrl_start#3@0: --- dump end ---
 1487082223.803222449 usbd_transfer#8@0: <- done transfer 0x3e08e00, err = 1
 1487082223.803240918 usbd_transfer#8@0: <- sleeping on xfer 0x3e08e00
 1487082223.813450055 uhci_intr#5@0: called!
 1487082223.813478402 uhci_intr1#5@0: called!
 1487082223.813488280 uhci_intr1#5@0: sc 0x3e32008
 1487082223.813505890 uhci_dumpregs#5@0: called!
 1487082223.813516627 uhci_dumpregs#5@0: cmd =0081  sts    =0001  intr   =000f  frnum =0241
 1487082223.813534666 uhci_dumpregs#5@0: sof =0040  portsc1=0195  portsc2=0180  flbase=00d1c000
 1487082223.813576327 usb_schedsoftintr#5@0: called!
 1487082223.813590930 usb_schedsoftintr#5@0: polling=0
 1487082223.813628296 uhci_intr1#5@0: sc 0x3e32008 done
 1487082223.813737388 uhci_softintr#5@0: called!
 1487082223.813748985 uhci_softintr#5@0: sc 0x3e32008
 1487082223.813771318 uhci_check_intr#3@0: called!
 1487082223.813782056 uhci_check_intr#3@0: ux 0x3e08e00
 1487082223.813804819 uhci_check_intr#3@0: active ux=0x3e08e00
 1487082223.813827153 uhci_check_intr#3@0: ux=0x3e08e00 done
 1487082223.813863231 uhci_idone#3@0: called!
 1487082223.813874398 uhci_idone#3@0: ux=0x3e08e00
 1487082223.813885565 uhci_idone#3@0: ux=0x3e08e00, xfer=0x3e08e00, pipe=0x3dcaac8 ready
 1487082223.813896732 uhci_idone#3@0: --- dump start ---
 1487082223.813913911 uhci_dump_td#84@0: called!
 1487082223.813925508 uhci_dump_td#84@0: TD(0xd247a0) at 0x00d247a0
 1487082223.813932809 uhci_dump_td#84@0:    link=0x00d245f0 status=0x1c000007 token=0x00e0002d buffer=0x00d5df80
 1487082223.813947842 uhci_dump_td#84@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.813966310 uhci_dump_td#84@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082223.813979195 uhci_dump_td#84@0: ios     =0 ls      =1 spd     =0
 1487082223.813986926 uhci_dump_td#84@0: errcnt  =3 actlen  =8 pid=2d
 1487082223.813999811 uhci_dump_td#84@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082223.814014414 uhci_dump_td#85@0: called!
 1487082223.814023004 uhci_dump_td#85@0: TD(0xd245f0) at 0x00d245f0
 1487082223.814029446 uhci_dump_td#85@0:    link=0x00d24624 status=0x1c000007 token=0x00e80069 buffer=0x00d5df40
 1487082223.814038895 uhci_dump_td#85@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.814047055 uhci_dump_td#85@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082223.814055216 uhci_dump_td#85@0: ios     =0 ls      =1 spd     =0
 1487082223.814061229 uhci_dump_td#85@0: errcnt  =3 actlen  =8 pid=69
 1487082223.814070248 uhci_dump_td#85@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082223.814081845 uhci_dump_td#86@0: called!
 1487082223.814090435 uhci_dump_td#86@0: TD(0xd24620) at 0x00d24620
 1487082223.814096877 uhci_dump_td#86@0:    link=0x00d24654 status=0x1c000007 token=0x00e00069 buffer=0x00d5df48
 1487082223.814104608 uhci_dump_td#86@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.814112768 uhci_dump_td#86@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082223.814120929 uhci_dump_td#86@0: ios     =0 ls      =1 spd     =0
 1487082223.814127371 uhci_dump_td#86@0: errcnt  =3 actlen  =8 pid=69
 1487082223.814136391 uhci_dump_td#86@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082223.814147558 uhci_dump_td#87@0: called!
 1487082223.814156148 uhci_dump_td#87@0: TD(0xd24650) at 0x00d24650
 1487082223.814162590 uhci_dump_td#87@0:    link=0x00d24684 status=0x1c4007ff token=0x00e80069 buffer=0x00d5df50
 1487082223.814172039 uhci_dump_td#87@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.814180199 uhci_dump_td#87@0: dbuffer =0 stalled =1 active  =0 ioc     =0
 1487082223.814188360 uhci_dump_td#87@0: ios     =0 ls      =1 spd     =0
 1487082223.814194802 uhci_dump_td#87@0: errcnt  =3 actlen  =0 pid=69
 1487082223.814205110 uhci_dump_td#87@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082223.814215418 uhci_dump_td#88@0: called!
 1487082223.814224008 uhci_dump_td#88@0: TD(0xd24680) at 0x00d24680
 1487082223.814230450 uhci_dump_td#88@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df58
 1487082223.814239899 uhci_dump_td#88@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.814247630 uhci_dump_td#88@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.814255791 uhci_dump_td#88@0: ios     =0 ls      =1 spd     =1
 1487082223.814261804 uhci_dump_td#88@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.814272112 uhci_dump_td#88@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082223.814283279 uhci_dump_td#89@0: called!
 1487082223.814291869 uhci_dump_td#89@0: TD(0xd246b0) at 0x00d246b0
 1487082223.814298311 uhci_dump_td#89@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df60
 1487082223.814307760 uhci_dump_td#89@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.814315920 uhci_dump_td#89@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.814324081 uhci_dump_td#89@0: ios     =0 ls      =1 spd     =1
 1487082223.814330523 uhci_dump_td#89@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.814340831 uhci_dump_td#89@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082223.814351569 uhci_dump_td#90@0: called!
 1487082223.814359729 uhci_dump_td#90@0: TD(0xd246e0) at 0x00d246e0
 1487082223.814366171 uhci_dump_td#90@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df68
 1487082223.814375620 uhci_dump_td#90@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.814383781 uhci_dump_td#90@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.814391512 uhci_dump_td#90@0: ios     =0 ls      =1 spd     =1
 1487082223.814397525 uhci_dump_td#90@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.814405685 uhci_dump_td#90@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082223.814415993 uhci_dump_td#91@0: called!
 1487082223.814425013 uhci_dump_td#91@0: TD(0xd24710) at 0x00d24710
 1487082223.814432314 uhci_dump_td#91@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df70
 1487082223.814441333 uhci_dump_td#91@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.814449494 uhci_dump_td#91@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.814457654 uhci_dump_td#91@0: ios     =0 ls      =1 spd     =1
 1487082223.814464097 uhci_dump_td#91@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.814474405 uhci_dump_td#91@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082223.814484713 uhci_dump_td#92@0: called!
 1487082223.814493302 uhci_dump_td#92@0: TD(0xd24740) at 0x00d24740
 1487082223.814500174 uhci_dump_td#92@0:    link=0x00d24770 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df78
 1487082223.814509194 uhci_dump_td#92@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.814517354 uhci_dump_td#92@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.814525515 uhci_dump_td#92@0: ios     =0 ls      =1 spd     =1
 1487082223.814531957 uhci_dump_td#92@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.814542265 uhci_dump_td#92@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082223.814552573 uhci_dump_td#93@0: called!
 1487082223.814560733 uhci_dump_td#93@0: TD(0xd24770) at 0x00d24770
 1487082223.814568035 uhci_dump_td#93@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487082223.814577054 uhci_dump_td#93@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.814585215 uhci_dump_td#93@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487082223.814593375 uhci_dump_td#93@0: ios     =0 ls      =1 spd     =0
 1487082223.814599818 uhci_dump_td#93@0: errcnt  =3 actlen  =1024 pid=e1
 1487082223.814610126 uhci_dump_td#93@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487082223.814623010 uhci_idone#3@0: --- dump end ---
 1487082223.814642338 uhci_idone#3@0: actlen=16, status=0x400000
 1487082223.814652646 uhci_idone#3@0: error, addr=0, endpt=0x00
 1487082223.814667678 uhci_idone#3@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.814679704 uhci_idone#3@0: dbuffer =0 stalled =1 active  =0
 1487082223.814696884 uhci_idone#3@0: ux=0x3e08e00 done
 1487082223.814708480 uhci_softintr#5@0: ux 0x3e08e00
 1487082223.814726090 usb_transfer_complete#10@0: called!
 1487082223.814737686 usb_transfer_complete#10@0: pipe = 0x3dcaac8 xfer = 0x3e08e00 status = 17 actlen = 16
 1487082223.814754436 usb_transfer_complete#10@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487082223.814767321 usb_transfer_complete#10@0: xfer 0x3e08e00 doing done 0x2a9d18
 1487082223.814797816 uhci_device_ctrl_done#3@0: called!
 1487082223.814828310 uhci_remove_ls_ctrl#3@0: called!
 1487082223.814845060 uhci_remove_ls_ctrl#3@0: sqh 0xd22710
 1487082223.814893164 uhci_find_prev_qh#3@0: called!
 1487082223.814912062 uhci_find_prev_qh#3@0: pqh=0xd20740 sqh=0xd22710
 1487082223.814969185 uhci_device_ctrl_done#3@0: length=16
 1487082223.814994525 usb_transfer_complete#10@0: xfer 0x3e08e00 doing callback 0x0 status 17
 1487082223.815006981 usb_transfer_complete#10@0: <- done xfer 0x3e08e00, wakeup
 1487082223.815121227 usbd_start_next#10@0: called!
 1487082223.815135400 usbd_start_next#10@0: pipe = 0x3dcaac8, xfer = 0x0
 1487082223.815347142 uhci_free_stds#3@0: called!
 1487082223.815357020 uhci_free_stds#3@0: ux=0x3e08e00
 1487082223.815455805 usbd_free_xfer#8@0: called!
 1487082223.815466113 usbd_free_xfer#8@0: 0x3e08e00
 1487082223.815493171 usb_freemem#5@0: called!
 1487082223.815515934 usb_freemem#5@0: frag=0xd5df40
 1487082223.815558884 usbd_do_request_flags#8@0: returning err = 17
 1487082223.817717964 uhci_intr#6@0: called!
 1487082223.817746311 uhci_intr1#6@0: called!
 1487082223.817755760 uhci_intr1#6@0: sc 0x3e32008
 1487082223.817772940 uhci_dumpregs#6@0: called!
 1487082223.817784536 uhci_dumpregs#6@0: cmd =0081  sts    =0002  intr   =000f  frnum =0242
 1487082223.817805581 uhci_dumpregs#6@0: sof =0040  portsc1=01a5  portsc2=0180  flbase=00d1c000
 1487082223.817839941 usb_schedsoftintr#6@0: called!
 1487082223.817851967 usb_schedsoftintr#6@0: polling=0
 1487082223.817882461 uhci_intr1#6@0: sc 0x3e32008 done
 1487082223.817963207 uhci_softintr#6@0: called!
 1487082223.817971367 uhci_softintr#6@0: sc 0x3e32008
 1487082223.1101262256 uhci_poll_hub#42@0: called!
 1487082223.1702730765 usbd_get_initial_ddesc#4@0: called!
 1487082223.1702743220 usbd_get_initial_ddesc#4@0: dev 0x3dad488
 1487082223.1702758682 usbd_do_request_flags#9@0: called!
 1487082223.1702776291 usbd_alloc_xfer#9@0: called!
 1487082223.1702840716 usbd_alloc_xfer#9@0: returns 0x3e08e00
 1487082223.1702870780 usb_allocmem_flags#7@0: called!
 1487082223.1702894832 usb_allocmem_flags#7@0: use frag=0xd5df40 size=64
 1487082223.1702921461 uhci_device_ctrl_init#4@0: called!
 1487082223.1702932198 uhci_device_ctrl_init#4@0: xfer=0x3e08e00 len=64, addr=0, endpt=0
 1487082223.1702950237 uhci_alloc_std_chain#4@0: called!
 1487082223.1702959257 uhci_alloc_std_chain#4@0: xfer=0x3e08e00 pipe=0x3dcaac8
 1487082223.1702973001 uhci_alloc_std_chain#4@0: maxp=8 ntd=8
 1487082223.1703029265 uhci_alloc_std#27@0: called!
 1487082223.1703044297 uhci_alloc_std#28@0: called!
 1487082223.1703054176 uhci_alloc_std#29@0: called!
 1487082223.1703067490 uhci_alloc_std#30@0: called!
 1487082223.1703079516 uhci_alloc_std#31@0: called!
 1487082223.1703091112 uhci_alloc_std#32@0: called!
 1487082223.1703101420 uhci_alloc_std#33@0: called!
 1487082223.1703114305 uhci_alloc_std#34@0: called!
 1487082223.1703151671 usbd_transfer#9@0: called!
 1487082223.1703163268 usbd_transfer#9@0: xfer = 0x3e08e00, flags = 0x6, pipe = 0x3dcaac8, running = 0
 1487082223.1703177441 usbd_dump_queue#9@0: called!
 1487082223.1703188179 usbd_dump_queue#9@0: pipe = 0x3dcaac8
 1487082223.1703212230 usb_insert_transfer#9@0: called!
 1487082223.1703222968 usb_insert_transfer#9@0: xfer = 0x3e08e00 pipe = 0x3dcaac8 running = 0 timeout = 5000
 1487082223.1703236282 usb_insert_transfer#9@0: <- done xfer 0x3e08e00, err 0
 1487082223.1703259475 uhci_device_ctrl_start#4@0: called!
 1487082223.1703272360 uhci_device_ctrl_start#4@0: type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000
 1487082223.1703284386 uhci_device_ctrl_start#4@0: len=64, addr=0, endpt=0
 1487082223.1703307149 uhci_reset_std_chain#4@0: called!
 1487082223.1703318316 uhci_reset_std_chain#4@0: xfer=0x3e08e00 len 64 isread 128 toggle 1
 1487082223.1703384888 uhci_device_ctrl_start#4@0: --- dump start ---
 1487082223.1703396484 uhci_device_ctrl_start#4@0: before transfer
 1487082223.1703414094 uhci_dump_td#94@0: called!
 1487082223.1703427838 uhci_dump_td#94@0: TD(0xd247a0) at 0x00d247a0
 1487082223.1703441152 uhci_dump_td#94@0:    link=0x00d245f0 status=0x1c8003ff token=0x00e0002d buffer=0x00d5df80
 1487082223.1703459620 uhci_dump_td#94@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1703476371 uhci_dump_td#94@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.1703490974 uhci_dump_td#94@0: ios     =0 ls      =1 spd     =0
 1487082223.1703502570 uhci_dump_td#94@0: errcnt  =3 actlen  =1024 pid=2d
 1487082223.1703520609 uhci_dump_td#94@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082223.1703532635 uhci_dump_td#95@0: called!
 1487082223.1703542084 uhci_dump_td#95@0: TD(0xd245f0) at 0x00d245f0
 1487082223.1703550244 uhci_dump_td#95@0:    link=0x00d24624 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df40
 1487082223.1703558405 uhci_dump_td#95@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1703565277 uhci_dump_td#95@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.1703574296 uhci_dump_td#95@0: ios     =0 ls      =1 spd     =1
 1487082223.1703582457 uhci_dump_td#95@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.1703591476 uhci_dump_td#95@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082223.1703600066 uhci_dump_td#96@0: called!
 1487082223.1703610374 uhci_dump_td#96@0: TD(0xd24620) at 0x00d24620
 1487082223.1703618534 uhci_dump_td#96@0:    link=0x00d24654 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df48
 1487082223.1703626695 uhci_dump_td#96@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1703632708 uhci_dump_td#96@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.1703641727 uhci_dump_td#96@0: ios     =0 ls      =1 spd     =1
 1487082223.1703651176 uhci_dump_td#96@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.1703658907 uhci_dump_td#96@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082223.1703667497 uhci_dump_td#97@0: called!
 1487082223.1703677805 uhci_dump_td#97@0: TD(0xd24650) at 0x00d24650
 1487082223.1703685965 uhci_dump_td#97@0:    link=0x00d24684 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df50
 1487082223.1703694126 uhci_dump_td#97@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1703700568 uhci_dump_td#97@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.1703710017 uhci_dump_td#97@0: ios     =0 ls      =1 spd     =1
 1487082223.1703719036 uhci_dump_td#97@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.1703728056 uhci_dump_td#97@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082223.1703737075 uhci_dump_td#98@0: called!
 1487082223.1703746954 uhci_dump_td#98@0: TD(0xd24680) at 0x00d24680
 1487082223.1703754255 uhci_dump_td#98@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df58
 1487082223.1703762416 uhci_dump_td#98@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1703768858 uhci_dump_td#98@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.1703778307 uhci_dump_td#98@0: ios     =0 ls      =1 spd     =1
 1487082223.1703787326 uhci_dump_td#98@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.1703796346 uhci_dump_td#98@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082223.1703804936 uhci_dump_td#99@0: called!
 1487082223.1703814814 uhci_dump_td#99@0: TD(0xd246b0) at 0x00d246b0
 1487082223.1703822975 uhci_dump_td#99@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df60
 1487082223.1703831135 uhci_dump_td#99@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1703837578 uhci_dump_td#99@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.1703847027 uhci_dump_td#99@0: ios     =0 ls      =1 spd     =1
 1487082223.1703855616 uhci_dump_td#99@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.1703864206 uhci_dump_td#99@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082223.1703872796 uhci_dump_td#100@0: called!
 1487082223.1703881386 uhci_dump_td#100@0: TD(0xd246e0) at 0x00d246e0
 1487082223.1703889547 uhci_dump_td#100@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df68
 1487082223.1703897707 uhci_dump_td#100@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1703904579 uhci_dump_td#100@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.1703913599 uhci_dump_td#100@0: ios     =0 ls      =1 spd     =1
 1487082223.1703923047 uhci_dump_td#100@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.1703932067 uhci_dump_td#100@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082223.1703940657 uhci_dump_td#101@0: called!
 1487082223.1703949247 uhci_dump_td#101@0: TD(0xd24710) at 0x00d24710
 1487082223.1703957407 uhci_dump_td#101@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df70
 1487082223.1703965568 uhci_dump_td#101@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1703972440 uhci_dump_td#101@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.1703981459 uhci_dump_td#101@0: ios     =0 ls      =1 spd     =1
 1487082223.1703989619 uhci_dump_td#101@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.1703998639 uhci_dump_td#101@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082223.1704007229 uhci_dump_td#102@0: called!
 1487082223.1704015389 uhci_dump_td#102@0: TD(0xd24740) at 0x00d24740
 1487082223.1704023550 uhci_dump_td#102@0:    link=0x00d24770 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df78
 1487082223.1704031710 uhci_dump_td#102@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1704037723 uhci_dump_td#102@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.1704047172 uhci_dump_td#102@0: ios     =0 ls      =1 spd     =1
 1487082223.1704055762 uhci_dump_td#102@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.1704064352 uhci_dump_td#102@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082223.1704072512 uhci_dump_td#103@0: called!
 1487082223.1704083250 uhci_dump_td#103@0: TD(0xd24770) at 0x00d24770
 1487082223.1704091410 uhci_dump_td#103@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487082223.1704099571 uhci_dump_td#103@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1704105584 uhci_dump_td#103@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487082223.1704115032 uhci_dump_td#103@0: ios     =0 ls      =1 spd     =0
 1487082223.1704123193 uhci_dump_td#103@0: errcnt  =3 actlen  =1024 pid=e1
 1487082223.1704131783 uhci_dump_td#103@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487082223.1704141232 uhci_device_ctrl_start#4@0: --- dump end ---
 1487082223.1704167431 uhci_add_ls_ctrl#4@0: called!
 1487082223.1704178598 uhci_add_ls_ctrl#4@0: sqh 0xd22710
 1487082223.1704208233 uhci_device_ctrl_start#4@0: --- dump start ---
 1487082223.1704218112 uhci_device_ctrl_start#4@0: follow from [0]
 1487082223.1704230138 uhci_dump_td#104@0: called!
 1487082223.1704243022 uhci_dump_td#104@0: TD(0xd1e7a0) at 0x00d1e7a0
 1487082223.1704251612 uhci_dump_td#104@0:    link=0x00d20712 status=0x02000000 token=0x00000000 buffer=0x00000000
 1487082223.1704258055 uhci_dump_td#104@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1704268363 uhci_dump_td#104@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082223.1704276094 uhci_dump_td#104@0: ios     =1 ls      =0 spd     =0
 1487082223.1704284684 uhci_dump_td#104@0: errcnt  =0 actlen  =1 pid=00
 1487082223.1704291126 uhci_dump_td#104@0: addr=0  endpt=0  D=0  maxlen=1,
 1487082223.1704307018 uhci_dump_qh#25@0: called!
 1487082223.1704321620 uhci_dump_qh#25@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487082223.1704337512 uhci_dump_qh#26@0: called!
 1487082223.1704345243 uhci_dump_qh#26@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487082223.1704357698 uhci_dump_qh#27@0: called!
 1487082223.1704365429 uhci_dump_qh#27@0: QH(0xd20740) at 0x00d20740: hlink=00d22712 elink=00000001
 1487082223.1704374878 uhci_dump_qh#28@0: called!
 1487082223.1704381320 uhci_dump_qh#28@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d247a0
 1487082223.1704391628 uhci_dump_qh#29@0: called!
 1487082223.1704402795 uhci_dump_qh#29@0: QH(0xd20770) at 0x00d20770: hlink=00d207a2 elink=00000001
 1487082223.1704412244 uhci_dump_qh#30@0: called!
 1487082223.1704425559 uhci_dump_qh#30@0: QH(0xd207a0) at 0x00d207a0: hlink=00d207d2 elink=00000001
 1487082223.1704435867 uhci_dump_qh#31@0: called!
 1487082223.1704447033 uhci_dump_qh#31@0: QH(0xd207d0) at 0x00d207d0: hlink=00000001 elink=00d1e7d0
 1487082223.1704458630 uhci_device_ctrl_start#4@0: Enqueued QH:
 1487082223.1704467220 uhci_dump_qh#32@0: called!
 1487082223.1704476239 uhci_dump_qh#32@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d247a0
 1487082223.1704485688 uhci_dump_td#105@0: called!
 1487082223.1704493849 uhci_dump_td#105@0: TD(0xd247a0) at 0x00d247a0
 1487082223.1704500291 uhci_dump_td#105@0:    link=0x00d245f0 status=0x1c8003ff token=0x00e0002d buffer=0x00d5df80
 1487082223.1704508881 uhci_dump_td#105@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1704517041 uhci_dump_td#105@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.1704525202 uhci_dump_td#105@0: ios     =0 ls      =1 spd     =0
 1487082223.1704532503 uhci_dump_td#105@0: errcnt  =3 actlen  =1024 pid=2d
 1487082223.1704542811 uhci_dump_td#105@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082223.1704553549 uhci_dump_td#106@0: called!
 1487082223.1704562139 uhci_dump_td#106@0: TD(0xd245f0) at 0x00d245f0
 1487082223.1704568581 uhci_dump_td#106@0:    link=0x00d24624 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df40
 1487082223.1704578030 uhci_dump_td#106@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1704585761 uhci_dump_td#106@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.1704593921 uhci_dump_td#106@0: ios     =0 ls      =1 spd     =1
 1487082223.1704600793 uhci_dump_td#106@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.1704611101 uhci_dump_td#106@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082223.1704621409 uhci_dump_td#107@0: called!
 1487082223.1704629999 uhci_dump_td#107@0: TD(0xd24620) at 0x00d24620
 1487082223.1704636441 uhci_dump_td#107@0:    link=0x00d24654 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df48
 1487082223.1704645890 uhci_dump_td#107@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1704653621 uhci_dump_td#107@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.1704661782 uhci_dump_td#107@0: ios     =0 ls      =1 spd     =1
 1487082223.1704668224 uhci_dump_td#107@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.1704678532 uhci_dump_td#107@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082223.1704689270 uhci_dump_td#108@0: called!
 1487082223.1704697001 uhci_dump_td#108@0: TD(0xd24650) at 0x00d24650
 1487082223.1704703872 uhci_dump_td#108@0:    link=0x00d24684 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df50
 1487082223.1704712462 uhci_dump_td#108@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1704720193 uhci_dump_td#108@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.1704728354 uhci_dump_td#108@0: ios     =0 ls      =1 spd     =1
 1487082223.1704736085 uhci_dump_td#108@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.1704746393 uhci_dump_td#108@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082223.1704757130 uhci_dump_td#109@0: called!
 1487082223.1704765291 uhci_dump_td#109@0: TD(0xd24680) at 0x00d24680
 1487082223.1704771733 uhci_dump_td#109@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df58
 1487082223.1704780323 uhci_dump_td#109@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1704788054 uhci_dump_td#109@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.1704796214 uhci_dump_td#109@0: ios     =0 ls      =1 spd     =1
 1487082223.1704803945 uhci_dump_td#109@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.1704814253 uhci_dump_td#109@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082223.1704824991 uhci_dump_td#110@0: called!
 1487082223.1704833580 uhci_dump_td#110@0: TD(0xd246b0) at 0x00d246b0
 1487082223.1704840023 uhci_dump_td#110@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df60
 1487082223.1704848613 uhci_dump_td#110@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1704856773 uhci_dump_td#110@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.1704864934 uhci_dump_td#110@0: ios     =0 ls      =1 spd     =1
 1487082223.1704871376 uhci_dump_td#110@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.1704880825 uhci_dump_td#110@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082223.1704891133 uhci_dump_td#111@0: called!
 1487082223.1704899293 uhci_dump_td#111@0: TD(0xd246e0) at 0x00d246e0
 1487082223.1704904877 uhci_dump_td#111@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df68
 1487082223.1704914326 uhci_dump_td#111@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1704922486 uhci_dump_td#111@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.1704930217 uhci_dump_td#111@0: ios     =0 ls      =1 spd     =1
 1487082223.1704937948 uhci_dump_td#111@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.1704948256 uhci_dump_td#111@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082223.1704958564 uhci_dump_td#112@0: called!
 1487082223.1704967154 uhci_dump_td#112@0: TD(0xd24710) at 0x00d24710
 1487082223.1704973596 uhci_dump_td#112@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df70
 1487082223.1704982186 uhci_dump_td#112@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1704990347 uhci_dump_td#112@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.1704998507 uhci_dump_td#112@0: ios     =0 ls      =1 spd     =1
 1487082223.1705005809 uhci_dump_td#112@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.1705016117 uhci_dump_td#112@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082223.1705026425 uhci_dump_td#113@0: called!
 1487082223.1705035014 uhci_dump_td#113@0: TD(0xd24740) at 0x00d24740
 1487082223.1705041457 uhci_dump_td#113@0:    link=0x00d24770 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df78
 1487082223.1705050906 uhci_dump_td#113@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1705059066 uhci_dump_td#113@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.1705066797 uhci_dump_td#113@0: ios     =0 ls      =1 spd     =1
 1487082223.1705072810 uhci_dump_td#113@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.1705083118 uhci_dump_td#113@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082223.1705093426 uhci_dump_td#114@0: called!
 1487082223.1705102875 uhci_dump_td#114@0: TD(0xd24770) at 0x00d24770
 1487082223.1705109317 uhci_dump_td#114@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487082223.1705118766 uhci_dump_td#114@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1705126927 uhci_dump_td#114@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487082223.1705135087 uhci_dump_td#114@0: ios     =0 ls      =1 spd     =0
 1487082223.1705142389 uhci_dump_td#114@0: errcnt  =3 actlen  =1024 pid=e1
 1487082223.1705152697 uhci_dump_td#114@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487082223.1705164293 uhci_device_ctrl_start#4@0: --- dump end ---
 1487082223.1705219269 usbd_transfer#9@0: <- done transfer 0x3e08e00, err = 1
 1487082223.1705235589 usbd_transfer#9@0: <- sleeping on xfer 0x3e08e00
 1487082223.1715392328 uhci_intr#7@0: called!
 1487082223.1715422822 uhci_intr1#7@0: called!
 1487082223.1715432701 uhci_intr1#7@0: sc 0x3e32008
 1487082223.1715448592 uhci_dumpregs#7@0: called!
 1487082223.1715460189 uhci_dumpregs#7@0: cmd =0081  sts    =0001  intr   =000f  frnum =0313
 1487082223.1715482093 uhci_dumpregs#7@0: sof =0040  portsc1=01a5  portsc2=0180  flbase=00d1c000
 1487082223.1715521607 usb_schedsoftintr#7@0: called!
 1487082223.1715534921 usb_schedsoftintr#7@0: polling=0
 1487082223.1715567992 uhci_intr1#7@0: sc 0x3e32008 done
 1487082223.1715669353 uhci_softintr#7@0: called!
 1487082223.1715680091 uhci_softintr#7@0: sc 0x3e32008
 1487082223.1715699418 uhci_check_intr#4@0: called!
 1487082223.1715711015 uhci_check_intr#4@0: ux 0x3e08e00
 1487082223.1715733778 uhci_check_intr#4@0: active ux=0x3e08e00
 1487082223.1715756541 uhci_check_intr#4@0: ux=0x3e08e00 done
 1487082223.1715790472 uhci_idone#4@0: called!
 1487082223.1715801638 uhci_idone#4@0: ux=0x3e08e00
 1487082223.1715814094 uhci_idone#4@0: ux=0x3e08e00, xfer=0x3e08e00, pipe=0x3dcaac8 ready
 1487082223.1715826549 uhci_idone#4@0: --- dump start ---
 1487082223.1715841152 uhci_dump_td#115@0: called!
 1487082223.1715853178 uhci_dump_td#115@0: TD(0xd247a0) at 0x00d247a0
 1487082223.1715863057 uhci_dump_td#115@0:    link=0x00d245f0 status=0x1c000007 token=0x00e0002d buffer=0x00d5df80
 1487082223.1715875941 uhci_dump_td#115@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1715892692 uhci_dump_td#115@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082223.1715905577 uhci_dump_td#115@0: ios     =0 ls      =1 spd     =0
 1487082223.1715914596 uhci_dump_td#115@0: errcnt  =3 actlen  =8 pid=2d
 1487082223.1715926622 uhci_dump_td#115@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082223.1715938648 uhci_dump_td#116@0: called!
 1487082223.1715948956 uhci_dump_td#116@0: TD(0xd245f0) at 0x00d245f0
 1487082223.1715957546 uhci_dump_td#116@0:    link=0x00d24624 status=0x1c000007 token=0x00e80069 buffer=0x00d5df40
 1487082223.1715965706 uhci_dump_td#116@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1715972149 uhci_dump_td#116@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082223.1715980739 uhci_dump_td#116@0: ios     =0 ls      =1 spd     =0
 1487082223.1715988470 uhci_dump_td#116@0: errcnt  =3 actlen  =8 pid=69
 1487082223.1715996630 uhci_dump_td#116@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082223.1716005220 uhci_dump_td#117@0: called!
 1487082223.1716014239 uhci_dump_td#117@0: TD(0xd24620) at 0x00d24620
 1487082223.1716022400 uhci_dump_td#117@0:    link=0x00d24654 status=0x1c000007 token=0x00e00069 buffer=0x00d5df48
 1487082223.1716030560 uhci_dump_td#117@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1716036573 uhci_dump_td#117@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082223.1716045163 uhci_dump_td#117@0: ios     =0 ls      =1 spd     =0
 1487082223.1716053324 uhci_dump_td#117@0: errcnt  =3 actlen  =8 pid=69
 1487082223.1716061484 uhci_dump_td#117@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082223.1716070933 uhci_dump_td#118@0: called!
 1487082223.1716080382 uhci_dump_td#118@0: TD(0xd24650) at 0x00d24650
 1487082223.1716088542 uhci_dump_td#118@0:    link=0x00d24684 status=0x1c4007ff token=0x00e80069 buffer=0x00d5df50
 1487082223.1716097132 uhci_dump_td#118@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1716103145 uhci_dump_td#118@0: dbuffer =0 stalled =1 active  =0 ioc     =0
 1487082223.1716112165 uhci_dump_td#118@0: ios     =0 ls      =1 spd     =0
 1487082223.1716120325 uhci_dump_td#118@0: errcnt  =3 actlen  =0 pid=69
 1487082223.1716128485 uhci_dump_td#118@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082223.1716137075 uhci_dump_td#119@0: called!
 1487082223.1716146954 uhci_dump_td#119@0: TD(0xd24680) at 0x00d24680
 1487082223.1716155544 uhci_dump_td#119@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df58
 1487082223.1716164134 uhci_dump_td#119@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1716170576 uhci_dump_td#119@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.1716180025 uhci_dump_td#119@0: ios     =0 ls      =1 spd     =1
 1487082223.1716187756 uhci_dump_td#119@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.1716195916 uhci_dump_td#119@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082223.1716204506 uhci_dump_td#120@0: called!
 1487082223.1716214814 uhci_dump_td#120@0: TD(0xd246b0) at 0x00d246b0
 1487082223.1716223404 uhci_dump_td#120@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df60
 1487082223.1716231994 uhci_dump_td#120@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1716238437 uhci_dump_td#120@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.1716247886 uhci_dump_td#120@0: ios     =0 ls      =1 spd     =1
 1487082223.1716256046 uhci_dump_td#120@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.1716264206 uhci_dump_td#120@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082223.1716272796 uhci_dump_td#121@0: called!
 1487082223.1716283104 uhci_dump_td#121@0: TD(0xd246e0) at 0x00d246e0
 1487082223.1716291265 uhci_dump_td#121@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df68
 1487082223.1716299855 uhci_dump_td#121@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1716306297 uhci_dump_td#121@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.1716314458 uhci_dump_td#121@0: ios     =0 ls      =1 spd     =1
 1487082223.1716322189 uhci_dump_td#121@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.1716329919 uhci_dump_td#121@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082223.1716338509 uhci_dump_td#122@0: called!
 1487082223.1716348817 uhci_dump_td#122@0: TD(0xd24710) at 0x00d24710
 1487082223.1716357837 uhci_dump_td#122@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df70
 1487082223.1716367286 uhci_dump_td#122@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1716373728 uhci_dump_td#122@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.1716383177 uhci_dump_td#122@0: ios     =0 ls      =1 spd     =1
 1487082223.1716391337 uhci_dump_td#122@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.1716399498 uhci_dump_td#122@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082223.1716407658 uhci_dump_td#123@0: called!
 1487082223.1716417966 uhci_dump_td#123@0: TD(0xd24740) at 0x00d24740
 1487082223.1716426986 uhci_dump_td#123@0:    link=0x00d24770 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df78
 1487082223.1716435576 uhci_dump_td#123@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1716442018 uhci_dump_td#123@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082223.1716451467 uhci_dump_td#123@0: ios     =0 ls      =1 spd     =1
 1487082223.1716459627 uhci_dump_td#123@0: errcnt  =3 actlen  =1024 pid=69
 1487082223.1716467788 uhci_dump_td#123@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082223.1716475948 uhci_dump_td#124@0: called!
 1487082223.1716484968 uhci_dump_td#124@0: TD(0xd24770) at 0x00d24770
 1487082223.1716494417 uhci_dump_td#124@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487082223.1716503436 uhci_dump_td#124@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1716509879 uhci_dump_td#124@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487082223.1716519328 uhci_dump_td#124@0: ios     =0 ls      =1 spd     =0
 1487082223.1716527488 uhci_dump_td#124@0: errcnt  =3 actlen  =1024 pid=e1
 1487082223.1716535648 uhci_dump_td#124@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487082223.1716546386 uhci_idone#4@0: --- dump end ---
 1487082223.1716565713 uhci_idone#4@0: actlen=16, status=0x400000
 1487082223.1716578598 uhci_idone#4@0: error, addr=0, endpt=0x00
 1487082223.1716593201 uhci_idone#4@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082223.1716604368 uhci_idone#4@0: dbuffer =0 stalled =1 active  =0
 1487082223.1716620259 uhci_idone#4@0: ux=0x3e08e00 done
 1487082223.1716634862 uhci_softintr#7@0: ux 0x3e08e00
 1487082223.1716653330 usb_transfer_complete#11@0: called!
 1487082223.1716662350 usb_transfer_complete#11@0: pipe = 0x3dcaac8 xfer = 0x3e08e00 status = 17 actlen = 16
 1487082223.1716678241 usb_transfer_complete#11@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487082223.1716694133 usb_transfer_complete#11@0: xfer 0x3e08e00 doing done 0x2a9d18
 1487082223.1716724627 uhci_device_ctrl_done#4@0: called!
 1487082223.1716754262 uhci_remove_ls_ctrl#4@0: called!
 1487082223.1716773160 uhci_remove_ls_ctrl#4@0: sqh 0xd22710
 1487082223.1716824700 uhci_find_prev_qh#4@0: called!
 1487082223.1716843598 uhci_find_prev_qh#4@0: pqh=0xd20740 sqh=0xd22710
 1487082223.1716901150 uhci_device_ctrl_done#4@0: length=16
 1487082223.1716927349 usb_transfer_complete#11@0: xfer 0x3e08e00 doing callback 0x0 status 17
 1487082223.1716941093 usb_transfer_complete#11@0: <- done xfer 0x3e08e00, wakeup
 1487082223.1717046749 usbd_start_next#11@0: called!
 1487082223.1717059205 usbd_start_next#11@0: pipe = 0x3dcaac8, xfer = 0x0
 1487082223.1717264504 uhci_free_stds#4@0: called!
 1487082223.1717275671 uhci_free_stds#4@0: ux=0x3e08e00
 1487082223.1717372738 usbd_free_xfer#9@0: called!
 1487082223.1717382616 usbd_free_xfer#9@0: 0x3e08e00
 1487082223.1717409245 usb_freemem#6@0: called!
 1487082223.1717430720 usb_freemem#6@0: frag=0xd5df40
 1487082223.1717470663 usbd_do_request_flags#9@0: returning err = 17
 1487082223.1719665391 uhci_intr#8@0: called!
 1487082223.1719692879 uhci_intr1#8@0: called!
 1487082223.1719704046 uhci_intr1#8@0: sc 0x3e32008
 1487082223.1719721226 uhci_dumpregs#8@0: called!
 1487082223.1719731104 uhci_dumpregs#8@0: cmd =0081  sts    =0002  intr   =000f  frnum =0314
 1487082223.1719751720 uhci_dumpregs#8@0: sof =0040  portsc1=01a5  portsc2=0180  flbase=00d1c000
 1487082223.1719788657 usb_schedsoftintr#8@0: called!
 1487082223.1719801542 usb_schedsoftintr#8@0: polling=0
 1487082223.1719830318 uhci_intr1#8@0: sc 0x3e32008 done
 1487082223.1719906339 uhci_softintr#8@0: called!
 1487082223.1719916647 uhci_softintr#8@0: sc 0x3e32008
 1487082223.-2119714967 uhci_poll_hub#43@0: called!
 1487082223.-1690292540 usbd_reset_port#2@0: called!
 1487082223.-1690266771 usbd_do_request_flags#10@0: called!
 1487082223.-1690246155 usbd_alloc_xfer#10@0: called!
 1487082223.-1690179583 usbd_alloc_xfer#10@0: returns 0x3e08e00
 1487082223.-1690141787 usbd_transfer#10@0: called!
 1487082223.-1690129761 usbd_transfer#10@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487082223.-1690111293 usbd_dump_queue#10@0: called!
 1487082223.-1690100555 usbd_dump_queue#10@0: pipe = 0x3e2d6c8
 1487082223.-1690074785 usb_insert_transfer#10@0: called!
 1487082223.-1690062760 usb_insert_transfer#10@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487082223.-1690047298 usb_insert_transfer#10@0: <- done xfer 0x3e08e00, err 0
 1487082223.-1690017233 roothub_ctrl_start#6@0: called!
 1487082223.-1690001342 roothub_ctrl_start#6@0: type=0x23 request=0x3
 1487082223.-1689958821 uhci_roothub_ctrl#6@0: called!
 1487082223.-1689946366 uhci_roothub_ctrl#6@0: type=0x23 request=03
 1487082223.-1689905564 uhci_portreset#2@0: called!
 1487082223.-1046224399 uhci_poll_hub#44@0: called!
 1487082223.-1046178442 usb_transfer_complete#12@0: called!
 1487082223.-1046167276 usb_transfer_complete#12@0: pipe = 0x3e2d448 xfer = 0x3e08ee0 status = 0 actlen = 1
 1487082223.-1046151814 usb_transfer_complete#12@0: xfer 0x3e08ee0: repeat 1 new head = 0x3e08ee0
 1487082223.-1046135922 usb_transfer_complete#12@0: xfer 0x3e08ee0 doing done 0x2a69fc
 1487082223.-1046114447 usb_transfer_complete#12@0: xfer 0x3e08ee0 doing callback 0x1c592c status 0
 1487082223.-1046083094 usbd_start_next#12@0: called!
 1487082223.-1046065914 usbd_start_next#12@0: pipe = 0x3e2d448, xfer = 0x3e08ee0
 1487082223.-1046044439 uhci_root_intr_start#3@0: called!
 1487082223.-1046028978 uhci_root_intr_start#3@0: xfer=0x3e08ee0 len=1 flags=132
 1487082223.-573614787 uhci_portreset#2@0: uhci port 1 reset, status0 = 0x038a
 1487082223.-573157803 uhci_portreset#2@0: uhci port 1 reset, status1 = 0x01ab
 1487082223.-315950680 uhci_portreset#2@0: uhci port 1 iteration 9, status = 0x01af
 1487082223.-58239328 uhci_portreset#2@0: uhci port 1 iteration 8, status = 0x01a5
 1487082223.-58224725 uhci_portreset#2@0: uhci port 1 reset, status2 = 0x01a5
 1487082223.-58187788 roothub_ctrl_start#6@0: xfer 0x3e08e00 buflen -1 actlen 0
 1487082223.-58169749 roothub_ctrl_start#6@0: xfer 0x3e08e00 err 0
 1487082223.-58145268 usb_transfer_complete#13@0: called!
 1487082223.-58133671 usb_transfer_complete#13@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 0
 1487082223.-58116062 usb_transfer_complete#13@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487082223.-58099312 usb_transfer_complete#13@0: xfer 0x3e08e00 doing done 0x2a4da4
 1487082223.-58082132 usb_transfer_complete#13@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487082223.-58068817 usb_transfer_complete#13@0: <- done xfer 0x3e08e00, wakeup
 1487082223.-58049490 usbd_start_next#13@0: called!
 1487082223.-58037035 usbd_start_next#13@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487082223.-58009117 usbd_transfer#10@0: <- done transfer 0x3e08e00, err = 0
 1487082223.-57994085 usbd_transfer#10@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487082223.-57962302 usbd_free_xfer#10@0: called!
 1487082223.-57953283 usbd_free_xfer#10@0: 0x3e08e00
 1487082223.-57874255 usbd_reset_port#2@0: port 1 reset done, error=0
 1487082224.27815067 uhci_poll_hub#45@0: called!
 1487082224.199501660 usbd_get_port_status#3@0: called!
 1487082224.199514115 usbd_get_port_status#3@0: dev 0x3e27298 port 1
 1487082224.199534731 usbd_do_request_flags#11@0: called!
 1487082224.199553199 usbd_alloc_xfer#11@0: called!
 1487082224.199616335 usbd_alloc_xfer#11@0: returns 0x3e08e00
 1487082224.199640387 usb_allocmem_flags#8@0: called!
 1487082224.199673888 usb_allocmem_flags#8@0: use frag=0xd5df40 size=4
 1487082224.199718126 usbd_transfer#11@0: called!
 1487082224.199729293 usbd_transfer#11@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487082224.199743466 usbd_dump_queue#11@0: called!
 1487082224.199753774 usbd_dump_queue#11@0: pipe = 0x3e2d6c8
 1487082224.199779115 usb_insert_transfer#11@0: called!
 1487082224.199790711 usb_insert_transfer#11@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487082224.199805744 usb_insert_transfer#11@0: <- done xfer 0x3e08e00, err 0
 1487082224.199836238 roothub_ctrl_start#7@0: called!
 1487082224.199854706 roothub_ctrl_start#7@0: type=0xa3 request= 0
 1487082224.199889495 uhci_roothub_ctrl#7@0: called!
 1487082224.199897656 uhci_roothub_ctrl#7@0: type=0xa3 request=00
 1487082224.199924285 uhci_roothub_ctrl#7@0: returning 4
 1487082224.199938888 roothub_ctrl_start#7@0: xfer 0x3e08e00 buflen -1 actlen 4
 1487082224.199952202 roothub_ctrl_start#7@0: xfer 0x3e08e00 err 0
 1487082224.199968093 usb_transfer_complete#14@0: called!
 1487082224.199977542 usb_transfer_complete#14@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 4
 1487082224.199994293 usb_transfer_complete#14@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487082224.200008036 usb_transfer_complete#14@0: xfer 0x3e08e00 doing done 0x2a4da4
 1487082224.200026075 usb_transfer_complete#14@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487082224.200038960 usb_transfer_complete#14@0: <- done xfer 0x3e08e00, wakeup
 1487082224.200062153 usbd_start_next#14@0: called!
 1487082224.200076756 usbd_start_next#14@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487082224.200092647 usbd_transfer#11@0: <- done transfer 0x3e08e00, err = 0
 1487082224.200105532 usbd_transfer#11@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487082224.200125719 usbd_free_xfer#11@0: called!
 1487082224.200137315 usbd_free_xfer#11@0: 0x3e08e00
 1487082224.200159649 usb_freemem#7@0: called!
 1487082224.200178547 usb_freemem#7@0: frag=0xd5df40
 1487082224.200257145 usbd_clear_port_feature#3@0: called!
 1487082224.200268311 usbd_clear_port_feature#3@0: dev 0x3e27298 port 1 sel 20
 1487082224.200281626 usbd_do_request_flags#12@0: called!
 1487082224.200292793 usbd_alloc_xfer#12@0: called!
 1487082224.200317704 usbd_alloc_xfer#12@0: returns 0x3e08e00
 1487082224.200335742 usbd_transfer#12@0: called!
 1487082224.200343044 usbd_transfer#12@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487082224.200358506 usbd_dump_queue#12@0: called!
 1487082224.200369673 usbd_dump_queue#12@0: pipe = 0x3e2d6c8
 1487082224.200383417 usb_insert_transfer#12@0: called!
 1487082224.200389859 usb_insert_transfer#12@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487082224.200401455 usb_insert_transfer#12@0: <- done xfer 0x3e08e00, err 0
 1487082224.200418635 roothub_ctrl_start#8@0: called!
 1487082224.200430661 roothub_ctrl_start#8@0: type=0x23 request=0x1
 1487082224.200443976 uhci_roothub_ctrl#8@0: called!
 1487082224.200452566 uhci_roothub_ctrl#8@0: type=0x23 request=01
 1487082224.200465880 uhci_roothub_ctrl#8@0: UR_CLEAR_PORT_FEATURE port=1 feature=20
 1487082224.200482630 uhci_roothub_ctrl#8@0: returning 0
 1487082224.200492079 roothub_ctrl_start#8@0: xfer 0x3e08e00 buflen -1 actlen 0
 1487082224.200499810 roothub_ctrl_start#8@0: xfer 0x3e08e00 err 0
 1487082224.200513554 usb_transfer_complete#15@0: called!
 1487082224.200524292 usb_transfer_complete#15@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 0
 1487082224.200535458 usb_transfer_complete#15@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487082224.200546625 usb_transfer_complete#15@0: xfer 0x3e08e00 doing done 0x2a4da4
 1487082224.200558651 usb_transfer_complete#15@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487082224.200568100 usb_transfer_complete#15@0: <- done xfer 0x3e08e00, wakeup
 1487082224.200582274 usbd_start_next#15@0: called!
 1487082224.200594729 usbd_start_next#15@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487082224.200611909 usbd_transfer#12@0: <- done transfer 0x3e08e00, err = 0
 1487082224.200622217 usbd_transfer#12@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487082224.200633813 usbd_free_xfer#12@0: called!
 1487082224.200644980 usbd_free_xfer#12@0: 0x3e08e00
 1487082224.1101279006 uhci_poll_hub#46@0: called!
 1487082224.1316158797 usbd_get_initial_ddesc#5@0: called!
 1487082224.1316170393 usbd_get_initial_ddesc#5@0: dev 0x3dad488
 1487082224.1316189291 usbd_do_request_flags#13@0: called!
 1487082224.1316207760 usbd_alloc_xfer#13@0: called!
 1487082224.1316269178 usbd_alloc_xfer#13@0: returns 0x3e08e00
 1487082224.1316290653 usb_allocmem_flags#9@0: called!
 1487082224.1316318570 usb_allocmem_flags#9@0: use frag=0xd5df40 size=64
 1487082224.1316344340 uhci_device_ctrl_init#5@0: called!
 1487082224.1316355936 uhci_device_ctrl_init#5@0: xfer=0x3e08e00 len=64, addr=0, endpt=0
 1487082224.1316375693 uhci_alloc_std_chain#5@0: called!
 1487082224.1316387289 uhci_alloc_std_chain#5@0: xfer=0x3e08e00 pipe=0x3dcaac8
 1487082224.1316400174 uhci_alloc_std_chain#5@0: maxp=8 ntd=8
 1487082224.1316471900 uhci_alloc_std#35@0: called!
 1487082224.1316486933 uhci_alloc_std#36@0: called!
 1487082224.1316500676 uhci_alloc_std#37@0: called!
 1487082224.1316512273 uhci_alloc_std#38@0: called!
 1487082224.1316524299 uhci_alloc_std#39@0: called!
 1487082224.1316535466 uhci_alloc_std#40@0: called!
 1487082224.1316549210 uhci_alloc_std#41@0: called!
 1487082224.1316562094 uhci_alloc_std#42@0: called!
 1487082224.1316606333 usbd_transfer#13@0: called!
 1487082224.1316615352 usbd_transfer#13@0: xfer = 0x3e08e00, flags = 0x6, pipe = 0x3dcaac8, running = 0
 1487082224.1316632102 usbd_dump_queue#13@0: called!
 1487082224.1316644128 usbd_dump_queue#13@0: pipe = 0x3dcaac8
 1487082224.1316668610 usb_insert_transfer#13@0: called!
 1487082224.1316677629 usb_insert_transfer#13@0: xfer = 0x3e08e00 pipe = 0x3dcaac8 running = 0 timeout = 5000
 1487082224.1316694379 usb_insert_transfer#13@0: <- done xfer 0x3e08e00, err 0
 1487082224.1316720149 uhci_device_ctrl_start#5@0: called!
 1487082224.1316733893 uhci_device_ctrl_start#5@0: type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000
 1487082224.1316747637 uhci_device_ctrl_start#5@0: len=64, addr=0, endpt=0
 1487082224.1316776413 uhci_reset_std_chain#5@0: called!
 1487082224.1316788869 uhci_reset_std_chain#5@0: xfer=0x3e08e00 len 64 isread 128 toggle 1
 1487082224.1316876916 uhci_device_ctrl_start#5@0: --- dump start ---
 1487082224.1316888083 uhci_device_ctrl_start#5@0: before transfer
 1487082224.1316916859 uhci_dump_td#125@0: called!
 1487082224.1316936186 uhci_dump_td#125@0: TD(0xd247a0) at 0x00d247a0
 1487082224.1316953366 uhci_dump_td#125@0:    link=0x00d245f0 status=0x1c8003ff token=0x00e0002d buffer=0x00d5df80
 1487082224.1316971834 uhci_dump_td#125@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1316994168 uhci_dump_td#125@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.1317011778 uhci_dump_td#125@0: ios     =0 ls      =1 spd     =0
 1487082224.1317031105 uhci_dump_td#125@0: errcnt  =3 actlen  =1024 pid=2d
 1487082224.1317050003 uhci_dump_td#125@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.1317071478 uhci_dump_td#126@0: called!
 1487082224.1317079638 uhci_dump_td#126@0: TD(0xd245f0) at 0x00d245f0
 1487082224.1317087798 uhci_dump_td#126@0:    link=0x00d24624 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df40
 1487082224.1317094241 uhci_dump_td#126@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1317103690 uhci_dump_td#126@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.1317111850 uhci_dump_td#126@0: ios     =0 ls      =1 spd     =1
 1487082224.1317120011 uhci_dump_td#126@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.1317126453 uhci_dump_td#126@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.1317137620 uhci_dump_td#127@0: called!
 1487082224.1317145351 uhci_dump_td#127@0: TD(0xd24620) at 0x00d24620
 1487082224.1317153941 uhci_dump_td#127@0:    link=0x00d24654 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df48
 1487082224.1317160383 uhci_dump_td#127@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1317169403 uhci_dump_td#127@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.1317177563 uhci_dump_td#127@0: ios     =0 ls      =1 spd     =1
 1487082224.1317185724 uhci_dump_td#127@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.1317191737 uhci_dump_td#127@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.1317202474 uhci_dump_td#128@0: called!
 1487082224.1317210205 uhci_dump_td#128@0: TD(0xd24650) at 0x00d24650
 1487082224.1317218795 uhci_dump_td#128@0:    link=0x00d24684 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df50
 1487082224.1317225237 uhci_dump_td#128@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1317234257 uhci_dump_td#128@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.1317243706 uhci_dump_td#128@0: ios     =0 ls      =1 spd     =1
 1487082224.1317252725 uhci_dump_td#128@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.1317260456 uhci_dump_td#128@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.1317272053 uhci_dump_td#129@0: called!
 1487082224.1317280213 uhci_dump_td#129@0: TD(0xd24680) at 0x00d24680
 1487082224.1317288803 uhci_dump_td#129@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df58
 1487082224.1317295245 uhci_dump_td#129@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1317304265 uhci_dump_td#129@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.1317313284 uhci_dump_td#129@0: ios     =0 ls      =1 spd     =1
 1487082224.1317321445 uhci_dump_td#129@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.1317327458 uhci_dump_td#129@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.1317339484 uhci_dump_td#130@0: called!
 1487082224.1317347644 uhci_dump_td#130@0: TD(0xd246b0) at 0x00d246b0
 1487082224.1317355804 uhci_dump_td#130@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df60
 1487082224.1317362676 uhci_dump_td#130@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1317371696 uhci_dump_td#130@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.1317381145 uhci_dump_td#130@0: ios     =0 ls      =1 spd     =1
 1487082224.1317389305 uhci_dump_td#130@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.1317396177 uhci_dump_td#130@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.1317407774 uhci_dump_td#131@0: called!
 1487082224.1317415934 uhci_dump_td#131@0: TD(0xd246e0) at 0x00d246e0
 1487082224.1317424524 uhci_dump_td#131@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df68
 1487082224.1317430966 uhci_dump_td#131@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1317439556 uhci_dump_td#131@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.1317448576 uhci_dump_td#131@0: ios     =0 ls      =1 spd     =1
 1487082224.1317457166 uhci_dump_td#131@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.1317464038 uhci_dump_td#131@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.1317475634 uhci_dump_td#132@0: called!
 1487082224.1317483794 uhci_dump_td#132@0: TD(0xd24710) at 0x00d24710
 1487082224.1317492384 uhci_dump_td#132@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df70
 1487082224.1317498827 uhci_dump_td#132@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1317507846 uhci_dump_td#132@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.1317516866 uhci_dump_td#132@0: ios     =0 ls      =1 spd     =1
 1487082224.1317525026 uhci_dump_td#132@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.1317531039 uhci_dump_td#132@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.1317541777 uhci_dump_td#133@0: called!
 1487082224.1317549937 uhci_dump_td#133@0: TD(0xd24740) at 0x00d24740
 1487082224.1317558097 uhci_dump_td#133@0:    link=0x00d24770 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df78
 1487082224.1317564969 uhci_dump_td#133@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1317573989 uhci_dump_td#133@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.1317583008 uhci_dump_td#133@0: ios     =0 ls      =1 spd     =1
 1487082224.1317591169 uhci_dump_td#133@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.1317598470 uhci_dump_td#133@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.1317610496 uhci_dump_td#134@0: called!
 1487082224.1317618656 uhci_dump_td#134@0: TD(0xd24770) at 0x00d24770
 1487082224.1317626817 uhci_dump_td#134@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487082224.1317633259 uhci_dump_td#134@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1317641849 uhci_dump_td#134@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487082224.1317650010 uhci_dump_td#134@0: ios     =0 ls      =1 spd     =0
 1487082224.1317657741 uhci_dump_td#134@0: errcnt  =3 actlen  =1024 pid=e1
 1487082224.1317664183 uhci_dump_td#134@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487082224.1317678356 uhci_device_ctrl_start#5@0: --- dump end ---
 1487082224.1317705844 uhci_add_ls_ctrl#5@0: called!
 1487082224.1317716152 uhci_add_ls_ctrl#5@0: sqh 0xd22710
 1487082224.1317750512 uhci_device_ctrl_start#5@0: --- dump start ---
 1487082224.1317768551 uhci_device_ctrl_start#5@0: follow from [0]
 1487082224.1317780577 uhci_dump_td#135@0: called!
 1487082224.1317792173 uhci_dump_td#135@0: TD(0xd1e7a0) at 0x00d1e7a0
 1487082224.1317798616 uhci_dump_td#135@0:    link=0x00d20712 status=0x02000000 token=0x00000000 buffer=0x00000000
 1487082224.1317807635 uhci_dump_td#135@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1317815366 uhci_dump_td#135@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082224.1317823526 uhci_dump_td#135@0: ios     =1 ls      =0 spd     =0
 1487082224.1317830398 uhci_dump_td#135@0: errcnt  =0 actlen  =1 pid=00
 1487082224.1317839418 uhci_dump_td#135@0: addr=0  endpt=0  D=0  maxlen=1,
 1487082224.1317865617 uhci_dump_qh#33@0: called!
 1487082224.1317887092 uhci_dump_qh#33@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487082224.1317905990 uhci_dump_qh#34@0: called!
 1487082224.1317914580 uhci_dump_qh#34@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487082224.1317926176 uhci_dump_qh#35@0: called!
 1487082224.1317934337 uhci_dump_qh#35@0: QH(0xd20740) at 0x00d20740: hlink=00d22712 elink=00000001
 1487082224.1317941638 uhci_dump_qh#36@0: called!
 1487082224.1317951087 uhci_dump_qh#36@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d247a0
 1487082224.1317960536 uhci_dump_qh#37@0: called!
 1487082224.1317971273 uhci_dump_qh#37@0: QH(0xd20770) at 0x00d20770: hlink=00d207a2 elink=00000001
 1487082224.1317979004 uhci_dump_qh#38@0: called!
 1487082224.1317995325 uhci_dump_qh#38@0: QH(0xd207a0) at 0x00d207a0: hlink=00d207d2 elink=00000001
 1487082224.1318004774 uhci_dump_qh#39@0: called!
 1487082224.1318016800 uhci_dump_qh#39@0: QH(0xd207d0) at 0x00d207d0: hlink=00000001 elink=00d1e7d0
 1487082224.1318025819 uhci_device_ctrl_start#5@0: Enqueued QH:
 1487082224.1318036986 uhci_dump_qh#40@0: called!
 1487082224.1318045147 uhci_dump_qh#40@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d247a0
 1487082224.1318055025 uhci_dump_td#136@0: called!
 1487082224.1318061468 uhci_dump_td#136@0: TD(0xd247a0) at 0x00d247a0
 1487082224.1318070916 uhci_dump_td#136@0:    link=0x00d245f0 status=0x1c8003ff token=0x00e0002d buffer=0x00d5df80
 1487082224.1318079077 uhci_dump_td#136@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1318087237 uhci_dump_td#136@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.1318093250 uhci_dump_td#136@0: ios     =0 ls      =1 spd     =0
 1487082224.1318102699 uhci_dump_td#136@0: errcnt  =3 actlen  =1024 pid=2d
 1487082224.1318110860 uhci_dump_td#136@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.1318121168 uhci_dump_td#137@0: called!
 1487082224.1318127610 uhci_dump_td#137@0: TD(0xd245f0) at 0x00d245f0
 1487082224.1318136200 uhci_dump_td#137@0:    link=0x00d24624 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df40
 1487082224.1318144360 uhci_dump_td#137@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1318152521 uhci_dump_td#137@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.1318159393 uhci_dump_td#137@0: ios     =0 ls      =1 spd     =1
 1487082224.1318167983 uhci_dump_td#137@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.1318176143 uhci_dump_td#137@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.1318186451 uhci_dump_td#138@0: called!
 1487082224.1318193323 uhci_dump_td#138@0: TD(0xd24620) at 0x00d24620
 1487082224.1318203631 uhci_dump_td#138@0:    link=0x00d24654 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df48
 1487082224.1318212221 uhci_dump_td#138@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1318220381 uhci_dump_td#138@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.1318227253 uhci_dump_td#138@0: ios     =0 ls      =1 spd     =1
 1487082224.1318235843 uhci_dump_td#138@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.1318244004 uhci_dump_td#138@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.1318254312 uhci_dump_td#139@0: called!
 1487082224.1318260754 uhci_dump_td#139@0: TD(0xd24650) at 0x00d24650
 1487082224.1318270203 uhci_dump_td#139@0:    link=0x00d24684 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df50
 1487082224.1318278363 uhci_dump_td#139@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1318286524 uhci_dump_td#139@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.1318292966 uhci_dump_td#139@0: ios     =0 ls      =1 spd     =1
 1487082224.1318302415 uhci_dump_td#139@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.1318310576 uhci_dump_td#139@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.1318320884 uhci_dump_td#140@0: called!
 1487082224.1318328185 uhci_dump_td#140@0: TD(0xd24680) at 0x00d24680
 1487082224.1318337634 uhci_dump_td#140@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df58
 1487082224.1318346653 uhci_dump_td#140@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1318356102 uhci_dump_td#140@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.1318362545 uhci_dump_td#140@0: ios     =0 ls      =1 spd     =1
 1487082224.1318371994 uhci_dump_td#140@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.1318379725 uhci_dump_td#140@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.1318390033 uhci_dump_td#141@0: called!
 1487082224.1318396905 uhci_dump_td#141@0: TD(0xd246b0) at 0x00d246b0
 1487082224.1318407212 uhci_dump_td#141@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df60
 1487082224.1318415802 uhci_dump_td#141@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1318424392 uhci_dump_td#141@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.1318430835 uhci_dump_td#141@0: ios     =0 ls      =1 spd     =1
 1487082224.1318440284 uhci_dump_td#141@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.1318448444 uhci_dump_td#141@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.1318458752 uhci_dump_td#142@0: called!
 1487082224.1318466912 uhci_dump_td#142@0: TD(0xd246e0) at 0x00d246e0
 1487082224.1318475502 uhci_dump_td#142@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df68
 1487082224.1318483663 uhci_dump_td#142@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1318491823 uhci_dump_td#142@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.1318498695 uhci_dump_td#142@0: ios     =0 ls      =1 spd     =1
 1487082224.1318507715 uhci_dump_td#142@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.1318515875 uhci_dump_td#142@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.1318526183 uhci_dump_td#143@0: called!
 1487082224.1318534343 uhci_dump_td#143@0: TD(0xd24710) at 0x00d24710
 1487082224.1318543363 uhci_dump_td#143@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df70
 1487082224.1318551523 uhci_dump_td#143@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1318559684 uhci_dump_td#143@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.1318565697 uhci_dump_td#143@0: ios     =0 ls      =1 spd     =1
 1487082224.1318575146 uhci_dump_td#143@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.1318582877 uhci_dump_td#143@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.1318593185 uhci_dump_td#144@0: called!
 1487082224.1318600486 uhci_dump_td#144@0: TD(0xd24740) at 0x00d24740
 1487082224.1318609935 uhci_dump_td#144@0:    link=0x00d24770 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df78
 1487082224.1318619384 uhci_dump_td#144@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1318627974 uhci_dump_td#144@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.1318634416 uhci_dump_td#144@0: ios     =0 ls      =1 spd     =1
 1487082224.1318643865 uhci_dump_td#144@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.1318652026 uhci_dump_td#144@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.1318662333 uhci_dump_td#145@0: called!
 1487082224.1318668776 uhci_dump_td#145@0: TD(0xd24770) at 0x00d24770
 1487082224.1318677795 uhci_dump_td#145@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487082224.1318686815 uhci_dump_td#145@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1318695834 uhci_dump_td#145@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487082224.1318702277 uhci_dump_td#145@0: ios     =0 ls      =1 spd     =0
 1487082224.1318711726 uhci_dump_td#145@0: errcnt  =3 actlen  =1024 pid=e1
 1487082224.1318719457 uhci_dump_td#145@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487082224.1318730623 uhci_device_ctrl_start#5@0: --- dump end ---
 1487082224.1318792471 usbd_transfer#13@0: <- done transfer 0x3e08e00, err = 1
 1487082224.1318810510 usbd_transfer#13@0: <- sleeping on xfer 0x3e08e00
 1487082224.1328891657 uhci_intr#9@0: called!
 1487082224.1328921292 uhci_intr1#9@0: called!
 1487082224.1328930741 uhci_intr1#9@0: sc 0x3e32008
 1487082224.1328959088 uhci_dumpregs#9@0: called!
 1487082224.1328976268 uhci_dumpregs#9@0: cmd =0081  sts    =0001  intr   =000f  frnum =06a1
 1487082224.1329006333 uhci_dumpregs#9@0: sof =0040  portsc1=01a5  portsc2=0180  flbase=00d1c000
 1487082224.1329052289 usb_schedsoftintr#9@0: called!
 1487082224.1329068180 usb_schedsoftintr#9@0: polling=0
 1487082224.1329103399 uhci_intr1#9@0: sc 0x3e32008 done
 1487082224.1329227524 uhci_softintr#9@0: called!
 1487082224.1329235684 uhci_softintr#9@0: sc 0x3e32008
 1487082224.1329264031 uhci_check_intr#5@0: called!
 1487082224.1329275198 uhci_check_intr#5@0: ux 0x3e08e00
 1487082224.1329299679 uhci_check_intr#5@0: active ux=0x3e08e00
 1487082224.1329321154 uhci_check_intr#5@0: ux=0x3e08e00 done
 1487082224.1329361956 uhci_idone#5@0: called!
 1487082224.1329373123 uhci_idone#5@0: ux=0x3e08e00
 1487082224.1329385578 uhci_idone#5@0: ux=0x3e08e00, xfer=0x3e08e00, pipe=0x3dcaac8 ready
 1487082224.1329394598 uhci_idone#5@0: --- dump start ---
 1487082224.1329418650 uhci_dump_td#146@0: called!
 1487082224.1329431964 uhci_dump_td#146@0: TD(0xd247a0) at 0x00d247a0
 1487082224.1329443131 uhci_dump_td#146@0:    link=0x00d245f0 status=0x1c000007 token=0x00e0002d buffer=0x00d5df80
 1487082224.1329461599 uhci_dump_td#146@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1329482645 uhci_dump_td#146@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082224.1329500683 uhci_dump_td#146@0: ios     =0 ls      =1 spd     =0
 1487082224.1329511421 uhci_dump_td#146@0: errcnt  =3 actlen  =8 pid=2d
 1487082224.1329524735 uhci_dump_td#146@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.1329546210 uhci_dump_td#147@0: called!
 1487082224.1329554371 uhci_dump_td#147@0: TD(0xd245f0) at 0x00d245f0
 1487082224.1329562531 uhci_dump_td#147@0:    link=0x00d24624 status=0x1c000007 token=0x00e80069 buffer=0x00d5df40
 1487082224.1329568544 uhci_dump_td#147@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1329577993 uhci_dump_td#147@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082224.1329586153 uhci_dump_td#147@0: ios     =0 ls      =1 spd     =0
 1487082224.1329593884 uhci_dump_td#147@0: errcnt  =3 actlen  =8 pid=69
 1487082224.1329601615 uhci_dump_td#147@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.1329612353 uhci_dump_td#148@0: called!
 1487082224.1329621372 uhci_dump_td#148@0: TD(0xd24620) at 0x00d24620
 1487082224.1329629532 uhci_dump_td#148@0:    link=0x00d24654 status=0x1c000007 token=0x00e00069 buffer=0x00d5df48
 1487082224.1329635975 uhci_dump_td#148@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1329645424 uhci_dump_td#148@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082224.1329653584 uhci_dump_td#148@0: ios     =0 ls      =1 spd     =0
 1487082224.1329662604 uhci_dump_td#148@0: errcnt  =3 actlen  =8 pid=69
 1487082224.1329670335 uhci_dump_td#148@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.1329681072 uhci_dump_td#149@0: called!
 1487082224.1329688803 uhci_dump_td#149@0: TD(0xd24650) at 0x00d24650
 1487082224.1329696534 uhci_dump_td#149@0:    link=0x00d24684 status=0x1c4007ff token=0x00e80069 buffer=0x00d5df50
 1487082224.1329702976 uhci_dump_td#149@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1329711566 uhci_dump_td#149@0: dbuffer =0 stalled =1 active  =0 ioc     =0
 1487082224.1329719727 uhci_dump_td#149@0: ios     =0 ls      =1 spd     =0
 1487082224.1329727887 uhci_dump_td#149@0: errcnt  =3 actlen  =0 pid=69
 1487082224.1329734330 uhci_dump_td#149@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.1329745067 uhci_dump_td#150@0: called!
 1487082224.1329753657 uhci_dump_td#150@0: TD(0xd24680) at 0x00d24680
 1487082224.1329761817 uhci_dump_td#150@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df58
 1487082224.1329768260 uhci_dump_td#150@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1329777709 uhci_dump_td#150@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.1329785869 uhci_dump_td#150@0: ios     =0 ls      =1 spd     =1
 1487082224.1329794889 uhci_dump_td#150@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.1329801761 uhci_dump_td#150@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.1329812498 uhci_dump_td#151@0: called!
 1487082224.1329821088 uhci_dump_td#151@0: TD(0xd246b0) at 0x00d246b0
 1487082224.1329829248 uhci_dump_td#151@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df60
 1487082224.1329836120 uhci_dump_td#151@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1329844281 uhci_dump_td#151@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.1329852441 uhci_dump_td#151@0: ios     =0 ls      =1 spd     =1
 1487082224.1329860602 uhci_dump_td#151@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.1329867044 uhci_dump_td#151@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.1329878641 uhci_dump_td#152@0: called!
 1487082224.1329886801 uhci_dump_td#152@0: TD(0xd246e0) at 0x00d246e0
 1487082224.1329894961 uhci_dump_td#152@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df68
 1487082224.1329901404 uhci_dump_td#152@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1329909994 uhci_dump_td#152@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.1329918154 uhci_dump_td#152@0: ios     =0 ls      =1 spd     =1
 1487082224.1329926315 uhci_dump_td#152@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.1329933187 uhci_dump_td#152@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.1329943924 uhci_dump_td#153@0: called!
 1487082224.1329951655 uhci_dump_td#153@0: TD(0xd24710) at 0x00d24710
 1487082224.1329960674 uhci_dump_td#153@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df70
 1487082224.1329966687 uhci_dump_td#153@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1329975707 uhci_dump_td#153@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.1329983867 uhci_dump_td#153@0: ios     =0 ls      =1 spd     =1
 1487082224.1329992028 uhci_dump_td#153@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.1329999759 uhci_dump_td#153@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.1330011355 uhci_dump_td#154@0: called!
 1487082224.1330019945 uhci_dump_td#154@0: TD(0xd24740) at 0x00d24740
 1487082224.1330028535 uhci_dump_td#154@0:    link=0x00d24770 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df78
 1487082224.1330034977 uhci_dump_td#154@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1330044426 uhci_dump_td#154@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.1330052587 uhci_dump_td#154@0: ios     =0 ls      =1 spd     =1
 1487082224.1330060747 uhci_dump_td#154@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.1330068049 uhci_dump_td#154@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.1330080075 uhci_dump_td#155@0: called!
 1487082224.1330088235 uhci_dump_td#155@0: TD(0xd24770) at 0x00d24770
 1487082224.1330096825 uhci_dump_td#155@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487082224.1330103267 uhci_dump_td#155@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1330112716 uhci_dump_td#155@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487082224.1330120877 uhci_dump_td#155@0: ios     =0 ls      =1 spd     =0
 1487082224.1330129037 uhci_dump_td#155@0: errcnt  =3 actlen  =1024 pid=e1
 1487082224.1330136339 uhci_dump_td#155@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487082224.1330151371 uhci_idone#5@0: --- dump end ---
 1487082224.1330171557 uhci_idone#5@0: actlen=16, status=0x400000
 1487082224.1330184442 uhci_idone#5@0: error, addr=0, endpt=0x00
 1487082224.1330197757 uhci_idone#5@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.1330209783 uhci_idone#5@0: dbuffer =0 stalled =1 active  =0
 1487082224.1330226103 uhci_idone#5@0: ux=0x3e08e00 done
 1487082224.1330239847 uhci_softintr#9@0: ux 0x3e08e00
 1487082224.1330255739 usb_transfer_complete#16@0: called!
 1487082224.1330267335 usb_transfer_complete#16@0: pipe = 0x3dcaac8 xfer = 0x3e08e00 status = 17 actlen = 16
 1487082224.1330283227 usb_transfer_complete#16@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487082224.1330297400 usb_transfer_complete#16@0: xfer 0x3e08e00 doing done 0x2a9d18
 1487082224.1330327035 uhci_device_ctrl_done#5@0: called!
 1487082224.1330372562 uhci_remove_ls_ctrl#5@0: called!
 1487082224.1330389742 uhci_remove_ls_ctrl#5@0: sqh 0xd22710
 1487082224.1330447724 uhci_find_prev_qh#5@0: called!
 1487082224.1330463186 uhci_find_prev_qh#5@0: pqh=0xd20740 sqh=0xd22710
 1487082224.1330527610 uhci_device_ctrl_done#5@0: length=16
 1487082224.1330560681 usb_transfer_complete#16@0: xfer 0x3e08e00 doing callback 0x0 status 17
 1487082224.1330575284 usb_transfer_complete#16@0: <- done xfer 0x3e08e00, wakeup
 1487082224.1330686094 usbd_start_next#16@0: called!
 1487082224.1330702845 usbd_start_next#16@0: pipe = 0x3dcaac8, xfer = 0x0
 1487082224.1330899125 uhci_free_stds#5@0: called!
 1487082224.1330914587 uhci_free_stds#5@0: ux=0x3e08e00
 1487082224.1331011223 usbd_free_xfer#13@0: called!
 1487082224.1331022390 usbd_free_xfer#13@0: 0x3e08e00
 1487082224.1331049449 usb_freemem#8@0: called!
 1487082224.1331071782 usb_freemem#8@0: frag=0xd5df40
 1487082224.1331114732 usbd_do_request_flags#13@0: returning err = 17
 1487082224.1333174598 uhci_intr#10@0: called!
 1487082224.1333218837 uhci_intr1#10@0: called!
 1487082224.1333236017 uhci_intr1#10@0: sc 0x3e32008
 1487082224.1333251478 uhci_dumpregs#10@0: called!
 1487082224.1333263075 uhci_dumpregs#10@0: cmd =0081  sts    =0002  intr   =000f  frnum =06a2
 1487082224.1333283261 uhci_dumpregs#10@0: sof =0040  portsc1=01a5  portsc2=0180  flbase=00d1c000
 1487082224.1333327499 usb_schedsoftintr#10@0: called!
 1487082224.1333338237 usb_schedsoftintr#10@0: polling=0
 1487082224.1333371308 uhci_intr1#10@0: sc 0x3e32008 done
 1487082224.1333458066 uhci_softintr#10@0: called!
 1487082224.1333467945 uhci_softintr#10@0: sc 0x3e32008
 1487082224.-2119785404 uhci_poll_hub#47@0: called!
 1487082224.-2076781185 usbd_get_initial_ddesc#6@0: called!
 1487082224.-2076769160 usbd_get_initial_ddesc#6@0: dev 0x3dad488
 1487082224.-2076749403 usbd_do_request_flags#14@0: called!
 1487082224.-2076735659 usbd_alloc_xfer#14@0: called!
 1487082224.-2076667369 usbd_alloc_xfer#14@0: returns 0x3e08e00
 1487082224.-2076637304 usb_allocmem_flags#10@0: called!
 1487082224.-2076611534 usb_allocmem_flags#10@0: use frag=0xd5df40 size=64
 1487082224.-2076587053 uhci_device_ctrl_init#6@0: called!
 1487082224.-2076574597 uhci_device_ctrl_init#6@0: xfer=0x3e08e00 len=64, addr=0, endpt=0
 1487082224.-2076555700 uhci_alloc_std_chain#6@0: called!
 1487082224.-2076544962 uhci_alloc_std_chain#6@0: xfer=0x3e08e00 pipe=0x3dcaac8
 1487082224.-2076533366 uhci_alloc_std_chain#6@0: maxp=8 ntd=8
 1487082224.-2076472377 uhci_alloc_std#43@0: called!
 1487082224.-2076455627 uhci_alloc_std#44@0: called!
 1487082224.-2076444889 uhci_alloc_std#45@0: called!
 1487082224.-2076436300 uhci_alloc_std#46@0: called!
 1487082224.-2076422985 uhci_alloc_std#47@0: called!
 1487082224.-2076411818 uhci_alloc_std#48@0: called!
 1487082224.-2076400222 uhci_alloc_std#49@0: called!
 1487082224.-2076389484 uhci_alloc_std#50@0: called!
 1487082224.-2076347823 usbd_transfer#14@0: called!
 1487082224.-2076335797 usbd_transfer#14@0: xfer = 0x3e08e00, flags = 0x6, pipe = 0x3dcaac8, running = 0
 1487082224.-2076318617 usbd_dump_queue#14@0: called!
 1487082224.-2076308739 usbd_dump_queue#14@0: pipe = 0x3dcaac8
 1487082224.-2076283828 usb_insert_transfer#14@0: called!
 1487082224.-2076272661 usb_insert_transfer#14@0: xfer = 0x3e08e00 pipe = 0x3dcaac8 running = 0 timeout = 5000
 1487082224.-2076255911 usb_insert_transfer#14@0: <- done xfer 0x3e08e00, err 0
 1487082224.-2076234436 uhci_device_ctrl_start#6@0: called!
 1487082224.-2076220263 uhci_device_ctrl_start#6@0: type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000
 1487082224.-2076205230 uhci_device_ctrl_start#6@0: len=64, addr=0, endpt=0
 1487082224.-2076177313 uhci_reset_std_chain#6@0: called!
 1487082224.-2076167864 uhci_reset_std_chain#6@0: xfer=0x3e08e00 len 64 isread 128 toggle 1
 1487082224.-2076098286 uhci_device_ctrl_start#6@0: --- dump start ---
 1487082224.-2076087119 uhci_device_ctrl_start#6@0: before transfer
 1487082224.-2076057913 uhci_dump_td#156@0: called!
 1487082224.-2076042451 uhci_dump_td#156@0: TD(0xd247a0) at 0x00d247a0
 1487082224.-2076024412 uhci_dump_td#156@0:    link=0x00d245f0 status=0x1c8003ff token=0x00e0002d buffer=0x00d5df80
 1487082224.-2076006373 uhci_dump_td#156@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2075987046 uhci_dump_td#156@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-2075973732 uhci_dump_td#156@0: ios     =0 ls      =1 spd     =0
 1487082224.-2075955263 uhci_dump_td#156@0: errcnt  =3 actlen  =1024 pid=2d
 1487082224.-2075936795 uhci_dump_td#156@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-2075921333 uhci_dump_td#157@0: called!
 1487082224.-2075914891 uhci_dump_td#157@0: TD(0xd245f0) at 0x00d245f0
 1487082224.-2075905442 uhci_dump_td#157@0:    link=0x00d24624 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df40
 1487082224.-2075897281 uhci_dump_td#157@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2075889121 uhci_dump_td#157@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-2075882678 uhci_dump_td#157@0: ios     =0 ls      =1 spd     =1
 1487082224.-2075874518 uhci_dump_td#157@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-2075866357 uhci_dump_td#157@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-2075856049 uhci_dump_td#158@0: called!
 1487082224.-2075849607 uhci_dump_td#158@0: TD(0xd24620) at 0x00d24620
 1487082224.-2075839299 uhci_dump_td#158@0:    link=0x00d24654 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df48
 1487082224.-2075830709 uhci_dump_td#158@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2075822549 uhci_dump_td#158@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-2075816536 uhci_dump_td#158@0: ios     =0 ls      =1 spd     =1
 1487082224.-2075807946 uhci_dump_td#158@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-2075799785 uhci_dump_td#158@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-2075789477 uhci_dump_td#159@0: called!
 1487082224.-2075783465 uhci_dump_td#159@0: TD(0xd24650) at 0x00d24650
 1487082224.-2075774016 uhci_dump_td#159@0:    link=0x00d24684 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df50
 1487082224.-2075765855 uhci_dump_td#159@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2075757695 uhci_dump_td#159@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-2075750823 uhci_dump_td#159@0: ios     =0 ls      =1 spd     =1
 1487082224.-2075741803 uhci_dump_td#159@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-2075733643 uhci_dump_td#159@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-2075723335 uhci_dump_td#160@0: called!
 1487082224.-2075716893 uhci_dump_td#160@0: TD(0xd24680) at 0x00d24680
 1487082224.-2075706585 uhci_dump_td#160@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df58
 1487082224.-2075698424 uhci_dump_td#160@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2075690264 uhci_dump_td#160@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-2075683821 uhci_dump_td#160@0: ios     =0 ls      =1 spd     =1
 1487082224.-2075676090 uhci_dump_td#160@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-2075667930 uhci_dump_td#160@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-2075657192 uhci_dump_td#161@0: called!
 1487082224.-2075650750 uhci_dump_td#161@0: TD(0xd246b0) at 0x00d246b0
 1487082224.-2075641301 uhci_dump_td#161@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df60
 1487082224.-2075633141 uhci_dump_td#161@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2075624980 uhci_dump_td#161@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-2075618108 uhci_dump_td#161@0: ios     =0 ls      =1 spd     =1
 1487082224.-2075609089 uhci_dump_td#161@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-2075600928 uhci_dump_td#161@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-2075590620 uhci_dump_td#162@0: called!
 1487082224.-2075584178 uhci_dump_td#162@0: TD(0xd246e0) at 0x00d246e0
 1487082224.-2075575159 uhci_dump_td#162@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df68
 1487082224.-2075566998 uhci_dump_td#162@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2075558408 uhci_dump_td#162@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-2075551966 uhci_dump_td#162@0: ios     =0 ls      =1 spd     =1
 1487082224.-2075542946 uhci_dump_td#162@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-2075535215 uhci_dump_td#162@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-2075524907 uhci_dump_td#163@0: called!
 1487082224.-2075518465 uhci_dump_td#163@0: TD(0xd24710) at 0x00d24710
 1487082224.-2075508157 uhci_dump_td#163@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df70
 1487082224.-2075499997 uhci_dump_td#163@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2075491407 uhci_dump_td#163@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-2075484964 uhci_dump_td#163@0: ios     =0 ls      =1 spd     =1
 1487082224.-2075475515 uhci_dump_td#163@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-2075467355 uhci_dump_td#163@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-2075457047 uhci_dump_td#164@0: called!
 1487082224.-2075450605 uhci_dump_td#164@0: TD(0xd24740) at 0x00d24740
 1487082224.-2075440297 uhci_dump_td#164@0:    link=0x00d24770 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df78
 1487082224.-2075432136 uhci_dump_td#164@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2075423546 uhci_dump_td#164@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-2075417533 uhci_dump_td#164@0: ios     =0 ls      =1 spd     =1
 1487082224.-2075408084 uhci_dump_td#164@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-2075399924 uhci_dump_td#164@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-2075389616 uhci_dump_td#165@0: called!
 1487082224.-2075383603 uhci_dump_td#165@0: TD(0xd24770) at 0x00d24770
 1487082224.-2075375443 uhci_dump_td#165@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487082224.-2075365994 uhci_dump_td#165@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2075357833 uhci_dump_td#165@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487082224.-2075351391 uhci_dump_td#165@0: ios     =0 ls      =1 spd     =0
 1487082224.-2075343660 uhci_dump_td#165@0: errcnt  =3 actlen  =1024 pid=e1
 1487082224.-2075335499 uhci_dump_td#165@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487082224.-2075323903 uhci_device_ctrl_start#6@0: --- dump end ---
 1487082224.-2075292979 uhci_add_ls_ctrl#6@0: called!
 1487082224.-2075275799 uhci_add_ls_ctrl#6@0: sqh 0xd22710
 1487082224.-2075246164 uhci_device_ctrl_start#6@0: --- dump start ---
 1487082224.-2075235427 uhci_device_ctrl_start#6@0: follow from [0]
 1487082224.-2075225119 uhci_dump_td#166@0: called!
 1487082224.-2075212234 uhci_dump_td#166@0: TD(0xd1e7a0) at 0x00d1e7a0
 1487082224.-2075204073 uhci_dump_td#166@0:    link=0x00d20712 status=0x02000000 token=0x00000000 buffer=0x00000000
 1487082224.-2075196342 uhci_dump_td#166@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2075189471 uhci_dump_td#166@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082224.-2075179163 uhci_dump_td#166@0: ios     =1 ls      =0 spd     =0
 1487082224.-2075170143 uhci_dump_td#166@0: errcnt  =0 actlen  =1 pid=00
 1487082224.-2075162412 uhci_dump_td#166@0: addr=0  endpt=0  D=0  maxlen=1,
 1487082224.-2075140508 uhci_dump_qh#41@0: called!
 1487082224.-2075120322 uhci_dump_qh#41@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487082224.-2075099276 uhci_dump_qh#42@0: called!
 1487082224.-2075091545 uhci_dump_qh#42@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487082224.-2075082955 uhci_dump_qh#43@0: called!
 1487082224.-2075074365 uhci_dump_qh#43@0: QH(0xd20740) at 0x00d20740: hlink=00d22712 elink=00000001
 1487082224.-2075064916 uhci_dump_qh#44@0: called!
 1487082224.-2075056327 uhci_dump_qh#44@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d247a0
 1487082224.-2075049025 uhci_dump_qh#45@0: called!
 1487082224.-2075039576 uhci_dump_qh#45@0: QH(0xd20770) at 0x00d20770: hlink=00d207a2 elink=00000001
 1487082224.-2075029268 uhci_dump_qh#46@0: called!
 1487082224.-2075017242 uhci_dump_qh#46@0: QH(0xd207a0) at 0x00d207a0: hlink=00d207d2 elink=00000001
 1487082224.-2075009511 uhci_dump_qh#47@0: called!
 1487082224.-2074998774 uhci_dump_qh#47@0: QH(0xd207d0) at 0x00d207d0: hlink=00000001 elink=00d1e7d0
 1487082224.-2074987178 uhci_device_ctrl_start#6@0: Enqueued QH:
 1487082224.-2074976870 uhci_dump_qh#48@0: called!
 1487082224.-2074970857 uhci_dump_qh#48@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d247a0
 1487082224.-2074959690 uhci_dump_td#167@0: called!
 1487082224.-2074950241 uhci_dump_td#167@0: TD(0xd247a0) at 0x00d247a0
 1487082224.-2074942080 uhci_dump_td#167@0:    link=0x00d245f0 status=0x1c8003ff token=0x00e0002d buffer=0x00d5df80
 1487082224.-2074936067 uhci_dump_td#167@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2074927478 uhci_dump_td#167@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-2074919317 uhci_dump_td#167@0: ios     =0 ls      =1 spd     =0
 1487082224.-2074910727 uhci_dump_td#167@0: errcnt  =3 actlen  =1024 pid=2d
 1487082224.-2074904714 uhci_dump_td#167@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-2074894406 uhci_dump_td#168@0: called!
 1487082224.-2074884957 uhci_dump_td#168@0: TD(0xd245f0) at 0x00d245f0
 1487082224.-2074877656 uhci_dump_td#168@0:    link=0x00d24624 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df40
 1487082224.-2074871213 uhci_dump_td#168@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2074861765 uhci_dump_td#168@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-2074853604 uhci_dump_td#168@0: ios     =0 ls      =1 spd     =1
 1487082224.-2074845444 uhci_dump_td#168@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-2074839001 uhci_dump_td#168@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-2074826975 uhci_dump_td#169@0: called!
 1487082224.-2074819244 uhci_dump_td#169@0: TD(0xd24620) at 0x00d24620
 1487082224.-2074811084 uhci_dump_td#169@0:    link=0x00d24654 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df48
 1487082224.-2074804212 uhci_dump_td#169@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2074795193 uhci_dump_td#169@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-2074787032 uhci_dump_td#169@0: ios     =0 ls      =1 spd     =1
 1487082224.-2074778872 uhci_dump_td#169@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-2074772859 uhci_dump_td#169@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-2074760833 uhci_dump_td#170@0: called!
 1487082224.-2074752672 uhci_dump_td#170@0: TD(0xd24650) at 0x00d24650
 1487082224.-2074744512 uhci_dump_td#170@0:    link=0x00d24684 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df50
 1487082224.-2074738069 uhci_dump_td#170@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2074729480 uhci_dump_td#170@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-2074721319 uhci_dump_td#170@0: ios     =0 ls      =1 spd     =1
 1487082224.-2074713159 uhci_dump_td#170@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-2074707146 uhci_dump_td#170@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-2074695979 uhci_dump_td#171@0: called!
 1487082224.-2074686530 uhci_dump_td#171@0: TD(0xd24680) at 0x00d24680
 1487082224.-2074677510 uhci_dump_td#171@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df58
 1487082224.-2074671068 uhci_dump_td#171@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2074661619 uhci_dump_td#171@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-2074653459 uhci_dump_td#171@0: ios     =0 ls      =1 spd     =1
 1487082224.-2074645298 uhci_dump_td#171@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-2074637997 uhci_dump_td#171@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-2074625971 uhci_dump_td#172@0: called!
 1487082224.-2074617810 uhci_dump_td#172@0: TD(0xd246b0) at 0x00d246b0
 1487082224.-2074609220 uhci_dump_td#172@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df60
 1487082224.-2074602778 uhci_dump_td#172@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2074593329 uhci_dump_td#172@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-2074585598 uhci_dump_td#172@0: ios     =0 ls      =1 spd     =1
 1487082224.-2074577438 uhci_dump_td#172@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-2074569707 uhci_dump_td#172@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-2074558540 uhci_dump_td#173@0: called!
 1487082224.-2074548232 uhci_dump_td#173@0: TD(0xd246e0) at 0x00d246e0
 1487082224.-2074540501 uhci_dump_td#173@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df68
 1487082224.-2074534059 uhci_dump_td#173@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2074525039 uhci_dump_td#173@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-2074516879 uhci_dump_td#173@0: ios     =0 ls      =1 spd     =1
 1487082224.-2074508718 uhci_dump_td#173@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-2074501417 uhci_dump_td#173@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-2074490679 uhci_dump_td#174@0: called!
 1487082224.-2074481660 uhci_dump_td#174@0: TD(0xd24710) at 0x00d24710
 1487082224.-2074473929 uhci_dump_td#174@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df70
 1487082224.-2074467916 uhci_dump_td#174@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2074460185 uhci_dump_td#174@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-2074452025 uhci_dump_td#174@0: ios     =0 ls      =1 spd     =1
 1487082224.-2074443864 uhci_dump_td#174@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-2074437851 uhci_dump_td#174@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-2074427543 uhci_dump_td#175@0: called!
 1487082224.-2074418524 uhci_dump_td#175@0: TD(0xd24740) at 0x00d24740
 1487082224.-2074409934 uhci_dump_td#175@0:    link=0x00d24770 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df78
 1487082224.-2074403492 uhci_dump_td#175@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2074394472 uhci_dump_td#175@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-2074386312 uhci_dump_td#175@0: ios     =0 ls      =1 spd     =1
 1487082224.-2074378151 uhci_dump_td#175@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-2074371279 uhci_dump_td#175@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-2074360542 uhci_dump_td#176@0: called!
 1487082224.-2074352381 uhci_dump_td#176@0: TD(0xd24770) at 0x00d24770
 1487082224.-2074344221 uhci_dump_td#176@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487082224.-2074337779 uhci_dump_td#176@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2074328330 uhci_dump_td#176@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487082224.-2074320169 uhci_dump_td#176@0: ios     =0 ls      =1 spd     =0
 1487082224.-2074312009 uhci_dump_td#176@0: errcnt  =3 actlen  =1024 pid=e1
 1487082224.-2074305566 uhci_dump_td#176@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487082224.-2074294399 uhci_device_ctrl_start#6@0: --- dump end ---
 1487082224.-2074231263 usbd_transfer#14@0: <- done transfer 0x3e08e00, err = 1
 1487082224.-2074212795 usbd_transfer#14@0: <- sleeping on xfer 0x3e08e00
 1487082224.-2064107166 uhci_intr#11@0: called!
 1487082224.-2064063358 uhci_intr1#11@0: called!
 1487082224.-2064048755 uhci_intr1#11@0: sc 0x3e32008
 1487082224.-2064028998 uhci_dumpregs#11@0: called!
 1487082224.-2064018690 uhci_dumpregs#11@0: cmd =0081  sts    =0001  intr   =000f  frnum =0773
 1487082224.-2063994638 uhci_dumpregs#11@0: sof =0040  portsc1=01a5  portsc2=0180  flbase=00d1c000
 1487082224.-2063955125 usb_schedsoftintr#11@0: called!
 1487082224.-2063941381 usb_schedsoftintr#11@0: polling=0
 1487082224.-2063910457 uhci_intr1#11@0: sc 0x3e32008 done
 1487082224.-2063793204 uhci_softintr#11@0: called!
 1487082224.-2063776454 uhci_softintr#11@0: sc 0x3e32008
 1487082224.-2063737799 uhci_check_intr#6@0: called!
 1487082224.-2063724055 uhci_check_intr#6@0: ux 0x3e08e00
 1487082224.-2063690125 uhci_check_intr#6@0: active ux=0x3e08e00
 1487082224.-2063653618 uhci_check_intr#6@0: ux=0x3e08e00 done
 1487082224.-2063595636 uhci_idone#6@0: called!
 1487082224.-2063580603 uhci_idone#6@0: ux=0x3e08e00
 1487082224.-2063556981 uhci_idone#6@0: ux=0x3e08e00, xfer=0x3e08e00, pipe=0x3dcaac8 ready
 1487082224.-2063539372 uhci_idone#6@0: --- dump start ---
 1487082224.-2063520044 uhci_dump_td#177@0: called!
 1487082224.-2063510595 uhci_dump_td#177@0: TD(0xd247a0) at 0x00d247a0
 1487082224.-2063499429 uhci_dump_td#177@0:    link=0x00d245f0 status=0x1c000007 token=0x00e0002d buffer=0x00d5df80
 1487082224.-2063484396 uhci_dump_td#177@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2063467216 uhci_dump_td#177@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082224.-2063456479 uhci_dump_td#177@0: ios     =0 ls      =1 spd     =0
 1487082224.-2063446600 uhci_dump_td#177@0: errcnt  =3 actlen  =8 pid=2d
 1487082224.-2063433716 uhci_dump_td#177@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-2063419542 uhci_dump_td#178@0: called!
 1487082224.-2063412670 uhci_dump_td#178@0: TD(0xd245f0) at 0x00d245f0
 1487082224.-2063404510 uhci_dump_td#178@0:    link=0x00d24624 status=0x1c000007 token=0x00e80069 buffer=0x00d5df40
 1487082224.-2063396349 uhci_dump_td#178@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2063388189 uhci_dump_td#178@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082224.-2063382176 uhci_dump_td#178@0: ios     =0 ls      =1 spd     =0
 1487082224.-2063372298 uhci_dump_td#178@0: errcnt  =3 actlen  =8 pid=69
 1487082224.-2063363278 uhci_dump_td#178@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-2063352970 uhci_dump_td#179@0: called!
 1487082224.-2063346528 uhci_dump_td#179@0: TD(0xd24620) at 0x00d24620
 1487082224.-2063337508 uhci_dump_td#179@0:    link=0x00d24654 status=0x1c000007 token=0x00e00069 buffer=0x00d5df48
 1487082224.-2063329348 uhci_dump_td#179@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2063321187 uhci_dump_td#179@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082224.-2063314315 uhci_dump_td#179@0: ios     =0 ls      =1 spd     =0
 1487082224.-2063304008 uhci_dump_td#179@0: errcnt  =3 actlen  =8 pid=69
 1487082224.-2063294988 uhci_dump_td#179@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-2063284680 uhci_dump_td#180@0: called!
 1487082224.-2063278667 uhci_dump_td#180@0: TD(0xd24650) at 0x00d24650
 1487082224.-2063270507 uhci_dump_td#180@0:    link=0x00d24684 status=0x1c4007ff token=0x00e80069 buffer=0x00d5df50
 1487082224.-2063262346 uhci_dump_td#180@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2063254186 uhci_dump_td#180@0: dbuffer =0 stalled =1 active  =0 ioc     =0
 1487082224.-2063247743 uhci_dump_td#180@0: ios     =0 ls      =1 spd     =0
 1487082224.-2063237865 uhci_dump_td#180@0: errcnt  =3 actlen  =0 pid=69
 1487082224.-2063229275 uhci_dump_td#180@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-2063218967 uhci_dump_td#181@0: called!
 1487082224.-2063211666 uhci_dump_td#181@0: TD(0xd24680) at 0x00d24680
 1487082224.-2063202217 uhci_dump_td#181@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df58
 1487082224.-2063194056 uhci_dump_td#181@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2063185896 uhci_dump_td#181@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-2063179453 uhci_dump_td#181@0: ios     =0 ls      =1 spd     =1
 1487082224.-2063169146 uhci_dump_td#181@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-2063160556 uhci_dump_td#181@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-2063150248 uhci_dump_td#182@0: called!
 1487082224.-2063142517 uhci_dump_td#182@0: TD(0xd246b0) at 0x00d246b0
 1487082224.-2063133068 uhci_dump_td#182@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df60
 1487082224.-2063124907 uhci_dump_td#182@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2063117176 uhci_dump_td#182@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-2063110734 uhci_dump_td#182@0: ios     =0 ls      =1 spd     =1
 1487082224.-2063100426 uhci_dump_td#182@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-2063090977 uhci_dump_td#182@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-2063080669 uhci_dump_td#183@0: called!
 1487082224.-2063074656 uhci_dump_td#183@0: TD(0xd246e0) at 0x00d246e0
 1487082224.-2063065207 uhci_dump_td#183@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df68
 1487082224.-2063057047 uhci_dump_td#183@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2063049316 uhci_dump_td#183@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-2063042874 uhci_dump_td#183@0: ios     =0 ls      =1 spd     =1
 1487082224.-2063032566 uhci_dump_td#183@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-2063023117 uhci_dump_td#183@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-2063012809 uhci_dump_td#184@0: called!
 1487082224.-2063006366 uhci_dump_td#184@0: TD(0xd24710) at 0x00d24710
 1487082224.-2062998206 uhci_dump_td#184@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df70
 1487082224.-2062990045 uhci_dump_td#184@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2062981885 uhci_dump_td#184@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-2062975872 uhci_dump_td#184@0: ios     =0 ls      =1 spd     =1
 1487082224.-2062965564 uhci_dump_td#184@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-2062956974 uhci_dump_td#184@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-2062946666 uhci_dump_td#185@0: called!
 1487082224.-2062939365 uhci_dump_td#185@0: TD(0xd24740) at 0x00d24740
 1487082224.-2062929916 uhci_dump_td#185@0:    link=0x00d24770 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df78
 1487082224.-2062921755 uhci_dump_td#185@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2062913595 uhci_dump_td#185@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-2062907153 uhci_dump_td#185@0: ios     =0 ls      =1 spd     =1
 1487082224.-2062896845 uhci_dump_td#185@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-2062887396 uhci_dump_td#185@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-2062877088 uhci_dump_td#186@0: called!
 1487082224.-2062870645 uhci_dump_td#186@0: TD(0xd24770) at 0x00d24770
 1487082224.-2062861196 uhci_dump_td#186@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487082224.-2062853036 uhci_dump_td#186@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2062844876 uhci_dump_td#186@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487082224.-2062838433 uhci_dump_td#186@0: ios     =0 ls      =1 spd     =0
 1487082224.-2062828125 uhci_dump_td#186@0: errcnt  =3 actlen  =1024 pid=e1
 1487082224.-2062819106 uhci_dump_td#186@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487082224.-2062802355 uhci_idone#6@0: --- dump end ---
 1487082224.-2062771861 uhci_idone#6@0: actlen=16, status=0x400000
 1487082224.-2062748239 uhci_idone#6@0: error, addr=0, endpt=0x00
 1487082224.-2062723757 uhci_idone#6@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-2062704001 uhci_idone#6@0: dbuffer =0 stalled =1 active  =0
 1487082224.-2062675654 uhci_idone#6@0: ux=0x3e08e00 done
 1487082224.-2062650314 uhci_softintr#11@0: ux 0x3e08e00
 1487082224.-2062629698 usb_transfer_complete#17@0: called!
 1487082224.-2062618960 usb_transfer_complete#17@0: pipe = 0x3dcaac8 xfer = 0x3e08e00 status = 17 actlen = 16
 1487082224.-2062603498 usb_transfer_complete#17@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487082224.-2062589754 usb_transfer_complete#17@0: xfer 0x3e08e00 doing done 0x2a9d18
 1487082224.-2062557542 uhci_device_ctrl_done#6@0: called!
 1487082224.-2062516740 uhci_remove_ls_ctrl#6@0: called!
 1487082224.-2062501708 uhci_remove_ls_ctrl#6@0: sqh 0xd22710
 1487082224.-2062441578 uhci_find_prev_qh#6@0: called!
 1487082224.-2062424398 uhci_find_prev_qh#6@0: pqh=0xd20740 sqh=0xd22710
 1487082224.-2062360833 uhci_device_ctrl_done#6@0: length=16
 1487082224.-2062335063 usb_transfer_complete#17@0: xfer 0x3e08e00 doing callback 0x0 status 17
 1487082224.-2062320460 usb_transfer_complete#17@0: <- done xfer 0x3e08e00, wakeup
 1487082224.-2062216092 usbd_start_next#17@0: called!
 1487082224.-2062201489 usbd_start_next#17@0: pipe = 0x3dcaac8, xfer = 0x0
 1487082224.-2061987171 uhci_free_stds#6@0: called!
 1487082224.-2061969561 uhci_free_stds#6@0: ux=0x3e08e00
 1487082224.-2061861758 usbd_free_xfer#14@0: called!
 1487082224.-2061850591 usbd_free_xfer#14@0: 0x3e08e00
 1487082224.-2061826109 usb_freemem#9@0: called!
 1487082224.-2061801628 usb_freemem#9@0: frag=0xd5df40
 1487082224.-2061756960 usbd_do_request_flags#14@0: returning err = 17
 1487082224.-2059868463 uhci_intr#12@0: called!
 1487082224.-2059844411 uhci_intr1#12@0: called!
 1487082224.-2059832385 uhci_intr1#12@0: sc 0x3e32008
 1487082224.-2059815206 uhci_dumpregs#12@0: called!
 1487082224.-2059804039 uhci_dumpregs#12@0: cmd =0081  sts    =0002  intr   =000f  frnum =0774
 1487082224.-2059785570 uhci_dumpregs#12@0: sof =0040  portsc1=01a5  portsc2=0180  flbase=00d1c000
 1487082224.-2059748204 usb_schedsoftintr#12@0: called!
 1487082224.-2059734890 usb_schedsoftintr#12@0: polling=0
 1487082224.-2059706113 uhci_intr1#12@0: sc 0x3e32008 done
 1487082224.-2059623650 uhci_softintr#12@0: called!
 1487082224.-2059611624 uhci_softintr#12@0: sc 0x3e32008
 1487082224.-1174871984 usbd_get_initial_ddesc#7@0: called!
 1487082224.-1174859099 usbd_get_initial_ddesc#7@0: dev 0x3dad488
 1487082224.-1174841919 usbd_do_request_flags#15@0: called!
 1487082224.-1174827316 usbd_alloc_xfer#15@0: called!
 1487082224.-1174762032 usbd_alloc_xfer#15@0: returns 0x3e08e00
 1487082224.-1174732827 usb_allocmem_flags#11@0: called!
 1487082224.-1174707057 usb_allocmem_flags#11@0: use frag=0xd5df40 size=64
 1487082224.-1174670550 uhci_device_ctrl_init#7@0: called!
 1487082224.-1174651652 uhci_device_ctrl_init#7@0: xfer=0x3e08e00 len=64, addr=0, endpt=0
 1487082224.-1174620728 uhci_alloc_std_chain#7@0: called!
 1487082224.-1174605266 uhci_alloc_std_chain#7@0: xfer=0x3e08e00 pipe=0x3dcaac8
 1487082224.-1174582503 uhci_alloc_std_chain#7@0: maxp=8 ntd=8
 1487082224.-1174512065 uhci_alloc_std#51@0: called!
 1487082224.-1174491449 uhci_alloc_std#52@0: called!
 1487082224.-1174481571 uhci_alloc_std#53@0: called!
 1487082224.-1174469116 uhci_alloc_std#54@0: called!
 1487082224.-1174456660 uhci_alloc_std#55@0: called!
 1487082224.-1174444205 uhci_alloc_std#56@0: called!
 1487082224.-1174433467 uhci_alloc_std#57@0: called!
 1487082224.-1174420582 uhci_alloc_std#58@0: called!
 1487082224.-1174376344 usbd_transfer#15@0: called!
 1487082224.-1174365177 usbd_transfer#15@0: xfer = 0x3e08e00, flags = 0x6, pipe = 0x3dcaac8, running = 0
 1487082224.-1174350574 usbd_dump_queue#15@0: called!
 1487082224.-1174339408 usbd_dump_queue#15@0: pipe = 0x3dcaac8
 1487082224.-1174312349 usb_insert_transfer#15@0: called!
 1487082224.-1174301182 usb_insert_transfer#15@0: xfer = 0x3e08e00 pipe = 0x3dcaac8 running = 0 timeout = 5000
 1487082224.-1174287009 usb_insert_transfer#15@0: <- done xfer 0x3e08e00, err 0
 1487082224.-1174247495 uhci_device_ctrl_start#7@0: called!
 1487082224.-1174223873 uhci_device_ctrl_start#7@0: type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000
 1487082224.-1174204975 uhci_device_ctrl_start#7@0: len=64, addr=0, endpt=0
 1487082224.-1174162884 uhci_reset_std_chain#7@0: called!
 1487082224.-1174144846 uhci_reset_std_chain#7@0: xfer=0x3e08e00 len 64 isread 128 toggle 1
 1487082224.-1174035753 uhci_device_ctrl_start#7@0: --- dump start ---
 1487082224.-1174019862 uhci_device_ctrl_start#7@0: before transfer
 1487082224.-1174000535 uhci_dump_td#187@0: called!
 1487082224.-1173986361 uhci_dump_td#187@0: TD(0xd247a0) at 0x00d247a0
 1487082224.-1173972617 uhci_dump_td#187@0:    link=0x00d245f0 status=0x1c8003ff token=0x00e0002d buffer=0x00d5df80
 1487082224.-1173954578 uhci_dump_td#187@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1173939117 uhci_dump_td#187@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-1173926661 uhci_dump_td#187@0: ios     =0 ls      =1 spd     =0
 1487082224.-1173914635 uhci_dump_td#187@0: errcnt  =3 actlen  =1024 pid=2d
 1487082224.-1173896596 uhci_dump_td#187@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-1173884571 uhci_dump_td#188@0: called!
 1487082224.-1173875122 uhci_dump_td#188@0: TD(0xd245f0) at 0x00d245f0
 1487082224.-1173867820 uhci_dump_td#188@0:    link=0x00d24624 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df40
 1487082224.-1173859230 uhci_dump_td#188@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1173852358 uhci_dump_td#188@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-1173843339 uhci_dump_td#188@0: ios     =0 ls      =1 spd     =1
 1487082224.-1173835178 uhci_dump_td#188@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-1173827018 uhci_dump_td#188@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-1173818428 uhci_dump_td#189@0: called!
 1487082224.-1173809409 uhci_dump_td#189@0: TD(0xd24620) at 0x00d24620
 1487082224.-1173801248 uhci_dump_td#189@0:    link=0x00d24654 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df48
 1487082224.-1173793088 uhci_dump_td#189@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1173787075 uhci_dump_td#189@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-1173777196 uhci_dump_td#189@0: ios     =0 ls      =1 spd     =1
 1487082224.-1173769465 uhci_dump_td#189@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-1173761305 uhci_dump_td#189@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-1173753145 uhci_dump_td#190@0: called!
 1487082224.-1173745414 uhci_dump_td#190@0: TD(0xd24650) at 0x00d24650
 1487082224.-1173737253 uhci_dump_td#190@0:    link=0x00d24684 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df50
 1487082224.-1173729093 uhci_dump_td#190@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1173721791 uhci_dump_td#190@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-1173711483 uhci_dump_td#190@0: ios     =0 ls      =1 spd     =1
 1487082224.-1173702034 uhci_dump_td#190@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-1173693874 uhci_dump_td#190@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-1173685284 uhci_dump_td#191@0: called!
 1487082224.-1173676265 uhci_dump_td#191@0: TD(0xd24680) at 0x00d24680
 1487082224.-1173668534 uhci_dump_td#191@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df58
 1487082224.-1173660373 uhci_dump_td#191@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1173653072 uhci_dump_td#191@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-1173642764 uhci_dump_td#191@0: ios     =0 ls      =1 spd     =1
 1487082224.-1173634174 uhci_dump_td#191@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-1173626013 uhci_dump_td#191@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-1173617424 uhci_dump_td#192@0: called!
 1487082224.-1173608404 uhci_dump_td#192@0: TD(0xd246b0) at 0x00d246b0
 1487082224.-1173600244 uhci_dump_td#192@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df60
 1487082224.-1173592083 uhci_dump_td#192@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1173585211 uhci_dump_td#192@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-1173574903 uhci_dump_td#192@0: ios     =0 ls      =1 spd     =1
 1487082224.-1173566313 uhci_dump_td#192@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-1173557724 uhci_dump_td#192@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-1173549563 uhci_dump_td#193@0: called!
 1487082224.-1173540114 uhci_dump_td#193@0: TD(0xd246e0) at 0x00d246e0
 1487082224.-1173532383 uhci_dump_td#193@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df68
 1487082224.-1173524223 uhci_dump_td#193@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1173517351 uhci_dump_td#193@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-1173507043 uhci_dump_td#193@0: ios     =0 ls      =1 spd     =1
 1487082224.-1173498882 uhci_dump_td#193@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-1173490293 uhci_dump_td#193@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-1173481703 uhci_dump_td#194@0: called!
 1487082224.-1173472683 uhci_dump_td#194@0: TD(0xd24710) at 0x00d24710
 1487082224.-1173464523 uhci_dump_td#194@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df70
 1487082224.-1173456362 uhci_dump_td#194@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1173449490 uhci_dump_td#194@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-1173439182 uhci_dump_td#194@0: ios     =0 ls      =1 spd     =1
 1487082224.-1173430592 uhci_dump_td#194@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-1173422003 uhci_dump_td#194@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-1173413842 uhci_dump_td#195@0: called!
 1487082224.-1173404823 uhci_dump_td#195@0: TD(0xd24740) at 0x00d24740
 1487082224.-1173396662 uhci_dump_td#195@0:    link=0x00d24770 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df78
 1487082224.-1173388502 uhci_dump_td#195@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1173382059 uhci_dump_td#195@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-1173372610 uhci_dump_td#195@0: ios     =0 ls      =1 spd     =1
 1487082224.-1173364450 uhci_dump_td#195@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-1173355431 uhci_dump_td#195@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-1173347270 uhci_dump_td#196@0: called!
 1487082224.-1173338251 uhci_dump_td#196@0: TD(0xd24770) at 0x00d24770
 1487082224.-1173330949 uhci_dump_td#196@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487082224.-1173322789 uhci_dump_td#196@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1173315487 uhci_dump_td#196@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487082224.-1173305609 uhci_dump_td#196@0: ios     =0 ls      =1 spd     =0
 1487082224.-1173296590 uhci_dump_td#196@0: errcnt  =3 actlen  =1024 pid=e1
 1487082224.-1173288859 uhci_dump_td#196@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487082224.-1173275974 uhci_device_ctrl_start#7@0: --- dump end ---
 1487082224.-1173243761 uhci_add_ls_ctrl#7@0: called!
 1487082224.-1173232594 uhci_add_ls_ctrl#7@0: sqh 0xd22710
 1487082224.-1173205107 uhci_device_ctrl_start#7@0: --- dump start ---
 1487082224.-1173190074 uhci_device_ctrl_start#7@0: follow from [0]
 1487082224.-1173174183 uhci_dump_td#197@0: called!
 1487082224.-1173162157 uhci_dump_td#197@0: TD(0xd1e7a0) at 0x00d1e7a0
 1487082224.-1173153567 uhci_dump_td#197@0:    link=0x00d20712 status=0x02000000 token=0x00000000 buffer=0x00000000
 1487082224.-1173147554 uhci_dump_td#197@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1173138535 uhci_dump_td#197@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082224.-1173130374 uhci_dump_td#197@0: ios     =1 ls      =0 spd     =0
 1487082224.-1173122214 uhci_dump_td#197@0: errcnt  =0 actlen  =1 pid=00
 1487082224.-1173115342 uhci_dump_td#197@0: addr=0  endpt=0  D=0  maxlen=1,
 1487082224.-1173098592 uhci_dump_qh#49@0: called!
 1487082224.-1173086566 uhci_dump_qh#49@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487082224.-1173071963 uhci_dump_qh#50@0: called!
 1487082224.-1173065520 uhci_dump_qh#50@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487082224.-1173053924 uhci_dump_qh#51@0: called!
 1487082224.-1173044904 uhci_dump_qh#51@0: QH(0xd20740) at 0x00d20740: hlink=00d22712 elink=00000001
 1487082224.-1173035455 uhci_dump_qh#52@0: called!
 1487082224.-1173029013 uhci_dump_qh#52@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d247a0
 1487082224.-1173017417 uhci_dump_qh#53@0: called!
 1487082224.-1173007968 uhci_dump_qh#53@0: QH(0xd20770) at 0x00d20770: hlink=00d207a2 elink=00000001
 1487082224.-1172998519 uhci_dump_qh#54@0: called!
 1487082224.-1172989070 uhci_dump_qh#54@0: QH(0xd207a0) at 0x00d207a0: hlink=00d207d2 elink=00000001
 1487082224.-1172978762 uhci_dump_qh#55@0: called!
 1487082224.-1172968454 uhci_dump_qh#55@0: QH(0xd207d0) at 0x00d207d0: hlink=00000001 elink=00d1e7d0
 1487082224.-1172951274 uhci_device_ctrl_start#7@0: Enqueued QH:
 1487082224.-1172940537 uhci_dump_qh#56@0: called!
 1487082224.-1172931517 uhci_dump_qh#56@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d247a0
 1487082224.-1172922068 uhci_dump_td#198@0: called!
 1487082224.-1172913478 uhci_dump_td#198@0: TD(0xd247a0) at 0x00d247a0
 1487082224.-1172906606 uhci_dump_td#198@0:    link=0x00d245f0 status=0x1c8003ff token=0x00e0002d buffer=0x00d5df80
 1487082224.-1172896299 uhci_dump_td#198@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1172887709 uhci_dump_td#198@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-1172879119 uhci_dump_td#198@0: ios     =0 ls      =1 spd     =0
 1487082224.-1172872676 uhci_dump_td#198@0: errcnt  =3 actlen  =1024 pid=2d
 1487082224.-1172863227 uhci_dump_td#198@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-1172852919 uhci_dump_td#199@0: called!
 1487082224.-1172844759 uhci_dump_td#199@0: TD(0xd245f0) at 0x00d245f0
 1487082224.-1172838316 uhci_dump_td#199@0:    link=0x00d24624 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df40
 1487082224.-1172829727 uhci_dump_td#199@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1172820707 uhci_dump_td#199@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-1172811688 uhci_dump_td#199@0: ios     =0 ls      =1 spd     =1
 1487082224.-1172805245 uhci_dump_td#199@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-1172795796 uhci_dump_td#199@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-1172785488 uhci_dump_td#200@0: called!
 1487082224.-1172777328 uhci_dump_td#200@0: TD(0xd24620) at 0x00d24620
 1487082224.-1172770886 uhci_dump_td#200@0:    link=0x00d24654 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df48
 1487082224.-1172760578 uhci_dump_td#200@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1172751988 uhci_dump_td#200@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-1172743398 uhci_dump_td#200@0: ios     =0 ls      =1 spd     =1
 1487082224.-1172737385 uhci_dump_td#200@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-1172728365 uhci_dump_td#200@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-1172718057 uhci_dump_td#201@0: called!
 1487082224.-1172709467 uhci_dump_td#201@0: TD(0xd24650) at 0x00d24650
 1487082224.-1172703025 uhci_dump_td#201@0:    link=0x00d24684 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df50
 1487082224.-1172692717 uhci_dump_td#201@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1172684127 uhci_dump_td#201@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-1172675537 uhci_dump_td#201@0: ios     =0 ls      =1 spd     =1
 1487082224.-1172669095 uhci_dump_td#201@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-1172659646 uhci_dump_td#201@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-1172649338 uhci_dump_td#202@0: called!
 1487082224.-1172641177 uhci_dump_td#202@0: TD(0xd24680) at 0x00d24680
 1487082224.-1172635165 uhci_dump_td#202@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df58
 1487082224.-1172625286 uhci_dump_td#202@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1172616267 uhci_dump_td#202@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-1172607677 uhci_dump_td#202@0: ios     =0 ls      =1 spd     =1
 1487082224.-1172601664 uhci_dump_td#202@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-1172593503 uhci_dump_td#202@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-1172583195 uhci_dump_td#203@0: called!
 1487082224.-1172575035 uhci_dump_td#203@0: TD(0xd246b0) at 0x00d246b0
 1487082224.-1172567304 uhci_dump_td#203@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df60
 1487082224.-1172556996 uhci_dump_td#203@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1172548406 uhci_dump_td#203@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-1172539816 uhci_dump_td#203@0: ios     =0 ls      =1 spd     =1
 1487082224.-1172533374 uhci_dump_td#203@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-1172523925 uhci_dump_td#203@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-1172513617 uhci_dump_td#204@0: called!
 1487082224.-1172503739 uhci_dump_td#204@0: TD(0xd246e0) at 0x00d246e0
 1487082224.-1172497296 uhci_dump_td#204@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df68
 1487082224.-1172488706 uhci_dump_td#204@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1172480546 uhci_dump_td#204@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-1172471956 uhci_dump_td#204@0: ios     =0 ls      =1 spd     =1
 1487082224.-1172465513 uhci_dump_td#204@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-1172456064 uhci_dump_td#204@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-1172445756 uhci_dump_td#205@0: called!
 1487082224.-1172437167 uhci_dump_td#205@0: TD(0xd24710) at 0x00d24710
 1487082224.-1172430295 uhci_dump_td#205@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df70
 1487082224.-1172421275 uhci_dump_td#205@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1172412685 uhci_dump_td#205@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-1172404525 uhci_dump_td#205@0: ios     =0 ls      =1 spd     =1
 1487082224.-1172397653 uhci_dump_td#205@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-1172389492 uhci_dump_td#205@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-1172379184 uhci_dump_td#206@0: called!
 1487082224.-1172371024 uhci_dump_td#206@0: TD(0xd24740) at 0x00d24740
 1487082224.-1172363723 uhci_dump_td#206@0:    link=0x00d24770 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df78
 1487082224.-1172355133 uhci_dump_td#206@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1172346113 uhci_dump_td#206@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-1172337094 uhci_dump_td#206@0: ios     =0 ls      =1 spd     =1
 1487082224.-1172330651 uhci_dump_td#206@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-1172321202 uhci_dump_td#206@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-1172310895 uhci_dump_td#207@0: called!
 1487082224.-1172302734 uhci_dump_td#207@0: TD(0xd24770) at 0x00d24770
 1487082224.-1172296721 uhci_dump_td#207@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487082224.-1172286413 uhci_dump_td#207@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1172277394 uhci_dump_td#207@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487082224.-1172268374 uhci_dump_td#207@0: ios     =0 ls      =1 spd     =0
 1487082224.-1172261932 uhci_dump_td#207@0: errcnt  =3 actlen  =1024 pid=e1
 1487082224.-1172253771 uhci_dump_td#207@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487082224.-1172239598 uhci_device_ctrl_start#7@0: --- dump end ---
 1487082224.-1172172597 usbd_transfer#15@0: <- done transfer 0x3e08e00, err = 1
 1487082224.-1172155846 usbd_transfer#15@0: <- sleeping on xfer 0x3e08e00
 1487082224.-1162188516 uhci_intr#13@0: called!
 1487082224.-1162155874 uhci_intr1#13@0: called!
 1487082224.-1162145566 uhci_intr1#13@0: sc 0x3e32008
 1487082224.-1162130104 uhci_dumpregs#13@0: called!
 1487082224.-1162117649 uhci_dumpregs#13@0: cmd =0081  sts    =0001  intr   =000f  frnum =0045
 1487082224.-1162096174 uhci_dumpregs#13@0: sof =0040  portsc1=0195  portsc2=0180  flbase=00d1c000
 1487082224.-1162050647 usb_schedsoftintr#13@0: called!
 1487082224.-1162032179 usb_schedsoftintr#13@0: polling=0
 1487082224.-1161993954 uhci_intr1#13@0: sc 0x3e32008 done
 1487082224.-1161895169 uhci_softintr#13@0: called!
 1487082224.-1161884002 uhci_softintr#13@0: sc 0x3e32008
 1487082224.-1161857374 uhci_check_intr#7@0: called!
 1487082224.-1161841912 uhci_check_intr#7@0: ux 0x3e08e00
 1487082224.-1161815283 uhci_check_intr#7@0: active ux=0x3e08e00
 1487082224.-1161789084 uhci_check_intr#7@0: ux=0x3e08e00 done
 1487082224.-1161749570 uhci_idone#7@0: called!
 1487082224.-1161738403 uhci_idone#7@0: ux=0x3e08e00
 1487082224.-1161725948 uhci_idone#7@0: ux=0x3e08e00, xfer=0x3e08e00, pipe=0x3dcaac8 ready
 1487082224.-1161714781 uhci_idone#7@0: --- dump start ---
 1487082224.-1161700607 uhci_dump_td#208@0: called!
 1487082224.-1161687293 uhci_dump_td#208@0: TD(0xd247a0) at 0x00d247a0
 1487082224.-1161677414 uhci_dump_td#208@0:    link=0x00d245f0 status=0x1c000007 token=0x00e0002d buffer=0x00d5df80
 1487082224.-1161664530 uhci_dump_td#208@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1161649068 uhci_dump_td#208@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082224.-1161635324 uhci_dump_td#208@0: ios     =0 ls      =1 spd     =0
 1487082224.-1161625875 uhci_dump_td#208@0: errcnt  =3 actlen  =8 pid=2d
 1487082224.-1161612990 uhci_dump_td#208@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-1161600964 uhci_dump_td#209@0: called!
 1487082224.-1161591515 uhci_dump_td#209@0: TD(0xd245f0) at 0x00d245f0
 1487082224.-1161583355 uhci_dump_td#209@0:    link=0x00d24624 status=0x1c000007 token=0x00e80069 buffer=0x00d5df40
 1487082224.-1161575194 uhci_dump_td#209@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1161568752 uhci_dump_td#209@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082224.-1161558444 uhci_dump_td#209@0: ios     =0 ls      =1 spd     =0
 1487082224.-1161550283 uhci_dump_td#209@0: errcnt  =3 actlen  =8 pid=69
 1487082224.-1161542123 uhci_dump_td#209@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-1161533533 uhci_dump_td#210@0: called!
 1487082224.-1161524514 uhci_dump_td#210@0: TD(0xd24620) at 0x00d24620
 1487082224.-1161516783 uhci_dump_td#210@0:    link=0x00d24654 status=0x1c000007 token=0x00e00069 buffer=0x00d5df48
 1487082224.-1161508622 uhci_dump_td#210@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1161501750 uhci_dump_td#210@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082224.-1161492731 uhci_dump_td#210@0: ios     =0 ls      =1 spd     =0
 1487082224.-1161484570 uhci_dump_td#210@0: errcnt  =3 actlen  =8 pid=69
 1487082224.-1161475981 uhci_dump_td#210@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-1161467820 uhci_dump_td#211@0: called!
 1487082224.-1161458801 uhci_dump_td#211@0: TD(0xd24650) at 0x00d24650
 1487082224.-1161451499 uhci_dump_td#211@0:    link=0x00d24684 status=0x1c4007ff token=0x00e80069 buffer=0x00d5df50
 1487082224.-1161443339 uhci_dump_td#211@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1161436467 uhci_dump_td#211@0: dbuffer =0 stalled =1 active  =0 ioc     =0
 1487082224.-1161427018 uhci_dump_td#211@0: ios     =0 ls      =1 spd     =0
 1487082224.-1161418857 uhci_dump_td#211@0: errcnt  =3 actlen  =0 pid=69
 1487082224.-1161410697 uhci_dump_td#211@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-1161402537 uhci_dump_td#212@0: called!
 1487082224.-1161393088 uhci_dump_td#212@0: TD(0xd24680) at 0x00d24680
 1487082224.-1161384927 uhci_dump_td#212@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df58
 1487082224.-1161376767 uhci_dump_td#212@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1161370324 uhci_dump_td#212@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-1161360016 uhci_dump_td#212@0: ios     =0 ls      =1 spd     =1
 1487082224.-1161351426 uhci_dump_td#212@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-1161342837 uhci_dump_td#212@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-1161334676 uhci_dump_td#213@0: called!
 1487082224.-1161325227 uhci_dump_td#213@0: TD(0xd246b0) at 0x00d246b0
 1487082224.-1161317067 uhci_dump_td#213@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df60
 1487082224.-1161308906 uhci_dump_td#213@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1161302464 uhci_dump_td#213@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-1161293874 uhci_dump_td#213@0: ios     =0 ls      =1 spd     =1
 1487082224.-1161284854 uhci_dump_td#213@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-1161275835 uhci_dump_td#213@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-1161267245 uhci_dump_td#214@0: called!
 1487082224.-1161258226 uhci_dump_td#214@0: TD(0xd246e0) at 0x00d246e0
 1487082224.-1161250495 uhci_dump_td#214@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df68
 1487082224.-1161242334 uhci_dump_td#214@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1161235033 uhci_dump_td#214@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-1161226013 uhci_dump_td#214@0: ios     =0 ls      =1 spd     =1
 1487082224.-1161216564 uhci_dump_td#214@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-1161207545 uhci_dump_td#214@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-1161199385 uhci_dump_td#215@0: called!
 1487082224.-1161190365 uhci_dump_td#215@0: TD(0xd24710) at 0x00d24710
 1487082224.-1161182205 uhci_dump_td#215@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df70
 1487082224.-1161174474 uhci_dump_td#215@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1161166743 uhci_dump_td#215@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-1161156435 uhci_dump_td#215@0: ios     =0 ls      =1 spd     =1
 1487082224.-1161148275 uhci_dump_td#215@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-1161139255 uhci_dump_td#215@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-1161131095 uhci_dump_td#216@0: called!
 1487082224.-1161121646 uhci_dump_td#216@0: TD(0xd24740) at 0x00d24740
 1487082224.-1161113485 uhci_dump_td#216@0:    link=0x00d24770 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df78
 1487082224.-1161105325 uhci_dump_td#216@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1161098882 uhci_dump_td#216@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-1161088574 uhci_dump_td#216@0: ios     =0 ls      =1 spd     =1
 1487082224.-1161079985 uhci_dump_td#216@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-1161071395 uhci_dump_td#216@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-1161063234 uhci_dump_td#217@0: called!
 1487082224.-1161054644 uhci_dump_td#217@0: TD(0xd24770) at 0x00d24770
 1487082224.-1161046484 uhci_dump_td#217@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487082224.-1161038323 uhci_dump_td#217@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1161031022 uhci_dump_td#217@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487082224.-1161020714 uhci_dump_td#217@0: ios     =0 ls      =1 spd     =0
 1487082224.-1161012124 uhci_dump_td#217@0: errcnt  =3 actlen  =1024 pid=e1
 1487082224.-1161003534 uhci_dump_td#217@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487082224.-1160993656 uhci_idone#7@0: --- dump end ---
 1487082224.-1160973469 uhci_idone#7@0: actlen=16, status=0x400000
 1487082224.-1160961014 uhci_idone#7@0: error, addr=0, endpt=0x00
 1487082224.-1160946411 uhci_idone#7@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-1160934815 uhci_idone#7@0: dbuffer =0 stalled =1 active  =0
 1487082224.-1160920641 uhci_idone#7@0: ux=0x3e08e00 done
 1487082224.-1160903891 uhci_softintr#13@0: ux 0x3e08e00
 1487082224.-1160880698 usb_transfer_complete#18@0: called!
 1487082224.-1160870820 usb_transfer_complete#18@0: pipe = 0x3dcaac8 xfer = 0x3e08e00 status = 17 actlen = 16
 1487082224.-1160854928 usb_transfer_complete#18@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487082224.-1160841184 usb_transfer_complete#18@0: xfer 0x3e08e00 doing done 0x2a9d18
 1487082224.-1160807254 uhci_device_ctrl_done#7@0: called!
 1487082224.-1160778907 uhci_remove_ls_ctrl#7@0: called!
 1487082224.-1160763875 uhci_remove_ls_ctrl#7@0: sqh 0xd22710
 1487082224.-1160707181 uhci_find_prev_qh#7@0: called!
 1487082224.-1160689572 uhci_find_prev_qh#7@0: pqh=0xd20740 sqh=0xd22710
 1487082224.-1160630301 uhci_device_ctrl_done#7@0: length=16
 1487082224.-1160603243 usb_transfer_complete#18@0: xfer 0x3e08e00 doing callback 0x0 status 17
 1487082224.-1160589499 usb_transfer_complete#18@0: <- done xfer 0x3e08e00, wakeup
 1487082224.-1160476112 usbd_start_next#18@0: called!
 1487082224.-1160452490 usbd_start_next#18@0: pipe = 0x3dcaac8, xfer = 0x0
 1487082224.-1160242036 uhci_free_stds#7@0: called!
 1487082224.-1160229581 uhci_free_stds#7@0: ux=0x3e08e00
 1487082224.-1160120059 usbd_free_xfer#15@0: called!
 1487082224.-1160105456 usbd_free_xfer#15@0: 0x3e08e00
 1487082224.-1160071097 usb_freemem#10@0: called!
 1487082224.-1160047474 usb_freemem#10@0: frag=0xd5df40
 1487082224.-1160003666 usbd_do_request_flags#15@0: returning err = 17
 1487082224.-1157917600 uhci_intr#14@0: called!
 1487082224.-1157890112 uhci_intr1#14@0: called!
 1487082224.-1157878945 uhci_intr1#14@0: sc 0x3e32008
 1487082224.-1157861336 uhci_dumpregs#14@0: called!
 1487082224.-1157851887 uhci_dumpregs#14@0: cmd =0081  sts    =0002  intr   =000f  frnum =0046
 1487082224.-1157831271 uhci_dumpregs#14@0: sof =0040  portsc1=01a5  portsc2=0180  flbase=00d1c000
 1487082224.-1157792617 usb_schedsoftintr#14@0: called!
 1487082224.-1157777584 usb_schedsoftintr#14@0: polling=0
 1487082224.-1157744083 uhci_intr1#14@0: sc 0x3e32008 done
 1487082224.-1157668063 uhci_softintr#14@0: called!
 1487082224.-1157657325 uhci_softintr#14@0: sc 0x3e32008
 1487082224.-1046199058 uhci_poll_hub#48@0: called!
 1487082224.-272937012 usbd_get_initial_ddesc#8@0: called!
 1487082224.-272923697 usbd_get_initial_ddesc#8@0: dev 0x3dad488
 1487082224.-272904370 usbd_do_request_flags#16@0: called!
 1487082224.-272880318 usbd_alloc_xfer#16@0: called!
 1487082224.-272802579 usbd_alloc_xfer#16@0: returns 0x3e08e00
 1487082224.-272771226 usb_allocmem_flags#12@0: called!
 1487082224.-272745456 usb_allocmem_flags#12@0: use frag=0xd5df40 size=64
 1487082224.-272709379 uhci_device_ctrl_init#8@0: called!
 1487082224.-272696494 uhci_device_ctrl_init#8@0: xfer=0x3e08e00 len=64, addr=0, endpt=0
 1487082224.-272671583 uhci_alloc_std_chain#8@0: called!
 1487082224.-272658698 uhci_alloc_std_chain#8@0: xfer=0x3e08e00 pipe=0x3dcaac8
 1487082224.-272640659 uhci_alloc_std_chain#8@0: maxp=8 ntd=8
 1487082224.-272582677 uhci_alloc_std#59@0: called!
 1487082224.-272566356 uhci_alloc_std#60@0: called!
 1487082224.-272554760 uhci_alloc_std#61@0: called!
 1487082224.-272543163 uhci_alloc_std#62@0: called!
 1487082224.-272531996 uhci_alloc_std#63@0: called!
 1487082224.-272518682 uhci_alloc_std#64@0: called!
 1487082224.-272507086 uhci_alloc_std#65@0: called!
 1487082224.-272495489 uhci_alloc_std#66@0: called!
 1487082224.-272432353 usbd_transfer#16@0: called!
 1487082224.-272414314 usbd_transfer#16@0: xfer = 0x3e08e00, flags = 0x6, pipe = 0x3dcaac8, running = 0
 1487082224.-272383391 usbd_dump_queue#16@0: called!
 1487082224.-272365352 usbd_dump_queue#16@0: pipe = 0x3dcaac8
 1487082224.-272319395 usb_insert_transfer#16@0: called!
 1487082224.-272300498 usb_insert_transfer#16@0: xfer = 0x3e08e00 pipe = 0x3dcaac8 running = 0 timeout = 5000
 1487082224.-272273010 usb_insert_transfer#16@0: <- done xfer 0x3e08e00, err 0
 1487082224.-272233067 uhci_device_ctrl_start#8@0: called!
 1487082224.-272214169 uhci_device_ctrl_start#8@0: type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000
 1487082224.-272195271 uhci_device_ctrl_start#8@0: len=64, addr=0, endpt=0
 1487082224.-272164777 uhci_reset_std_chain#8@0: called!
 1487082224.-272153180 uhci_reset_std_chain#8@0: xfer=0x3e08e00 len 64 isread 128 toggle 1
 1487082224.-272066422 uhci_device_ctrl_start#8@0: --- dump start ---
 1487082224.-272046236 uhci_device_ctrl_start#8@0: before transfer
 1487082224.-272024761 uhci_dump_td#218@0: called!
 1487082224.-272011017 uhci_dump_td#218@0: TD(0xd247a0) at 0x00d247a0
 1487082224.-271999420 uhci_dump_td#218@0:    link=0x00d245f0 status=0x1c8003ff token=0x00e0002d buffer=0x00d5df80
 1487082224.-271980093 uhci_dump_td#218@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-271961625 uhci_dump_td#218@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-271947881 uhci_dump_td#218@0: ios     =0 ls      =1 spd     =0
 1487082224.-271938002 uhci_dump_td#218@0: errcnt  =3 actlen  =1024 pid=2d
 1487082224.-271920823 uhci_dump_td#218@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-271906649 uhci_dump_td#219@0: called!
 1487082224.-271897200 uhci_dump_td#219@0: TD(0xd245f0) at 0x00d245f0
 1487082224.-271890758 uhci_dump_td#219@0:    link=0x00d24624 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df40
 1487082224.-271881309 uhci_dump_td#219@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-271873148 uhci_dump_td#219@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-271864558 uhci_dump_td#219@0: ios     =0 ls      =1 spd     =1
 1487082224.-271858116 uhci_dump_td#219@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-271848238 uhci_dump_td#219@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-271837930 uhci_dump_td#220@0: called!
 1487082224.-271828481 uhci_dump_td#220@0: TD(0xd24620) at 0x00d24620
 1487082224.-271822038 uhci_dump_td#220@0:    link=0x00d24654 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df48
 1487082224.-271812589 uhci_dump_td#220@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-271804429 uhci_dump_td#220@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-271796268 uhci_dump_td#220@0: ios     =0 ls      =1 spd     =1
 1487082224.-271790256 uhci_dump_td#220@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-271782525 uhci_dump_td#220@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-271772217 uhci_dump_td#221@0: called!
 1487082224.-271764056 uhci_dump_td#221@0: TD(0xd24650) at 0x00d24650
 1487082224.-271757614 uhci_dump_td#221@0:    link=0x00d24684 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df50
 1487082224.-271748594 uhci_dump_td#221@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-271740434 uhci_dump_td#221@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-271732273 uhci_dump_td#221@0: ios     =0 ls      =1 spd     =1
 1487082224.-271725402 uhci_dump_td#221@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-271716812 uhci_dump_td#221@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-271706074 uhci_dump_td#222@0: called!
 1487082224.-271697914 uhci_dump_td#222@0: TD(0xd24680) at 0x00d24680
 1487082224.-271691901 uhci_dump_td#222@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df58
 1487082224.-271682881 uhci_dump_td#222@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-271674291 uhci_dump_td#222@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-271666131 uhci_dump_td#222@0: ios     =0 ls      =1 spd     =1
 1487082224.-271660118 uhci_dump_td#222@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-271652387 uhci_dump_td#222@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-271642079 uhci_dump_td#223@0: called!
 1487082224.-271632630 uhci_dump_td#223@0: TD(0xd246b0) at 0x00d246b0
 1487082224.-271625758 uhci_dump_td#223@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df60
 1487082224.-271617168 uhci_dump_td#223@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-271609008 uhci_dump_td#223@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-271600847 uhci_dump_td#223@0: ios     =0 ls      =1 spd     =1
 1487082224.-271594405 uhci_dump_td#223@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-271584097 uhci_dump_td#223@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-271573360 uhci_dump_td#224@0: called!
 1487082224.-271564770 uhci_dump_td#224@0: TD(0xd246e0) at 0x00d246e0
 1487082224.-271557898 uhci_dump_td#224@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df68
 1487082224.-271549308 uhci_dump_td#224@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-271541147 uhci_dump_td#224@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-271532987 uhci_dump_td#224@0: ios     =0 ls      =1 spd     =1
 1487082224.-271526974 uhci_dump_td#224@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-271517096 uhci_dump_td#224@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-271506788 uhci_dump_td#225@0: called!
 1487082224.-271497339 uhci_dump_td#225@0: TD(0xd24710) at 0x00d24710
 1487082224.-271490037 uhci_dump_td#225@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df70
 1487082224.-271481018 uhci_dump_td#225@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-271472428 uhci_dump_td#225@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-271464268 uhci_dump_td#225@0: ios     =0 ls      =1 spd     =1
 1487082224.-271457825 uhci_dump_td#225@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-271447517 uhci_dump_td#225@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-271437209 uhci_dump_td#226@0: called!
 1487082224.-271429049 uhci_dump_td#226@0: TD(0xd24740) at 0x00d24740
 1487082224.-271422177 uhci_dump_td#226@0:    link=0x00d24770 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df78
 1487082224.-271413157 uhci_dump_td#226@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-271404997 uhci_dump_td#226@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-271396837 uhci_dump_td#226@0: ios     =0 ls      =1 spd     =1
 1487082224.-271390394 uhci_dump_td#226@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-271380086 uhci_dump_td#226@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-271369349 uhci_dump_td#227@0: called!
 1487082224.-271361188 uhci_dump_td#227@0: TD(0xd24770) at 0x00d24770
 1487082224.-271355175 uhci_dump_td#227@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487082224.-271347444 uhci_dump_td#227@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-271339284 uhci_dump_td#227@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487082224.-271331124 uhci_dump_td#227@0: ios     =0 ls      =1 spd     =0
 1487082224.-271325111 uhci_dump_td#227@0: errcnt  =3 actlen  =1024 pid=e1
 1487082224.-271316521 uhci_dump_td#227@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487082224.-271303636 uhci_device_ctrl_start#8@0: --- dump end ---
 1487082224.-271276577 uhci_add_ls_ctrl#8@0: called!
 1487082224.-271267558 uhci_add_ls_ctrl#8@0: sqh 0xd22710
 1487082224.-271243936 uhci_device_ctrl_start#8@0: --- dump start ---
 1487082224.-271231480 uhci_device_ctrl_start#8@0: follow from [0]
 1487082224.-271219454 uhci_dump_td#228@0: called!
 1487082224.-271209146 uhci_dump_td#228@0: TD(0xd1e7a0) at 0x00d1e7a0
 1487082224.-271199698 uhci_dump_td#228@0:    link=0x00d20712 status=0x02000000 token=0x00000000 buffer=0x00000000
 1487082224.-271191967 uhci_dump_td#228@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-271183377 uhci_dump_td#228@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082224.-271176505 uhci_dump_td#228@0: ios     =1 ls      =0 spd     =0
 1487082224.-271166197 uhci_dump_td#228@0: errcnt  =0 actlen  =1 pid=00
 1487082224.-271157607 uhci_dump_td#228@0: addr=0  endpt=0  D=0  maxlen=1,
 1487082224.-271141715 uhci_dump_qh#57@0: called!
 1487082224.-271130119 uhci_dump_qh#57@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487082224.-271115946 uhci_dump_qh#58@0: called!
 1487082224.-271106497 uhci_dump_qh#58@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487082224.-271095759 uhci_dump_qh#59@0: called!
 1487082224.-271089317 uhci_dump_qh#59@0: QH(0xd20740) at 0x00d20740: hlink=00d22712 elink=00000001
 1487082224.-271079868 uhci_dump_qh#60@0: called!
 1487082224.-271071707 uhci_dump_qh#60@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d247a0
 1487082224.-271062259 uhci_dump_qh#61@0: called!
 1487082224.-271054528 uhci_dump_qh#61@0: QH(0xd20770) at 0x00d20770: hlink=00d207a2 elink=00000001
 1487082224.-271045079 uhci_dump_qh#62@0: called!
 1487082224.-271033053 uhci_dump_qh#62@0: QH(0xd207a0) at 0x00d207a0: hlink=00d207d2 elink=00000001
 1487082224.-271023604 uhci_dump_qh#63@0: called!
 1487082224.-271014584 uhci_dump_qh#63@0: QH(0xd207d0) at 0x00d207d0: hlink=00000001 elink=00d1e7d0
 1487082224.-271002129 uhci_device_ctrl_start#8@0: Enqueued QH:
 1487082224.-270992251 uhci_dump_qh#64@0: called!
 1487082224.-270983661 uhci_dump_qh#64@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d247a0
 1487082224.-270976359 uhci_dump_td#229@0: called!
 1487082224.-270965622 uhci_dump_td#229@0: TD(0xd247a0) at 0x00d247a0
 1487082224.-270957461 uhci_dump_td#229@0:    link=0x00d245f0 status=0x1c8003ff token=0x00e0002d buffer=0x00d5df80
 1487082224.-270948871 uhci_dump_td#229@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-270942858 uhci_dump_td#229@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-270934269 uhci_dump_td#229@0: ios     =0 ls      =1 spd     =0
 1487082224.-270926108 uhci_dump_td#229@0: errcnt  =3 actlen  =1024 pid=2d
 1487082224.-270917948 uhci_dump_td#229@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-270909358 uhci_dump_td#230@0: called!
 1487082224.-270899909 uhci_dump_td#230@0: TD(0xd245f0) at 0x00d245f0
 1487082224.-270890460 uhci_dump_td#230@0:    link=0x00d24624 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df40
 1487082224.-270881870 uhci_dump_td#230@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-270875427 uhci_dump_td#230@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-270865979 uhci_dump_td#230@0: ios     =0 ls      =1 spd     =1
 1487082224.-270857818 uhci_dump_td#230@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-270849658 uhci_dump_td#230@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-270841068 uhci_dump_td#231@0: called!
 1487082224.-270831619 uhci_dump_td#231@0: TD(0xd24620) at 0x00d24620
 1487082224.-270822599 uhci_dump_td#231@0:    link=0x00d24654 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df48
 1487082224.-270814009 uhci_dump_td#231@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-270807567 uhci_dump_td#231@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-270798118 uhci_dump_td#231@0: ios     =0 ls      =1 spd     =1
 1487082224.-270790387 uhci_dump_td#231@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-270782227 uhci_dump_td#231@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-270773637 uhci_dump_td#232@0: called!
 1487082224.-270764188 uhci_dump_td#232@0: TD(0xd24650) at 0x00d24650
 1487082224.-270754739 uhci_dump_td#232@0:    link=0x00d24684 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df50
 1487082224.-270746149 uhci_dump_td#232@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-270740136 uhci_dump_td#232@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-270731117 uhci_dump_td#232@0: ios     =0 ls      =1 spd     =1
 1487082224.-270722527 uhci_dump_td#232@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-270714366 uhci_dump_td#232@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-270706206 uhci_dump_td#233@0: called!
 1487082224.-270696757 uhci_dump_td#233@0: TD(0xd24680) at 0x00d24680
 1487082224.-270689026 uhci_dump_td#233@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df58
 1487082224.-270680436 uhci_dump_td#233@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-270673994 uhci_dump_td#233@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-270664545 uhci_dump_td#233@0: ios     =0 ls      =1 spd     =1
 1487082224.-270656384 uhci_dump_td#233@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-270648653 uhci_dump_td#233@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-270640063 uhci_dump_td#234@0: called!
 1487082224.-270630614 uhci_dump_td#234@0: TD(0xd246b0) at 0x00d246b0
 1487082224.-270622024 uhci_dump_td#234@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df60
 1487082224.-270613434 uhci_dump_td#234@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-270606992 uhci_dump_td#234@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-270597543 uhci_dump_td#234@0: ios     =0 ls      =1 spd     =1
 1487082224.-270589383 uhci_dump_td#234@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-270581222 uhci_dump_td#234@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-270572632 uhci_dump_td#235@0: called!
 1487082224.-270561036 uhci_dump_td#235@0: TD(0xd246e0) at 0x00d246e0
 1487082224.-270552446 uhci_dump_td#235@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df68
 1487082224.-270544286 uhci_dump_td#235@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-270537843 uhci_dump_td#235@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-270528394 uhci_dump_td#235@0: ios     =0 ls      =1 spd     =1
 1487082224.-270520234 uhci_dump_td#235@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-270512073 uhci_dump_td#235@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-270503483 uhci_dump_td#236@0: called!
 1487082224.-270493605 uhci_dump_td#236@0: TD(0xd24710) at 0x00d24710
 1487082224.-270485015 uhci_dump_td#236@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df70
 1487082224.-270476855 uhci_dump_td#236@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-270470842 uhci_dump_td#236@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-270463111 uhci_dump_td#236@0: ios     =0 ls      =1 spd     =1
 1487082224.-270454950 uhci_dump_td#236@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-270446790 uhci_dump_td#236@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-270438629 uhci_dump_td#237@0: called!
 1487082224.-270427892 uhci_dump_td#237@0: TD(0xd24740) at 0x00d24740
 1487082224.-270419302 uhci_dump_td#237@0:    link=0x00d24770 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df78
 1487082224.-270411142 uhci_dump_td#237@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-270404270 uhci_dump_td#237@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-270395250 uhci_dump_td#237@0: ios     =0 ls      =1 spd     =1
 1487082224.-270386660 uhci_dump_td#237@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-270378500 uhci_dump_td#237@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-270369910 uhci_dump_td#238@0: called!
 1487082224.-270359602 uhci_dump_td#238@0: TD(0xd24770) at 0x00d24770
 1487082224.-270351871 uhci_dump_td#238@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487082224.-270343281 uhci_dump_td#238@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-270336409 uhci_dump_td#238@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487082224.-270327390 uhci_dump_td#238@0: ios     =0 ls      =1 spd     =0
 1487082224.-270318800 uhci_dump_td#238@0: errcnt  =3 actlen  =1024 pid=e1
 1487082224.-270311069 uhci_dump_td#238@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487082224.-270301620 uhci_device_ctrl_start#8@0: --- dump end ---
 1487082224.-270241490 usbd_transfer#16@0: <- done transfer 0x3e08e00, err = 1
 1487082224.-270208849 usbd_transfer#16@0: <- sleeping on xfer 0x3e08e00
 1487082224.-260231640 uhci_intr#15@0: called!
 1487082224.-260204581 uhci_intr1#15@0: called!
 1487082224.-260193844 uhci_intr1#15@0: sc 0x3e32008
 1487082224.-260175375 uhci_dumpregs#15@0: called!
 1487082224.-260163350 uhci_dumpregs#15@0: cmd =0081  sts    =0001  intr   =000f  frnum =0117
 1487082224.-260144881 uhci_dumpregs#15@0: sof =0040  portsc1=0195  portsc2=0180  flbase=00d1c000
 1487082224.-260101502 usb_schedsoftintr#15@0: called!
 1487082224.-260084752 usb_schedsoftintr#15@0: polling=0
 1487082224.-260053398 uhci_intr1#15@0: sc 0x3e32008 done
 1487082224.-259958050 uhci_softintr#15@0: called!
 1487082224.-259947313 uhci_softintr#15@0: sc 0x3e32008
 1487082224.-259922831 uhci_check_intr#8@0: called!
 1487082224.-259911664 uhci_check_intr#8@0: ux 0x3e08e00
 1487082224.-259887613 uhci_check_intr#8@0: active ux=0x3e08e00
 1487082224.-259863990 uhci_check_intr#8@0: ux=0x3e08e00 done
 1487082224.-259827054 uhci_idone#8@0: called!
 1487082224.-259815887 uhci_idone#8@0: ux=0x3e08e00
 1487082224.-259805149 uhci_idone#8@0: ux=0x3e08e00, xfer=0x3e08e00, pipe=0x3dcaac8 ready
 1487082224.-259793553 uhci_idone#8@0: --- dump start ---
 1487082224.-259776802 uhci_dump_td#239@0: called!
 1487082224.-259764347 uhci_dump_td#239@0: TD(0xd247a0) at 0x00d247a0
 1487082224.-259757046 uhci_dump_td#239@0:    link=0x00d245f0 status=0x1c000007 token=0x00e0002d buffer=0x00d5df80
 1487082224.-259743302 uhci_dump_td#239@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-259726122 uhci_dump_td#239@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082224.-259713237 uhci_dump_td#239@0: ios     =0 ls      =1 spd     =0
 1487082224.-259705077 uhci_dump_td#239@0: errcnt  =3 actlen  =8 pid=2d
 1487082224.-259691762 uhci_dump_td#239@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-259676730 uhci_dump_td#240@0: called!
 1487082224.-259668569 uhci_dump_td#240@0: TD(0xd245f0) at 0x00d245f0
 1487082224.-259661697 uhci_dump_td#240@0:    link=0x00d24624 status=0x1c000007 token=0x00e80069 buffer=0x00d5df40
 1487082224.-259653966 uhci_dump_td#240@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-259645806 uhci_dump_td#240@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082224.-259637646 uhci_dump_td#240@0: ios     =0 ls      =1 spd     =0
 1487082224.-259631633 uhci_dump_td#240@0: errcnt  =3 actlen  =8 pid=69
 1487082224.-259621325 uhci_dump_td#240@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-259610587 uhci_dump_td#241@0: called!
 1487082224.-259602427 uhci_dump_td#241@0: TD(0xd24620) at 0x00d24620
 1487082224.-259595984 uhci_dump_td#241@0:    link=0x00d24654 status=0x1c000007 token=0x00e00069 buffer=0x00d5df48
 1487082224.-259586535 uhci_dump_td#241@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-259578375 uhci_dump_td#241@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082224.-259570215 uhci_dump_td#241@0: ios     =0 ls      =1 spd     =0
 1487082224.-259563343 uhci_dump_td#241@0: errcnt  =3 actlen  =8 pid=69
 1487082224.-259553035 uhci_dump_td#241@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-259542727 uhci_dump_td#242@0: called!
 1487082224.-259534996 uhci_dump_td#242@0: TD(0xd24650) at 0x00d24650
 1487082224.-259529412 uhci_dump_td#242@0:    link=0x00d24684 status=0x1c4007ff token=0x00e80069 buffer=0x00d5df50
 1487082224.-259519963 uhci_dump_td#242@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-259511803 uhci_dump_td#242@0: dbuffer =0 stalled =1 active  =0 ioc     =0
 1487082224.-259502354 uhci_dump_td#242@0: ios     =0 ls      =1 spd     =0
 1487082224.-259496341 uhci_dump_td#242@0: errcnt  =3 actlen  =0 pid=69
 1487082224.-259486033 uhci_dump_td#242@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-259474866 uhci_dump_td#243@0: called!
 1487082224.-259466706 uhci_dump_td#243@0: TD(0xd24680) at 0x00d24680
 1487082224.-259460263 uhci_dump_td#243@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df58
 1487082224.-259450814 uhci_dump_td#243@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-259442654 uhci_dump_td#243@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-259434494 uhci_dump_td#243@0: ios     =0 ls      =1 spd     =1
 1487082224.-259427622 uhci_dump_td#243@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-259417314 uhci_dump_td#243@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-259407006 uhci_dump_td#244@0: called!
 1487082224.-259398845 uhci_dump_td#244@0: TD(0xd246b0) at 0x00d246b0
 1487082224.-259392403 uhci_dump_td#244@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df60
 1487082224.-259382954 uhci_dump_td#244@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-259374794 uhci_dump_td#244@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-259366633 uhci_dump_td#244@0: ios     =0 ls      =1 spd     =1
 1487082224.-259360191 uhci_dump_td#244@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-259349883 uhci_dump_td#244@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-259339145 uhci_dump_td#245@0: called!
 1487082224.-259330985 uhci_dump_td#245@0: TD(0xd246e0) at 0x00d246e0
 1487082224.-259324542 uhci_dump_td#245@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df68
 1487082224.-259315094 uhci_dump_td#245@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-259306933 uhci_dump_td#245@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-259298773 uhci_dump_td#245@0: ios     =0 ls      =1 spd     =1
 1487082224.-259292330 uhci_dump_td#245@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-259282022 uhci_dump_td#245@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-259271285 uhci_dump_td#246@0: called!
 1487082224.-259263554 uhci_dump_td#246@0: TD(0xd24710) at 0x00d24710
 1487082224.-259257111 uhci_dump_td#246@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df70
 1487082224.-259248951 uhci_dump_td#246@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-259240791 uhci_dump_td#246@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-259231771 uhci_dump_td#246@0: ios     =0 ls      =1 spd     =1
 1487082224.-259224470 uhci_dump_td#246@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-259214162 uhci_dump_td#246@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082224.-259203424 uhci_dump_td#247@0: called!
 1487082224.-259195264 uhci_dump_td#247@0: TD(0xd24740) at 0x00d24740
 1487082224.-259188821 uhci_dump_td#247@0:    link=0x00d24770 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df78
 1487082224.-259179373 uhci_dump_td#247@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-259171212 uhci_dump_td#247@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082224.-259163052 uhci_dump_td#247@0: ios     =0 ls      =1 spd     =1
 1487082224.-259156180 uhci_dump_td#247@0: errcnt  =3 actlen  =1024 pid=69
 1487082224.-259145872 uhci_dump_td#247@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082224.-259135564 uhci_dump_td#248@0: called!
 1487082224.-259127403 uhci_dump_td#248@0: TD(0xd24770) at 0x00d24770
 1487082224.-259120961 uhci_dump_td#248@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487082224.-259111512 uhci_dump_td#248@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-259103352 uhci_dump_td#248@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487082224.-259094762 uhci_dump_td#248@0: ios     =0 ls      =1 spd     =0
 1487082224.-259088319 uhci_dump_td#248@0: errcnt  =3 actlen  =1024 pid=e1
 1487082224.-259078011 uhci_dump_td#248@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487082224.-259065985 uhci_idone#8@0: --- dump end ---
 1487082224.-259046229 uhci_idone#8@0: actlen=16, status=0x400000
 1487082224.-259035491 uhci_idone#8@0: error, addr=0, endpt=0x00
 1487082224.-259020029 uhci_idone#8@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082224.-259008003 uhci_idone#8@0: dbuffer =0 stalled =1 active  =0
 1487082224.-258992971 uhci_idone#8@0: ux=0x3e08e00 done
 1487082224.-258980945 uhci_softintr#15@0: ux 0x3e08e00
 1487082224.-258950451 usb_transfer_complete#19@0: called!
 1487082224.-258931982 usb_transfer_complete#19@0: pipe = 0x3dcaac8 xfer = 0x3e08e00 status = 17 actlen = 16
 1487082224.-258903636 usb_transfer_complete#19@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487082224.-258880872 usb_transfer_complete#19@0: xfer 0x3e08e00 doing done 0x2a9d18
 1487082224.-258845654 uhci_device_ctrl_done#8@0: called!
 1487082224.-258813871 uhci_remove_ls_ctrl#8@0: called!
 1487082224.-258798409 uhci_remove_ls_ctrl#8@0: sqh 0xd22710
 1487082224.-258746440 uhci_find_prev_qh#8@0: called!
 1487082224.-258727542 uhci_find_prev_qh#8@0: pqh=0xd20740 sqh=0xd22710
 1487082224.-258666124 uhci_device_ctrl_done#8@0: length=16
 1487082224.-258634771 usb_transfer_complete#19@0: xfer 0x3e08e00 doing callback 0x0 status 17
 1487082224.-258610719 usb_transfer_complete#19@0: <- done xfer 0x3e08e00, wakeup
 1487082224.-258486594 usbd_start_next#19@0: called!
 1487082224.-258459966 usbd_start_next#19@0: pipe = 0x3dcaac8, xfer = 0x0
 1487082224.-258262397 uhci_free_stds#8@0: called!
 1487082224.-258253378 uhci_free_stds#8@0: ux=0x3e08e00
 1487082224.-258155452 usbd_free_xfer#16@0: called!
 1487082224.-258144285 usbd_free_xfer#16@0: 0x3e08e00
 1487082224.-258116798 usb_freemem#11@0: called!
 1487082224.-258094893 usb_freemem#11@0: frag=0xd5df40
 1487082224.-258048937 usbd_do_request_flags#16@0: returning err = 17
 1487082224.-255964160 uhci_intr#16@0: called!
 1487082224.-255938390 uhci_intr1#16@0: called!
 1487082224.-255929371 uhci_intr1#16@0: sc 0x3e32008
 1487082224.-255913050 uhci_dumpregs#16@0: called!
 1487082224.-255901883 uhci_dumpregs#16@0: cmd =0081  sts    =0002  intr   =000f  frnum =0118
 1487082224.-255881267 uhci_dumpregs#16@0: sof =0040  portsc1=01a5  portsc2=0180  flbase=00d1c000
 1487082224.-255846907 usb_schedsoftintr#16@0: called!
 1487082224.-255832734 usb_schedsoftintr#16@0: polling=0
 1487082224.-255802669 uhci_intr1#16@0: sc 0x3e32008 done
 1487082224.-255726219 uhci_softintr#16@0: called!
 1487082224.-255718488 uhci_softintr#16@0: sc 0x3e32008
 1487082225.27892376 uhci_poll_hub#49@0: called!
 1487082225.628977774 usbd_reset_port#3@0: called!
 1487082225.629015999 usbd_do_request_flags#17@0: called!
 1487082225.629036615 usbd_alloc_xfer#17@0: called!
 1487082225.629119078 usbd_alloc_xfer#17@0: returns 0x3e08e00
 1487082225.629171047 usbd_transfer#17@0: called!
 1487082225.629186938 usbd_transfer#17@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487082225.629207984 usbd_dump_queue#17@0: called!
 1487082225.629224305 usbd_dump_queue#17@0: pipe = 0x3e2d6c8
 1487082225.629250934 usb_insert_transfer#17@0: called!
 1487082225.629265536 usb_insert_transfer#17@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487082225.629281428 usb_insert_transfer#17@0: <- done xfer 0x3e08e00, err 0
 1487082225.629303762 roothub_ctrl_start#9@0: called!
 1487082225.629314929 roothub_ctrl_start#9@0: type=0x23 request=0x3
 1487082225.629355301 uhci_roothub_ctrl#9@0: called!
 1487082225.629370334 uhci_roothub_ctrl#9@0: type=0x23 request=03
 1487082225.629418008 uhci_portreset#3@0: called!
 1487082225.1101280724 uhci_poll_hub#50@0: called!
 1487082225.1101329257 usb_transfer_complete#20@0: called!
 1487082225.1101338277 usb_transfer_complete#20@0: pipe = 0x3e2d448 xfer = 0x3e08ee0 status = 0 actlen = 1
 1487082225.1101353739 usb_transfer_complete#20@0: xfer 0x3e08ee0: repeat 1 new head = 0x3e08ee0
 1487082225.1101370060 usb_transfer_complete#20@0: xfer 0x3e08ee0 doing done 0x2a69fc
 1487082225.1101394541 usb_transfer_complete#20@0: xfer 0x3e08ee0 doing callback 0x1c592c status 0
 1487082225.1101428042 usbd_start_next#20@0: called!
 1487082225.1101443933 usbd_start_next#20@0: pipe = 0x3e2d448, xfer = 0x3e08ee0
 1487082225.1101471850 uhci_root_intr_start#4@0: called!
 1487082225.1101487742 uhci_root_intr_start#4@0: xfer=0x3e08ee0 len=1 flags=132
 1487082225.1745680867 uhci_portreset#3@0: uhci port 1 reset, status0 = 0x038a
 1487082225.1746138710 uhci_portreset#3@0: uhci port 1 reset, status1 = 0x01ab
 1487082225.2003437316 uhci_portreset#3@0: uhci port 1 iteration 9, status = 0x01af
 1487082225.-2119782398 uhci_poll_hub#51@0: called!
 1487082225.-2033898084 uhci_portreset#3@0: uhci port 1 iteration 8, status = 0x01a5
 1487082225.-2033879616 uhci_portreset#3@0: uhci port 1 reset, status2 = 0x01a5
 1487082225.-2033846115 roothub_ctrl_start#9@0: xfer 0x3e08e00 buflen -1 actlen 0
 1487082225.-2033832371 roothub_ctrl_start#9@0: xfer 0x3e08e00 err 0
 1487082225.-2033816051 usb_transfer_complete#21@0: called!
 1487082225.-2033804884 usb_transfer_complete#21@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 0
 1487082225.-2033788133 usb_transfer_complete#21@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487082225.-2033768806 usb_transfer_complete#21@0: xfer 0x3e08e00 doing done 0x2a4da4
 1487082225.-2033756351 usb_transfer_complete#21@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487082225.-2033741748 usb_transfer_complete#21@0: <- done xfer 0x3e08e00, wakeup
 1487082225.-2033720273 usbd_start_next#21@0: called!
 1487082225.-2033705670 usbd_start_next#21@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487082225.-2033687631 usbd_transfer#17@0: <- done transfer 0x3e08e00, err = 0
 1487082225.-2033668733 usbd_transfer#17@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487082225.-2033630508 usbd_free_xfer#17@0: called!
 1487082225.-2033619341 usbd_free_xfer#17@0: 0x3e08e00
 1487082225.-2033541173 usbd_reset_port#3@0: port 1 reset done, error=0
 1487082225.-1776201335 usbd_get_port_status#4@0: called!
 1487082225.-1776182867 usbd_get_port_status#4@0: dev 0x3e27298 port 1
 1487082225.-1776160533 usbd_do_request_flags#18@0: called!
 1487082225.-1776144212 usbd_alloc_xfer#18@0: called!
 1487082225.-1776085801 usbd_alloc_xfer#18@0: returns 0x3e08e00
 1487082225.-1776057883 usb_allocmem_flags#13@0: called!
 1487082225.-1776026101 usb_allocmem_flags#13@0: use frag=0xd5df40 size=4
 1487082225.-1775983580 usbd_transfer#18@0: called!
 1487082225.-1775973272 usbd_transfer#18@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487082225.-1775956952 usbd_dump_queue#18@0: called!
 1487082225.-1775946644 usbd_dump_queue#18@0: pipe = 0x3e2d6c8
 1487082225.-1775920444 usb_insert_transfer#18@0: called!
 1487082225.-1775909707 usb_insert_transfer#18@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487082225.-1775892527 usb_insert_transfer#18@0: <- done xfer 0x3e08e00, err 0
 1487082225.-1775871482 roothub_ctrl_start#10@0: called!
 1487082225.-1775862033 roothub_ctrl_start#10@0: type=0xa3 request= 0
 1487082225.-1775834974 uhci_roothub_ctrl#10@0: called!
 1487082225.-1775822949 uhci_roothub_ctrl#10@0: type=0xa3 request=00
 1487082225.-1775779999 uhci_roothub_ctrl#10@0: returning 4
 1487082225.-1775764108 roothub_ctrl_start#10@0: xfer 0x3e08e00 buflen -1 actlen 4
 1487082225.-1775752082 roothub_ctrl_start#10@0: xfer 0x3e08e00 err 0
 1487082225.-1775736620 usb_transfer_complete#22@0: called!
 1487082225.-1775725882 usb_transfer_complete#22@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 4
 1487082225.-1775711709 usb_transfer_complete#22@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487082225.-1775696247 usb_transfer_complete#22@0: xfer 0x3e08e00 doing done 0x2a4da4
 1487082225.-1775676061 usb_transfer_complete#22@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487082225.-1775664464 usb_transfer_complete#22@0: <- done xfer 0x3e08e00, wakeup
 1487082225.-1775644707 usbd_start_next#22@0: called!
 1487082225.-1775629246 usbd_start_next#22@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487082225.-1775611207 usbd_transfer#18@0: <- done transfer 0x3e08e00, err = 0
 1487082225.-1775600899 usbd_transfer#18@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487082225.-1775585007 usbd_free_xfer#18@0: called!
 1487082225.-1775574699 usbd_free_xfer#18@0: 0x3e08e00
 1487082225.-1775549789 usb_freemem#12@0: called!
 1487082225.-1775532609 usb_freemem#12@0: frag=0xd5df40
 1487082225.-1775447998 usbd_clear_port_feature#4@0: called!
 1487082225.-1775429530 usbd_clear_port_feature#4@0: dev 0x3e27298 port 1 sel 20
 1487082225.-1775411061 usbd_do_request_flags#19@0: called!
 1487082225.-1775399465 usbd_alloc_xfer#19@0: called!
 1487082225.-1775374983 usbd_alloc_xfer#19@0: returns 0x3e08e00
 1487082225.-1775356515 usbd_transfer#19@0: called!
 1487082225.-1775348355 usbd_transfer#19@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487082225.-1775335899 usbd_dump_queue#19@0: called!
 1487082225.-1775326450 usbd_dump_queue#19@0: pipe = 0x3e2d6c8
 1487082225.-1775312706 usb_insert_transfer#19@0: called!
 1487082225.-1775305405 usb_insert_transfer#19@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487082225.-1775294238 usb_insert_transfer#19@0: <- done xfer 0x3e08e00, err 0
 1487082225.-1775281353 roothub_ctrl_start#11@0: called!
 1487082225.-1775268898 roothub_ctrl_start#11@0: type=0x23 request=0x1
 1487082225.-1775256013 uhci_roothub_ctrl#11@0: called!
 1487082225.-1775248282 uhci_roothub_ctrl#11@0: type=0x23 request=01
 1487082225.-1775230243 uhci_roothub_ctrl#11@0: UR_CLEAR_PORT_FEATURE port=1 feature=20
 1487082225.-1775205762 uhci_roothub_ctrl#11@0: returning 0
 1487082225.-1775194165 roothub_ctrl_start#11@0: xfer 0x3e08e00 buflen -1 actlen 0
 1487082225.-1775186005 roothub_ctrl_start#11@0: xfer 0x3e08e00 err 0
 1487082225.-1775171832 usb_transfer_complete#23@0: called!
 1487082225.-1775159806 usb_transfer_complete#23@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 0
 1487082225.-1775146491 usb_transfer_complete#23@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487082225.-1775136183 usb_transfer_complete#23@0: xfer 0x3e08e00 doing done 0x2a4da4
 1487082225.-1775125875 usb_transfer_complete#23@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487082225.-1775115567 usb_transfer_complete#23@0: <- done xfer 0x3e08e00, wakeup
 1487082225.-1775099676 usbd_start_next#23@0: called!
 1487082225.-1775086791 usbd_start_next#23@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487082225.-1775072618 usbd_transfer#19@0: <- done transfer 0x3e08e00, err = 0
 1487082225.-1775064028 usbd_transfer#19@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487082225.-1775050284 usbd_free_xfer#19@0: called!
 1487082225.-1775039117 usbd_free_xfer#19@0: 0x3e08e00
 1487082225.-1046196052 uhci_poll_hub#52@0: called!
 1487082225.-659470754 usbd_get_initial_ddesc#9@0: called!
 1487082225.-659458728 usbd_get_initial_ddesc#9@0: dev 0x3dad488
 1487082225.-659441119 usbd_do_request_flags#20@0: called!
 1487082225.-659424368 usbd_alloc_xfer#20@0: called!
 1487082225.-659370681 usbd_alloc_xfer#20@0: returns 0x3e08e00
 1487082225.-659350495 usb_allocmem_flags#14@0: called!
 1487082225.-659323007 usb_allocmem_flags#14@0: use frag=0xd5df40 size=64
 1487082225.-659298096 uhci_device_ctrl_init#9@0: called!
 1487082225.-659286929 uhci_device_ctrl_init#9@0: xfer=0x3e08e00 len=64, addr=0, endpt=0
 1487082225.-659265455 uhci_alloc_std_chain#9@0: called!
 1487082225.-659254288 uhci_alloc_std_chain#9@0: xfer=0x3e08e00 pipe=0x3dcaac8
 1487082225.-659243550 uhci_alloc_std_chain#9@0: maxp=8 ntd=8
 1487082225.-659170536 uhci_alloc_std#67@0: called!
 1487082225.-659153785 uhci_alloc_std#68@0: called!
 1487082225.-659140042 uhci_alloc_std#69@0: called!
 1487082225.-659129734 uhci_alloc_std#70@0: called!
 1487082225.-659114701 uhci_alloc_std#71@0: called!
 1487082225.-659103534 uhci_alloc_std#72@0: called!
 1487082225.-659089790 uhci_alloc_std#73@0: called!
 1487082225.-659078624 uhci_alloc_std#74@0: called!
 1487082225.-659032667 usbd_transfer#20@0: called!
 1487082225.-659021500 usbd_transfer#20@0: xfer = 0x3e08e00, flags = 0x6, pipe = 0x3dcaac8, running = 0
 1487082225.-659004750 usbd_dump_queue#20@0: called!
 1487082225.-658995731 usbd_dump_queue#20@0: pipe = 0x3dcaac8
 1487082225.-658969961 usb_insert_transfer#20@0: called!
 1487082225.-658958794 usb_insert_transfer#20@0: xfer = 0x3e08e00 pipe = 0x3dcaac8 running = 0 timeout = 5000
 1487082225.-658941185 usb_insert_transfer#20@0: <- done xfer 0x3e08e00, err 0
 1487082225.-658915844 uhci_device_ctrl_start#9@0: called!
 1487082225.-658901671 uhci_device_ctrl_start#9@0: type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000
 1487082225.-658885350 uhci_device_ctrl_start#9@0: len=64, addr=0, endpt=0
 1487082225.-658856144 uhci_reset_std_chain#9@0: called!
 1487082225.-658845407 uhci_reset_std_chain#9@0: xfer=0x3e08e00 len 64 isread 128 toggle 1
 1487082225.-658760366 uhci_device_ctrl_start#9@0: --- dump start ---
 1487082225.-658746623 uhci_device_ctrl_start#9@0: before transfer
 1487082225.-658726436 uhci_dump_td#249@0: called!
 1487082225.-658713981 uhci_dump_td#249@0: TD(0xd247a0) at 0x00d247a0
 1487082225.-658700237 uhci_dump_td#249@0:    link=0x00d245f0 status=0x1c8003ff token=0x00e0002d buffer=0x00d5df80
 1487082225.-658683487 uhci_dump_td#249@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-658665448 uhci_dump_td#249@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082225.-658650845 uhci_dump_td#249@0: ios     =0 ls      =1 spd     =0
 1487082225.-658638389 uhci_dump_td#249@0: errcnt  =3 actlen  =1024 pid=2d
 1487082225.-658621209 uhci_dump_td#249@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082225.-658607036 uhci_dump_td#250@0: called!
 1487082225.-658600594 uhci_dump_td#250@0: TD(0xd245f0) at 0x00d245f0
 1487082225.-658591574 uhci_dump_td#250@0:    link=0x00d24624 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df40
 1487082225.-658582555 uhci_dump_td#250@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-658574394 uhci_dump_td#250@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082225.-658567522 uhci_dump_td#250@0: ios     =0 ls      =1 spd     =1
 1487082225.-658558503 uhci_dump_td#250@0: errcnt  =3 actlen  =1024 pid=69
 1487082225.-658550343 uhci_dump_td#250@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082225.-658540035 uhci_dump_td#251@0: called!
 1487082225.-658533592 uhci_dump_td#251@0: TD(0xd24620) at 0x00d24620
 1487082225.-658523284 uhci_dump_td#251@0:    link=0x00d24654 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df48
 1487082225.-658514694 uhci_dump_td#251@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-658506104 uhci_dump_td#251@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082225.-658499662 uhci_dump_td#251@0: ios     =0 ls      =1 spd     =1
 1487082225.-658491931 uhci_dump_td#251@0: errcnt  =3 actlen  =1024 pid=69
 1487082225.-658484200 uhci_dump_td#251@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082225.-658473892 uhci_dump_td#252@0: called!
 1487082225.-658466161 uhci_dump_td#252@0: TD(0xd24650) at 0x00d24650
 1487082225.-658457142 uhci_dump_td#252@0:    link=0x00d24684 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df50
 1487082225.-658448981 uhci_dump_td#252@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-658439962 uhci_dump_td#252@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082225.-658433519 uhci_dump_td#252@0: ios     =0 ls      =1 spd     =1
 1487082225.-658424071 uhci_dump_td#252@0: errcnt  =3 actlen  =1024 pid=69
 1487082225.-658415910 uhci_dump_td#252@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082225.-658405602 uhci_dump_td#253@0: called!
 1487082225.-658398301 uhci_dump_td#253@0: TD(0xd24680) at 0x00d24680
 1487082225.-658388852 uhci_dump_td#253@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df58
 1487082225.-658379403 uhci_dump_td#253@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-658370813 uhci_dump_td#253@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082225.-658363941 uhci_dump_td#253@0: ios     =0 ls      =1 spd     =1
 1487082225.-658355781 uhci_dump_td#253@0: errcnt  =3 actlen  =1024 pid=69
 1487082225.-658347620 uhci_dump_td#253@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082225.-658337312 uhci_dump_td#254@0: called!
 1487082225.-658330440 uhci_dump_td#254@0: TD(0xd246b0) at 0x00d246b0
 1487082225.-658320132 uhci_dump_td#254@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df60
 1487082225.-658311113 uhci_dump_td#254@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-658302523 uhci_dump_td#254@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082225.-658296510 uhci_dump_td#254@0: ios     =0 ls      =1 spd     =1
 1487082225.-658288779 uhci_dump_td#254@0: errcnt  =3 actlen  =1024 pid=69
 1487082225.-658281048 uhci_dump_td#254@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082225.-658270740 uhci_dump_td#255@0: called!
 1487082225.-658263439 uhci_dump_td#255@0: TD(0xd246e0) at 0x00d246e0
 1487082225.-658253131 uhci_dump_td#255@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df68
 1487082225.-658244970 uhci_dump_td#255@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-658235951 uhci_dump_td#255@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082225.-658229079 uhci_dump_td#255@0: ios     =0 ls      =1 spd     =1
 1487082225.-658220919 uhci_dump_td#255@0: errcnt  =3 actlen  =1024 pid=69
 1487082225.-658212758 uhci_dump_td#255@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082225.-658202450 uhci_dump_td#256@0: called!
 1487082225.-658196437 uhci_dump_td#256@0: TD(0xd24710) at 0x00d24710
 1487082225.-658186129 uhci_dump_td#256@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df70
 1487082225.-658177110 uhci_dump_td#256@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-658167661 uhci_dump_td#256@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082225.-658161219 uhci_dump_td#256@0: ios     =0 ls      =1 spd     =1
 1487082225.-658151770 uhci_dump_td#256@0: errcnt  =3 actlen  =1024 pid=69
 1487082225.-658143609 uhci_dump_td#256@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082225.-658133301 uhci_dump_td#257@0: called!
 1487082225.-658126859 uhci_dump_td#257@0: TD(0xd24740) at 0x00d24740
 1487082225.-658116551 uhci_dump_td#257@0:    link=0x00d24770 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df78
 1487082225.-658107531 uhci_dump_td#257@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-658098941 uhci_dump_td#257@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082225.-658092499 uhci_dump_td#257@0: ios     =0 ls      =1 spd     =1
 1487082225.-658083909 uhci_dump_td#257@0: errcnt  =3 actlen  =1024 pid=69
 1487082225.-658075749 uhci_dump_td#257@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082225.-658065441 uhci_dump_td#258@0: called!
 1487082225.-658058569 uhci_dump_td#258@0: TD(0xd24770) at 0x00d24770
 1487082225.-658048261 uhci_dump_td#258@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487082225.-658039671 uhci_dump_td#258@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-658031081 uhci_dump_td#258@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487082225.-658025068 uhci_dump_td#258@0: ios     =0 ls      =1 spd     =0
 1487082225.-658015619 uhci_dump_td#258@0: errcnt  =3 actlen  =1024 pid=e1
 1487082225.-658007459 uhci_dump_td#258@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487082225.-657995862 uhci_device_ctrl_start#9@0: --- dump end ---
 1487082225.-657967945 uhci_add_ls_ctrl#9@0: called!
 1487082225.-657957208 uhci_add_ls_ctrl#9@0: sqh 0xd22710
 1487082225.-657929720 uhci_device_ctrl_start#9@0: --- dump start ---
 1487082225.-657911681 uhci_device_ctrl_start#9@0: follow from [0]
 1487082225.-657902232 uhci_dump_td#259@0: called!
 1487082225.-657891065 uhci_dump_td#259@0: TD(0xd1e7a0) at 0x00d1e7a0
 1487082225.-657882905 uhci_dump_td#259@0:    link=0x00d20712 status=0x02000000 token=0x00000000 buffer=0x00000000
 1487082225.-657874744 uhci_dump_td#259@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-657867872 uhci_dump_td#259@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082225.-657858853 uhci_dump_td#259@0: ios     =1 ls      =0 spd     =0
 1487082225.-657850692 uhci_dump_td#259@0: errcnt  =0 actlen  =1 pid=00
 1487082225.-657842102 uhci_dump_td#259@0: addr=0  endpt=0  D=0  maxlen=1,
 1487082225.-657823205 uhci_dump_qh#65@0: called!
 1487082225.-657809031 uhci_dump_qh#65@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487082225.-657794858 uhci_dump_qh#66@0: called!
 1487082225.-657785838 uhci_dump_qh#66@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487082225.-657776389 uhci_dump_qh#67@0: called!
 1487082225.-657766941 uhci_dump_qh#67@0: QH(0xd20740) at 0x00d20740: hlink=00d22712 elink=00000001
 1487082225.-657757492 uhci_dump_qh#68@0: called!
 1487082225.-657749331 uhci_dump_qh#68@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d247a0
 1487082225.-657741600 uhci_dump_qh#69@0: called!
 1487082225.-657731722 uhci_dump_qh#69@0: QH(0xd20770) at 0x00d20770: hlink=00d207a2 elink=00000001
 1487082225.-657721843 uhci_dump_qh#70@0: called!
 1487082225.-657710676 uhci_dump_qh#70@0: QH(0xd207a0) at 0x00d207a0: hlink=00d207d2 elink=00000001
 1487082225.-657702086 uhci_dump_qh#71@0: called!
 1487082225.-657691779 uhci_dump_qh#71@0: QH(0xd207d0) at 0x00d207d0: hlink=00000001 elink=00d1e7d0
 1487082225.-657680612 uhci_device_ctrl_start#9@0: Enqueued QH:
 1487082225.-657670304 uhci_dump_qh#72@0: called!
 1487082225.-657663861 uhci_dump_qh#72@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d247a0
 1487082225.-657654412 uhci_dump_td#260@0: called!
 1487082225.-657645393 uhci_dump_td#260@0: TD(0xd247a0) at 0x00d247a0
 1487082225.-657636803 uhci_dump_td#260@0:    link=0x00d245f0 status=0x1c8003ff token=0x00e0002d buffer=0x00d5df80
 1487082225.-657630361 uhci_dump_td#260@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-657620912 uhci_dump_td#260@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082225.-657612751 uhci_dump_td#260@0: ios     =0 ls      =1 spd     =0
 1487082225.-657604591 uhci_dump_td#260@0: errcnt  =3 actlen  =1024 pid=2d
 1487082225.-657598148 uhci_dump_td#260@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082225.-657587411 uhci_dump_td#261@0: called!
 1487082225.-657579680 uhci_dump_td#261@0: TD(0xd245f0) at 0x00d245f0
 1487082225.-657571090 uhci_dump_td#261@0:    link=0x00d24624 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df40
 1487082225.-657565077 uhci_dump_td#261@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-657554769 uhci_dump_td#261@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082225.-657546609 uhci_dump_td#261@0: ios     =0 ls      =1 spd     =1
 1487082225.-657538878 uhci_dump_td#261@0: errcnt  =3 actlen  =1024 pid=69
 1487082225.-657532435 uhci_dump_td#261@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082225.-657521698 uhci_dump_td#262@0: called!
 1487082225.-657513537 uhci_dump_td#262@0: TD(0xd24620) at 0x00d24620
 1487082225.-657505377 uhci_dump_td#262@0:    link=0x00d24654 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df48
 1487082225.-657498505 uhci_dump_td#262@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-657488197 uhci_dump_td#262@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082225.-657480466 uhci_dump_td#262@0: ios     =0 ls      =1 spd     =1
 1487082225.-657472306 uhci_dump_td#262@0: errcnt  =3 actlen  =1024 pid=69
 1487082225.-657465434 uhci_dump_td#262@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082225.-657454696 uhci_dump_td#263@0: called!
 1487082225.-657446106 uhci_dump_td#263@0: TD(0xd24650) at 0x00d24650
 1487082225.-657437517 uhci_dump_td#263@0:    link=0x00d24684 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df50
 1487082225.-657430645 uhci_dump_td#263@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-657420337 uhci_dump_td#263@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082225.-657412176 uhci_dump_td#263@0: ios     =0 ls      =1 spd     =1
 1487082225.-657404016 uhci_dump_td#263@0: errcnt  =3 actlen  =1024 pid=69
 1487082225.-657397573 uhci_dump_td#263@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082225.-657387265 uhci_dump_td#264@0: called!
 1487082225.-657377816 uhci_dump_td#264@0: TD(0xd24680) at 0x00d24680
 1487082225.-657369656 uhci_dump_td#264@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df58
 1487082225.-657363214 uhci_dump_td#264@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-657353765 uhci_dump_td#264@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082225.-657345604 uhci_dump_td#264@0: ios     =0 ls      =1 spd     =1
 1487082225.-657337444 uhci_dump_td#264@0: errcnt  =3 actlen  =1024 pid=69
 1487082225.-657331431 uhci_dump_td#264@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082225.-657320693 uhci_dump_td#265@0: called!
 1487082225.-657311674 uhci_dump_td#265@0: TD(0xd246b0) at 0x00d246b0
 1487082225.-657303943 uhci_dump_td#265@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df60
 1487082225.-657296642 uhci_dump_td#265@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-657286334 uhci_dump_td#265@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082225.-657278173 uhci_dump_td#265@0: ios     =0 ls      =1 spd     =1
 1487082225.-657270013 uhci_dump_td#265@0: errcnt  =3 actlen  =1024 pid=69
 1487082225.-657263570 uhci_dump_td#265@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082225.-657252833 uhci_dump_td#266@0: called!
 1487082225.-657243384 uhci_dump_td#266@0: TD(0xd246e0) at 0x00d246e0
 1487082225.-657236083 uhci_dump_td#266@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df68
 1487082225.-657230070 uhci_dump_td#266@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-657219762 uhci_dump_td#266@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082225.-657211601 uhci_dump_td#266@0: ios     =0 ls      =1 spd     =1
 1487082225.-657203441 uhci_dump_td#266@0: errcnt  =3 actlen  =1024 pid=69
 1487082225.-657196998 uhci_dump_td#266@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082225.-657186261 uhci_dump_td#267@0: called!
 1487082225.-657178100 uhci_dump_td#267@0: TD(0xd24710) at 0x00d24710
 1487082225.-657170370 uhci_dump_td#267@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df70
 1487082225.-657164357 uhci_dump_td#267@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-657154908 uhci_dump_td#267@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082225.-657146747 uhci_dump_td#267@0: ios     =0 ls      =1 spd     =1
 1487082225.-657138587 uhci_dump_td#267@0: errcnt  =3 actlen  =1024 pid=69
 1487082225.-657132144 uhci_dump_td#267@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082225.-657121407 uhci_dump_td#268@0: called!
 1487082225.-657113676 uhci_dump_td#268@0: TD(0xd24740) at 0x00d24740
 1487082225.-657105086 uhci_dump_td#268@0:    link=0x00d24770 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df78
 1487082225.-657098644 uhci_dump_td#268@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-657088336 uhci_dump_td#268@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082225.-657080175 uhci_dump_td#268@0: ios     =0 ls      =1 spd     =1
 1487082225.-657072444 uhci_dump_td#268@0: errcnt  =3 actlen  =1024 pid=69
 1487082225.-657066431 uhci_dump_td#268@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082225.-657055694 uhci_dump_td#269@0: called!
 1487082225.-657047533 uhci_dump_td#269@0: TD(0xd24770) at 0x00d24770
 1487082225.-657039373 uhci_dump_td#269@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487082225.-657032072 uhci_dump_td#269@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-657023052 uhci_dump_td#269@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487082225.-657014033 uhci_dump_td#269@0: ios     =0 ls      =1 spd     =0
 1487082225.-657005872 uhci_dump_td#269@0: errcnt  =3 actlen  =1024 pid=e1
 1487082225.-656999430 uhci_dump_td#269@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487082225.-656987833 uhci_device_ctrl_start#9@0: --- dump end ---
 1487082225.-656928992 usbd_transfer#20@0: <- done transfer 0x3e08e00, err = 1
 1487082225.-656910524 usbd_transfer#20@0: <- sleeping on xfer 0x3e08e00
 1487082225.-646739182 uhci_intr#17@0: called!
 1487082225.-646708688 uhci_intr1#17@0: called!
 1487082225.-646697951 uhci_intr1#17@0: sc 0x3e32008
 1487082225.-646680771 uhci_dumpregs#17@0: called!
 1487082225.-646672181 uhci_dumpregs#17@0: cmd =0081  sts    =0001  intr   =000f  frnum =04a5
 1487082225.-646651136 uhci_dumpregs#17@0: sof =0040  portsc1=0185  portsc2=0180  flbase=00d1c000
 1487082225.-646608186 usb_schedsoftintr#17@0: called!
 1487082225.-646594013 usb_schedsoftintr#17@0: polling=0
 1487082225.-646559653 uhci_intr1#17@0: sc 0x3e32008 done
 1487082225.-646439823 uhci_softintr#17@0: called!
 1487082225.-646428656 uhci_softintr#17@0: sc 0x3e32008
 1487082225.-646403316 uhci_check_intr#9@0: called!
 1487082225.-646394297 uhci_check_intr#9@0: ux 0x3e08e00
 1487082225.-646366809 uhci_check_intr#9@0: active ux=0x3e08e00
 1487082225.-646343616 uhci_check_intr#9@0: ux=0x3e08e00 done
 1487082225.-646304102 uhci_idone#9@0: called!
 1487082225.-646294653 uhci_idone#9@0: ux=0x3e08e00
 1487082225.-646280909 uhci_idone#9@0: ux=0x3e08e00, xfer=0x3e08e00, pipe=0x3dcaac8 ready
 1487082225.-646269743 uhci_idone#9@0: --- dump start ---
 1487082225.-646250845 uhci_dump_td#270@0: called!
 1487082225.-646240537 uhci_dump_td#270@0: TD(0xd247a0) at 0x00d247a0
 1487082225.-646230229 uhci_dump_td#270@0:    link=0x00d245f0 status=0x1c000007 token=0x00e0002d buffer=0x00d5df80
 1487082225.-646217773 uhci_dump_td#270@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-646200594 uhci_dump_td#270@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082225.-646189856 uhci_dump_td#270@0: ios     =0 ls      =1 spd     =0
 1487082225.-646179548 uhci_dump_td#270@0: errcnt  =3 actlen  =8 pid=2d
 1487082225.-646167093 uhci_dump_td#270@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082225.-646153778 uhci_dump_td#271@0: called!
 1487082225.-646147765 uhci_dump_td#271@0: TD(0xd245f0) at 0x00d245f0
 1487082225.-646139176 uhci_dump_td#271@0:    link=0x00d24624 status=0x1c000007 token=0x00e80069 buffer=0x00d5df40
 1487082225.-646131015 uhci_dump_td#271@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-646122855 uhci_dump_td#271@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082225.-646115553 uhci_dump_td#271@0: ios     =0 ls      =1 spd     =0
 1487082225.-646105245 uhci_dump_td#271@0: errcnt  =3 actlen  =8 pid=69
 1487082225.-646096226 uhci_dump_td#271@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082225.-646085488 uhci_dump_td#272@0: called!
 1487082225.-646079475 uhci_dump_td#272@0: TD(0xd24620) at 0x00d24620
 1487082225.-646070886 uhci_dump_td#272@0:    link=0x00d24654 status=0x1c000007 token=0x00e00069 buffer=0x00d5df48
 1487082225.-646062725 uhci_dump_td#272@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-646054565 uhci_dump_td#272@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082225.-646047263 uhci_dump_td#272@0: ios     =0 ls      =1 spd     =0
 1487082225.-646037814 uhci_dump_td#272@0: errcnt  =3 actlen  =8 pid=69
 1487082225.-646028795 uhci_dump_td#272@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082225.-646017628 uhci_dump_td#273@0: called!
 1487082225.-646011186 uhci_dump_td#273@0: TD(0xd24650) at 0x00d24650
 1487082225.-646001737 uhci_dump_td#273@0:    link=0x00d24684 status=0x1c4007ff token=0x00e80069 buffer=0x00d5df50
 1487082225.-645993576 uhci_dump_td#273@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-645985416 uhci_dump_td#273@0: dbuffer =0 stalled =1 active  =0 ioc     =0
 1487082225.-645978973 uhci_dump_td#273@0: ios     =0 ls      =1 spd     =0
 1487082225.-645968665 uhci_dump_td#273@0: errcnt  =3 actlen  =0 pid=69
 1487082225.-645960505 uhci_dump_td#273@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082225.-645949767 uhci_dump_td#274@0: called!
 1487082225.-645943325 uhci_dump_td#274@0: TD(0xd24680) at 0x00d24680
 1487082225.-645933876 uhci_dump_td#274@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df58
 1487082225.-645925716 uhci_dump_td#274@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-645917555 uhci_dump_td#274@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082225.-645911113 uhci_dump_td#274@0: ios     =0 ls      =1 spd     =1
 1487082225.-645900805 uhci_dump_td#274@0: errcnt  =3 actlen  =1024 pid=69
 1487082225.-645892644 uhci_dump_td#274@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082225.-645881907 uhci_dump_td#275@0: called!
 1487082225.-645875465 uhci_dump_td#275@0: TD(0xd246b0) at 0x00d246b0
 1487082225.-645867304 uhci_dump_td#275@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df60
 1487082225.-645859144 uhci_dump_td#275@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-645850983 uhci_dump_td#275@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082225.-645844111 uhci_dump_td#275@0: ios     =0 ls      =1 spd     =1
 1487082225.-645833803 uhci_dump_td#275@0: errcnt  =3 actlen  =1024 pid=69
 1487082225.-645824784 uhci_dump_td#275@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082225.-645814047 uhci_dump_td#276@0: called!
 1487082225.-645807604 uhci_dump_td#276@0: TD(0xd246e0) at 0x00d246e0
 1487082225.-645798155 uhci_dump_td#276@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df68
 1487082225.-645789995 uhci_dump_td#276@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-645781834 uhci_dump_td#276@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082225.-645775392 uhci_dump_td#276@0: ios     =0 ls      =1 spd     =1
 1487082225.-645765084 uhci_dump_td#276@0: errcnt  =3 actlen  =1024 pid=69
 1487082225.-645756923 uhci_dump_td#276@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082225.-645746186 uhci_dump_td#277@0: called!
 1487082225.-645739744 uhci_dump_td#277@0: TD(0xd24710) at 0x00d24710
 1487082225.-645730295 uhci_dump_td#277@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df70
 1487082225.-645722134 uhci_dump_td#277@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-645713974 uhci_dump_td#277@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082225.-645707961 uhci_dump_td#277@0: ios     =0 ls      =1 spd     =1
 1487082225.-645698941 uhci_dump_td#277@0: errcnt  =3 actlen  =1024 pid=69
 1487082225.-645689922 uhci_dump_td#277@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082225.-645679614 uhci_dump_td#278@0: called!
 1487082225.-645673172 uhci_dump_td#278@0: TD(0xd24740) at 0x00d24740
 1487082225.-645663723 uhci_dump_td#278@0:    link=0x00d24770 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df78
 1487082225.-645655562 uhci_dump_td#278@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-645647402 uhci_dump_td#278@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082225.-645640100 uhci_dump_td#278@0: ios     =0 ls      =1 spd     =1
 1487082225.-645629792 uhci_dump_td#278@0: errcnt  =3 actlen  =1024 pid=69
 1487082225.-645621202 uhci_dump_td#278@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082225.-645610465 uhci_dump_td#279@0: called!
 1487082225.-645604023 uhci_dump_td#279@0: TD(0xd24770) at 0x00d24770
 1487082225.-645594574 uhci_dump_td#279@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487082225.-645586843 uhci_dump_td#279@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-645578682 uhci_dump_td#279@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487082225.-645571810 uhci_dump_td#279@0: ios     =0 ls      =1 spd     =0
 1487082225.-645561502 uhci_dump_td#279@0: errcnt  =3 actlen  =1024 pid=e1
 1487082225.-645553342 uhci_dump_td#279@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487082225.-645540887 uhci_idone#9@0: --- dump end ---
 1487082225.-645522848 uhci_idone#9@0: actlen=16, status=0x400000
 1487082225.-645509533 uhci_idone#9@0: error, addr=0, endpt=0x00
 1487082225.-645494930 uhci_idone#9@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082225.-645481187 uhci_idone#9@0: dbuffer =0 stalled =1 active  =0
 1487082225.-645466154 uhci_idone#9@0: ux=0x3e08e00 done
 1487082225.-645451122 uhci_softintr#17@0: ux 0x3e08e00
 1487082225.-645433512 usb_transfer_complete#24@0: called!
 1487082225.-645421916 usb_transfer_complete#24@0: pipe = 0x3dcaac8 xfer = 0x3e08e00 status = 17 actlen = 16
 1487082225.-645407743 usb_transfer_complete#24@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487082225.-645394428 usb_transfer_complete#24@0: xfer 0x3e08e00 doing done 0x2a9d18
 1487082225.-645363934 uhci_device_ctrl_done#9@0: called!
 1487082225.-645331722 uhci_remove_ls_ctrl#9@0: called!
 1487082225.-645316689 uhci_remove_ls_ctrl#9@0: sqh 0xd22710
 1487082225.-645260855 uhci_find_prev_qh#9@0: called!
 1487082225.-645243675 uhci_find_prev_qh#9@0: pqh=0xd20740 sqh=0xd22710
 1487082225.-645184834 uhci_device_ctrl_done#9@0: length=16
 1487082225.-645160352 usb_transfer_complete#24@0: xfer 0x3e08e00 doing callback 0x0 status 17
 1487082225.-645144891 usb_transfer_complete#24@0: <- done xfer 0x3e08e00, wakeup
 1487082225.-645012606 usbd_start_next#24@0: called!
 1487082225.-644996285 usbd_start_next#24@0: pipe = 0x3dcaac8, xfer = 0x0
 1487082225.-644736010 uhci_free_stds#9@0: called!
 1487082225.-644721407 uhci_free_stds#9@0: ux=0x3e08e00
 1487082225.-644621764 usbd_free_xfer#20@0: called!
 1487082225.-644609738 usbd_free_xfer#20@0: 0x3e08e00
 1487082225.-644585256 usb_freemem#13@0: called!
 1487082225.-644562493 usb_freemem#13@0: frag=0xd5df40
 1487082225.-644520402 usbd_do_request_flags#20@0: returning err = 17
 1487082225.-642464831 uhci_intr#18@0: called!
 1487082225.-642441638 uhci_intr1#18@0: called!
 1487082225.-642430042 uhci_intr1#18@0: sc 0x3e32008
 1487082225.-642412862 uhci_dumpregs#18@0: called!
 1487082225.-642401695 uhci_dumpregs#18@0: cmd =0081  sts    =0002  intr   =000f  frnum =04a6
 1487082225.-642383227 uhci_dumpregs#18@0: sof =0040  portsc1=01a5  portsc2=0180  flbase=00d1c000
 1487082225.-642345001 usb_schedsoftintr#18@0: called!
 1487082225.-642331687 usb_schedsoftintr#18@0: polling=0
 1487082225.-642300334 uhci_intr1#18@0: sc 0x3e32008 done
 1487082225.-642220877 uhci_softintr#18@0: called!
 1487082225.-642210139 uhci_softintr#18@0: sc 0x3e32008
 1487082226.27868324 uhci_poll_hub#53@0: called!
 1487082226.242491276 usbd_get_initial_ddesc#10@0: called!
 1487082226.242506738 usbd_get_initial_ddesc#10@0: dev 0x3dad488
 1487082226.242531219 usbd_do_request_flags#21@0: called!
 1487082226.242549258 usbd_alloc_xfer#21@0: called!
 1487082226.242623131 usbd_alloc_xfer#21@0: returns 0x3e08e00
 1487082226.242649760 usb_allocmem_flags#15@0: called!
 1487082226.242680684 usb_allocmem_flags#15@0: use frag=0xd5df40 size=64
 1487082226.242705165 uhci_device_ctrl_init#10@0: called!
 1487082226.242716332 uhci_device_ctrl_init#10@0: xfer=0x3e08e00 len=64, addr=0, endpt=0
 1487082226.242738666 uhci_alloc_std_chain#10@0: called!
 1487082226.242750263 uhci_alloc_std_chain#10@0: xfer=0x3e08e00 pipe=0x3dcaac8
 1487082226.242763147 uhci_alloc_std_chain#10@0: maxp=8 ntd=8
 1487082226.242827572 uhci_alloc_std#75@0: called!
 1487082226.242840027 uhci_alloc_std#76@0: called!
 1487082226.242854630 uhci_alloc_std#77@0: called!
 1487082226.242866656 uhci_alloc_std#78@0: called!
 1487082226.242881259 uhci_alloc_std#79@0: called!
 1487082226.242891137 uhci_alloc_std#80@0: called!
 1487082226.242904022 uhci_alloc_std#81@0: called!
 1487082226.242916907 uhci_alloc_std#82@0: called!
 1487082226.242960286 usbd_transfer#21@0: called!
 1487082226.242969735 usbd_transfer#21@0: xfer = 0x3e08e00, flags = 0x6, pipe = 0x3dcaac8, running = 0
 1487082226.242985627 usbd_dump_queue#21@0: called!
 1487082226.242996794 usbd_dump_queue#21@0: pipe = 0x3dcaac8
 1487082226.243021704 usb_insert_transfer#21@0: called!
 1487082226.243029865 usb_insert_transfer#21@0: xfer = 0x3e08e00 pipe = 0x3dcaac8 running = 0 timeout = 5000
 1487082226.243046615 usb_insert_transfer#21@0: <- done xfer 0x3e08e00, err 0
 1487082226.243072385 uhci_device_ctrl_start#10@0: called!
 1487082226.243086129 uhci_device_ctrl_start#10@0: type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000
 1487082226.243101161 uhci_device_ctrl_start#10@0: len=64, addr=0, endpt=0
 1487082226.243126502 uhci_reset_std_chain#10@0: called!
 1487082226.243137239 uhci_reset_std_chain#10@0: xfer=0x3e08e00 len 64 isread 128 toggle 1
 1487082226.243222709 uhci_device_ctrl_start#10@0: --- dump start ---
 1487082226.243233876 uhci_device_ctrl_start#10@0: before transfer
 1487082226.243252774 uhci_dump_td#280@0: called!
 1487082226.243266947 uhci_dump_td#280@0: TD(0xd247a0) at 0x00d247a0
 1487082226.243280261 uhci_dump_td#280@0:    link=0x00d245f0 status=0x1c8003ff token=0x00e0002d buffer=0x00d5df80
 1487082226.243297012 uhci_dump_td#280@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.243313762 uhci_dump_td#280@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082226.243327077 uhci_dump_td#280@0: ios     =0 ls      =1 spd     =0
 1487082226.243339103 uhci_dump_td#280@0: errcnt  =3 actlen  =1024 pid=2d
 1487082226.243354135 uhci_dump_td#280@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082226.243368308 uhci_dump_td#281@0: called!
 1487082226.243376469 uhci_dump_td#281@0: TD(0xd245f0) at 0x00d245f0
 1487082226.243384629 uhci_dump_td#281@0:    link=0x00d24624 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df40
 1487082226.243390642 uhci_dump_td#281@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.243400091 uhci_dump_td#281@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082226.243409110 uhci_dump_td#281@0: ios     =0 ls      =1 spd     =1
 1487082226.243418130 uhci_dump_td#281@0: errcnt  =3 actlen  =1024 pid=69
 1487082226.243425861 uhci_dump_td#281@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082226.243436598 uhci_dump_td#282@0: called!
 1487082226.243444759 uhci_dump_td#282@0: TD(0xd24620) at 0x00d24620
 1487082226.243452919 uhci_dump_td#282@0:    link=0x00d24654 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df48
 1487082226.243459362 uhci_dump_td#282@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.243467522 uhci_dump_td#282@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082226.243475253 uhci_dump_td#282@0: ios     =0 ls      =1 spd     =1
 1487082226.243483843 uhci_dump_td#282@0: errcnt  =3 actlen  =1024 pid=69
 1487082226.243489426 uhci_dump_td#282@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082226.243499734 uhci_dump_td#283@0: called!
 1487082226.243507895 uhci_dump_td#283@0: TD(0xd24650) at 0x00d24650
 1487082226.243516055 uhci_dump_td#283@0:    link=0x00d24684 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df50
 1487082226.243522498 uhci_dump_td#283@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.243530658 uhci_dump_td#283@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082226.243538819 uhci_dump_td#283@0: ios     =0 ls      =1 spd     =1
 1487082226.243547408 uhci_dump_td#283@0: errcnt  =3 actlen  =1024 pid=69
 1487082226.243552992 uhci_dump_td#283@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082226.243565018 uhci_dump_td#284@0: called!
 1487082226.243573178 uhci_dump_td#284@0: TD(0xd24680) at 0x00d24680
 1487082226.243580480 uhci_dump_td#284@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df58
 1487082226.243586493 uhci_dump_td#284@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.243595512 uhci_dump_td#284@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082226.243603673 uhci_dump_td#284@0: ios     =0 ls      =1 spd     =1
 1487082226.243612692 uhci_dump_td#284@0: errcnt  =3 actlen  =1024 pid=69
 1487082226.243619993 uhci_dump_td#284@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082226.243632019 uhci_dump_td#285@0: called!
 1487082226.243640180 uhci_dump_td#285@0: TD(0xd246b0) at 0x00d246b0
 1487082226.243648340 uhci_dump_td#285@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df60
 1487082226.243654783 uhci_dump_td#285@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.243664232 uhci_dump_td#285@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082226.243673251 uhci_dump_td#285@0: ios     =0 ls      =1 spd     =1
 1487082226.243681841 uhci_dump_td#285@0: errcnt  =3 actlen  =1024 pid=69
 1487082226.243687854 uhci_dump_td#285@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082226.243699880 uhci_dump_td#286@0: called!
 1487082226.243708040 uhci_dump_td#286@0: TD(0xd246e0) at 0x00d246e0
 1487082226.243715342 uhci_dump_td#286@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df68
 1487082226.243721355 uhci_dump_td#286@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.243730804 uhci_dump_td#286@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082226.243739823 uhci_dump_td#286@0: ios     =0 ls      =1 spd     =1
 1487082226.243747554 uhci_dump_td#286@0: errcnt  =3 actlen  =1024 pid=69
 1487082226.243753137 uhci_dump_td#286@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082226.243763875 uhci_dump_td#287@0: called!
 1487082226.243772035 uhci_dump_td#287@0: TD(0xd24710) at 0x00d24710
 1487082226.243779337 uhci_dump_td#287@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df70
 1487082226.243785350 uhci_dump_td#287@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.243793510 uhci_dump_td#287@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082226.243801671 uhci_dump_td#287@0: ios     =0 ls      =1 spd     =1
 1487082226.243810260 uhci_dump_td#287@0: errcnt  =3 actlen  =1024 pid=69
 1487082226.243816703 uhci_dump_td#287@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082226.243828299 uhci_dump_td#288@0: called!
 1487082226.243836460 uhci_dump_td#288@0: TD(0xd24740) at 0x00d24740
 1487082226.243844620 uhci_dump_td#288@0:    link=0x00d24770 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df78
 1487082226.243850633 uhci_dump_td#288@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.243859653 uhci_dump_td#288@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082226.243867813 uhci_dump_td#288@0: ios     =0 ls      =1 spd     =1
 1487082226.243876832 uhci_dump_td#288@0: errcnt  =3 actlen  =1024 pid=69
 1487082226.243883275 uhci_dump_td#288@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082226.243893583 uhci_dump_td#289@0: called!
 1487082226.243902173 uhci_dump_td#289@0: TD(0xd24770) at 0x00d24770
 1487082226.243910333 uhci_dump_td#289@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487082226.243916776 uhci_dump_td#289@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.243926225 uhci_dump_td#289@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487082226.243933955 uhci_dump_td#289@0: ios     =0 ls      =1 spd     =0
 1487082226.243943404 uhci_dump_td#289@0: errcnt  =3 actlen  =1024 pid=e1
 1487082226.243950706 uhci_dump_td#289@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487082226.243963591 uhci_device_ctrl_start#10@0: --- dump end ---
 1487082226.243988931 uhci_add_ls_ctrl#10@0: called!
 1487082226.243999239 uhci_add_ls_ctrl#10@0: sqh 0xd22710
 1487082226.244026727 uhci_device_ctrl_start#10@0: --- dump start ---
 1487082226.244044766 uhci_device_ctrl_start#10@0: follow from [0]
 1487082226.244055503 uhci_dump_td#290@0: called!
 1487082226.244067529 uhci_dump_td#290@0: TD(0xd1e7a0) at 0x00d1e7a0
 1487082226.244073971 uhci_dump_td#290@0:    link=0x00d20712 status=0x02000000 token=0x00000000 buffer=0x00000000
 1487082226.244083420 uhci_dump_td#290@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.244091151 uhci_dump_td#290@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082226.244099741 uhci_dump_td#290@0: ios     =1 ls      =0 spd     =0
 1487082226.244106184 uhci_dump_td#290@0: errcnt  =0 actlen  =1 pid=00
 1487082226.244115203 uhci_dump_td#290@0: addr=0  endpt=0  D=0  maxlen=1,
 1487082226.244134960 uhci_dump_qh#73@0: called!
 1487082226.244149133 uhci_dump_qh#73@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487082226.244160730 uhci_dump_qh#74@0: called!
 1487082226.244168890 uhci_dump_qh#74@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487082226.244179198 uhci_dump_qh#75@0: called!
 1487082226.244187359 uhci_dump_qh#75@0: QH(0xd20740) at 0x00d20740: hlink=00d22712 elink=00000001
 1487082226.244195090 uhci_dump_qh#76@0: called!
 1487082226.244203679 uhci_dump_qh#76@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d247a0
 1487082226.244213128 uhci_dump_qh#77@0: called!
 1487082226.244222577 uhci_dump_qh#77@0: QH(0xd20770) at 0x00d20770: hlink=00d207a2 elink=00000001
 1487082226.244230738 uhci_dump_qh#78@0: called!
 1487082226.244242334 uhci_dump_qh#78@0: QH(0xd207a0) at 0x00d207a0: hlink=00d207d2 elink=00000001
 1487082226.244251783 uhci_dump_qh#79@0: called!
 1487082226.244260373 uhci_dump_qh#79@0: QH(0xd207d0) at 0x00d207d0: hlink=00000001 elink=00d1e7d0
 1487082226.244269822 uhci_device_ctrl_start#10@0: Enqueued QH:
 1487082226.244280130 uhci_dump_qh#80@0: called!
 1487082226.244288290 uhci_dump_qh#80@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d247a0
 1487082226.244297739 uhci_dump_td#291@0: called!
 1487082226.244306329 uhci_dump_td#291@0: TD(0xd247a0) at 0x00d247a0
 1487082226.244315349 uhci_dump_td#291@0:    link=0x00d245f0 status=0x1c8003ff token=0x00e0002d buffer=0x00d5df80
 1487082226.244323509 uhci_dump_td#291@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.244331669 uhci_dump_td#291@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082226.244338112 uhci_dump_td#291@0: ios     =0 ls      =1 spd     =0
 1487082226.244347131 uhci_dump_td#291@0: errcnt  =3 actlen  =1024 pid=2d
 1487082226.244356151 uhci_dump_td#291@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082226.244366459 uhci_dump_td#292@0: called!
 1487082226.244372901 uhci_dump_td#292@0: TD(0xd245f0) at 0x00d245f0
 1487082226.244381062 uhci_dump_td#292@0:    link=0x00d24624 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df40
 1487082226.244389222 uhci_dump_td#292@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.244396953 uhci_dump_td#292@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082226.244402966 uhci_dump_td#292@0: ios     =0 ls      =1 spd     =1
 1487082226.244410697 uhci_dump_td#292@0: errcnt  =3 actlen  =1024 pid=69
 1487082226.244418428 uhci_dump_td#292@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082226.244428736 uhci_dump_td#293@0: called!
 1487082226.244434749 uhci_dump_td#293@0: TD(0xd24620) at 0x00d24620
 1487082226.244445057 uhci_dump_td#293@0:    link=0x00d24654 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df48
 1487082226.244452788 uhci_dump_td#293@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.244460948 uhci_dump_td#293@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082226.244466961 uhci_dump_td#293@0: ios     =0 ls      =1 spd     =1
 1487082226.244475980 uhci_dump_td#293@0: errcnt  =3 actlen  =1024 pid=69
 1487082226.244484570 uhci_dump_td#293@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082226.244494449 uhci_dump_td#294@0: called!
 1487082226.244501750 uhci_dump_td#294@0: TD(0xd24650) at 0x00d24650
 1487082226.244512058 uhci_dump_td#294@0:    link=0x00d24684 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df50
 1487082226.244520219 uhci_dump_td#294@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.244528379 uhci_dump_td#294@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082226.244534821 uhci_dump_td#294@0: ios     =0 ls      =1 spd     =1
 1487082226.244543841 uhci_dump_td#294@0: errcnt  =3 actlen  =1024 pid=69
 1487082226.244552001 uhci_dump_td#294@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082226.244562309 uhci_dump_td#295@0: called!
 1487082226.244569611 uhci_dump_td#295@0: TD(0xd24680) at 0x00d24680
 1487082226.244579919 uhci_dump_td#295@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df58
 1487082226.244587650 uhci_dump_td#295@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.244595810 uhci_dump_td#295@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082226.244602252 uhci_dump_td#295@0: ios     =0 ls      =1 spd     =1
 1487082226.244610413 uhci_dump_td#295@0: errcnt  =3 actlen  =1024 pid=69
 1487082226.244619003 uhci_dump_td#295@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082226.244629311 uhci_dump_td#296@0: called!
 1487082226.244635324 uhci_dump_td#296@0: TD(0xd246b0) at 0x00d246b0
 1487082226.244643484 uhci_dump_td#296@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df60
 1487082226.244651645 uhci_dump_td#296@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.244659805 uhci_dump_td#296@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082226.244665818 uhci_dump_td#296@0: ios     =0 ls      =1 spd     =1
 1487082226.244674408 uhci_dump_td#296@0: errcnt  =3 actlen  =1024 pid=69
 1487082226.244682568 uhci_dump_td#296@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082226.244693735 uhci_dump_td#297@0: called!
 1487082226.244699748 uhci_dump_td#297@0: TD(0xd246e0) at 0x00d246e0
 1487082226.244708768 uhci_dump_td#297@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df68
 1487082226.244716928 uhci_dump_td#297@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.244725088 uhci_dump_td#297@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082226.244731531 uhci_dump_td#297@0: ios     =0 ls      =1 spd     =1
 1487082226.244739691 uhci_dump_td#297@0: errcnt  =3 actlen  =1024 pid=69
 1487082226.244747422 uhci_dump_td#297@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082226.244757301 uhci_dump_td#298@0: called!
 1487082226.244765891 uhci_dump_td#298@0: TD(0xd24710) at 0x00d24710
 1487082226.244774910 uhci_dump_td#298@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df70
 1487082226.244783071 uhci_dump_td#298@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.244790801 uhci_dump_td#298@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082226.244797244 uhci_dump_td#298@0: ios     =0 ls      =1 spd     =1
 1487082226.244806693 uhci_dump_td#298@0: errcnt  =3 actlen  =1024 pid=69
 1487082226.244814853 uhci_dump_td#298@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082226.244824732 uhci_dump_td#299@0: called!
 1487082226.244832033 uhci_dump_td#299@0: TD(0xd24740) at 0x00d24740
 1487082226.244842341 uhci_dump_td#299@0:    link=0x00d24770 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df78
 1487082226.244851361 uhci_dump_td#299@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.244859521 uhci_dump_td#299@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082226.244865963 uhci_dump_td#299@0: ios     =0 ls      =1 spd     =1
 1487082226.244874124 uhci_dump_td#299@0: errcnt  =3 actlen  =1024 pid=69
 1487082226.244882284 uhci_dump_td#299@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082226.244892592 uhci_dump_td#300@0: called!
 1487082226.244898605 uhci_dump_td#300@0: TD(0xd24770) at 0x00d24770
 1487082226.244905907 uhci_dump_td#300@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487082226.244914067 uhci_dump_td#300@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.244921798 uhci_dump_td#300@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487082226.244928240 uhci_dump_td#300@0: ios     =0 ls      =1 spd     =0
 1487082226.244937689 uhci_dump_td#300@0: errcnt  =3 actlen  =1024 pid=e1
 1487082226.244945850 uhci_dump_td#300@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487082226.244956587 uhci_device_ctrl_start#10@0: --- dump end ---
 1487082226.245014999 usbd_transfer#21@0: <- done transfer 0x3e08e00, err = 1
 1487082226.245033038 usbd_transfer#21@0: <- sleeping on xfer 0x3e08e00
 1487082226.255220271 uhci_intr#19@0: called!
 1487082226.255249906 uhci_intr1#19@0: called!
 1487082226.255258496 uhci_intr1#19@0: sc 0x3e32008
 1487082226.255275676 uhci_dumpregs#19@0: called!
 1487082226.255286413 uhci_dumpregs#19@0: cmd =0081  sts    =0001  intr   =000f  frnum =0577
 1487082226.255306599 uhci_dumpregs#19@0: sof =0040  portsc1=01a5  portsc2=0180  flbase=00d1c000
 1487082226.255350838 usb_schedsoftintr#19@0: called!
 1487082226.255367158 usb_schedsoftintr#19@0: polling=0
 1487082226.255408820 uhci_intr1#19@0: sc 0x3e32008 done
 1487082226.255511040 uhci_softintr#19@0: called!
 1487082226.255519630 uhci_softintr#19@0: sc 0x3e32008
 1487082226.255542823 uhci_check_intr#10@0: called!
 1487082226.255553560 uhci_check_intr#10@0: ux 0x3e08e00
 1487082226.255580189 uhci_check_intr#10@0: active ux=0x3e08e00
 1487082226.255601664 uhci_check_intr#10@0: ux=0x3e08e00 done
 1487082226.255640318 uhci_idone#10@0: called!
 1487082226.255651485 uhci_idone#10@0: ux=0x3e08e00
 1487082226.255663941 uhci_idone#10@0: ux=0x3e08e00, xfer=0x3e08e00, pipe=0x3dcaac8 ready
 1487082226.255672531 uhci_idone#10@0: --- dump start ---
 1487082226.255691428 uhci_dump_td#301@0: called!
 1487082226.255704743 uhci_dump_td#301@0: TD(0xd247a0) at 0x00d247a0
 1487082226.255713762 uhci_dump_td#301@0:    link=0x00d245f0 status=0x1c000007 token=0x00e0002d buffer=0x00d5df80
 1487082226.255724500 uhci_dump_td#301@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.255742539 uhci_dump_td#301@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082226.255756712 uhci_dump_td#301@0: ios     =0 ls      =1 spd     =0
 1487082226.255765731 uhci_dump_td#301@0: errcnt  =3 actlen  =8 pid=2d
 1487082226.255775180 uhci_dump_td#301@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082226.255788924 uhci_dump_td#302@0: called!
 1487082226.255796655 uhci_dump_td#302@0: TD(0xd245f0) at 0x00d245f0
 1487082226.255803957 uhci_dump_td#302@0:    link=0x00d24624 status=0x1c000007 token=0x00e80069 buffer=0x00d5df40
 1487082226.255810399 uhci_dump_td#302@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.255820707 uhci_dump_td#302@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082226.255828867 uhci_dump_td#302@0: ios     =0 ls      =1 spd     =0
 1487082226.255837457 uhci_dump_td#302@0: errcnt  =3 actlen  =8 pid=69
 1487082226.255844329 uhci_dump_td#302@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082226.255854208 uhci_dump_td#303@0: called!
 1487082226.255861939 uhci_dump_td#303@0: TD(0xd24620) at 0x00d24620
 1487082226.255869670 uhci_dump_td#303@0:    link=0x00d24654 status=0x1c000007 token=0x00e00069 buffer=0x00d5df48
 1487082226.255876112 uhci_dump_td#303@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.255885990 uhci_dump_td#303@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487082226.255895010 uhci_dump_td#303@0: ios     =0 ls      =1 spd     =0
 1487082226.255903170 uhci_dump_td#303@0: errcnt  =3 actlen  =8 pid=69
 1487082226.255910472 uhci_dump_td#303@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082226.255921209 uhci_dump_td#304@0: called!
 1487082226.255928940 uhci_dump_td#304@0: TD(0xd24650) at 0x00d24650
 1487082226.255937101 uhci_dump_td#304@0:    link=0x00d24684 status=0x1c4007ff token=0x00e80069 buffer=0x00d5df50
 1487082226.255943543 uhci_dump_td#304@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.255953851 uhci_dump_td#304@0: dbuffer =0 stalled =1 active  =0 ioc     =0
 1487082226.255961582 uhci_dump_td#304@0: ios     =0 ls      =1 spd     =0
 1487082226.255970172 uhci_dump_td#304@0: errcnt  =3 actlen  =0 pid=69
 1487082226.255976614 uhci_dump_td#304@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082226.255987352 uhci_dump_td#305@0: called!
 1487082226.255995512 uhci_dump_td#305@0: TD(0xd24680) at 0x00d24680
 1487082226.256003673 uhci_dump_td#305@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df58
 1487082226.256010115 uhci_dump_td#305@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.256019134 uhci_dump_td#305@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082226.256028154 uhci_dump_td#305@0: ios     =0 ls      =1 spd     =1
 1487082226.256036744 uhci_dump_td#305@0: errcnt  =3 actlen  =1024 pid=69
 1487082226.256043186 uhci_dump_td#305@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082226.256053924 uhci_dump_td#306@0: called!
 1487082226.256062084 uhci_dump_td#306@0: TD(0xd246b0) at 0x00d246b0
 1487082226.256069386 uhci_dump_td#306@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df60
 1487082226.256075399 uhci_dump_td#306@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.256083988 uhci_dump_td#306@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082226.256091719 uhci_dump_td#306@0: ios     =0 ls      =1 spd     =1
 1487082226.256100309 uhci_dump_td#306@0: errcnt  =3 actlen  =1024 pid=69
 1487082226.256107181 uhci_dump_td#306@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082226.256118778 uhci_dump_td#307@0: called!
 1487082226.256126938 uhci_dump_td#307@0: TD(0xd246e0) at 0x00d246e0
 1487082226.256135099 uhci_dump_td#307@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df68
 1487082226.256141541 uhci_dump_td#307@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.256150990 uhci_dump_td#307@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082226.256160009 uhci_dump_td#307@0: ios     =0 ls      =1 spd     =1
 1487082226.256168170 uhci_dump_td#307@0: errcnt  =3 actlen  =1024 pid=69
 1487082226.256175042 uhci_dump_td#307@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082226.256186638 uhci_dump_td#308@0: called!
 1487082226.256194799 uhci_dump_td#308@0: TD(0xd24710) at 0x00d24710
 1487082226.256202959 uhci_dump_td#308@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5df70
 1487082226.256209402 uhci_dump_td#308@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.256218850 uhci_dump_td#308@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082226.256227440 uhci_dump_td#308@0: ios     =0 ls      =1 spd     =1
 1487082226.256236030 uhci_dump_td#308@0: errcnt  =3 actlen  =1024 pid=69
 1487082226.256242902 uhci_dump_td#308@0: addr=0  endpt=0  D=1  maxlen=8,
 1487082226.256254499 uhci_dump_td#309@0: called!
 1487082226.256262659 uhci_dump_td#309@0: TD(0xd24740) at 0x00d24740
 1487082226.256270820 uhci_dump_td#309@0:    link=0x00d24770 status=0x3c8003ff token=0x00e00069 buffer=0x00d5df78
 1487082226.256277262 uhci_dump_td#309@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.256286711 uhci_dump_td#309@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487082226.256295730 uhci_dump_td#309@0: ios     =0 ls      =1 spd     =1
 1487082226.256303891 uhci_dump_td#309@0: errcnt  =3 actlen  =1024 pid=69
 1487082226.256310763 uhci_dump_td#309@0: addr=0  endpt=0  D=0  maxlen=8,
 1487082226.256322359 uhci_dump_td#310@0: called!
 1487082226.256330520 uhci_dump_td#310@0: TD(0xd24770) at 0x00d24770
 1487082226.256338680 uhci_dump_td#310@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487082226.256344693 uhci_dump_td#310@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.256354142 uhci_dump_td#310@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487082226.256363161 uhci_dump_td#310@0: ios     =0 ls      =1 spd     =0
 1487082226.256371751 uhci_dump_td#310@0: errcnt  =3 actlen  =1024 pid=e1
 1487082226.256378623 uhci_dump_td#310@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487082226.256392367 uhci_idone#10@0: --- dump end ---
 1487082226.256412124 uhci_idone#10@0: actlen=16, status=0x400000
 1487082226.256426727 uhci_idone#10@0: error, addr=0, endpt=0x00
 1487082226.256440900 uhci_idone#10@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487082226.256454215 uhci_idone#10@0: dbuffer =0 stalled =1 active  =0
 1487082226.256470106 uhci_idone#10@0: ux=0x3e08e00 done
 1487082226.256484709 uhci_softintr#19@0: ux 0x3e08e00
 1487082226.256501030 usb_transfer_complete#25@0: called!
 1487082226.256512626 usb_transfer_complete#25@0: pipe = 0x3dcaac8 xfer = 0x3e08e00 status = 17 actlen = 16
 1487082226.256528518 usb_transfer_complete#25@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487082226.256541832 usb_transfer_complete#25@0: xfer 0x3e08e00 doing done 0x2a9d18
 1487082226.256571467 uhci_device_ctrl_done#10@0: called!
 1487082226.256601962 uhci_remove_ls_ctrl#10@0: called!
 1487082226.256619141 uhci_remove_ls_ctrl#10@0: sqh 0xd22710
 1487082226.256675835 uhci_find_prev_qh#10@0: called!
 1487082226.256691297 uhci_find_prev_qh#10@0: pqh=0xd20740 sqh=0xd22710
 1487082226.256752715 uhci_device_ctrl_done#10@0: length=16
 1487082226.256781062 usb_transfer_complete#25@0: xfer 0x3e08e00 doing callback 0x0 status 17
 1487082226.256795235 usb_transfer_complete#25@0: <- done xfer 0x3e08e00, wakeup
 1487082226.256914206 usbd_start_next#25@0: called!
 1487082226.256930956 usbd_start_next#25@0: pipe = 0x3dcaac8, xfer = 0x0
 1487082226.257160737 uhci_free_stds#10@0: called!
 1487082226.257176199 uhci_free_stds#10@0: ux=0x3e08e00
 1487082226.257272406 usbd_free_xfer#21@0: called!
 1487082226.257284002 usbd_free_xfer#21@0: 0x3e08e00
 1487082226.257314067 usb_freemem#14@0: called!
 1487082226.257347568 usb_freemem#14@0: frag=0xd5df40
 1487082226.257394813 usbd_do_request_flags#21@0: returning err = 17
 1487082226.259474865 uhci_intr#20@0: called!
 1487082226.259500635 uhci_intr1#20@0: called!
 1487082226.259511802 uhci_intr1#20@0: sc 0x3e32008
 1487082226.259526834 uhci_dumpregs#20@0: called!
 1487082226.259538001 uhci_dumpregs#20@0: cmd =0081  sts    =0002  intr   =000f  frnum =0578
 1487082226.259559047 uhci_dumpregs#20@0: sof =0040  portsc1=01a5  portsc2=0180  flbase=00d1c000
 1487082226.259597272 usb_schedsoftintr#20@0: called!
 1487082226.259608009 usb_schedsoftintr#20@0: polling=0
 1487082226.259642369 uhci_intr1#20@0: sc 0x3e32008 done
 1487082226.259733852 uhci_softintr#20@0: called!
 1487082226.259744160 uhci_softintr#20@0: sc 0x3e32008
 1487082226.1101308642 uhci_poll_hub#54@0: called!
 1487082226.1144379862 usbd_new_device#1@0: addr=2, getting first desc failed: 17
 1487082226.1144413792 usbd_remove_device#1@0: called!
 1487082226.1144430972 usbd_remove_device#1@0: dev 0x3dad488 up 0x58120
 1487082226.1144473063 usbd_ar_pipe#1@0: called!
 1487082226.1144494967 usbd_ar_pipe#1@0: pipe = 0x3dcaac8
 1487082226.1144517301 usbd_dump_queue#22@0: called!
 1487082226.1144527609 usbd_dump_queue#22@0: pipe = 0x3dcaac8
 1487082226.1144600623 usb_rem_task#1@0: called!
 1487082226.1188753317 usbd_clear_port_feature#5@0: called!
 1487082226.1188767490 usbd_clear_port_feature#5@0: dev 0x3e27298 port 1 sel 1
 1487082226.1188787676 usbd_do_request_flags#22@0: called!
 1487082226.1188803138 usbd_alloc_xfer#22@0: called!
 1487082226.1188873576 usbd_alloc_xfer#22@0: returns 0x3e08e00
 1487082226.1188914807 usbd_transfer#22@0: called!
 1487082226.1188930699 usbd_transfer#22@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487082226.1188944013 usbd_dump_queue#23@0: called!
 1487082226.1188953892 usbd_dump_queue#23@0: pipe = 0x3e2d6c8
 1487082226.1188980520 usb_insert_transfer#22@0: called!
 1487082226.1188998989 usb_insert_transfer#22@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487082226.1189015310 usb_insert_transfer#22@0: <- done xfer 0x3e08e00, err 0
 1487082226.1189035926 roothub_ctrl_start#12@0: called!
 1487082226.1189047092 roothub_ctrl_start#12@0: type=0x23 request=0x1
 1487082226.1189074151 uhci_roothub_ctrl#12@0: called!
 1487082226.1189088324 uhci_roothub_ctrl#12@0: type=0x23 request=01
 1487082226.1189114094 uhci_roothub_ctrl#12@0: UR_CLEAR_PORT_FEATURE port=1 feature=1
 1487082226.1189150172 uhci_roothub_ctrl#12@0: returning 0
 1487082226.1189173364 roothub_ctrl_start#12@0: xfer 0x3e08e00 buflen -1 actlen 0
 1487082226.1189183243 roothub_ctrl_start#12@0: xfer 0x3e08e00 err 0
 1487082226.1189200852 usb_transfer_complete#26@0: called!
 1487082226.1189212019 usb_transfer_complete#26@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 0
 1487082226.1189230488 usb_transfer_complete#26@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487082226.1189248956 usb_transfer_complete#26@0: xfer 0x3e08e00 doing done 0x2a4da4
 1487082226.1189263988 usb_transfer_complete#26@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487082226.1189276873 usb_transfer_complete#26@0: <- done xfer 0x3e08e00, wakeup
 1487082226.1189303072 usbd_start_next#26@0: called!
 1487082226.1189318534 usbd_start_next#26@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487082226.1189340868 usbd_transfer#22@0: <- done transfer 0x3e08e00, err = 0
 1487082226.1189356760 usbd_transfer#22@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487082226.1189381241 usbd_free_xfer#22@0: called!
 1487082226.1189391549 usbd_free_xfer#22@0: 0x3e08e00
 1487082226.1189503218 usb_needs_explore#2@0: called!
 1487082226.1189587399 usbd_get_port_status#5@0: called!
 1487082226.1189604150 usbd_get_port_status#5@0: dev 0x3e27298 port 1
 1487082226.1189617464 usbd_do_request_flags#23@0: called!
 1487082226.1189629920 usbd_alloc_xfer#23@0: called!
 1487082226.1189657407 usbd_alloc_xfer#23@0: returns 0x3e08e00
 1487082226.1189688331 usb_allocmem_flags#16@0: called!
 1487082226.1189839943 usb_allocmem_flags#16@0: use frag=0xd5df40 size=4
 1487082226.1189870867 usbd_transfer#23@0: called!
 1487082226.1189879457 usbd_transfer#23@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487082226.1189892772 usbd_dump_queue#24@0: called!
 1487082226.1189901791 usbd_dump_queue#24@0: pipe = 0x3e2d6c8
 1487082226.1189924984 usb_insert_transfer#23@0: called!
 1487082226.1189937010 usb_insert_transfer#23@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487082226.1189951613 usb_insert_transfer#23@0: <- done xfer 0x3e08e00, err 0
 1487082226.1189965356 roothub_ctrl_start#13@0: called!
 1487082226.1189976953 roothub_ctrl_start#13@0: type=0xa3 request= 0
 1487082226.1189997569 uhci_roothub_ctrl#13@0: called!
 1487082226.1190009165 uhci_roothub_ctrl#13@0: type=0xa3 request=00
 1487082226.1190039230 uhci_roothub_ctrl#13@0: returning 4
 1487082226.1190051685 roothub_ctrl_start#13@0: xfer 0x3e08e00 buflen -1 actlen 4
 1487082226.1190060275 roothub_ctrl_start#13@0: xfer 0x3e08e00 err 0
 1487082226.1190074878 usb_transfer_complete#27@0: called!
 1487082226.1190083898 usb_transfer_complete#27@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 4
 1487082226.1190098500 usb_transfer_complete#27@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487082226.1190110097 usb_transfer_complete#27@0: xfer 0x3e08e00 doing done 0x2a4da4
 1487082226.1190123841 usb_transfer_complete#27@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487082226.1190132431 usb_transfer_complete#27@0: <- done xfer 0x3e08e00, wakeup
 1487082226.1190151329 usbd_start_next#27@0: called!
 1487082226.1190163354 usbd_start_next#27@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487082226.1190179246 usbd_transfer#23@0: <- done transfer 0x3e08e00, err = 0
 1487082226.1190187406 usbd_transfer#23@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487082226.1190205445 usbd_free_xfer#23@0: called!
 1487082226.1190217042 usbd_free_xfer#23@0: 0x3e08e00
 1487082226.1190242811 usb_freemem#15@0: called!
 1487082226.1190267293 usb_freemem#15@0: frag=0xd5df40
 1487082226.-2119764789 uhci_poll_hub#55@0: called!
 1487082226.-1046179301 uhci_poll_hub#56@0: called!
 1487082227.27812919 uhci_poll_hub#57@0: called!
 1487082227.1101306924 uhci_poll_hub#58@0: called!
 1487082227.-2119787981 uhci_poll_hub#59@0: called!
 1487082227.-1046172859 uhci_poll_hub#60@0: called!


 ---
 Izumi Tsutsui

From: Nick Hudson <skrll@netbsd.org>
To: gnats-bugs@NetBSD.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,
 tsutsui@ceres.dti.ne.jp
Cc: 
Subject: Re: kern/11018 (VIA VT83C572 UHCI USB controller does not work)
Date: Wed, 15 Feb 2017 07:55:46 +0000

 This is a multi-part message in MIME format.
 --------------080100050605000702030405
 Content-Type: text/plain; charset=windows-1252; format=flowed
 Content-Transfer-Encoding: 7bit

 On 02/14/17 14:40, Izumi Tsutsui wrote:
 > The following reply was made to PR kern/11018; it has been noted by GNATS.
 >
 > From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
 > To: gnats-bugs@NetBSD.org
 > Cc: skrll@NetBSD.org, tsutsui@ceres.dti.ne.jp
 > Subject: Re: kern/11018 (VIA VT83C572 UHCI USB controller does not work)
 > Date: Tue, 14 Feb 2017 23:36:25 +0900
 >
 >   > I'll check details with USB_DEUBG and UHCI_DEBUG later in this week.
 >   
 >   Here is usbhist output with hw.usb.debug=127 and hw.uhci.debug=127
 >   on plugging a USB mouse:

 [snip]

 >   1487082222.-989968917 uhci_check_intr#1@0: called!
 >   1487082222.-989953885 uhci_check_intr#1@0: ux 0x3e08e00
 >   1487082222.-989923820 uhci_check_intr#1@0: active ux=0x3e08e00
 >   1487082222.-989888172 uhci_check_intr#1@0: ux=0x3e08e00 done
 >   1487082222.-989822888 uhci_idone#1@0: called!
 >   1487082222.-989807856 uhci_idone#1@0: ux=0x3e08e00
 >   1487082222.-989781656 uhci_idone#1@0: ux=0x3e08e00, xfer=0x3e08e00, pipe=0x3dcaac8 ready
 >   1487082222.-989764047 uhci_idone#1@0: --- dump start ---
 >   1487082222.-989743431 uhci_dump_td#22@0: called!
 >   1487082222.-989733123 uhci_dump_td#22@0: TD(0xd247a0) at 0x00d247a0
 >   1487082222.-989721956 uhci_dump_td#22@0:    link=0x00d245f0 status=0x1c000007 token=0x00e0002d buffer=0x00d5df80
 >   1487082222.-989707783 uhci_dump_td#22@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 >   1487082222.-989690603 uhci_dump_td#22@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 >   1487082222.-989679866 uhci_dump_td#22@0: ios     =0 ls      =1 spd     =0
 >   1487082222.-989669987 uhci_dump_td#22@0: errcnt  =3 actlen  =8 pid=2d
 >   1487082222.-989657532 uhci_dump_td#22@0: addr=0  endpt=0  D=0  maxlen=8,
 >   1487082222.-989643358 uhci_dump_td#23@0: called!
 >   1487082222.-989636916 uhci_dump_td#23@0: TD(0xd245f0) at 0x00d245f0
 >   1487082222.-989627467 uhci_dump_td#23@0:    link=0x00d24624 status=0x1c000007 token=0x00e80069 buffer=0x00d5df40
 >   1487082222.-989619307 uhci_dump_td#23@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 >   1487082222.-989611146 uhci_dump_td#23@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 >   1487082222.-989605133 uhci_dump_td#23@0: ios     =0 ls      =1 spd     =0
 >   1487082222.-989596114 uhci_dump_td#23@0: errcnt  =3 actlen  =8 pid=69
 >   1487082222.-989587094 uhci_dump_td#23@0: addr=0  endpt=0  D=1  maxlen=8,
 >   1487082222.-989575498 uhci_dump_td#24@0: called!
 >   1487082222.-989569055 uhci_dump_td#24@0: TD(0xd24620) at 0x00d24620
 >   1487082222.-989560466 uhci_dump_td#24@0:    link=0x00d24654 status=0x1c000007 token=0x00e00069 buffer=0x00d5df48
 >   1487082222.-989552305 uhci_dump_td#24@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 >   1487082222.-989544574 uhci_dump_td#24@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 >   1487082222.-989538561 uhci_dump_td#24@0: ios     =0 ls      =1 spd     =0
 >   1487082222.-989528253 uhci_dump_td#24@0: errcnt  =3 actlen  =8 pid=69
 >   1487082222.-989518804 uhci_dump_td#24@0: addr=0  endpt=0  D=0  maxlen=8,
 >   1487082222.-989507637 uhci_dump_td#25@0: called!
 >   1487082222.-989501195 uhci_dump_td#25@0: TD(0xd24650) at 0x00d24650
 >   1487082222.-989491746 uhci_dump_td#25@0:    link=0x00d24684 status=0x1c4007ff token=0x00e80069 buffer=0x00d5df50
 >   1487082222.-989483586 uhci_dump_td#25@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 >   1487082222.-989475425 uhci_dump_td#25@0: dbuffer =0 stalled =1 active  =0 ioc     =0
 >   1487082222.-989468983 uhci_dump_td#25@0: ios     =0 ls      =1 spd     =0
 >   1487082222.-989458675 uhci_dump_td#25@0: errcnt  =3 actlen  =0 pid=69
 >   1487082222.-989450514 uhci_dump_td#25@0: addr=0  endpt=0  D=1  maxlen=8,
 >   1487082222.-989439777 uhci_dump_td#26@0: called!
 >   1487082222.-989433764 uhci_dump_td#26@0: TD(0xd24680) at 0x00d24680

 After 16bytes the device sends STALL.


 Does this patch help?

 Nick

 --------------080100050605000702030405
 Content-Type: text/x-patch;
  name="pr11018.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="pr11018.diff"

 Index: sys/dev/usb/usb_subr.c
 ===================================================================
 RCS file: /cvsroot/src/sys/dev/usb/usb_subr.c,v
 retrieving revision 1.218
 diff -u -p -r1.218 usb_subr.c
 --- sys/dev/usb/usb_subr.c	19 Jan 2017 16:05:00 -0000	1.218
 +++ sys/dev/usb/usb_subr.c	15 Feb 2017 07:35:25 -0000
 @@ -1131,7 +1131,8 @@ usbd_reattach_device(device_t parent, st
   * MaxPacketSize is known by the host) by exactly this length.
   */
  usbd_status
 -usbd_get_initial_ddesc(struct usbd_device *dev, usb_device_descriptor_t *desc)
 +usbd_get_initial_ddesc(struct usbd_device *dev, usb_device_descriptor_t *desc,
 +    int len)
  {
  	USBHIST_FUNC(); USBHIST_CALLED(usbdebug);
  	usb_device_request_t req;
 @@ -1144,7 +1145,7 @@ usbd_get_initial_ddesc(struct usbd_devic
  	req.bRequest = UR_GET_DESCRIPTOR;
  	USETW2(req.wValue, UDESC_DEVICE, 0);
  	USETW(req.wIndex, 0);
 -	USETW(req.wLength, 64);
 +	USETW(req.wLength, len);
  	res = usbd_do_request_flags(dev, &req, buf, USBD_SHORT_XFER_OK,
  		&actlen, USBD_DEFAULT_TIMEOUT);
  	if (res)
 @@ -1260,7 +1261,7 @@ usbd_new_device(device_t parent, struct 
  	/* Try a few times in case the device is slow (i.e. outside specs.) */
  	for (i = 0; i < 10; i++) {
  		/* Get the first 8 bytes of the device descriptor. */
 -		err = usbd_get_initial_ddesc(dev, dd);
 +		err = usbd_get_initial_ddesc(dev, dd, i % 2 == 0 ? 64 : 8);
  		if (!err)
  			break;
  		/*
 Index: sys/dev/usb/usbdivar.h
 ===================================================================
 RCS file: /cvsroot/src/sys/dev/usb/usbdivar.h,v
 retrieving revision 1.114
 diff -u -p -r1.114 usbdivar.h
 --- sys/dev/usb/usbdivar.h	19 Jan 2017 16:05:00 -0000	1.114
 +++ sys/dev/usb/usbdivar.h	15 Feb 2017 07:35:27 -0000
 @@ -338,7 +338,7 @@ void		usbd_kill_pipe(struct usbd_pipe *)
  usbd_status	usbd_attach_roothub(device_t, struct usbd_device *);
  usbd_status	usbd_probe_and_attach(device_t, struct usbd_device *, int, int);
  usbd_status	usbd_get_initial_ddesc(struct usbd_device *,
 -				       usb_device_descriptor_t *);
 +		    usb_device_descriptor_t *, int);

  /* Routines from usb.c */
  void		usb_needs_explore(struct usbd_device *);
 Index: sys/dev/usb/xhci.c
 ===================================================================
 RCS file: /cvsroot/src/sys/dev/usb/xhci.c,v
 retrieving revision 1.70
 diff -u -p -r1.70 xhci.c
 --- sys/dev/usb/xhci.c	21 Jan 2017 07:39:30 -0000	1.70
 +++ sys/dev/usb/xhci.c	15 Feb 2017 07:35:32 -0000
 @@ -2289,7 +2301,7 @@ xhci_new_device(device_t parent, struct 
  	if (depth == 0 && port == 0) {
  		KASSERT(bus->ub_devices[USB_ROOTHUB_INDEX] == NULL);
  		bus->ub_devices[USB_ROOTHUB_INDEX] = dev;
 -		err = usbd_get_initial_ddesc(dev, dd);
 +		err = usbd_get_initial_ddesc(dev, dd, 64);
  		if (err) {
  			DPRINTFN(1, "get_initial_ddesc %u", err, 0, 0, 0);
  			goto bad;
 @@ -2357,7 +2369,7 @@ xhci_new_device(device_t parent, struct 
  		 */
  		bus->ub_devices[usb_addr2dindex(dev->ud_addr)] = dev;

 -		err = usbd_get_initial_ddesc(dev, dd);
 +		err = usbd_get_initial_ddesc(dev, dd, 64);
  		if (err) {
  			DPRINTFN(1, "get_initial_ddesc %u", err, 0, 0, 0);
  			goto bad;

 --------------080100050605000702030405--

From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
To: skrll@netbsd.org
Cc: gnats-bugs@NetBSD.org, tsutsui@ceres.dti.ne.jp
Subject: Re: kern/11018 (VIA VT83C572 UHCI USB controller does not work)
Date: Wed, 15 Feb 2017 21:54:51 +0900

 > Does this patch help?

 Still gets "uhub0: device problem, disabling port 1"

 ---
 Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
     2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017
     The NetBSD Foundation, Inc.  All rights reserved.
 Copyright (c) 1982, 1986, 1989, 1991, 1993
     The Regents of the University of California.  All rights reserved.

 NetBSD 7.99.59 (GENERIC_UHCI) #17: Wed Feb 15 21:34:42 JST 2017
         tsutsui@mirage:/usr/src/sys/arch/macppc/compile/GENERIC_UHCI
 total memory = 65536 KB
 avail memory = 51656 KB

  :

 uhci0 at pci0 dev 14 function 0: VIA Technologies VT83C572 USB Controller (rev. 0x04)
 uhci0: interrupting at irq 25
 usb0 at uhci0: USB revision 1.0

  :

 scsibus0: waiting 2 seconds for devices to settle...
 uhub0 at usb0: VIA Technologies UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhub0: 2 ports with 2 removable, self powered
 adbkbd0 at nadb0 addr 2: extended keyboard
 wskbd0 at adbkbd0 mux 1
 wsmouse0 at adbkbd0 mux 0
 adbms0 at nadb0 addr 3: 1-button, 100 dpi mouse
 wsmouse1 at adbms0 mux 0
 uhub0: device problem, disabling port 1

 ---

 usbhist says:

 ---
 1487162395.544631903 uhci_poll_hub#1@0: called!
 1487162395.1618572823 uhci_poll_hub#2@0: called!
 1487162395.-1602882186 uhci_poll_hub#3@0: called!
 1487162395.-528772476 uhci_poll_hub#4@0: called!
 1487162395.-528679277 usb_transfer_complete#1@0: called!
 1487162395.-528659520 usb_transfer_complete#1@0: pipe = 0x3e2d448 xfer = 0x3e08ee0 status = 0 actlen = 1
 1487162395.-528632033 usb_transfer_complete#1@0: xfer 0x3e08ee0: repeat 1 new head = 0x3e08ee0
 1487162395.-528604116 usb_transfer_complete#1@0: xfer 0x3e08ee0 doing done 0x2a6a14
 1487162395.-528568038 usb_transfer_complete#1@0: xfer 0x3e08ee0 doing callback 0x1c5944 status 0
 1487162395.-528507051 usb_needs_explore#1@0: called!
 1487162395.-528348139 usbd_start_next#1@0: called!
 1487162395.-528322370 usbd_start_next#1@0: pipe = 0x3e2d448, xfer = 0x3e08ee0
 1487162395.-528290158 uhci_root_intr_start#1@0: called!
 1487162395.-528274696 uhci_root_intr_start#1@0: xfer=0x3e08ee0 len=1 flags=132
 1487162395.-528012277 usb_event_thread#0@0: sc 0x3ecd0f8 woke up
 1487162395.-527976200 usb_discover#1@0: called!
 1487162395.-527898032 usbd_get_port_status#1@0: called!
 1487162395.-527880853 usbd_get_port_status#1@0: dev 0x3e27298 port 1
 1487162395.-527839192 usbd_do_request_flags#1@0: called!
 1487162395.-527805692 usbd_alloc_xfer#1@0: called!
 1487162395.-527714640 usbd_alloc_xfer#1@0: returns 0x3e08e00
 1487162395.-527672979 usb_allocmem_flags#1@0: called!
 1487162395.-527634325 usb_allocmem_flags#1@0: use frag=0xd5dec0 size=4
 1487162395.-527568183 usbd_transfer#1@0: called!
 1487162395.-527550574 usbd_transfer#1@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487162395.-527521798 usbd_dump_queue#1@0: called!
 1487162395.-527504618 usbd_dump_queue#1@0: pipe = 0x3e2d6c8
 1487162395.-527456086 usb_insert_transfer#1@0: called!
 1487162395.-527438047 usb_insert_transfer#1@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487162395.-527411848 usb_insert_transfer#1@0: <- done xfer 0x3e08e00, err 0
 1487162395.-527376201 roothub_ctrl_start#1@0: called!
 1487162395.-527355155 roothub_ctrl_start#1@0: type=0xa3 request= 0
 1487162395.-527295456 uhci_roothub_ctrl#1@0: called!
 1487162395.-527279995 uhci_roothub_ctrl#1@0: type=0xa3 request=00
 1487162395.-527237475 uhci_roothub_ctrl#1@0: returning 4
 1487162395.-527216859 roothub_ctrl_start#1@0: xfer 0x3e08e00 buflen -1 actlen 4
 1487162395.-527200539 roothub_ctrl_start#1@0: xfer 0x3e08e00 err 0
 1487162395.-527182930 usb_transfer_complete#2@0: called!
 1487162395.-527175199 usb_transfer_complete#2@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 4
 1487162395.-527161455 usb_transfer_complete#2@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487162395.-527146852 usb_transfer_complete#2@0: xfer 0x3e08e00 doing done 0x2a4dbc
 1487162395.-527127096 usb_transfer_complete#2@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487162395.-527113781 usb_transfer_complete#2@0: <- done xfer 0x3e08e00, wakeup
 1487162395.-527090159 usbd_start_next#2@0: called!
 1487162395.-527078134 usbd_start_next#2@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487162395.-527052364 usbd_transfer#1@0: <- done transfer 0x3e08e00, err = 0
 1487162395.-527030031 usbd_transfer#1@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487162395.-526990947 usbd_free_xfer#1@0: called!
 1487162395.-526971620 usbd_free_xfer#1@0: 0x3e08e00
 1487162395.-526936831 usb_freemem#1@0: called!
 1487162395.-526910203 usb_freemem#1@0: frag=0xd5dec0
 1487162395.-526791663 usbd_clear_port_feature#1@0: called!
 1487162395.-526775342 usbd_clear_port_feature#1@0: dev 0x3e27298 port 1 sel 16
 1487162395.-526756015 usbd_do_request_flags#2@0: called!
 1487162395.-526745708 usbd_alloc_xfer#2@0: called!
 1487162395.-526717791 usbd_alloc_xfer#2@0: returns 0x3e08e00
 1487162395.-526702329 usbd_transfer#2@0: called!
 1487162395.-526694169 usbd_transfer#2@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487162395.-526681284 usbd_dump_queue#2@0: called!
 1487162395.-526670117 usbd_dump_queue#2@0: pipe = 0x3e2d6c8
 1487162395.-526655085 usb_insert_transfer#2@0: called!
 1487162395.-526647784 usb_insert_transfer#2@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487162395.-526638335 usb_insert_transfer#2@0: <- done xfer 0x3e08e00, err 0
 1487162395.-526623303 roothub_ctrl_start#2@0: called!
 1487162395.-526612565 roothub_ctrl_start#2@0: type=0x23 request=0x1
 1487162395.-526596245 uhci_roothub_ctrl#2@0: called!
 1487162395.-526590661 uhci_roothub_ctrl#2@0: type=0x23 request=01
 1487162395.-526572193 uhci_roothub_ctrl#2@0: UR_CLEAR_PORT_FEATURE port=1 feature=16
 1487162395.-526537834 uhci_roothub_ctrl#2@0: returning 0
 1487162395.-526527955 roothub_ctrl_start#2@0: xfer 0x3e08e00 buflen -1 actlen 0
 1487162395.-526522372 roothub_ctrl_start#2@0: xfer 0x3e08e00 err 0
 1487162395.-526508199 usb_transfer_complete#3@0: called!
 1487162395.-526496603 usb_transfer_complete#3@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 0
 1487162395.-526482859 usb_transfer_complete#3@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487162395.-526473840 usb_transfer_complete#3@0: xfer 0x3e08e00 doing done 0x2a4dbc
 1487162395.-526461384 usb_transfer_complete#3@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487162395.-526452365 usb_transfer_complete#3@0: <- done xfer 0x3e08e00, wakeup
 1487162395.-526438621 usbd_start_next#3@0: called!
 1487162395.-526427025 usbd_start_next#3@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487162395.-526410275 usbd_transfer#2@0: <- done transfer 0x3e08e00, err = 0
 1487162395.-526400826 usbd_transfer#2@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487162395.-526388800 usbd_free_xfer#2@0: called!
 1487162395.-526379781 usbd_free_xfer#2@0: 0x3e08e00
 1487162396.544574887 uhci_poll_hub#5@0: called!
 1487162396.802434076 usbd_reset_port#1@0: called!
 1487162396.802457268 usbd_do_request_flags#3@0: called!
 1487162396.802474448 usbd_alloc_xfer#3@0: called!
 1487162396.802537154 usbd_alloc_xfer#3@0: returns 0x3e08e00
 1487162396.802572801 usbd_transfer#3@0: called!
 1487162396.802583539 usbd_transfer#3@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487162396.802600289 usbd_dump_queue#3@0: called!
 1487162396.802612744 usbd_dump_queue#3@0: pipe = 0x3e2d6c8
 1487162396.802640232 usb_insert_transfer#3@0: called!
 1487162396.802651828 usb_insert_transfer#3@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487162396.802666860 usb_insert_transfer#3@0: <- done xfer 0x3e08e00, err 0
 1487162396.802688335 roothub_ctrl_start#3@0: called!
 1487162396.802699931 roothub_ctrl_start#3@0: type=0x23 request=0x3
 1487162396.802725700 uhci_roothub_ctrl#3@0: called!
 1487162396.802734720 uhci_roothub_ctrl#3@0: type=0x23 request=03
 1487162396.802780675 uhci_portreset#1@0: called!
 1487162396.1618459543 uhci_poll_hub#6@0: called!
 1487162396.1618498197 usb_transfer_complete#4@0: called!
 1487162396.1618507217 usb_transfer_complete#4@0: pipe = 0x3e2d448 xfer = 0x3e08ee0 status = 0 actlen = 1
 1487162396.1618522678 usb_transfer_complete#4@0: xfer 0x3e08ee0: repeat 1 new head = 0x3e08ee0
 1487162396.1618538999 usb_transfer_complete#4@0: xfer 0x3e08ee0 doing done 0x2a6a14
 1487162396.1618564339 usb_transfer_complete#4@0: xfer 0x3e08ee0 doing callback 0x1c5944 status 0
 1487162396.1618593544 usbd_start_next#4@0: called!
 1487162396.1618605999 usbd_start_next#4@0: pipe = 0x3e2d448, xfer = 0x3e08ee0
 1487162396.1618624897 uhci_root_intr_start#2@0: called!
 1487162396.1618636493 uhci_root_intr_start#2@0: xfer=0x3e08ee0 len=1 flags=132
 1487162396.1919107648 uhci_portreset#1@0: uhci port 1 reset, status0 = 0x038a
 1487162396.1919566344 uhci_portreset#1@0: uhci port 1 reset, status1 = 0x01ab
 1487162396.-2118097524 uhci_portreset#1@0: uhci port 1 iteration 9, status = 0x01af
 1487162396.-1860475843 uhci_portreset#1@0: uhci port 1 iteration 8, status = 0x01a5
 1487162396.-1860458664 uhci_portreset#1@0: uhci port 1 reset, status2 = 0x01a5
 1487162396.-1860414426 roothub_ctrl_start#3@0: xfer 0x3e08e00 buflen -1 actlen 0
 1487162396.-1860401112 roothub_ctrl_start#3@0: xfer 0x3e08e00 err 0
 1487162396.-1860367612 usb_transfer_complete#5@0: called!
 1487162396.-1860359022 usb_transfer_complete#5@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 0
 1487162396.-1860341842 usb_transfer_complete#5@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487162396.-1860326810 usb_transfer_complete#5@0: xfer 0x3e08e00 doing done 0x2a4dbc
 1487162396.-1860309201 usb_transfer_complete#5@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487162396.-1860297175 usb_transfer_complete#5@0: <- done xfer 0x3e08e00, wakeup
 1487162396.-1860273983 usbd_start_next#5@0: called!
 1487162396.-1860256803 usbd_start_next#5@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487162396.-1860232322 usbd_transfer#3@0: <- done transfer 0x3e08e00, err = 0
 1487162396.-1860220726 usbd_transfer#3@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487162396.-1860178206 usbd_free_xfer#3@0: called!
 1487162396.-1860162315 usbd_free_xfer#3@0: 0x3e08e00
 1487162396.-1860072551 usbd_reset_port#1@0: port 1 reset done, error=0
 1487162396.-1602923311 uhci_poll_hub#7@0: called!
 1487162396.-1602702123 usbd_get_port_status#2@0: called!
 1487162396.-1602689668 usbd_get_port_status#2@0: dev 0x3e27298 port 1
 1487162396.-1602666475 usbd_do_request_flags#4@0: called!
 1487162396.-1602648866 usbd_alloc_xfer#4@0: called!
 1487162396.-1602586160 usbd_alloc_xfer#4@0: returns 0x3e08e00
 1487162396.-1602552231 usb_allocmem_flags#2@0: called!
 1487162396.-1602517012 usb_allocmem_flags#2@0: use frag=0xd5dec0 size=4
 1487162396.-1602474063 usbd_transfer#4@0: called!
 1487162396.-1602462037 usbd_transfer#4@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487162396.-1602443999 usbd_dump_queue#4@0: called!
 1487162396.-1602433262 usbd_dump_queue#4@0: pipe = 0x3e2d6c8
 1487162396.-1602405774 usb_insert_transfer#4@0: called!
 1487162396.-1602395037 usb_insert_transfer#4@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487162396.-1602376998 usb_insert_transfer#4@0: <- done xfer 0x3e08e00, err 0
 1487162396.-1602353806 roothub_ctrl_start#4@0: called!
 1487162396.-1602343068 roothub_ctrl_start#4@0: type=0xa3 request= 0
 1487162396.-1602309568 uhci_roothub_ctrl#4@0: called!
 1487162396.-1602298401 uhci_roothub_ctrl#4@0: type=0xa3 request=00
 1487162396.-1602272202 uhci_roothub_ctrl#4@0: returning 4
 1487162396.-1602260606 roothub_ctrl_start#4@0: xfer 0x3e08e00 buflen -1 actlen 4
 1487162396.-1602248580 roothub_ctrl_start#4@0: xfer 0x3e08e00 err 0
 1487162396.-1602230971 usb_transfer_complete#6@0: called!
 1487162396.-1602220234 usb_transfer_complete#6@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 4
 1487162396.-1602206920 usb_transfer_complete#6@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487162396.-1602194035 usb_transfer_complete#6@0: xfer 0x3e08e00 doing done 0x2a4dbc
 1487162396.-1602174278 usb_transfer_complete#6@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487162396.-1602160964 usb_transfer_complete#6@0: <- done xfer 0x3e08e00, wakeup
 1487162396.-1602141208 usbd_start_next#6@0: called!
 1487162396.-1602127034 usbd_start_next#6@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487162396.-1602106848 usbd_transfer#4@0: <- done transfer 0x3e08e00, err = 0
 1487162396.-1602096540 usbd_transfer#4@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487162396.-1602078502 usbd_free_xfer#4@0: called!
 1487162396.-1602068194 usbd_free_xfer#4@0: 0x3e08e00
 1487162396.-1602040707 usb_freemem#2@0: called!
 1487162396.-1602019662 usb_freemem#2@0: frag=0xd5dec0
 1487162396.-1601936770 usbd_clear_port_feature#2@0: called!
 1487162396.-1601926891 usbd_clear_port_feature#2@0: dev 0x3e27298 port 1 sel 20
 1487162396.-1601912289 usbd_do_request_flags#5@0: called!
 1487162396.-1601901122 usbd_alloc_xfer#5@0: called!
 1487162396.-1601875353 usbd_alloc_xfer#5@0: returns 0x3e08e00
 1487162396.-1601859461 usbd_transfer#5@0: called!
 1487162396.-1601851301 usbd_transfer#5@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487162396.-1601837557 usbd_dump_queue#5@0: called!
 1487162396.-1601828538 usbd_dump_queue#5@0: pipe = 0x3e2d6c8
 1487162396.-1601814365 usb_insert_transfer#5@0: called!
 1487162396.-1601805775 usb_insert_transfer#5@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487162396.-1601794608 usb_insert_transfer#5@0: <- done xfer 0x3e08e00, err 0
 1487162396.-1601781723 roothub_ctrl_start#5@0: called!
 1487162396.-1601769698 roothub_ctrl_start#5@0: type=0x23 request=0x1
 1487162396.-1601755095 uhci_roothub_ctrl#5@0: called!
 1487162396.-1601746935 uhci_roothub_ctrl#5@0: type=0x23 request=01
 1487162396.-1601735338 uhci_roothub_ctrl#5@0: UR_CLEAR_PORT_FEATURE port=1 feature=20
 1487162396.-1601715582 uhci_roothub_ctrl#5@0: returning 0
 1487162396.-1601703986 roothub_ctrl_start#5@0: xfer 0x3e08e00 buflen -1 actlen 0
 1487162396.-1601695396 roothub_ctrl_start#5@0: xfer 0x3e08e00 err 0
 1487162396.-1601684229 usb_transfer_complete#7@0: called!
 1487162396.-1601673492 usb_transfer_complete#7@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 0
 1487162396.-1601659318 usb_transfer_complete#7@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487162396.-1601649011 usb_transfer_complete#7@0: xfer 0x3e08e00 doing done 0x2a4dbc
 1487162396.-1601639562 usb_transfer_complete#7@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487162396.-1601630113 usb_transfer_complete#7@0: <- done xfer 0x3e08e00, wakeup
 1487162396.-1601615081 usbd_start_next#7@0: called!
 1487162396.-1601602196 usbd_start_next#7@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487162396.-1601586305 usbd_transfer#5@0: <- done transfer 0x3e08e00, err = 0
 1487162396.-1601576856 usbd_transfer#5@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487162396.-1601563971 usbd_free_xfer#5@0: called!
 1487162396.-1601552805 usbd_free_xfer#5@0: 0x3e08e00
 1487162396.-529021045 uhci_poll_hub#8@0: called!
 1487162396.-486055180 usbd_new_device#1@0: called!
 1487162396.-486035852 usbd_new_device#1@0: bus=0x3e3200c port=1 depth=1 speed=1
 1487162396.-485898845 usbd_setup_pipe_flags#1@0: called!
 1487162396.-485847306 usbd_setup_pipe_flags#1@0: dev=0x375d860 addr=0 iface=0x0 ep=0x375d884 pipe=0xfdc056a6
 1487162396.-485809081 uhci_open#1@0: called!
 1487162396.-485791902 uhci_open#1@0: pipe=0x39f9d88, addr=0, endpt=0 (1)
 1487162396.-485754106 uhci_alloc_sqh#1@0: called!
 1487162396.-485715452 uhci_alloc_std#1@0: called!
 1487162396.-485681093 uhci_alloc_std#2@0: called!
 1487162396.-485657900 usb_allocmem_flags#3@0: called!
 1487162396.-485628265 usb_allocmem_flags#3@0: use frag=0xd5dec0 size=8
 1487162396.-485597772 usbd_setup_pipe_flags#1@0: pipe=0x39f9d88
 1487162396.-485560406 usbd_get_initial_ddesc#1@0: called!
 1487162396.-485544515 usbd_get_initial_ddesc#1@0: dev 0x375d860
 1487162396.-485521322 usbd_do_request_flags#6@0: called!
 1487162396.-485506719 usbd_alloc_xfer#6@0: called!
 1487162396.-485451745 usbd_alloc_xfer#6@0: returns 0x3e08e00
 1487162396.-485434135 usb_allocmem_flags#4@0: called!
 1487162396.-485420392 usb_allocmem_flags#4@0: use frag=0xd5de80 size=64
 1487162396.-485393334 uhci_device_ctrl_init#1@0: called!
 1487162396.-485374436 uhci_device_ctrl_init#1@0: xfer=0x3e08e00 len=64, addr=0, endpt=0
 1487162396.-485337929 uhci_alloc_std_chain#1@0: called!
 1487162396.-485322038 uhci_alloc_std_chain#1@0: xfer=0x3e08e00 pipe=0x39f9d88
 1487162396.-485301423 uhci_alloc_std_chain#1@0: maxp=8 ntd=8
 1487162396.-485245159 uhci_alloc_std#3@0: called!
 1487162396.-485228839 uhci_alloc_std#4@0: called!
 1487162396.-485212088 uhci_alloc_std#5@0: called!
 1487162396.-485201781 uhci_alloc_std#6@0: called!
 1487162396.-485187178 uhci_alloc_std#7@0: called!
 1487162396.-485173434 uhci_alloc_std#8@0: called!
 1487162396.-485157543 uhci_alloc_std#9@0: called!
 1487162396.-485143799 uhci_alloc_std#10@0: called!
 1487162396.-485096985 usbd_transfer#6@0: called!
 1487162396.-485080664 usbd_transfer#6@0: xfer = 0x3e08e00, flags = 0x6, pipe = 0x39f9d88, running = 0
 1487162396.-485063914 usbd_dump_queue#6@0: called!
 1487162396.-485054895 usbd_dump_queue#6@0: pipe = 0x39f9d88
 1487162396.-485029125 usb_insert_transfer#6@0: called!
 1487162396.-485017099 usb_insert_transfer#6@0: xfer = 0x3e08e00 pipe = 0x39f9d88 running = 0 timeout = 5000
 1487162396.-485000349 usb_insert_transfer#6@0: <- done xfer 0x3e08e00, err 0
 1487162396.-484966849 uhci_device_ctrl_start#1@0: called!
 1487162396.-484939362 uhci_device_ctrl_start#1@0: type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000
 1487162396.-484920464 uhci_device_ctrl_start#1@0: len=64, addr=0, endpt=0
 1487162396.-484867207 uhci_reset_std_chain#1@0: called!
 1487162396.-484853034 uhci_reset_std_chain#1@0: xfer=0x3e08e00 len 64 isread 128 toggle 1
 1487162396.-484737930 uhci_device_ctrl_start#1@0: --- dump start ---
 1487162396.-484720751 uhci_device_ctrl_start#1@0: before transfer
 1487162396.-484689827 uhci_dump_td#1@0: called!
 1487162396.-484671789 uhci_dump_td#1@0: TD(0xd24770) at 0x00d24770
 1487162396.-484653750 uhci_dump_td#1@0:    link=0x00d245f0 status=0x1c8003ff token=0x00e0002d buffer=0x00d5dec0
 1487162396.-484636141 uhci_dump_td#1@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-484614666 uhci_dump_td#1@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162396.-484596628 uhci_dump_td#1@0: ios     =0 ls      =1 spd     =0
 1487162396.-484578160 uhci_dump_td#1@0: errcnt  =3 actlen  =1024 pid=2d
 1487162396.-484557973 uhci_dump_td#1@0: addr=0  endpt=0  D=0  maxlen=8,
 1487162396.-484532633 uhci_dump_td#2@0: called!
 1487162396.-484526621 uhci_dump_td#2@0: TD(0xd245f0) at 0x00d245f0
 1487162396.-484518890 uhci_dump_td#2@0:    link=0x00d24624 status=0x3c8003ff token=0x00e80069 buffer=0x00d5de80
 1487162396.-484510729 uhci_dump_td#2@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-484502569 uhci_dump_td#2@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162396.-484495268 uhci_dump_td#2@0: ios     =0 ls      =1 spd     =1
 1487162396.-484486248 uhci_dump_td#2@0: errcnt  =3 actlen  =1024 pid=69
 1487162396.-484478518 uhci_dump_td#2@0: addr=0  endpt=0  D=1  maxlen=8,
 1487162396.-484468210 uhci_dump_td#3@0: called!
 1487162396.-484461767 uhci_dump_td#3@0: TD(0xd24620) at 0x00d24620
 1487162396.-484452319 uhci_dump_td#3@0:    link=0x00d24654 status=0x3c8003ff token=0x00e00069 buffer=0x00d5de88
 1487162396.-484444158 uhci_dump_td#3@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-484435998 uhci_dump_td#3@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162396.-484428697 uhci_dump_td#3@0: ios     =0 ls      =1 spd     =1
 1487162396.-484418818 uhci_dump_td#3@0: errcnt  =3 actlen  =1024 pid=69
 1487162396.-484409799 uhci_dump_td#3@0: addr=0  endpt=0  D=0  maxlen=8,
 1487162396.-484399491 uhci_dump_td#4@0: called!
 1487162396.-484393049 uhci_dump_td#4@0: TD(0xd24650) at 0x00d24650
 1487162396.-484385318 uhci_dump_td#4@0:    link=0x00d24684 status=0x3c8003ff token=0x00e80069 buffer=0x00d5de90
 1487162396.-484377587 uhci_dump_td#4@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-484369427 uhci_dump_td#4@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162396.-484362555 uhci_dump_td#4@0: ios     =0 ls      =1 spd     =1
 1487162396.-484354395 uhci_dump_td#4@0: errcnt  =3 actlen  =1024 pid=69
 1487162396.-484345805 uhci_dump_td#4@0: addr=0  endpt=0  D=1  maxlen=8,
 1487162396.-484335497 uhci_dump_td#5@0: called!
 1487162396.-484329055 uhci_dump_td#5@0: TD(0xd24680) at 0x00d24680
 1487162396.-484319606 uhci_dump_td#5@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5de98
 1487162396.-484311446 uhci_dump_td#5@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-484303285 uhci_dump_td#5@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162396.-484296843 uhci_dump_td#5@0: ios     =0 ls      =1 spd     =1
 1487162396.-484287394 uhci_dump_td#5@0: errcnt  =3 actlen  =1024 pid=69
 1487162396.-484279234 uhci_dump_td#5@0: addr=0  endpt=0  D=0  maxlen=8,
 1487162396.-484268067 uhci_dump_td#6@0: called!
 1487162396.-484262054 uhci_dump_td#6@0: TD(0xd246b0) at 0x00d246b0
 1487162396.-484253894 uhci_dump_td#6@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5dea0
 1487162396.-484245733 uhci_dump_td#6@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-484237573 uhci_dump_td#6@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162396.-484231131 uhci_dump_td#6@0: ios     =0 ls      =1 spd     =1
 1487162396.-484221682 uhci_dump_td#6@0: errcnt  =3 actlen  =1024 pid=69
 1487162396.-484213092 uhci_dump_td#6@0: addr=0  endpt=0  D=1  maxlen=8,
 1487162396.-484202355 uhci_dump_td#7@0: called!
 1487162396.-484196342 uhci_dump_td#7@0: TD(0xd246e0) at 0x00d246e0
 1487162396.-484186893 uhci_dump_td#7@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5dea8
 1487162396.-484178733 uhci_dump_td#7@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-484170572 uhci_dump_td#7@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162396.-484164130 uhci_dump_td#7@0: ios     =0 ls      =1 spd     =1
 1487162396.-484153822 uhci_dump_td#7@0: errcnt  =3 actlen  =1024 pid=69
 1487162396.-484145232 uhci_dump_td#7@0: addr=0  endpt=0  D=0  maxlen=8,
 1487162396.-484134495 uhci_dump_td#8@0: called!
 1487162396.-484128482 uhci_dump_td#8@0: TD(0xd24710) at 0x00d24710
 1487162396.-484119033 uhci_dump_td#8@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5deb0
 1487162396.-484110873 uhci_dump_td#8@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-484102713 uhci_dump_td#8@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162396.-484096270 uhci_dump_td#8@0: ios     =0 ls      =1 spd     =1
 1487162396.-484085963 uhci_dump_td#8@0: errcnt  =3 actlen  =1024 pid=69
 1487162396.-484077373 uhci_dump_td#8@0: addr=0  endpt=0  D=1  maxlen=8,
 1487162396.-484066636 uhci_dump_td#9@0: called!
 1487162396.-484059764 uhci_dump_td#9@0: TD(0xd24740) at 0x00d24740
 1487162396.-484052462 uhci_dump_td#9@0:    link=0x00d247a0 status=0x3c8003ff token=0x00e00069 buffer=0x00d5deb8
 1487162396.-484044302 uhci_dump_td#9@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-484036142 uhci_dump_td#9@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162396.-484029699 uhci_dump_td#9@0: ios     =0 ls      =1 spd     =1
 1487162396.-484019821 uhci_dump_td#9@0: errcnt  =3 actlen  =1024 pid=69
 1487162396.-484010372 uhci_dump_td#9@0: addr=0  endpt=0  D=0  maxlen=8,
 1487162396.-484000064 uhci_dump_td#10@0: called!
 1487162396.-483993622 uhci_dump_td#10@0: TD(0xd247a0) at 0x00d247a0
 1487162396.-483985032 uhci_dump_td#10@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487162396.-483976872 uhci_dump_td#10@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-483968712 uhci_dump_td#10@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487162396.-483962269 uhci_dump_td#10@0: ios     =0 ls      =1 spd     =0
 1487162396.-483952820 uhci_dump_td#10@0: errcnt  =3 actlen  =1024 pid=e1
 1487162396.-483944660 uhci_dump_td#10@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487162396.-483928339 uhci_device_ctrl_start#1@0: --- dump end ---
 1487162396.-483899134 uhci_add_ls_ctrl#1@0: called!
 1487162396.-483882384 uhci_add_ls_ctrl#1@0: sqh 0xd22710
 1487162396.-483844159 uhci_device_ctrl_start#1@0: --- dump start ---
 1487162396.-483827409 uhci_device_ctrl_start#1@0: follow from [0]
 1487162396.-483808082 uhci_dump_td#11@0: called!
 1487162396.-483792191 uhci_dump_td#11@0: TD(0xd1e7a0) at 0x00d1e7a0
 1487162396.-483784030 uhci_dump_td#11@0:    link=0x00d20712 status=0x02000000 token=0x00000000 buffer=0x00000000
 1487162396.-483775870 uhci_dump_td#11@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-483769857 uhci_dump_td#11@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487162396.-483760408 uhci_dump_td#11@0: ios     =1 ls      =0 spd     =0
 1487162396.-483752248 uhci_dump_td#11@0: errcnt  =0 actlen  =1 pid=00
 1487162396.-483743658 uhci_dump_td#11@0: addr=0  endpt=0  D=0  maxlen=1,
 1487162396.-483720895 uhci_dump_qh#1@0: called!
 1487162396.-483700280 uhci_dump_qh#1@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487162396.-483680094 uhci_dump_qh#2@0: called!
 1487162396.-483671074 uhci_dump_qh#2@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487162396.-483658619 uhci_dump_qh#3@0: called!
 1487162396.-483650888 uhci_dump_qh#3@0: QH(0xd20740) at 0x00d20740: hlink=00d22712 elink=00000001
 1487162396.-483641439 uhci_dump_qh#4@0: called!
 1487162396.-483633279 uhci_dump_qh#4@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d24770
 1487162396.-483625548 uhci_dump_qh#5@0: called!
 1487162396.-483614811 uhci_dump_qh#5@0: QH(0xd20770) at 0x00d20770: hlink=00d207a2 elink=00000001
 1487162396.-483605362 uhci_dump_qh#6@0: called!
 1487162396.-483589471 uhci_dump_qh#6@0: QH(0xd207a0) at 0x00d207a0: hlink=00d207d2 elink=00000001
 1487162396.-483582170 uhci_dump_qh#7@0: called!
 1487162396.-483569714 uhci_dump_qh#7@0: QH(0xd207d0) at 0x00d207d0: hlink=00000001 elink=00d1e7d0
 1487162396.-483554253 uhci_device_ctrl_start#1@0: Enqueued QH:
 1487162396.-483540509 uhci_dump_qh#8@0: called!
 1487162396.-483534067 uhci_dump_qh#8@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d24770
 1487162396.-483523759 uhci_dump_td#12@0: called!
 1487162396.-483515598 uhci_dump_td#12@0: TD(0xd24770) at 0x00d24770
 1487162396.-483507438 uhci_dump_td#12@0:    link=0x00d245f0 status=0x1c8003ff token=0x00e0002d buffer=0x00d5dec0
 1487162396.-483500566 uhci_dump_td#12@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-483491976 uhci_dump_td#12@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162396.-483483816 uhci_dump_td#12@0: ios     =0 ls      =1 spd     =0
 1487162396.-483474797 uhci_dump_td#12@0: errcnt  =3 actlen  =1024 pid=2d
 1487162396.-483468354 uhci_dump_td#12@0: addr=0  endpt=0  D=0  maxlen=8,
 1487162396.-483456329 uhci_dump_td#13@0: called!
 1487162396.-483448598 uhci_dump_td#13@0: TD(0xd245f0) at 0x00d245f0
 1487162396.-483440437 uhci_dump_td#13@0:    link=0x00d24624 status=0x3c8003ff token=0x00e80069 buffer=0x00d5de80
 1487162396.-483434425 uhci_dump_td#13@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-483424976 uhci_dump_td#13@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162396.-483416815 uhci_dump_td#13@0: ios     =0 ls      =1 spd     =1
 1487162396.-483407796 uhci_dump_td#13@0: errcnt  =3 actlen  =1024 pid=69
 1487162396.-483400495 uhci_dump_td#13@0: addr=0  endpt=0  D=1  maxlen=8,
 1487162396.-483389757 uhci_dump_td#14@0: called!
 1487162396.-483382027 uhci_dump_td#14@0: TD(0xd24620) at 0x00d24620
 1487162396.-483373866 uhci_dump_td#14@0:    link=0x00d24654 status=0x3c8003ff token=0x00e00069 buffer=0x00d5de88
 1487162396.-483366994 uhci_dump_td#14@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-483357975 uhci_dump_td#14@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162396.-483349815 uhci_dump_td#14@0: ios     =0 ls      =1 spd     =1
 1487162396.-483340795 uhci_dump_td#14@0: errcnt  =3 actlen  =1024 pid=69
 1487162396.-483333065 uhci_dump_td#14@0: addr=0  endpt=0  D=0  maxlen=8,
 1487162396.-483321468 uhci_dump_td#15@0: called!
 1487162396.-483313308 uhci_dump_td#15@0: TD(0xd24650) at 0x00d24650
 1487162396.-483304718 uhci_dump_td#15@0:    link=0x00d24684 status=0x3c8003ff token=0x00e80069 buffer=0x00d5de90
 1487162396.-483298705 uhci_dump_td#15@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-483290116 uhci_dump_td#15@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162396.-483281955 uhci_dump_td#15@0: ios     =0 ls      =1 spd     =1
 1487162396.-483272936 uhci_dump_td#15@0: errcnt  =3 actlen  =1024 pid=69
 1487162396.-483265635 uhci_dump_td#15@0: addr=0  endpt=0  D=1  maxlen=8,
 1487162396.-483254897 uhci_dump_td#16@0: called!
 1487162396.-483245878 uhci_dump_td#16@0: TD(0xd24680) at 0x00d24680
 1487162396.-483237718 uhci_dump_td#16@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5de98
 1487162396.-483231275 uhci_dump_td#16@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-483221826 uhci_dump_td#16@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162396.-483213666 uhci_dump_td#16@0: ios     =0 ls      =1 spd     =1
 1487162396.-483204647 uhci_dump_td#16@0: errcnt  =3 actlen  =1024 pid=69
 1487162396.-483196916 uhci_dump_td#16@0: addr=0  endpt=0  D=0  maxlen=8,
 1487162396.-483186179 uhci_dump_td#17@0: called!
 1487162396.-483178018 uhci_dump_td#17@0: TD(0xd246b0) at 0x00d246b0
 1487162396.-483169858 uhci_dump_td#17@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5dea0
 1487162396.-483163416 uhci_dump_td#17@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-483155255 uhci_dump_td#17@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162396.-483147095 uhci_dump_td#17@0: ios     =0 ls      =1 spd     =1
 1487162396.-483138935 uhci_dump_td#17@0: errcnt  =3 actlen  =1024 pid=69
 1487162396.-483132922 uhci_dump_td#17@0: addr=0  endpt=0  D=1  maxlen=8,
 1487162396.-483122184 uhci_dump_td#18@0: called!
 1487162396.-483111877 uhci_dump_td#18@0: TD(0xd246e0) at 0x00d246e0
 1487162396.-483103287 uhci_dump_td#18@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5dea8
 1487162396.-483096845 uhci_dump_td#18@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-483087825 uhci_dump_td#18@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162396.-483079665 uhci_dump_td#18@0: ios     =0 ls      =1 spd     =1
 1487162396.-483071075 uhci_dump_td#18@0: errcnt  =3 actlen  =1024 pid=69
 1487162396.-483064633 uhci_dump_td#18@0: addr=0  endpt=0  D=0  maxlen=8,
 1487162396.-483054325 uhci_dump_td#19@0: called!
 1487162396.-483045306 uhci_dump_td#19@0: TD(0xd24710) at 0x00d24710
 1487162396.-483038004 uhci_dump_td#19@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5deb0
 1487162396.-483031991 uhci_dump_td#19@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-483023402 uhci_dump_td#19@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162396.-483015241 uhci_dump_td#19@0: ios     =0 ls      =1 spd     =1
 1487162396.-483007510 uhci_dump_td#19@0: errcnt  =3 actlen  =1024 pid=69
 1487162396.-483000638 uhci_dump_td#19@0: addr=0  endpt=0  D=1  maxlen=8,
 1487162396.-482989472 uhci_dump_td#20@0: called!
 1487162396.-482981311 uhci_dump_td#20@0: TD(0xd24740) at 0x00d24740
 1487162396.-482972722 uhci_dump_td#20@0:    link=0x00d247a0 status=0x3c8003ff token=0x00e00069 buffer=0x00d5deb8
 1487162396.-482966279 uhci_dump_td#20@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-482956830 uhci_dump_td#20@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162396.-482949100 uhci_dump_td#20@0: ios     =0 ls      =1 spd     =1
 1487162396.-482940939 uhci_dump_td#20@0: errcnt  =3 actlen  =1024 pid=69
 1487162396.-482934067 uhci_dump_td#20@0: addr=0  endpt=0  D=0  maxlen=8,
 1487162396.-482922042 uhci_dump_td#21@0: called!
 1487162396.-482910445 uhci_dump_td#21@0: TD(0xd247a0) at 0x00d247a0
 1487162396.-482902285 uhci_dump_td#21@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487162396.-482895413 uhci_dump_td#21@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-482886394 uhci_dump_td#21@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487162396.-482878234 uhci_dump_td#21@0: ios     =0 ls      =1 spd     =0
 1487162396.-482870503 uhci_dump_td#21@0: errcnt  =3 actlen  =1024 pid=e1
 1487162396.-482864490 uhci_dump_td#21@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487162396.-482848599 uhci_device_ctrl_start#1@0: --- dump end ---
 1487162396.-482777733 usbd_transfer#6@0: <- done transfer 0x3e08e00, err = 1
 1487162396.-482753252 usbd_transfer#6@0: <- sleeping on xfer 0x3e08e00
 1487162396.-473384761 uhci_intr#1@0: called!
 1487162396.-473332363 uhci_intr1#1@0: called!
 1487162396.-473315183 uhci_intr1#1@0: sc 0x3e32008
 1487162396.-473282113 uhci_dumpregs#1@0: called!
 1487162396.-473266221 uhci_dumpregs#1@0: cmd =0081  sts    =0001  intr   =000f  frnum =0446
 1487162396.-473238734 uhci_dumpregs#1@0: sof =0040  portsc1=01a5  portsc2=0080  flbase=00d1c000
 1487162396.-473173881 usb_schedsoftintr#1@0: called!
 1487162396.-473153265 usb_schedsoftintr#1@0: polling=0
 1487162396.-473106880 uhci_intr1#1@0: sc 0x3e32008 done
 1487162396.-472972020 uhci_softintr#1@0: called!
 1487162396.-472955699 uhci_softintr#1@0: sc 0x3e32008
 1487162396.-472914039 uhci_check_intr#1@0: called!
 1487162396.-472899436 uhci_check_intr#1@0: ux 0x3e08e00
 1487162396.-472868942 uhci_check_intr#1@0: active ux=0x3e08e00
 1487162396.-472831576 uhci_check_intr#1@0: ux=0x3e08e00 done
 1487162396.-472768871 uhci_idone#1@0: called!
 1487162396.-472752979 uhci_idone#1@0: ux=0x3e08e00
 1487162396.-472725492 uhci_idone#1@0: ux=0x3e08e00, xfer=0x3e08e00, pipe=0x39f9d88 ready
 1487162396.-472710030 uhci_idone#1@0: --- dump start ---
 1487162396.-472689415 uhci_dump_td#22@0: called!
 1487162396.-472682972 uhci_dump_td#22@0: TD(0xd24770) at 0x00d24770
 1487162396.-472671806 uhci_dump_td#22@0:    link=0x00d245f0 status=0x1c000007 token=0x00e0002d buffer=0x00d5dec0
 1487162396.-472659780 uhci_dump_td#22@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-472641312 uhci_dump_td#22@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487162396.-472631004 uhci_dump_td#22@0: ios     =0 ls      =1 spd     =0
 1487162396.-472619408 uhci_dump_td#22@0: errcnt  =3 actlen  =8 pid=2d
 1487162396.-472604805 uhci_dump_td#22@0: addr=0  endpt=0  D=0  maxlen=8,
 1487162396.-472588914 uhci_dump_td#23@0: called!
 1487162396.-472582471 uhci_dump_td#23@0: TD(0xd245f0) at 0x00d245f0
 1487162396.-472573023 uhci_dump_td#23@0:    link=0x00d24624 status=0x1c000007 token=0x00e80069 buffer=0x00d5de80
 1487162396.-472564862 uhci_dump_td#23@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-472557132 uhci_dump_td#23@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487162396.-472550689 uhci_dump_td#23@0: ios     =0 ls      =1 spd     =0
 1487162396.-472541240 uhci_dump_td#23@0: errcnt  =3 actlen  =8 pid=69
 1487162396.-472533080 uhci_dump_td#23@0: addr=0  endpt=0  D=1  maxlen=8,
 1487162396.-472521913 uhci_dump_td#24@0: called!
 1487162396.-472515471 uhci_dump_td#24@0: TD(0xd24620) at 0x00d24620
 1487162396.-472506022 uhci_dump_td#24@0:    link=0x00d24654 status=0x1c000007 token=0x00e00069 buffer=0x00d5de88
 1487162396.-472497862 uhci_dump_td#24@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-472489701 uhci_dump_td#24@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487162396.-472483259 uhci_dump_td#24@0: ios     =0 ls      =1 spd     =0
 1487162396.-472472951 uhci_dump_td#24@0: errcnt  =3 actlen  =8 pid=69
 1487162396.-472464791 uhci_dump_td#24@0: addr=0  endpt=0  D=0  maxlen=8,
 1487162396.-472454054 uhci_dump_td#25@0: called!
 1487162396.-472448041 uhci_dump_td#25@0: TD(0xd24650) at 0x00d24650
 1487162396.-472439880 uhci_dump_td#25@0:    link=0x00d24684 status=0x1c4007ff token=0x00e80069 buffer=0x00d5de90
 1487162396.-472431720 uhci_dump_td#25@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-472423560 uhci_dump_td#25@0: dbuffer =0 stalled =1 active  =0 ioc     =0
 1487162396.-472415829 uhci_dump_td#25@0: ios     =0 ls      =1 spd     =0
 1487162396.-472405521 uhci_dump_td#25@0: errcnt  =3 actlen  =0 pid=69
 1487162396.-472397361 uhci_dump_td#25@0: addr=0  endpt=0  D=1  maxlen=8,
 1487162396.-472386194 uhci_dump_td#26@0: called!
 1487162396.-472379752 uhci_dump_td#26@0: TD(0xd24680) at 0x00d24680
 1487162396.-472370303 uhci_dump_td#26@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5de98
 1487162396.-472362143 uhci_dump_td#26@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-472353982 uhci_dump_td#26@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162396.-472347540 uhci_dump_td#26@0: ios     =0 ls      =1 spd     =1
 1487162396.-472337232 uhci_dump_td#26@0: errcnt  =3 actlen  =1024 pid=69
 1487162396.-472329072 uhci_dump_td#26@0: addr=0  endpt=0  D=0  maxlen=8,
 1487162396.-472318334 uhci_dump_td#27@0: called!
 1487162396.-472311892 uhci_dump_td#27@0: TD(0xd246b0) at 0x00d246b0
 1487162396.-472302443 uhci_dump_td#27@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5dea0
 1487162396.-472294283 uhci_dump_td#27@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-472286123 uhci_dump_td#27@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162396.-472280110 uhci_dump_td#27@0: ios     =0 ls      =1 spd     =1
 1487162396.-472271090 uhci_dump_td#27@0: errcnt  =3 actlen  =1024 pid=69
 1487162396.-472262071 uhci_dump_td#27@0: addr=0  endpt=0  D=1  maxlen=8,
 1487162396.-472251763 uhci_dump_td#28@0: called!
 1487162396.-472245321 uhci_dump_td#28@0: TD(0xd246e0) at 0x00d246e0
 1487162396.-472235872 uhci_dump_td#28@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5dea8
 1487162396.-472227712 uhci_dump_td#28@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-472219551 uhci_dump_td#28@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162396.-472212680 uhci_dump_td#28@0: ios     =0 ls      =1 spd     =1
 1487162396.-472202372 uhci_dump_td#28@0: errcnt  =3 actlen  =1024 pid=69
 1487162396.-472193353 uhci_dump_td#28@0: addr=0  endpt=0  D=0  maxlen=8,
 1487162396.-472182615 uhci_dump_td#29@0: called!
 1487162396.-472176173 uhci_dump_td#29@0: TD(0xd24710) at 0x00d24710
 1487162396.-472168013 uhci_dump_td#29@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5deb0
 1487162396.-472159852 uhci_dump_td#29@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-472151692 uhci_dump_td#29@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162396.-472144391 uhci_dump_td#29@0: ios     =0 ls      =1 spd     =1
 1487162396.-472134942 uhci_dump_td#29@0: errcnt  =3 actlen  =1024 pid=69
 1487162396.-472125493 uhci_dump_td#29@0: addr=0  endpt=0  D=1  maxlen=8,
 1487162396.-472114756 uhci_dump_td#30@0: called!
 1487162396.-472108313 uhci_dump_td#30@0: TD(0xd24740) at 0x00d24740
 1487162396.-472098864 uhci_dump_td#30@0:    link=0x00d247a0 status=0x3c8003ff token=0x00e00069 buffer=0x00d5deb8
 1487162396.-472090704 uhci_dump_td#30@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-472082544 uhci_dump_td#30@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162396.-472076101 uhci_dump_td#30@0: ios     =0 ls      =1 spd     =1
 1487162396.-472065794 uhci_dump_td#30@0: errcnt  =3 actlen  =1024 pid=69
 1487162396.-472057633 uhci_dump_td#30@0: addr=0  endpt=0  D=0  maxlen=8,
 1487162396.-472046896 uhci_dump_td#31@0: called!
 1487162396.-472040454 uhci_dump_td#31@0: TD(0xd247a0) at 0x00d247a0
 1487162396.-472031005 uhci_dump_td#31@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487162396.-472022845 uhci_dump_td#31@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-472014684 uhci_dump_td#31@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487162396.-472008242 uhci_dump_td#31@0: ios     =0 ls      =1 spd     =0
 1487162396.-471997934 uhci_dump_td#31@0: errcnt  =3 actlen  =1024 pid=e1
 1487162396.-471989774 uhci_dump_td#31@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487162396.-471974312 uhci_idone#1@0: --- dump end ---
 1487162396.-471944248 uhci_idone#1@0: actlen=16, status=0x400000
 1487162396.-471921055 uhci_idone#1@0: error, addr=0, endpt=0x00
 1487162396.-471900869 uhci_idone#1@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162396.-471880253 uhci_idone#1@0: dbuffer =0 stalled =1 active  =0
 1487162396.-471854054 uhci_idone#1@0: ux=0x3e08e00 done
 1487162396.-471830003 uhci_softintr#1@0: ux 0x3e08e00
 1487162396.-471811535 usb_transfer_complete#8@0: called!
 1487162396.-471800798 usb_transfer_complete#8@0: pipe = 0x39f9d88 xfer = 0x3e08e00 status = 17 actlen = 16
 1487162396.-471786195 usb_transfer_complete#8@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487162396.-471772451 usb_transfer_complete#8@0: xfer 0x3e08e00 doing done 0x2a9d30
 1487162396.-471738951 uhci_device_ctrl_done#1@0: called!
 1487162396.-471699008 uhci_remove_ls_ctrl#1@0: called!
 1487162396.-471683976 uhci_remove_ls_ctrl#1@0: sqh 0xd22710
 1487162396.-471620841 uhci_find_prev_qh#1@0: called!
 1487162396.-471603232 uhci_find_prev_qh#1@0: pqh=0xd20740 sqh=0xd22710
 1487162396.-471543962 uhci_device_ctrl_done#1@0: length=16
 1487162396.-471517333 usb_transfer_complete#8@0: xfer 0x3e08e00 doing callback 0x0 status 17
 1487162396.-471501872 usb_transfer_complete#8@0: <- done xfer 0x3e08e00, wakeup
 1487162396.-471387198 usbd_start_next#8@0: called!
 1487162396.-471372595 usbd_start_next#8@0: pipe = 0x39f9d88, xfer = 0x0
 1487162396.-471165151 uhci_free_stds#1@0: called!
 1487162396.-471147542 uhci_free_stds#1@0: ux=0x3e08e00
 1487162396.-471044034 usbd_free_xfer#6@0: called!
 1487162396.-471032867 usbd_free_xfer#6@0: 0x3e08e00
 1487162396.-471010104 usb_freemem#3@0: called!
 1487162396.-470984764 usb_freemem#3@0: frag=0xd5de80
 1487162396.-470932366 usbd_do_request_flags#6@0: returning err = 17
 1487162396.-469147831 uhci_intr#2@0: called!
 1487162396.-469123779 uhci_intr1#2@0: called!
 1487162396.-469112183 uhci_intr1#2@0: sc 0x3e32008
 1487162396.-469092856 uhci_dumpregs#2@0: called!
 1487162396.-469082548 uhci_dumpregs#2@0: cmd =0081  sts    =0002  intr   =000f  frnum =0447
 1487162396.-469063650 uhci_dumpregs#2@0: sof =0040  portsc1=01a5  portsc2=0080  flbase=00d1c000
 1487162396.-469024996 usb_schedsoftintr#2@0: called!
 1487162396.-469010823 usb_schedsoftintr#2@0: polling=0
 1487162396.-468980759 uhci_intr1#2@0: sc 0x3e32008 done
 1487162396.-468907745 uhci_softintr#2@0: called!
 1487162396.-468896578 uhci_softintr#2@0: sc 0x3e32008
 1487162397.415911898 usbd_get_initial_ddesc#2@0: called!
 1487162397.415923064 usbd_get_initial_ddesc#2@0: dev 0x375d860
 1487162397.415938526 usbd_do_request_flags#7@0: called!
 1487162397.415961289 usbd_alloc_xfer#7@0: called!
 1487162397.416043322 usbd_alloc_xfer#7@0: returns 0x3e08e00
 1487162397.416069950 usb_allocmem_flags#5@0: called!
 1487162397.416098726 usb_allocmem_flags#5@0: use frag=0xd5de80 size=8
 1487162397.416127502 uhci_device_ctrl_init#2@0: called!
 1487162397.416138239 uhci_device_ctrl_init#2@0: xfer=0x3e08e00 len=8, addr=0, endpt=0
 1487162397.416159284 uhci_alloc_std_chain#2@0: called!
 1487162397.416168304 uhci_alloc_std_chain#2@0: xfer=0x3e08e00 pipe=0x39f9d88
 1487162397.416180330 uhci_alloc_std_chain#2@0: maxp=8 ntd=1
 1487162397.416248619 uhci_alloc_std#11@0: called!
 1487162397.416292856 usbd_transfer#7@0: called!
 1487162397.416303164 usbd_transfer#7@0: xfer = 0x3e08e00, flags = 0x6, pipe = 0x39f9d88, running = 0
 1487162397.416322921 usbd_dump_queue#7@0: called!
 1487162397.416333228 usbd_dump_queue#7@0: pipe = 0x39f9d88
 1487162397.416359857 usb_insert_transfer#7@0: called!
 1487162397.416368447 usb_insert_transfer#7@0: xfer = 0x3e08e00 pipe = 0x39f9d88 running = 0 timeout = 5000
 1487162397.416385197 usb_insert_transfer#7@0: <- done xfer 0x3e08e00, err 0
 1487162397.416406671 uhci_device_ctrl_start#2@0: called!
 1487162397.416420415 uhci_device_ctrl_start#2@0: type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000
 1487162397.416430293 uhci_device_ctrl_start#2@0: len=8, addr=0, endpt=0
 1487162397.416456922 uhci_reset_std_chain#2@0: called!
 1487162397.416468089 uhci_reset_std_chain#2@0: xfer=0x3e08e00 len 8 isread 128 toggle 1
 1487162397.416517480 uhci_device_ctrl_start#2@0: --- dump start ---
 1487162397.416526929 uhci_device_ctrl_start#2@0: before transfer
 1487162397.416544538 uhci_dump_td#32@0: called!
 1487162397.416559570 uhci_dump_td#32@0: TD(0xd24770) at 0x00d24770
 1487162397.416575461 uhci_dump_td#32@0:    link=0x00d24740 status=0x1c8003ff token=0x00e0002d buffer=0x00d5dec0
 1487162397.416590064 uhci_dump_td#32@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.416608103 uhci_dump_td#32@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162397.416620987 uhci_dump_td#32@0: ios     =0 ls      =1 spd     =0
 1487162397.416633013 uhci_dump_td#32@0: errcnt  =3 actlen  =1024 pid=2d
 1487162397.416648045 uhci_dump_td#32@0: addr=0  endpt=0  D=0  maxlen=8,
 1487162397.416663937 uhci_dump_td#33@0: called!
 1487162397.416671667 uhci_dump_td#33@0: TD(0xd24740) at 0x00d24740
 1487162397.416679398 uhci_dump_td#33@0:    link=0x00d247a0 status=0x3c8003ff token=0x00e80069 buffer=0x00d5de80
 1487162397.416685841 uhci_dump_td#33@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.416693571 uhci_dump_td#33@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162397.416701302 uhci_dump_td#33@0: ios     =0 ls      =1 spd     =1
 1487162397.416709892 uhci_dump_td#33@0: errcnt  =3 actlen  =1024 pid=69
 1487162397.416715476 uhci_dump_td#33@0: addr=0  endpt=0  D=1  maxlen=8,
 1487162397.416725783 uhci_dump_td#34@0: called!
 1487162397.416733944 uhci_dump_td#34@0: TD(0xd247a0) at 0x00d247a0
 1487162397.416742104 uhci_dump_td#34@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487162397.416748546 uhci_dump_td#34@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.416757995 uhci_dump_td#34@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487162397.416767014 uhci_dump_td#34@0: ios     =0 ls      =1 spd     =0
 1487162397.416776034 uhci_dump_td#34@0: errcnt  =3 actlen  =1024 pid=e1
 1487162397.416781617 uhci_dump_td#34@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487162397.416794072 uhci_device_ctrl_start#2@0: --- dump end ---
 1487162397.416815976 uhci_add_ls_ctrl#2@0: called!
 1487162397.416828002 uhci_add_ls_ctrl#2@0: sqh 0xd22710
 1487162397.416851195 uhci_device_ctrl_start#2@0: --- dump start ---
 1487162397.416862791 uhci_device_ctrl_start#2@0: follow from [0]
 1487162397.416874387 uhci_dump_td#35@0: called!
 1487162397.416886413 uhci_dump_td#35@0: TD(0xd1e7a0) at 0x00d1e7a0
 1487162397.416892855 uhci_dump_td#35@0:    link=0x00d20712 status=0x02000000 token=0x00000000 buffer=0x00000000
 1487162397.416901875 uhci_dump_td#35@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.416909606 uhci_dump_td#35@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487162397.416917766 uhci_dump_td#35@0: ios     =1 ls      =0 spd     =0
 1487162397.416923779 uhci_dump_td#35@0: errcnt  =0 actlen  =1 pid=00
 1487162397.416932798 uhci_dump_td#35@0: addr=0  endpt=0  D=0  maxlen=1,
 1487162397.416947401 uhci_dump_qh#9@0: called!
 1487162397.416961574 uhci_dump_qh#9@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487162397.416974029 uhci_dump_qh#10@0: called!
 1487162397.416983049 uhci_dump_qh#10@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487162397.416994215 uhci_dump_qh#11@0: called!
 1487162397.417001946 uhci_dump_qh#11@0: QH(0xd20740) at 0x00d20740: hlink=00d22712 elink=00000001
 1487162397.417009247 uhci_dump_qh#12@0: called!
 1487162397.417019555 uhci_dump_qh#12@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d24770
 1487162397.417029004 uhci_dump_qh#13@0: called!
 1487162397.417037594 uhci_dump_qh#13@0: QH(0xd20770) at 0x00d20770: hlink=00d207a2 elink=00000001
 1487162397.417045754 uhci_dump_qh#14@0: called!
 1487162397.417056491 uhci_dump_qh#14@0: QH(0xd207a0) at 0x00d207a0: hlink=00d207d2 elink=00000001
 1487162397.417065940 uhci_dump_qh#15@0: called!
 1487162397.417075389 uhci_dump_qh#15@0: QH(0xd207d0) at 0x00d207d0: hlink=00000001 elink=00d1e7d0
 1487162397.417085697 uhci_device_ctrl_start#2@0: Enqueued QH:
 1487162397.417096434 uhci_dump_qh#16@0: called!
 1487162397.417105453 uhci_dump_qh#16@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d24770
 1487162397.417115332 uhci_dump_td#36@0: called!
 1487162397.417121774 uhci_dump_td#36@0: TD(0xd24770) at 0x00d24770
 1487162397.417130364 uhci_dump_td#36@0:    link=0x00d24740 status=0x1c8003ff token=0x00e0002d buffer=0x00d5dec0
 1487162397.417138095 uhci_dump_td#36@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.417146255 uhci_dump_td#36@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162397.417152268 uhci_dump_td#36@0: ios     =0 ls      =1 spd     =0
 1487162397.417161287 uhci_dump_td#36@0: errcnt  =3 actlen  =1024 pid=2d
 1487162397.417170307 uhci_dump_td#36@0: addr=0  endpt=0  D=0  maxlen=8,
 1487162397.417180614 uhci_dump_td#37@0: called!
 1487162397.417187057 uhci_dump_td#37@0: TD(0xd24740) at 0x00d24740
 1487162397.417194358 uhci_dump_td#37@0:    link=0x00d247a0 status=0x3c8003ff token=0x00e80069 buffer=0x00d5de80
 1487162397.417202089 uhci_dump_td#37@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.417210249 uhci_dump_td#37@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162397.417216692 uhci_dump_td#37@0: ios     =0 ls      =1 spd     =1
 1487162397.417226570 uhci_dump_td#37@0: errcnt  =3 actlen  =1024 pid=69
 1487162397.417234730 uhci_dump_td#37@0: addr=0  endpt=0  D=1  maxlen=8,
 1487162397.417245468 uhci_dump_td#38@0: called!
 1487162397.417251910 uhci_dump_td#38@0: TD(0xd247a0) at 0x00d247a0
 1487162397.417260929 uhci_dump_td#38@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487162397.417269090 uhci_dump_td#38@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.417277250 uhci_dump_td#38@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487162397.417283692 uhci_dump_td#38@0: ios     =0 ls      =1 spd     =0
 1487162397.417293141 uhci_dump_td#38@0: errcnt  =3 actlen  =1024 pid=e1
 1487162397.417301731 uhci_dump_td#38@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487162397.417312898 uhci_device_ctrl_start#2@0: --- dump end ---
 1487162397.417345539 usbd_transfer#7@0: <- done transfer 0x3e08e00, err = 1
 1487162397.417361001 usbd_transfer#7@0: <- sleeping on xfer 0x3e08e00
 1487162397.432805073 uhci_intr#3@0: called!
 1487162397.432832561 uhci_intr1#3@0: called!
 1487162397.432841150 uhci_intr1#3@0: sc 0x3e32008
 1487162397.432858330 uhci_dumpregs#3@0: called!
 1487162397.432869067 uhci_dumpregs#3@0: cmd =0081  sts    =0001  intr   =000f  frnum =0519
 1487162397.432888824 uhci_dumpregs#3@0: sof =0040  portsc1=01a5  portsc2=0080  flbase=00d1c000
 1487162397.432924901 usb_schedsoftintr#3@0: called!
 1487162397.432938215 usb_schedsoftintr#3@0: polling=0
 1487162397.432968709 uhci_intr1#3@0: sc 0x3e32008 done
 1487162397.433070499 uhci_softintr#3@0: called!
 1487162397.433079948 uhci_softintr#3@0: sc 0x3e32008
 1487162397.433102711 uhci_check_intr#2@0: called!
 1487162397.433113877 uhci_check_intr#2@0: ux 0x3e08e00
 1487162397.433136640 uhci_check_intr#2@0: ux=0x3e08e00 done
 1487162397.433168852 uhci_idone#2@0: called!
 1487162397.433180449 uhci_idone#2@0: ux=0x3e08e00
 1487162397.433193763 uhci_idone#2@0: ux=0x3e08e00, xfer=0x3e08e00, pipe=0x39f9d88 ready
 1487162397.433204500 uhci_idone#2@0: --- dump start ---
 1487162397.433218244 uhci_dump_td#39@0: called!
 1487162397.433226834 uhci_dump_td#39@0: TD(0xd24770) at 0x00d24770
 1487162397.433235853 uhci_dump_td#39@0:    link=0x00d24740 status=0x1c000007 token=0x00e0002d buffer=0x00d5dec0
 1487162397.433248738 uhci_dump_td#39@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.433267206 uhci_dump_td#39@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487162397.433277943 uhci_dump_td#39@0: ios     =0 ls      =1 spd     =0
 1487162397.433286103 uhci_dump_td#39@0: errcnt  =3 actlen  =8 pid=2d
 1487162397.433297700 uhci_dump_td#39@0: addr=0  endpt=0  D=0  maxlen=8,
 1487162397.433311873 uhci_dump_td#40@0: called!
 1487162397.433320463 uhci_dump_td#40@0: TD(0xd24740) at 0x00d24740
 1487162397.433328193 uhci_dump_td#40@0:    link=0x00d247a0 status=0x1c000007 token=0x00e80069 buffer=0x00d5de80
 1487162397.433336354 uhci_dump_td#40@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.433342796 uhci_dump_td#40@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487162397.433352245 uhci_dump_td#40@0: ios     =0 ls      =1 spd     =0
 1487162397.433360405 uhci_dump_td#40@0: errcnt  =3 actlen  =8 pid=69
 1487162397.433368566 uhci_dump_td#40@0: addr=0  endpt=0  D=1  maxlen=8,
 1487162397.433376726 uhci_dump_td#41@0: called!
 1487162397.433386175 uhci_dump_td#41@0: TD(0xd247a0) at 0x00d247a0
 1487162397.433394335 uhci_dump_td#41@0:    link=0x00000001 status=0x1d0007ff token=0xffe800e1 buffer=0x00000000
 1487162397.433402495 uhci_dump_td#41@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.433408508 uhci_dump_td#41@0: dbuffer =0 stalled =0 active  =0 ioc     =1
 1487162397.433417957 uhci_dump_td#41@0: ios     =0 ls      =1 spd     =0
 1487162397.433425688 uhci_dump_td#41@0: errcnt  =3 actlen  =0 pid=e1
 1487162397.433433848 uhci_dump_td#41@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487162397.433445015 uhci_idone#2@0: --- dump end ---
 1487162397.433460906 uhci_idone#2@0: actlen=8, status=0x0
 1487162397.433479804 uhci_idone#2@0: ux=0x3e08e00 done
 1487162397.433494407 uhci_softintr#3@0: ux 0x3e08e00
 1487162397.433510298 usb_transfer_complete#9@0: called!
 1487162397.433522753 usb_transfer_complete#9@0: pipe = 0x39f9d88 xfer = 0x3e08e00 status = 0 actlen = 8
 1487162397.433537785 usb_transfer_complete#9@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487162397.433551099 usb_transfer_complete#9@0: xfer 0x3e08e00 doing done 0x2a9d30
 1487162397.433569138 uhci_device_ctrl_done#2@0: called!
 1487162397.433600920 uhci_remove_ls_ctrl#2@0: called!
 1487162397.433615094 uhci_remove_ls_ctrl#2@0: sqh 0xd22710
 1487162397.433637427 uhci_find_prev_qh#2@0: called!
 1487162397.433654177 uhci_find_prev_qh#2@0: pqh=0xd20740 sqh=0xd22710
 1487162397.433713018 uhci_device_ctrl_done#2@0: length=8
 1487162397.433732345 usb_transfer_complete#9@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487162397.433746088 usb_transfer_complete#9@0: <- done xfer 0x3e08e00, wakeup
 1487162397.433849596 usbd_start_next#9@0: called!
 1487162397.433864628 usbd_start_next#9@0: pipe = 0x39f9d88, xfer = 0x0
 1487162397.434040719 uhci_free_stds#2@0: called!
 1487162397.434052316 uhci_free_stds#2@0: ux=0x3e08e00
 1487162397.434133919 usbd_free_xfer#7@0: called!
 1487162397.434151528 usbd_free_xfer#7@0: 0x3e08e00
 1487162397.434179874 usb_freemem#4@0: called!
 1487162397.434199631 usb_freemem#4@0: frag=0xd5de80
 1487162397.434280805 usbd_reset_port#2@0: called!
 1487162397.434303138 usbd_do_request_flags#8@0: called!
 1487162397.434322465 usbd_alloc_xfer#8@0: called!
 1487162397.434374004 usbd_alloc_xfer#8@0: returns 0x3e08e00
 1487162397.434408364 usbd_transfer#8@0: called!
 1487162397.434420389 usbd_transfer#8@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487162397.434436281 usbd_dump_queue#8@0: called!
 1487162397.434447018 usbd_dump_queue#8@0: pipe = 0x3e2d6c8
 1487162397.434466345 usb_insert_transfer#8@0: called!
 1487162397.434477941 usb_insert_transfer#8@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487162397.434495980 usb_insert_transfer#8@0: <- done xfer 0x3e08e00, err 0
 1487162397.434514878 roothub_ctrl_start#6@0: called!
 1487162397.434525615 roothub_ctrl_start#6@0: type=0x23 request=0x3
 1487162397.434555679 uhci_roothub_ctrl#6@0: called!
 1487162397.434565987 uhci_roothub_ctrl#6@0: type=0x23 request=03
 1487162397.434601635 uhci_portreset#2@0: called!
 1487162397.544539775 uhci_poll_hub#9@0: called!
 1487162397.544591743 usb_transfer_complete#10@0: called!
 1487162397.544602910 usb_transfer_complete#10@0: pipe = 0x3e2d448 xfer = 0x3e08ee0 status = 0 actlen = 1
 1487162397.544617083 usb_transfer_complete#10@0: xfer 0x3e08ee0: repeat 1 new head = 0x3e08ee0
 1487162397.544632545 usb_transfer_complete#10@0: xfer 0x3e08ee0 doing done 0x2a6a14
 1487162397.544649724 usb_transfer_complete#10@0: xfer 0x3e08ee0 doing callback 0x1c5944 status 0
 1487162397.544688808 usbd_start_next#10@0: called!
 1487162397.544703411 usbd_start_next#10@0: pipe = 0x3e2d448, xfer = 0x3e08ee0
 1487162397.544727892 uhci_root_intr_start#3@0: called!
 1487162397.544747219 uhci_root_intr_start#3@0: xfer=0x3e08ee0 len=1 flags=132
 1487162397.1532553258 uhci_portreset#2@0: uhci port 1 reset, status0 = 0x038a
 1487162397.1533008948 uhci_portreset#2@0: uhci port 1 reset, status1 = 0x01ab
 1487162397.1618441611 uhci_poll_hub#10@0: called!
 1487162397.1618474252 usb_transfer_complete#11@0: called!
 1487162397.1618485848 usb_transfer_complete#11@0: pipe = 0x3e2d448 xfer = 0x3e08ee0 status = 0 actlen = 1
 1487162397.1618501739 usb_transfer_complete#11@0: xfer 0x3e08ee0: repeat 1 new head = 0x3e08ee0
 1487162397.1618513336 usb_transfer_complete#11@0: xfer 0x3e08ee0 doing done 0x2a6a14
 1487162397.1618533092 usb_transfer_complete#11@0: xfer 0x3e08ee0 doing callback 0x1c5944 status 0
 1487162397.1618562727 usbd_start_next#11@0: called!
 1487162397.1618576471 usbd_start_next#11@0: pipe = 0x3e2d448, xfer = 0x3e08ee0
 1487162397.1618591503 uhci_root_intr_start#4@0: called!
 1487162397.1618609112 uhci_root_intr_start#4@0: xfer=0x3e08ee0 len=1 flags=132
 1487162397.1790228625 uhci_portreset#2@0: uhci port 1 iteration 9, status = 0x01af
 1487162397.2047906569 uhci_portreset#2@0: uhci port 1 iteration 8, status = 0x01a5
 1487162397.2047919024 uhci_portreset#2@0: uhci port 1 reset, status2 = 0x01a5
 1487162397.2047952095 roothub_ctrl_start#6@0: xfer 0x3e08e00 buflen -1 actlen 0
 1487162397.2047963691 roothub_ctrl_start#6@0: xfer 0x3e08e00 err 0
 1487162397.2047986025 usb_transfer_complete#12@0: called!
 1487162397.2047995044 usb_transfer_complete#12@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 0
 1487162397.2048010506 usb_transfer_complete#12@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487162397.2048029833 usb_transfer_complete#12@0: xfer 0x3e08e00 doing done 0x2a4dbc
 1487162397.2048046583 usb_transfer_complete#12@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487162397.2048058609 usb_transfer_complete#12@0: <- done xfer 0x3e08e00, wakeup
 1487162397.2048080942 usbd_start_next#12@0: called!
 1487162397.2048094686 usbd_start_next#12@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487162397.2048118308 usbd_transfer#8@0: <- done transfer 0x3e08e00, err = 0
 1487162397.2048129475 usbd_transfer#8@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487162397.2048160827 usbd_free_xfer#8@0: called!
 1487162397.2048171135 usbd_free_xfer#8@0: 0x3e08e00
 1487162397.2048244149 usbd_reset_port#2@0: port 1 reset done, error=0
 1487162397.-1989214423 usbd_get_port_status#3@0: called!
 1487162397.-1989198532 usbd_get_port_status#3@0: dev 0x3e27298 port 1
 1487162397.-1989174051 usbd_do_request_flags#9@0: called!
 1487162397.-1989145704 usbd_alloc_xfer#9@0: called!
 1487162397.-1989071402 usbd_alloc_xfer#9@0: returns 0x3e08e00
 1487162397.-1989033607 usb_allocmem_flags#6@0: called!
 1487162397.-1989001395 usb_allocmem_flags#6@0: use frag=0xd5de80 size=4
 1487162397.-1988950286 usbd_transfer#9@0: called!
 1487162397.-1988941266 usbd_transfer#9@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487162397.-1988922798 usbd_dump_queue#9@0: called!
 1487162397.-1988912491 usbd_dump_queue#9@0: pipe = 0x3e2d6c8
 1487162397.-1988885003 usb_insert_transfer#9@0: called!
 1487162397.-1988875984 usb_insert_transfer#9@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487162397.-1988858375 usb_insert_transfer#9@0: <- done xfer 0x3e08e00, err 0
 1487162397.-1988831746 roothub_ctrl_start#7@0: called!
 1487162397.-1988819720 roothub_ctrl_start#7@0: type=0xa3 request= 0
 1487162397.-1988784073 uhci_roothub_ctrl#7@0: called!
 1487162397.-1988772906 uhci_roothub_ctrl#7@0: type=0xa3 request=00
 1487162397.-1988746277 uhci_roothub_ctrl#7@0: returning 4
 1487162397.-1988731675 roothub_ctrl_start#7@0: xfer 0x3e08e00 buflen -1 actlen 4
 1487162397.-1988721367 roothub_ctrl_start#7@0: xfer 0x3e08e00 err 0
 1487162397.-1988697316 usb_transfer_complete#13@0: called!
 1487162397.-1988687008 usb_transfer_complete#13@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 4
 1487162397.-1988670687 usb_transfer_complete#13@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487162397.-1988656084 usb_transfer_complete#13@0: xfer 0x3e08e00 doing done 0x2a4dbc
 1487162397.-1988632892 usb_transfer_complete#13@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487162397.-1988620007 usb_transfer_complete#13@0: <- done xfer 0x3e08e00, wakeup
 1487162397.-1988596815 usbd_start_next#13@0: called!
 1487162397.-1988584359 usbd_start_next#13@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487162397.-1988565891 usbd_transfer#9@0: <- done transfer 0x3e08e00, err = 0
 1487162397.-1988553436 usbd_transfer#9@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487162397.-1988531532 usbd_free_xfer#9@0: called!
 1487162397.-1988522942 usbd_free_xfer#9@0: 0x3e08e00
 1487162397.-1988499320 usb_freemem#5@0: called!
 1487162397.-1988478275 usb_freemem#5@0: frag=0xd5de80
 1487162397.-1988390659 usbd_clear_port_feature#3@0: called!
 1487162397.-1988381210 usbd_clear_port_feature#3@0: dev 0x3e27298 port 1 sel 20
 1487162397.-1988364889 usbd_do_request_flags#10@0: called!
 1487162397.-1988353723 usbd_alloc_xfer#10@0: called!
 1487162397.-1988326235 usbd_alloc_xfer#10@0: returns 0x3e08e00
 1487162397.-1988313350 usbd_transfer#10@0: called!
 1487162397.-1988303902 usbd_transfer#10@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487162397.-1988290587 usbd_dump_queue#10@0: called!
 1487162397.-1988279850 usbd_dump_queue#10@0: pipe = 0x3e2d6c8
 1487162397.-1988267824 usb_insert_transfer#10@0: called!
 1487162397.-1988258805 usb_insert_transfer#10@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487162397.-1988248497 usb_insert_transfer#10@0: <- done xfer 0x3e08e00, err 0
 1487162397.-1988233895 roothub_ctrl_start#8@0: called!
 1487162397.-1988223587 roothub_ctrl_start#8@0: type=0x23 request=0x1
 1487162397.-1988208555 uhci_roothub_ctrl#8@0: called!
 1487162397.-1988200394 uhci_roothub_ctrl#8@0: type=0x23 request=01
 1487162397.-1988184933 uhci_roothub_ctrl#8@0: UR_CLEAR_PORT_FEATURE port=1 feature=20
 1487162397.-1988168612 uhci_roothub_ctrl#8@0: returning 0
 1487162397.-1988157016 roothub_ctrl_start#8@0: xfer 0x3e08e00 buflen -1 actlen 0
 1487162397.-1988148855 roothub_ctrl_start#8@0: xfer 0x3e08e00 err 0
 1487162397.-1988135541 usb_transfer_complete#14@0: called!
 1487162397.-1988125663 usb_transfer_complete#14@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 0
 1487162397.-1988112778 usb_transfer_complete#14@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487162397.-1988101611 usb_transfer_complete#14@0: xfer 0x3e08e00 doing done 0x2a4dbc
 1487162397.-1988090874 usb_transfer_complete#14@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487162397.-1988082714 usb_transfer_complete#14@0: <- done xfer 0x3e08e00, wakeup
 1487162397.-1988067252 usbd_start_next#14@0: called!
 1487162397.-1988055656 usbd_start_next#14@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487162397.-1988037617 usbd_transfer#10@0: <- done transfer 0x3e08e00, err = 0
 1487162397.-1988029886 usbd_transfer#10@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487162397.-1988017860 usbd_free_xfer#10@0: called!
 1487162397.-1988006694 usbd_free_xfer#10@0: 0x3e08e00
 1487162397.-1602956275 uhci_poll_hub#11@0: called!
 1487162397.-872701051 usbd_new_device#1@0: adding unit addr=2, rev=200, class=0, subclass=0
 1487162397.-872679577 usbd_new_device#1@0: protocol=0, maxpacket=8, len=18, speed=1
 1487162397.-872625890 usbd_ar_pipe#1@0: called!
 1487162397.-872606134 usbd_ar_pipe#1@0: pipe = 0x39f9d88
 1487162397.-872588095 usbd_dump_queue#11@0: called!
 1487162397.-872578217 usbd_dump_queue#11@0: pipe = 0x39f9d88
 1487162397.-872494466 usb_rem_task#1@0: called!
 1487162397.-872418446 usbd_setup_pipe_flags#2@0: called!
 1487162397.-872368625 usbd_setup_pipe_flags#2@0: dev=0x375d860 addr=0 iface=0x0 ep=0x375d884 pipe=0xfdc054cc
 1487162397.-872348439 uhci_open#2@0: called!
 1487162397.-872331259 uhci_open#2@0: pipe=0x39f9d88, addr=0, endpt=0 (1)
 1487162397.-872302913 uhci_alloc_sqh#2@0: called!
 1487162397.-872280579 uhci_alloc_std#12@0: called!
 1487162397.-872267695 uhci_alloc_std#13@0: called!
 1487162397.-872250515 usb_allocmem_flags#7@0: called!
 1487162397.-872221739 usb_allocmem_flags#7@0: use frag=0xd5de80 size=8
 1487162397.-872199835 usbd_setup_pipe_flags#2@0: pipe=0x39f9d88
 1487162397.-872174495 usbd_new_device#1@0: setting device address=2
 1487162397.-872146149 usbd_set_address#1@0: called!
 1487162397.-872130687 usbd_set_address#1@0: dev 0x375d860 addr 2
 1487162397.-872108353 usbd_do_request_flags#11@0: called!
 1487162397.-872094610 usbd_alloc_xfer#11@0: called!
 1487162397.-872049943 usbd_alloc_xfer#11@0: returns 0x3e08e00
 1487162397.-872025891 uhci_device_ctrl_init#3@0: called!
 1487162397.-872015154 uhci_device_ctrl_init#3@0: xfer=0x3e08e00 len=0, addr=0, endpt=0
 1487162397.-871986807 usbd_transfer#11@0: called!
 1487162397.-871976070 usbd_transfer#11@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x39f9d88, running = 0
 1487162397.-871964474 usbd_dump_queue#12@0: called!
 1487162397.-871958031 usbd_dump_queue#12@0: pipe = 0x39f9d88
 1487162397.-871936557 usb_insert_transfer#11@0: called!
 1487162397.-871925390 usb_insert_transfer#11@0: xfer = 0x3e08e00 pipe = 0x39f9d88 running = 0 timeout = 5000
 1487162397.-871909069 usb_insert_transfer#11@0: <- done xfer 0x3e08e00, err 0
 1487162397.-871885447 uhci_device_ctrl_start#3@0: called!
 1487162397.-871872133 uhci_device_ctrl_start#3@0: type=0x00, request=0x05, wValue=0x0002, wIndex=0x0000
 1487162397.-871854954 uhci_device_ctrl_start#3@0: len=0, addr=0, endpt=0
 1487162397.-871798261 uhci_device_ctrl_start#3@0: --- dump start ---
 1487162397.-871785376 uhci_device_ctrl_start#3@0: before transfer
 1487162397.-871763901 uhci_dump_td#42@0: called!
 1487162397.-871749299 uhci_dump_td#42@0: TD(0xd247a0) at 0x00d247a0
 1487162397.-871735126 uhci_dump_td#42@0:    link=0x00d24770 status=0x1c8003ff token=0x00e0002d buffer=0x00d5de80
 1487162397.-871720523 uhci_dump_td#42@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.-871700766 uhci_dump_td#42@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162397.-871684446 uhci_dump_td#42@0: ios     =0 ls      =1 spd     =0
 1487162397.-871673279 uhci_dump_td#42@0: errcnt  =3 actlen  =1024 pid=2d
 1487162397.-871657817 uhci_dump_td#42@0: addr=0  endpt=0  D=0  maxlen=8,
 1487162397.-871641926 uhci_dump_td#43@0: called!
 1487162397.-871633336 uhci_dump_td#43@0: TD(0xd24770) at 0x00d24770
 1487162397.-871624746 uhci_dump_td#43@0:    link=0x00000001 status=0x1d8003ff token=0xffe80069 buffer=0x00000000
 1487162397.-871618733 uhci_dump_td#43@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.-871610144 uhci_dump_td#43@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487162397.-871602413 uhci_dump_td#43@0: ios     =0 ls      =1 spd     =0
 1487162397.-871594252 uhci_dump_td#43@0: errcnt  =3 actlen  =1024 pid=69
 1487162397.-871588669 uhci_dump_td#43@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487162397.-871575784 uhci_device_ctrl_start#3@0: --- dump end ---
 1487162397.-871544002 uhci_add_ls_ctrl#3@0: called!
 1487162397.-871533694 uhci_add_ls_ctrl#3@0: sqh 0xd22710
 1487162397.-871503630 uhci_device_ctrl_start#3@0: --- dump start ---
 1487162397.-871486021 uhci_device_ctrl_start#3@0: follow from [0]
 1487162397.-871472277 uhci_dump_td#44@0: called!
 1487162397.-871460251 uhci_dump_td#44@0: TD(0xd1e7a0) at 0x00d1e7a0
 1487162397.-871453379 uhci_dump_td#44@0:    link=0x00d20712 status=0x02000000 token=0x00000000 buffer=0x00000000
 1487162397.-871444789 uhci_dump_td#44@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.-871436629 uhci_dump_td#44@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487162397.-871427180 uhci_dump_td#44@0: ios     =1 ls      =0 spd     =0
 1487162397.-871419879 uhci_dump_td#44@0: errcnt  =0 actlen  =1 pid=00
 1487162397.-871409571 uhci_dump_td#44@0: addr=0  endpt=0  D=0  maxlen=1,
 1487162397.-871390244 uhci_dump_qh#17@0: called!
 1487162397.-871375641 uhci_dump_qh#17@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487162397.-871363616 uhci_dump_qh#18@0: called!
 1487162397.-871355455 uhci_dump_qh#18@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487162397.-871344289 uhci_dump_qh#19@0: called!
 1487162397.-871336128 uhci_dump_qh#19@0: QH(0xd20740) at 0x00d20740: hlink=00d22712 elink=00000001
 1487162397.-871328397 uhci_dump_qh#20@0: called!
 1487162397.-871319808 uhci_dump_qh#20@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d247a0
 1487162397.-871310359 uhci_dump_qh#21@0: called!
 1487162397.-871300910 uhci_dump_qh#21@0: QH(0xd20770) at 0x00d20770: hlink=00d207a2 elink=00000001
 1487162397.-871292320 uhci_dump_qh#22@0: called!
 1487162397.-871280294 uhci_dump_qh#22@0: QH(0xd207a0) at 0x00d207a0: hlink=00d207d2 elink=00000001
 1487162397.-871270846 uhci_dump_qh#23@0: called!
 1487162397.-871261397 uhci_dump_qh#23@0: QH(0xd207d0) at 0x00d207d0: hlink=00000001 elink=00d1e7d0
 1487162397.-871251948 uhci_device_ctrl_start#3@0: Enqueued QH:
 1487162397.-871242499 uhci_dump_qh#24@0: called!
 1487162397.-871234339 uhci_dump_qh#24@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d247a0
 1487162397.-871224890 uhci_dump_td#45@0: called!
 1487162397.-871217159 uhci_dump_td#45@0: TD(0xd247a0) at 0x00d247a0
 1487162397.-871206851 uhci_dump_td#45@0:    link=0x00d24770 status=0x1c8003ff token=0x00e0002d buffer=0x00d5de80
 1487162397.-871198691 uhci_dump_td#45@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.-871190960 uhci_dump_td#45@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162397.-871184088 uhci_dump_td#45@0: ios     =0 ls      =1 spd     =0
 1487162397.-871175069 uhci_dump_td#45@0: errcnt  =3 actlen  =1024 pid=2d
 1487162397.-871166909 uhci_dump_td#45@0: addr=0  endpt=0  D=0  maxlen=8,
 1487162397.-871156601 uhci_dump_td#46@0: called!
 1487162397.-871148870 uhci_dump_td#46@0: TD(0xd24770) at 0x00d24770
 1487162397.-871139421 uhci_dump_td#46@0:    link=0x00000001 status=0x1d8003ff token=0xffe80069 buffer=0x00000000
 1487162397.-871130402 uhci_dump_td#46@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.-871122671 uhci_dump_td#46@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487162397.-871115799 uhci_dump_td#46@0: ios     =0 ls      =1 spd     =0
 1487162397.-871106780 uhci_dump_td#46@0: errcnt  =3 actlen  =1024 pid=69
 1487162397.-871098620 uhci_dump_td#46@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487162397.-871087882 uhci_device_ctrl_start#3@0: --- dump end ---
 1487162397.-871042356 usbd_transfer#11@0: <- done transfer 0x3e08e00, err = 1
 1487162397.-871026036 usbd_transfer#11@0: <- sleeping on xfer 0x3e08e00
 1487162397.-859968356 uhci_intr#4@0: called!
 1487162397.-859939151 uhci_intr1#4@0: called!
 1487162397.-859930132 uhci_intr1#4@0: sc 0x3e32008
 1487162397.-859912522 uhci_dumpregs#4@0: called!
 1487162397.-859901356 uhci_dumpregs#4@0: cmd =0081  sts    =0001  intr   =000f  frnum =07d4
 1487162397.-859881170 uhci_dumpregs#4@0: sof =0040  portsc1=01a5  portsc2=0080  flbase=00d1c000
 1487162397.-859842515 usb_schedsoftintr#4@0: called!
 1487162397.-859829201 usb_schedsoftintr#4@0: polling=0
 1487162397.-859794412 uhci_intr1#4@0: sc 0x3e32008 done
 1487162397.-859680597 uhci_softintr#4@0: called!
 1487162397.-859668571 uhci_softintr#4@0: sc 0x3e32008
 1487162397.-859642802 uhci_check_intr#3@0: called!
 1487162397.-859632065 uhci_check_intr#3@0: ux 0x3e08e00
 1487162397.-859609302 uhci_check_intr#3@0: ux=0x3e08e00 done
 1487162397.-859571077 uhci_idone#3@0: called!
 1487162397.-859559910 uhci_idone#3@0: ux=0x3e08e00
 1487162397.-859546166 uhci_idone#3@0: ux=0x3e08e00, xfer=0x3e08e00, pipe=0x39f9d88 ready
 1487162397.-859535429 uhci_idone#3@0: --- dump start ---
 1487162397.-859521256 uhci_dump_td#47@0: called!
 1487162397.-859510089 uhci_dump_td#47@0: TD(0xd247a0) at 0x00d247a0
 1487162397.-859498063 uhci_dump_td#47@0:    link=0x00d24770 status=0x1c000007 token=0x00e0002d buffer=0x00d5de80
 1487162397.-859484749 uhci_dump_td#47@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.-859467140 uhci_dump_td#47@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487162397.-859454255 uhci_dump_td#47@0: ios     =0 ls      =1 spd     =0
 1487162397.-859446525 uhci_dump_td#47@0: errcnt  =3 actlen  =8 pid=2d
 1487162397.-859434499 uhci_dump_td#47@0: addr=0  endpt=0  D=0  maxlen=8,
 1487162397.-859421185 uhci_dump_td#48@0: called!
 1487162397.-859412595 uhci_dump_td#48@0: TD(0xd24770) at 0x00d24770
 1487162397.-859405293 uhci_dump_td#48@0:    link=0x00000001 status=0x1d0007ff token=0xffe80069 buffer=0x00000000
 1487162397.-859396704 uhci_dump_td#48@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.-859390261 uhci_dump_td#48@0: dbuffer =0 stalled =0 active  =0 ioc     =1
 1487162397.-859380812 uhci_dump_td#48@0: ios     =0 ls      =1 spd     =0
 1487162397.-859372652 uhci_dump_td#48@0: errcnt  =3 actlen  =0 pid=69
 1487162397.-859364492 uhci_dump_td#48@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487162397.-859354613 uhci_idone#3@0: --- dump end ---
 1487162397.-859339152 uhci_idone#3@0: actlen=0, status=0x0
 1487162397.-859321113 uhci_idone#3@0: ux=0x3e08e00 done
 1487162397.-859306510 uhci_softintr#4@0: ux 0x3e08e00
 1487162397.-859291478 usb_transfer_complete#15@0: called!
 1487162397.-859280311 usb_transfer_complete#15@0: pipe = 0x39f9d88 xfer = 0x3e08e00 status = 0 actlen = 0
 1487162397.-859263561 usb_transfer_complete#15@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487162397.-859248959 usb_transfer_complete#15@0: xfer 0x3e08e00 doing done 0x2a9d30
 1487162397.-859221901 uhci_device_ctrl_done#3@0: called!
 1487162397.-859191407 uhci_remove_ls_ctrl#3@0: called!
 1487162397.-859174657 uhci_remove_ls_ctrl#3@0: sqh 0xd22710
 1487162397.-859150176 uhci_find_prev_qh#3@0: called!
 1487162397.-859134714 uhci_find_prev_qh#3@0: pqh=0xd20740 sqh=0xd22710
 1487162397.-859074156 uhci_device_ctrl_done#3@0: length=0
 1487162397.-859057835 usb_transfer_complete#15@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487162397.-859043662 usb_transfer_complete#15@0: <- done xfer 0x3e08e00, wakeup
 1487162397.-858946597 usbd_start_next#15@0: called!
 1487162397.-858932424 usbd_start_next#15@0: pipe = 0x39f9d88, xfer = 0x0
 1487162397.-858745165 uhci_free_stds#3@0: called!
 1487162397.-858734858 uhci_free_stds#3@0: ux=0x3e08e00
 1487162397.-858708659 usbd_free_xfer#11@0: called!
 1487162397.-858697062 usbd_free_xfer#11@0: 0x3e08e00
 1487162397.-786753858 usbd_ar_pipe#2@0: called!
 1487162397.-786739255 usbd_ar_pipe#2@0: pipe = 0x39f9d88
 1487162397.-786724223 usbd_dump_queue#13@0: called!
 1487162397.-786713056 usbd_dump_queue#13@0: pipe = 0x39f9d88
 1487162397.-786667101 usb_rem_task#2@0: called!
 1487162397.-786593228 usbd_setup_pipe_flags#3@0: called!
 1487162397.-786532670 usbd_setup_pipe_flags#3@0: dev=0x375d860 addr=2 iface=0x0 ep=0x375d884 pipe=0xfdc05f40
 1487162397.-786513772 uhci_open#3@0: called!
 1487162397.-786496593 uhci_open#3@0: pipe=0x39f9d88, addr=2, endpt=0 (1)
 1487162397.-786475118 uhci_alloc_sqh#3@0: called!
 1487162397.-786457079 uhci_alloc_std#14@0: called!
 1487162397.-786440759 uhci_alloc_std#15@0: called!
 1487162397.-786421432 usb_allocmem_flags#8@0: called!
 1487162397.-786391367 usb_allocmem_flags#8@0: use frag=0xd5de40 size=8
 1487162397.-786372470 usbd_setup_pipe_flags#3@0: pipe=0x39f9d88
 1487162397.-786341976 usbd_reload_device_desc#1@0: called!
 1487162397.-786314059 usbd_get_device_desc#1@0: called!
 1487162397.-786279700 usbd_get_desc#1@0: called!
 1487162397.-786263808 usbd_get_desc#1@0: type=1, index=0, len=18
 1487162397.-786236750 usbd_do_request_flags#12@0: called!
 1487162397.-786222148 usbd_alloc_xfer#12@0: called!
 1487162397.-786180058 usbd_alloc_xfer#12@0: returns 0x3e08e00
 1487162397.-786159871 usb_allocmem_flags#9@0: called!
 1487162397.-786143121 usb_allocmem_flags#9@0: use frag=0xd5de00 size=18
 1487162397.-786123794 uhci_device_ctrl_init#4@0: called!
 1487162397.-786113486 uhci_device_ctrl_init#4@0: xfer=0x3e08e00 len=18, addr=2, endpt=0
 1487162397.-786095877 uhci_alloc_std_chain#3@0: called!
 1487162397.-786085140 uhci_alloc_std_chain#3@0: xfer=0x3e08e00 pipe=0x39f9d88
 1487162397.-786071396 uhci_alloc_std_chain#3@0: maxp=8 ntd=3
 1487162397.-786024582 uhci_alloc_std#16@0: called!
 1487162397.-786011697 uhci_alloc_std#17@0: called!
 1487162397.-785996235 uhci_alloc_std#18@0: called!
 1487162397.-785959299 usbd_transfer#12@0: called!
 1487162397.-785948132 usbd_transfer#12@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x39f9d88, running = 0
 1487162397.-785939543 usbd_dump_queue#14@0: called!
 1487162397.-785930953 usbd_dump_queue#14@0: pipe = 0x39f9d88
 1487162397.-785909478 usb_insert_transfer#12@0: called!
 1487162397.-785898741 usb_insert_transfer#12@0: xfer = 0x3e08e00 pipe = 0x39f9d88 running = 0 timeout = 5000
 1487162397.-785886286 usb_insert_transfer#12@0: <- done xfer 0x3e08e00, err 0
 1487162397.-785864382 uhci_device_ctrl_start#4@0: called!
 1487162397.-785849779 uhci_device_ctrl_start#4@0: type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000
 1487162397.-785836035 uhci_device_ctrl_start#4@0: len=18, addr=2, endpt=0
 1487162397.-785810695 uhci_reset_std_chain#3@0: called!
 1487162397.-785799958 uhci_reset_std_chain#3@0: xfer=0x3e08e00 len 18 isread 128 toggle 1
 1487162397.-785747130 uhci_device_ctrl_start#4@0: --- dump start ---
 1487162397.-785733816 uhci_device_ctrl_start#4@0: before transfer
 1487162397.-785716207 uhci_dump_td#49@0: called!
 1487162397.-785702034 uhci_dump_td#49@0: TD(0xd24770) at 0x00d24770
 1487162397.-785687431 uhci_dump_td#49@0:    link=0x00d246e0 status=0x1c8003ff token=0x00e0022d buffer=0x00d5de40
 1487162397.-785671970 uhci_dump_td#49@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.-785654790 uhci_dump_td#49@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162397.-785642335 uhci_dump_td#49@0: ios     =0 ls      =1 spd     =0
 1487162397.-785629879 uhci_dump_td#49@0: errcnt  =3 actlen  =1024 pid=2d
 1487162397.-785613129 uhci_dump_td#49@0: addr=2  endpt=0  D=0  maxlen=8,
 1487162397.-785599386 uhci_dump_td#50@0: called!
 1487162397.-785590796 uhci_dump_td#50@0: TD(0xd246e0) at 0x00d246e0
 1487162397.-785582635 uhci_dump_td#50@0:    link=0x00d24714 status=0x1c8003ff token=0x00e80269 buffer=0x00d5de00
 1487162397.-785574475 uhci_dump_td#50@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.-785568462 uhci_dump_td#50@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162397.-785559013 uhci_dump_td#50@0: ios     =0 ls      =1 spd     =0
 1487162397.-785550853 uhci_dump_td#50@0: errcnt  =3 actlen  =1024 pid=69
 1487162397.-785542693 uhci_dump_td#50@0: addr=2  endpt=0  D=1  maxlen=8,
 1487162397.-785534103 uhci_dump_td#51@0: called!
 1487162397.-785524654 uhci_dump_td#51@0: TD(0xd24710) at 0x00d24710
 1487162397.-785515635 uhci_dump_td#51@0:    link=0x00d24744 status=0x1c8003ff token=0x00e00269 buffer=0x00d5de08
 1487162397.-785507045 uhci_dump_td#51@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.-785500173 uhci_dump_td#51@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162397.-785489865 uhci_dump_td#51@0: ios     =0 ls      =1 spd     =0
 1487162397.-785482134 uhci_dump_td#51@0: errcnt  =3 actlen  =1024 pid=69
 1487162397.-785473974 uhci_dump_td#51@0: addr=2  endpt=0  D=0  maxlen=8,
 1487162397.-785465384 uhci_dump_td#52@0: called!
 1487162397.-785456365 uhci_dump_td#52@0: TD(0xd24740) at 0x00d24740
 1487162397.-785448205 uhci_dump_td#52@0:    link=0x00d247a0 status=0x1c8003ff token=0x00280269 buffer=0x00d5de10
 1487162397.-785439185 uhci_dump_td#52@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.-785432313 uhci_dump_td#52@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162397.-785422006 uhci_dump_td#52@0: ios     =0 ls      =1 spd     =0
 1487162397.-785413845 uhci_dump_td#52@0: errcnt  =3 actlen  =1024 pid=69
 1487162397.-785405685 uhci_dump_td#52@0: addr=2  endpt=0  D=1  maxlen=2,
 1487162397.-785397525 uhci_dump_td#53@0: called!
 1487162397.-785388076 uhci_dump_td#53@0: TD(0xd247a0) at 0x00d247a0
 1487162397.-785379486 uhci_dump_td#53@0:    link=0x00000001 status=0x1d8003ff token=0xffe802e1 buffer=0x00000000
 1487162397.-785371326 uhci_dump_td#53@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.-785364454 uhci_dump_td#53@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487162397.-785354146 uhci_dump_td#53@0: ios     =0 ls      =1 spd     =0
 1487162397.-785345986 uhci_dump_td#53@0: errcnt  =3 actlen  =1024 pid=e1
 1487162397.-785337825 uhci_dump_td#53@0: addr=2  endpt=0  D=1  maxlen=2048,
 1487162397.-785327518 uhci_device_ctrl_start#4@0: --- dump end ---
 1487162397.-785304325 uhci_add_ls_ctrl#4@0: called!
 1487162397.-785293158 uhci_add_ls_ctrl#4@0: sqh 0xd22710
 1487162397.-785270395 uhci_device_ctrl_start#4@0: --- dump start ---
 1487162397.-785258799 uhci_device_ctrl_start#4@0: follow from [0]
 1487162397.-785245485 uhci_dump_td#54@0: called!
 1487162397.-785231312 uhci_dump_td#54@0: TD(0xd1e7a0) at 0x00d1e7a0
 1487162397.-785222722 uhci_dump_td#54@0:    link=0x00d20712 status=0x02000000 token=0x00000000 buffer=0x00000000
 1487162397.-785216279 uhci_dump_td#54@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.-785207260 uhci_dump_td#54@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487162397.-785199100 uhci_dump_td#54@0: ios     =1 ls      =0 spd     =0
 1487162397.-785190939 uhci_dump_td#54@0: errcnt  =0 actlen  =1 pid=00
 1487162397.-785184927 uhci_dump_td#54@0: addr=0  endpt=0  D=0  maxlen=1,
 1487162397.-785168176 uhci_dump_qh#25@0: called!
 1487162397.-785154862 uhci_dump_qh#25@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487162397.-785141977 uhci_dump_qh#26@0: called!
 1487162397.-785135965 uhci_dump_qh#26@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487162397.-785123509 uhci_dump_qh#27@0: called!
 1487162397.-785115349 uhci_dump_qh#27@0: QH(0xd20740) at 0x00d20740: hlink=00d22712 elink=00000001
 1487162397.-785105471 uhci_dump_qh#28@0: called!
 1487162397.-785099458 uhci_dump_qh#28@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d24770
 1487162397.-785089150 uhci_dump_qh#29@0: called!
 1487162397.-785079272 uhci_dump_qh#29@0: QH(0xd20770) at 0x00d20770: hlink=00d207a2 elink=00000001
 1487162397.-785069823 uhci_dump_qh#30@0: called!
 1487162397.-785061233 uhci_dump_qh#30@0: QH(0xd207a0) at 0x00d207a0: hlink=00d207d2 elink=00000001
 1487162397.-785051784 uhci_dump_qh#31@0: called!
 1487162397.-785044053 uhci_dump_qh#31@0: QH(0xd207d0) at 0x00d207d0: hlink=00000001 elink=00d1e7d0
 1487162397.-785032887 uhci_device_ctrl_start#4@0: Enqueued QH:
 1487162397.-785024297 uhci_dump_qh#32@0: called!
 1487162397.-785015278 uhci_dump_qh#32@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d24770
 1487162397.-785005829 uhci_dump_td#55@0: called!
 1487162397.-784997668 uhci_dump_td#55@0: TD(0xd24770) at 0x00d24770
 1487162397.-784991656 uhci_dump_td#55@0:    link=0x00d246e0 status=0x1c8003ff token=0x00e0022d buffer=0x00d5de40
 1487162397.-784982636 uhci_dump_td#55@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.-784974476 uhci_dump_td#55@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162397.-784966745 uhci_dump_td#55@0: ios     =0 ls      =1 spd     =0
 1487162397.-784959014 uhci_dump_td#55@0: errcnt  =3 actlen  =1024 pid=2d
 1487162397.-784948706 uhci_dump_td#55@0: addr=2  endpt=0  D=0  maxlen=8,
 1487162397.-784938399 uhci_dump_td#56@0: called!
 1487162397.-784930238 uhci_dump_td#56@0: TD(0xd246e0) at 0x00d246e0
 1487162397.-784923366 uhci_dump_td#56@0:    link=0x00d24714 status=0x1c8003ff token=0x00e80269 buffer=0x00d5de00
 1487162397.-784914347 uhci_dump_td#56@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.-784905328 uhci_dump_td#56@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162397.-784896309 uhci_dump_td#56@0: ios     =0 ls      =1 spd     =0
 1487162397.-784889437 uhci_dump_td#56@0: errcnt  =3 actlen  =1024 pid=69
 1487162397.-784879129 uhci_dump_td#56@0: addr=2  endpt=0  D=1  maxlen=8,
 1487162397.-784868821 uhci_dump_td#57@0: called!
 1487162397.-784860661 uhci_dump_td#57@0: TD(0xd24710) at 0x00d24710
 1487162397.-784854648 uhci_dump_td#57@0:    link=0x00d24744 status=0x1c8003ff token=0x00e00269 buffer=0x00d5de08
 1487162397.-784845629 uhci_dump_td#57@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.-784836609 uhci_dump_td#57@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162397.-784828449 uhci_dump_td#57@0: ios     =0 ls      =1 spd     =0
 1487162397.-784821577 uhci_dump_td#57@0: errcnt  =3 actlen  =1024 pid=69
 1487162397.-784812558 uhci_dump_td#57@0: addr=2  endpt=0  D=0  maxlen=8,
 1487162397.-784801820 uhci_dump_td#58@0: called!
 1487162397.-784793660 uhci_dump_td#58@0: TD(0xd24740) at 0x00d24740
 1487162397.-784787218 uhci_dump_td#58@0:    link=0x00d247a0 status=0x1c8003ff token=0x00280269 buffer=0x00d5de10
 1487162397.-784777769 uhci_dump_td#58@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.-784769179 uhci_dump_td#58@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162397.-784760589 uhci_dump_td#58@0: ios     =0 ls      =1 spd     =0
 1487162397.-784754576 uhci_dump_td#58@0: errcnt  =3 actlen  =1024 pid=69
 1487162397.-784743839 uhci_dump_td#58@0: addr=2  endpt=0  D=1  maxlen=2,
 1487162397.-784733531 uhci_dump_td#59@0: called!
 1487162397.-784725371 uhci_dump_td#59@0: TD(0xd247a0) at 0x00d247a0
 1487162397.-784718929 uhci_dump_td#59@0:    link=0x00000001 status=0x1d8003ff token=0xffe802e1 buffer=0x00000000
 1487162397.-784709480 uhci_dump_td#59@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.-784701320 uhci_dump_td#59@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487162397.-784692730 uhci_dump_td#59@0: ios     =0 ls      =1 spd     =0
 1487162397.-784685858 uhci_dump_td#59@0: errcnt  =3 actlen  =1024 pid=e1
 1487162397.-784675550 uhci_dump_td#59@0: addr=2  endpt=0  D=1  maxlen=2048,
 1487162397.-784664813 uhci_device_ctrl_start#4@0: --- dump end ---
 1487162397.-784625300 usbd_transfer#12@0: <- done transfer 0x3e08e00, err = 1
 1487162397.-784610697 usbd_transfer#12@0: <- sleeping on xfer 0x3e08e00
 1487162397.-769778220 uhci_intr#5@0: called!
 1487162397.-769749014 uhci_intr1#5@0: called!
 1487162397.-769737418 uhci_intr1#5@0: sc 0x3e32008
 1487162397.-769721527 uhci_dumpregs#5@0: called!
 1487162397.-769710360 uhci_dumpregs#5@0: cmd =0081  sts    =0001  intr   =000f  frnum =07e9
 1487162397.-769689745 uhci_dumpregs#5@0: sof =0040  portsc1=01a5  portsc2=0080  flbase=00d1c000
 1487162397.-769648084 usb_schedsoftintr#5@0: called!
 1487162397.-769635199 usb_schedsoftintr#5@0: polling=0
 1487162397.-769605564 uhci_intr1#5@0: sc 0x3e32008 done
 1487162397.-769498192 uhci_softintr#5@0: called!
 1487162397.-769483589 uhci_softintr#5@0: sc 0x3e32008
 1487162397.-769463832 uhci_check_intr#4@0: called!
 1487162397.-769453524 uhci_check_intr#4@0: ux 0x3e08e00
 1487162397.-769431191 uhci_check_intr#4@0: ux=0x3e08e00 done
 1487162397.-769397261 uhci_idone#4@0: called!
 1487162397.-769388242 uhci_idone#4@0: ux=0x3e08e00
 1487162397.-769374498 uhci_idone#4@0: ux=0x3e08e00, xfer=0x3e08e00, pipe=0x39f9d88 ready
 1487162397.-769363331 uhci_idone#4@0: --- dump start ---
 1487162397.-769347011 uhci_dump_td#60@0: called!
 1487162397.-769340568 uhci_dump_td#60@0: TD(0xd24770) at 0x00d24770
 1487162397.-769328543 uhci_dump_td#60@0:    link=0x00d246e0 status=0x1c000007 token=0x00e0022d buffer=0x00d5de40
 1487162397.-769315658 uhci_dump_td#60@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.-769296331 uhci_dump_td#60@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487162397.-769286452 uhci_dump_td#60@0: ios     =0 ls      =1 spd     =0
 1487162397.-769277433 uhci_dump_td#60@0: errcnt  =3 actlen  =8 pid=2d
 1487162397.-769264978 uhci_dump_td#60@0: addr=2  endpt=0  D=0  maxlen=8,
 1487162397.-769249087 uhci_dump_td#61@0: called!
 1487162397.-769240497 uhci_dump_td#61@0: TD(0xd246e0) at 0x00d246e0
 1487162397.-769230189 uhci_dump_td#61@0:    link=0x00d24714 status=0x1c000007 token=0x00e80269 buffer=0x00d5de00
 1487162397.-769221170 uhci_dump_td#61@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.-769212150 uhci_dump_td#61@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487162397.-769205279 uhci_dump_td#61@0: ios     =0 ls      =1 spd     =0
 1487162397.-769196259 uhci_dump_td#61@0: errcnt  =3 actlen  =8 pid=69
 1487162397.-769188099 uhci_dump_td#61@0: addr=2  endpt=0  D=1  maxlen=8,
 1487162397.-769177791 uhci_dump_td#62@0: called!
 1487162397.-769171349 uhci_dump_td#62@0: TD(0xd24710) at 0x00d24710
 1487162397.-769161041 uhci_dump_td#62@0:    link=0x00d24744 status=0x1c000007 token=0x00e00269 buffer=0x00d5de08
 1487162397.-769152881 uhci_dump_td#62@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.-769144291 uhci_dump_td#62@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487162397.-769137419 uhci_dump_td#62@0: ios     =0 ls      =1 spd     =0
 1487162397.-769128400 uhci_dump_td#62@0: errcnt  =3 actlen  =8 pid=69
 1487162397.-769120239 uhci_dump_td#62@0: addr=2  endpt=0  D=0  maxlen=8,
 1487162397.-769109502 uhci_dump_td#63@0: called!
 1487162397.-769103489 uhci_dump_td#63@0: TD(0xd24740) at 0x00d24740
 1487162397.-769093181 uhci_dump_td#63@0:    link=0x00d247a0 status=0x1c8003ff token=0x00280269 buffer=0x00d5de10
 1487162397.-769085021 uhci_dump_td#63@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.-769076431 uhci_dump_td#63@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487162397.-769069559 uhci_dump_td#63@0: ios     =0 ls      =1 spd     =0
 1487162397.-769060540 uhci_dump_td#63@0: errcnt  =3 actlen  =1024 pid=69
 1487162397.-769052380 uhci_dump_td#63@0: addr=2  endpt=0  D=1  maxlen=2,
 1487162397.-769041642 uhci_dump_td#64@0: called!
 1487162397.-769035200 uhci_dump_td#64@0: TD(0xd247a0) at 0x00d247a0
 1487162397.-769024892 uhci_dump_td#64@0:    link=0x00000001 status=0x1d0007ff token=0xffe802e1 buffer=0x00000000
 1487162397.-769017161 uhci_dump_td#64@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487162397.-769008572 uhci_dump_td#64@0: dbuffer =0 stalled =0 active  =0 ioc     =1
 1487162397.-769001700 uhci_dump_td#64@0: ios     =0 ls      =1 spd     =0
 1487162397.-768992680 uhci_dump_td#64@0: errcnt  =3 actlen  =0 pid=e1
 1487162397.-768984520 uhci_dump_td#64@0: addr=2  endpt=0  D=1  maxlen=2048,
 1487162397.-768972494 uhci_idone#4@0: --- dump end ---
 1487162397.-768955315 uhci_idone#4@0: actlen=16, status=0x0
 1487162397.-768938565 uhci_idone#4@0: ux=0x3e08e00 done
 1487162397.-768924821 uhci_softintr#5@0: ux 0x3e08e00
 1487162397.-768908071 usb_transfer_complete#16@0: called!
 1487162397.-768899051 usb_transfer_complete#16@0: pipe = 0x39f9d88 xfer = 0x3e08e00 status = 0 actlen = 16
 1487162397.-768882301 usb_transfer_complete#16@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487162397.-768861256 usb_transfer_complete#16@0: short transfer 16 < 18
 1487162397.-768847942 usb_transfer_complete#16@0: xfer 0x3e08e00 doing done 0x2a9d30
 1487162397.-768829903 uhci_device_ctrl_done#4@0: called!
 1487162397.-768800698 uhci_remove_ls_ctrl#4@0: called!
 1487162397.-768786525 uhci_remove_ls_ctrl#4@0: sqh 0xd22710
 1487162397.-768763332 uhci_find_prev_qh#4@0: called!
 1487162397.-768746153 uhci_find_prev_qh#4@0: pqh=0xd20740 sqh=0xd22710
 1487162397.-768688171 uhci_device_ctrl_done#4@0: length=16
 1487162397.-768662831 usb_transfer_complete#16@0: xfer 0x3e08e00 doing callback 0x0 status 16
 1487162397.-768649088 usb_transfer_complete#16@0: <- done xfer 0x3e08e00, wakeup
 1487162397.-768552023 usbd_start_next#16@0: called!
 1487162397.-768536990 usbd_start_next#16@0: pipe = 0x39f9d88, xfer = 0x0
 1487162397.-768355316 uhci_free_stds#4@0: called!
 1487162397.-768344149 uhci_free_stds#4@0: ux=0x3e08e00
 1487162397.-768261687 usbd_free_xfer#12@0: called!
 1487162397.-768250090 usbd_free_xfer#12@0: 0x3e08e00
 1487162397.-768227327 usb_freemem#6@0: called!
 1487162397.-768204994 usb_freemem#6@0: frag=0xd5de00
 1487162397.-768167198 usbd_do_request_flags#12@0: returning err = 16
 1487162397.-768121243 usbd_new_device#1@0: addr=2, getting full desc failed, err = 16
 1487162397.-768089890 usbd_remove_device#1@0: called!
 1487162397.-768071422 usbd_remove_device#1@0: dev 0x375d860 up 0x58120
 1487162397.-768049088 usbd_ar_pipe#3@0: called!
 1487162397.-768035345 usbd_ar_pipe#3@0: pipe = 0x39f9d88
 1487162397.-768018595 usbd_dump_queue#15@0: called!
 1487162397.-768006998 usbd_dump_queue#15@0: pipe = 0x39f9d88
 1487162397.-767964908 usb_rem_task#3@0: called!
 1487162397.-723607920 usbd_clear_port_feature#4@0: called!
 1487162397.-723593747 usbd_clear_port_feature#4@0: dev 0x3e27298 port 1 sel 1
 1487162397.-723573991 usbd_do_request_flags#13@0: called!
 1487162397.-723555523 usbd_alloc_xfer#13@0: called!
 1487162397.-723493676 usbd_alloc_xfer#13@0: returns 0x3e08e00
 1487162397.-723452015 usbd_transfer#13@0: called!
 1487162397.-723436983 usbd_transfer#13@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487162397.-723422380 usbd_dump_queue#16@0: called!
 1487162397.-723410354 usbd_dump_queue#16@0: pipe = 0x3e2d6c8
 1487162397.-723382867 usb_insert_transfer#13@0: called!
 1487162397.-723366976 usb_insert_transfer#13@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487162397.-723349367 usb_insert_transfer#13@0: <- done xfer 0x3e08e00, err 0
 1487162397.-723328322 roothub_ctrl_start#9@0: called!
 1487162397.-723316296 roothub_ctrl_start#9@0: type=0x23 request=0x1
 1487162397.-723283655 uhci_roothub_ctrl#9@0: called!
 1487162397.-723271629 uhci_roothub_ctrl#9@0: type=0x23 request=01
 1487162397.-723247577 uhci_roothub_ctrl#9@0: UR_CLEAR_PORT_FEATURE port=1 feature=1
 1487162397.-723207635 uhci_roothub_ctrl#9@0: returning 0
 1487162397.-723188308 roothub_ctrl_start#9@0: xfer 0x3e08e00 buflen -1 actlen 0
 1487162397.-723179288 roothub_ctrl_start#9@0: xfer 0x3e08e00 err 0
 1487162397.-723160391 usb_transfer_complete#17@0: called!
 1487162397.-723148365 usb_transfer_complete#17@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 0
 1487162397.-723129467 usb_transfer_complete#17@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487162397.-723113147 usb_transfer_complete#17@0: xfer 0x3e08e00 doing done 0x2a4dbc
 1487162397.-723095537 usb_transfer_complete#17@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487162397.-723080505 usb_transfer_complete#17@0: <- done xfer 0x3e08e00, wakeup
 1487162397.-723057313 usbd_start_next#17@0: called!
 1487162397.-723043140 usbd_start_next#17@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487162397.-723018659 usbd_transfer#13@0: <- done transfer 0x3e08e00, err = 0
 1487162397.-723001908 usbd_transfer#13@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487162397.-722977857 usbd_free_xfer#13@0: called!
 1487162397.-722968838 usbd_free_xfer#13@0: 0x3e08e00
 1487162397.-722748938 usb_needs_explore#2@0: called!
 1487162397.-722677213 usbd_get_port_status#4@0: called!
 1487162397.-722666476 usbd_get_port_status#4@0: dev 0x3e27298 port 1
 1487162397.-722654021 usbd_do_request_flags#14@0: called!
 1487162397.-722641565 usbd_alloc_xfer#14@0: called!
 1487162397.-722610212 usbd_alloc_xfer#14@0: returns 0x3e08e00
 1487162397.-722588308 usb_allocmem_flags#10@0: called!
 1487162397.-722568981 usb_allocmem_flags#10@0: use frag=0xd5de00 size=4
 1487162397.-722544071 usbd_transfer#14@0: called!
 1487162397.-722536340 usbd_transfer#14@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487162397.-722522167 usbd_dump_queue#17@0: called!
 1487162397.-722513147 usbd_dump_queue#17@0: pipe = 0x3e2d6c8
 1487162397.-722490384 usb_insert_transfer#14@0: called!
 1487162397.-722478359 usb_insert_transfer#14@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487162397.-722460750 usb_insert_transfer#14@0: <- done xfer 0x3e08e00, err 0
 1487162397.-722446147 roothub_ctrl_start#10@0: called!
 1487162397.-722433692 roothub_ctrl_start#10@0: type=0xa3 request= 0
 1487162397.-722411788 uhci_roothub_ctrl#10@0: called!
 1487162397.-722401480 uhci_roothub_ctrl#10@0: type=0xa3 request=00
 1487162397.-722373563 uhci_roothub_ctrl#10@0: returning 4
 1487162397.-722362396 roothub_ctrl_start#10@0: xfer 0x3e08e00 buflen -1 actlen 4
 1487162397.-722354236 roothub_ctrl_start#10@0: xfer 0x3e08e00 err 0
 1487162397.-722339633 usb_transfer_complete#18@0: called!
 1487162397.-722330614 usb_transfer_complete#18@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 4
 1487162397.-722313864 usb_transfer_complete#18@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487162397.-722301408 usb_transfer_complete#18@0: xfer 0x3e08e00 doing done 0x2a4dbc
 1487162397.-722287665 usb_transfer_complete#18@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487162397.-722279075 usb_transfer_complete#18@0: <- done xfer 0x3e08e00, wakeup
 1487162397.-722261036 usbd_start_next#18@0: called!
 1487162397.-722248581 usbd_start_next#18@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487162397.-722230113 usbd_transfer#14@0: <- done transfer 0x3e08e00, err = 0
 1487162397.-722222382 usbd_transfer#14@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487162397.-722203914 usbd_free_xfer#14@0: called!
 1487162397.-722192747 usbd_free_xfer#14@0: 0x3e08e00
 1487162397.-722172990 usb_freemem#7@0: called!
 1487162397.-722158388 usb_freemem#7@0: frag=0xd5de00
 1487162397.-528899393 uhci_poll_hub#12@0: called!
 1487162398.544507240 uhci_poll_hub#13@0: called!
 1487162398.1618357537 uhci_poll_hub#14@0: called!

 ---

From: Andreas Gustafsson <gson@gson.org>
To: gnats-bugs@NetBSD.org
Cc: skrll@NetBSD.org
Subject: Re: kern/11018 (VIA VT83C572 UHCI USB controller does not work)
Date: Wed, 15 Feb 2017 23:32:32 +0200

 Note that there is another PR involving the same controller that might
 be related: PR 21547.
 -- 
 Andreas Gustafsson, gson@gson.org

From: Nick Hudson <skrll@netbsd.org>
To: gnats-bugs@NetBSD.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,
 tsutsui@ceres.dti.ne.jp
Cc: 
Subject: Re: kern/11018 (VIA VT83C572 UHCI USB controller does not work)
Date: Thu, 16 Feb 2017 21:27:28 +0000

 This is a multi-part message in MIME format.
 --------------030407080908070603060708
 Content-Type: text/plain; charset=windows-1252; format=flowed
 Content-Transfer-Encoding: 7bit

 On 02/15/17 13:00, Izumi Tsutsui wrote:
 > The following reply was made to PR kern/11018; it has been noted by GNATS.
 >
 > From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
 > To: skrll@netbsd.org
 > Cc: gnats-bugs@NetBSD.org, tsutsui@ceres.dti.ne.jp
 > Subject: Re: kern/11018 (VIA VT83C572 UHCI USB controller does not work)
 > Date: Wed, 15 Feb 2017 21:54:51 +0900
 >
 >   > Does this patch help?
 >   
 >   Still gets "uhub0: device problem, disabling port 1"

 I gets further though. Maybe this patch helps more/as well.

 I'd be interested in results from both this patch alone and combined 
 with first one.

 Nick

 --------------030407080908070603060708
 Content-Type: text/x-patch;
  name="uhci.c.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="uhci.c.diff"

 Index: sys/dev/usb/uhci.c
 ===================================================================
 RCS file: /cvsroot/src/sys/dev/usb/uhci.c,v
 retrieving revision 1.274
 diff -u -p -r1.274 uhci.c
 --- sys/dev/usb/uhci.c	4 Dec 2016 10:12:35 -0000	1.274
 +++ sys/dev/usb/uhci.c	16 Feb 2017 21:25:18 -0000
 @@ -2075,7 +2075,7 @@ uhci_reset_std_chain(uhci_softc_t *sc, s
  	status = UHCI_TD_ZERO_ACTLEN(UHCI_TD_SET_ERRCNT(3) | UHCI_TD_ACTIVE);
  	if (pipe->up_dev->ud_speed == USB_SPEED_LOW)
  		status |= UHCI_TD_LS;
 -	if (flags & USBD_SHORT_XFER_OK)
 +//	if (flags & USBD_SHORT_XFER_OK)
  		status |= UHCI_TD_SPD;
  	usb_syncmem(dma, 0, len,
  	    isread ? BUS_DMASYNC_PREREAD : BUS_DMASYNC_PREWRITE);

 --------------030407080908070603060708--

From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
To: skrll@netbsd.org
Cc: gnats-bugs@NetBSD.org, tsutsui@ceres.dti.ne.jp
Subject: Re: kern/11018 (VIA VT83C572 UHCI USB controller does not work)
Date: Fri, 17 Feb 2017 22:51:47 +0900

 skrll@ wrote:

 > I gets further though. Maybe this patch helps more/as well.

 Unfortunately gets the same error (with both patches).

 ---
 1487337505.-521539122 uhci_poll_hub#33@0: called!
 1487337506.552325780 uhci_poll_hub#34@0: called!
 1487337506.1625986674 uhci_poll_hub#35@0: called!
 1487337506.1626094477 usb_transfer_complete#1@0: called!
 1487337506.1626111656 usb_transfer_complete#1@0: pipe = 0x3e2d448 xfer = 0x3e08ee0 status = 0 actlen = 1
 1487337506.1626144298 usb_transfer_complete#1@0: xfer 0x3e08ee0: repeat 1 new head = 0x3e08ee0
 1487337506.1626170926 usb_transfer_complete#1@0: xfer 0x3e08ee0 doing done 0x2a6a14
 1487337506.1626210440 usb_transfer_complete#1@0: xfer 0x3e08ee0 doing callback 0x1c5944 status 0
 1487337506.1626270139 usb_needs_explore#1@0: called!
 1487337506.1626404999 usbd_start_next#1@0: called!
 1487337506.1626429480 usbd_start_next#1@0: pipe = 0x3e2d448, xfer = 0x3e08ee0
 1487337506.1626464699 uhci_root_intr_start#1@0: called!
 1487337506.1626481878 uhci_root_intr_start#1@0: xfer=0x3e08ee0 len=1 flags=132
 1487337506.1626700490 usb_event_thread#0@0: sc 0x3ecd0f8 woke up
 1487337506.1626730983 usb_discover#1@0: called!
 1487337506.1626814734 usbd_get_port_status#1@0: called!
 1487337506.1626832773 usbd_get_port_status#1@0: dev 0x3e27298 port 1
 1487337506.1626875293 usbd_do_request_flags#1@0: called!
 1487337506.1626909652 usbd_alloc_xfer#1@0: called!
 1487337506.1627009294 usbd_alloc_xfer#1@0: returns 0x3e08e00
 1487337506.1627052243 usb_allocmem_flags#1@0: called!
 1487337506.1627095622 usb_allocmem_flags#1@0: use frag=0xd5dec0 size=4
 1487337506.1627163482 usbd_transfer#1@0: called!
 1487337506.1627181520 usbd_transfer#1@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487337506.1627211585 usbd_dump_queue#1@0: called!
 1487337506.1627228764 usbd_dump_queue#1@0: pipe = 0x3e2d6c8
 1487337506.1627279444 usb_insert_transfer#1@0: called!
 1487337506.1627299630 usb_insert_transfer#1@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487337506.1627326259 usb_insert_transfer#1@0: <- done xfer 0x3e08e00, err 0
 1487337506.1627366202 roothub_ctrl_start#1@0: called!
 1487337506.1627383381 roothub_ctrl_start#1@0: type=0xa3 request= 0
 1487337506.1627443081 uhci_roothub_ctrl#1@0: called!
 1487337506.1627458972 uhci_roothub_ctrl#1@0: type=0xa3 request=00
 1487337506.1627508793 uhci_roothub_ctrl#1@0: returning 4
 1487337506.1627528120 roothub_ctrl_start#1@0: xfer 0x3e08e00 buflen -1 actlen 4
 1487337506.1627545729 roothub_ctrl_start#1@0: xfer 0x3e08e00 err 0
 1487337506.1627566774 usb_transfer_complete#2@0: called!
 1487337506.1627575364 usb_transfer_complete#2@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 4
 1487337506.1627587819 usb_transfer_complete#2@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487337506.1627603711 usb_transfer_complete#2@0: xfer 0x3e08e00 doing done 0x2a4dbc
 1487337506.1627626044 usb_transfer_complete#2@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487337506.1627641076 usb_transfer_complete#2@0: <- done xfer 0x3e08e00, wakeup
 1487337506.1627663839 usbd_start_next#2@0: called!
 1487337506.1627676724 usbd_start_next#2@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487337506.1627705071 usbd_transfer#1@0: <- done transfer 0x3e08e00, err = 0
 1487337506.1627727834 usbd_transfer#1@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487337506.1627766917 usbd_free_xfer#1@0: called!
 1487337506.1627782809 usbd_free_xfer#1@0: 0x3e08e00
 1487337506.1627816738 usb_freemem#1@0: called!
 1487337506.1627848091 usb_freemem#1@0: frag=0xd5dec0
 1487337506.1627961048 usbd_clear_port_feature#1@0: called!
 1487337506.1627979945 usbd_clear_port_feature#1@0: dev 0x3e27298 port 1 sel 16
 1487337506.1628000131 usbd_do_request_flags#2@0: called!
 1487337506.1628011298 usbd_alloc_xfer#2@0: called!
 1487337506.1628038786 usbd_alloc_xfer#2@0: returns 0x3e08e00
 1487337506.1628057683 usbd_transfer#2@0: called!
 1487337506.1628065844 usbd_transfer#2@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487337506.1628079158 usbd_dump_queue#2@0: called!
 1487337506.1628088177 usbd_dump_queue#2@0: pipe = 0x3e2d6c8
 1487337506.1628101062 usb_insert_transfer#2@0: called!
 1487337506.1628109652 usb_insert_transfer#2@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487337506.1628119530 usb_insert_transfer#2@0: <- done xfer 0x3e08e00, err 0
 1487337506.1628132415 roothub_ctrl_start#2@0: called!
 1487337506.1628144441 roothub_ctrl_start#2@0: type=0x23 request=0x1
 1487337506.1628161191 uhci_roothub_ctrl#2@0: called!
 1487337506.1628169781 uhci_roothub_ctrl#2@0: type=0x23 request=01
 1487337506.1628185672 uhci_roothub_ctrl#2@0: UR_CLEAR_PORT_FEATURE port=1 feature=16
 1487337506.1628217884 uhci_roothub_ctrl#2@0: returning 0
 1487337506.1628226903 roothub_ctrl_start#2@0: xfer 0x3e08e00 buflen -1 actlen 0
 1487337506.1628234634 roothub_ctrl_start#2@0: xfer 0x3e08e00 err 0
 1487337506.1628247089 usb_transfer_complete#3@0: called!
 1487337506.1628257397 usb_transfer_complete#3@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 0
 1487337506.1628270711 usb_transfer_complete#3@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487337506.1628281019 usb_transfer_complete#3@0: xfer 0x3e08e00 doing done 0x2a4dbc
 1487337506.1628290468 usb_transfer_complete#3@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487337506.1628299917 usb_transfer_complete#3@0: <- done xfer 0x3e08e00, wakeup
 1487337506.1628315378 usbd_start_next#3@0: called!
 1487337506.1628328263 usbd_start_next#3@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487337506.1628343725 usbd_transfer#2@0: <- done transfer 0x3e08e00, err = 0
 1487337506.1628355750 usbd_transfer#2@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487337506.1628370353 usbd_free_xfer#2@0: called!
 1487337506.1628381949 usbd_free_xfer#2@0: 0x3e08e00
 1487337506.-1595087802 uhci_poll_hub#36@0: called!
 1487337506.-1337406971 usbd_reset_port#1@0: called!
 1487337506.-1337376478 usbd_do_request_flags#3@0: called!
 1487337506.-1337353285 usbd_alloc_xfer#3@0: called!
 1487337506.-1337281560 usbd_alloc_xfer#3@0: returns 0x3e08e00
 1487337506.-1337236893 usbd_transfer#3@0: called!
 1487337506.-1337219284 usbd_transfer#3@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487337506.-1337196521 usbd_dump_queue#3@0: called!
 1487337506.-1337187501 usbd_dump_queue#3@0: pipe = 0x3e2d6c8
 1487337506.-1337160443 usb_insert_transfer#3@0: called!
 1487337506.-1337149706 usb_insert_transfer#3@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487337506.-1337133385 usb_insert_transfer#3@0: <- done xfer 0x3e08e00, err 0
 1487337506.-1337113199 roothub_ctrl_start#3@0: called!
 1487337506.-1337100314 roothub_ctrl_start#3@0: type=0x23 request=0x3
 1487337506.-1337072397 uhci_roothub_ctrl#3@0: called!
 1487337506.-1337060372 uhci_roothub_ctrl#3@0: type=0x23 request=03
 1487337506.-1337019570 uhci_portreset#1@0: called!
 1487337506.-521578948 uhci_poll_hub#37@0: called!
 1487337506.-521515813 usb_transfer_complete#4@0: called!
 1487337506.-521505076 usb_transfer_complete#4@0: pipe = 0x3e2d448 xfer = 0x3e08ee0 status = 0 actlen = 1
 1487337506.-521488755 usb_transfer_complete#4@0: xfer 0x3e08ee0: repeat 1 new head = 0x3e08ee0
 1487337506.-521465133 usb_transfer_complete#4@0: xfer 0x3e08ee0 doing done 0x2a6a14
 1487337506.-521444517 usb_transfer_complete#4@0: xfer 0x3e08ee0 doing callback 0x1c5944 status 0
 1487337506.-521402857 usbd_start_next#4@0: called!
 1487337506.-521390401 usbd_start_next#4@0: pipe = 0x3e2d448, xfer = 0x3e08ee0
 1487337506.-521362055 uhci_root_intr_start#2@0: called!
 1487337506.-521344016 uhci_root_intr_start#2@0: xfer=0x3e08ee0 len=1 flags=132
 1487337506.-220756538 uhci_portreset#1@0: uhci port 1 reset, status0 = 0x038a
 1487337506.-220301277 uhci_portreset#1@0: uhci port 1 reset, status1 = 0x01ab
 1487337507.36977550 uhci_portreset#1@0: uhci port 1 iteration 9, status = 0x01af
 1487337507.294576347 uhci_portreset#1@0: uhci port 1 iteration 8, status = 0x01a5
 1487337507.294594815 uhci_portreset#1@0: uhci port 1 reset, status2 = 0x01a5
 1487337507.294630034 roothub_ctrl_start#3@0: xfer 0x3e08e00 buflen -1 actlen 0
 1487337507.294642489 roothub_ctrl_start#3@0: xfer 0x3e08e00 err 0
 1487337507.294666111 usb_transfer_complete#5@0: called!
 1487337507.294676419 usb_transfer_complete#5@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 0
 1487337507.294691021 usb_transfer_complete#5@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487337507.294707342 usb_transfer_complete#5@0: xfer 0x3e08e00 doing done 0x2a4dbc
 1487337507.294721515 usb_transfer_complete#5@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487337507.294734830 usb_transfer_complete#5@0: <- done xfer 0x3e08e00, wakeup
 1487337507.294751580 usbd_start_next#5@0: called!
 1487337507.294764035 usbd_start_next#5@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487337507.294788087 usbd_transfer#3@0: <- done transfer 0x3e08e00, err = 0
 1487337507.294806555 usbd_transfer#3@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487337507.294846927 usbd_free_xfer#3@0: called!
 1487337507.294862818 usbd_free_xfer#3@0: 0x3e08e00
 1487337507.294959024 usbd_reset_port#1@0: port 1 reset done, error=0
 1487337507.552297979 uhci_poll_hub#38@0: called!
 1487337507.552532482 usbd_get_port_status#2@0: called!
 1487337507.552547944 usbd_get_port_status#2@0: dev 0x3e27298 port 1
 1487337507.552570277 usbd_do_request_flags#4@0: called!
 1487337507.552589604 usbd_alloc_xfer#4@0: called!
 1487337507.552662188 usbd_alloc_xfer#4@0: returns 0x3e08e00
 1487337507.552699125 usb_allocmem_flags#2@0: called!
 1487337507.552736490 usb_allocmem_flags#2@0: use frag=0xd5dec0 size=4
 1487337507.552784164 usbd_transfer#4@0: called!
 1487337507.552797478 usbd_transfer#4@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487337507.552815087 usbd_dump_queue#4@0: called!
 1487337507.552825825 usbd_dump_queue#4@0: pipe = 0x3e2d6c8
 1487337507.552850735 usb_insert_transfer#4@0: called!
 1487337507.552859325 usb_insert_transfer#4@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487337507.552876934 usb_insert_transfer#4@0: <- done xfer 0x3e08e00, err 0
 1487337507.552897979 roothub_ctrl_start#4@0: called!
 1487337507.552909146 roothub_ctrl_start#4@0: type=0xa3 request= 0
 1487337507.552934916 uhci_roothub_ctrl#4@0: called!
 1487337507.552948659 uhci_roothub_ctrl#4@0: type=0xa3 request=00
 1487337507.552975717 uhci_roothub_ctrl#4@0: returning 4
 1487337507.552988602 roothub_ctrl_start#4@0: xfer 0x3e08e00 buflen -1 actlen 4
 1487337507.552996762 roothub_ctrl_start#4@0: xfer 0x3e08e00 err 0
 1487337507.553016519 usb_transfer_complete#6@0: called!
 1487337507.553027686 usb_transfer_complete#6@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 4
 1487337507.553043577 usb_transfer_complete#6@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487337507.553055603 usb_transfer_complete#6@0: xfer 0x3e08e00 doing done 0x2a4dbc
 1487337507.553075789 usb_transfer_complete#6@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487337507.553088674 usb_transfer_complete#6@0: <- done xfer 0x3e08e00, wakeup
 1487337507.553110148 usbd_start_next#6@0: called!
 1487337507.553122603 usbd_start_next#6@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487337507.553141931 usbd_transfer#4@0: <- done transfer 0x3e08e00, err = 0
 1487337507.553154386 usbd_transfer#4@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487337507.553174572 usbd_free_xfer#4@0: called!
 1487337507.553183162 usbd_free_xfer#4@0: 0x3e08e00
 1487337507.553211079 usb_freemem#2@0: called!
 1487337507.553232983 usb_freemem#2@0: frag=0xd5dec0
 1487337507.553316304 usbd_clear_port_feature#2@0: called!
 1487337507.553324894 usbd_clear_port_feature#2@0: dev 0x3e27298 port 1 sel 20
 1487337507.553339497 usbd_do_request_flags#5@0: called!
 1487337507.553351093 usbd_alloc_xfer#5@0: called!
 1487337507.553379439 usbd_alloc_xfer#5@0: returns 0x3e08e00
 1487337507.553394901 usbd_transfer#5@0: called!
 1487337507.553403920 usbd_transfer#5@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487337507.553417664 usbd_dump_queue#5@0: called!
 1487337507.553428831 usbd_dump_queue#5@0: pipe = 0x3e2d6c8
 1487337507.553439568 usb_insert_transfer#5@0: called!
 1487337507.553446870 usb_insert_transfer#5@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487337507.553456748 usb_insert_transfer#5@0: <- done xfer 0x3e08e00, err 0
 1487337507.553470062 roothub_ctrl_start#5@0: called!
 1487337507.553480370 roothub_ctrl_start#5@0: type=0x23 request=0x1
 1487337507.553494973 uhci_roothub_ctrl#5@0: called!
 1487337507.553502274 uhci_roothub_ctrl#5@0: type=0x23 request=01
 1487337507.553515588 uhci_roothub_ctrl#5@0: UR_CLEAR_PORT_FEATURE port=1 feature=20
 1487337507.553534486 uhci_roothub_ctrl#5@0: returning 0
 1487337507.553546082 roothub_ctrl_start#5@0: xfer 0x3e08e00 buflen -1 actlen 0
 1487337507.553554672 roothub_ctrl_start#5@0: xfer 0x3e08e00 err 0
 1487337507.553569275 usb_transfer_complete#7@0: called!
 1487337507.553577865 usb_transfer_complete#7@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 0
 1487337507.553592038 usb_transfer_complete#7@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487337507.553602775 usb_transfer_complete#7@0: xfer 0x3e08e00 doing done 0x2a4dbc
 1487337507.553613942 usb_transfer_complete#7@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487337507.553621673 usb_transfer_complete#7@0: <- done xfer 0x3e08e00, wakeup
 1487337507.553636275 usbd_start_next#7@0: called!
 1487337507.553647872 usbd_start_next#7@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487337507.553665481 usbd_transfer#5@0: <- done transfer 0x3e08e00, err = 0
 1487337507.553673212 usbd_transfer#5@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487337507.553686526 usbd_free_xfer#5@0: called!
 1487337507.553697693 usbd_free_xfer#5@0: 0x3e08e00
 1487337507.1625948994 uhci_poll_hub#39@0: called!
 1487337507.1669041182 usbd_new_device#1@0: called!
 1487337507.1669060509 usbd_new_device#1@0: bus=0x3e3200c port=1 depth=1 speed=1
 1487337507.1669190216 usbd_setup_pipe_flags#1@0: called!
 1487337507.1669248197 usbd_setup_pipe_flags#1@0: dev=0x375d7c0 addr=0 iface=0x0 ep=0x375d7e4 pipe=0xfdc04427
 1487337507.1669285563 uhci_open#1@0: called!
 1487337507.1669302742 uhci_open#1@0: pipe=0x32c3748, addr=0, endpt=0 (1)
 1487337507.1669340538 uhci_alloc_sqh#1@0: called!
 1487337507.1669381339 uhci_alloc_std#1@0: called!
 1487337507.1669409256 uhci_alloc_std#2@0: called!
 1487337507.1669442327 usb_allocmem_flags#3@0: called!
 1487337507.1669471962 usb_allocmem_flags#3@0: use frag=0xd5dec0 size=8
 1487337507.1669501168 usbd_setup_pipe_flags#1@0: pipe=0x32c3748
 1487337507.1669536815 usbd_get_initial_ddesc#1@0: called!
 1487337507.1669553136 usbd_get_initial_ddesc#1@0: dev 0x375d7c0
 1487337507.1669581053 usbd_do_request_flags#6@0: called!
 1487337507.1669601239 usbd_alloc_xfer#6@0: called!
 1487337507.1669662656 usbd_alloc_xfer#6@0: returns 0x3e08e00
 1487337507.1669679836 usb_allocmem_flags#4@0: called!
 1487337507.1669691862 usb_allocmem_flags#4@0: use frag=0xd5de80 size=64
 1487337507.1669723215 uhci_device_ctrl_init#1@0: called!
 1487337507.1669737388 uhci_device_ctrl_init#1@0: xfer=0x3e08e00 len=64, addr=0, endpt=0
 1487337507.1669775183 uhci_alloc_std_chain#1@0: called!
 1487337507.1669793651 uhci_alloc_std_chain#1@0: xfer=0x3e08e00 pipe=0x32c3748
 1487337507.1669813408 uhci_alloc_std_chain#1@0: maxp=8 ntd=8
 1487337507.1669868812 uhci_alloc_std#3@0: called!
 1487337507.1669883415 uhci_alloc_std#4@0: called!
 1487337507.1669899306 uhci_alloc_std#5@0: called!
 1487337507.1669913909 uhci_alloc_std#6@0: called!
 1487337507.1669928941 uhci_alloc_std#7@0: called!
 1487337507.1669944403 uhci_alloc_std#8@0: called!
 1487337507.1669959006 uhci_alloc_std#9@0: called!
 1487337507.1669973179 uhci_alloc_std#10@0: called!
 1487337507.1670020852 usbd_transfer#6@0: called!
 1487337507.1670038032 usbd_transfer#6@0: xfer = 0x3e08e00, flags = 0x6, pipe = 0x32c3748, running = 0
 1487337507.1670054782 usbd_dump_queue#6@0: called!
 1487337507.1670065090 usbd_dump_queue#6@0: pipe = 0x32c3748
 1487337507.1670089571 usb_insert_transfer#6@0: called!
 1487337507.1670102456 usb_insert_transfer#6@0: xfer = 0x3e08e00 pipe = 0x32c3748 running = 0 timeout = 5000
 1487337507.1670119206 usb_insert_transfer#6@0: <- done xfer 0x3e08e00, err 0
 1487337507.1670155283 uhci_device_ctrl_start#1@0: called!
 1487337507.1670176758 uhci_device_ctrl_start#1@0: type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000
 1487337507.1670197374 uhci_device_ctrl_start#1@0: len=64, addr=0, endpt=0
 1487337507.1670247195 uhci_reset_std_chain#1@0: called!
 1487337507.1670265663 uhci_reset_std_chain#1@0: xfer=0x3e08e00 len 64 isread 128 toggle 1
 1487337507.1670378619 uhci_device_ctrl_start#1@0: --- dump start ---
 1487337507.1670397517 uhci_device_ctrl_start#1@0: before transfer
 1487337507.1670429299 uhci_dump_td#1@0: called!
 1487337507.1670449915 uhci_dump_td#1@0: TD(0xd24770) at 0x00d24770
 1487337507.1670466665 uhci_dump_td#1@0:    link=0x00d245f0 status=0x1c8003ff token=0x00e0002d buffer=0x00d5dec0
 1487337507.1670483415 uhci_dump_td#1@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1670504890 uhci_dump_td#1@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337507.1670525935 uhci_dump_td#1@0: ios     =0 ls      =1 spd     =0
 1487337507.1670541826 uhci_dump_td#1@0: errcnt  =3 actlen  =1024 pid=2d
 1487337507.1670562012 uhci_dump_td#1@0: addr=0  endpt=0  D=0  maxlen=8,
 1487337507.1670589070 uhci_dump_td#2@0: called!
 1487337507.1670597660 uhci_dump_td#2@0: TD(0xd245f0) at 0x00d245f0
 1487337507.1670604102 uhci_dump_td#2@0:    link=0x00d24624 status=0x3c8003ff token=0x00e80069 buffer=0x00d5de80
 1487337507.1670612692 uhci_dump_td#2@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1670620852 uhci_dump_td#2@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337507.1670628583 uhci_dump_td#2@0: ios     =0 ls      =1 spd     =1
 1487337507.1670635026 uhci_dump_td#2@0: errcnt  =3 actlen  =1024 pid=69
 1487337507.1670645333 uhci_dump_td#2@0: addr=0  endpt=0  D=1  maxlen=8,
 1487337507.1670656930 uhci_dump_td#3@0: called!
 1487337507.1670665519 uhci_dump_td#3@0: TD(0xd24620) at 0x00d24620
 1487337507.1670671962 uhci_dump_td#3@0:    link=0x00d24654 status=0x3c8003ff token=0x00e00069 buffer=0x00d5de88
 1487337507.1670680552 uhci_dump_td#3@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1670688712 uhci_dump_td#3@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337507.1670696872 uhci_dump_td#3@0: ios     =0 ls      =1 spd     =1
 1487337507.1670703315 uhci_dump_td#3@0: errcnt  =3 actlen  =1024 pid=69
 1487337507.1670713193 uhci_dump_td#3@0: addr=0  endpt=0  D=0  maxlen=8,
 1487337507.1670724789 uhci_dump_td#4@0: called!
 1487337507.1670733379 uhci_dump_td#4@0: TD(0xd24650) at 0x00d24650
 1487337507.1670739822 uhci_dump_td#4@0:    link=0x00d24684 status=0x3c8003ff token=0x00e80069 buffer=0x00d5de90
 1487337507.1670747552 uhci_dump_td#4@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1670755713 uhci_dump_td#4@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337507.1670763873 uhci_dump_td#4@0: ios     =0 ls      =1 spd     =1
 1487337507.1670770315 uhci_dump_td#4@0: errcnt  =3 actlen  =1024 pid=69
 1487337507.1670780623 uhci_dump_td#4@0: addr=0  endpt=0  D=1  maxlen=8,
 1487337507.1670790931 uhci_dump_td#5@0: called!
 1487337507.1670799091 uhci_dump_td#5@0: TD(0xd24680) at 0x00d24680
 1487337507.1670805534 uhci_dump_td#5@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5de98
 1487337507.1670814124 uhci_dump_td#5@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1670822284 uhci_dump_td#5@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337507.1670830444 uhci_dump_td#5@0: ios     =0 ls      =1 spd     =1
 1487337507.1670836457 uhci_dump_td#5@0: errcnt  =3 actlen  =1024 pid=69
 1487337507.1670846765 uhci_dump_td#5@0: addr=0  endpt=0  D=0  maxlen=8,
 1487337507.1670857073 uhci_dump_td#6@0: called!
 1487337507.1670865233 uhci_dump_td#6@0: TD(0xd246b0) at 0x00d246b0
 1487337507.1670872105 uhci_dump_td#6@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5dea0
 1487337507.1670881124 uhci_dump_td#6@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1670889285 uhci_dump_td#6@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337507.1670897445 uhci_dump_td#6@0: ios     =0 ls      =1 spd     =1
 1487337507.1670903887 uhci_dump_td#6@0: errcnt  =3 actlen  =1024 pid=69
 1487337507.1670914195 uhci_dump_td#6@0: addr=0  endpt=0  D=1  maxlen=8,
 1487337507.1670924503 uhci_dump_td#7@0: called!
 1487337507.1670933093 uhci_dump_td#7@0: TD(0xd246e0) at 0x00d246e0
 1487337507.1670938676 uhci_dump_td#7@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5dea8
 1487337507.1670947266 uhci_dump_td#7@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1670955426 uhci_dump_td#7@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337507.1670963587 uhci_dump_td#7@0: ios     =0 ls      =1 spd     =1
 1487337507.1670969170 uhci_dump_td#7@0: errcnt  =3 actlen  =1024 pid=69
 1487337507.1670978619 uhci_dump_td#7@0: addr=0  endpt=0  D=0  maxlen=8,
 1487337507.1670988927 uhci_dump_td#8@0: called!
 1487337507.1670997517 uhci_dump_td#8@0: TD(0xd24710) at 0x00d24710
 1487337507.1671003959 uhci_dump_td#8@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5deb0
 1487337507.1671013408 uhci_dump_td#8@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1671021568 uhci_dump_td#8@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337507.1671029728 uhci_dump_td#8@0: ios     =0 ls      =1 spd     =1
 1487337507.1671036171 uhci_dump_td#8@0: errcnt  =3 actlen  =1024 pid=69
 1487337507.1671043902 uhci_dump_td#8@0: addr=0  endpt=0  D=1  maxlen=8,
 1487337507.1671054209 uhci_dump_td#9@0: called!
 1487337507.1671062370 uhci_dump_td#9@0: TD(0xd24740) at 0x00d24740
 1487337507.1671068383 uhci_dump_td#9@0:    link=0x00d247a0 status=0x3c8003ff token=0x00e00069 buffer=0x00d5deb8
 1487337507.1671078261 uhci_dump_td#9@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1671085992 uhci_dump_td#9@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337507.1671094152 uhci_dump_td#9@0: ios     =0 ls      =1 spd     =1
 1487337507.1671101024 uhci_dump_td#9@0: errcnt  =3 actlen  =1024 pid=69
 1487337507.1671110043 uhci_dump_td#9@0: addr=0  endpt=0  D=0  maxlen=8,
 1487337507.1671121640 uhci_dump_td#10@0: called!
 1487337507.1671129800 uhci_dump_td#10@0: TD(0xd247a0) at 0x00d247a0
 1487337507.1671136242 uhci_dump_td#10@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487337507.1671146121 uhci_dump_td#10@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1671153852 uhci_dump_td#10@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487337507.1671162012 uhci_dump_td#10@0: ios     =0 ls      =1 spd     =0
 1487337507.1671168884 uhci_dump_td#10@0: errcnt  =3 actlen  =1024 pid=e1
 1487337507.1671177903 uhci_dump_td#10@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487337507.1671195512 uhci_device_ctrl_start#1@0: --- dump end ---
 1487337507.1671227724 uhci_add_ls_ctrl#1@0: called!
 1487337507.1671241468 uhci_add_ls_ctrl#1@0: sqh 0xd22710
 1487337507.1671283988 uhci_device_ctrl_start#1@0: --- dump start ---
 1487337507.1671301167 uhci_device_ctrl_start#1@0: follow from [0]
 1487337507.1671319206 uhci_dump_td#11@0: called!
 1487337507.1671332520 uhci_dump_td#11@0: TD(0xd1e7a0) at 0x00d1e7a0
 1487337507.1671341969 uhci_dump_td#11@0:    link=0x00d20712 status=0x02000000 token=0x00000000 buffer=0x00000000
 1487337507.1671350129 uhci_dump_td#11@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1671357860 uhci_dump_td#11@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487337507.1671363873 uhci_dump_td#11@0: ios     =1 ls      =0 spd     =0
 1487337507.1671372892 uhci_dump_td#11@0: errcnt  =0 actlen  =1 pid=00
 1487337507.1671381053 uhci_dump_td#11@0: addr=0  endpt=0  D=0  maxlen=1,
 1487337507.1671405534 uhci_dump_qh#1@0: called!
 1487337507.1671427008 uhci_dump_qh#1@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487337507.1671448483 uhci_dump_qh#2@0: called!
 1487337507.1671457932 uhci_dump_qh#2@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487337507.1671471246 uhci_dump_qh#3@0: called!
 1487337507.1671477688 uhci_dump_qh#3@0: QH(0xd20740) at 0x00d20740: hlink=00d22712 elink=00000001
 1487337507.1671487137 uhci_dump_qh#4@0: called!
 1487337507.1671495297 uhci_dump_qh#4@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d24770
 1487337507.1671504746 uhci_dump_qh#5@0: called!
 1487337507.1671514195 uhci_dump_qh#5@0: QH(0xd20770) at 0x00d20770: hlink=00d207a2 elink=00000001
 1487337507.1671523644 uhci_dump_qh#6@0: called!
 1487337507.1671539106 uhci_dump_qh#6@0: QH(0xd207a0) at 0x00d207a0: hlink=00d207d2 elink=00000001
 1487337507.1671548554 uhci_dump_qh#7@0: called!
 1487337507.1671558003 uhci_dump_qh#7@0: QH(0xd207d0) at 0x00d207d0: hlink=00000001 elink=00d1e7d0
 1487337507.1671573894 uhci_device_ctrl_start#1@0: Enqueued QH:
 1487337507.1671586350 uhci_dump_qh#8@0: called!
 1487337507.1671594939 uhci_dump_qh#8@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d24770
 1487337507.1671602670 uhci_dump_td#12@0: called!
 1487337507.1671612549 uhci_dump_td#12@0: TD(0xd24770) at 0x00d24770
 1487337507.1671620709 uhci_dump_td#12@0:    link=0x00d245f0 status=0x1c8003ff token=0x00e0002d buffer=0x00d5dec0
 1487337507.1671628869 uhci_dump_td#12@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1671635312 uhci_dump_td#12@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337507.1671644761 uhci_dump_td#12@0: ios     =0 ls      =1 spd     =0
 1487337507.1671652921 uhci_dump_td#12@0: errcnt  =3 actlen  =1024 pid=2d
 1487337507.1671662370 uhci_dump_td#12@0: addr=0  endpt=0  D=0  maxlen=8,
 1487337507.1671670530 uhci_dump_td#13@0: called!
 1487337507.1671679549 uhci_dump_td#13@0: TD(0xd245f0) at 0x00d245f0
 1487337507.1671687710 uhci_dump_td#13@0:    link=0x00d24624 status=0x3c8003ff token=0x00e80069 buffer=0x00d5de80
 1487337507.1671695870 uhci_dump_td#13@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1671702312 uhci_dump_td#13@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337507.1671710902 uhci_dump_td#13@0: ios     =0 ls      =1 spd     =1
 1487337507.1671719063 uhci_dump_td#13@0: errcnt  =3 actlen  =1024 pid=69
 1487337507.1671726793 uhci_dump_td#13@0: addr=0  endpt=0  D=1  maxlen=8,
 1487337507.1671734954 uhci_dump_td#14@0: called!
 1487337507.1671744832 uhci_dump_td#14@0: TD(0xd24620) at 0x00d24620
 1487337507.1671753851 uhci_dump_td#14@0:    link=0x00d24654 status=0x3c8003ff token=0x00e00069 buffer=0x00d5de88
 1487337507.1671762012 uhci_dump_td#14@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1671768884 uhci_dump_td#14@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337507.1671777473 uhci_dump_td#14@0: ios     =0 ls      =1 spd     =1
 1487337507.1671785204 uhci_dump_td#14@0: errcnt  =3 actlen  =1024 pid=69
 1487337507.1671793794 uhci_dump_td#14@0: addr=0  endpt=0  D=0  maxlen=8,
 1487337507.1671801954 uhci_dump_td#15@0: called!
 1487337507.1671811403 uhci_dump_td#15@0: TD(0xd24650) at 0x00d24650
 1487337507.1671819134 uhci_dump_td#15@0:    link=0x00d24684 status=0x3c8003ff token=0x00e80069 buffer=0x00d5de90
 1487337507.1671826865 uhci_dump_td#15@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1671832878 uhci_dump_td#15@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337507.1671842327 uhci_dump_td#15@0: ios     =0 ls      =1 spd     =1
 1487337507.1671850487 uhci_dump_td#15@0: errcnt  =3 actlen  =1024 pid=69
 1487337507.1671858218 uhci_dump_td#15@0: addr=0  endpt=0  D=1  maxlen=8,
 1487337507.1671866808 uhci_dump_td#16@0: called!
 1487337507.1671874539 uhci_dump_td#16@0: TD(0xd24680) at 0x00d24680
 1487337507.1671882699 uhci_dump_td#16@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5de98
 1487337507.1671891289 uhci_dump_td#16@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1671897302 uhci_dump_td#16@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337507.1671905891 uhci_dump_td#16@0: ios     =0 ls      =1 spd     =1
 1487337507.1671914052 uhci_dump_td#16@0: errcnt  =3 actlen  =1024 pid=69
 1487337507.1671922212 uhci_dump_td#16@0: addr=0  endpt=0  D=0  maxlen=8,
 1487337507.1671930802 uhci_dump_td#17@0: called!
 1487337507.1671941110 uhci_dump_td#17@0: TD(0xd246b0) at 0x00d246b0
 1487337507.1671950129 uhci_dump_td#17@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5dea0
 1487337507.1671959148 uhci_dump_td#17@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1671965591 uhci_dump_td#17@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337507.1671975040 uhci_dump_td#17@0: ios     =0 ls      =1 spd     =1
 1487337507.1671983200 uhci_dump_td#17@0: errcnt  =3 actlen  =1024 pid=69
 1487337507.1671991360 uhci_dump_td#17@0: addr=0  endpt=0  D=1  maxlen=8,
 1487337507.1671999950 uhci_dump_td#18@0: called!
 1487337507.1672010258 uhci_dump_td#18@0: TD(0xd246e0) at 0x00d246e0
 1487337507.1672018418 uhci_dump_td#18@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5dea8
 1487337507.1672026579 uhci_dump_td#18@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1672033450 uhci_dump_td#18@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337507.1672042040 uhci_dump_td#18@0: ios     =0 ls      =1 spd     =1
 1487337507.1672049771 uhci_dump_td#18@0: errcnt  =3 actlen  =1024 pid=69
 1487337507.1672057502 uhci_dump_td#18@0: addr=0  endpt=0  D=0  maxlen=8,
 1487337507.1672066092 uhci_dump_td#19@0: called!
 1487337507.1672075541 uhci_dump_td#19@0: TD(0xd24710) at 0x00d24710
 1487337507.1672083272 uhci_dump_td#19@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5deb0
 1487337507.1672091002 uhci_dump_td#19@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1672097874 uhci_dump_td#19@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337507.1672106464 uhci_dump_td#19@0: ios     =0 ls      =1 spd     =1
 1487337507.1672114195 uhci_dump_td#19@0: errcnt  =3 actlen  =1024 pid=69
 1487337507.1672122355 uhci_dump_td#19@0: addr=0  endpt=0  D=1  maxlen=8,
 1487337507.1672130516 uhci_dump_td#20@0: called!
 1487337507.1672139105 uhci_dump_td#20@0: TD(0xd24740) at 0x00d24740
 1487337507.1672147266 uhci_dump_td#20@0:    link=0x00d247a0 status=0x3c8003ff token=0x00e00069 buffer=0x00d5deb8
 1487337507.1672155426 uhci_dump_td#20@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1672162298 uhci_dump_td#20@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337507.1672171317 uhci_dump_td#20@0: ios     =0 ls      =1 spd     =1
 1487337507.1672179478 uhci_dump_td#20@0: errcnt  =3 actlen  =1024 pid=69
 1487337507.1672187638 uhci_dump_td#20@0: addr=0  endpt=0  D=0  maxlen=8,
 1487337507.1672195798 uhci_dump_td#21@0: called!
 1487337507.1672207824 uhci_dump_td#21@0: TD(0xd247a0) at 0x00d247a0
 1487337507.1672215984 uhci_dump_td#21@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487337507.1672224574 uhci_dump_td#21@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1672231017 uhci_dump_td#21@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487337507.1672240465 uhci_dump_td#21@0: ios     =0 ls      =1 spd     =0
 1487337507.1672248626 uhci_dump_td#21@0: errcnt  =3 actlen  =1024 pid=e1
 1487337507.1672256786 uhci_dump_td#21@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487337507.1672269241 uhci_device_ctrl_start#1@0: --- dump end ---
 1487337507.1672357287 usbd_transfer#6@0: <- done transfer 0x3e08e00, err = 1
 1487337507.1672385204 usbd_transfer#6@0: <- sleeping on xfer 0x3e08e00
 1487337507.1681527364 uhci_intr#1@0: called!
 1487337507.1681576326 uhci_intr1#1@0: called!
 1487337507.1681595224 uhci_intr1#1@0: sc 0x3e32008
 1487337507.1681624429 uhci_dumpregs#1@0: called!
 1487337507.1681642468 uhci_dumpregs#1@0: cmd =0081  sts    =0001  intr   =000f  frnum =04a6
 1487337507.1681668237 uhci_dumpregs#1@0: sof =0040  portsc1=01a5  portsc2=0080  flbase=00d1c000
 1487337507.1681733949 usb_schedsoftintr#1@0: called!
 1487337507.1681751988 usb_schedsoftintr#1@0: polling=0
 1487337507.1681802239 uhci_intr1#1@0: sc 0x3e32008 done
 1487337507.1681933663 uhci_softintr#1@0: called!
 1487337507.1681950843 uhci_softintr#1@0: sc 0x3e32008
 1487337507.1681992503 uhci_check_intr#1@0: called!
 1487337507.1682009683 uhci_check_intr#1@0: ux 0x3e08e00
 1487337507.1682036312 uhci_check_intr#1@0: active ux=0x3e08e00
 1487337507.1682076684 uhci_check_intr#1@0: ux=0x3e08e00 done
 1487337507.1682139390 uhci_idone#1@0: called!
 1487337507.1682156569 uhci_idone#1@0: ux=0x3e08e00
 1487337507.1682179332 uhci_idone#1@0: ux=0x3e08e00, xfer=0x3e08e00, pipe=0x32c3748 ready
 1487337507.1682198659 uhci_idone#1@0: --- dump start ---
 1487337507.1682217987 uhci_dump_td#22@0: called!
 1487337507.1682230012 uhci_dump_td#22@0: TD(0xd24770) at 0x00d24770
 1487337507.1682237314 uhci_dump_td#22@0:    link=0x00d245f0 status=0x1c000007 token=0x00e0002d buffer=0x00d5dec0
 1487337507.1682251057 uhci_dump_td#22@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1682269526 uhci_dump_td#22@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487337507.1682281981 uhci_dump_td#22@0: ios     =0 ls      =1 spd     =0
 1487337507.1682289712 uhci_dump_td#22@0: errcnt  =3 actlen  =8 pid=2d
 1487337507.1682301737 uhci_dump_td#22@0: addr=0  endpt=0  D=0  maxlen=8,
 1487337507.1682317629 uhci_dump_td#23@0: called!
 1487337507.1682325789 uhci_dump_td#23@0: TD(0xd245f0) at 0x00d245f0
 1487337507.1682332661 uhci_dump_td#23@0:    link=0x00d24624 status=0x1c000007 token=0x00e80069 buffer=0x00d5de80
 1487337507.1682342969 uhci_dump_td#23@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1682351129 uhci_dump_td#23@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487337507.1682359289 uhci_dump_td#23@0: ios     =0 ls      =1 spd     =0
 1487337507.1682364873 uhci_dump_td#23@0: errcnt  =3 actlen  =8 pid=69
 1487337507.1682373892 uhci_dump_td#23@0: addr=0  endpt=0  D=1  maxlen=8,
 1487337507.1682384200 uhci_dump_td#24@0: called!
 1487337507.1682392790 uhci_dump_td#24@0: TD(0xd24620) at 0x00d24620
 1487337507.1682399232 uhci_dump_td#24@0:    link=0x00d24654 status=0x1c000007 token=0x00e00069 buffer=0x00d5de88
 1487337507.1682408681 uhci_dump_td#24@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1682416841 uhci_dump_td#24@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487337507.1682424572 uhci_dump_td#24@0: ios     =0 ls      =1 spd     =0
 1487337507.1682430585 uhci_dump_td#24@0: errcnt  =3 actlen  =8 pid=69
 1487337507.1682438745 uhci_dump_td#24@0: addr=0  endpt=0  D=0  maxlen=8,
 1487337507.1682449483 uhci_dump_td#25@0: called!
 1487337507.1682458502 uhci_dump_td#25@0: TD(0xd24650) at 0x00d24650
 1487337507.1682466233 uhci_dump_td#25@0:    link=0x00d24684 status=0x1c4007ff token=0x00e80069 buffer=0x00d5de90
 1487337507.1682476540 uhci_dump_td#25@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1682484701 uhci_dump_td#25@0: dbuffer =0 stalled =1 active  =0 ioc     =0
 1487337507.1682492432 uhci_dump_td#25@0: ios     =0 ls      =1 spd     =0
 1487337507.1682498874 uhci_dump_td#25@0: errcnt  =3 actlen  =0 pid=69
 1487337507.1682508323 uhci_dump_td#25@0: addr=0  endpt=0  D=1  maxlen=8,
 1487337507.1682518631 uhci_dump_td#26@0: called!
 1487337507.1682528079 uhci_dump_td#26@0: TD(0xd24680) at 0x00d24680
 1487337507.1682534092 uhci_dump_td#26@0:    link=0x00d246b4 status=0x3c8003ff token=0x00e00069 buffer=0x00d5de98
 1487337507.1682544400 uhci_dump_td#26@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1682552561 uhci_dump_td#26@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337507.1682560721 uhci_dump_td#26@0: ios     =0 ls      =1 spd     =1
 1487337507.1682567163 uhci_dump_td#26@0: errcnt  =3 actlen  =1024 pid=69
 1487337507.1682576612 uhci_dump_td#26@0: addr=0  endpt=0  D=0  maxlen=8,
 1487337507.1682586920 uhci_dump_td#27@0: called!
 1487337507.1682595939 uhci_dump_td#27@0: TD(0xd246b0) at 0x00d246b0
 1487337507.1682602811 uhci_dump_td#27@0:    link=0x00d246e4 status=0x3c8003ff token=0x00e80069 buffer=0x00d5dea0
 1487337507.1682613119 uhci_dump_td#27@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1682621279 uhci_dump_td#27@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337507.1682629440 uhci_dump_td#27@0: ios     =0 ls      =1 spd     =1
 1487337507.1682635882 uhci_dump_td#27@0: errcnt  =3 actlen  =1024 pid=69
 1487337507.1682645331 uhci_dump_td#27@0: addr=0  endpt=0  D=1  maxlen=8,
 1487337507.1682655639 uhci_dump_td#28@0: called!
 1487337507.1682663799 uhci_dump_td#28@0: TD(0xd246e0) at 0x00d246e0
 1487337507.1682670671 uhci_dump_td#28@0:    link=0x00d24714 status=0x3c8003ff token=0x00e00069 buffer=0x00d5dea8
 1487337507.1682680979 uhci_dump_td#28@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1682689139 uhci_dump_td#28@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337507.1682697299 uhci_dump_td#28@0: ios     =0 ls      =1 spd     =1
 1487337507.1682702883 uhci_dump_td#28@0: errcnt  =3 actlen  =1024 pid=69
 1487337507.1682711472 uhci_dump_td#28@0: addr=0  endpt=0  D=0  maxlen=8,
 1487337507.1682721780 uhci_dump_td#29@0: called!
 1487337507.1682730800 uhci_dump_td#29@0: TD(0xd24710) at 0x00d24710
 1487337507.1682738530 uhci_dump_td#29@0:    link=0x00d24744 status=0x3c8003ff token=0x00e80069 buffer=0x00d5deb0
 1487337507.1682748838 uhci_dump_td#29@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1682756999 uhci_dump_td#29@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337507.1682765159 uhci_dump_td#29@0: ios     =0 ls      =1 spd     =1
 1487337507.1682771601 uhci_dump_td#29@0: errcnt  =3 actlen  =1024 pid=69
 1487337507.1682781050 uhci_dump_td#29@0: addr=0  endpt=0  D=1  maxlen=8,
 1487337507.1682791358 uhci_dump_td#30@0: called!
 1487337507.1682799518 uhci_dump_td#30@0: TD(0xd24740) at 0x00d24740
 1487337507.1682806390 uhci_dump_td#30@0:    link=0x00d247a0 status=0x3c8003ff token=0x00e00069 buffer=0x00d5deb8
 1487337507.1682816698 uhci_dump_td#30@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1682824858 uhci_dump_td#30@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337507.1682833019 uhci_dump_td#30@0: ios     =0 ls      =1 spd     =1
 1487337507.1682839461 uhci_dump_td#30@0: errcnt  =3 actlen  =1024 pid=69
 1487337507.1682848910 uhci_dump_td#30@0: addr=0  endpt=0  D=0  maxlen=8,
 1487337507.1682859218 uhci_dump_td#31@0: called!
 1487337507.1682866948 uhci_dump_td#31@0: TD(0xd247a0) at 0x00d247a0
 1487337507.1682874250 uhci_dump_td#31@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487337507.1682884558 uhci_dump_td#31@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1682892718 uhci_dump_td#31@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487337507.1682900878 uhci_dump_td#31@0: ios     =0 ls      =1 spd     =0
 1487337507.1682907321 uhci_dump_td#31@0: errcnt  =3 actlen  =1024 pid=e1
 1487337507.1682916769 uhci_dump_td#31@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487337507.1682933520 uhci_idone#1@0: --- dump end ---
 1487337507.1682967020 uhci_idone#1@0: actlen=16, status=0x400000
 1487337507.1682985488 uhci_idone#1@0: error, addr=0, endpt=0x00
 1487337507.1683007822 uhci_idone#1@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.1683029726 uhci_idone#1@0: dbuffer =0 stalled =1 active  =0
 1487337507.1683056354 uhci_idone#1@0: ux=0x3e08e00 done
 1487337507.1683081694 uhci_softintr#1@0: ux 0x3e08e00
 1487337507.1683105316 usb_transfer_complete#8@0: called!
 1487337507.1683116483 usb_transfer_complete#8@0: pipe = 0x32c3748 xfer = 0x3e08e00 status = 17 actlen = 16
 1487337507.1683134522 usb_transfer_complete#8@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487337507.1683146548 usb_transfer_complete#8@0: xfer 0x3e08e00 doing done 0x2a9d30
 1487337507.1683182195 uhci_device_ctrl_done#1@0: called!
 1487337507.1683222568 uhci_remove_ls_ctrl#1@0: called!
 1487337507.1683239747 uhci_remove_ls_ctrl#1@0: sqh 0xd22710
 1487337507.1683296011 uhci_find_prev_qh#1@0: called!
 1487337507.1683312761 uhci_find_prev_qh#1@0: pqh=0xd20740 sqh=0xd22710
 1487337507.1683370742 uhci_device_ctrl_done#1@0: length=16
 1487337507.1683403813 usb_transfer_complete#8@0: xfer 0x3e08e00 doing callback 0x0 status 17
 1487337507.1683415839 usb_transfer_complete#8@0: <- done xfer 0x3e08e00, wakeup
 1487337507.1683539532 usbd_start_next#8@0: called!
 1487337507.1683554135 usbd_start_next#8@0: pipe = 0x32c3748, xfer = 0x0
 1487337507.1683784772 uhci_free_stds#1@0: called!
 1487337507.1683799375 uhci_free_stds#1@0: ux=0x3e08e00
 1487337507.1683915338 usbd_free_xfer#6@0: called!
 1487337507.1683926504 usbd_free_xfer#6@0: 0x3e08e00
 1487337507.1683952274 usb_freemem#3@0: called!
 1487337507.1683975466 usb_freemem#3@0: frag=0xd5de80
 1487337507.1684035166 usbd_do_request_flags#6@0: returning err = 17
 1487337507.1685759575 uhci_intr#2@0: called!
 1487337507.1685787062 uhci_intr1#2@0: called!
 1487337507.1685796511 uhci_intr1#2@0: sc 0x3e32008
 1487337507.1685814979 uhci_dumpregs#2@0: called!
 1487337507.1685826146 uhci_dumpregs#2@0: cmd =0081  sts    =0002  intr   =000f  frnum =04a7
 1487337507.1685847621 uhci_dumpregs#2@0: sof =0040  portsc1=01a5  portsc2=0080  flbase=00d1c000
 1487337507.1685882409 usb_schedsoftintr#2@0: called!
 1487337507.1685895724 usb_schedsoftintr#2@0: polling=0
 1487337507.1685927077 uhci_intr1#2@0: sc 0x3e32008 done
 1487337507.1686003956 uhci_softintr#2@0: called!
 1487337507.1686013404 uhci_softintr#2@0: sc 0x3e32008
 1487337507.-1723250151 usbd_get_initial_ddesc#2@0: called!
 1487337507.-1723227817 usbd_get_initial_ddesc#2@0: dev 0x375d7c0
 1487337507.-1723179714 usbd_do_request_flags#7@0: called!
 1487337507.-1723143637 usbd_alloc_xfer#7@0: called!
 1487337507.-1723050008 usbd_alloc_xfer#7@0: returns 0x3e08e00
 1487337507.-1723010065 usb_allocmem_flags#5@0: called!
 1487337507.-1722968404 usb_allocmem_flags#5@0: use frag=0xd5de80 size=8
 1487337507.-1722919442 uhci_device_ctrl_init#2@0: called!
 1487337507.-1722902263 uhci_device_ctrl_init#2@0: xfer=0x3e08e00 len=8, addr=0, endpt=0
 1487337507.-1722857166 uhci_alloc_std_chain#2@0: called!
 1487337507.-1722839986 uhci_alloc_std_chain#2@0: xfer=0x3e08e00 pipe=0x32c3748
 1487337507.-1722820659 uhci_alloc_std_chain#2@0: maxp=8 ntd=1
 1487337507.-1722727889 uhci_alloc_std#11@0: called!
 1487337507.-1722643279 usbd_transfer#7@0: called!
 1487337507.-1722626100 usbd_transfer#7@0: xfer = 0x3e08e00, flags = 0x6, pipe = 0x32c3748, running = 0
 1487337507.-1722600330 usbd_dump_queue#7@0: called!
 1487337507.-1722581432 usbd_dump_queue#7@0: pipe = 0x32c3748
 1487337507.-1722534618 usb_insert_transfer#7@0: called!
 1487337507.-1722516150 usb_insert_transfer#7@0: xfer = 0x3e08e00 pipe = 0x32c3748 running = 0 timeout = 5000
 1487337507.-1722491239 usb_insert_transfer#7@0: <- done xfer 0x3e08e00, err 0
 1487337507.-1722448290 uhci_device_ctrl_start#2@0: called!
 1487337507.-1722427674 uhci_device_ctrl_start#2@0: type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000
 1487337507.-1722410065 uhci_device_ctrl_start#2@0: len=8, addr=0, endpt=0
 1487337507.-1722360244 uhci_reset_std_chain#2@0: called!
 1487337507.-1722341776 uhci_reset_std_chain#2@0: xfer=0x3e08e00 len 8 isread 128 toggle 1
 1487337507.-1722226672 uhci_device_ctrl_start#2@0: --- dump start ---
 1487337507.-1722209493 uhci_device_ctrl_start#2@0: before transfer
 1487337507.-1722176422 uhci_dump_td#32@0: called!
 1487337507.-1722155806 uhci_dump_td#32@0: TD(0xd24770) at 0x00d24770
 1487337507.-1722138197 uhci_dump_td#32@0:    link=0x00d24740 status=0x1c8003ff token=0x00e0002d buffer=0x00d5dec0
 1487337507.-1722118011 uhci_dump_td#32@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.-1722096536 uhci_dump_td#32@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337507.-1722076780 uhci_dump_td#32@0: ios     =0 ls      =1 spd     =0
 1487337507.-1722059600 uhci_dump_td#32@0: errcnt  =3 actlen  =1024 pid=2d
 1487337507.-1722038555 uhci_dump_td#32@0: addr=0  endpt=0  D=0  maxlen=8,
 1487337507.-1722016221 uhci_dump_td#33@0: called!
 1487337507.-1722007632 uhci_dump_td#33@0: TD(0xd24740) at 0x00d24740
 1487337507.-1722000330 uhci_dump_td#33@0:    link=0x00d247a0 status=0x3c8003ff token=0x00e80069 buffer=0x00d5de80
 1487337507.-1721992170 uhci_dump_td#33@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.-1721985298 uhci_dump_td#33@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337507.-1721977138 uhci_dump_td#33@0: ios     =0 ls      =1 spd     =1
 1487337507.-1721968118 uhci_dump_td#33@0: errcnt  =3 actlen  =1024 pid=69
 1487337507.-1721959958 uhci_dump_td#33@0: addr=0  endpt=0  D=1  maxlen=8,
 1487337507.-1721950939 uhci_dump_td#34@0: called!
 1487337507.-1721941919 uhci_dump_td#34@0: TD(0xd247a0) at 0x00d247a0
 1487337507.-1721934189 uhci_dump_td#34@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487337507.-1721925169 uhci_dump_td#34@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.-1721917009 uhci_dump_td#34@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487337507.-1721907560 uhci_dump_td#34@0: ios     =0 ls      =1 spd     =0
 1487337507.-1721898970 uhci_dump_td#34@0: errcnt  =3 actlen  =1024 pid=e1
 1487337507.-1721890810 uhci_dump_td#34@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487337507.-1721878355 uhci_device_ctrl_start#2@0: --- dump end ---
 1487337507.-1721833258 uhci_add_ls_ctrl#2@0: called!
 1487337507.-1721816078 uhci_add_ls_ctrl#2@0: sqh 0xd22710
 1487337507.-1721776565 uhci_device_ctrl_start#2@0: --- dump start ---
 1487337507.-1721759815 uhci_device_ctrl_start#2@0: follow from [0]
 1487337507.-1721742635 uhci_dump_td#35@0: called!
 1487337507.-1721730180 uhci_dump_td#35@0: TD(0xd1e7a0) at 0x00d1e7a0
 1487337507.-1721722020 uhci_dump_td#35@0:    link=0x00d20712 status=0x02000000 token=0x00000000 buffer=0x00000000
 1487337507.-1721715148 uhci_dump_td#35@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.-1721706128 uhci_dump_td#35@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487337507.-1721697109 uhci_dump_td#35@0: ios     =1 ls      =0 spd     =0
 1487337507.-1721688949 uhci_dump_td#35@0: errcnt  =0 actlen  =1 pid=00
 1487337507.-1721682936 uhci_dump_td#35@0: addr=0  endpt=0  D=0  maxlen=1,
 1487337507.-1721659314 uhci_dump_qh#9@0: called!
 1487337507.-1721636980 uhci_dump_qh#9@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487337507.-1721615935 uhci_dump_qh#10@0: called!
 1487337507.-1721609493 uhci_dump_qh#10@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487337507.-1721597038 uhci_dump_qh#11@0: called!
 1487337507.-1721589307 uhci_dump_qh#11@0: QH(0xd20740) at 0x00d20740: hlink=00d22712 elink=00000001
 1487337507.-1721578999 uhci_dump_qh#12@0: called!
 1487337507.-1721571268 uhci_dump_qh#12@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d24770
 1487337507.-1721560101 uhci_dump_qh#13@0: called!
 1487337507.-1721547217 uhci_dump_qh#13@0: QH(0xd20770) at 0x00d20770: hlink=00d207a2 elink=00000001
 1487337507.-1721537768 uhci_dump_qh#14@0: called!
 1487337507.-1721527030 uhci_dump_qh#14@0: QH(0xd207a0) at 0x00d207a0: hlink=00d207d2 elink=00000001
 1487337507.-1721514575 uhci_dump_qh#15@0: called!
 1487337507.-1721503838 uhci_dump_qh#15@0: QH(0xd207d0) at 0x00d207d0: hlink=00000001 elink=00d1e7d0
 1487337507.-1721485799 uhci_device_ctrl_start#2@0: Enqueued QH:
 1487337507.-1721474632 uhci_dump_qh#16@0: called!
 1487337507.-1721465184 uhci_dump_qh#16@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d24770
 1487337507.-1721455735 uhci_dump_td#36@0: called!
 1487337507.-1721444997 uhci_dump_td#36@0: TD(0xd24770) at 0x00d24770
 1487337507.-1721438555 uhci_dump_td#36@0:    link=0x00d24740 status=0x1c8003ff token=0x00e0002d buffer=0x00d5dec0
 1487337507.-1721428247 uhci_dump_td#36@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.-1721420087 uhci_dump_td#36@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337507.-1721410209 uhci_dump_td#36@0: ios     =0 ls      =1 spd     =0
 1487337507.-1721404625 uhci_dump_td#36@0: errcnt  =3 actlen  =1024 pid=2d
 1487337507.-1721394317 uhci_dump_td#36@0: addr=0  endpt=0  D=0  maxlen=8,
 1487337507.-1721384010 uhci_dump_td#37@0: called!
 1487337507.-1721376279 uhci_dump_td#37@0: TD(0xd24740) at 0x00d24740
 1487337507.-1721370695 uhci_dump_td#37@0:    link=0x00d247a0 status=0x3c8003ff token=0x00e80069 buffer=0x00d5de80
 1487337507.-1721361676 uhci_dump_td#37@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.-1721353516 uhci_dump_td#37@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337507.-1721345355 uhci_dump_td#37@0: ios     =0 ls      =1 spd     =1
 1487337507.-1721338913 uhci_dump_td#37@0: errcnt  =3 actlen  =1024 pid=69
 1487337507.-1721330323 uhci_dump_td#37@0: addr=0  endpt=0  D=1  maxlen=8,
 1487337507.-1721318727 uhci_dump_td#38@0: called!
 1487337507.-1721309708 uhci_dump_td#38@0: TD(0xd247a0) at 0x00d247a0
 1487337507.-1721303265 uhci_dump_td#38@0:    link=0x00000001 status=0x1d8003ff token=0xffe800e1 buffer=0x00000000
 1487337507.-1721293816 uhci_dump_td#38@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.-1721285656 uhci_dump_td#38@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487337507.-1721277496 uhci_dump_td#38@0: ios     =0 ls      =1 spd     =0
 1487337507.-1721271053 uhci_dump_td#38@0: errcnt  =3 actlen  =1024 pid=e1
 1487337507.-1721262034 uhci_dump_td#38@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487337507.-1721247431 uhci_device_ctrl_start#2@0: --- dump end ---
 1487337507.-1721191597 usbd_transfer#7@0: <- done transfer 0x3e08e00, err = 1
 1487337507.-1721162821 usbd_transfer#7@0: <- sleeping on xfer 0x3e08e00
 1487337507.-1707224099 uhci_intr#3@0: called!
 1487337507.-1707154521 uhci_intr1#3@0: called!
 1487337507.-1707138200 uhci_intr1#3@0: sc 0x3e32008
 1487337507.-1707108995 uhci_dumpregs#3@0: called!
 1487337507.-1707091815 uhci_dumpregs#3@0: cmd =0081  sts    =0001  intr   =000f  frnum =0579
 1487337507.-1707059603 uhci_dumpregs#3@0: sof =0040  portsc1=01a5  portsc2=0080  flbase=00d1c000
 1487337507.-1706991314 usb_schedsoftintr#3@0: called!
 1487337507.-1706973276 usb_schedsoftintr#3@0: polling=0
 1487337507.-1706937198 uhci_intr1#3@0: sc 0x3e32008 done
 1487337507.-1706809210 uhci_softintr#3@0: called!
 1487337507.-1706791601 uhci_softintr#3@0: sc 0x3e32008
 1487337507.-1706748222 uhci_check_intr#2@0: called!
 1487337507.-1706728036 uhci_check_intr#2@0: ux 0x3e08e00
 1487337507.-1706683369 uhci_check_intr#2@0: ux=0x3e08e00 done
 1487337507.-1706617227 uhci_idone#2@0: called!
 1487337507.-1706603054 uhci_idone#2@0: ux=0x3e08e00
 1487337507.-1706575996 uhci_idone#2@0: ux=0x3e08e00, xfer=0x3e08e00, pipe=0x32c3748 ready
 1487337507.-1706558387 uhci_idone#2@0: --- dump start ---
 1487337507.-1706538201 uhci_dump_td#39@0: called!
 1487337507.-1706525745 uhci_dump_td#39@0: TD(0xd24770) at 0x00d24770
 1487337507.-1706508995 uhci_dump_td#39@0:    link=0x00d24740 status=0x1c000007 token=0x00e0002d buffer=0x00d5dec0
 1487337507.-1706485803 uhci_dump_td#39@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.-1706467764 uhci_dump_td#39@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487337507.-1706455738 uhci_dump_td#39@0: ios     =0 ls      =1 spd     =0
 1487337507.-1706440276 uhci_dump_td#39@0: errcnt  =3 actlen  =8 pid=2d
 1487337507.-1706428680 uhci_dump_td#39@0: addr=0  endpt=0  D=0  maxlen=8,
 1487337507.-1706412359 uhci_dump_td#40@0: called!
 1487337507.-1706404629 uhci_dump_td#40@0: TD(0xd24740) at 0x00d24740
 1487337507.-1706397327 uhci_dump_td#40@0:    link=0x00d247a0 status=0x1c000007 token=0x00e80069 buffer=0x00d5de80
 1487337507.-1706386590 uhci_dump_td#40@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.-1706378430 uhci_dump_td#40@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487337507.-1706370269 uhci_dump_td#40@0: ios     =0 ls      =1 spd     =0
 1487337507.-1706359532 uhci_dump_td#40@0: errcnt  =3 actlen  =8 pid=69
 1487337507.-1706351801 uhci_dump_td#40@0: addr=0  endpt=0  D=1  maxlen=8,
 1487337507.-1706340634 uhci_dump_td#41@0: called!
 1487337507.-1706334192 uhci_dump_td#41@0: TD(0xd247a0) at 0x00d247a0
 1487337507.-1706323025 uhci_dump_td#41@0:    link=0x00000001 status=0x1d0007ff token=0xffe800e1 buffer=0x00000000
 1487337507.-1706314865 uhci_dump_td#41@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337507.-1706304557 uhci_dump_td#41@0: dbuffer =0 stalled =0 active  =0 ioc     =1
 1487337507.-1706298544 uhci_dump_td#41@0: ios     =0 ls      =1 spd     =0
 1487337507.-1706289954 uhci_dump_td#41@0: errcnt  =3 actlen  =0 pid=e1
 1487337507.-1706281794 uhci_dump_td#41@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487337507.-1706265473 uhci_idone#2@0: --- dump end ---
 1487337507.-1706235409 uhci_idone#2@0: actlen=8, status=0x0
 1487337507.-1706200620 uhci_idone#2@0: ux=0x3e08e00 done
 1487337507.-1706172274 uhci_softintr#3@0: ux 0x3e08e00
 1487337507.-1706137055 usb_transfer_complete#9@0: called!
 1487337507.-1706120735 usb_transfer_complete#9@0: pipe = 0x32c3748 xfer = 0x3e08e00 status = 0 actlen = 8
 1487337507.-1706088523 usb_transfer_complete#9@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487337507.-1706064471 usb_transfer_complete#9@0: xfer 0x3e08e00 doing done 0x2a9d30
 1487337507.-1706021952 uhci_device_ctrl_done#2@0: called!
 1487337507.-1705989310 uhci_remove_ls_ctrl#2@0: called!
 1487337507.-1705969554 uhci_remove_ls_ctrl#2@0: sqh 0xd22710
 1487337507.-1705933476 uhci_find_prev_qh#2@0: called!
 1487337507.-1705914579 uhci_find_prev_qh#2@0: pqh=0xd20740 sqh=0xd22710
 1487337507.-1705850584 uhci_device_ctrl_done#2@0: length=8
 1487337507.-1705815366 usb_transfer_complete#9@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487337507.-1705790026 usb_transfer_complete#9@0: <- done xfer 0x3e08e00, wakeup
 1487337507.-1705637556 usbd_start_next#9@0: called!
 1487337507.-1705609210 usbd_start_next#9@0: pipe = 0x32c3748, xfer = 0x0
 1487337507.-1705334765 uhci_free_stds#2@0: called!
 1487337507.-1705318015 uhci_free_stds#2@0: ux=0x3e08e00
 1487337507.-1705218802 usbd_free_xfer#7@0: called!
 1487337507.-1705202481 usbd_free_xfer#7@0: 0x3e08e00
 1487337507.-1705164257 usb_freemem#4@0: called!
 1487337507.-1705123455 usb_freemem#4@0: frag=0xd5de80
 1487337507.-1705001909 usbd_reset_port#2@0: called!
 1487337507.-1704976569 usbd_do_request_flags#8@0: called!
 1487337507.-1704954235 usbd_alloc_xfer#8@0: called!
 1487337507.-1704895395 usbd_alloc_xfer#8@0: returns 0x3e08e00
 1487337507.-1704850298 usbd_transfer#8@0: called!
 1487337507.-1704834837 usbd_transfer#8@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487337507.-1704809926 usbd_dump_queue#8@0: called!
 1487337507.-1704797900 usbd_dump_queue#8@0: pipe = 0x3e2d6c8
 1487337507.-1704767406 usb_insert_transfer#8@0: called!
 1487337507.-1704756240 usb_insert_transfer#8@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487337507.-1704736912 usb_insert_transfer#8@0: <- done xfer 0x3e08e00, err 0
 1487337507.-1704705130 roothub_ctrl_start#6@0: called!
 1487337507.-1704684514 roothub_ctrl_start#6@0: type=0x23 request=0x3
 1487337507.-1704636841 uhci_roothub_ctrl#6@0: called!
 1487337507.-1704615366 uhci_roothub_ctrl#6@0: type=0x23 request=03
 1487337507.-1704562539 uhci_portreset#2@0: called!
 1487337507.-1594924911 uhci_poll_hub#40@0: called!
 1487337507.-1594854045 usb_transfer_complete#10@0: called!
 1487337507.-1594843308 usb_transfer_complete#10@0: pipe = 0x3e2d448 xfer = 0x3e08ee0 status = 0 actlen = 1
 1487337507.-1594825698 usb_transfer_complete#10@0: xfer 0x3e08ee0: repeat 1 new head = 0x3e08ee0
 1487337507.-1594805942 usb_transfer_complete#10@0: xfer 0x3e08ee0 doing done 0x2a6a14
 1487337507.-1594785756 usb_transfer_complete#10@0: xfer 0x3e08ee0 doing callback 0x1c5944 status 0
 1487337507.-1594744525 usbd_start_next#10@0: called!
 1487337507.-1594726915 usbd_start_next#10@0: pipe = 0x3e2d448, xfer = 0x3e08ee0
 1487337507.-1594696851 uhci_root_intr_start#3@0: called!
 1487337507.-1594680530 uhci_root_intr_start#3@0: xfer=0x3e08ee0 len=1 flags=132
 1487337507.-607235796 uhci_portreset#2@0: uhci port 1 reset, status0 = 0x038a
 1487337507.-606775381 uhci_portreset#2@0: uhci port 1 reset, status1 = 0x01ab
 1487337507.-521595586 uhci_poll_hub#41@0: called!
 1487337507.-521540181 usb_transfer_complete#11@0: called!
 1487337507.-521529444 usb_transfer_complete#11@0: pipe = 0x3e2d448 xfer = 0x3e08ee0 status = 0 actlen = 1
 1487337507.-521512694 usb_transfer_complete#11@0: xfer 0x3e08ee0: repeat 1 new head = 0x3e08ee0
 1487337507.-521497662 usb_transfer_complete#11@0: xfer 0x3e08ee0 doing done 0x2a6a14
 1487337507.-521477475 usb_transfer_complete#11@0: xfer 0x3e08ee0 doing callback 0x1c5944 status 0
 1487337507.-521443546 usbd_start_next#11@0: called!
 1487337507.-521428084 usbd_start_next#11@0: pipe = 0x3e2d448, xfer = 0x3e08ee0
 1487337507.-521399737 uhci_root_intr_start#4@0: called!
 1487337507.-521384705 uhci_root_intr_start#4@0: xfer=0x3e08ee0 len=1 flags=132
 1487337507.-349658902 uhci_portreset#2@0: uhci port 1 iteration 9, status = 0x01af
 1487337507.-92008995 uhci_portreset#2@0: uhci port 1 iteration 8, status = 0x01a5
 1487337507.-91991816 uhci_portreset#2@0: uhci port 1 reset, status2 = 0x01a5
 1487337507.-91954879 roothub_ctrl_start#6@0: xfer 0x3e08e00 buflen -1 actlen 0
 1487337507.-91935982 roothub_ctrl_start#6@0: xfer 0x3e08e00 err 0
 1487337507.-91910212 usb_transfer_complete#12@0: called!
 1487337507.-91899904 usb_transfer_complete#12@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 0
 1487337507.-91885302 usb_transfer_complete#12@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487337507.-91866833 usb_transfer_complete#12@0: xfer 0x3e08e00 doing done 0x2a4dbc
 1487337507.-91850513 usb_transfer_complete#12@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487337507.-91838058 usb_transfer_complete#12@0: <- done xfer 0x3e08e00, wakeup
 1487337507.-91820448 usbd_start_next#12@0: called!
 1487337507.-91806705 usbd_start_next#12@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487337507.-91776640 usbd_transfer#8@0: <- done transfer 0x3e08e00, err = 0
 1487337507.-91759031 usbd_transfer#8@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487337507.-91712646 usbd_free_xfer#8@0: called!
 1487337507.-91698043 usbd_free_xfer#8@0: 0x3e08e00
 1487337507.-91605703 usbd_reset_port#2@0: port 1 reset done, error=0
 1487337508.165741413 usbd_get_port_status#3@0: called!
 1487337508.165756015 usbd_get_port_status#3@0: dev 0x3e27298 port 1
 1487337508.165776202 usbd_do_request_flags#9@0: called!
 1487337508.165795529 usbd_alloc_xfer#9@0: called!
 1487337508.165868972 usbd_alloc_xfer#9@0: returns 0x3e08e00
 1487337508.165901184 usb_allocmem_flags#6@0: called!
 1487337508.165938979 usb_allocmem_flags#6@0: use frag=0xd5de80 size=4
 1487337508.165983646 usbd_transfer#9@0: called!
 1487337508.165994813 usbd_transfer#9@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487337508.166013711 usbd_dump_queue#9@0: called!
 1487337508.166025307 usbd_dump_queue#9@0: pipe = 0x3e2d6c8
 1487337508.166051076 usb_insert_transfer#9@0: called!
 1487337508.166062673 usb_insert_transfer#9@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487337508.166080282 usb_insert_transfer#9@0: <- done xfer 0x3e08e00, err 0
 1487337508.166102186 roothub_ctrl_start#7@0: called!
 1487337508.166113353 roothub_ctrl_start#7@0: type=0xa3 request= 0
 1487337508.166143846 uhci_roothub_ctrl#7@0: called!
 1487337508.166153725 uhci_roothub_ctrl#7@0: type=0xa3 request=00
 1487337508.166194956 uhci_roothub_ctrl#7@0: returning 4
 1487337508.166210418 roothub_ctrl_start#7@0: xfer 0x3e08e00 buflen -1 actlen 4
 1487337508.166222443 roothub_ctrl_start#7@0: xfer 0x3e08e00 err 0
 1487337508.166237476 usb_transfer_complete#13@0: called!
 1487337508.166249072 usb_transfer_complete#13@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 4
 1487337508.166264963 usb_transfer_complete#13@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487337508.166278707 usb_transfer_complete#13@0: xfer 0x3e08e00 doing done 0x2a4dbc
 1487337508.166298893 usb_transfer_complete#13@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487337508.166312637 usb_transfer_complete#13@0: <- done xfer 0x3e08e00, wakeup
 1487337508.166334111 usbd_start_next#13@0: called!
 1487337508.166347855 usbd_start_next#13@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487337508.166364605 usbd_transfer#9@0: <- done transfer 0x3e08e00, err = 0
 1487337508.166376201 usbd_transfer#9@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487337508.166392522 usbd_free_xfer#9@0: called!
 1487337508.166403259 usbd_free_xfer#9@0: 0x3e08e00
 1487337508.166429888 usb_freemem#5@0: called!
 1487337508.166452222 usb_freemem#5@0: frag=0xd5de80
 1487337508.166543703 usbd_clear_port_feature#3@0: called!
 1487337508.166560024 usbd_clear_port_feature#3@0: dev 0x3e27298 port 1 sel 20
 1487337508.166577633 usbd_do_request_flags#10@0: called!
 1487337508.166590088 usbd_alloc_xfer#10@0: called!
 1487337508.166618005 usbd_alloc_xfer#10@0: returns 0x3e08e00
 1487337508.166635185 usbd_transfer#10@0: called!
 1487337508.166641627 usbd_transfer#10@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487337508.166654942 usbd_dump_queue#10@0: called!
 1487337508.166666108 usbd_dump_queue#10@0: pipe = 0x3e2d6c8
 1487337508.166678993 usb_insert_transfer#10@0: called!
 1487337508.166684576 usb_insert_transfer#10@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487337508.166695743 usb_insert_transfer#10@0: <- done xfer 0x3e08e00, err 0
 1487337508.166709917 roothub_ctrl_start#8@0: called!
 1487337508.166721942 roothub_ctrl_start#8@0: type=0x23 request=0x1
 1487337508.166734827 uhci_roothub_ctrl#8@0: called!
 1487337508.166743417 uhci_roothub_ctrl#8@0: type=0x23 request=01
 1487337508.166762744 uhci_roothub_ctrl#8@0: UR_CLEAR_PORT_FEATURE port=1 feature=20
 1487337508.166786366 uhci_roothub_ctrl#8@0: returning 0
 1487337508.166794956 roothub_ctrl_start#8@0: xfer 0x3e08e00 buflen -1 actlen 0
 1487337508.166803546 roothub_ctrl_start#8@0: xfer 0x3e08e00 err 0
 1487337508.166818578 usb_transfer_complete#14@0: called!
 1487337508.166830174 usb_transfer_complete#14@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 0
 1487337508.166841770 usb_transfer_complete#14@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487337508.166851649 usb_transfer_complete#14@0: xfer 0x3e08e00 doing done 0x2a4dbc
 1487337508.166863675 usb_transfer_complete#14@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487337508.166873553 usb_transfer_complete#14@0: <- done xfer 0x3e08e00, wakeup
 1487337508.166887726 usbd_start_next#14@0: called!
 1487337508.166901470 usbd_start_next#14@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487337508.166919079 usbd_transfer#10@0: <- done transfer 0x3e08e00, err = 0
 1487337508.166928098 usbd_transfer#10@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487337508.166939695 usbd_free_xfer#10@0: called!
 1487337508.166952150 usbd_free_xfer#10@0: 0x3e08e00
 1487337508.552291219 uhci_poll_hub#42@0: called!
 1487337508.1282450684 usbd_new_device#1@0: adding unit addr=2, rev=200, class=0, subclass=0
 1487337508.1282469582 usbd_new_device#1@0: protocol=0, maxpacket=8, len=18, speed=1
 1487337508.1282522839 usbd_ar_pipe#1@0: called!
 1487337508.1282542596 usbd_ar_pipe#1@0: pipe = 0x32c3748
 1487337508.1282562782 usbd_dump_queue#11@0: called!
 1487337508.1282571372 usbd_dump_queue#11@0: pipe = 0x32c3748
 1487337508.1282652546 usb_rem_task#1@0: called!
 1487337508.1282741450 usbd_setup_pipe_flags#2@0: called!
 1487337508.1282798143 usbd_setup_pipe_flags#2@0: dev=0x375d7c0 addr=0 iface=0x0 ep=0x375d7e4 pipe=0xfdc04745
 1487337508.1282826490 uhci_open#2@0: called!
 1487337508.1282844528 uhci_open#2@0: pipe=0x32c3748, addr=0, endpt=0 (1)
 1487337508.1282879747 uhci_alloc_sqh#2@0: called!
 1487337508.1282909811 uhci_alloc_std#12@0: called!
 1487337508.1282925702 uhci_alloc_std#13@0: called!
 1487337508.1282948036 usb_allocmem_flags#7@0: called!
 1487337508.1282977241 usb_allocmem_flags#7@0: use frag=0xd5de80 size=8
 1487337508.1283002581 usbd_setup_pipe_flags#2@0: pipe=0x32c3748
 1487337508.1283028351 usbd_new_device#1@0: setting device address=2
 1487337508.1283056268 usbd_set_address#1@0: called!
 1487337508.1283073018 usbd_set_address#1@0: dev 0x375d7c0 addr 2
 1487337508.1283095351 usbd_do_request_flags#11@0: called!
 1487337508.1283107807 usbd_alloc_xfer#11@0: called!
 1487337508.1283156769 usbd_alloc_xfer#11@0: returns 0x3e08e00
 1487337508.1283178243 uhci_device_ctrl_init#3@0: called!
 1487337508.1283188981 uhci_device_ctrl_init#3@0: xfer=0x3e08e00 len=0, addr=0, endpt=0
 1487337508.1283216039 usbd_transfer#11@0: called!
 1487337508.1283226346 usbd_transfer#11@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x32c3748, running = 0
 1487337508.1283237943 usbd_dump_queue#12@0: called!
 1487337508.1283246103 usbd_dump_queue#12@0: pipe = 0x32c3748
 1487337508.1283264142 usb_insert_transfer#11@0: called!
 1487337508.1283274879 usb_insert_transfer#11@0: xfer = 0x3e08e00 pipe = 0x32c3748 running = 0 timeout = 5000
 1487337508.1283291200 usb_insert_transfer#11@0: <- done xfer 0x3e08e00, err 0
 1487337508.1283318258 uhci_device_ctrl_start#3@0: called!
 1487337508.1283330283 uhci_device_ctrl_start#3@0: type=0x00, request=0x05, wValue=0x0002, wIndex=0x0000
 1487337508.1283347463 uhci_device_ctrl_start#3@0: len=0, addr=0, endpt=0
 1487337508.1283406733 uhci_device_ctrl_start#3@0: --- dump start ---
 1487337508.1283421336 uhci_device_ctrl_start#3@0: before transfer
 1487337508.1283441092 uhci_dump_td#42@0: called!
 1487337508.1283453977 uhci_dump_td#42@0: TD(0xd247a0) at 0x00d247a0
 1487337508.1283469439 uhci_dump_td#42@0:    link=0x00d24770 status=0x1c8003ff token=0x00e0002d buffer=0x00d5de80
 1487337508.1283487048 uhci_dump_td#42@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337508.1283502939 uhci_dump_td#42@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337508.1283520978 uhci_dump_td#42@0: ios     =0 ls      =1 spd     =0
 1487337508.1283533862 uhci_dump_td#42@0: errcnt  =3 actlen  =1024 pid=2d
 1487337508.1283549754 uhci_dump_td#42@0: addr=0  endpt=0  D=0  maxlen=8,
 1487337508.1283563497 uhci_dump_td#43@0: called!
 1487337508.1283572946 uhci_dump_td#43@0: TD(0xd24770) at 0x00d24770
 1487337508.1283581107 uhci_dump_td#43@0:    link=0x00000001 status=0x1d8003ff token=0xffe80069 buffer=0x00000000
 1487337508.1283589267 uhci_dump_td#43@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337508.1283595709 uhci_dump_td#43@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487337508.1283604729 uhci_dump_td#43@0: ios     =0 ls      =1 spd     =0
 1487337508.1283612889 uhci_dump_td#43@0: errcnt  =3 actlen  =1024 pid=69
 1487337508.1283621049 uhci_dump_td#43@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487337508.1283633934 uhci_device_ctrl_start#3@0: --- dump end ---
 1487337508.1283665287 uhci_add_ls_ctrl#3@0: called!
 1487337508.1283676454 uhci_add_ls_ctrl#3@0: sqh 0xd22710
 1487337508.1283706089 uhci_device_ctrl_start#3@0: --- dump start ---
 1487337508.1283722839 uhci_device_ctrl_start#3@0: follow from [0]
 1487337508.1283741307 uhci_dump_td#44@0: called!
 1487337508.1283754192 uhci_dump_td#44@0: TD(0xd1e7a0) at 0x00d1e7a0
 1487337508.1283762352 uhci_dump_td#44@0:    link=0x00d20712 status=0x02000000 token=0x00000000 buffer=0x00000000
 1487337508.1283768365 uhci_dump_td#44@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337508.1283777814 uhci_dump_td#44@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487337508.1283785974 uhci_dump_td#44@0: ios     =1 ls      =0 spd     =0
 1487337508.1283794134 uhci_dump_td#44@0: errcnt  =0 actlen  =1 pid=00
 1487337508.1283800577 uhci_dump_td#44@0: addr=0  endpt=0  D=0  maxlen=1,
 1487337508.1283822051 uhci_dump_qh#17@0: called!
 1487337508.1283835795 uhci_dump_qh#17@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487337508.1283851257 uhci_dump_qh#18@0: called!
 1487337508.1283858558 uhci_dump_qh#18@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487337508.1283872302 uhci_dump_qh#19@0: called!
 1487337508.1283880462 uhci_dump_qh#19@0: QH(0xd20740) at 0x00d20740: hlink=00d22712 elink=00000001
 1487337508.1283889911 uhci_dump_qh#20@0: called!
 1487337508.1283895924 uhci_dump_qh#20@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d247a0
 1487337508.1283906232 uhci_dump_qh#21@0: called!
 1487337508.1283916110 uhci_dump_qh#21@0: QH(0xd20770) at 0x00d20770: hlink=00d207a2 elink=00000001
 1487337508.1283925559 uhci_dump_qh#22@0: called!
 1487337508.1283934149 uhci_dump_qh#22@0: QH(0xd207a0) at 0x00d207a0: hlink=00d207d2 elink=00000001
 1487337508.1283945745 uhci_dump_qh#23@0: called!
 1487337508.1283953905 uhci_dump_qh#23@0: QH(0xd207d0) at 0x00d207d0: hlink=00000001 elink=00d1e7d0
 1487337508.1283967649 uhci_device_ctrl_start#3@0: Enqueued QH:
 1487337508.1283976239 uhci_dump_qh#24@0: called!
 1487337508.1283985688 uhci_dump_qh#24@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d247a0
 1487337508.1283995566 uhci_dump_td#45@0: called!
 1487337508.1284006303 uhci_dump_td#45@0: TD(0xd247a0) at 0x00d247a0
 1487337508.1284011887 uhci_dump_td#45@0:    link=0x00d24770 status=0x1c8003ff token=0x00e0002d buffer=0x00d5de80
 1487337508.1284021336 uhci_dump_td#45@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337508.1284029066 uhci_dump_td#45@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337508.1284037227 uhci_dump_td#45@0: ios     =0 ls      =1 spd     =0
 1487337508.1284044099 uhci_dump_td#45@0: errcnt  =3 actlen  =1024 pid=2d
 1487337508.1284053547 uhci_dump_td#45@0: addr=0  endpt=0  D=0  maxlen=8,
 1487337508.1284064285 uhci_dump_td#46@0: called!
 1487337508.1284072016 uhci_dump_td#46@0: TD(0xd24770) at 0x00d24770
 1487337508.1284079317 uhci_dump_td#46@0:    link=0x00000001 status=0x1d8003ff token=0xffe80069 buffer=0x00000000
 1487337508.1284087907 uhci_dump_td#46@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337508.1284095638 uhci_dump_td#46@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487337508.1284103798 uhci_dump_td#46@0: ios     =0 ls      =1 spd     =0
 1487337508.1284110670 uhci_dump_td#46@0: errcnt  =3 actlen  =1024 pid=69
 1487337508.1284118401 uhci_dump_td#46@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487337508.1284133003 uhci_device_ctrl_start#3@0: --- dump end ---
 1487337508.1284178529 usbd_transfer#11@0: <- done transfer 0x3e08e00, err = 1
 1487337508.1284200863 usbd_transfer#11@0: <- sleeping on xfer 0x3e08e00
 1487337508.1294943738 uhci_intr#4@0: called!
 1487337508.1294977239 uhci_intr1#4@0: called!
 1487337508.1294989694 uhci_intr1#4@0: sc 0x3e32008
 1487337508.1295005585 uhci_dumpregs#4@0: called!
 1487337508.1295016752 uhci_dumpregs#4@0: cmd =0081  sts    =0001  intr   =000f  frnum =0034
 1487337508.1295037367 uhci_dumpregs#4@0: sof =0040  portsc1=01a5  portsc2=0080  flbase=00d1c000
 1487337508.1295080746 usb_schedsoftintr#4@0: called!
 1487337508.1295092772 usb_schedsoftintr#4@0: polling=0
 1487337508.1295128420 uhci_intr1#4@0: sc 0x3e32008 done
 1487337508.1295256838 uhci_softintr#4@0: called!
 1487337508.1295273588 uhci_softintr#4@0: sc 0x3e32008
 1487337508.1295297639 uhci_check_intr#3@0: called!
 1487337508.1295308806 uhci_check_intr#3@0: ux 0x3e08e00
 1487337508.1295332858 uhci_check_intr#3@0: ux=0x3e08e00 done
 1487337508.1295374089 uhci_idone#3@0: called!
 1487337508.1295383967 uhci_idone#3@0: ux=0x3e08e00
 1487337508.1295398570 uhci_idone#3@0: ux=0x3e08e00, xfer=0x3e08e00, pipe=0x32c3748 ready
 1487337508.1295409307 uhci_idone#3@0: --- dump start ---
 1487337508.1295425628 uhci_dump_td#47@0: called!
 1487337508.1295434647 uhci_dump_td#47@0: TD(0xd247a0) at 0x00d247a0
 1487337508.1295447532 uhci_dump_td#47@0:    link=0x00d24770 status=0x1c000007 token=0x00e0002d buffer=0x00d5de80
 1487337508.1295460846 uhci_dump_td#47@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337508.1295479314 uhci_dump_td#47@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487337508.1295488763 uhci_dump_td#47@0: ios     =0 ls      =1 spd     =0
 1487337508.1295498212 uhci_dump_td#47@0: errcnt  =3 actlen  =8 pid=2d
 1487337508.1295510667 uhci_dump_td#47@0: addr=0  endpt=0  D=0  maxlen=8,
 1487337508.1295525699 uhci_dump_td#48@0: called!
 1487337508.1295532142 uhci_dump_td#48@0: TD(0xd24770) at 0x00d24770
 1487337508.1295541161 uhci_dump_td#48@0:    link=0x00000001 status=0x1d0007ff token=0xffe80069 buffer=0x00000000
 1487337508.1295549321 uhci_dump_td#48@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337508.1295557482 uhci_dump_td#48@0: dbuffer =0 stalled =0 active  =0 ioc     =1
 1487337508.1295563924 uhci_dump_td#48@0: ios     =0 ls      =1 spd     =0
 1487337508.1295573373 uhci_dump_td#48@0: errcnt  =3 actlen  =0 pid=69
 1487337508.1295581533 uhci_dump_td#48@0: addr=0  endpt=0  D=1  maxlen=2048,
 1487337508.1295593130 uhci_idone#3@0: --- dump end ---
 1487337508.1295607303 uhci_idone#3@0: actlen=0, status=0x0
 1487337508.1295625342 uhci_idone#3@0: ux=0x3e08e00 done
 1487337508.1295640803 uhci_softintr#4@0: ux 0x3e08e00
 1487337508.1295657124 usb_transfer_complete#15@0: called!
 1487337508.1295667002 usb_transfer_complete#15@0: pipe = 0x32c3748 xfer = 0x3e08e00 status = 0 actlen = 0
 1487337508.1295683752 usb_transfer_complete#15@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487337508.1295697496 usb_transfer_complete#15@0: xfer 0x3e08e00 doing done 0x2a9d30
 1487337508.1295731426 uhci_device_ctrl_done#3@0: called!
 1487337508.1295763638 uhci_remove_ls_ctrl#3@0: called!
 1487337508.1295781247 uhci_remove_ls_ctrl#3@0: sqh 0xd22710
 1487337508.1295804869 uhci_find_prev_qh#3@0: called!
 1487337508.1295823337 uhci_find_prev_qh#3@0: pqh=0xd20740 sqh=0xd22710
 1487337508.1295877883 uhci_device_ctrl_done#3@0: length=0
 1487337508.1295892915 usb_transfer_complete#15@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487337508.1295905800 usb_transfer_complete#15@0: <- done xfer 0x3e08e00, wakeup
 1487337508.1296007160 usbd_start_next#15@0: called!
 1487337508.1296020044 usbd_start_next#15@0: pipe = 0x32c3748, xfer = 0x0
 1487337508.1296204726 uhci_free_stds#3@0: called!
 1487337508.1296218899 uhci_free_stds#3@0: ux=0x3e08e00
 1487337508.1296246816 usbd_free_xfer#11@0: called!
 1487337508.1296255835 usbd_free_xfer#11@0: 0x3e08e00
 1487337508.1368515662 usbd_ar_pipe#2@0: called!
 1487337508.1368531123 usbd_ar_pipe#2@0: pipe = 0x32c3748
 1487337508.1368548733 usbd_dump_queue#13@0: called!
 1487337508.1368557752 usbd_dump_queue#13@0: pipe = 0x32c3748
 1487337508.1368607573 usb_rem_task#2@0: called!
 1487337508.1368692183 usbd_setup_pipe_flags#3@0: called!
 1487337508.1368739856 usbd_setup_pipe_flags#3@0: dev=0x375d7c0 addr=2 iface=0x0 ep=0x375d7e4 pipe=0xfdc045b9
 1487337508.1368762619 uhci_open#3@0: called!
 1487337508.1368778940 uhci_open#3@0: pipe=0x32c3748, addr=2, endpt=0 (1)
 1487337508.1368808146 uhci_alloc_sqh#3@0: called!
 1487337508.1368833486 uhci_alloc_std#14@0: called!
 1487337508.1368845082 uhci_alloc_std#15@0: called!
 1487337508.1368871710 usb_allocmem_flags#8@0: called!
 1487337508.1368907788 usb_allocmem_flags#8@0: use frag=0xd5de40 size=8
 1487337508.1368931410 usbd_setup_pipe_flags#3@0: pipe=0x32c3748
 1487337508.1368964481 usbd_reload_device_desc#1@0: called!
 1487337508.1368994115 usbd_get_device_desc#1@0: called!
 1487337508.1369029763 usbd_get_desc#1@0: called!
 1487337508.1369046513 usbd_get_desc#1@0: type=1, index=0, len=18
 1487337508.1369070135 usbd_do_request_flags#12@0: called!
 1487337508.1369085597 usbd_alloc_xfer#12@0: called!
 1487337508.1369134559 usbd_alloc_xfer#12@0: returns 0x3e08e00
 1487337508.1369156893 usb_allocmem_flags#9@0: called!
 1487337508.1369170207 usb_allocmem_flags#9@0: use frag=0xd5de00 size=18
 1487337508.1369190823 uhci_device_ctrl_init#4@0: called!
 1487337508.1369201560 uhci_device_ctrl_init#4@0: xfer=0x3e08e00 len=18, addr=2, endpt=0
 1487337508.1369228618 uhci_alloc_std_chain#3@0: called!
 1487337508.1369237208 uhci_alloc_std_chain#3@0: xfer=0x3e08e00 pipe=0x32c3748
 1487337508.1369250092 uhci_alloc_std_chain#3@0: maxp=8 ntd=3
 1487337508.1369305926 uhci_alloc_std#16@0: called!
 1487337508.1369321388 uhci_alloc_std#17@0: called!
 1487337508.1369335132 uhci_alloc_std#18@0: called!
 1487337508.1369376363 usbd_transfer#12@0: called!
 1487337508.1369387530 usbd_transfer#12@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x32c3748, running = 0
 1487337508.1369397838 usbd_dump_queue#14@0: called!
 1487337508.1369403421 usbd_dump_queue#14@0: pipe = 0x32c3748
 1487337508.1369426184 usb_insert_transfer#12@0: called!
 1487337508.1369437780 usb_insert_transfer#12@0: xfer = 0x3e08e00 pipe = 0x32c3748 running = 0 timeout = 5000
 1487337508.1369452383 usb_insert_transfer#12@0: <- done xfer 0x3e08e00, err 0
 1487337508.1369471281 uhci_device_ctrl_start#4@0: called!
 1487337508.1369485454 uhci_device_ctrl_start#4@0: type=0x80, request=0x06, wValue=0x0100, wIndex=0x0000
 1487337508.1369497050 uhci_device_ctrl_start#4@0: len=18, addr=2, endpt=0
 1487337508.1369530121 uhci_reset_std_chain#3@0: called!
 1487337508.1369543006 uhci_reset_std_chain#3@0: xfer=0x3e08e00 len 18 isread 128 toggle 1
 1487337508.1369617308 uhci_device_ctrl_start#4@0: --- dump start ---
 1487337508.1369634488 uhci_device_ctrl_start#4@0: before transfer
 1487337508.1369657251 uhci_dump_td#49@0: called!
 1487337508.1369668847 uhci_dump_td#49@0: TD(0xd24770) at 0x00d24770
 1487337508.1369683879 uhci_dump_td#49@0:    link=0x00d246e0 status=0x1c8003ff token=0x00e0022d buffer=0x00d5de40
 1487337508.1369701918 uhci_dump_td#49@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337508.1369720815 uhci_dump_td#49@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337508.1369731123 uhci_dump_td#49@0: ios     =0 ls      =1 spd     =0
 1487337508.1369742719 uhci_dump_td#49@0: errcnt  =3 actlen  =1024 pid=2d
 1487337508.1369760758 uhci_dump_td#49@0: addr=2  endpt=0  D=0  maxlen=8,
 1487337508.1369777079 uhci_dump_td#50@0: called!
 1487337508.1369784810 uhci_dump_td#50@0: TD(0xd246e0) at 0x00d246e0
 1487337508.1369793829 uhci_dump_td#50@0:    link=0x00d24714 status=0x3c8003ff token=0x00e80269 buffer=0x00d5de00
 1487337508.1369801989 uhci_dump_td#50@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337508.1369810150 uhci_dump_td#50@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337508.1369817021 uhci_dump_td#50@0: ios     =0 ls      =1 spd     =1
 1487337508.1369827329 uhci_dump_td#50@0: errcnt  =3 actlen  =1024 pid=69
 1487337508.1369835490 uhci_dump_td#50@0: addr=2  endpt=0  D=1  maxlen=8,
 1487337508.1369845797 uhci_dump_td#51@0: called!
 1487337508.1369853099 uhci_dump_td#51@0: TD(0xd24710) at 0x00d24710
 1487337508.1369862548 uhci_dump_td#51@0:    link=0x00d24744 status=0x3c8003ff token=0x00e00269 buffer=0x00d5de08
 1487337508.1369870708 uhci_dump_td#51@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337508.1369878868 uhci_dump_td#51@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337508.1369885311 uhci_dump_td#51@0: ios     =0 ls      =1 spd     =1
 1487337508.1369895618 uhci_dump_td#51@0: errcnt  =3 actlen  =1024 pid=69
 1487337508.1369903349 uhci_dump_td#51@0: addr=2  endpt=0  D=0  maxlen=8,
 1487337508.1369913657 uhci_dump_td#52@0: called!
 1487337508.1369921388 uhci_dump_td#52@0: TD(0xd24740) at 0x00d24740
 1487337508.1369930407 uhci_dump_td#52@0:    link=0x00d247a0 status=0x3c8003ff token=0x00280269 buffer=0x00d5de10
 1487337508.1369938568 uhci_dump_td#52@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337508.1369946728 uhci_dump_td#52@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337508.1369952741 uhci_dump_td#52@0: ios     =0 ls      =1 spd     =1
 1487337508.1369963049 uhci_dump_td#52@0: errcnt  =3 actlen  =1024 pid=69
 1487337508.1369971638 uhci_dump_td#52@0: addr=2  endpt=0  D=1  maxlen=2,
 1487337508.1369981946 uhci_dump_td#53@0: called!
 1487337508.1369989677 uhci_dump_td#53@0: TD(0xd247a0) at 0x00d247a0
 1487337508.1369997837 uhci_dump_td#53@0:    link=0x00000001 status=0x1d8003ff token=0xffe802e1 buffer=0x00000000
 1487337508.1370005998 uhci_dump_td#53@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337508.1370014158 uhci_dump_td#53@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487337508.1370020171 uhci_dump_td#53@0: ios     =0 ls      =1 spd     =0
 1487337508.1370028761 uhci_dump_td#53@0: errcnt  =3 actlen  =1024 pid=e1
 1487337508.1370037780 uhci_dump_td#53@0: addr=2  endpt=0  D=1  maxlen=2048,
 1487337508.1370053242 uhci_device_ctrl_start#4@0: --- dump end ---
 1487337508.1370075146 uhci_add_ls_ctrl#4@0: called!
 1487337508.1370086742 uhci_add_ls_ctrl#4@0: sqh 0xd22710
 1487337508.1370115089 uhci_device_ctrl_start#4@0: --- dump start ---
 1487337508.1370128403 uhci_device_ctrl_start#4@0: follow from [0]
 1487337508.1370139999 uhci_dump_td#54@0: called!
 1487337508.1370152884 uhci_dump_td#54@0: TD(0xd1e7a0) at 0x00d1e7a0
 1487337508.1370161044 uhci_dump_td#54@0:    link=0x00d20712 status=0x02000000 token=0x00000000 buffer=0x00000000
 1487337508.1370169634 uhci_dump_td#54@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337508.1370176077 uhci_dump_td#54@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487337508.1370186384 uhci_dump_td#54@0: ios     =1 ls      =0 spd     =0
 1487337508.1370194974 uhci_dump_td#54@0: errcnt  =0 actlen  =1 pid=00
 1487337508.1370203135 uhci_dump_td#54@0: addr=0  endpt=0  D=0  maxlen=1,
 1487337508.1370217308 uhci_dump_qh#25@0: called!
 1487337508.1370234487 uhci_dump_qh#25@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487337508.1370253815 uhci_dump_qh#26@0: called!
 1487337508.1370262834 uhci_dump_qh#26@0: QH(0xd20710) at 0x00d20710: hlink=00d20742 elink=00000001
 1487337508.1370271424 uhci_dump_qh#27@0: called!
 1487337508.1370279584 uhci_dump_qh#27@0: QH(0xd20740) at 0x00d20740: hlink=00d22712 elink=00000001
 1487337508.1370289033 uhci_dump_qh#28@0: called!
 1487337508.1370297193 uhci_dump_qh#28@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d24770
 1487337508.1370304924 uhci_dump_qh#29@0: called!
 1487337508.1370313943 uhci_dump_qh#29@0: QH(0xd20770) at 0x00d20770: hlink=00d207a2 elink=00000001
 1487337508.1370323392 uhci_dump_qh#30@0: called!
 1487337508.1370334988 uhci_dump_qh#30@0: QH(0xd207a0) at 0x00d207a0: hlink=00d207d2 elink=00000001
 1487337508.1370342290 uhci_dump_qh#31@0: called!
 1487337508.1370351739 uhci_dump_qh#31@0: QH(0xd207d0) at 0x00d207d0: hlink=00000001 elink=00d1e7d0
 1487337508.1370362905 uhci_device_ctrl_start#4@0: Enqueued QH:
 1487337508.1370373213 uhci_dump_qh#32@0: called!
 1487337508.1370379656 uhci_dump_qh#32@0: QH(0xd22710) at 0x00d22710: hlink=00d20772 elink=00d24770
 1487337508.1370390822 uhci_dump_td#55@0: called!
 1487337508.1370398983 uhci_dump_td#55@0: TD(0xd24770) at 0x00d24770
 1487337508.1370407143 uhci_dump_td#55@0:    link=0x00d246e0 status=0x1c8003ff token=0x00e0022d buffer=0x00d5de40
 1487337508.1370413156 uhci_dump_td#55@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337508.1370422605 uhci_dump_td#55@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337508.1370430765 uhci_dump_td#55@0: ios     =0 ls      =1 spd     =0
 1487337508.1370439784 uhci_dump_td#55@0: errcnt  =3 actlen  =1024 pid=2d
 1487337508.1370447086 uhci_dump_td#55@0: addr=2  endpt=0  D=0  maxlen=8,
 1487337508.1370457823 uhci_dump_td#56@0: called!
 1487337508.1370466413 uhci_dump_td#56@0: TD(0xd246e0) at 0x00d246e0
 1487337508.1370474573 uhci_dump_td#56@0:    link=0x00d24714 status=0x3c8003ff token=0x00e80269 buffer=0x00d5de00
 1487337508.1370481016 uhci_dump_td#56@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337508.1370490464 uhci_dump_td#56@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337508.1370498625 uhci_dump_td#56@0: ios     =0 ls      =1 spd     =1
 1487337508.1370507644 uhci_dump_td#56@0: errcnt  =3 actlen  =1024 pid=69
 1487337508.1370513657 uhci_dump_td#56@0: addr=2  endpt=0  D=1  maxlen=8,
 1487337508.1370523535 uhci_dump_td#57@0: called!
 1487337508.1370531696 uhci_dump_td#57@0: TD(0xd24710) at 0x00d24710
 1487337508.1370539856 uhci_dump_td#57@0:    link=0x00d24744 status=0x3c8003ff token=0x00e00269 buffer=0x00d5de08
 1487337508.1370545869 uhci_dump_td#57@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337508.1370554888 uhci_dump_td#57@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337508.1370563049 uhci_dump_td#57@0: ios     =0 ls      =1 spd     =1
 1487337508.1370572068 uhci_dump_td#57@0: errcnt  =3 actlen  =1024 pid=69
 1487337508.1370578940 uhci_dump_td#57@0: addr=2  endpt=0  D=0  maxlen=8,
 1487337508.1370589677 uhci_dump_td#58@0: called!
 1487337508.1370597837 uhci_dump_td#58@0: TD(0xd24740) at 0x00d24740
 1487337508.1370606427 uhci_dump_td#58@0:    link=0x00d247a0 status=0x3c8003ff token=0x00280269 buffer=0x00d5de10
 1487337508.1370612440 uhci_dump_td#58@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337508.1370621459 uhci_dump_td#58@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337508.1370629620 uhci_dump_td#58@0: ios     =0 ls      =1 spd     =1
 1487337508.1370637780 uhci_dump_td#58@0: errcnt  =3 actlen  =1024 pid=69
 1487337508.1370644222 uhci_dump_td#58@0: addr=2  endpt=0  D=1  maxlen=2,
 1487337508.1370655819 uhci_dump_td#59@0: called!
 1487337508.1370665697 uhci_dump_td#59@0: TD(0xd247a0) at 0x00d247a0
 1487337508.1370673857 uhci_dump_td#59@0:    link=0x00000001 status=0x1d8003ff token=0xffe802e1 buffer=0x00000000
 1487337508.1370680300 uhci_dump_td#59@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337508.1370688890 uhci_dump_td#59@0: dbuffer =0 stalled =0 active  =1 ioc     =1
 1487337508.1370697050 uhci_dump_td#59@0: ios     =0 ls      =1 spd     =0
 1487337508.1370705210 uhci_dump_td#59@0: errcnt  =3 actlen  =1024 pid=e1
 1487337508.1370711653 uhci_dump_td#59@0: addr=2  endpt=0  D=1  maxlen=2048,
 1487337508.1370724967 uhci_device_ctrl_start#4@0: --- dump end ---
 1487337508.1370774358 usbd_transfer#12@0: <- done transfer 0x3e08e00, err = 1
 1487337508.1370792827 usbd_transfer#12@0: <- sleeping on xfer 0x3e08e00
 1487337508.1385147727 uhci_intr#5@0: called!
 1487337508.1385179080 uhci_intr1#5@0: called!
 1487337508.1385189817 uhci_intr1#5@0: sc 0x3e32008
 1487337508.1385207856 uhci_dumpregs#5@0: called!
 1487337508.1385216445 uhci_dumpregs#5@0: cmd =0081  sts    =0001  intr   =000f  frnum =0049
 1487337508.1385236632 uhci_dumpregs#5@0: sof =0040  portsc1=01a5  portsc2=0080  flbase=00d1c000
 1487337508.1385279151 usb_schedsoftintr#5@0: called!
 1487337508.1385292895 usb_schedsoftintr#5@0: polling=0
 1487337508.1385325107 uhci_intr1#5@0: sc 0x3e32008 done
 1487337508.1385435057 uhci_softintr#5@0: called!
 1487337508.1385450948 uhci_softintr#5@0: sc 0x3e32008
 1487337508.1385477576 uhci_check_intr#4@0: called!
 1487337508.1385487025 uhci_check_intr#4@0: ux 0x3e08e00
 1487337508.1385510218 uhci_check_intr#4@0: ux=0x3e08e00 done
 1487337508.1385547154 uhci_idone#4@0: called!
 1487337508.1385557891 uhci_idone#4@0: ux=0x3e08e00
 1487337508.1385574212 uhci_idone#4@0: ux=0x3e08e00, xfer=0x3e08e00, pipe=0x32c3748 ready
 1487337508.1385586238 uhci_idone#4@0: --- dump start ---
 1487337508.1385602129 uhci_dump_td#60@0: called!
 1487337508.1385612866 uhci_dump_td#60@0: TD(0xd24770) at 0x00d24770
 1487337508.1385621886 uhci_dump_td#60@0:    link=0x00d246e0 status=0x1c000007 token=0x00e0022d buffer=0x00d5de40
 1487337508.1385634770 uhci_dump_td#60@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337508.1385651950 uhci_dump_td#60@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487337508.1385663546 uhci_dump_td#60@0: ios     =0 ls      =1 spd     =0
 1487337508.1385669989 uhci_dump_td#60@0: errcnt  =3 actlen  =8 pid=2d
 1487337508.1385682444 uhci_dump_td#60@0: addr=2  endpt=0  D=0  maxlen=8,
 1487337508.1385698335 uhci_dump_td#61@0: called!
 1487337508.1385707784 uhci_dump_td#61@0: TD(0xd246e0) at 0x00d246e0
 1487337508.1385715085 uhci_dump_td#61@0:    link=0x00d24714 status=0x1c000007 token=0x00e80269 buffer=0x00d5de00
 1487337508.1385725393 uhci_dump_td#61@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337508.1385734842 uhci_dump_td#61@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487337508.1385742573 uhci_dump_td#61@0: ios     =0 ls      =1 spd     =0
 1487337508.1385749015 uhci_dump_td#61@0: errcnt  =3 actlen  =8 pid=69
 1487337508.1385757605 uhci_dump_td#61@0: addr=2  endpt=0  D=1  maxlen=8,
 1487337508.1385767913 uhci_dump_td#62@0: called!
 1487337508.1385776932 uhci_dump_td#62@0: TD(0xd24710) at 0x00d24710
 1487337508.1385783804 uhci_dump_td#62@0:    link=0x00d24744 status=0x1c000007 token=0x00e00269 buffer=0x00d5de08
 1487337508.1385794112 uhci_dump_td#62@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337508.1385802702 uhci_dump_td#62@0: dbuffer =0 stalled =0 active  =0 ioc     =0
 1487337508.1385810862 uhci_dump_td#62@0: ios     =0 ls      =1 spd     =0
 1487337508.1385816875 uhci_dump_td#62@0: errcnt  =3 actlen  =8 pid=69
 1487337508.1385825894 uhci_dump_td#62@0: addr=2  endpt=0  D=0  maxlen=8,
 1487337508.1385836631 uhci_dump_td#63@0: called!
 1487337508.1385845221 uhci_dump_td#63@0: TD(0xd24740) at 0x00d24740
 1487337508.1385851664 uhci_dump_td#63@0:    link=0x00d247a0 status=0x3c8003ff token=0x00280269 buffer=0x00d5de10
 1487337508.1385861971 uhci_dump_td#63@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337508.1385870561 uhci_dump_td#63@0: dbuffer =0 stalled =0 active  =1 ioc     =0
 1487337508.1385878722 uhci_dump_td#63@0: ios     =0 ls      =1 spd     =1
 1487337508.1385884734 uhci_dump_td#63@0: errcnt  =3 actlen  =1024 pid=69
 1487337508.1385893754 uhci_dump_td#63@0: addr=2  endpt=0  D=1  maxlen=2,
 1487337508.1385904491 uhci_dump_td#64@0: called!
 1487337508.1385912651 uhci_dump_td#64@0: TD(0xd247a0) at 0x00d247a0
 1487337508.1385918664 uhci_dump_td#64@0:    link=0x00000001 status=0x1d0007ff token=0xffe802e1 buffer=0x00000000
 1487337508.1385928972 uhci_dump_td#64@0: bitstuff=0 crcto   =0 nak     =0 babble  =0
 1487337508.1385938421 uhci_dump_td#64@0: dbuffer =0 stalled =0 active  =0 ioc     =1
 1487337508.1385946581 uhci_dump_td#64@0: ios     =0 ls      =1 spd     =0
 1487337508.1385953024 uhci_dump_td#64@0: errcnt  =3 actlen  =0 pid=e1
 1487337508.1385961613 uhci_dump_td#64@0: addr=2  endpt=0  D=1  maxlen=2048,
 1487337508.1385973639 uhci_idone#4@0: --- dump end ---
 1487337508.1385995973 uhci_idone#4@0: actlen=16, status=0x0
 1487337508.1386011434 uhci_idone#4@0: ux=0x3e08e00 done
 1487337508.1386024749 uhci_softintr#5@0: ux 0x3e08e00
 1487337508.1386048371 usb_transfer_complete#16@0: called!
 1487337508.1386059538 usb_transfer_complete#16@0: pipe = 0x32c3748 xfer = 0x3e08e00 status = 0 actlen = 16
 1487337508.1386074999 usb_transfer_complete#16@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487337508.1386096044 usb_transfer_complete#16@0: short transfer 16 < 18
 1487337508.1386109788 usb_transfer_complete#16@0: xfer 0x3e08e00 doing done 0x2a9d30
 1487337508.1386139423 uhci_device_ctrl_done#4@0: called!
 1487337508.1386166481 uhci_remove_ls_ctrl#4@0: called!
 1487337508.1386184090 uhci_remove_ls_ctrl#4@0: sqh 0xd22710
 1487337508.1386210289 uhci_find_prev_qh#4@0: called!
 1487337508.1386227898 uhci_find_prev_qh#4@0: pqh=0xd20740 sqh=0xd22710
 1487337508.1386280296 uhci_device_ctrl_done#4@0: length=16
 1487337508.1386307354 usb_transfer_complete#16@0: xfer 0x3e08e00 doing callback 0x0 status 16
 1487337508.1386321098 usb_transfer_complete#16@0: <- done xfer 0x3e08e00, wakeup
 1487337508.1386424176 usbd_start_next#16@0: called!
 1487337508.1386438349 usbd_start_next#16@0: pipe = 0x32c3748, xfer = 0x0
 1487337508.1386633338 uhci_free_stds#4@0: called!
 1487337508.1386644076 uhci_free_stds#4@0: ux=0x3e08e00
 1487337508.1386733410 usbd_free_xfer#12@0: called!
 1487337508.1386743288 usbd_free_xfer#12@0: 0x3e08e00
 1487337508.1386766910 usb_freemem#6@0: called!
 1487337508.1386787955 usb_freemem#6@0: frag=0xd5de00
 1487337508.1386830475 usbd_do_request_flags#12@0: returning err = 16
 1487337508.1386873854 usbd_new_device#1@0: addr=2, getting full desc failed, err = 16
 1487337508.1386906925 usbd_remove_device#1@0: called!
 1487337508.1386924104 usbd_remove_device#1@0: dev 0x375d7c0 up 0x58120
 1487337508.1386949874 usbd_ar_pipe#3@0: called!
 1487337508.1386961900 usbd_ar_pipe#3@0: pipe = 0x32c3748
 1487337508.1386978220 usbd_dump_queue#15@0: called!
 1487337508.1386988958 usbd_dump_queue#15@0: pipe = 0x32c3748
 1487337508.1387033195 usb_rem_task#3@0: called!
 1487337508.1431406127 usbd_clear_port_feature#4@0: called!
 1487337508.1431419871 usbd_clear_port_feature#4@0: dev 0x3e27298 port 1 sel 1
 1487337508.1431437910 usbd_do_request_flags#13@0: called!
 1487337508.1431458096 usbd_alloc_xfer#13@0: called!
 1487337508.1431517366 usbd_alloc_xfer#13@0: returns 0x3e08e00
 1487337508.1431559456 usbd_transfer#13@0: called!
 1487337508.1431573629 usbd_transfer#13@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487337508.1431590379 usbd_dump_queue#16@0: called!
 1487337508.1431598110 usbd_dump_queue#16@0: pipe = 0x3e2d6c8
 1487337508.1431627316 usb_insert_transfer#13@0: called!
 1487337508.1431643207 usb_insert_transfer#13@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487337508.1431663822 usb_insert_transfer#13@0: <- done xfer 0x3e08e00, err 0
 1487337508.1431682720 roothub_ctrl_start#9@0: called!
 1487337508.1431694746 roothub_ctrl_start#9@0: type=0x23 request=0x1
 1487337508.1431725669 uhci_roothub_ctrl#9@0: called!
 1487337508.1431742419 uhci_roothub_ctrl#9@0: type=0x23 request=01
 1487337508.1431764323 uhci_roothub_ctrl#9@0: UR_CLEAR_PORT_FEATURE port=1 feature=1
 1487337508.1431802978 uhci_roothub_ctrl#9@0: returning 0
 1487337508.1431821875 roothub_ctrl_start#9@0: xfer 0x3e08e00 buflen -1 actlen 0
 1487337508.1431833472 roothub_ctrl_start#9@0: xfer 0x3e08e00 err 0
 1487337508.1431850222 usb_transfer_complete#17@0: called!
 1487337508.1431861388 usb_transfer_complete#17@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 0
 1487337508.1431882004 usb_transfer_complete#17@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487337508.1431900472 usb_transfer_complete#17@0: xfer 0x3e08e00 doing done 0x2a4dbc
 1487337508.1431913357 usb_transfer_complete#17@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487337508.1431927101 usb_transfer_complete#17@0: <- done xfer 0x3e08e00, wakeup
 1487337508.1431953729 usbd_start_next#17@0: called!
 1487337508.1431970479 usbd_start_next#17@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487337508.1431993672 usbd_transfer#13@0: <- done transfer 0x3e08e00, err = 0
 1487337508.1432010852 usbd_transfer#13@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487337508.1432033615 usbd_free_xfer#13@0: called!
 1487337508.1432044781 usbd_free_xfer#13@0: 0x3e08e00
 1487337508.1432267258 usb_needs_explore#2@0: called!
 1487337508.1432360458 usbd_get_port_status#4@0: called!
 1487337508.1432374202 usbd_get_port_status#4@0: dev 0x3e27298 port 1
 1487337508.1432389234 usbd_do_request_flags#14@0: called!
 1487337508.1432399542 usbd_alloc_xfer#14@0: called!
 1487337508.1432433471 usbd_alloc_xfer#14@0: returns 0x3e08e00
 1487337508.1432453228 usb_allocmem_flags#10@0: called!
 1487337508.1432473414 usb_allocmem_flags#10@0: use frag=0xd5de00 size=4
 1487337508.1432494889 usbd_transfer#14@0: called!
 1487337508.1432504338 usbd_transfer#14@0: xfer = 0x3e08e00, flags = 0x2, pipe = 0x3e2d6c8, running = 0
 1487337508.1432518511 usbd_dump_queue#17@0: called!
 1487337508.1432530107 usbd_dump_queue#17@0: pipe = 0x3e2d6c8
 1487337508.1432553729 usb_insert_transfer#14@0: called!
 1487337508.1432565325 usb_insert_transfer#14@0: xfer = 0x3e08e00 pipe = 0x3e2d6c8 running = 0 timeout = 5000
 1487337508.1432579499 usb_insert_transfer#14@0: <- done xfer 0x3e08e00, err 0
 1487337508.1432595819 roothub_ctrl_start#10@0: called!
 1487337508.1432606557 roothub_ctrl_start#10@0: type=0xa3 request= 0
 1487337508.1432628461 uhci_roothub_ctrl#10@0: called!
 1487337508.1432638339 uhci_roothub_ctrl#10@0: type=0xa3 request=00
 1487337508.1432672269 uhci_roothub_ctrl#10@0: returning 4
 1487337508.1432680000 roothub_ctrl_start#10@0: xfer 0x3e08e00 buflen -1 actlen 4
 1487337508.1432688589 roothub_ctrl_start#10@0: xfer 0x3e08e00 err 0
 1487337508.1432702763 usb_transfer_complete#18@0: called!
 1487337508.1432713070 usb_transfer_complete#18@0: pipe = 0x3e2d6c8 xfer = 0x3e08e00 status = 0 actlen = 4
 1487337508.1432727244 usb_transfer_complete#18@0: xfer 0x3e08e00: repeat 0 new head = 0x0
 1487337508.1432739269 usb_transfer_complete#18@0: xfer 0x3e08e00 doing done 0x2a4dbc
 1487337508.1432753872 usb_transfer_complete#18@0: xfer 0x3e08e00 doing callback 0x0 status 0
 1487337508.1432764609 usb_transfer_complete#18@0: <- done xfer 0x3e08e00, wakeup
 1487337508.1432780501 usbd_start_next#18@0: called!
 1487337508.1432793385 usbd_start_next#18@0: pipe = 0x3e2d6c8, xfer = 0x0
 1487337508.1432814001 usbd_transfer#14@0: <- done transfer 0x3e08e00, err = 0
 1487337508.1432825168 usbd_transfer#14@0: <- done xfer 0x3e08e00, err 0 (complete/error)
 1487337508.1432840630 usbd_free_xfer#14@0: called!
 1487337508.1432851796 usbd_free_xfer#14@0: 0x3e08e00
 1487337508.1432871123 usb_freemem#7@0: called!
 1487337508.1432888733 usb_freemem#7@0: frag=0xd5de00
 1487337508.1625899713 uhci_poll_hub#43@0: called!
 1487337508.-1595157586 uhci_poll_hub#44@0: called!
 1487337508.-521631554 uhci_poll_hub#45@0: called!

 ---

 > I'd be interested in results from both this patch alone and combined 
 > with first one.

 It looks log from the second patch alone is similar to
 one without patches (more stalls):
  https://gist.github.com/tsutsui/0758138e3a21c7f59298db0a50f0cb2e

 ---
 Izumi Tsutsui

State-Changed-From-To: feedback->open
State-Changed-By: maya@NetBSD.org
State-Changed-When: Wed, 01 Nov 2017 13:01:38 +0000
State-Changed-Why:
feedback provided


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2014 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.