Dear All,
we need to use Poulsbo USB device interface as CDC Ethernet device.
I've found on OSADL site
(http://www.osadl.org/Linux-on-Atom-Poulsbo.howto-linux-on-atom.0.html)
and in various kernel mailing list (e.g. here
http://thread.gmane.org/gmane.linux.usb.general/13773/focus=14847) that
there is a device driver, at least for an "old" 2.6.24 kernel.
I've successfully ported the kernel to our platform (a Kontron
nanoEXTexpress-SP based host board,
http://it.kontron.com/products/computeronmodules/com+express/com+express+ultra/nanoetxexpresssp.html)
without many problems.
However the driver is not working, due some errors that you may find in
the attached kernel dump.
On the host side, I see that the plug is correctly detected,
GET_DESCRIPTOR request is sent (and received by the device), but the
answer is not correctly sent back (I've seen, with wireshark, that the
USB packet is somehow corrupted). I'm not a USB guru so I don't really
know how to debug this.
BTW the hardware is working, I've tested the USB device interface with
WinXP ( :-( ) driver showing no problem at all.
Is anyone using Atom Z530/Poulsbo with USB device interface? If so, with
which kernel/driver?
Best Regards and Thanks in advance,
Andrea
[ 0.000000] Linux version 2.6.24-atomic-gcb29ee29-dirty (amon@linuxserver2) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-3)) #37 PREEMPT Fri Nov 26 09:34:32 CET 2010
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e801: 0000000000000000 - 000000000009f000 (usable)
[ 0.000000] BIOS-e801: 0000000000100000 - 000000001f200000 (usable)
[ 0.000000] 0MB HIGHMEM available.
[ 0.000000] 498MB LOWEM available.
[ 0.000000] Entering add_active_range(0, 0, 127488) 0 entries of 256 used
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0 -> 4096
[ 0.000000] Normal 4096 -> 127488
[ 0.000000] HighMem 127488 -> 127488
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[1] active PFN ranges
[ 0.000000] 0: 0 -> 127488
[ 0.000000] On node 0 totalpages: 127488
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DA zone: 4064 pages, LIFO batch:0
[ 0.000000] Normal zone: 964 pages used for memmap
[ 0.000000] Normal zone: 122428 pages, LIFO batch:31
[ 0.000000] HighMem zone: 0 pages used for memmap
[ 0.000000] Movale zone: 0 pages used for memmap
[ 0.000000] DMI 2.1 present.
[ 0.000000] ACPI: RSDP 000E0000, 0024 (r2 DAVE )
[ 0.000000] ACPI: RSDT 000E0040, 0034 (r1 DAVE DAVE_000 30303030 DAVE 30303030)
[ 0.000000] ACPI: FACP 000E0080, 0084 (r2DAVE DAVE_000 30303030 DAVE 30303030)
[ 0.000000] ACPI: DSDT 000F9000, 5CBA (r2 NOW1R NOW1R116 116 INTL 20051117)
[ 0.000000] ACPI: FACS 000E0180, 0040
[ 0.000000] ACPI: DSDT 000F9000, 5CBA (r2 NOW1R NOW1R116 116 INTL 20051117)
[ 0.000000] ACPI: APIC 000E0200, 005A (r1 DAVE DAVE_000 30303030 DAVE 30303030)
[ 0.000000] ACPI: HPET 000E0280, 0038 (r1 DAVE DAVE_000 30303030 DAVE 30303030)
[ 0.000000] ACPI: PM-Timer IO Port: 0x908
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] Processor #0 7:12 APIC version 20
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[ 0.000000] ACPI: IRQ0 used by override._irq 9 global_irq 9 low level)
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] ACPI: IRQ10 ued by override.
[ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] Allocating PCI resources starting at 20000000 (gap: 1f200000:e0e00000)
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 126492
[ 0.000000] Kernel command line: root=/dev/nfs nfsroot=192.168.0.23:/home/shared/devel/thetis/umm/dvp/sw/linux/rfs/x86_32_rfs ip=192.168.0.75:192.168.0.23:192.168.0.254:255.255.255.0:dvp:eth0 console=ttyS0,115200 loglevel=8
[ 0.000000] mapped APIC to ffffb000 (fee00000)
[ 0.000000] mapped IOAPIC to ffffa000 (fec00000)
[ 0.000000] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 2048 (order: 11, 8192 bytes)
[ 0.000000] Detected 1596.050 MHz processor.
[ 20.001752] Console: colour dummy device 80x25
[ 20.001790] console [ttyS0] enabled
[ 20.320962] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 20.28741] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 20.360125] Memory: 499772k/509952k available (3183k kernel code, 9716k reserved, 1505k data, 236k init, 0k highmem)
[ 20.370612] virtual kernel memory layout:
[ 20.370616] fixmap : 0xfffa7000 - 0xfffff000 ( 352 kB)
[ 20.370621] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 20.370625] vmalloc : 0xe0000000 - 0xff7fe000 ( 503 MB)
[ 20.370630] lowmem : 0xc0000000 - 0xdf20000 ( 498 MB)
[ 20.370634] .init : 0xc0598000 - 0xc05d3000 ( 236 kB)
[ 20.370639] .data : 0xc041be81 - 0xc0594498 (1505 kB)
[ 20.370643] .text : 0xc0100000 - 0xc041be81 (3183 kB)
[ 20.414505] Checing if this processor honours the WP bit even in supervisor moe... Ok.
[ 20.502741] Calibrating delay using timer specific routine.. 3196.07 BogoMIPS (lpj=6392151)
[ 20.511275] Mount-cache hash tabe entries: 512
[ 2.516055] CPU: After generic ientify, caps: bfe9fbff 00100000 00000000 00000000 0040c3bd 00000000 00000001 00000000
[ 20.526697] monitor/mwait feature present.
[ 20.530784] using mwait in idle threads.
[ 20.534692] CPU: L1 I cache: 32K, L1 D cache: 24K
[ 20.539411] CPU: L2 cache: 512K
[ 20.542539] CPU: After all inits, caps: bfe9fbff 00100000 00000000 00003940 0040c3bd 00000000 00000001 00000000
[ 20.552751] Intel machine check architecture supported.
[ 20.557965] Intel machine check reporting enabled on CPU#0.
[ 20.563529] Compat vDSO mapped to ffffe000.
[ 20.567720] CPU: Intel(R) Core(TM) CPU Z530 @ 1.60GHz stepping 02
[ 20.574003] Checking 'hlt' instruction... OK.
[ 20.591751] Freeing SMP alternatives: 0k freed
[ 20.596186] ACPI: Cre revision 20070126
[ 20.614446] Parsing all Control Methods:
[ 20.618711] Table [DSDT](id 0001) - 837 Objects with 55 Devices 260 Methods 23 Regions
[ 20.626792] tbxface-0598 [00] tb_load_namespace : ACPI Tables successfully acquired
[ 20.634904] evxfevnt-0079 [00] enable : System is alreadyin ACPI mode
[ 20.642994] ENABLING IO-APIC IRQs
[ 20.646516] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 20.906887] net_namespace: 64 bytes
[ 20.912212] NET: Registered protocol family 16
[ 20.917369] ACPI: bus type pci registerd
[ 20.922665] PCI: Using configuration type 1
[ 20.926878] Setting up standard PCI resources
[ 20.939366] evgpeblk-0956 [00] ev_create_gpe_block : GPE 00 to 1F [_GPE] 4 regs on int 0xA
[ 20.951620] evgpeblk-1052 [00] ev_initialize_gpe_bloc: Found 5 Wake, Enabled 4 Runtime GPEsin this block
[ 20.961137] ACPI: EC: Look up EC in DSDT
[ 21.489907] Completing Region/Field/Buffer/Package initialization:.....................................................................................................................
[ 21.515538] Initialized 19/23 Regions 30/30 Fields 42/43 Buffers 27/29 Packages (846 nodes)
[ 21.524054] Initializing Device/Processor/Thermal objects by executig _INI methods:..
[ 21.533011] Executed 2 _INI methods requiring 0 _STA executions (examined 62 objects)
[ 21.541042] ACPI: Interpreter enabled
[ 21.544698] ACPI: (supports S0 S1 S3 S5)
[ 21.548740] ACPI: Using IOAPIC for interrupt routing
[ 21.554558] Error attaching device data
[ 21.558608] Error attaching device data
[ 22.415999] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 22.420968] PCI: Scanning bus 0000:00
[ 22.424652] PCI: Found0000:00:00.0 [8086/8100] 000600 00
[ 22.429988] PCI: Calling qirk c039daa6 for 0000:00:00.0
[ 22.435259] PCI: Found 0000:00:02.0 [8086/8108] 000300 00
[ 22.440706] PCI: Calling quirk c039daa6 for 0000:00:02.0
[ 22.446069] PCI: Found 0000:00:1a.0 [8086/8118] 000c03 00
[ 22.451513] PCI: Calling quirk c039daa6 for 0000:00:1a.0
[ 22.456838] PCI: Found 0000:00:1b.0 [8086/811b] 000403 00
[ 22.462223] PCI: Calling quirk c0295f07 for 0000:00:1b.0
[ 22.467570] PCI: Calling quirk c039daa6 for 0000:00:1b.0
[ 22.472888] PCI: Found 0000:00:1c.0 [8086/8110] 000604 01
[ 22.478295] PCI: Calling uirk c039daa6 for 0000:00:1c.0
[ 22.483530] PCI: Found 0000:00:1c.1 [8086/8112] 000604 01
[ 22.488937] PCI: Calling quirk c039daa6 for 0000:00:1c.1
[ 22.494259] PCI: Found 0000:00:1d.0 [8086/8114] 000c03 00
[ 22.499690] PCI: Calling quirk c039daa6 for 0000:00:1d.0
[ 22.505003] PCI: Found 0000:00:1d.1 [8086/8115] 000c03 00
[ 22.510435] PCI: Calling quirk c039daa6 for 0000:00:1d.1
[ 22.515660] PCI: Found 0000:00:1d.2 [8086/8116] 000c03 00
[ 22.521092] PCI: Calling quirk c039daa6 for 0000:00:1d.2
[ 22.526447] PCI: Found 0000:00:1d.7 [8086/8117] 000c03 00
[ 22.531901] PCI: Calling quirk c039daa6 for 0000:00:1d.7
[ 22.537213] PCI: Found 0000:00:1e.0 [8086/811c] 000805 00
[ 22.542646] PCI: Calling quirk c039daa6 for 0000:00:1e.0
[ 22.547960] PCI: Found 0000:00:1e.1 [8086/811d] 000805 00
[ 22.553393] PCI: Calling quirk c039daa6 for 0000:00:1e.1
[ 22.558706] PCI: Found 0000:00:1e.2 [8086/811e] 000805 00
[ 22.564139] PCI: Calling quirk c039daa6 for 0000:00:1e.2
[ 22.569463] PCI: Found 0000:00:1f.0 [8086/8119] 000601 00
[ 22.574895] PCI: Calling quirk c039daa6 for 0000:00:1f.0
[ 22.580208] PCI: Found 0000:00:1f.1 [8086/811a] 000101 00
[ 22.585642] PCI: Calling quirk c039daa6 for 0000:00:1f.1
[ 22.590950] PCI: Fixups for bus 0000:00
[ 22.594783] PCI: Scanning behind PCI bridge 0000:00:1c.0, config 010100, pass 0
[ 22.602202] PCI: Scanning bus 0000:01
[ 22.605916] PCI: Fixups for bus 0000:01
[ 22.609756] PCI: Bus scan for 0000:01 returning with max=01
[ 22.615320] PCI: Scanning behind PCI bridge 0000:00:1c.1, config 020200, pass 0
[ 22.622733] PCI: Scanning bus 0000:02
[ 22.626453] PCI: Found 0000:02:00.0 [8086/10d3] 000200 00
[ 22.631943] PCI: Calling quirk c039daa6 for 0000:02:00.0
[ 22.637206] PCI: Fixups for bus 0000:02
[ 22.641047] PCI: Bus scan for 0000:02 returning with max=02
[ 22.646611] PCI: Scanning behind PCI brdge 0000:00:1c.0, config 010100, pass 1
[ 22.653816] PCI: Scanning behind PCI bridge 0000:00:1c.1, config 020200, pass 1
[ 22.661106] PCI: Bus scan for 0000:00 returning with max=02
[ 22.666684] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PRT]
[ 22.673137] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.POP4._PRT]
[ 22.679885] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.POP5._PRT]
[ 22.720860] ACPI: PCI Interrupt Link[LNKA] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 22.729736] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 22.738694] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 22.747638] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 22.756568] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 22.765496] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 22.774426] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 22.783354] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 22.792415] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 22.798197] pnp: PnP ACPI init
[ 22.801279] ACPI: bus type pnp registered
[ 23.000523] Clocksource ts unstable (delta = 71985859 ns)
[ 23.238433] pnp: PnP ACPI: foud 15 devices
[ 23.242535] ACPI: ACPI bus type pnp unregistered
[ 23.248294] SCSI subsystem initialized
[ 23.252489] usbcore: registered new interface driver usbfs
[ 23.258212] usbcore: registered new interface driver hub
[ 23.263714] usbcore: registered new device driver usb
[ 23.269668] PCI: Using ACPI for IRQ routing
[ 23.273870] PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
[ 23.296360] ACPI: RTC can wake from S4
[ 23.300240] Time: pit clocksource has been installed.
[ 23.312390] system 00:01: iomem range 0x20000000-0x7fffffff has been reserved
[ 23.326588] system 00:07: ioport range 0xa00-0xa8f has been reserved reserved
[ 23.332951] system 00:08: ioport range 0x4d0-0x4d1 has been reserved
[ 23.339314] system 00:08: ioport range 0x900-0x9f3 has been reserved
[ 23.345662] system 00:08: ioport range 0x400-0x43f has been reserved
[ 23.352007] system 00:08: ioport range 0x480-0x4bf has been reserved
[ 23.358354] system 00:08: iomem range 0xf0000000-0xf0003fff has been reserved
[ 23.365493] system 00:0b: iomem range 0x0-0x0 could not be reserved
[ 23.371766] system 00:0c: iomem range 0xfec00000-0xfec00fff has been reserved
[ 23.378890] system 00:0c: iomem range 0xfee00000-0xfee00fff has been reserved
[ 23.386030] system 00:0d: iomem range 0xe000000-0xefffffff has been reserved
[ 23.393081] system 00:0e: iomem range 0x0-0x9ffff could not be reserved
[ 23.399688] system 00:0e: iomem range 0xc0000-0xfffffffe could not be reserved
[ 23.406897] system 00:0e: iomem range 0xfffffffe-0xfffff could not be reserved
[ 23.414106] system 00:0e: iomem range 0x100000-0xfffffffe could not be reserved
[ 23.421402] system 00:0e: iomem rage 0xffffffff-0xffffffff has been reserved
[ 23.463094] PM-Timer had no reasonable result: 0x0xffffff - aborting.
[ 23.469570] got res [90040000:90043fff] bus [90040000:90043fff] flags 204 for BAR 0 of 0000:00:1b.0
[ 23.478773] PCI: moved device 0000:00:1b.0 resource 0 (204) to 0
[ 23.484775] got res [90044000:90044fff] bus [90044000:90044fff] flags 200 for BAR 0 of 0000:00:1a.0
[ 23.493973] PCI: moved device 0000:00:1a.0 resource 0 (200) to 90044000
[ 23.500578] PCI: Bridge: 0000:00:1c.0
[ 23.504240] IO wndow: disabled.
[ 23.507549] MEM window: disabled.
[ 23.511038] PREFETCHwindow: disabled.
[ 23.514887] got res [90200000:9021ffff] bus [90200000:9021ffff] flags 200 for BAR 0 of 0000:02:00.0
[ 23.524088] PCI: moved device 0000:02:00.0 resource 0 (200) to 90200000
[ 23.530695] got res [90220000:90223fff] bus [90220000:90223fff] flas 200 for BAR 3 of 0000:02:00.0
[ 23.539809] PCI: moved device 0000:02:00.0 resource 3 (200) to 90220000
[ 23.546414] got res [1000:101f] bus [1000:101f] flags 101 for BAR 2 of 0000:02:00.0
[ 23.554230] PCI: moved device 0000:02:00.0 resource 2 (101) to 1000
[ 23.560484] PCI: Bridge: 0000:00:1c.1
[ 23.564149] IO window: 1000-1fff
[ 23.567543] MEM window: 90200000-902fffff
[ 23.571727] PREFETCH window: disabled.
[ 23.575705] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 23.583113] PCI: Setting ltency timer of device 0000:00:1c.0 to 64
[ 23.589313] ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 17 (level, low) -> IRQ 17
[ 23.596734] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[ 23.603091] NET: Registered protocol family 2
[ 23.640179] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 23.648115] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 23.655544] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
[ 23.662179] TCP: Hash tables configured (established 16384 bind 16384)
[ 23.668695] TCP reno registered
[ 23.681304] Machine check exception polling timer started.
[ 23.687605] IA-32 Microcode Update Driver: v1.14a <tigran@xxxxxxxxxxxxxxxxxxxx>
[ 23.696154] audit: initializing netlink socket (disabled)
[ 23.701575] audit(1964774443.953:1): initialized
[ 23.706520] Total HugeTLB memory allocated, 0
[ 23.711119] VFS: Disk quotas dquot_6.5.1
[ 23.715163] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 23.722269] Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx).
[ 23.729554] NTFS driver 2.1.29 [Flags: R/W].
[ 23.734180] io scheduler noop registered
[ 23.738118] io scheduler anticipatory registered
[ 23.742744] io scheduler deadline registered
[ 23.747071] io scheduler cfq registered (default)
[ 23.751804] PCI: Calling quirk c0295807 for 0000:00:00.0
[ 23.757112] PCI: Callng quirk c0295dbf for 0000:00:00.0
[ 23.762331] PCI: Calling quirk c033e8fe for 0000:00:00.0
[ 23.767555] PCI: Calling quirk c039dc77 for 0000:00:00.0
[ 23.772863] PCI: Calling quirk c0295807 for 0000:00:02.0
[ 23.778169] PCI: Calling quirk c0295dbf for 0000:00:02.0
[ 23.783475] PCI: Calling quirk c033e8fe for 0000:00:02.0
[ 23.788779] PCI: Calling quirk c039dc77 for 0000:00:02.0
[ 23.794003] PCI: Calling quirk c0295807 for 0000:00:1a.0
[ 23.799309] PCI: Calling quirk c0295dbf for 0000:00:1a.0
[ 23.804614] PCI: Calling quirk c033e8fe for 0000:00:1a.0
[ 23.809919] PCI: Calling quirk c039dc77 for 000000:1a.0
[ 23.815140] PCI: Calling quirk c0295807 for 0000:00:1b.0
[ 23.820447] PCI: Calling quirk c0295dbf for 0000:00:1b.0
[ 23.825752] PCI: Calling quirk c033e8fe for 0000:00:1b.0
[ 23.831057] PCI: Calling quirk c039dc77 for 0000:00:1b.0
[ 23.836363] PCI: Calling quirk c0295807 for 0000:00:1c.0
[ 23.841670] PCI: Calling quirk c0295dbf for 0000:00:1c.0
[ 23.846975] PCI: Calling quirk c033e8fe for 0000:00:1c.0
[ 23.852280] PCI: Calling quirk c039dc77 for 0000:00:1c.0
[ 23.857587] PCI: Calling quirk c0295807 for 0000:00:1c.1
[ 23.862893] PCI: Calling quirk c0295dbf for 0000:00:1c.1
[ 23.868199] PCI: Calling quirk c033e8fe for 0000:00:1c.1
[ 23.873504] PCI: Calling quirk c039dc77 for0000:00:1c.1
[ 23.878725] PCI: Calling quirk c0295807 for 0000:00:1d.0
[ 23.884030] PCI: Calling quirk c0295dbf for 0000:00:1d.0
[ 23.889335] PCI: Calling quirk c033e8fe for 0000:00:1d.0
[ 23.894657] PCI: Calling quirk c039c77 for 0000:00:1d.0
[ 23.899879] PCI: Calling quirk c0295807 for 0000:00:1d.1
[ 23.905184] PCI: Calling quirk c0295dbf for 23.910491] PCI: Calling quirk c033e8fe for 0000:00:1d.1
[ 23.915810] PCI: Calling quirk c039dc77 for 0000:00:1d.1
[ 23.921116] PCI: Calling quirk c0295807 for 0000:00:1d.2
[ 23.926421] PCI: Calling quirk c0295dbf for 0000:00:1d.2
[ 23.931727] PCI: Calling quirk c033e8fe for 0000:00:1d.2
[ 23.937046] PCI: Calling quirk 039dc77 for 0000:00:1d.2
[ 23.942267] PCI: Calling quirk c0295807 for 0000:00:1d.7
[ 23.947572] PCI: Calling qirk c0295dbf for 0000:00:1d.7
[ 23.952792] PCI: Calling quirk c033e8fe for 0000:00:1d.7
[ 23.958219] PCI: Calling quirk c039dc77 for 0000:00:1d.7
[ 23.963527] PCI: Calling quirk c0295807 for 0000:00:1e.0
[ 23.968833] PCI: Calling quirk c0295dbf for 0000:00:1e.0
[ 23.974138] PCI: Calling quirk c033e8fe for 0000:00:1e.0
[ 23.979443] PCI: Calling quirk c039dc77 for0000:00:1e.0
[ 23.984667] PCI: Calling quirk c0295807 for 0000:00:1e.1
[ 23.989974] PCI: Calling quirk c0295dbf for 0000:00:1e.1
[ 23.995280] PCI: Calling quirk c033e8fe for 0000:00:1e.1
[ 24.000586] PCI: Calling quirk c039dc77 for 0000:00:1e.1
[ 24.005893] PCI: Calling quirk c0295807 for 0000:00:1e.2
[ 24.011113] PCI: Calling quirk c0295dbf for 0000:00:1e.2
[ 24.016419] PCI: Calling quirk c033e8fe for 0000:00:1e.2
[ 24.021725] PCI: Calling quirk c039dc77 for 0000:00:1e.2
[ 24.027032] PCI: Calling quirk c0295807 for 0000:00:1f.0
[ 24.032337] PCI: Calling quirk c0295dbf for 0000:00:1f.0
[ 24.037643] PCI: Calling quirk c033e8fe for 0000:00:1f.0
[ 24.042948] PCI: Calling quirk c039dc77 for 0000:00:1f.0
[ 24.048256] PCI: Calling quirk c0295807 for 0000:00:1f.1
[ 24.053561] PCI: Calling quirk c0295dbf for 0000:00:1f.1
[ 24.058866] PCI: Calling quirk c033e8fe for 0000:00:1f.1
[ 24.064172] PCI: Calling quirk c039dc77 for 0000:00:1f.1
[ 24.069478] PCI: Calling quirk c0295807 for 0000:02:00.0
[ 24.074784] PCI: Calling quirk c0295dbf for 0000:02:00.0
[ 24.080090] PCI: Calling quirk c033e8fe for 0000:02:00.0
[ 24.085395] PCI: Calling qirk c039dc77 for 0000:02:00.0
[ 24.091025] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[ 24.097348] Allocate Port Service[0000:00:1c.0:pcie00]
[ 24.102725] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[ 24.109043] Allocate Port Service[0000:00:1c.1:pcie00]
[ 24.115316] ACPI: ACPI0007:00 is registered as cooling_device0
[ 24.226290] ACPI: LNXTHERM:01 is registered as thermal_zone0
[ 24.335114] ACPI: Thermal Zone [THRM] (50 C)
[ 24.369084] Real Time Clock Driver v1.12ac
[ 24.373227] Serial: 850/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[ 24.635139] serial8250: ttyS0 at I/O 0x3f8 (irq = 0) is a 16550A
[ 24.894904] serial8250: ttyS1 at I/O 0x2f8 (irq = 0) is a 16550A
[ 25.154666] serial8250: ttyS2 at I/O 0x3e8 (irq = 0) is a 16550A
[ 25.164381] RAMDISK driver initialized: 16 RAM disks of 64000K size 1024 blocksize
[ 25.173139] loop: module loaded
[ 25.176328] xd: Out of memory.
[ 25.179422] e1000e: Intel(R) PRO/1000 Network Driver - 0.2.0
[ 25.185077] e1000e: Copyright (c) 1999-2007 Intel Corporation
[ 25.191341] Equalizer2002: Simon Janes (simon@xxxxxxx) and David S. Miller (davem@xxxxxxxxxx)
[ 25.200707] tun: Universal TUN/TAP device driver, 1.6
[ 25.205762] tun: (C) 1999-2004 Max Krasnyanky <maxk@xxxxxxxxxxxx>
[ 25.212135] usbcore: registered new interface driver asix
[ 25.217675] usbcore: registered new interface driver cdc_ether
[ 25.223770] Driver 'sd' needs updating - please use bus_type methods
[ 25.20243] Driver 'sr' needs udating - please use bus_type methods
[ 25.236937] ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 19 (level, low) -> IRQ 18
[ 25.244393] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[ 25.250656] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 25.256099] ehci_hcd 0000:0:1d.7: new USB bus registered, assigned bus number 1
[ 25.267347] ehci_hcd 0000:00:1d.7: debug port 1
[ 25.271884] PCI: cache line sze of 32 is not supported by device 0000:00:1d.7
[ 25.279027] ehci_hcd 0000:00:1d.7: irq 18, io mem 0x90100000
[ 25.298431] ehci_hcd 0000:00:1d.7: USB 2.0 stated, EHCI 1.00, driver 10 Dec 2004
[ 25.306498] usb usb1: configuration #1 chosen from 1 choice
[ 25.312251] hub 1-0:1.0: USB hub found
[ 25.316037] hub 1-0:1.0: 8 ports detected
[ 25.422805] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Drver
[ 25.430382] USB Universal Host Controller Interface driver v3.0
[ 25.436490] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) - IRQ 16
[ 25.443854] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[ 25.450114] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 25.455504] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 25.462951] uhci_hcd 0000:00:1d.0: irq 16, io base 0x00008400
[ 25.469270] usb usb2: configuration #1 chosen from1 choice
[ 25.474939] hub 2-0:1.0: USB hub found
[ 25.478715] hub 2-0:1.0: 2 ports detected
[ 25.586595] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 17 (level, low) -> IRQ 17
[ 25.594016] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[ 25.600285] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 25.605669] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[ 25.613098] uhci_hcd 0000:00:1d.1: irq 17, io base 0x00008800
[ 25.619417] usb usb3: configuration #1 chosen from 1 choice
[ 25.625168] hub 3-0:1.0: USB hub found
[ 25.628949] hub 3-0:1.0: 2 ports detected
[ 25.686083] usb 1-2: new high speed USB device using ehci_hcd and address 2
[ 25.734468] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 19
[ 25.741888] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[ 25.748159] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 25.753543] uhci_hcd 0000:00:1d.2: new USBbus registered, assigned bus number 4
[ 25.761184] uhci_hcd 0000:00:1d.2: irq 19, io base 0x00008c00
[ 25.767512] usb usb4: configuration #1 chosen from 1 choice
[ 25.773270] hub 4-0:1.0: USB hub found
[ 25.777041] hub 4-0:1.0: 2 ports detected
[ 25.852884] usb 1-2: configuration #1 chosen from 1 choice
[ 25.886347] Initializing USB Mass Storage driver...
[ 25.985898] usbcore: registered new interface driver usb-storage
[ 25.991906] USB Mass Storage support registered.
[ 25.996690] usbcore: registered new interface driver libusual
[ 26.002572] iusbc 0000:00:1a.0: ---> iusbc_probe()
[ 26.007471] PCI: Enabling device 0000:00:1a.0 (0000 -> 0002)
[ 26.013141] ACPI: PCI Interrupt 0000:00:1a.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 26.020552] iusbc 0000:00:1a.0: ---> iusbc_reset()
[ 26.025441] iusbc 0000:00:1a.0: <--- iusbc_reset()
[ 26.030316] iusbc 0000:00:1a.0:---> iusbc_reinit()
[ 26.035189] iusbc 0000:00:1a.0: <--- iusbc_einit()
[ 26.040092] PCI: Enabling bus mastering for device 0000:00:1a.0
[ 26.046008] PCI: Setting latency timer of device 0000:00:1a.0 to 64
[ 26.052288] iusbc 0000:00:1a.0: Intel Poulsbo USB Client Controller Driver
[ 26.059151] iusbc 0000:00:1a.0: irq 6, pci mem e001c000
[ 26.064368] iusbc 0000:00:1a.0: version: 2.0.0.32L.0010
[ 26.069588] iusbc 0000:00:1a.0: support (max) 8 endpoints
[ 26.075032] iubc 0000:00:1a.0: <--- iusbc_probe()
[ 26.079854] iusbc 0000:00:1a.0: ---> usb_gadget_register_driver()
[ 26.086060] ether gadget: using random self ethernet address
[ 26.091725] ether gadget: using random host ethernet address
[ 26.098416] usb0: Ethernet Gadget, version: 2.0.0.32L.0010
[ 26.103905] usb0: using iusbc, OUT ep1out-bulk IN ep1in-bulk STATUS ep2in-int
[ 26.111031] usb0: MAC 0e:cc:8d:45:53:e7
[ 26.114871] usb0: HOST MAC 4e:e5:8e:c6:56:01
[ 26.119140] rndis_register: configNr = 0
[ 26.123062] rndis_set_param_dev:
[ 26.126294] rndis_set_param_vendo:
[ 26.129698] rndis_set_param_medium: 0 0
[ 26.133519] usb0: RNDIS ready
[ 26.136505] iusbc 0000:00:1a.0: ---> device_start()
[ 26.146429] iusbc 0000:00:1a.0: dev_ctrl = 0x8000001a
[ 26.151476] iusbc 0000:00:1a.0: device_start: dev_sts = 0x00000000
[ 26.157647] iusbc 0000:00:1a.0: ---> ep0_start()
[ 26.162348] iusbc 000:00:1a.0: ---> iusbc_reset()
[ 26.167135] iusbc 0000:00:1.0: <--- iusbc_reset()
[ 26.171922] iusbc 0000:00:1a.0: ---> iusbc_reiit()
[ 26.176796] iusbc 0000:00:1a.0: <--- iusbc_reinit()
[ 26.181673] iusbc 0000:00:1a.0: ep0-in.ep_cfg = 0xfa01
[ 26.186808] iusbc 0000:00:1a.0: enabled ep0-in (ep0-in), max 64, dma_mode: 00
[ 26.193931] iusbc 0000:00:1a.0: ep0-out.ep_cfg = 0xfa01
[ 26.199153] iusbc 0000:00:1a.0: enabled ep0-out (ep0-out), max 64, dma_mode: 00
[ 26.206447] iusbc 0000:00:1a.0: ep0_start: enable irqs, int_ctrl = 0x0007001f
[ 26.213567] iusbc 0000:00:1a.0: iusbc_irq: dev_sts = 0x00000003
[ 26.219478] iusbc 0000:00:1a.0: ---> iusbc_do_tasklet()
[ 26.224783] iusbc 0000:00:1a.0: iusbc_do_tasklet -> handle_device_irqs
[ 26.231296] iusbc 0000:00:1a.0: ---> handle_device_irqs()
[ 26.236774] iusbc 0000:00:1a.0: handle_device_irqs: dev_sts = 0x00000003
[ 26.243460] iusbc 0000:00:1a.0: device connected
[ 26.248073] iusbc 000:00:1a.0: read for RATE: dev_sts = 0x00000003
[ 26.254238] iusbc 0000:00:1a.0: speed: USB_SPEED_FULL
[ 26.259283] iusbc 0000:00:1a.0: CONNECT interrupt: stat = 0x00030000
[ 26.265621] iusbc 0000:00:1a.0: SUSPEND interrupt: stat = 0x00010000
[ 26.271960] usb0: suspend
[ 26.274585] iusbc 0000:00:1a.0: suspend ether
[ 26.278939] iusbc 0000:00:1a.0: Skip other interrupts before RESET
[ 26.285108] iusbc 0000:00:1a.0: enabe irqs again in iusbc_do_tasklet(), int_ctrl = 0x0007001f
[ 26.293610] iusbc 0000:00:1a.0: iusbc_irq: dev_sts = 0x00000000
[ 26.299519] iusbc 0000:00:1a.0: <--- iusbc_do_tasklet()
[ 26.304825] iusbc 0000:00:1a.0: ---> iusbc_do_tasklet()
[ 26.310129] iusbc 0000:00:1a.0: iusbc_do_tasklet -> handle_device_irqs
[ 26.316642] iusbc 0000:00:a.0: ---> handle_device_irqs()
[ 26.322032] iusbc 0000:00:1a.0: handle_device_irqs: dev_sts = 0x00000000
[ 26.328718] iusbc 0000:00:1a.0: device disconnected
[ 26.333589] iusbc 0000:00:1a.0: USB Reset interrupt: stat = 0x00070000
[ 26.340102] iusbc 0000:00:1a.0: ---> stop_activity()
[ 26.345146] iusbc 0000:00:1a.0: ---> iusbc_reset(
[ 26.349930] iusbc 0000:00:1a.0: <--- iusbc_reset(
[ 26.354717] iusbc 0000:00:1a.0: ---> iusbc_reinit()
[ 26.359675] iusbc 0000:00:1a.0: <--- iusbc_reinit()
[ 26.364634] iusbc 0000:00:1a.0: <--- stop_activity()
[ 26.369679] iusbc 0000:0:1a.0: ---> ep0_start()
[ 26.374290] iusbc 0000:00:1a.0: ---> iusbc_reset()
[ 26.379160] iusbc 0000:00:1a.0: <--- iusbc_reset()
[ 2.384031] iusbc 0000:00:1a.0: ---> iusbc_reinit()
[ 26.388901] iusbc 0000:00:1a.0: <--- iusbc_reinit()
[ 26.393862] iusbc 0000:00:1a.0: ep0-in.ep_cfg = 0xfa01
[ 26.398994] iusbc 0000:00:1a.0: enabled ep0-in (ep0-in), max 64, dma_mode: 00
[ 26.406113] iusbc 0000:00:1a.0: ep0-out.ep_cfg = 0xfa01
[ 26.411331] iusbc 0000:00:1a.0: enabled ep0-out (ep0-out), max 64, dma_mode: 00
[ 26.418623] iusbc 0000:00:1a.0: ep0_start: enable irqs, int_ctrl = 0x0007001f
[ 26.425743] iusbc 0000:00:1a.0: iusbc_irq: dev_sts = 0x00000000
[ 26.431567] iusbc 0000:00:1a.0: <--- ep0_start()
[ 26.436267] iusbc 0000:00:1a.0: enable irqs again in iusbc_do_taskle(), int_ctrl = 0x0007001f
[ 26.444767] iusbc 0000:00:1a.0: <--- iusbc_do_tasklet()
[ 26.450100] iusbc 0000:00:1a.0: ---> iusbc_do_tasklet()
[ 26.455405] iusbc 0000:00:1a.0: iusbc_irq: dev_sts = 0x0000000a
[ 26.461315] iusbc 0000:00:1a.0: iusbc_dotasklet -> handle_device_irqs
[ 26.46770] iusbc 0000:00:1a.0: ---> handle_device_irqs()
[ 26.473130] iusbc 0000:00:1a.0: handle_device_irqs: dev_sts = 0x0000000a
[ 26.479816] iusbc 0000:00:1a.0: device connected
[ 26.484428] iusbc 0000:00:1a.0: read for RATE: dev_sts = 0x0000000a
[ 26.490681] iusbc 0000:00:1a.0: speed: USB_SPEED_HIGH
[ 26.495726] iusbc 000:00:1a.0: CONNECT interrupt: stat = 0x00020000
[ 26.501982] iusbc 0000:00:1a.0: enable irqs again in iusbc_do_tasklet(), int_ctrl = 0x0007001f
[ 26.510569] iusbc 0000:00:1a.0: <--- iusbc_do_tasklet()
[ 26.515873] iusbc 0000:00:1a.0: ---> iusbc_do_tasklet()
[ 26.521177] iusbc 0000:00:1a.0: iusbc_do_tasklet -> handle_device_irqs
[ 26.527691] iusbc 0000:00:1a.0: ---> handle_device_irqs()
[ 26.533169] iusbc 0000:00:1a.0: handle_device_irqs: dev_sts = 0x0000000a
[ 26.539855] iusbc 0000:00:1a.0: device connected
[ 26.544467] iusbc 0000:00:1a.0: read for RATE: dev_sts = 0x0000000a
[ 26.550720] iusbc 0000:00:1a.0: speed: USB_SPEED_HIGH
[ 26.555766] iubc 0000:00:1a.0: CONNECT interrupt: stat = 0x00020000
[ 26.562021] iusbc 0000:00:1a.0: enable irqs again in iusbc_do_tasklet(), int_ctrl = 0x0007001f
[ 26.570608] iusbc 0000:00:1a.0: <--- iusbc_do_tasklet()
[ 26.575913] iusbc 0000:00:1a.0: <--- ep0_start()
[ 26.580614] iusbc 0000:00:1a.0: <--- device_start()
[ 26.585572] iusbc 0000:00:1a.0: register driver: ether
[ 26.590705] iusbc 0000:00:1a.0: <--- usb_gadget_register_driver()
[ 26.597220] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[ 26.605675] i8042.c: No controller found.
[ 26.610396] mice: PS/2 mouse device common for all mice
[ 26.615622] iusbc 0000:00:1a.0: iusbc_irq: dev_sts = 0x0000000a
[ 26.621536] iusbc 0000:00:1a.0: ---> iusbc_do_tasklet()
[ 26.626843] iusbc 0000:00:1a.0: iusbc_do_tasklet -> handle_ep0_irqs
[ 6.633105] iusbc 0000:00:1a.0: SETUP: USB_REQ_GET_DESCRIPTOR
[ 26.638757] iusbc 0000:00:1a.0: SETUP 80.06 v0100 i0000 l0040
[ 26.644501] iusbc 0000:00:1a.0: ep0-in queue req deebe700, len 18, buf dee3f2c0, dma 0x1ee3f2c0
[ 26.653196] iusbc 0000:00:1a.0: enable irqs again in iusbc_do_tasklet(), int_ctrl = 0x0007001f
[ 26.661785] iusbc 0000:00:1a.0: iusbc_irq: dev_sts = 0x00000000
[ 26.667696] iusbc 0000:00:1a.0: <--- iusbc_do_tasklet()
[ 26.673027] iusbc 0000:00:1a.0: ---> iusbc_do_tasklet()
[ 26.678333] iusbc 0000:00:1a.0: iusbc_do_tasklet -> handle_device_irqs
[ 26.684848] iusbc 0000:00:1a.0: ---> handle_device_irqs()
[ 26.690326] iusbc 0000:00:1a.0: handle_device_irqs: dev_sts = 0x00000000
[ 26.697014] iusbc 0000:00:1a.0: device disconnected
[ 26.701888] iusbc 0000:00:1a.0: CONNECT interrupt: stat = 0x00060001
[ 26.708230] iusbc 0000:00:1a.0: connected status has changed
[ 26.713879] iusbc 0000:00:1a.0: ---> stop_activity()
[ 26.718924] iusbc 0000:00:1a.0: ---> iusbc_reset()
[ 26.723798] iusbc 0000:00:1a.0: <--- isbc_reset()
[ 26.728588] usb0: setup complete --> -108, 0/18
[ 26.733117] iusbc 0000:00:1a.0: ---> iusbc_reinit()
[ 26.738077] iusbc 0000:00:1a.0: <--- iusbc_reinit()
[ 26.743035] iusbc 0000:00:1a.0: <--- stop_activity()
[ 26.748079] iusbc 0000:00:1a.0: disconnect ether
[ 26.752692] iusbc 0000:00:1a.0: Skip other interrupts before RESET
[ 26.758862] iusbc 0000:00:1a.0: iusbc_do_tasklet -> handle_ep0_irqs
[ 26.765119] iusbc 0000:00:1a.0: enable irqs again in iusbc_do_tasklet(, int_ctrl = 0x0007001f
[ 26.773621] iusbc 0000:00:1a.0: iusbc_irq: dev_sts = 0x0000000a
[ 26.779532] iusbc 0000:00:1a.0: <--- iusbc_do_tasklet()
[ 26.784865] iusbc 0000:00:1a.0: ---> iusbc_do_tasklet()
[ 26.790170] iusbc 0000:00:1a.0: iusbc_do_tasket -> handle_device_irqs
[ 26.796597] iusbc 0000:00:1a.0:---> handle_device_irqs()
[ 26.801988] iusbc 0000:00:1a.0: handle_device_irqs: dev_sts = 0x0000000a
[ 26.808674] iusbc 0000:00:1a.0: device connected
[ 26.813287] iusbc 0000:00:1a.0: read for RATE: dev_sts = 0x0000000a
[ 26.819542] iusbc 0000:00:1a.0: speed: USB_SPEED_HIGH
[ 26.824589] iusbc 0000:00:1a.0: CONNECT interrupt: stat = 0x00020000
[ 26.830930] iusbc 0000:00:1a.0: connected status has hanged
[ 26.836495] iusbc 0000:00:1a.0: ---> ep0_start()
[ 26.841196] iusbc 0000:00:1a.0: ---> iusbc_reset()
[ 26.846068] iusbc 0000:00:1a.0: <--- iusbc_reset()
[ 26.850939] iusbc 0000:00:1a.0: ---> iusbc_reinit()
[ 26.855898] iusbc 0000:00:1a.0: <--- iusbc_reinit()
[ 26.860858] iusbc0000:00:1a.0: ep0-in.ep_cfg = 0xfa01
[ 26.65906] iusbc 0000:00:1a.0: enabled ep0-in (ep0-in), max 64, dma_mode: 00
[ 26.872939] iusbc 0000:00:1a.0: ep0-out.ep_cfg = 0xfa01
[ 26.878160] iusbc 0000:00:1a.0: enabled ep0-out (ep0-out), max 64, dma_mode: 00
[ 26.885453] iusbc 0000:00:1a.0: ep0_start: enable irqs, int_ctrl = 0x0007001f
[ 26.892570] iusbc 0000:00:1a.0: <--- ep0_start()
[ 26.897269] iusbc 0000:00:1a.0: connect ether
[ 26.901624] iusbc 0000:00:1a.0: Skip other interrupts before RESET
[ 26.907793] iusbc 0000:00:1a.0: enable irqs again in iusbc_do_tasklet(), int_ctrl = 0x0007001f
[ 26.916381] iusbc 0000:00:1a.0: <--- iusbc_do_tasklet()
[ 26.922670] input: PC Speaker as /class/input/input0
[ 26.949229] rtc_cmos: probe of 00:02 failed with error -16
[ 26.954740] i2c /dev entries driver
[ 26.958623] poulsbo_smbus 0000:00:1f.0: Found POULSBO SBUS 0000:00:1f.0 device
[ 26.96843] poulsbo_smbus 0000:00:1f.0: POULSBO SM base = 0x1040
[ 26.971755] iusbc 0000:00:1a.0: iusbc_irq: dev_sts = 0x0000000a
[ 26.977668] iusbc 0000:00:1a.0: ---> iusbc_do_tasklet()
[ 26.982974] iusbc 0000:00:1a.0: iusbc_do_tasklet -> handle_ep0_irqs
[ 26.989236] iusbc 0000:00:1a.0: SETUP: USB_REQ_SET_ADDRESS
[ 26.994713] iusbc 0000:00:1a.0: addr_new = 0x07
[ 26.99241] iusbc 0000:00:1a.0: ---> ep_ack()
[ 27.003596] iusbc 0000:0:1a.0: <--- ep_ack()
[ 27.007955] iusbc 0000:00:1a.0: enable irqs again in iusbc_do_tasklet(), int_ctrl = 0x0007001f
[ 27.016543] iusbc 0000:00:1a.0: iusbc_irq: dev_sts = 00000070a
[ 27.022367] iusbc 0000:00:1a.0: <--- iusbc_do_tasklet()
[ 27.027683] iusbc 0000:00:1a.0: ---> iusbc_do_tasklet()
[ 27.032992] iusbc 0000:00:1a.0: iusbc_do_tasklet -> handle_ep0_irqs
[ 27.039249] iusbc 0000:00:1a.0: enable irqs again in iusbc_do_tasklet(), int_ctrl = 0x0007001f
[ 27.047837] iusbc 0000:00:1a.0: iusbc_irq: dev_sts = 0x0000070a
[ 27.053747] iusbc 0000:00:1a.0: <--- iusbc_do_tasklet()
[ 27.059058] iusbc 0000:00:1a.0: ---> iusbc_do_tasklet()
[ 27.064365] iusbc 0000:00:1a.0: iusbc_do_tasklet -> handle_ep0_irqs
[ 27.070626] iusbc 0000:00:1a.0: SETUP: USB_REQ_GET_DESCRIPTOR
[ 27.076365] iusbc 0000:00:1a.0: SETUP 80.06 v0100 i0000 l0012
[ 27.082107] iusbc 0000:00:1a.0: ep0-in queue req deebe700, len 18, buf dee3f2c0, dma 0x1ee3f2c0
[ 27.090790] iusbc 0000:00:1a.0: enable irqs again in iusbc_do_tasklet(), int_ctrl = 0x0007001f
[ 27.099377] iusbc 0000:00:1a.0: iusbc_irq: dev_sts = 0x0000070a
[ 27.105288] iusbc 0000:00:1a.0: <--- iusbc_do_tasklet()
[ 27.110634] iusbc 0000:00:1a.0: ---> iusbc_do_tasklet()
[ 27.115939] iusbc 0000:00:1a.0: iusbc_do_tasklet -> handle_ep0_irqs
[ 27.122200] iusbc 0000:00:1a.0: SETUP: USB_REQ_GET_DESCRIPTOR
[ 27.127940] iusbc 0000:00:1a.0: SETUP 80.06 v0200 i0000 l0009
[ 27.133682] usb0: ep_queue --> -22
[ 27.137087] usb0: setup complete --> 0, 0/9
[ 27.141273] iusbc 0000:00:1a.0: complete ep0-in, req deebe700, stat 0, len 18/9
[ 27.148564] usb0: setup complete --> 0, 18/9
[ 27.152834] iusbc 0000:00:1a.0: enable irqs again in iusbc_do_tasklet(), int_ctrl = 0x0007001f
[ 27.161422] iusbc 0000:00:1a.0: <--- iusbc_do_tasklet()
[ 27.167359] coretemp: Unknown CPU model 1c
[ 27.171742] i2c-adapter i2c-0: Failed! (ff)
[ 27.175983] i2c-adapter i2c-0: Failed! (ff)
[ 27.180206] i2c-adapter i2c-0: Failed! (ff)
[ 27.184393] cpuidle: using governor ladder
[ 27.188517] cpuidle: using governor menu
[ 27.192607] usbcore: registered new interface driver usbhid
[ 27.198185] /home/shared/devel/thetis/umm/dvp/sw/linux/kernel-mid-2.6.24/drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
[ 27.209871] Advanced Linux Sound Architecture Driver Version 1.0.15 (Tue Nov 20 19:16:42 2007 UTC).
[ 27.219573] ALSA device list:
[ 27.222475] No soundcards found.
[ 27.225938] IPv4 over IPv4 tunneling driver
[ 27.231168] TCP cubic registered
[ 27.234472] NET: Registered protocol family 1
[ 27.238788] NET: Registered protocol family 17
[ 27.243240] NET: Registered protocol family 15
[ 27.248009] RPC: Registered udp transport module.
[ 27.252716] RPC: Registered tcp transport module.
[ 27.57463] Using IPI Shortcut mode
[ 27.260903] registered taskstats version 1
[ 27.265268] /home/shared/devel/tetis/umm/dvp/sw/linux/kernel-mid-2.6.24/drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[ 27.781306] IP-Config: Device `eth0' not found.
[ 27.786113] Looking up port of RPC 100003/2 n 192.168.0.23
[ 32.084340] iusbc 0000:00:1a.0: iusbc_irq: dev_sts = 0x0000070a
[ 32.090254] iusbc 0000:00:1a.0: ---> iusbc_do_tasklet()
[ 32.095558] iusbc 0000:00:1a.0: iusbc_do_tasklet -> handle_ep0_irqs
[ 32.101819] iusbc 0000:00:1a.0: SETUP: USB_REQ_GET_DESCRIPTOR
[ 32.107558] iusbc 0000:00:1a.0: SETUP 80.06 v0300 i0000 l00ff
[ 32.113302] iusbc 0000:00:1a.0: ep0-in queue req deebe700, len 4, buf dee3f2c0, dma 0x1ee3f2c0
[ 32.121898] iusbc 0000:00:1a.0: enable irqs again in iusbc_do_tasklet(), int_ctrl = 0x0007001f
[ 32.130487] iusbc 0000:00:1a.0: iusbc_irq: dev_sts = 0x0000070a
[ 32.136396] iusbc 0000:00:1a.0: <--- iusbc_do_tasklet()
[ 32.141703] iusbc 0000:00:1a.0: ---> iusbc_do_tasklet()
[ 32.147007] iusbc 0000:00:1a.0: iusbc_do_tasklet -> handle_ep0_irqs
[ 32.153265] iusbc 0000:00:1a.0: SETUP: USB_REQ_GET_DESCRIPTOR
[ 32.159002] iusbc 0000:00:1a.0: SETUP80.06 v0302 i0409 l00ff
[ 32.164653] usb0: ep_queue --> -22
[ 32.168044] usb0: setup complete --> 0, 0/44
[ 32.172316] iusbc 0000:00:1a.0: complete ep0-in, req deebe700, stat 0, len 4/44
[ 32.179607] usb0: setup complete --> 0, 4/44
[ 32.183877] iusbc 0000:00:1a.0: enable irqs again in iusbc_do_tasklet(), int_ctrl = 0x0007001f
[ 32.192462] iusbc 0000:00:1a.0: <-- iusbc_do_taslet()
[ 37.114907] iusbc 0000:00:1a.0: iusbc_irq: dev_sts = 0x0000070a
[ 37.120818] iusbc 0000:00:1a.0: ---> iusbc_do_tasklet()
[ 37.126122] iusbc 0000:00:1a.0: iusbc_do_tasklet -> handle_ep0_irqs
[ 37.132380] iusbc 0000:00:1a.0: SETUP: USB_REQ_GET_DESCRIPTOR
[ 37.138118] iusbc 000:00:1a.0: SETUP 80.06 v0302 i0409 l0002
[ 37.143772] iusbc 0000:00:1a.0: ep0-in queue req deebe700, len 2, buf dee3f2c0, dma 0x1ee3f2c0
[ 37.152368] iusbc 0000:00:1a.0: enable irqs again in iusbc_do_tasklet(), int_ctrl = 0x0007001f
[ 37.160954] iusbc 0000:00:1a.0: iusbc_irq: dev_sts = 0x0000070a
[ 37.166863] iusbc 0000:00:1a.0: <--- iusbc_do_tasklet()
[ 37.172172] iusbc 0000:00:1a.0: ---> iusbc_do_tasklet()
[ 37.177477] iusbc 0000:00:1a.0: iusbc_do_tasklet -> handle_ep0_irqs
[ 37.183737] iusbc 0000:00:1a.0: SETUP: USB_REQ_GET_DESCRIPTOR
[ 37.189475] iusbc 0000:00:1a.0: SETUP 80.06 v0302 i0409 l002c
[ 37.195212] usb0: ep_queue --> -22
[ 37.198613] usb0: setup complete --> 0, 0/44
[ 37.202885] iusbc 0000:00:1a.0: complete ep0-in, req deebe700, stat 0, len 2/44
[ 37.210177] usb0: setup complete --> 0, 2/44
[ 37.214448] iusbc 0000:00:1a.0: enable irqs again in iusbc_do_tasklet(), int_ctrl = 0x0007001f
[ 37.22303] iusbc 0000:00:1a.0: <--- iusbc_do_tasklet()
[ 42.145542] iusbc 0000:00:1a.0: iusbc_irq: dev_sts = 0x0000070a
[ 42.151453] iusbc 0000:00:1a.0: ---> iusbc_do_tasklet()
[ 42.156757]iusbc 0000:0:1a.0: iusbc_do_tasklet -> handle_ep0_irqs
[ 42.162842] iusbc 0000:00:1a.0: SETUP: USBREQ_GET_DESCRIPTOR
[ 42.168493] iusbc 0000:00:1a.0: SETUP 80.06 v0301 i0409 l00ff
[ 42.17424] iusbc 0000:00:1a.0: ep0-in queue req deebe700, len 84, buf dee3f2c0, dma 0x1ee3f2c0
[ 42.182829] iusbc 0000:00:1a.0: enable irqs again in iusbc_do_tasklet(), int_ctrl = 0x0007001f
[ 42.191415] iusbc 0000:00:1a.0: iusbc_irq: dev_sts = 0x0000070a
[ 42.197325] iusbc 0000:00:1a.0: <--- iusbc_do_tasklet()
[ 42.202630] iusbc 0000:00:1a.0: ---> iusbc_do_tasklet()
[ 42.207934] iusbc 0000:00:1a.0: iusbc_do_tasklet -> handle_ep0_irqs
[ 42.214192] iusbc 0000:00:1a.0: complete ep0-in, req deebe700, stat 0, len 84/84
[ 42.221570] iusbc 0000:00:1a.0: enable irqs again in iusbc_do_tasklet(), int_ctrl = 0x0007001f
[ 42.230157] iusbc 000:00:1a.0: <--- iusbc_do_tasklet()