Date: Mon, 6 Sep 2004 05:45:10 GMT From: Zoltan Tesch <zoltan.tesch@kancellar.hu> To: freebsd-gnats-submit@FreeBSD.org Subject: kern/71416: Cryptoflex e-gate USB token (ugen0) detach is not working in usbd Message-ID: <200409060545.i865jAhQ071554@www.freebsd.org> Resent-Message-ID: <200409060550.i865oZRv049073@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 71416 >Category: kern >Synopsis: Cryptoflex e-gate USB token (ugen0) detach is not working in usbd >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 06 05:50:31 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Zoltan Tesch >Release: 5.2.1 >Organization: kancellar.hu Ltd. >Environment: FreeBSD warbsd 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #4: Fri Sep 3 22:15:44 CEST 2004 root@warbsd:/usr/src/sys/i386/compile/BASE i386 (usb debug option is enabled) >Description: When I attach USB token to the system, usbd calls the attach program (openct-control init), but in case of detach the detach command has not been called (openct-control shutdown), but the ugen device has been removed from the devfs. The related lines in messages: Sep 6 07:30:18 warbsd kernel: ugen0: SchlumbergerSema SchlumbergerSema Cryptoflex e-gate, rev 1.10/1.00, addr 2 Sep 6 07:30:49 warbsd kernel: ugen0: at uhub0 port 1 (addr 2) disconnected Sep 6 07:30:49 warbsd kernel: ugen0: detached ls output of /dev $ ls /dev/u* /dev/urandom /dev/usb /dev/usb0 usb device type: uhci0: <Intel 82371AB/EB (PIIX4) USB controller> port 0xdce0-0xdcff irq 11 at device 7.2 on pci0 usb0: <Intel 82371AB/EB (PIIX4) USB controller> on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered The followings are the more detailed log messages, if I turn on usb debugging by sysctl and attach and immediately detach the token: Sep 6 07:36:39 warbsd kernel: usb_transfer_complete: pipe=0xc2d37600 xfer=0xc2d10900 status=0 actlen=1 Sep 6 07:36:39 warbsd kernel: usb_transfer_complete: repeat=1 new head=0xc2d10900 Sep 6 07:36:39 warbsd kernel: uhub_intr: sc=0xc2d07c00 Sep 6 07:36:39 warbsd kernel: usb_needs_explore Sep 6 07:36:39 warbsd kernel: usb_event_thread: woke up Sep 6 07:36:39 warbsd kernel: usb_discover Sep 6 07:36:39 warbsd kernel: uhub_explore dev=0xc2d37400 addr=1 Sep 6 07:36:39 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Sep 6 07:36:39 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=2, pipe=0xc2d37480, running=0 Sep 6 07:36:39 warbsd kernel: usbd_dump_queue: pipe=0xc2d37480 Sep 6 07:36:39 warbsd kernel: usb_allocmem: use frag=0xc2d3df40 size=4 Sep 6 07:36:39 warbsd kernel: usb_insert_transfer: pipe=0xc2d37480 running=0 timeout=5000 Sep 6 07:36:39 warbsd kernel: uhci_root_ctrl_control type=0xa3 request=00 Sep 6 07:36:39 warbsd kernel: usb_transfer_complete: pipe=0xc2d37480 xfer=0xc2d10a00 status=0 actlen=4 Sep 6 07:36:39 warbsd kernel: usb_freemem: frag=0xc2d3df40 Sep 6 07:36:39 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Sep 6 07:36:39 warbsd kernel: usbd_start_next: pipe=0xc2d37480, xfer=0 Sep 6 07:36:39 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Sep 6 07:36:39 warbsd kernel: uhub_explore: uhub0 port 1 status 0x0301 0x0001 Sep 6 07:36:39 warbsd kernel: uhub_explore: status change hub=1 port=1 Sep 6 07:36:39 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Sep 6 07:36:39 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=2, pipe=0xc2d37480, running=0 Sep 6 07:36:39 warbsd kernel: usbd_dump_queue: pipe=0xc2d37480 Sep 6 07:36:39 warbsd kernel: usb_insert_transfer: pipe=0xc2d37480 running=0 timeout=5000 Sep 6 07:36:39 warbsd kernel: uhci_root_ctrl_control type=0x23 request=01 Sep 6 07:36:39 warbsd kernel: uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=1 feature=16 Sep 6 07:36:39 warbsd kernel: usb_transfer_complete: pipe=0xc2d37480 xfer=0xc2d10a00 status=0 actlen=0 Sep 6 07:36:39 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Sep 6 07:36:39 warbsd kernel: usbd_start_next: pipe=0xc2d37480, xfer=0 Sep 6 07:36:39 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Sep 6 07:36:40 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Sep 6 07:36:40 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=2, pipe=0xc2d37480, running=0 Sep 6 07:36:40 warbsd kernel: usbd_dump_queue: pipe=0xc2d37480 Sep 6 07:36:40 warbsd kernel: usb_insert_transfer: pipe=0xc2d37480 running=0 timeout=5000 Sep 6 07:36:40 warbsd kernel: uhci_root_ctrl_control type=0x23 request=03 Sep 6 07:36:40 warbsd kernel: uhci port 1 reset, status0 = 0x0280 Sep 6 07:36:40 warbsd kernel: uhci port 1 reset, status1 = 0x0183 Sep 6 07:36:40 warbsd kernel: uhci port 1 iteration 9, status = 0x01a7 Sep 6 07:36:40 warbsd kernel: uhci port 1 iteration 8, status = 0x01a5 Sep 6 07:36:40 warbsd kernel: uhci port 1 reset, status2 = 0x01a5 Sep 6 07:36:40 warbsd kernel: usb_transfer_complete: pipe=0xc2d37480 xfer=0xc2d10a00 status=0 actlen=0 Sep 6 07:36:40 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Sep 6 07:36:40 warbsd kernel: usbd_start_next: pipe=0xc2d37480, xfer=0 Sep 6 07:36:40 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Sep 6 07:36:40 warbsd kernel: usbd_reset_port: port 1 reset done, error=NORMAL_COMPLETION Sep 6 07:36:40 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Sep 6 07:36:40 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=2, pipe=0xc2d37480, running=0 Sep 6 07:36:40 warbsd kernel: usbd_dump_queue: pipe=0xc2d37480 Sep 6 07:36:40 warbsd kernel: usb_allocmem: use frag=0xc2d3df40 size=4 Sep 6 07:36:40 warbsd kernel: usb_insert_transfer: pipe=0xc2d37480 running=0 timeout=5000 Sep 6 07:36:40 warbsd kernel: uhci_root_ctrl_control type=0xa3 request=00 Sep 6 07:36:40 warbsd kernel: usb_transfer_complete: pipe=0xc2d37480 xfer=0xc2d10a00 status=0 actlen=4 Sep 6 07:36:40 warbsd kernel: usb_freemem: frag=0xc2d3df40 Sep 6 07:36:40 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Sep 6 07:36:40 warbsd kernel: usbd_start_next: pipe=0xc2d37480, xfer=0 Sep 6 07:36:40 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Sep 6 07:36:40 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Sep 6 07:36:40 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=2, pipe=0xc2d37480, running=0 Sep 6 07:36:40 warbsd kernel: usbd_dump_queue: pipe=0xc2d37480 Sep 6 07:36:40 warbsd kernel: usb_insert_transfer: pipe=0xc2d37480 running=0 timeout=5000 Sep 6 07:36:40 warbsd kernel: uhci_root_ctrl_control type=0x23 request=01 Sep 6 07:36:40 warbsd kernel: uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=1 feature=20 Sep 6 07:36:40 warbsd kernel: usb_transfer_complete: pipe=0xc2d37480 xfer=0xc2d10a00 status=0 actlen=0 Sep 6 07:36:40 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Sep 6 07:36:40 warbsd kernel: usbd_start_next: pipe=0xc2d37480, xfer=0 Sep 6 07:36:40 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Sep 6 07:36:40 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Sep 6 07:36:40 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=2, pipe=0xc2d37480, running=0 Sep 6 07:36:40 warbsd kernel: usbd_dump_queue: pipe=0xc2d37480 Sep 6 07:36:40 warbsd kernel: usb_allocmem: use frag=0xc2d3df40 size=4 Sep 6 07:36:40 warbsd kernel: usb_insert_transfer: pipe=0xc2d37480 running=0 timeout=5000 Sep 6 07:36:40 warbsd kernel: uhci_root_ctrl_control type=0xa3 request=00 Sep 6 07:36:41 warbsd kernel: usb_transfer_complete: pipe=0xc2d37480 xfer=0xc2d10a00 status=0 actlen=4 Sep 6 07:36:41 warbsd kernel: usb_freemem: frag=0xc2d3df40 Sep 6 07:36:41 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Sep 6 07:36:41 warbsd kernel: usbd_start_next: pipe=0xc2d37480, xfer=0 Sep 6 07:36:41 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Sep 6 07:36:41 warbsd kernel: usbd_new_device bus=0xc2d43000 port=1 depth=1 speed=1 Sep 6 07:36:41 warbsd kernel: usbd_setup_pipe: dev=0xc306b480 iface=0 ep=0xc306b4a4 pipe=0xc306b484 Sep 6 07:36:41 warbsd kernel: uhci_open: pipe=0xc306b980, addr=0, endpt=0 (1) Sep 6 07:36:41 warbsd kernel: usb_allocmem: use frag=0xc2d3df40 size=8 Sep 6 07:36:41 warbsd kernel: usbd_get_desc: type=1, index=0, len=8 Sep 6 07:36:41 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Sep 6 07:36:41 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=2, pipe=0xc306b980, running=0 Sep 6 07:36:41 warbsd kernel: usbd_dump_queue: pipe=0xc306b980 Sep 6 07:36:41 warbsd kernel: usb_allocmem: use frag=0xc2d3df00 size=8 Sep 6 07:36:41 warbsd kernel: usb_insert_transfer: pipe=0xc306b980 running=0 timeout=5000 Sep 6 07:36:41 warbsd kernel: uhci_device_control type=0x80, request=0x06, wVallling=0 Sep 6 07:36:41 warbsd kernel: usb0: uhci_softintr (0) Sep 6 07:36:41 warbsd kernel: uhci_check_intr: ii=0xc2d10a6c Sep 6 07:36:41 warbsd kernel: uhci_check_intr: ii=0xc2d10a6c done Sep 6 07:36:41 warbsd kernel: uhci_idone: ii=0xc2d10a6c Sep 6 07:36:41 warbsd kernel: uhci_idone: ii=0xc2d10a6c, xfer=0xc2d10a00, pipe=0xc306b980 ready Sep 6 07:36:41 warbsd kernel: TD(0xc2d3ef80) at 0f812f80 = link=0x0f812f44 status=0x1c000007 token=0x00e0022d buffer=0x0f7d1f 40 Sep 6 07:36:41 warbsd kernel: f812f44<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:41 warbsd kernel: TD(0xc2d3ef40) at 0f812f40 = link=0x0f812f64 status=0x3c000001 token=0x00280269 buffer=0x0f7d1f 00 Sep 6 07:36:41 warbsd kernel: f812f64<VF> 3c000001<LS,SPD>,errcnt=3,actlen=2 pid=69,addr=2,endpt=0,D=1,maxlen=2 Sep 6 07:36:41 warbsd kernel: TD(0xc2d3ef60) at 0f812f60 = link=0x00000001 status=0x1d0007ff token=0xffe802e1 buffer=0x000000 00 Sep 6 07:36:41 warbsd kernel: 1<T> 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0 Sep 6 07:36:41 warbsd kernel: uhci_idone: actlen=2, status=0x0 Sep 6 07:36:41 warbsd kernel: usb_transfer_complete: pipe=0xc306b980 xfer=0xc2d10a00 status=0 actlen=2 Sep 6 07:36:41 warbsd kernel: usb_freemem: frag=0xc2d3df00 Sep 6 07:36:41 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Sep 6 07:36:41 warbsd kernel: uhci_remove_ls_ctrl: sqh=0xc2d3ff40 Sep 6 07:36:41 warbsd kernel: uhci_find_prev_qh: pqh=0xc2d40f80 sqh=0xc2d3ff40 Sep 6 07:36:41 warbsd kernel: uhci_device_ctrl_done: length=2 Sep 6 07:36:41 warbsd kernel: usbd_start_next: pipe=0xc306b980, xfer=0 Sep 6 07:36:41 warbsd kernel: uhci_idone: ii=0xc2d10a6c done Sep 6 07:36:41 warbsd kernel: usb0: uhci_intr: exit Sep 6 07:36:41 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Sep 6 07:36:41 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Sep 6 07:36:41 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=2, pipe=0xc306b980, running=0 Sep 6 07:36:41 warbsd kernel: usbd_dump_queue: pipe=0xc306b980 Sep 6 07:36:41 warbsd kernel: usb_allocmem: large alloc 70 Sep 6 07:36:41 warbsd kernel: usb_block_allocmem: size=4096 align=1 Sep 6 07:36:41 warbsd kernel: usb_block_allocmem: free list size=4096 Sep 6 07:36:41 warbsd kernel: usb_insert_transfer: pipe=0xc306b980 running=0 timeout=5000 Sep 6 07:36:41 warbsd kernel: uhci_device_control type=0x80, request=0x06, wValue=0x0302, wIndex=0x0409 len=70, addr=2, endpt =0 Sep 6 07:36:41 warbsd kernel: uhci_alloc_std_chain: addr=2 endpt=0 len=70 speed=1 flags=0x2 Sep 6 07:36:41 warbsd kernel: uhci_alloc_std_chain: maxp=8 ntd=9 Sep 6 07:36:41 warbsd kernel: uhci_alloc_std_chain: nexttog=0 Sep 6 07:36:41 warbsd kernel: uhci_device_request: before transfer Sep 6 07:36:41 warbsd kernel: TD(0xc2d3ef80) at 0f812f80 = link=0x0f812e44 status=0x1c800000 token=0x00e0022d buffer=0x0f7d1f 40 Sep 6 07:36:41 warbsd kernel: f812e44<VF> 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:41 warbsd kernel: TD(0xc2d3ee40) at 0f812e40 = link=0x0f812e64 status=0x1c8003ff token=0x00e80269 buffer=0x0a9f30 00 Sep 6 07:36:41 warbsd kernel: TD(0xc2d3ee40) at 0f812e40 = link=0x0f812e64 status=0x1c8003ff token=0x00e80269 buffer=0x0a9f30 00 Sep 6 07:36:41 warbsd kernel: f812e64<VF> 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=8 Sep 6 07:36:41 warbsd kernel: TD(0xc2d3ee60) at 0f812e60 = link=0x0f812e84 status=0x1c8003ff token=0x00e00269 buffer=0x0a9f30 08 Sep 6 07:36:41 warbsd kernel: f812e84<VF> 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:41 warbsd kernel: TD(0xc2d3ee80) at 0f812e80 = link=0x0f812ea4 status=0x1c8003ff token=0x00e80269 buffer=0x0a9f30 10 Sep 6 07:36:41 warbsd kernel: f812ea4<VF> 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=8 Sep 6 07:36:41 warbsd kernel: TD(0xc2d3eea0) at 0f812ea0 = link=0x0f812ec4 status=0x1c8003ff token=0x00e00269 buffer=0x0a9f30 18 Sep 6 07:36:41 warbsd kernel: f812ec4<VF> 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:41 warbsd kernel: TD(0xc2d3eec0) at 0f812ec0 = link=0x0f812ee4 status=0x1c8003ff token=0x00e80269 buffer=0x0a9f30 20 Sep 6 07:36:41 warbsd kernel: f812ee4<VF> 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=8 Sep 6 07:36:41 warbsd kernel: TD(0xc2d3eee0) at 0f812ee0 = link=0x0f812f04 status=0x1c8003ff token=0x00e00269 buffer=0x0a9f30 28 Sep 6 07:36:41 warbsd kernel: f812f04<VF> 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:41 warbsd kernel: TD(0xc2d3ef00) at 0f812f00 = link=0x0f812f24 status=0x1c8003ff token=0x00e80269 buffer=0x0a9f30 30 Sep 6 07:36:41 warbsd kernel: f812f24<VF> 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=8 Sep 6 07:36:41 warbsd kernel: TD(0xc2d3ef20) at 0f812f20 = link=0x0f812f44 status=0x1c8003ff token=0x00e00269 buffer=0x0a9f30 38 Sep 6 07:36:41 warbsd kernel: f812f44<VF> 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:41 warbsd kernel: TD(0xc2d3ef40) at 0f812f40 = link=0x0f812f64 status=0x1c8003ff token=0x00a80269 buffer=0x0a9f30 40 Sep 6 07:36:41 warbsd kernel: f812f64<VF> 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=6 Sep 6 07:36:41 warbsd kernel: TD(0xc2d3ef60) at 0f812f60 = link=0x00000001 status=0x1d800000 token=0xffe802e1 buffer=0x000000 00 Sep 6 07:36:41 warbsd kernel: 1<T> 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=2,endpt=0,D=1,maxlen=0 Sep 6 07:36:41 warbsd kernel: uhci_add_ls_ctrl: sqh=0xc2d3ff40 Sep 6 07:36:41 warbsd kernel: uhci_enter_ctl_q: follow from [0] Sep 6 07:36:41 warbsd kernel: TD(0xc2d41fc0) at 00215fc0 = link=0x00254f62 status=0x02000000 token=0x00000000 buffer=0x000000 00 Sep 6 07:36:41 warbsd kernel: 254f62<Q> 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1 Sep 6 07:36:41 warbsd kernel: QH(0xc2d40f60) at 00254f60: hlink=00254f82 elink=00000001 Sep 6 07:36:41 warbsd kernel: QH(0xc2d40f60) at 00254f60: hlink=00254f82 elink=00000001 Sep 6 07:36:41 warbsd kernel: QH(0xc2d40f80) at 00254f80: hlink=00253f42 elink=00000001 Sep 6 07:36:41 warbsd kernel: QH(0xc2d3ff40) at 00253f40: hlink=00254fa2 elink=00000001 Sep 6 07:36:41 warbsd kernel: QH(0xc2d40fc0) at 00254fc0: hlink=00254fe2 elink=00000001 Sep 6 07:36:41 warbsd kernel: QH(0xc2d40fe0) at 00254fe0: hlink=00000001 elink=00215fe0 Sep 6 07:36:41 warbsd kernel: Enqueued QH: Sep 6 07:36:41 warbsd kernel: QH(0xc2d3ff40) at 00253f40: hlink=00254fa2 elink=00000001 Sep 6 07:36:41 warbsd kernel: TD(0xc2d3ef80) at 0f812f80 = link=0x0f812e44 status=0x1c000007 token=0x00e0022d buffer=0x0f7d1f 40 Sep 6 07:36:41 warbsd kernel: f812e44<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:41 warbsd kernel: TD(0xc2d3ee40) at 0f812e40 = link=0x0f812e64 status=0x1c000007 token=0x00e80269 buffer=0x0a9f30 00 Sep 6 07:36:41 warbsd kernel: f812e64<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8 Sep 6 07:36:41 warbsd kernel: TD(0xc2d3ee60) at 0f812e60 = link=0x0f812e84 status=0x1c000007 token=0x00e00269 buffer=0x0a9f30 08 Sep 6 07:36:41 warbsd kernel: f812e84<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:41 warbsd kernel: TD(0xc2d3ee80) at 0f812e80 = link=0x0f812ea4 status=0x1c000007 token=0x00e80269 buffer=0x0a9f30 10 Sep 6 07:36:41 warbsd kernel: f812ea4<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8 Sep 6 07:36:41 warbsd kernel: TD(0xc2d3eea0) at 0f812ea0 = link=0x0f812ec4 status=0x1c000007 token=0x00e00269 buffer=0x0a9f30 18 Sep 6 07:36:41 warbsd kernel: f812ec4<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:41 warbsd kernel: TD(0xc2d3eec0) at 0f812ec0 = link=0x0f812ee4 status=0x1c000007 token=0x00e80269 buffer=0x0a9f30 20 Sep 6 07:36:41 warbsd kernel: f812ee4<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8 Sep 6 07:36:41 warbsd kernel: TD(0xc2d3eee0) at 0f812ee0 = link=0x0f812f04 status=0x1c000007 token=0x00e00269 buffer=0x0a9f30 28 Sep 6 07:36:41 warbsd kernel: f812f04<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:41 warbsd kernel: TD(0xc2d3ef00) at 0f812f00 = link=0x0f812f24 status=0x1c000007 token=0x00e80269 buffer=0x0a9f30 30 Sep 6 07:36:41 warbsd kernel: f812f24<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8 Sep 6 07:36:41 warbsd kernel: TD(0xc2d3ef20) at 0f812f20 = link=0x0f812f44 status=0x1c000007 token=0x00e00269 buffer=0x0a9f30 38 Sep 6 07:36:41 warbsd kernel: f812f44<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:41 warbsd kernel: TD(0xc2d3ef40) at 0f812f40 = link=0x0f812f64 status=0x1c000005 token=0x00a80269 buffer=0x0a9f30 40 Sep 6 07:36:41 warbsd kernel: f812f64<VF> 1c000005<LS>,errcnt=3,actlen=6 pid=69,addr=2,endpt=0,D=1,maxlen=6 Sep 6 07:36:41 warbsd kernel: TD(0xc2d3ef60) at 0f812f60 = link=0x00000001 status=0x1d0007ff token=0xffe802e1 buffer=0x000000 00 Sep 6 07:36:41 warbsd kernel: 1<T> 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0 Sep 6 07:36:41 warbsd kernel: uhci_intr: real interrupt Sep 6 07:36:41 warbsd kernel: usb0: uhci_intr1 Sep 6 07:36:41 warbsd kernel: usb0 regs: cmd=0081, sts=0001, intr=000f, frnum=02ce, flbase=00216b38, sof=0040, portsc1=01a5, portsc2=0080 Sep 6 07:36:41 warbsd kernel: usb_schedsoftintr: polling=0 Sep 6 07:36:41 warbsd kernel: usb0: uhci_softintr (0) Sep 6 07:36:41 warbsd kernel: uhci_check_intr: ii=0xc2d10a6c Sep 6 07:36:41 warbsd kernel: uhci_check_intr: ii=0xc2d10a6c done Sep 6 07:36:41 warbsd kernel: uhci_idone: ii=0xc2d10a6c Sep 6 07:36:41 warbsd kernel: uhci_idone: ii=0xc2d10a6c, xfer=0xc2d10a00, pipe=0xc306b980 ready Sep 6 07:36:41 warbsd kernel: TD(0xc2d3ef80) at 0f812f80 = link=0x0f812e44 status=0x1c000007 token=0x00e0022d buffer=0x0f7d1f 40 Sep 6 07:36:41 warbsd kernel: f812e44<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:41 warbsd kernel: TD(0xc2d3ee40) at 0f812e40 = link=0x0f812e64 status=0x1c000007 token=0x00e80269 buffer=0x0a9f30 00 Sep 6 07:36:41 warbsd kernel: f812e64<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8 Sep 6 07:36:41 warbsd kernel: TD(0xc2d3ee60) at 0f812e60 = link=0x0f812e84 status=0x1c000007 token=0x00e00269 buffer=0x0a9f30 08 Sep 6 07:36:41 warbsd kernel: f812e84<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:41 warbsd kernel: TD(0xc2d3ee80) at 0f812e80 = link=0x0f812ea4 status=0x1c000007 token=0x00e80269 buffer=0x0a9f30 10 Sep 6 07:36:41 warbsd kernel: f812ea4<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8 Sep 6 07:36:41 warbsd kernel: TD(0xc2d3eea0) at 0f812ea0 = link=0x0f812ec4 status=0x1c000007 token=0x00e00269 buffer=0x0a9f30 18 Sep 6 07:36:41 warbsd kernel: f812ec4<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3eec0) at 0f812ec0 = link=0x0f812ee4 status=0x1c000007 token=0x00e80269 buffer=0x0a9f30 20 Sep 6 07:36:42 warbsd kernel: f812ee4<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3eee0) at 0f812ee0 = link=0x0f812f04 status=0x1c000007 token=0x00e00269 buffer=0x0a9f30 28 Sep 6 07:36:42 warbsd kernel: f812f04<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef00) at 0f812f00 = link=0x0f812f24 status=0x1c000007 token=0x00e80269 buffer=0x0a9f30 30 Sep 6 07:36:42 warbsd kernel: f812f24<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef20) at 0f812f20 = link=0x0f812f44 status=0x1c000007 token=0x00e00269 buffer=0x0a9f30 38 Sep 6 07:36:42 warbsd kernel: f812f44<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef40) at 0f812f40 = link=0x0f812f64 status=0x1c000005 token=0x00a80269 buffer=0x0a9f30 40 Sep 6 07:36:42 warbsd kernel: f812f64<VF> 1c000005<LS>,errcnt=3,actlen=6 pid=69,addr=2,endpt=0,D=1,maxlen=6 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef60) at 0f812f60 = link=0x00000001 status=0x1d0007ff token=0xffe802e1 buffer=0x000000 00 Sep 6 07:36:42 warbsd kernel: 1<T> 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0 Sep 6 07:36:42 warbsd kernel: uhci_idone: actlen=70, status=0x0 Sep 6 07:36:42 warbsd kernel: usb_transfer_complete: pipe=0xc306b980 xfer=0xc2d10a00 status=0 actlen=70 Sep 6 07:36:42 warbsd kernel: usb_freemem: large free Sep 6 07:36:42 warbsd kernel: usb_block_freemem: size=4096 Sep 6 07:36:42 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Sep 6 07:36:42 warbsd kernel: uhci_remove_ls_ctrl: sqh=0xc2d3ff40 Sep 6 07:36:42 warbsd kernel: uhci_find_prev_qh: pqh=0xc2d40f80 sqh=0xc2d3ff40 Sep 6 07:36:42 warbsd kernel: uhci_device_ctrl_done: length=70 Sep 6 07:36:42 warbsd kernel: usbd_start_next: pipe=0xc306b980, xfer=0 Sep 6 07:36:42 warbsd kernel: uhci_idone: ii=0xc2d10a6c done Sep 6 07:36:42 warbsd kernel: usb0: uhci_intr: exit Sep 6 07:36:42 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Sep 6 07:36:42 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Sep 6 07:36:42 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=2, pipe=0xc2d37480, running=0 Sep 6 07:36:42 warbsd kernel: usbd_dump_queue: pipe=0xc2d37480 Sep 6 07:36:42 warbsd kernel: usb_allocmem: use frag=0xc2d3df00 size=4 Sep 6 07:36:42 warbsd kernel: usb_insert_transfer: pipe=0xc2d37480 running=0 timeout=5000 Sep 6 07:36:42 warbsd kernel: uhci_root_ctrl_control type=0xa3 request=00 Sep 6 07:36:42 warbsd kernel: usb_transfer_complete: pipe=0xc2d37480 xfer=0xc2d10a00 status=0 actlen=4 Sep 6 07:36:42 warbsd kernel: usb_freemem: frag=0xc2d3df00 Sep 6 07:36:42 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Sep 6 07:36:42 warbsd kernel: usbd_start_next: pipe=0xc2d37480, xfer=0 Sep 6 07:36:42 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Sep 6 07:36:42 warbsd kernel: uhub_explore: uhub0 port 2 status 0x0100 0x0000 Sep 6 07:36:42 warbsd kernel: uhub_explore: port=2 !C_CONNECT_STATUS Sep 6 07:36:42 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Sep 6 07:36:42 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=6, pipe=0xc2d37480, running=0 Sep 6 07:36:42 warbsd kernel: usbd_dump_queue: pipe=0xc2d37480 Sep 6 07:36:42 warbsd kernel: usb_allocmem: use frag=0xc2d3df00 size=2 Sep 6 07:36:42 warbsd kernel: usb_insert_transfer: pipe=0xc2d37480 running=0 timeout=5000 Sep 6 07:36:42 warbsd kernel: uhci_root_ctrl_control type=0x80 request=06 Sep 6 07:36:42 warbsd kernel: uhci_root_ctrl_control wValue=0x0301 Sep 6 07:36:42 warbsd kernel: usb_transfer_complete: pipe=0xc2d37480 xfer=0xc2d10a00 status=0 actlen=2 Sep 6 07:36:42 warbsd kernel: usb_freemem: frag=0xc2d3df00 Sep 6 07:36:42 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Sep 6 07:36:42 warbsd kernel: usbd_start_next: pipe=0xc2d37480, xfer=0 Sep 6 07:36:42 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Sep 6 07:36:42 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Sep 6 07:36:42 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=2, pipe=0xc2d37480, running=0 Sep 6 07:36:42 warbsd kernel: usbd_dump_queue: pipe=0xc2d37480 Sep 6 07:36:42 warbsd kernel: usb_allocmem: use frag=0xc2d3df00 size=12 Sep 6 07:36:42 warbsd kernel: usb_insert_transfer: pipe=0xc2d37480 running=0 timeout=5000 Sep 6 07:36:42 warbsd kernel: uhci_root_ctrl_control type=0x80 request=06 Sep 6 07:36:42 warbsd kernel: uhci_root_ctrl_control wValue=0x0301 Sep 6 07:36:42 warbsd kernel: usb_transfer_complete: pipe=0xc2d37480 xfer=0xc2d10a00 status=0 actlen=12 Sep 6 07:36:42 warbsd kernel: usb_freemem: frag=0xc2d3df00 Sep 6 07:36:42 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Sep 6 07:36:42 warbsd kernel: usbd_start_next: pipe=0xc2d37480, xfer=0 Sep 6 07:36:42 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Sep 6 07:36:42 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Sep 6 07:36:42 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=6, pipe=0xc2d37480, running=0 Sep 6 07:36:42 warbsd kernel: usbd_dump_queue: pipe=0xc2d37480 Sep 6 07:36:42 warbsd kernel: usb_allocmem: use frag=0xc2d3df00 size=2 Sep 6 07:36:42 warbsd kernel: usb_insert_transfer: pipe=0xc2d37480 running=0 timeout=5000 Sep 6 07:36:42 warbsd kernel: uhci_root_ctrl_control type=0x80 request=06 Sep 6 07:36:42 warbsd kernel: uhci_root_ctrl_control wValue=0x0302 Sep 6 07:36:42 warbsd kernel: usb_transfer_complete: pipe=0xc2d37480 xfer=0xc2d10a00 status=0 actlen=2 Sep 6 07:36:42 warbsd kernel: usb_freemem: frag=0xc2d3df00 Sep 6 07:36:42 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Sep 6 07:36:42 warbsd kernel: usbd_start_next: pipe=0xc2d37480, xfer=0 Sep 6 07:36:42 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Sep 6 07:36:42 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Sep 6 07:36:42 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=2, pipe=0xc2d37480, running=0 Sep 6 07:36:42 warbsd kernel: usbd_dump_queue: pipe=0xc2d37480 Sep 6 07:36:42 warbsd kernel: usb_allocmem: use frag=0xc2d3df00 size=28 Sep 6 07:36:42 warbsd kernel: usb_insert_transfer: pipe=0xc2d37480 running=0 timeout=5000 Sep 6 07:36:42 warbsd kernel: uhci_root_ctrl_control type=0x80 request=06 Sep 6 07:36:42 warbsd kernel: uhci_root_ctrl_control wValue=0x0302 Sep 6 07:36:42 warbsd kernel: usb_transfer_complete: pipe=0xc2d37480 xfer=0xc2d10a00 status=0 actlen=28 Sep 6 07:36:42 warbsd kernel: usb_freemem: frag=0xc2d3df00 Sep 6 07:36:42 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Sep 6 07:36:42 warbsd kernel: usbd_start_next: pipe=0xc2d37480, xfer=0 Sep 6 07:36:42 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Sep 6 07:36:42 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Sep 6 07:36:42 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=6, pipe=0xc306b980, running=0 Sep 6 07:36:42 warbsd kernel: usbd_dump_queue: pipe=0xc306b980 Sep 6 07:36:42 warbsd kernel: usb_allocmem: use frag=0xc2d3df00 size=2 Sep 6 07:36:42 warbsd kernel: usb_insert_transfer: pipe=0xc306b980 running=0 timeout=5000 Sep 6 07:36:42 warbsd kernel: uhci_device_control type=0x80, request=0x06, wValue=0x0301, wIndex=0x0409 len=2, addr=2, endpt= 0 Sep 6 07:36:42 warbsd kernel: uhci_alloc_std_chain: addr=2 endpt=0 len=2 speed=1 flags=0x6 Sep 6 07:36:42 warbsd kernel: uhci_alloc_std_chain: maxp=8 ntd=1 Sep 6 07:36:42 warbsd kernel: uhci_alloc_std_chain: nexttog=0 Sep 6 07:36:42 warbsd kernel: uhci_device_request: before transfer Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef80) at 0f812f80 = link=0x0f812f44 status=0x1c800000 token=0x00e0022d buffer=0x0f7d1f 40 Sep 6 07:36:42 warbsd kernel: f812f44<VF> 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef40) at 0f812f40 = link=0x0f812f64 status=0x3c8003ff token=0x00280269 buffer=0x0f7d1f 00 Sep 6 07:36:42 warbsd kernel: f812f64<VF> 3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=2 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef60) at 0f812f60 = link=0x00000001 status=0x1d800000 token=0xffe802e1 buffer=0x000000 00 Sep 6 07:36:42 warbsd kernel: 1<T> 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=2,endpt=0,D=1,maxlen=0 Sep 6 07:36:42 warbsd kernel: uhci_add_ls_ctrl: sqh=0xc2d3ff40 Sep 6 07:36:42 warbsd kernel: uhci_enter_ctl_q: follow from [0] Sep 6 07:36:42 warbsd kernel: TD(0xc2d41fc0) at 00215fc0 = link=0x00254f62 status=0x02000000 token=0x00000000 buffer=0x000000 00 Sep 6 07:36:42 warbsd kernel: 254f62<Q> 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1 Sep 6 07:36:42 warbsd kernel: QH(0xc2d40f60) at 00254f60: hlink=00254f82 elink=00000001 Sep 6 07:36:42 warbsd kernel: QH(0xc2d40f60) at 00254f60: hlink=00254f82 elink=00000001 Sep 6 07:36:42 warbsd kernel: QH(0xc2d40f80) at 00254f80: hlink=00253f42 elink=00000001 Sep 6 07:36:42 warbsd kernel: QH(0xc2d3ff40) at 00253f40: hlink=00254fa2 elink=00000001 Sep 6 07:36:42 warbsd kernel: QH(0xc2d40fc0) at 00254fc0: hlink=00254fe2 elink=00000001 Sep 6 07:36:42 warbsd kernel: QH(0xc2d40fe0) at 00254fe0: hlink=00000001 elink=00215fe0 Sep 6 07:36:42 warbsd kernel: Enqueued QH: Sep 6 07:36:42 warbsd kernel: QH(0xc2d3ff40) at 00253f40: hlink=00254fa2 elink=00000001 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef80) at 0f812f80 = link=0x0f812f44 status=0x1c000007 token=0x00e0022d buffer=0x0f7d1f 40 Sep 6 07:36:42 warbsd kernel: f812f44<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef40) at 0f812f40 = link=0x0f812f64 status=0x3c000001 token=0x00280269 buffer=0x0f7d1f 00 Sep 6 07:36:42 warbsd kernel: f812f64<VF> 3c000001<LS,SPD>,errcnt=3,actlen=2 pid=69,addr=2,endpt=0,D=1,maxlen=2 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef60) at 0f812f60 = link=0x00000001 status=0x1d0007ff token=0xffe802e1 buffer=0x000000 00 Sep 6 07:36:42 warbsd kernel: 1<T> 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0 Sep 6 07:36:42 warbsd kernel: uhci_intr: real interrupt Sep 6 07:36:42 warbsd kernel: usb0: uhci_intr1 Sep 6 07:36:42 warbsd kernel: usb0 regs: cmd=0081, sts=0001, intr=000f, frnum=031a, flbase=00216c68, sof=0040, portsc1=01a5, portsc2=0080 Sep 6 07:36:42 warbsd kernel: usb_schedsoftintr: polling=0 Sep 6 07:36:42 warbsd kernel: usb0: uhci_softintr (0) Sep 6 07:36:42 warbsd kernel: uhci_check_intr: ii=0xc2d10a6c Sep 6 07:36:42 warbsd kernel: uhci_check_intr: ii=0xc2d10a6c done Sep 6 07:36:42 warbsd kernel: uhci_idone: ii=0xc2d10a6c Sep 6 07:36:42 warbsd kernel: uhci_idone: ii=0xc2d10a6c, xfer=0xc2d10a00, pipe=0xc306b980 ready Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef80) at 0f812f80 = link=0x0f812f44 status=0x1c000007 token=0x00e0022d buffer=0x0f7d1f 40 Sep 6 07:36:42 warbsd kernel: f812f44<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef40) at 0f812f40 = link=0x0f812f64 status=0x3c000001 token=0x00280269 buffer=0x0f7d1f 00 Sep 6 07:36:42 warbsd kernel: f812f64<VF> 3c000001<LS,SPD>,errcnt=3,actlen=2 pid=69,addr=2,endpt=0,D=1,maxlen=2 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef60) at 0f812f60 = link=0x00000001 status=0x1d0007ff token=0xffe802e1 buffer=0x000000 00 Sep 6 07:36:42 warbsd kernel: 1<T> 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0 Sep 6 07:36:42 warbsd kernel: uhci_idone: actlen=2, status=0x0 Sep 6 07:36:42 warbsd kernel: usb_transfer_complete: pipe=0xc306b980 xfer=0xc2d10a00 status=0 actlen=2 Sep 6 07:36:42 warbsd kernel: usb_freemem: frag=0xc2d3df00 Sep 6 07:36:42 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Sep 6 07:36:42 warbsd kernel: uhci_remove_ls_ctrl: sqh=0xc2d3ff40 Sep 6 07:36:42 warbsd kernel: uhci_find_prev_qh: pqh=0xc2d40f80 sqh=0xc2d3ff40 Sep 6 07:36:42 warbsd kernel: uhci_device_ctrl_done: length=2 Sep 6 07:36:42 warbsd kernel: usbd_start_next: pipe=0xc306b980, xfer=0 Sep 6 07:36:42 warbsd kernel: uhci_idone: ii=0xc2d10a6c done Sep 6 07:36:42 warbsd kernel: usb0: uhci_intr: exit Sep 6 07:36:42 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Sep 6 07:36:42 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Sep 6 07:36:42 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=2, pipe=0xc306b980, running=0 Sep 6 07:36:42 warbsd kernel: usbd_dump_queue: pipe=0xc306b980 Sep 6 07:36:42 warbsd kernel: usb_allocmem: use frag=0xc2d3df00 size=34 Sep 6 07:36:42 warbsd kernel: usb_insert_transfer: pipe=0xc306b980 running=0 timeout=5000 Sep 6 07:36:42 warbsd kernel: uhci_device_control type=0x80, request=0x06, wValue=0x0301, wIndex=0x0409 len=34, addr=2, endpt =0 Sep 6 07:36:42 warbsd kernel: uhci_alloc_std_chain: addr=2 endpt=0 len=34 speed=1 flags=0x2 Sep 6 07:36:42 warbsd kernel: uhci_alloc_std_chain: maxp=8 ntd=5 Sep 6 07:36:42 warbsd kernel: uhci_alloc_std_chain: nexttog=0 Sep 6 07:36:42 warbsd kernel: uhci_device_request: before transfer Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef80) at 0f812f80 = link=0x0f812ec4 status=0x1c800000 token=0x00e0022d buffer=0x0f7d1f 40 Sep 6 07:36:42 warbsd kernel: f812ec4<VF> 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3eec0) at 0f812ec0 = link=0x0f812ee4 status=0x1c8003ff token=0x00e80269 buffer=0x0f7d1f 00 Sep 6 07:36:42 warbsd kernel: f812ee4<VF> 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3eee0) at 0f812ee0 = link=0x0f812f04 status=0x1c8003ff token=0x00e00269 buffer=0x0f7d1f 08 Sep 6 07:36:42 warbsd kernel: f812f04<VF> 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef00) at 0f812f00 = link=0x0f812f24 status=0x1c8003ff token=0x00e80269 buffer=0x0f7d1f 10 Sep 6 07:36:42 warbsd kernel: f812f24<VF> 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef20) at 0f812f20 = link=0x0f812f44 status=0x1c8003ff token=0x00e00269 buffer=0x0f7d1f 18 Sep 6 07:36:42 warbsd kernel: f812f44<VF> 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef40) at 0f812f40 = link=0x0f812f64 status=0x1c8003ff token=0x00280269 buffer=0x0f7d1f 20 Sep 6 07:36:42 warbsd kernel: f812f64<VF> 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=2 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef60) at 0f812f60 = link=0x00000001 status=0x1d800000 token=0xffe802e1 buffer=0x000000 00 Sep 6 07:36:42 warbsd kernel: 1<T> 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=2,endpt=0,D=1,maxlen=0 Sep 6 07:36:42 warbsd kernel: uhci_add_ls_ctrl: sqh=0xc2d3ff40 Sep 6 07:36:42 warbsd kernel: uhci_enter_ctl_q: follow from [0] Sep 6 07:36:42 warbsd kernel: TD(0xc2d41fc0) at 00215fc0 = link=0x00254f62 status=0x02000000 token=0x00000000 buffer=0x000000 00 Sep 6 07:36:42 warbsd kernel: 254f62<Q> 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1 Sep 6 07:36:42 warbsd kernel: QH(0xc2d40f60) at 00254f60: hlink=00254f82 elink=00000001 Sep 6 07:36:42 warbsd kernel: QH(0xc2d40f60) at 00254f60: hlink=00254f82 elink=00000001 Sep 6 07:36:42 warbsd kernel: QH(0xc2d40f80) at 00254f80: hlink=00253f42 elink=00000001 Sep 6 07:36:42 warbsd kernel: QH(0xc2d3ff40) at 00253f40: hlink=00254fa2 elink=00000001 Sep 6 07:36:42 warbsd kernel: QH(0xc2d40fc0) at 00254fc0: hlink=00254fe2 elink=00000001 Sep 6 07:36:42 warbsd kernel: QH(0xc2d40fe0) at 00254fe0: hlink=00000001 elink=00215fe0 Sep 6 07:36:42 warbsd kernel: Enqueued QH: Sep 6 07:36:42 warbsd kernel: QH(0xc2d3ff40) at 00253f40: hlink=00254fa2 elink=00000001 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef80) at 0f812f80 = link=0x0f812ec4 status=0x1c000007 token=0x00e0022d buffer=0x0f7d1f 40 Sep 6 07:36:42 warbsd kernel: f812ec4<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3eec0) at 0f812ec0 = link=0x0f812ee4 status=0x1c000007 token=0x00e80269 buffer=0x0f7d1f 00 Sep 6 07:36:42 warbsd kernel: f812ee4<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3eee0) at 0f812ee0 = link=0x0f812f04 status=0x1c000007 token=0x00e00269 buffer=0x0f7d1f 08 Sep 6 07:36:42 warbsd kernel: f812f04<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef00) at 0f812f00 = link=0x0f812f24 status=0x1c000007 token=0x00e80269 buffer=0x0f7d1f 10 Sep 6 07:36:42 warbsd kernel: f812f24<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef20) at 0f812f20 = link=0x0f812f44 status=0x1c000007 token=0x00e00269 buffer=0x0f7d1f 18 Sep 6 07:36:42 warbsd kernel: f812f44<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef40) at 0f812f40 = link=0x0f812f64 status=0x1c000001 token=0x00280269 buffer=0x0f7d1f 20 Sep 6 07:36:42 warbsd kernel: f812f64<VF> 1c000001<LS>,errcnt=3,actlen=2 pid=69,addr=2,endpt=0,D=1,maxlen=2 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef60) at 0f812f60 = link=0x00000001 status=0x1d0007ff token=0xffe802e1 buffer=0x000000 00 Sep 6 07:36:42 warbsd kernel: 1<T> 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0 Sep 6 07:36:42 warbsd kernel: uhci_intr: real interrupt Sep 6 07:36:42 warbsd kernel: usb0: uhci_intr1 Sep 6 07:36:42 warbsd kernel: usb0 regs: cmd=0081, sts=0001, intr=000f, frnum=033e, flbase=00216cf8, sof=0040, portsc1=01a5, portsc2=0080 Sep 6 07:36:42 warbsd kernel: usb_schedsoftintr: polling=0 Sep 6 07:36:42 warbsd kernel: usb0: uhci_softintr (0) Sep 6 07:36:42 warbsd kernel: uhci_check_intr: ii=0xc2d10a6c Sep 6 07:36:42 warbsd kernel: uhci_check_intr: ii=0xc2d10a6c done Sep 6 07:36:42 warbsd kernel: uhci_idone: ii=0xc2d10a6c Sep 6 07:36:42 warbsd kernel: uhci_idone: ii=0xc2d10a6c, xfer=0xc2d10a00, pipe=0xc306b980 ready Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef80) at 0f812f80 = link=0x0f812ec4 status=0x1c000007 token=0x00e0022d buffer=0x0f7d1f 40 Sep 6 07:36:42 warbsd kernel: f812ec4<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3eec0) at 0f812ec0 = link=0x0f812ee4 status=0x1c000007 token=0x00e80269 buffer=0x0f7d1f 00 Sep 6 07:36:42 warbsd kernel: f812ee4<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3eee0) at 0f812ee0 = link=0x0f812f04 status=0x1c000007 token=0x00e00269 buffer=0x0f7d1f 08 Sep 6 07:36:42 warbsd kernel: f812f04<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef00) at 0f812f00 = link=0x0f812f24 status=0x1c000007 token=0x00e80269 buffer=0x0f7d1f 10 Sep 6 07:36:42 warbsd kernel: f812f24<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef20) at 0f812f20 = link=0x0f812f44 status=0x1c000007 token=0x00e00269 buffer=0x0f7d1f 18 Sep 6 07:36:42 warbsd kernel: f812f44<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef40) at 0f812f40 = link=0x0f812f64 status=0x1c000001 token=0x00280269 buffer=0x0f7d1f 20 Sep 6 07:36:42 warbsd kernel: f812f64<VF> 1c000001<LS>,errcnt=3,actlen=2 pid=69,addr=2,endpt=0,D=1,maxlen=2 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef60) at 0f812f60 = link=0x00000001 status=0x1d0007ff token=0xffe802e1 buffer=0x000000 00 Sep 6 07:36:42 warbsd kernel: 1<T> 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0 Sep 6 07:36:42 warbsd kernel: uhci_idone: actlen=34, status=0x0 Sep 6 07:36:42 warbsd kernel: usb_transfer_complete: pipe=0xc306b980 xfer=0xc2d10a00 status=0 actlen=34 Sep 6 07:36:42 warbsd kernel: usb_freemem: frag=0xc2d3df00 Sep 6 07:36:42 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Sep 6 07:36:42 warbsd kernel: uhci_remove_ls_ctrl: sqh=0xc2d3ff40 Sep 6 07:36:42 warbsd kernel: uhci_find_prev_qh: pqh=0xc2d40f80 sqh=0xc2d3ff40 Sep 6 07:36:42 warbsd kernel: uhci_device_ctrl_done: length=34 Sep 6 07:36:42 warbsd kernel: usbd_start_next: pipe=0xc306b980, xfer=0 Sep 6 07:36:42 warbsd kernel: uhci_idone: ii=0xc2d10a6c done Sep 6 07:36:42 warbsd kernel: usb0: uhci_intr: exit Sep 6 07:36:42 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Sep 6 07:36:42 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Sep 6 07:36:42 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=6, pipe=0xc306b980, running=0 Sep 6 07:36:42 warbsd kernel: usbd_dump_queue: pipe=0xc306b980 Sep 6 07:36:42 warbsd kernel: usb_allocmem: use frag=0xc2d3df00 size=2 Sep 6 07:36:42 warbsd kernel: usb_insert_transfer: pipe=0xc306b980 running=0 timeout=5000 Sep 6 07:36:42 warbsd kernel: uhci_device_control type=0x80, request=0x06, wValue=0x0302, wIndex=0x0409 len=2, addr=2, endpt= 0 Sep 6 07:36:42 warbsd kernel: uhci_alloc_std_chain: addr=2 endpt=0 len=2 speed=1 flags=0x6 Sep 6 07:36:42 warbsd kernel: uhci_alloc_std_chain: maxp=8 ntd=1 Sep 6 07:36:42 warbsd kernel: uhci_alloc_std_chain: nexttog=0 Sep 6 07:36:42 warbsd kernel: uhci_device_request: before transfer Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef80) at 0f812f80 = link=0x0f812f44 status=0x1c800000 token=0x00e0022d buffer=0x0f7d1f 40 Sep 6 07:36:42 warbsd kernel: f812f44<VF> 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef40) at 0f812f40 = link=0x0f812f64 status=0x3c8003ff token=0x00280269 buffer=0x0f7d1f 00 Sep 6 07:36:42 warbsd kernel: f812f64<VF> 3c8003ff<ACTIVE,LS,SPD>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=2 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef60) at 0f812f60 = link=0x00000001 status=0x1d800000 token=0xffe802e1 buffer=0x000000 00 Sep 6 07:36:42 warbsd kernel: 1<T> 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=2,endpt=0,D=1,maxlen=0 Sep 6 07:36:42 warbsd kernel: uhci_add_ls_ctrl: sqh=0xc2d3ff40 Sep 6 07:36:42 warbsd kernel: uhci_enter_ctl_q: follow from [0] Sep 6 07:36:42 warbsd kernel: TD(0xc2d41fc0) at 00215fc0 = link=0x00254f62 status=0x02000000 token=0x00000000 buffer=0x000000 00 Sep 6 07:36:42 warbsd kernel: 254f62<Q> 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1 Sep 6 07:36:42 warbsd kernel: QH(0xc2d40f60) at 00254f60: hlink=00254f82 elink=00000001 Sep 6 07:36:42 warbsd kernel: QH(0xc2d40f60) at 00254f60: hlink=00254f82 elink=00000001 Sep 6 07:36:42 warbsd kernel: QH(0xc2d40f80) at 00254f80: hlink=00253f42 elink=00000001 Sep 6 07:36:42 warbsd kernel: QH(0xc2d3ff40) at 00253f40: hlink=00254fa2 elink=00000001 Sep 6 07:36:42 warbsd kernel: QH(0xc2d40fc0) at 00254fc0: hlink=00254fe2 elink=00000001 Sep 6 07:36:42 warbsd kernel: QH(0xc2d40fe0) at 00254fe0: hlink=00000001 elink=00215fe0 Sep 6 07:36:42 warbsd kernel: Enqueued QH: Sep 6 07:36:42 warbsd kernel: QH(0xc2d3ff40) at 00253f40: hlink=00254fa2 elink=00000001 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef80) at 0f812f80 = link=0x0f812f44 status=0x1c000007 token=0x00e0022d buffer=0x0f7d1f 40 Sep 6 07:36:42 warbsd kernel: f812f44<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef40) at 0f812f40 = link=0x0f812f64 status=0x3c000001 token=0x00280269 buffer=0x0f7d1f 00 Sep 6 07:36:42 warbsd kernel: f812f64<VF> 3c000001<LS,SPD>,errcnt=3,actlen=2 pid=69,addr=2,endpt=0,D=1,maxlen=2 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef60) at 0f812f60 = link=0x00000001 status=0x1d0007ff token=0xffe802e1 buffer=0x000000 00 Sep 6 07:36:42 warbsd kernel: 1<T> 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0 Sep 6 07:36:42 warbsd kernel: uhci_intr: real interrupt Sep 6 07:36:42 warbsd kernel: usb0: uhci_intr1 Sep 6 07:36:42 warbsd kernel: usb0 regs: cmd=0081, sts=0001, intr=000f, frnum=035c, flbase=00216d70, sof=0040, portsc1=01a5, portsc2=0080 Sep 6 07:36:42 warbsd kernel: usb_schedsoftintr: polling=0 Sep 6 07:36:42 warbsd kernel: usb0: uhci_softintr (0) Sep 6 07:36:42 warbsd kernel: uhci_check_intr: ii=0xc2d10a6c Sep 6 07:36:42 warbsd kernel: uhci_check_intr: ii=0xc2d10a6c done Sep 6 07:36:42 warbsd kernel: uhci_idone: ii=0xc2d10a6c Sep 6 07:36:42 warbsd kernel: uhci_idone: ii=0xc2d10a6c, xfer=0xc2d10a00, pipe=0xc306b980 ready Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef80) at 0f812f80 = link=0x0f812f44 status=0x1c000007 token=0x00e0022d buffer=0x0f7d1f 40 Sep 6 07:36:42 warbsd kernel: f812f44<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef40) at 0f812f40 = link=0x0f812f64 status=0x3c000001 token=0x00280269 buffer=0x0f7d1f 00 Sep 6 07:36:42 warbsd kernel: f812f64<VF> 3c000001<LS,SPD>,errcnt=3,actlen=2 pid=69,addr=2,endpt=0,D=1,maxlen=2 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef60) at 0f812f60 = link=0x00000001 status=0x1d0007ff token=0xffe802e1 buffer=0x000000 00 Sep 6 07:36:42 warbsd kernel: 1<T> 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0 Sep 6 07:36:42 warbsd kernel: uhci_idone: actlen=2, status=0x0 Sep 6 07:36:42 warbsd kernel: usb_transfer_complete: pipe=0xc306b980 xfer=0xc2d10a00 status=0 actlen=2 Sep 6 07:36:42 warbsd kernel: usb_freemem: frag=0xc2d3df00 Sep 6 07:36:42 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Sep 6 07:36:42 warbsd kernel: uhci_remove_ls_ctrl: sqh=0xc2d3ff40 Sep 6 07:36:42 warbsd kernel: uhci_find_prev_qh: pqh=0xc2d40f80 sqh=0xc2d3ff40 Sep 6 07:36:42 warbsd kernel: uhci_device_ctrl_done: length=2 Sep 6 07:36:42 warbsd kernel: usbd_start_next: pipe=0xc306b980, xfer=0 Sep 6 07:36:42 warbsd kernel: uhci_idone: ii=0xc2d10a6c done Sep 6 07:36:42 warbsd kernel: usb0: uhci_intr: exit Sep 6 07:36:42 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Sep 6 07:36:42 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Sep 6 07:36:42 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=2, pipe=0xc306b980, running=0 Sep 6 07:36:42 warbsd kernel: usbd_dump_queue: pipe=0xc306b980 Sep 6 07:36:42 warbsd kernel: usb_allocmem: large alloc 70 Sep 6 07:36:42 warbsd kernel: usb_block_allocmem: size=4096 align=1 Sep 6 07:36:42 warbsd kernel: usb_block_allocmem: free list size=4096 Sep 6 07:36:42 warbsd kernel: usb_insert_transfer: pipe=0xc306b980 running=0 timeout=5000 Sep 6 07:36:42 warbsd kernel: uhci_device_control type=0x80, request=0x06, wValue=0x0302, wIndex=0x0409 len=70, addr=2, endpt =0 Sep 6 07:36:42 warbsd kernel: uhci_alloc_std_chain: addr=2 endpt=0 len=70 speed=1 flags=0x2 Sep 6 07:36:42 warbsd kernel: uhci_alloc_std_chain: maxp=8 ntd=9 Sep 6 07:36:42 warbsd kernel: uhci_alloc_std_chain: nexttog=0 Sep 6 07:36:42 warbsd kernel: uhci_device_request: before transfer Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef80) at 0f812f80 = link=0x0f812e44 status=0x1c800000 token=0x00e0022d buffer=0x0f7d1f 40 Sep 6 07:36:42 warbsd kernel: f812e44<VF> 1c800000<ACTIVE,LS>,errcnt=3,actlen=1 pid=2d,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ee40) at 0f812e40 = link=0x0f812e64 status=0x1c8003ff token=0x00e80269 buffer=0x0a9f30 00 Sep 6 07:36:42 warbsd kernel: f812e64<VF> 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ee60) at 0f812e60 = link=0x0f812e84 status=0x1c8003ff token=0x00e00269 buffer=0x0a9f30 08 Sep 6 07:36:42 warbsd kernel: f812e84<VF> 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ee80) at 0f812e80 = link=0x0f812ea4 status=0x1c8003ff token=0x00e80269 buffer=0x0a9f30 10 Sep 6 07:36:42 warbsd kernel: f812ea4<VF> 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3eea0) at 0f812ea0 = link=0x0f812ec4 status=0x1c8003ff token=0x00e00269 buffer=0x0a9f30 18 Sep 6 07:36:42 warbsd kernel: f812ec4<VF> 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3eec0) at 0f812ec0 = link=0x0f812ee4 status=0x1c8003ff token=0x00e80269 buffer=0x0a9f30 20 Sep 6 07:36:42 warbsd kernel: f812ee4<VF> 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3eee0) at 0f812ee0 = link=0x0f812f04 status=0x1c8003ff token=0x00e00269 buffer=0x0a9f30 28 Sep 6 07:36:42 warbsd kernel: f812f04<VF> 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef00) at 0f812f00 = link=0x0f812f24 status=0x1c8003ff token=0x00e80269 buffer=0x0a9f30 30 Sep 6 07:36:42 warbsd kernel: f812f24<VF> 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef20) at 0f812f20 = link=0x0f812f44 status=0x1c8003ff token=0x00e00269 buffer=0x0a9f30 38 Sep 6 07:36:42 warbsd kernel: f812f44<VF> 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef40) at 0f812f40 = link=0x0f812f64 status=0x1c8003ff token=0x00a80269 buffer=0x0a9f30 40 Sep 6 07:36:42 warbsd kernel: f812f64<VF> 1c8003ff<ACTIVE,LS>,errcnt=3,actlen=0 pid=69,addr=2,endpt=0,D=1,maxlen=6 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef60) at 0f812f60 = link=0x00000001 status=0x1d800000 token=0xffe802e1 buffer=0x000000 00 Sep 6 07:36:42 warbsd kernel: 1<T> 1d800000<ACTIVE,IOC,LS>,errcnt=3,actlen=1 pid=e1,addr=2,endpt=0,D=1,maxlen=0 Sep 6 07:36:42 warbsd kernel: uhci_add_ls_ctrl: sqh=0xc2d3ff40 Sep 6 07:36:42 warbsd kernel: uhci_enter_ctl_q: follow from [0] Sep 6 07:36:42 warbsd kernel: TD(0xc2d41fc0) at 00215fc0 = link=0x00254f62 status=0x02000000 token=0x00000000 buffer=0x000000 00 Sep 6 07:36:42 warbsd kernel: 254f62<Q> 2000000<ISO>,errcnt=0,actlen=1 pid=00,addr=0,endpt=0,D=0,maxlen=1 Sep 6 07:36:42 warbsd kernel: QH(0xc2d40f60) at 00254f60: hlink=00254f82 elink=00000001 Sep 6 07:36:42 warbsd kernel: QH(0xc2d40f60) at 00254f60: hlink=00254f82 elink=00000001 Sep 6 07:36:42 warbsd kernel: QH(0xc2d40f80) at 00254f80: hlink=00253f42 elink=00000001 Sep 6 07:36:42 warbsd kernel: QH(0xc2d3ff40) at 00253f40: hlink=00254fa2 elink=0f812f44 Sep 6 07:36:42 warbsd kernel: QH(0xc2d40fc0) at 00254fc0: hlink=00254fe2 elink=00000001 Sep 6 07:36:42 warbsd kernel: QH(0xc2d40fe0) at 00254fe0: hlink=00000001 elink=00215fe0 Sep 6 07:36:42 warbsd kernel: Enqueued QH: Sep 6 07:36:42 warbsd kernel: QH(0xc2d3ff40) at 00253f40: hlink=00254fa2 elink=00000001 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef80) at 0f812f80 = link=0x0f812e44 status=0x1c000007 token=0x00e0022d buffer=0x0f7d1f 40 Sep 6 07:36:42 warbsd kernel: f812e44<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ee40) at 0f812e40 = link=0x0f812e64 status=0x1c000007 token=0x00e80269 buffer=0x0a9f30 00 Sep 6 07:36:42 warbsd kernel: f812e64<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ee60) at 0f812e60 = link=0x0f812e84 status=0x1c000007 token=0x00e00269 buffer=0x0a9f30 08 Sep 6 07:36:42 warbsd kernel: f812e84<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ee80) at 0f812e80 = link=0x0f812ea4 status=0x1c000007 token=0x00e80269 buffer=0x0a9f30 10 Sep 6 07:36:42 warbsd kernel: f812ea4<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3eea0) at 0f812ea0 = link=0x0f812ec4 status=0x1c000007 token=0x00e00269 buffer=0x0a9f30 18 Sep 6 07:36:42 warbsd kernel: f812ec4<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3eec0) at 0f812ec0 = link=0x0f812ee4 status=0x1c000007 token=0x00e80269 buffer=0x0a9f30 20 Sep 6 07:36:42 warbsd kernel: f812ee4<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3eee0) at 0f812ee0 = link=0x0f812f04 status=0x1c000007 token=0x00e00269 buffer=0x0a9f30 28 Sep 6 07:36:42 warbsd kernel: f812f04<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef00) at 0f812f00 = link=0x0f812f24 status=0x1c000007 token=0x00e80269 buffer=0x0a9f30 30 Sep 6 07:36:42 warbsd kernel: f812f24<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef20) at 0f812f20 = link=0x0f812f44 status=0x1c000007 token=0x00e00269 buffer=0x0a9f30 38 Sep 6 07:36:42 warbsd kernel: f812f44<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef40) at 0f812f40 = link=0x0f812f64 status=0x1c000005 token=0x00a80269 buffer=0x0a9f30 40 Sep 6 07:36:42 warbsd kernel: f812f64<VF> 1c000005<LS>,errcnt=3,actlen=6 pid=69,addr=2,endpt=0,D=1,maxlen=6 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef60) at 0f812f60 = link=0x00000001 status=0x1d0007ff token=0xffe802e1 buffer=0x000000 00 Sep 6 07:36:42 warbsd kernel: 1<T> 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0 Sep 6 07:36:42 warbsd kernel: uhci_intr: real interrupt Sep 6 07:36:42 warbsd kernel: usb0: uhci_intr1 Sep 6 07:36:42 warbsd kernel: usb0 regs: cmd=0081, sts=0001, intr=000f, frnum=038b, flbase=00216e2c, sof=0040, portsc1=01a5, portsc2=0080 Sep 6 07:36:42 warbsd kernel: usb_schedsoftintr: polling=0 Sep 6 07:36:42 warbsd kernel: usb0: uhci_softintr (0) Sep 6 07:36:42 warbsd kernel: uhci_check_intr: ii=0xc2d10a6c Sep 6 07:36:42 warbsd kernel: uhci_check_intr: ii=0xc2d10a6c done Sep 6 07:36:42 warbsd kernel: uhci_idone: ii=0xc2d10a6c Sep 6 07:36:42 warbsd kernel: uhci_idone: ii=0xc2d10a6c, xfer=0xc2d10a00, pipe=0xc306b980 ready Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef80) at 0f812f80 = link=0x0f812e44 status=0x1c000007 token=0x00e0022d buffer=0x0f7d1f 40 Sep 6 07:36:42 warbsd kernel: f812e44<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ee40) at 0f812e40 = link=0x0f812e64 status=0x1c000007 token=0x00e80269 buffer=0x0a9f30 00 Sep 6 07:36:42 warbsd kernel: f812e64<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ee60) at 0f812e60 = link=0x0f812e84 status=0x1c000007 token=0x00e00269 buffer=0x0a9f30 08 Sep 6 07:36:42 warbsd kernel: f812e84<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ee80) at 0f812e80 = link=0x0f812ea4 status=0x1c000007 token=0x00e80269 buffer=0x0a9f30 10 Sep 6 07:36:42 warbsd kernel: f812ea4<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3eea0) at 0f812ea0 = link=0x0f812ec4 status=0x1c000007 token=0x00e00269 buffer=0x0a9f30 18 Sep 6 07:36:42 warbsd kernel: f812ec4<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3eec0) at 0f812ec0 = link=0x0f812ee4 status=0x1c000007 token=0x00e80269 buffer=0x0a9f30 20 Sep 6 07:36:42 warbsd kernel: f812ee4<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3eee0) at 0f812ee0 = link=0x0f812f04 status=0x1c000007 token=0x00e00269 buffer=0x0a9f30 28 Sep 6 07:36:42 warbsd kernel: f812f04<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef00) at 0f812f00 = link=0x0f812f24 status=0x1c000007 token=0x00e80269 buffer=0x0a9f30 30 Sep 6 07:36:42 warbsd kernel: f812f24<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=1,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef20) at 0f812f20 = link=0x0f812f44 status=0x1c000007 token=0x00e00269 buffer=0x0a9f30 38 Sep 6 07:36:42 warbsd kernel: f812f44<VF> 1c000007<LS>,errcnt=3,actlen=8 pid=69,addr=2,endpt=0,D=0,maxlen=8 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef40) at 0f812f40 = link=0x0f812f64 status=0x1c000005 token=0x00a80269 buffer=0x0a9f30 40 Sep 6 07:36:42 warbsd kernel: f812f64<VF> 1c000005<LS>,errcnt=3,actlen=6 pid=69,addr=2,endpt=0,D=1,maxlen=6 Sep 6 07:36:42 warbsd kernel: TD(0xc2d3ef60) at 0f812f60 = link=0x00000001 status=0x1d0007ff token=0xffe802e1 buffer=0x000000 00 Sep 6 07:36:42 warbsd kernel: 1<T> 1d0007ff<IOC,LS>,errcnt=3,actlen=0 pid=e1,addr=2,endpt=0,D=1,maxlen=0 Sep 6 07:36:42 warbsd kernel: uhci_idone: actlen=70, status=0x0 Sep 6 07:36:42 warbsd kernel: usb_transfer_complete: pipe=0xc306b980 xfer=0xc2d10a00 status=0 actlen=70 Sep 6 07:36:42 warbsd kernel: usb_freemem: large free Sep 6 07:36:42 warbsd kernel: usb_block_freemem: size=4096 Sep 6 07:36:42 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Sep 6 07:36:42 warbsd kernel: uhci_remove_ls_ctrl: sqh=0xc2d3ff40 Sep 6 07:36:42 warbsd kernel: uhci_find_prev_qh: pqh=0xc2d40f80 sqh=0xc2d3ff40 Sep 6 07:36:42 warbsd kernel: uhci_device_ctrl_done: length=70 Sep 6 07:36:42 warbsd kernel: usbd_start_next: pipe=0xc306b980, xfer=0 Sep 6 07:36:42 warbsd kernel: uhci_idone: ii=0xc2d10a6c done Sep 6 07:36:42 warbsd kernel: usb0: uhci_intr: exit Sep 6 07:36:42 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Sep 6 07:36:42 warbsd kernel: ugenopen: flag=2051, mode=8192, unit=0 endpt=0 Sep 6 07:36:42 warbsd kernel: ugenioctl: cmd=8004667e Sep 6 07:36:42 warbsd kernel: ugenioctl: cmd=8004667d Sep 6 07:36:42 warbsd kernel: ugenioctl: cmd=8004667e Sep 6 07:36:45 warbsd kernel: usb_transfer_complete: pipe=0xc2d37600 xfer=0xc2d10900 status=0 actlen=1 Sep 6 07:36:45 warbsd kernel: usb_transfer_complete: repeat=1 new head=0xc2d10900 Sep 6 07:36:45 warbsd kernel: uhub_intr: sc=0xc2d07c00 Sep 6 07:36:45 warbsd kernel: usb_needs_explore Sep 6 07:36:45 warbsd kernel: usb_event_thread: woke up Sep 6 07:36:45 warbsd kernel: usb_discover Sep 6 07:36:45 warbsd kernel: uhub_explore dev=0xc2d37400 addr=1 Sep 6 07:36:45 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Sep 6 07:36:45 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=2, pipe=0xc2d37480, running=0 Sep 6 07:36:45 warbsd kernel: usbd_dump_queue: pipe=0xc2d37480 Sep 6 07:36:45 warbsd kernel: usb_allocmem: use frag=0xc2d3df00 size=4 Sep 6 07:36:45 warbsd kernel: usb_insert_transfer: pipe=0xc2d37480 running=0 timeout=5000 Sep 6 07:36:45 warbsd kernel: uhci_root_ctrl_control type=0xa3 request=00 Sep 6 07:36:45 warbsd kernel: usb_transfer_complete: pipe=0xc2d37480 xfer=0xc2d10a00 status=0 actlen=4 Sep 6 07:36:45 warbsd kernel: usb_freemem: frag=0xc2d3df00 Sep 6 07:36:45 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Sep 6 07:36:45 warbsd kernel: usbd_start_next: pipe=0xc2d37480, xfer=0 Sep 6 07:36:45 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Sep 6 07:36:45 warbsd kernel: uhub_explore: uhub0 port 1 status 0x0100 0x0003 Sep 6 07:36:45 warbsd kernel: uhub_explore: C_PORT_ENABLED Sep 6 07:36:45 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Sep 6 07:36:45 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=2, pipe=0xc2d37480, running=0 Sep 6 07:36:45 warbsd kernel: usbd_dump_queue: pipe=0xc2d37480 Sep 6 07:36:45 warbsd kernel: usb_insert_transfer: pipe=0xc2d37480 running=0 timeout=5000 Sep 6 07:36:45 warbsd kernel: uhci_root_ctrl_control type=0x23 request=01 Sep 6 07:36:45 warbsd kernel: uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=1 feature=17 Sep 6 07:36:45 warbsd kernel: usb_transfer_complete: pipe=0xc2d37480 xfer=0xc2d10a00 status=0 actlen=0 Sep 6 07:36:45 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Sep 6 07:36:45 warbsd kernel: usbd_start_next: pipe=0xc2d37480, xfer=0 Sep 6 07:36:45 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Sep 6 07:36:45 warbsd kernel: uhub_explore: device addr=2 disappeared on port 1 Sep 6 07:36:45 warbsd kernel: uhub_disconnect: up=0xc2d375b0 dev=0xc306b480 port=1 Sep 6 07:36:45 warbsd kernel: usb_disconnect_port: disconnect subdevs Sep 6 07:36:45 warbsd kernel: ugen0: at uhub0 port 1 (addr 2) disconnected Sep 6 07:36:45 warbsd kernel: ugen_detach: sc=0xc3081000 Sep 6 07:36:45 warbsd kernel: ugen0: detached Sep 6 07:36:45 warbsd kernel: usbd_ar_pipe: pipe=0xc306b980 Sep 6 07:36:45 warbsd kernel: usbd_dump_queue: pipe=0xc306b980 Sep 6 07:36:45 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Sep 6 07:36:45 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=2, pipe=0xc2d37480, running=0 Sep 6 07:36:45 warbsd kernel: usbd_dump_queue: pipe=0xc2d37480 Sep 6 07:36:45 warbsd kernel: usb_insert_transfer: pipe=0xc2d37480 running=0 timeout=5000 Sep 6 07:36:45 warbsd kernel: uhci_root_ctrl_control type=0x23 request=01 Sep 6 07:36:45 warbsd kernel: uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=1 feature=16 Sep 6 07:36:45 warbsd kernel: usb_transfer_complete: pipe=0xc2d37480 xfer=0xc2d10a00 status=0 actlen=0 Sep 6 07:36:45 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Sep 6 07:36:45 warbsd kernel: usbd_start_next: pipe=0xc2d37480, xfer=0 Sep 6 07:36:45 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Sep 6 07:36:45 warbsd kernel: uhub_explore: port=1 !CURRENT_CONNECT_STATUS Sep 6 07:36:45 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Sep 6 07:36:45 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=2, pipe=0xc2d37480, running=0 Sep 6 07:36:45 warbsd kernel: usbd_dump_queue: pipe=0xc2d37480 Sep 6 07:36:45 warbsd kernel: usb_allocmem: use frag=0xc2d3df00 size=4 Sep 6 07:36:45 warbsd kernel: usb_insert_transfer: pipe=0xc2d37480 running=0 timeout=5000 Sep 6 07:36:45 warbsd kernel: uhci_root_ctrl_control type=0xa3 request=00 Sep 6 07:36:45 warbsd kernel: usb_transfer_complete: pipe=0xc2d37480 xfer=0xc2d10a00 status=0 actlen=4 Sep 6 07:36:45 warbsd kernel: usb_freemem: frag=0xc2d3df00 Sep 6 07:36:45 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Sep 6 07:36:45 warbsd kernel: usbd_start_next: pipe=0xc2d37480, xfer=0 Sep 6 07:36:45 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Sep 6 07:36:45 warbsd kernel: uhub_explore: uhub0 port 2 status 0x0100 0x0000 Sep 6 07:36:45 warbsd kernel: uhub_explore: port=2 !C_CONNECT_STATUS Sep 6 07:36:59 warbsd kernel: uhci_intr: real interrupt Sep 6 07:36:59 warbsd kernel: usb0: uhci_intr1 Sep 6 07:36:59 warbsd kernel: usb0 regs: cmd=0081, sts=0000, intr=000f, frnum=01fd, flbase=002167f4, sof=0040, portsc1=0080, portsc2=0080 Sep 6 07:37:00 warbsd kernel: uhci_intr: real interrupt Sep 6 07:37:00 warbsd kernel: usb0: uhci_intr1 Sep 6 07:37:00 warbsd kernel: usb0 regs: cmd=0081, sts=0000, intr=000f, frnum=0619, flbase=00216864, sof=0040, portsc1=0080, portsc2=0080 Sep 6 07:37:06 warbsd kernel: uhci_intr: real interrupt Sep 6 07:37:06 warbsd kernel: usb0: uhci_intr1 Sep 6 07:37:06 warbsd kernel: usb0 regs: cmd=0081, sts=0000, intr=000f, frnum=0685, flbase=00216a14, sof=0040, portsc1=0080, portsc2=0080 Sep 6 07:37:10 warbsd kernel: uhci_intr: real interrupt Sep 6 07:37:10 warbsd kernel: usb0: uhci_intr1 Sep 6 07:37:10 warbsd kernel: usb0 regs: cmd=0081, sts=0000, intr=000f, frnum=0525, flbase=00216494, sof=0040, portsc1=0080, portsc2=0080 Sep 6 07:37:35 warbsd kernel: uhci_intr: real interrupt Sep 6 07:37:35 warbsd kernel: usb0: uhci_intr1 Sep 6 07:37:35 warbsd kernel: usb0 regs: cmd=0081, sts=0000, intr=000f, frnum=0784, flbase=00216e10, sof=0040, portsc1=0080, portsc2=0080 Sep 6 07:37:35 warbsd kernel: uhci_intr: real interrupt Sep 6 07:37:35 warbsd kernel: usb0: uhci_intr1 Sep 6 07:37:35 warbsd kernel: usb0 regs: cmd=0081, sts=0000, intr=000f, frnum=0784, flbase=00216e10, sof=0040, portsc1=0080, portsc2=0080 Sep 6 07:37:35 warbsd kernel: uhci_intr: real interrupt Sep 6 07:37:35 warbsd kernel: usb0: uhci_intr1 Sep 6 07:37:35 warbsd kernel: usb0 regs: cmd=0081, sts=0000, intr=000f, frnum=0785, flbase=00216e14, sof=0040, portsc1=0080, portsc2=0080 Sep 6 07:37:35 warbsd kernel: uhci_intr: real interrupt Sep 6 07:37:35 warbsd kernel: usb0: uhci_intr1 Sep 6 07:37:35 warbsd kernel: usb0 regs: cmd=0081, sts=0000, intr=000f, frnum=0785, flbase=00216e14, sof=0040, portsc1=0080, portsc2=0080 >How-To-Repeat: Just repeat the attachment and removal. >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409060545.i865jAhQ071554>