On Wed, Dec 30, 2009 at 10:20:57AM -0500, Alan Stern wrote: > You don't have to attach your config. Just get rid of all the > unnecessary debugging output, like the "uevent" lines this is from <drivers/usb/core/driver.c:usb_uevent()>, uncommented. > and the "Task ... is on cpu X" lines. this is from <kernel/cpu.c:_cpu_down()>, also uncommented. > It would have been a little better to use dev_err() instead of pr_err() > so that we knew which interface the message referred to. Also, you > might want to add a similar message to remove_intf_ep_devs() just > below, because that's the only place where intf->ep_devs_created gets > set back to 0. Here's what I got with a new version of the dbg patch (both it and new dmesg attached): [ 427.681810] Restarting tasks ... [ 427.681995] hub 1-0:1.0: state 7 ports 6 chg 0004 evt 0000 [ 427.682019] usb usb3: usb resume [ 427.682030] ohci_hcd 0000:00:12.0: wakeup root hub [ 427.682191] hub 1-0:1.0: port 2, status 0501, change 0000, 480 Mb/s [ 427.682205] usb 1-2: usb wakeup-resume [ 427.682226] usb 1-2: finish reset-resume [ 427.682886] done. [ 427.734658] ehci_hcd 0000:00:12.2: port 2 high speed [ 427.734663] ehci_hcd 0000:00:12.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT [ 427.746682] hub 3-0:1.0: hub_reset_resume [ 427.746693] hub 3-0:1.0: trying to enable port power on non-switchable hub [ 427.786715] usb 1-2: reset high speed USB device using ehci_hcd and address 2 [ 427.839653] ehci_hcd 0000:00:12.2: port 2 high speed [ 427.839666] ehci_hcd 0000:00:12.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT [ 427.847717] ohci_hcd 0000:00:12.0: GetStatus roothub.portstatus [1] = 0x00010100 CSC PPS [ 427.915497] hub 1-2:1.0: remove_intf_ep_devs: if: ffff88022f9e8800 ->ep_devs_created: 1 [ 427.915774] hub 1-2:1.0: remove_intf_ep_devs: bNumEndpoints: 1 [ 427.915934] hub 1-2:1.0: if: ffff88022f9e8800: endpoint devs removed. [ 427.916158] hub 1-2:1.0: create_intf_ep_devs: if: ffff88022f9e8800 ->ep_devs_created: 0, ->unregistering: 0 [ 427.916434] hub 1-2:1.0: create_intf_ep_devs: bNumEndpoints: 1 [ 427.916609] ep_81: create, parent hub [ 427.916632] ------------[ cut here ]------------ [ 427.916644] WARNING: at fs/sysfs/dir.c:477 sysfs_add_one+0x82/0x96() [ 427.916649] Hardware name: System Product Name [ 427.916653] sysfs: cannot create duplicate filename '/devices/pci0000:00/0000:00:12.2/usb1/1-2/1-2:1.0/ep_81' [ 427.916658] Modules linked in: binfmt_misc kvm_amd kvm powernow_k8 cpufreq_ondemand cpufreq_powersave cpufreq_userspace freq_table cpufreq_conservative ipv6 vfat fat 8250_pnp 8250 pcspkr ohci_hcd serial_core k10temp edac_core [ 427.916694] Pid: 278, comm: khubd Not tainted 2.6.33-rc2-00187-g08d869a-dirty #13 [ 427.916699] Call Trace: So, it looks like this ep_81 is already there when create_intf_ep_devs() is being called. I've added debug calls to usb_create_ep_devs() and usb_remove_ep_devs() but the ep_81 thing is never being removed after being created 2 secs into the boot: [ 2.177389] hub 1-2:1.0: remove_intf_ep_devs: if: ffff88022f9e8800 ->ep_devs_created: 0 [ 2.177633] hub 1-2:1.0: create_intf_ep_devs: if: ffff88022f9e8800 ->ep_devs_created: 0, ->unregistering: 0 [ 2.177877] hub 1-2:1.0: create_intf_ep_devs: bNumEndpoints: 1 [ 2.178019] ep_81: create, parent hub [ 2.178171] hub 1-2:1.0: if: ffff88022f9e8800: endpoint devs created. And it seems the idea is to recreate this sysfs entry upon resume but why isn't it destroyed during suspend? -- Regards/Gruss, Boris.
[ 0.000000] Linux version 2.6.33-rc2-00187-g08d869a-dirty (boris@liondog) (gcc version 4.4.2 (Debian 4.4.2-5) ) #13 SMP PREEMPT Thu Dec 31 19:02:43 CET 2009 [ 0.000000] Command line: root=/dev/sda1 vga=0 log_bug_len=10M resume=/dev/hda2 [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f000 (usable) [ 0.000000] BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 00000000cffb0000 (usable) [ 0.000000] BIOS-e820: 00000000cffb0000 - 00000000cffbe000 (ACPI data) [ 0.000000] BIOS-e820: 00000000cffbe000 - 00000000cffe0000 (ACPI NVS) [ 0.000000] BIOS-e820: 00000000cffe0000 - 00000000d0000000 (reserved) [ 0.000000] BIOS-e820: 00000000ff700000 - 0000000100000000 (reserved) [ 0.000000] BIOS-e820: 0000000100000000 - 0000000230000000 (usable) [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] DMI present. [ 0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working around it. [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved) [ 0.000000] No AGP bridge found [ 0.000000] last_pfn = 0x230000 max_arch_pfn = 0x400000000 [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR fixed ranges enabled: [ 0.000000] 00000-9FFFF write-back [ 0.000000] A0000-EFFFF uncachable [ 0.000000] F0000-FFFFF write-protect [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back [ 0.000000] 1 base 000080000000 mask FFFFC0000000 write-back [ 0.000000] 2 base 0000C0000000 mask FFFFF0000000 write-back [ 0.000000] 3 disabled [ 0.000000] 4 disabled [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] TOM2: 0000000230000000 aka 8960M [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820 update range: 00000000d0000000 - 0000000100000000 (usable) ==> (reserved) [ 0.000000] last_pfn = 0xcffb0 max_arch_pfn = 0x400000000 [ 0.000000] initial memory mapped : 0 - 20000000 [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: 0000000000000000-00000000cffb0000 [ 0.000000] 0000000000 - 00c0000000 page 1G [ 0.000000] 00c0000000 - 00cfe00000 page 2M [ 0.000000] 00cfe00000 - 00cffb0000 page 4k [ 0.000000] kernel direct mapping tables up to cffb0000 @ 16000-19000 [ 0.000000] init_memory_mapping: 0000000100000000-0000000230000000 [ 0.000000] 0100000000 - 0200000000 page 1G [ 0.000000] 0200000000 - 0230000000 page 2M [ 0.000000] kernel direct mapping tables up to 230000000 @ 18000-1a000 [ 0.000000] ACPI: RSDP 00000000000fa1e0 00014 (v00 ACPIAM) [ 0.000000] ACPI: RSDT 00000000cffb0000 0003C (v01 062909 OEMRSDT 20090629 MSFT 00000097) [ 0.000000] ACPI: FACP 00000000cffb0200 00084 (v02 062909 OEMFACP 20090629 MSFT 00000097) [ 0.000000] ACPI: DSDT 00000000cffb0440 09099 (v01 P0020 P0020000 00000000 INTL 20051117) [ 0.000000] ACPI: FACS 00000000cffbe000 00040 [ 0.000000] ACPI: APIC 00000000cffb0390 0006C (v01 062909 OEMAPIC 20090629 MSFT 00000097) [ 0.000000] ACPI: MCFG 00000000cffb0400 0003C (v01 062909 OEMMCFG 20090629 MSFT 00000097) [ 0.000000] ACPI: OEMB 00000000cffbe040 00071 (v01 062909 AMI_OEM 20090629 MSFT 00000097) [ 0.000000] ACPI: HPET 00000000cffb94e0 00038 (v01 062909 OEMHPET 20090629 MSFT 00000097) [ 0.000000] ACPI: SSDT 00000000cffb9520 0088C (v01 A M I POWERNOW 00000001 AMD 00000001) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] (8 early reservations) ==> bootmem [0000000000 - 0230000000] [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000] [ 0.000000] #1 [0001000000 - 0001fd1668] TEXT DATA BSS ==> [0001000000 - 0001fd1668] [ 0.000000] #2 [000009f000 - 0000100000] BIOS reserved ==> [000009f000 - 0000100000] [ 0.000000] #3 [0001fd2000 - 0001fd2298] BRK ==> [0001fd2000 - 0001fd2298] [ 0.000000] #4 [0000010000 - 0000012000] TRAMPOLINE ==> [0000010000 - 0000012000] [ 0.000000] #5 [0000012000 - 0000016000] ACPI WAKEUP ==> [0000012000 - 0000016000] [ 0.000000] #6 [0000016000 - 0000018000] PGTABLE ==> [0000016000 - 0000018000] [ 0.000000] #7 [0000018000 - 0000019000] PGTABLE ==> [0000018000 - 0000019000] [ 0.000000] [ffffea0000000000-ffffea0007bfffff] PMD -> [ffff880028600000-ffff88002f7fffff] on node 0 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] DMA32 0x00001000 -> 0x00100000 [ 0.000000] Normal 0x00100000 -> 0x00230000 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[3] active PFN ranges [ 0.000000] 0: 0x00000010 -> 0x0000009f [ 0.000000] 0: 0x00000100 -> 0x000cffb0 [ 0.000000] 0: 0x00100000 -> 0x00230000 [ 0.000000] On node 0 totalpages: 2096959 [ 0.000000] DMA zone: 56 pages used for memmap [ 0.000000] DMA zone: 107 pages reserved [ 0.000000] DMA zone: 3820 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 14280 pages used for memmap [ 0.000000] DMA32 zone: 833512 pages, LIFO batch:31 [ 0.000000] Normal zone: 17024 pages used for memmap [ 0.000000] Normal zone: 1228160 pages, LIFO batch:31 [ 0.000000] ACPI: PM-Timer IO Port: 0x808 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled) [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ2 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x8300 base: 0xfed00000 [ 0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs [ 0.000000] nr_irqs_gsi: 24 [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000 [ 0.000000] PM: Registered nosave memory: 00000000000e4000 - 0000000000100000 [ 0.000000] PM: Registered nosave memory: 00000000cffb0000 - 00000000cffbe000 [ 0.000000] PM: Registered nosave memory: 00000000cffbe000 - 00000000cffe0000 [ 0.000000] PM: Registered nosave memory: 00000000cffe0000 - 00000000d0000000 [ 0.000000] PM: Registered nosave memory: 00000000d0000000 - 00000000ff700000 [ 0.000000] PM: Registered nosave memory: 00000000ff700000 - 0000000100000000 [ 0.000000] Allocating PCI resources starting at d0000000 (gap: d0000000:2f700000) [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff880028200000 s78552 r8192 d23848 u524288 [ 0.000000] pcpu-alloc: s78552 r8192 d23848 u524288 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 2 3 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2065492 [ 0.000000] Kernel command line: root=/dev/sda1 vga=0 log_bug_len=10M resume=/dev/hda2 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) [ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Node 0: aperture @ 20000000 size 32 MB [ 0.000000] Aperture pointing to e820 RAM. Ignoring. [ 0.000000] Your BIOS doesn't leave a aperture memory hole [ 0.000000] Please enable the IOMMU option in the BIOS setup [ 0.000000] This costs you 64 MB of RAM [ 0.000000] Mapping aperture over 65536 KB of RAM @ 20000000 [ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000024000000 [ 0.000000] Memory: 8109172k/9175040k available (3631k kernel code, 787204k absent, 277772k reserved, 2855k data, 420k init) [ 0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS:512 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8 [ 0.000000] ... MAX_LOCK_DEPTH: 48 [ 0.000000] ... MAX_LOCKDEP_KEYS: 8191 [ 0.000000] ... CLASSHASH_SIZE: 4096 [ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384 [ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768 [ 0.000000] ... CHAINHASH_SIZE: 16384 [ 0.000000] memory used by lock dependency info: 5823 kB [ 0.000000] per task-struct memory footprint: 1920 bytes [ 0.000000] hpet clockevent registered [ 0.000000] Fast TSC calibration using PIT [ 0.000000] Detected 3007.798 MHz processor. [ 0.003005] Calibrating delay loop (skipped), value calculated using timer frequency.. 6015.58 BogoMIPS (lpj=3007794) [ 0.003331] Mount-cache hash table entries: 256 [ 0.004129] tseg: 0000000000 [ 0.004140] CPU: Physical Processor ID: 0 [ 0.004278] CPU: Processor Core ID: 0 [ 0.004416] mce: CPU supports 6 MCE banks [ 0.004559] using C1E aware idle routine [ 0.004697] Performance Events: AMD PMU driver. [ 0.004874] ... version: 0 [ 0.005002] ... bit width: 48 [ 0.005139] ... generic registers: 4 [ 0.005277] ... value mask: 0000ffffffffffff [ 0.005416] ... max period: 00007fffffffffff [ 0.005554] ... fixed-purpose events: 0 [ 0.005692] ... event mask: 000000000000000f [ 0.006271] ACPI: Core revision 20091214 [ 0.018102] Setting APIC routing to flat [ 0.018560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.028807] CPU0: AMD Phenom(tm) II X4 940 Processor stepping 02 [ 0.029999] System has AMD C1E enabled [ 0.029999] Switch to broadcast mode on CPU0 [ 0.035020] lockdep: fixing up alternatives. [ 0.036013] Booting Node 0, Processors #1 [ 0.108046] Switch to broadcast mode on CPU1 [ 0.111026] lockdep: fixing up alternatives. [ 0.111191] #2 [ 0.184042] Switch to broadcast mode on CPU2 [ 0.187032] lockdep: fixing up alternatives. [ 0.188007] #3 Ok. [ 0.260050] Brought up 4 CPUs [ 0.260048] Switch to broadcast mode on CPU3 [ 0.260325] Total of 4 processors activated (24016.95 BogoMIPS). [ 0.262065] NET: Registered protocol family 16 [ 0.262228] node 0 link 0: io port [1000, ffffff] [ 0.262228] TOM: 00000000d0000000 aka 3328M [ 0.262228] Fam 10h mmconf [e0000000, efffffff] [ 0.262228] node 0 link 0: mmio [a0000, bffff] [ 0.262228] node 0 link 0: mmio [d0000000, dfffffff] [ 0.262228] node 0 link 0: mmio [e0000000, efffffff] ==> none [ 0.262228] node 0 link 0: mmio [f0000000, ffefffff] [ 0.262228] TOM2: 0000000230000000 aka 8960M [ 0.262299] bus: [00, 07] on node 0 link 0 [ 0.262301] bus: 00 index 0 io port: [0, ffff] [ 0.262303] bus: 00 index 1 mmio: [a0000, bffff] [ 0.262304] bus: 00 index 2 mmio: [d0000000, dfffffff] [ 0.262306] bus: 00 index 3 mmio: [f0000000, ffffffff] [ 0.262308] bus: 00 index 4 mmio: [230000000, fcffffffff] [ 0.262337] ACPI: bus type pci registered [ 0.263030] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.263274] PCI: not using MMCONFIG [ 0.263411] PCI: Using configuration type 1 for base access [ 0.263550] PCI: Using configuration type 1 for extended access [ 0.263705] mtrr: your CPUs had inconsistent fixed MTRR settings [ 0.264001] mtrr: probably your BIOS does not setup all CPUs. [ 0.264140] mtrr: corrected configuration. [ 0.268023] bio: create slab <bio-0> at 0 [ 0.270801] ACPI: EC: Look up EC in DSDT [ 0.274457] ACPI: Executed 2 blocks of module-level executable AML code [ 0.281016] ACPI: Interpreter enabled [ 0.281156] ACPI: (supports S0 S1 S3 S4 S5) [ 0.281491] ACPI: Using IOAPIC for interrupt routing [ 0.281734] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.284734] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources [ 0.305067] ACPI Warning: Incorrect checksum in table [OEMB] - 26, should be 1D (20091214/tbutils-314) [ 0.305528] ACPI: No dock devices found. [ 0.305790] ACPI: PCI Root Bridge [PCI0] (0000:00) [ 0.306089] pci_root PNP0A03:00: ignoring host bridge windows from ACPI; boot with "pci=use_crs" to use them [ 0.306480] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored) [ 0.306483] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored) [ 0.306485] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored) [ 0.306487] pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff] (ignored) [ 0.306489] pci_root PNP0A03:00: host bridge window [mem 0xd0000000-0xdfffffff] (ignored) [ 0.306491] pci_root PNP0A03:00: host bridge window [mem 0xf0000000-0xfebfffff] (ignored) [ 0.306567] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold [ 0.306570] pci 0000:00:02.0: PME# disabled [ 0.306633] pci 0000:00:11.0: reg 10: [io 0xc000-0xc007] [ 0.306639] pci 0000:00:11.0: reg 14: [io 0xb000-0xb003] [ 0.306646] pci 0000:00:11.0: reg 18: [io 0xa000-0xa007] [ 0.306653] pci 0000:00:11.0: reg 1c: [io 0x9000-0x9003] [ 0.306659] pci 0000:00:11.0: reg 20: [io 0x8000-0x800f] [ 0.306666] pci 0000:00:11.0: reg 24: [mem 0xfe9ff800-0xfe9ffbff] [ 0.306684] pci 0000:00:11.0: set SATA to AHCI mode [ 0.306861] pci 0000:00:12.0: reg 10: [mem 0xfe9fe000-0xfe9fefff] [ 0.306861] pci 0000:00:12.1: reg 10: [mem 0xfe9fd000-0xfe9fdfff] [ 0.306861] pci 0000:00:12.2: reg 10: [mem 0xfe9ff000-0xfe9ff0ff] [ 0.306861] pci 0000:00:12.2: supports D1 D2 [ 0.306861] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot [ 0.306861] pci 0000:00:12.2: PME# disabled [ 0.306861] pci 0000:00:13.0: reg 10: [mem 0xfe9fc000-0xfe9fcfff] [ 0.306861] pci 0000:00:13.1: reg 10: [mem 0xfe9fb000-0xfe9fbfff] [ 0.306861] pci 0000:00:13.2: reg 10: [mem 0xfe9fa800-0xfe9fa8ff] [ 0.306861] pci 0000:00:13.2: supports D1 D2 [ 0.306861] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot [ 0.306861] pci 0000:00:13.2: PME# disabled [ 0.306861] pci 0000:00:14.1: reg 10: [io 0x0000-0x0007] [ 0.306861] pci 0000:00:14.1: reg 14: [io 0x0000-0x0003] [ 0.306861] pci 0000:00:14.1: reg 18: [io 0x0000-0x0007] [ 0.306861] pci 0000:00:14.1: reg 1c: [io 0x0000-0x0003] [ 0.306861] pci 0000:00:14.1: reg 20: [io 0xff00-0xff0f] [ 0.306861] pci 0000:00:14.2: reg 10: [mem 0xfe9f4000-0xfe9f7fff 64bit] [ 0.306861] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold [ 0.306861] pci 0000:00:14.2: PME# disabled [ 0.306861] pci 0000:00:14.5: reg 10: [mem 0xfe9f9000-0xfe9f9fff] [ 0.306939] pci 0000:01:00.0: reg 10: [mem 0xd0000000-0xdfffffff 64bit pref] [ 0.306948] pci 0000:01:00.0: reg 18: [mem 0xfeaf0000-0xfeafffff 64bit] [ 0.306953] pci 0000:01:00.0: reg 20: [io 0xd000-0xd0ff] [ 0.306961] pci 0000:01:00.0: reg 30: [mem 0xfeac0000-0xfeadffff pref] [ 0.306980] pci 0000:01:00.0: supports D1 D2 [ 0.307042] pci 0000:01:00.1: reg 10: [mem 0xfeaec000-0xfeaeffff 64bit] [ 0.307077] pci 0000:01:00.1: supports D1 D2 [ 0.307139] pci 0000:00:02.0: PCI bridge to [bus 01-01] [ 0.307281] pci 0000:00:02.0: bridge window [io 0xd000-0xdfff] [ 0.307283] pci 0000:00:02.0: bridge window [mem 0xfea00000-0xfeafffff] [ 0.307287] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref] [ 0.307336] pci 0000:02:06.0: reg 10: [io 0xe800-0xe8ff] [ 0.307344] pci 0000:02:06.0: reg 14: [mem 0xfebffc00-0xfebffcff] [ 0.307378] pci 0000:02:06.0: reg 30: [mem 0xfebe0000-0xfebeffff pref] [ 0.307403] pci 0000:02:06.0: supports D1 D2 [ 0.307405] pci 0000:02:06.0: PME# supported from D1 D2 D3hot [ 0.307410] pci 0000:02:06.0: PME# disabled [ 0.307464] pci 0000:00:14.4: PCI bridge to [bus 02-02] (subtractive decode) [ 0.307607] pci 0000:00:14.4: bridge window [io 0xe000-0xefff] [ 0.307611] pci 0000:00:14.4: bridge window [mem 0xfeb00000-0xfebfffff] [ 0.307624] pci_bus 0000:00: on NUMA node 0 [ 0.307627] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 0.307810] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE2._PRT] [ 0.307896] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0PC._PRT] [ 0.314252] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 10 11 12 14 15) *0, disabled. [ 0.315400] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 11 12 14 15) *0, disabled. [ 0.318094] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 10 11 12 14 15) *0, disabled. [ 0.319349] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 10 11 12 14 15) *0, disabled. [ 0.319974] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 11 12 14 15) *0, disabled. [ 0.319974] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 11 12 14 15) *0, disabled. [ 0.320451] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 10 11 12 14 15) *0, disabled. [ 0.322079] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 12 14 15) *0, disabled. [ 0.322726] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none [ 0.323023] vgaarb: loaded [ 0.323201] SCSI subsystem initialized [ 0.323201] libata version 3.00 loaded. [ 0.323201] usbcore: registered new interface driver usbfs [ 0.324016] usbcore: registered new interface driver hub [ 0.324158] usbcore: registered new device driver usb [ 0.324163] PCI: Using ACPI for IRQ routing [ 0.324163] PCI: pci_cache_line_size set to 64 bytes [ 0.324255] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0 [ 0.324322] hpet0: 4 comparators, 32-bit 14.318180 MHz counter [ 0.327002] Switching to clocksource tsc [ 0.327156] pnp: PnP ACPI init [ 0.327249] ACPI: bus type pnp registered [ 0.331351] pnp: PnP ACPI: found 15 devices [ 0.331490] ACPI: ACPI bus type pnp unregistered [ 0.331641] system 00:08: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.331781] system 00:08: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.331925] system 00:09: [io 0x04d0-0x04d1] has been reserved [ 0.332064] system 00:09: [io 0x040b] has been reserved [ 0.332226] system 00:09: [io 0x04d6] has been reserved [ 0.332366] system 00:09: [io 0x0c00-0x0c01] has been reserved [ 0.332505] system 00:09: [io 0x0c14] has been reserved [ 0.332644] system 00:09: [io 0x0c50-0x0c51] has been reserved [ 0.332784] system 00:09: [io 0x0c52] has been reserved [ 0.332923] system 00:09: [io 0x0c6c] has been reserved [ 0.333064] system 00:09: [io 0x0c6f] has been reserved [ 0.333207] system 00:09: [io 0x0cd0-0x0cd1] has been reserved [ 0.333346] system 00:09: [io 0x0cd2-0x0cd3] has been reserved [ 0.333486] system 00:09: [io 0x0cd4-0x0cd5] has been reserved [ 0.333626] system 00:09: [io 0x0cd6-0x0cd7] has been reserved [ 0.333765] system 00:09: [io 0x0cd8-0x0cdf] has been reserved [ 0.333905] system 00:09: [io 0x0800-0x089f] has been reserved [ 0.334045] system 00:09: [io 0x0b00-0x0b3f] has been reserved [ 0.334191] system 00:09: [io 0x0900-0x090f] has been reserved [ 0.334330] system 00:09: [io 0x0910-0x091f] has been reserved [ 0.334470] system 00:09: [io 0xfe00-0xfefe] has been reserved [ 0.334611] system 00:09: [mem 0xffb80000-0xffbfffff] has been reserved [ 0.334751] system 00:09: [mem 0xfec10000-0xfec1001f] has been reserved [ 0.334895] system 00:0c: [io 0x0e00-0x0e0f] has been reserved [ 0.335034] system 00:0c: [io 0x0e80-0x0e8f] has been reserved [ 0.335174] system 00:0c: [io 0x0f40-0x0f4f] has been reserved [ 0.335317] system 00:0c: [io 0x0a30-0x0a3f] has been reserved [ 0.335459] system 00:0d: [mem 0xe0000000-0xefffffff] has been reserved [ 0.335602] system 00:0e: [mem 0x00000000-0x0009ffff] could not be reserved [ 0.335742] system 00:0e: [mem 0x000c0000-0x000cffff] has been reserved [ 0.335882] system 00:0e: [mem 0x000e0000-0x000fffff] could not be reserved [ 0.336022] system 00:0e: [mem 0x00100000-0xcfffffff] could not be reserved [ 0.336163] system 00:0e: [mem 0xfec00000-0xffffffff] could not be reserved [ 0.341318] pci 0000:00:02.0: PCI bridge to [bus 01-01] [ 0.341458] pci 0000:00:02.0: bridge window [io 0xd000-0xdfff] [ 0.341599] pci 0000:00:02.0: bridge window [mem 0xfea00000-0xfeafffff] [ 0.341740] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref] [ 0.341983] pci 0000:00:14.4: PCI bridge to [bus 02-02] [ 0.342123] pci 0000:00:14.4: bridge window [io 0xe000-0xefff] [ 0.342269] pci 0000:00:14.4: bridge window [mem 0xfeb00000-0xfebfffff] [ 0.342411] pci 0000:00:14.4: bridge window [mem pref disabled] [ 0.342563] pci 0000:00:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 0.342705] pci 0000:00:02.0: setting latency timer to 64 [ 0.342712] pci_bus 0000:00: resource 0 [io 0x0000-0xffff] [ 0.342714] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffffffffffff] [ 0.342716] pci_bus 0000:01: resource 0 [io 0xd000-0xdfff] [ 0.342718] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff] [ 0.342720] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref] [ 0.342722] pci_bus 0000:02: resource 0 [io 0xe000-0xefff] [ 0.342724] pci_bus 0000:02: resource 1 [mem 0xfeb00000-0xfebfffff] [ 0.342726] pci_bus 0000:02: resource 3 [io 0x0000-0xffff] [ 0.342728] pci_bus 0000:02: resource 4 [mem 0x00000000-0xffffffffffffffff] [ 0.342740] NET: Registered protocol family 2 [ 0.342942] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.343613] TCP established hash table entries: 262144 (order: 10, 4194304 bytes) [ 0.344978] TCP bind hash table entries: 65536 (order: 9, 3670016 bytes) [ 0.347041] TCP: Hash tables configured (established 262144 bind 65536) [ 0.347199] TCP reno registered [ 0.347340] UDP hash table entries: 4096 (order: 7, 524288 bytes) [ 0.347726] UDP-Lite hash table entries: 4096 (order: 7, 524288 bytes) [ 0.348185] NET: Registered protocol family 1 [ 0.461170] pci 0000:01:00.0: Boot video device [ 0.461180] PCI: CLS 64 bytes, default 64 [ 0.461466] PCI-DMA: Disabling AGP. [ 0.461796] PCI-DMA: aperture base @ 20000000 size 65536 KB [ 0.461939] PCI-DMA: using GART IOMMU. [ 0.462079] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture [ 0.467713] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.470983] msgmni has been set to 15968 [ 0.471395] alg: No test for stdrng (krng) [ 0.471647] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 0.471926] io scheduler noop registered [ 0.472064] io scheduler deadline registered [ 0.472357] io scheduler cfq registered (default) [ 0.472612] pcieport 0000:00:02.0: setting latency timer to 64 [ 0.478074] Linux agpgart interface v0.103 [ 0.478257] [drm] Initialized drm 1.1.0 20060810 [ 0.478442] [drm] radeon defaulting to userspace modesetting. [ 0.479747] pci 0000:01:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 0.479892] pci 0000:01:00.0: setting latency timer to 64 [ 0.480049] [drm] Initialized radeon 1.31.0 20080528 for 0000:01:00.0 on minor 0 [ 0.481326] loop: module loaded [ 0.481464] Uniform Multi-Platform E-IDE driver [ 0.481681] atiixp 0000:00:14.1: IDE controller (0x1002:0x439c rev 0x00) [ 0.481831] pci 0000:00:14.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 0.481994] atiixp 0000:00:14.1: not 100% native mode: will probe irqs later [ 0.482137] ide0: BM-DMA at 0xff00-0xff07 [ 0.482283] ide1: BM-DMA at 0xff08-0xff0f [ 0.482424] Probing IDE interface ide0... [ 0.746273] hda: MAXTOR 4K080H4, ATA DISK drive [ 1.159897] hdb: Optiarc DVD RW AD-7173A, ATAPI CD/DVD-ROM drive [ 1.160286] hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4 [ 1.160535] hda: UDMA/100 mode selected [ 1.160964] hdb: host max PIO4 wanted PIO255(auto-tune) selected PIO4 [ 1.161117] hdb: UDMA/66 mode selected [ 1.161415] Probing IDE interface ide1... [ 1.681072] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 [ 1.709672] ide1 at 0x170-0x177,0x376 on irq 15 [ 1.710174] ide-gd driver 1.18 [ 1.710330] hda: max request size: 128KiB [ 1.711628] hda: 156301488 sectors (80026 MB) w/2000KiB Cache, CHS=65535/16/63 [ 1.712858] hda: cache flushes supported [ 1.713092] hda: hda1 hda2 [ 1.735681] ide-cd driver 5.00 [ 1.736829] ide-cd: hdb: ATAPI 48X DVD-ROM DVD-R/RAM CD-R/RW drive, 2048kB Cache [ 1.737284] Uniform CD-ROM driver Revision: 3.20 [ 1.743613] ahci 0000:00:11.0: version 3.0 [ 1.743632] ahci 0000:00:11.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22 [ 1.743892] ahci 0000:00:11.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode [ 1.744147] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc [ 1.744623] scsi0 : ahci [ 1.744965] scsi1 : ahci [ 1.745236] scsi2 : ahci [ 1.745491] scsi3 : ahci [ 1.745730] ata1: SATA max UDMA/133 abar m1024@0xfe9ff800 port 0xfe9ff900 irq 22 [ 1.745972] ata2: SATA max UDMA/133 abar m1024@0xfe9ff800 port 0xfe9ff980 irq 22 [ 1.746227] ata3: SATA max UDMA/133 abar m1024@0xfe9ff800 port 0xfe9ffa00 irq 22 [ 1.746470] ata4: SATA max UDMA/133 abar m1024@0xfe9ff800 port 0xfe9ffa80 irq 22 [ 1.746865] 8139too Fast Ethernet driver 0.9.28 [ 1.747033] 8139too 0000:02:06.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21 [ 1.747769] eth0: RealTek RTL8139 at 0xffffc90000048c00, 00:0b:2b:01:34:65, IRQ 21 [ 1.748097] console [netcon0] enabled [ 1.748238] netconsole: network logging started [ 1.748380] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.748522] ehci_hcd: block sizes: qh 104 qtd 96 itd 192 sitd 96 [ 1.748544] ehci_hcd 0000:00:12.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17 [ 1.748692] ehci_hcd 0000:00:12.2: EHCI Host Controller [ 1.748881] drivers/usb/core/inode.c: creating file 'devices' [ 1.748894] drivers/usb/core/inode.c: creating file '001' [ 1.748907] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1 [ 1.749159] ehci_hcd 0000:00:12.2: reset hcs_params 0x102306 dbg=1 cc=2 pcc=3 ordered !ppc ports=6 [ 1.749163] ehci_hcd 0000:00:12.2: reset hcc_params a076 thresh 7 uframes 256/512/1024 park [ 1.749187] ehci_hcd 0000:00:12.2: park 0 [ 1.749192] ehci_hcd 0000:00:12.2: applying AMD SB600/SB700 USB freeze workaround [ 1.749449] ehci_hcd 0000:00:12.2: debug port 1 [ 1.749589] ehci_hcd 0000:00:12.2: reset command 010b3a park=3 ithresh=1 Async Periodic period=256 Reset HALT [ 1.749598] ehci_hcd 0000:00:12.2: MWI active [ 1.749600] ehci_hcd 0000:00:12.2: supports USB remote wakeup [ 1.749611] ehci_hcd 0000:00:12.2: irq 17, io mem 0xfe9ff000 [ 1.749752] ehci_hcd 0000:00:12.2: reset command 080b02 park=3 ithresh=8 period=1024 Reset HALT [ 1.749758] ehci_hcd 0000:00:12.2: init command 010009 (park)=0 ithresh=1 period=256 RUN [ 1.755815] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00 [ 1.756082] usb usb1: default language 0x0409 [ 1.756090] usb usb1: udev 1, busnum 1, minor = 0 [ 1.756092] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.756234] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.756480] usb usb1: Product: EHCI Host Controller [ 1.756619] usb usb1: Manufacturer: Linux 2.6.33-rc2-00187-g08d869a-dirty ehci_hcd [ 1.756860] usb usb1: SerialNumber: 0000:00:12.2 [ 1.757139] usb usb1: usb_probe_device [ 1.757141] usb usb1: configuration #1 chosen from 1 choice [ 1.757180] usb usb1: adding 1-0:1.0 (config #1, interface 0) [ 1.757241] hub 1-0:1.0: usb_probe_interface [ 1.757243] hub 1-0:1.0: usb_probe_interface - got id [ 1.757245] hub 1-0:1.0: USB hub found [ 1.757392] hub 1-0:1.0: 6 ports detected [ 1.757530] hub 1-0:1.0: standalone hub [ 1.757531] hub 1-0:1.0: no power switching (usb 1.0) [ 1.757532] hub 1-0:1.0: individual port over-current protection [ 1.757534] hub 1-0:1.0: power on to power good time: 20ms [ 1.757551] hub 1-0:1.0: local power source is good [ 1.757553] hub 1-0:1.0: trying to enable port power on non-switchable hub [ 1.757579] hub 1-0:1.0: create_intf_ep_devs: if: ffff88022fb7dc00 ->ep_devs_created: 0, ->unregistering: 0 [ 1.757822] hub 1-0:1.0: create_intf_ep_devs: bNumEndpoints: 1 [ 1.757962] ep_81: create, parent hub [ 1.758112] hub 1-0:1.0: if: ffff88022fb7dc00: endpoint devs created. [ 1.758259] drivers/usb/core/inode.c: creating file '001' [ 1.758268] ep_00: create, parent usb [ 1.758438] ehci_hcd 0000:00:13.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19 [ 1.758598] ehci_hcd 0000:00:13.2: EHCI Host Controller [ 1.758741] drivers/usb/core/inode.c: creating file '002' [ 1.758745] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2 [ 1.758991] ehci_hcd 0000:00:13.2: reset hcs_params 0x102306 dbg=1 cc=2 pcc=3 ordered !ppc ports=6 [ 1.758994] ehci_hcd 0000:00:13.2: reset hcc_params a076 thresh 7 uframes 256/512/1024 park [ 1.759014] ehci_hcd 0000:00:13.2: park 0 [ 1.759020] ehci_hcd 0000:00:13.2: applying AMD SB600/SB700 USB freeze workaround [ 1.759277] ehci_hcd 0000:00:13.2: debug port 1 [ 1.759420] ehci_hcd 0000:00:13.2: reset command 010b2a park=3 ithresh=1 Async period=256 Reset HALT [ 1.759427] ehci_hcd 0000:00:13.2: MWI active [ 1.759429] ehci_hcd 0000:00:13.2: supports USB remote wakeup [ 1.759445] ehci_hcd 0000:00:13.2: irq 19, io mem 0xfe9fa800 [ 1.759586] ehci_hcd 0000:00:13.2: reset command 080b02 park=3 ithresh=8 period=1024 Reset HALT [ 1.759592] ehci_hcd 0000:00:13.2: init command 010009 (park)=0 ithresh=1 period=256 RUN [ 1.765816] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00 [ 1.766016] usb usb2: default language 0x0409 [ 1.766023] usb usb2: udev 1, busnum 2, minor = 128 [ 1.766025] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.768731] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.768973] usb usb2: Product: EHCI Host Controller [ 1.769114] usb usb2: Manufacturer: Linux 2.6.33-rc2-00187-g08d869a-dirty ehci_hcd [ 1.769362] usb usb2: SerialNumber: 0000:00:13.2 [ 1.769630] usb usb2: usb_probe_device [ 1.769633] usb usb2: configuration #1 chosen from 1 choice [ 1.769641] usb usb2: adding 2-0:1.0 (config #1, interface 0) [ 1.769688] hub 2-0:1.0: usb_probe_interface [ 1.769689] hub 2-0:1.0: usb_probe_interface - got id [ 1.769691] hub 2-0:1.0: USB hub found [ 1.769832] hub 2-0:1.0: 6 ports detected [ 1.769970] hub 2-0:1.0: standalone hub [ 1.769972] hub 2-0:1.0: no power switching (usb 1.0) [ 1.769973] hub 2-0:1.0: individual port over-current protection [ 1.769975] hub 2-0:1.0: power on to power good time: 20ms [ 1.769980] hub 2-0:1.0: local power source is good [ 1.769982] hub 2-0:1.0: trying to enable port power on non-switchable hub [ 1.770011] hub 2-0:1.0: create_intf_ep_devs: if: ffff88022fb7e800 ->ep_devs_created: 0, ->unregistering: 0 [ 1.770259] hub 2-0:1.0: create_intf_ep_devs: bNumEndpoints: 1 [ 1.770399] ep_81: create, parent hub [ 1.770553] hub 2-0:1.0: if: ffff88022fb7e800: endpoint devs created. [ 1.770694] drivers/usb/core/inode.c: creating file '001' [ 1.770702] ep_00: create, parent usb [ 1.770922] Initializing USB Mass Storage driver... [ 1.771109] usbcore: registered new interface driver usb-storage [ 1.771251] USB Mass Storage support registered. [ 1.771479] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1 [ 1.771618] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp [ 1.772062] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.772394] mice: PS/2 mouse device common for all mice [ 1.772575] Driver 'rtc_cmos' needs updating - please use bus_type methods [ 1.772737] rtc_cmos 00:03: RTC can wake from S4 [ 1.772958] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0 [ 1.773127] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs [ 1.773316] cpuidle: using governor ladder [ 1.773456] cpuidle: using governor menu [ 1.774639] usbcore: registered new interface driver usbhid [ 1.774778] usbhid: USB HID core driver [ 1.774976] Advanced Linux Sound Architecture Driver Version 1.0.21. [ 1.775263] HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 1.791057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 [ 1.809853] HDA Intel 0000:01:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19 [ 1.810120] HDA Intel 0000:01:00.1: setting latency timer to 64 [ 1.837197] ALSA device list: [ 1.837337] #0: HDA ATI SB at 0xfe9f4000 irq 16 [ 1.837476] #1: HDA ATI HDMI at 0xfeaec000 irq 19 [ 1.837702] TCP cubic registered [ 1.840239] rtc_cmos 00:03: setting system clock to 2009-12-31 19:07:40 UTC (1262286460) [ 1.857867] ehci_hcd 0000:00:12.2: GetStatus port 2 status 001803 POWER sig=j CSC CONNECT [ 1.857871] hub 1-0:1.0: port 2: status 0501 change 0001 [ 1.857882] ehci_hcd 0000:00:12.2: GetStatus port 4 status 001403 POWER sig=k CSC CONNECT [ 1.857885] hub 1-0:1.0: port 4: status 0501 change 0001 [ 1.869843] hub 2-0:1.0: state 7 ports 6 chg 0000 evt 0000 [ 1.957839] hub 1-0:1.0: state 7 ports 6 chg 0014 evt 0000 [ 1.957854] hub 1-0:1.0: port 2, status 0501, change 0000, 480 Mb/s [ 2.008313] ehci_hcd 0000:00:12.2: port 2 high speed [ 2.008317] ehci_hcd 0000:00:12.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT [ 2.051324] ata1: SATA link down (SStatus 0 SControl 300) [ 2.051330] ata3: SATA link down (SStatus 0 SControl 300) [ 2.059295] usb 1-2: new high speed USB device using ehci_hcd and address 2 [ 2.110254] ehci_hcd 0000:00:12.2: port 2 high speed [ 2.110258] ehci_hcd 0000:00:12.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT [ 2.174520] usb 1-2: udev 2, busnum 1, minor = 1 [ 2.174523] usb 1-2: New USB device found, idVendor=0424, idProduct=2504 [ 2.174666] usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2.174944] usb 1-2: usb_probe_device [ 2.174947] usb 1-2: configuration #1 chosen from 1 choice [ 2.175792] usb 1-2: adding 1-2:1.0 (config #1, interface 0) [ 2.175935] hub 1-2:1.0: usb_probe_interface [ 2.175937] hub 1-2:1.0: usb_probe_interface - got id [ 2.175939] hub 1-2:1.0: USB hub found [ 2.176441] hub 1-2:1.0: 2 ports detected [ 2.176579] hub 1-2:1.0: standalone hub [ 2.176580] hub 1-2:1.0: individual port power switching [ 2.176582] hub 1-2:1.0: individual port over-current protection [ 2.177389] hub 1-2:1.0: remove_intf_ep_devs: if: ffff88022f9e8800 ->ep_devs_created: 0 [ 2.177633] hub 1-2:1.0: create_intf_ep_devs: if: ffff88022f9e8800 ->ep_devs_created: 0, ->unregistering: 0 [ 2.177877] hub 1-2:1.0: create_intf_ep_devs: bNumEndpoints: 1 [ 2.178019] ep_81: create, parent hub [ 2.178171] hub 1-2:1.0: if: ffff88022f9e8800: endpoint devs created. [ 2.178310] hub 1-2:1.0: TT per port [ 2.178312] hub 1-2:1.0: TT requires at most 8 FS bit times (666 ns) [ 2.178314] hub 1-2:1.0: power on to power good time: 100ms [ 2.179003] hub 1-2:1.0: local power source is good [ 2.179005] hub 1-2:1.0: enabling power on all ports [ 2.179256] hub 1-2:1.0: create_intf_ep_devs: if: ffff88022f9e8800 ->ep_devs_created: 1, ->unregistering: 0 [ 2.179503] drivers/usb/core/inode.c: creating file '002' [ 2.179520] ep_00: create, parent usb [ 2.179672] hub 1-0:1.0: port 4, status 0501, change 0000, 480 Mb/s [ 2.179679] ehci_hcd 0000:00:12.2: port 4 low speed --> companion [ 2.204291] ata2: softreset failed (device not ready) [ 2.204439] ata2: applying SB600 PMP SRST workaround and retrying [ 2.206288] ata4: softreset failed (device not ready) [ 2.206432] ata4: applying SB600 PMP SRST workaround and retrying [ 2.230246] ehci_hcd 0000:00:12.2: GetStatus port 4 status 003002 POWER OWNER sig=se0 CSC [ 2.230274] hub 1-0:1.0: state 7 ports 6 chg 0000 evt 0010 [ 2.279619] usb 1-2: link qh256-0001/ffff88022f8fdf80 start 1 [1/0 us] [ 2.279631] hub 1-2:1.0: state 7 ports 2 chg 0000 evt 0000 [ 2.357250] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 2.358498] ata2.00: ATA-8: WDC WD2500AAJS-62B4A0, 01.03A01, max UDMA/133 [ 2.358639] ata2.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 2.359235] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 2.360317] ata2.00: configured for UDMA/133 [ 2.366022] ata4.00: ATA-7: SAMSUNG HD103UJ, 1AA01113, max UDMA7 [ 2.366174] ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 2.371443] scsi 1:0:0:0: Direct-Access ATA WDC WD2500AAJS-6 01.0 PQ: 0 ANSI: 5 [ 2.372112] sd 1:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB) [ 2.372417] sd 1:0:0:0: [sda] Write Protect is off [ 2.372557] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 2.372576] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.372968] sda: [ 2.373472] ata4.00: configured for UDMA/133 [ 2.384380] scsi 3:0:0:0: Direct-Access ATA SAMSUNG HD103UJ 1AA0 PQ: 0 ANSI: 5 [ 2.385112] sd 3:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) [ 2.385414] sd 3:0:0:0: [sdb] Write Protect is off [ 2.385553] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00 [ 2.385572] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.385934] sdb: sda1 sda2 [ 2.398390] sdb1 [ 2.399119] sd 3:0:0:0: [sdb] Attached SCSI disk [ 2.416200] sd 1:0:0:0: [sda] Attached SCSI disk [ 2.481840] EXT3-fs (sda1): mounted filesystem with writeback data mode [ 2.482091] VFS: Mounted root (ext3 filesystem) readonly on device 8:1. [ 2.482244] Freeing unused kernel memory: 420k freed [ 2.482418] kjournald starting. Commit interval 5 seconds [ 4.550713] EDAC MC: Ver: 2.1.0 Dec 31 2009 [ 4.566492] EDAC amd64_edac: Ver: 3.3.0 Dec 31 2009 [ 4.566671] EDAC amd64: This node reports that Memory ECC is currently disabled, set F3x44[22] (0000:00:18.3). [ 4.566928] EDAC amd64: WARNING: ECC is disabled by BIOS. Module will NOT be loaded. [ 4.566929] Either Enable ECC in the BIOS, or set 'ecc_enable_override'. [ 4.566930] Also, use of the override can cause unknown side effects. [ 4.567460] amd64_edac: probe of 0000:00:18.2 failed with error -22 [ 4.635771] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 4.635916] ohci_hcd: block sizes: ed 80 td 96 [ 4.635956] ohci_hcd 0000:00:12.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 4.636143] ohci_hcd 0000:00:12.0: OHCI Host Controller [ 4.636290] drivers/usb/core/inode.c: creating file '003' [ 4.636299] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3 [ 4.636574] ohci_hcd 0000:00:12.0: enabled AMD ISO transfers quirk [ 4.636604] ohci_hcd 0000:00:12.0: created debug files [ 4.636606] ohci_hcd 0000:00:12.0: supports USB remote wakeup [ 4.636614] ohci_hcd 0000:00:12.0: irq 16, io mem 0xfe9fe000 [ 4.637535] input: PC Speaker as /devices/platform/pcspkr/input/input1 [ 4.646431] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 4.646776] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 4.691465] ohci_hcd 0000:00:12.0: OHCI controller state [ 4.691471] ohci_hcd 0000:00:12.0: OHCI 1.0, NO legacy support registers [ 4.691475] ohci_hcd 0000:00:12.0: control 0x283 RWC HCFS=operational CBSR=3 [ 4.691478] ohci_hcd 0000:00:12.0: cmdstatus 0x00000 SOC=0 [ 4.691482] ohci_hcd 0000:00:12.0: intrstatus 0x00000004 SF [ 4.691485] ohci_hcd 0000:00:12.0: intrenable 0x8000001a MIE UE RD WDH [ 4.691495] ohci_hcd 0000:00:12.0: hcca frame #0005 [ 4.691499] ohci_hcd 0000:00:12.0: roothub.a 02001203 POTPGT=2 NOCP NPS NDP=3(3) [ 4.691502] ohci_hcd 0000:00:12.0: roothub.b 00000000 PPCM=0000 DR=0000 [ 4.691505] ohci_hcd 0000:00:12.0: roothub.status 00008000 DRWE [ 4.691508] ohci_hcd 0000:00:12.0: roothub.portstatus [0] 0x00000100 PPS [ 4.691512] ohci_hcd 0000:00:12.0: roothub.portstatus [1] 0x00000100 PPS [ 4.691515] ohci_hcd 0000:00:12.0: roothub.portstatus [2] 0x00000100 PPS [ 4.691534] usb usb3: default language 0x0409 [ 4.691541] usb usb3: udev 1, busnum 3, minor = 256 [ 4.691543] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 [ 4.691685] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.691927] usb usb3: Product: OHCI Host Controller [ 4.692065] usb usb3: Manufacturer: Linux 2.6.33-rc2-00187-g08d869a-dirty ohci_hcd [ 4.692311] usb usb3: SerialNumber: 0000:00:12.0 [ 4.692522] usb usb3: usb_probe_device [ 4.692525] usb usb3: configuration #1 chosen from 1 choice [ 4.692533] usb usb3: adding 3-0:1.0 (config #1, interface 0) [ 4.692555] hub 3-0:1.0: usb_probe_interface [ 4.692556] hub 3-0:1.0: usb_probe_interface - got id [ 4.692558] hub 3-0:1.0: USB hub found [ 4.692702] hub 3-0:1.0: 3 ports detected [ 4.692839] hub 3-0:1.0: standalone hub [ 4.692840] hub 3-0:1.0: no power switching (usb 1.0) [ 4.692842] hub 3-0:1.0: no over-current protection [ 4.692843] hub 3-0:1.0: power on to power good time: 4ms [ 4.692849] hub 3-0:1.0: local power source is good [ 4.692851] hub 3-0:1.0: trying to enable port power on non-switchable hub [ 4.692860] hub 3-0:1.0: create_intf_ep_devs: if: ffff88022cf97000 ->ep_devs_created: 0, ->unregistering: 0 [ 4.693107] hub 3-0:1.0: create_intf_ep_devs: bNumEndpoints: 1 [ 4.693252] ep_81: create, parent hub [ 4.693403] hub 3-0:1.0: if: ffff88022cf97000: endpoint devs created. [ 4.693543] drivers/usb/core/inode.c: creating file '001' [ 4.693554] ep_00: create, parent usb [ 4.693723] ohci_hcd 0000:00:12.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 4.693909] ohci_hcd 0000:00:12.1: OHCI Host Controller [ 4.694058] drivers/usb/core/inode.c: creating file '004' [ 4.694063] ohci_hcd 0000:00:12.1: new USB bus registered, assigned bus number 4 [ 4.694312] ohci_hcd 0000:00:12.1: enabled AMD ISO transfers quirk [ 4.694332] ohci_hcd 0000:00:12.1: created debug files [ 4.694333] ohci_hcd 0000:00:12.1: supports USB remote wakeup [ 4.694340] ohci_hcd 0000:00:12.1: irq 16, io mem 0xfe9fd000 [ 4.701365] hub 2-0:1.0: hub_suspend [ 4.701393] usb usb2: bus auto-suspend [ 4.701395] ehci_hcd 0000:00:13.2: suspend root hub [ 4.701766] hub 1-2:1.0: hub_suspend [ 4.701772] usb 1-2: unlink qh256-0001/ffff88022f8fdf80 start 1 [1/0 us] [ 4.702224] usb 1-2: usb auto-suspend [ 4.749048] ohci_hcd 0000:00:12.1: OHCI controller state [ 4.749053] ohci_hcd 0000:00:12.1: OHCI 1.0, NO legacy support registers [ 4.749057] ohci_hcd 0000:00:12.1: control 0x283 RWC HCFS=operational CBSR=3 [ 4.749061] ohci_hcd 0000:00:12.1: cmdstatus 0x00000 SOC=0 [ 4.749064] ohci_hcd 0000:00:12.1: intrstatus 0x00000004 SF [ 4.749067] ohci_hcd 0000:00:12.1: intrenable 0x8000001a MIE UE RD WDH [ 4.749077] ohci_hcd 0000:00:12.1: hcca frame #0005 [ 4.749081] ohci_hcd 0000:00:12.1: roothub.a 02001203 POTPGT=2 NOCP NPS NDP=3(3) [ 4.749084] ohci_hcd 0000:00:12.1: roothub.b 00000000 PPCM=0000 DR=0000 [ 4.749087] ohci_hcd 0000:00:12.1: roothub.status 00008000 DRWE [ 4.749090] ohci_hcd 0000:00:12.1: roothub.portstatus [0] 0x00010301 CSC LSDA PPS CCS [ 4.749094] ohci_hcd 0000:00:12.1: roothub.portstatus [1] 0x00000100 PPS [ 4.749097] ohci_hcd 0000:00:12.1: roothub.portstatus [2] 0x00000100 PPS [ 4.749115] usb usb4: default language 0x0409 [ 4.749122] usb usb4: udev 1, busnum 4, minor = 384 [ 4.749124] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 [ 4.749272] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.749519] usb usb4: Product: OHCI Host Controller [ 4.749658] usb usb4: Manufacturer: Linux 2.6.33-rc2-00187-g08d869a-dirty ohci_hcd [ 4.749899] usb usb4: SerialNumber: 0000:00:12.1 [ 4.750119] usb usb4: usb_probe_device [ 4.750121] usb usb4: configuration #1 chosen from 1 choice [ 4.750129] usb usb4: adding 4-0:1.0 (config #1, interface 0) [ 4.750150] hub 4-0:1.0: usb_probe_interface [ 4.750151] hub 4-0:1.0: usb_probe_interface - got id [ 4.750153] hub 4-0:1.0: USB hub found [ 4.750303] hub 4-0:1.0: 3 ports detected [ 4.750445] hub 4-0:1.0: standalone hub [ 4.750446] hub 4-0:1.0: no power switching (usb 1.0) [ 4.750447] hub 4-0:1.0: no over-current protection [ 4.750449] hub 4-0:1.0: power on to power good time: 4ms [ 4.750455] hub 4-0:1.0: local power source is good [ 4.750457] hub 4-0:1.0: trying to enable port power on non-switchable hub [ 4.750466] hub 4-0:1.0: create_intf_ep_devs: if: ffff88022cf97400 ->ep_devs_created: 0, ->unregistering: 0 [ 4.750708] hub 4-0:1.0: create_intf_ep_devs: bNumEndpoints: 1 [ 4.750848] ep_81: create, parent hub [ 4.751018] hub 4-0:1.0: if: ffff88022cf97400: endpoint devs created. [ 4.751174] drivers/usb/core/inode.c: creating file '001' [ 4.751186] ep_00: create, parent usb [ 4.751365] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 4.751534] ohci_hcd 0000:00:13.0: OHCI Host Controller [ 4.751678] drivers/usb/core/inode.c: creating file '005' [ 4.751684] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5 [ 4.751930] ohci_hcd 0000:00:13.0: enabled AMD ISO transfers quirk [ 4.751963] ohci_hcd 0000:00:13.0: created debug files [ 4.751964] ohci_hcd 0000:00:13.0: supports USB remote wakeup [ 4.751982] ohci_hcd 0000:00:13.0: irq 18, io mem 0xfe9fc000 [ 4.792252] hub 3-0:1.0: state 7 ports 3 chg 0000 evt 0000 [ 4.806286] ohci_hcd 0000:00:13.0: OHCI controller state [ 4.806291] ohci_hcd 0000:00:13.0: OHCI 1.0, NO legacy support registers [ 4.806295] ohci_hcd 0000:00:13.0: control 0x283 RWC HCFS=operational CBSR=3 [ 4.806298] ohci_hcd 0000:00:13.0: cmdstatus 0x00000 SOC=0 [ 4.806301] ohci_hcd 0000:00:13.0: intrstatus 0x00000004 SF [ 4.806304] ohci_hcd 0000:00:13.0: intrenable 0x8000001a MIE UE RD WDH [ 4.806314] ohci_hcd 0000:00:13.0: hcca frame #0005 [ 4.806317] ohci_hcd 0000:00:13.0: roothub.a 02001203 POTPGT=2 NOCP NPS NDP=3(3) [ 4.806321] ohci_hcd 0000:00:13.0: roothub.b 00000000 PPCM=0000 DR=0000 [ 4.806324] ohci_hcd 0000:00:13.0: roothub.status 00008000 DRWE [ 4.806327] ohci_hcd 0000:00:13.0: roothub.portstatus [0] 0x00000100 PPS [ 4.806330] ohci_hcd 0000:00:13.0: roothub.portstatus [1] 0x00000100 PPS [ 4.806334] ohci_hcd 0000:00:13.0: roothub.portstatus [2] 0x00000100 PPS [ 4.806351] usb usb5: default language 0x0409 [ 4.806358] usb usb5: udev 1, busnum 5, minor = 512 [ 4.806360] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 [ 4.806507] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.806749] usb usb5: Product: OHCI Host Controller [ 4.806887] usb usb5: Manufacturer: Linux 2.6.33-rc2-00187-g08d869a-dirty ohci_hcd [ 4.807133] usb usb5: SerialNumber: 0000:00:13.0 [ 4.807347] usb usb5: usb_probe_device [ 4.807350] usb usb5: configuration #1 chosen from 1 choice [ 4.807358] usb usb5: adding 5-0:1.0 (config #1, interface 0) [ 4.807382] hub 5-0:1.0: usb_probe_interface [ 4.807384] hub 5-0:1.0: usb_probe_interface - got id [ 4.807386] hub 5-0:1.0: USB hub found [ 4.807530] hub 5-0:1.0: 3 ports detected [ 4.807668] hub 5-0:1.0: standalone hub [ 4.807669] hub 5-0:1.0: no power switching (usb 1.0) [ 4.807670] hub 5-0:1.0: no over-current protection [ 4.807672] hub 5-0:1.0: power on to power good time: 4ms [ 4.807678] hub 5-0:1.0: local power source is good [ 4.807680] hub 5-0:1.0: trying to enable port power on non-switchable hub [ 4.807689] hub 5-0:1.0: create_intf_ep_devs: if: ffff88022cf96800 ->ep_devs_created: 0, ->unregistering: 0 [ 4.807932] hub 5-0:1.0: create_intf_ep_devs: bNumEndpoints: 1 [ 4.808077] ep_81: create, parent hub [ 4.808226] hub 5-0:1.0: if: ffff88022cf96800: endpoint devs created. [ 4.808367] drivers/usb/core/inode.c: creating file '001' [ 4.808383] ep_00: create, parent usb [ 4.808555] ohci_hcd 0000:00:13.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 4.808717] ohci_hcd 0000:00:13.1: OHCI Host Controller [ 4.808861] drivers/usb/core/inode.c: creating file '006' [ 4.808867] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 6 [ 4.809118] ohci_hcd 0000:00:13.1: enabled AMD ISO transfers quirk [ 4.809139] ohci_hcd 0000:00:13.1: created debug files [ 4.809140] ohci_hcd 0000:00:13.1: supports USB remote wakeup [ 4.809147] ohci_hcd 0000:00:13.1: irq 18, io mem 0xfe9fb000 [ 4.821629] 00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 4.850299] ohci_hcd 0000:00:12.1: GetStatus roothub.portstatus [0] = 0x00010301 CSC LSDA PPS CCS [ 4.850306] hub 4-0:1.0: port 1: status 0301 change 0001 [ 4.863287] ohci_hcd 0000:00:13.1: OHCI controller state [ 4.863293] ohci_hcd 0000:00:13.1: OHCI 1.0, NO legacy support registers [ 4.863296] ohci_hcd 0000:00:13.1: control 0x283 RWC HCFS=operational CBSR=3 [ 4.863299] ohci_hcd 0000:00:13.1: cmdstatus 0x00000 SOC=0 [ 4.863303] ohci_hcd 0000:00:13.1: intrstatus 0x00000004 SF [ 4.863306] ohci_hcd 0000:00:13.1: intrenable 0x8000001a MIE UE RD WDH [ 4.863316] ohci_hcd 0000:00:13.1: hcca frame #0005 [ 4.863319] ohci_hcd 0000:00:13.1: roothub.a 02001203 POTPGT=2 NOCP NPS NDP=3(3) [ 4.863322] ohci_hcd 0000:00:13.1: roothub.b 00000000 PPCM=0000 DR=0000 [ 4.863325] ohci_hcd 0000:00:13.1: roothub.status 00008000 DRWE [ 4.863329] ohci_hcd 0000:00:13.1: roothub.portstatus [0] 0x00000100 PPS [ 4.863332] ohci_hcd 0000:00:13.1: roothub.portstatus [1] 0x00000100 PPS [ 4.863335] ohci_hcd 0000:00:13.1: roothub.portstatus [2] 0x00000100 PPS [ 4.863355] usb usb6: default language 0x0409 [ 4.863362] usb usb6: udev 1, busnum 6, minor = 640 [ 4.863364] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 [ 4.866072] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.866313] usb usb6: Product: OHCI Host Controller [ 4.866454] usb usb6: Manufacturer: Linux 2.6.33-rc2-00187-g08d869a-dirty ohci_hcd [ 4.866695] usb usb6: SerialNumber: 0000:00:13.1 [ 4.866911] usb usb6: usb_probe_device [ 4.866913] usb usb6: configuration #1 chosen from 1 choice [ 4.866921] usb usb6: adding 6-0:1.0 (config #1, interface 0) [ 4.866942] hub 6-0:1.0: usb_probe_interface [ 4.866943] hub 6-0:1.0: usb_probe_interface - got id [ 4.866945] hub 6-0:1.0: USB hub found [ 4.867094] hub 6-0:1.0: 3 ports detected [ 4.867232] hub 6-0:1.0: standalone hub [ 4.867233] hub 6-0:1.0: no power switching (usb 1.0) [ 4.867235] hub 6-0:1.0: no over-current protection [ 4.867236] hub 6-0:1.0: power on to power good time: 4ms [ 4.867242] hub 6-0:1.0: local power source is good [ 4.867244] hub 6-0:1.0: trying to enable port power on non-switchable hub [ 4.867254] hub 6-0:1.0: create_intf_ep_devs: if: ffff88022cf97800 ->ep_devs_created: 0, ->unregistering: 0 [ 4.867503] hub 6-0:1.0: create_intf_ep_devs: bNumEndpoints: 1 [ 4.867643] ep_81: create, parent hub [ 4.867790] hub 6-0:1.0: if: ffff88022cf97800: endpoint devs created. [ 4.867931] drivers/usb/core/inode.c: creating file '001' [ 4.867942] ep_00: create, parent usb [ 4.868125] ohci_hcd 0000:00:14.5: PCI INT C -> GSI 18 (level, low) -> IRQ 18 [ 4.868305] ohci_hcd 0000:00:14.5: OHCI Host Controller [ 4.868453] drivers/usb/core/inode.c: creating file '007' [ 4.868458] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 7 [ 4.868703] ohci_hcd 0000:00:14.5: enabled AMD ISO transfers quirk [ 4.868724] ohci_hcd 0000:00:14.5: created debug files [ 4.868725] ohci_hcd 0000:00:14.5: supports USB remote wakeup [ 4.868733] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfe9f9000 [ 4.908441] hub 5-0:1.0: state 7 ports 3 chg 0000 evt 0000 [ 4.923298] ohci_hcd 0000:00:14.5: OHCI controller state [ 4.923303] ohci_hcd 0000:00:14.5: OHCI 1.0, NO legacy support registers [ 4.923307] ohci_hcd 0000:00:14.5: control 0x283 RWC HCFS=operational CBSR=3 [ 4.923310] ohci_hcd 0000:00:14.5: cmdstatus 0x00000 SOC=0 [ 4.923313] ohci_hcd 0000:00:14.5: intrstatus 0x00000004 SF [ 4.923316] ohci_hcd 0000:00:14.5: intrenable 0x8000001a MIE UE RD WDH [ 4.923326] ohci_hcd 0000:00:14.5: hcca frame #0005 [ 4.923329] ohci_hcd 0000:00:14.5: roothub.a 02001202 POTPGT=2 NOCP NPS NDP=2(2) [ 4.923332] ohci_hcd 0000:00:14.5: roothub.b 00000000 PPCM=0000 DR=0000 [ 4.923336] ohci_hcd 0000:00:14.5: roothub.status 00008000 DRWE [ 4.923339] ohci_hcd 0000:00:14.5: roothub.portstatus [0] 0x00000100 PPS [ 4.923342] ohci_hcd 0000:00:14.5: roothub.portstatus [1] 0x00000100 PPS [ 4.923363] usb usb7: default language 0x0409 [ 4.923370] usb usb7: udev 1, busnum 7, minor = 768 [ 4.923371] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001 [ 4.923518] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.923760] usb usb7: Product: OHCI Host Controller [ 4.923899] usb usb7: Manufacturer: Linux 2.6.33-rc2-00187-g08d869a-dirty ohci_hcd [ 4.924145] usb usb7: SerialNumber: 0000:00:14.5 [ 4.924362] usb usb7: usb_probe_device [ 4.924365] usb usb7: configuration #1 chosen from 1 choice [ 4.924373] usb usb7: adding 7-0:1.0 (config #1, interface 0) [ 4.924398] hub 7-0:1.0: usb_probe_interface [ 4.924399] hub 7-0:1.0: usb_probe_interface - got id [ 4.924401] hub 7-0:1.0: USB hub found [ 4.924545] hub 7-0:1.0: 2 ports detected [ 4.924683] hub 7-0:1.0: standalone hub [ 4.924684] hub 7-0:1.0: no power switching (usb 1.0) [ 4.924686] hub 7-0:1.0: no over-current protection [ 4.924687] hub 7-0:1.0: power on to power good time: 4ms [ 4.924693] hub 7-0:1.0: local power source is good [ 4.924695] hub 7-0:1.0: trying to enable port power on non-switchable hub [ 4.924704] hub 7-0:1.0: create_intf_ep_devs: if: ffff88022cf95800 ->ep_devs_created: 0, ->unregistering: 0 [ 4.924947] hub 7-0:1.0: create_intf_ep_devs: bNumEndpoints: 1 [ 4.925092] ep_81: create, parent hub [ 4.925241] hub 7-0:1.0: if: ffff88022cf95800: endpoint devs created. [ 4.925387] drivers/usb/core/inode.c: creating file '001' [ 4.925407] ep_00: create, parent usb [ 4.950431] hub 4-0:1.0: state 7 ports 3 chg 0002 evt 0000 [ 4.950447] hub 4-0:1.0: port 1, status 0301, change 0000, 1.5 Mb/s [ 4.971292] ohci_hcd 0000:00:12.1: port[0] reset timeout, stat 00000311 [ 5.022286] ohci_hcd 0000:00:12.1: GetStatus roothub.portstatus [0] = 0x00100303 PRSC LSDA PPS PES CCS [ 5.073255] usb 4-1: new low speed USB device using ohci_hcd and address 2 [ 5.095281] ohci_hcd 0000:00:12.1: port[0] reset timeout, stat 00000313 [ 5.146303] ohci_hcd 0000:00:12.1: GetStatus roothub.portstatus [0] = 0x00100303 PRSC LSDA PPS PES CCS [ 5.216690] usb 4-1: skipped 1 descriptor after interface [ 5.218663] usb 4-1: default language 0x0409 [ 5.223645] usb 4-1: udev 2, busnum 4, minor = 385 [ 5.223648] usb 4-1: New USB device found, idVendor=046d, idProduct=c018 [ 5.223791] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 5.223939] usb 4-1: Product: USB Optical Mouse [ 5.224080] usb 4-1: Manufacturer: Logitech [ 5.224301] usb 4-1: usb_probe_device [ 5.224305] usb 4-1: configuration #1 chosen from 1 choice [ 5.224882] usb 4-1: adding 4-1:1.0 (config #1, interface 0) [ 5.224973] usbhid 4-1:1.0: usb_probe_interface [ 5.224976] usbhid 4-1:1.0: usb_probe_interface - got id [ 5.230086] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:12.1/usb4/4-1/4-1:1.0/input/input2 [ 5.230397] generic-usb 0003:046D:C018.0001: input: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:12.1-1/input0 [ 5.230668] usbhid 4-1:1.0: create_intf_ep_devs: if: ffff88022e216000 ->ep_devs_created: 0, ->unregistering: 0 [ 5.230919] usbhid 4-1:1.0: create_intf_ep_devs: bNumEndpoints: 1 [ 5.231061] ep_81: create, parent usbhid [ 5.231211] usbhid 4-1:1.0: if: ffff88022e216000: endpoint devs created. [ 5.231355] drivers/usb/core/inode.c: creating file '002' [ 5.231365] ep_00: create, parent usb [ 5.231519] hub 6-0:1.0: state 7 ports 3 chg 0000 evt 0000 [ 5.231525] hub 4-0:1.0: state 7 ports 3 chg 0000 evt 0002 [ 5.231534] hub 7-0:1.0: state 7 ports 2 chg 0000 evt 0000 [ 5.704301] ohci_hcd 0000:00:12.0: auto-stop root hub [ 5.712256] Adding 16016796k swap on /dev/sda2. Priority:-1 extents:1 across:16016796k [ 5.730727] Adding 15647300k swap on /dev/hda2. Priority:-2 extents:1 across:15647300k [ 5.902589] EXT3-fs (sda1): using internal journal [ 5.954249] ohci_hcd 0000:00:13.0: auto-stop root hub [ 5.954266] ohci_hcd 0000:00:13.1: auto-stop root hub [ 5.954278] ohci_hcd 0000:00:14.5: auto-stop root hub [ 6.412204] kjournald starting. Commit interval 5 seconds [ 6.412232] EXT3-fs (sdb1): warning: maximal mount count reached, running e2fsck is recommended [ 6.412560] EXT3-fs (sdb1): using internal journal [ 6.412566] EXT3-fs (sdb1): mounted filesystem with writeback data mode [ 7.237692] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 [ 7.701297] hub 1-0:1.0: hub_suspend [ 7.701305] usb usb1: bus auto-suspend [ 7.701308] ehci_hcd 0000:00:12.2: suspend root hub [ 7.701921] hub 3-0:1.0: hub_suspend [ 7.701924] usb usb3: bus auto-suspend [ 7.701928] ohci_hcd 0000:00:12.0: suspend root hub [ 7.701934] hub 5-0:1.0: hub_suspend [ 7.701937] usb usb5: bus auto-suspend [ 7.701940] ohci_hcd 0000:00:13.0: suspend root hub [ 7.701945] hub 6-0:1.0: hub_suspend [ 7.701948] usb usb6: bus auto-suspend [ 7.701951] ohci_hcd 0000:00:13.1: suspend root hub [ 7.701956] hub 7-0:1.0: hub_suspend [ 7.701959] usb usb7: bus auto-suspend [ 7.701962] ohci_hcd 0000:00:14.5: suspend root hub [ 8.222965] NET: Registered protocol family 10 [ 8.223284] lo: Disabled Privacy Extensions [ 9.504998] powernow-k8: Found 1 AMD Phenom(tm) II X4 940 Processor processors (4 cpu cores) (version 2.20.00) [ 9.505112] powernow-k8: 0 : pstate 0 (3000 MHz) [ 9.505114] powernow-k8: 1 : pstate 1 (2300 MHz) [ 9.505115] powernow-k8: 2 : pstate 2 (1800 MHz) [ 9.505117] powernow-k8: 3 : pstate 3 (800 MHz) [ 11.562477] kvm: Nested Virtualization enabled [ 11.562644] kvm: Nested Paging enabled [ 18.490567] eth0: no IPv6 routers present [ 424.987572] PM: Syncing filesystems ... done. [ 425.010786] Freezing user space processes ... (elapsed 0.01 seconds) done. [ 425.023761] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done. [ 425.035548] PM: Preallocating image memory... done (allocated 76328 pages) [ 425.276932] PM: Allocated 305312 kbytes in 0.24 seconds (1272.13 MB/s) [ 425.276972] Suspending console(s) (use no_console_suspend to debug) [ 425.277337] hub 4-0:1.0: hub_suspend [ 425.277343] usb usb4: bus suspend [ 425.277347] ohci_hcd 0000:00:12.1: suspend root hub [ 425.277366] sd 3:0:0:0: [sdb] Synchronizing SCSI cache [ 425.278329] sd 1:0:0:0: [sda] Synchronizing SCSI cache [ 425.281048] ACPI handle has no context! [ 425.281449] serial 00:0b: disabled [ 425.394176] HDA Intel 0000:01:00.1: PCI INT B disabled [ 425.394242] ACPI handle has no context! [ 425.405841] pci 0000:01:00.0: PCI INT A disabled [ 425.507753] HDA Intel 0000:00:14.2: PCI INT A disabled [ 425.507871] ATIIXP_IDE 0000:00:14.1: PCI INT A disabled [ 425.556067] ahci 0000:00:11.0: PCI INT A disabled [ 425.556224] PM: freeze of devices complete after 278.993 msecs [ 425.557168] PM: late freeze of devices complete after 0.936 msecs [ 425.557528] Disabling non-boot CPUs ... [ 425.571491] CPU 1 is now offline [ 425.588369] CPU 2 is now offline [ 425.605309] CPU 3 is now offline [ 425.605315] lockdep: fixing up alternatives. [ 425.605320] SMP alternatives: switching to UP code [ 425.612510] PM: Creating hibernation image: [ 425.613004] PM: Need to copy 75343 pages [ 425.613004] PCI-DMA: Resuming GART IOMMU [ 425.613004] PCI-DMA: Restoring GART aperture settings [ 425.613004] Enabling non-boot CPUs ... [ 425.615933] lockdep: fixing up alternatives. [ 425.615935] SMP alternatives: switching to SMP code [ 425.617738] Booting Node 0 Processor 1 APIC 0x1 [ 425.708073] Switch to broadcast mode on CPU1 [ 425.714112] CPU1 is up [ 425.714578] lockdep: fixing up alternatives. [ 425.714592] Booting Node 0 Processor 2 APIC 0x2 [ 425.805141] Switch to broadcast mode on CPU2 [ 425.819204] CPU2 is up [ 425.819752] lockdep: fixing up alternatives. [ 425.819766] Booting Node 0 Processor 3 APIC 0x3 [ 425.910127] Switch to broadcast mode on CPU3 [ 425.924227] CPU3 is up [ 425.927737] ahci 0000:00:11.0: restoring config space at offset 0x1 (was 0x2300103, writing 0x2300107) [ 425.928137] ATIIXP_IDE 0000:00:14.1: restoring config space at offset 0x1 (was 0x2300001, writing 0x2300005) [ 425.928489] pci 0000:01:00.0: restoring config space at offset 0x1 (was 0x40100103, writing 0x100103) [ 425.940658] HDA Intel 0000:01:00.1: BAR 0: set to [mem 0xfeaec000-0xfeaeffff 64bit] (PCI address [0xfeaec000-0xfeaeffff] [ 425.940717] HDA Intel 0000:01:00.1: restoring config space at offset 0x1 (was 0x40100103, writing 0x100103) [ 425.940835] PM: early restore of devices complete after 13.245 msecs [ 425.978646] ahci 0000:00:11.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22 [ 425.978685] ohci_hcd 0000:00:12.0: lost power [ 426.034659] ohci_hcd 0000:00:12.0: OHCI controller state [ 426.034663] ohci_hcd 0000:00:12.0: OHCI 1.0, NO legacy support registers [ 426.034667] ohci_hcd 0000:00:12.0: control 0x083 HCFS=operational CBSR=3 [ 426.034670] ohci_hcd 0000:00:12.0: cmdstatus 0x00000 SOC=0 [ 426.034673] ohci_hcd 0000:00:12.0: intrstatus 0x00000004 SF [ 426.034676] ohci_hcd 0000:00:12.0: intrenable 0x8000005a MIE RHSC UE RD WDH [ 426.034686] ohci_hcd 0000:00:12.0: hcca frame #0005 [ 426.034689] ohci_hcd 0000:00:12.0: roothub.a 02001203 POTPGT=2 NOCP NPS NDP=3(3) [ 426.034692] ohci_hcd 0000:00:12.0: roothub.b 00000000 PPCM=0000 DR=0000 [ 426.034695] ohci_hcd 0000:00:12.0: roothub.status 00008000 DRWE [ 426.034698] ohci_hcd 0000:00:12.0: roothub.portstatus [0] 0x00000100 PPS [ 426.034701] ohci_hcd 0000:00:12.0: roothub.portstatus [1] 0x00000100 PPS [ 426.034704] ohci_hcd 0000:00:12.0: roothub.portstatus [2] 0x00000100 PPS [ 426.034706] ohci_hcd 0000:00:12.0: restart complete [ 426.034708] usb usb3: root hub lost power or was reset [ 426.034710] ohci_hcd 0000:00:12.0: suspend root hub [ 426.034728] ohci_hcd 0000:00:12.1: lost power [ 426.089980] ohci_hcd 0000:00:12.1: OHCI controller state [ 426.089990] ohci_hcd 0000:00:12.1: OHCI 1.0, NO legacy support registers [ 426.089999] ohci_hcd 0000:00:12.1: control 0x083 HCFS=operational CBSR=3 [ 426.090015] ohci_hcd 0000:00:12.1: cmdstatus 0x00000 SOC=0 [ 426.090023] ohci_hcd 0000:00:12.1: intrstatus 0x00000004 SF [ 426.090030] ohci_hcd 0000:00:12.1: intrenable 0x8000005a MIE RHSC UE RD WDH [ 426.090044] ohci_hcd 0000:00:12.1: hcca frame #0005 [ 426.090052] ohci_hcd 0000:00:12.1: roothub.a 02001203 POTPGT=2 NOCP NPS NDP=3(3) [ 426.090058] ohci_hcd 0000:00:12.1: roothub.b 00000000 PPCM=0000 DR=0000 [ 426.090065] ohci_hcd 0000:00:12.1: roothub.status 00008000 DRWE [ 426.090074] ohci_hcd 0000:00:12.1: roothub.portstatus [0] 0x00000100 PPS [ 426.090081] ohci_hcd 0000:00:12.1: roothub.portstatus [1] 0x00000100 PPS [ 426.090089] ohci_hcd 0000:00:12.1: roothub.portstatus [2] 0x00000100 PPS [ 426.090094] ohci_hcd 0000:00:12.1: restart complete [ 426.090099] usb usb4: root hub lost power or was reset [ 426.090105] ohci_hcd 0000:00:12.1: suspend root hub [ 426.090136] usb usb1: root hub lost power or was reset [ 426.090148] ehci_hcd 0000:00:12.2: reset command 01000a (park)=0 ithresh=1 period=256 Reset HALT [ 426.090194] ehci_hcd 0000:00:12.2: MWI active [ 426.090215] ohci_hcd 0000:00:13.0: lost power [ 426.146792] ohci_hcd 0000:00:13.0: OHCI controller state [ 426.146796] ohci_hcd 0000:00:13.0: OHCI 1.0, NO legacy support registers [ 426.146799] ohci_hcd 0000:00:13.0: control 0x083 HCFS=operational CBSR=3 [ 426.146802] ohci_hcd 0000:00:13.0: cmdstatus 0x00000 SOC=0 [ 426.146805] ohci_hcd 0000:00:13.0: intrstatus 0x00000004 SF [ 426.146808] ohci_hcd 0000:00:13.0: intrenable 0x8000005a MIE RHSC UE RD WDH [ 426.146818] ohci_hcd 0000:00:13.0: hcca frame #0005 [ 426.146821] ohci_hcd 0000:00:13.0: roothub.a 02001203 POTPGT=2 NOCP NPS NDP=3(3) [ 426.146824] ohci_hcd 0000:00:13.0: roothub.b 00000000 PPCM=0000 DR=0000 [ 426.146827] ohci_hcd 0000:00:13.0: roothub.status 00008000 DRWE [ 426.146830] ohci_hcd 0000:00:13.0: roothub.portstatus [0] 0x00000100 PPS [ 426.146833] ohci_hcd 0000:00:13.0: roothub.portstatus [1] 0x00000100 PPS [ 426.146836] ohci_hcd 0000:00:13.0: roothub.portstatus [2] 0x00000100 PPS [ 426.146837] ohci_hcd 0000:00:13.0: restart complete [ 426.146839] usb usb5: root hub lost power or was reset [ 426.146842] ohci_hcd 0000:00:13.0: suspend root hub [ 426.146858] ohci_hcd 0000:00:13.1: lost power [ 426.201698] ohci_hcd 0000:00:13.1: OHCI controller state [ 426.201708] ohci_hcd 0000:00:13.1: OHCI 1.0, NO legacy support registers [ 426.201717] ohci_hcd 0000:00:13.1: control 0x083 HCFS=operational CBSR=3 [ 426.201724] ohci_hcd 0000:00:13.1: cmdstatus 0x00000 SOC=0 [ 426.201731] ohci_hcd 0000:00:13.1: intrstatus 0x00000004 SF [ 426.201739] ohci_hcd 0000:00:13.1: intrenable 0x8000005a MIE RHSC UE RD WDH [ 426.201752] ohci_hcd 0000:00:13.1: hcca frame #0005 [ 426.201759] ohci_hcd 0000:00:13.1: roothub.a 02001203 POTPGT=2 NOCP NPS NDP=3(3) [ 426.201766] ohci_hcd 0000:00:13.1: roothub.b 00000000 PPCM=0000 DR=0000 [ 426.201773] ohci_hcd 0000:00:13.1: roothub.status 00008000 DRWE [ 426.201781] ohci_hcd 0000:00:13.1: roothub.portstatus [0] 0x00000100 PPS [ 426.201789] ohci_hcd 0000:00:13.1: roothub.portstatus [1] 0x00000100 PPS [ 426.201797] ohci_hcd 0000:00:13.1: roothub.portstatus [2] 0x00000100 PPS [ 426.201802] ohci_hcd 0000:00:13.1: restart complete [ 426.201806] usb usb6: root hub lost power or was reset [ 426.201813] ohci_hcd 0000:00:13.1: suspend root hub [ 426.201838] usb usb2: root hub lost power or was reset [ 426.201850] ehci_hcd 0000:00:13.2: reset command 01000a (park)=0 ithresh=1 period=256 Reset HALT [ 426.201862] ehci_hcd 0000:00:13.2: MWI active [ 426.201885] ATIIXP_IDE 0000:00:14.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 426.201896] ATIIXP_IDE 0000:00:14.1: setting latency timer to 64 [ 426.201911] HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 426.262571] ohci_hcd 0000:00:14.5: lost power [ 426.289680] ata1: SATA link down (SStatus 0 SControl 300) [ 426.289725] ata3: SATA link down (SStatus 0 SControl 300) [ 426.318697] ohci_hcd 0000:00:14.5: OHCI controller state [ 426.318708] ohci_hcd 0000:00:14.5: OHCI 1.0, NO legacy support registers [ 426.318716] ohci_hcd 0000:00:14.5: control 0x083 HCFS=operational CBSR=3 [ 426.318723] ohci_hcd 0000:00:14.5: cmdstatus 0x00000 SOC=0 [ 426.318731] ohci_hcd 0000:00:14.5: intrstatus 0x00000004 SF [ 426.318738] ohci_hcd 0000:00:14.5: intrenable 0x8000005a MIE RHSC UE RD WDH [ 426.318751] ohci_hcd 0000:00:14.5: hcca frame #0005 [ 426.318760] ohci_hcd 0000:00:14.5: roothub.a 02001202 POTPGT=2 NOCP NPS NDP=2(2) [ 426.318766] ohci_hcd 0000:00:14.5: roothub.b 00000000 PPCM=0000 DR=0000 [ 426.318773] ohci_hcd 0000:00:14.5: roothub.status 00008000 DRWE [ 426.318782] ohci_hcd 0000:00:14.5: roothub.portstatus [0] 0x00000100 PPS [ 426.318789] ohci_hcd 0000:00:14.5: roothub.portstatus [1] 0x00000100 PPS [ 426.318794] ohci_hcd 0000:00:14.5: restart complete [ 426.318799] usb usb7: root hub lost power or was reset [ 426.318805] ohci_hcd 0000:00:14.5: suspend root hub [ 426.318846] pci 0000:01:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 426.318857] pci 0000:01:00.0: setting latency timer to 64 [ 426.318873] HDA Intel 0000:01:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19 [ 426.318883] HDA Intel 0000:01:00.1: setting latency timer to 64 [ 426.318935] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 [ 426.323804] serial 00:0b: activated [ 426.326817] hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4 [ 426.330885] hda: UDMA/100 mode selected [ 426.334659] hdb: host max PIO4 wanted PIO255(auto-tune) selected PIO4 [ 426.334806] hdb: UDMA/66 mode selected [ 426.334994] usb usb1: usb resume [ 426.334998] ehci_hcd 0000:00:12.2: resume root hub after power loss [ 426.366630] ehci_hcd 0000:00:12.2: port 4 low speed --> companion [ 426.436717] ata4: softreset failed (device not ready) [ 426.436724] ata4: applying SB600 PMP SRST workaround and retrying [ 426.443673] ata2: softreset failed (device not ready) [ 426.443681] ata2: applying SB600 PMP SRST workaround and retrying [ 426.458659] ehci_hcd 0000:00:12.2: GetStatus port 4 status 003002 POWER OWNER sig=se0 CSC [ 426.470652] hub 1-0:1.0: hub_reset_resume [ 426.470660] hub 1-0:1.0: trying to enable port power on non-switchable hub [ 426.572735] ehci_hcd 0000:00:12.2: GetStatus port 2 status 001803 POWER sig=j CSC CONNECT [ 426.572747] hub 1-0:1.0: port 2: status 0501 change 0001 [ 426.591657] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 426.598715] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 426.610440] ata2.00: configured for UDMA/133 [ 426.612272] ata4.00: configured for UDMA/133 [ 426.674787] usb usb2: usb resume [ 426.674796] ehci_hcd 0000:00:13.2: resume root hub after power loss [ 426.696649] hub 2-0:1.0: hub_reset_resume [ 426.696656] hub 2-0:1.0: trying to enable port power on non-switchable hub [ 426.799060] sd 1:0:0:0: [sda] Starting disk [ 426.809048] sd 3:0:0:0: [sdb] Starting disk [ 426.813775] usb usb4: usb resume [ 426.813785] ohci_hcd 0000:00:12.1: wakeup root hub [ 426.876650] hub 4-0:1.0: hub_reset_resume [ 426.876658] hub 4-0:1.0: trying to enable port power on non-switchable hub [ 426.978640] ohci_hcd 0000:00:12.1: GetStatus roothub.portstatus [0] = 0x00010301 CSC LSDA PPS CCS [ 426.978656] hub 4-0:1.0: port 1: status 0301 change 0001 [ 427.080550] usb 4-1: finish reset-resume [ 427.102679] ohci_hcd 0000:00:12.1: port[0] reset timeout, stat 00000311 [ 427.304456] ohci_hcd 0000:00:12.1: GetStatus roothub.portstatus [0] = 0x00100303 PRSC LSDA PPS PES CCS [ 427.356589] usb 4-1: reset low speed USB device using ohci_hcd and address 2 [ 427.381665] ohci_hcd 0000:00:12.1: port[0] reset timeout, stat 00000313 [ 427.583502] ohci_hcd 0000:00:12.1: GetStatus roothub.portstatus [0] = 0x00100303 PRSC LSDA PPS PES CCS [ 427.671596] PM: restore of devices complete after 1693.008 msecs [ 427.681810] Restarting tasks ... [ 427.681995] hub 1-0:1.0: state 7 ports 6 chg 0004 evt 0000 [ 427.682019] usb usb3: usb resume [ 427.682030] ohci_hcd 0000:00:12.0: wakeup root hub [ 427.682191] hub 1-0:1.0: port 2, status 0501, change 0000, 480 Mb/s [ 427.682205] usb 1-2: usb wakeup-resume [ 427.682226] usb 1-2: finish reset-resume [ 427.682886] done. [ 427.734658] ehci_hcd 0000:00:12.2: port 2 high speed [ 427.734663] ehci_hcd 0000:00:12.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT [ 427.746682] hub 3-0:1.0: hub_reset_resume [ 427.746693] hub 3-0:1.0: trying to enable port power on non-switchable hub [ 427.786715] usb 1-2: reset high speed USB device using ehci_hcd and address 2 [ 427.839653] ehci_hcd 0000:00:12.2: port 2 high speed [ 427.839666] ehci_hcd 0000:00:12.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT [ 427.847717] ohci_hcd 0000:00:12.0: GetStatus roothub.portstatus [1] = 0x00010100 CSC PPS [ 427.915497] hub 1-2:1.0: remove_intf_ep_devs: if: ffff88022f9e8800 ->ep_devs_created: 1 [ 427.915774] hub 1-2:1.0: remove_intf_ep_devs: bNumEndpoints: 1 [ 427.915934] hub 1-2:1.0: if: ffff88022f9e8800: endpoint devs removed. [ 427.916158] hub 1-2:1.0: create_intf_ep_devs: if: ffff88022f9e8800 ->ep_devs_created: 0, ->unregistering: 0 [ 427.916434] hub 1-2:1.0: create_intf_ep_devs: bNumEndpoints: 1 [ 427.916609] ep_81: create, parent hub [ 427.916632] ------------[ cut here ]------------ [ 427.916644] WARNING: at fs/sysfs/dir.c:477 sysfs_add_one+0x82/0x96() [ 427.916649] Hardware name: System Product Name [ 427.916653] sysfs: cannot create duplicate filename '/devices/pci0000:00/0000:00:12.2/usb1/1-2/1-2:1.0/ep_81' [ 427.916658] Modules linked in: binfmt_misc kvm_amd kvm powernow_k8 cpufreq_ondemand cpufreq_powersave cpufreq_userspace freq_table cpufreq_conservative ipv6 vfat fat 8250_pnp 8250 pcspkr ohci_hcd serial_core k10temp edac_core [ 427.916694] Pid: 278, comm: khubd Not tainted 2.6.33-rc2-00187-g08d869a-dirty #13 [ 427.916699] Call Trace: [ 427.916711] [<ffffffff81032bf4>] warn_slowpath_common+0x77/0x8f [ 427.916720] [<ffffffff81032c59>] warn_slowpath_fmt+0x3c/0x3e [ 427.916729] [<ffffffff810ef050>] sysfs_add_one+0x82/0x96 [ 427.916738] [<ffffffff810ef59e>] create_dir+0x58/0x93 [ 427.916747] [<ffffffff810ef611>] sysfs_create_dir+0x38/0x4b [ 427.916757] [<ffffffff81388ba2>] ? _raw_spin_unlock+0x30/0x4d [ 427.916766] [<ffffffff81144fe2>] kobject_add_internal+0xdf/0x1a0 [ 427.916774] [<ffffffff81145179>] kobject_add_varg+0x41/0x50 [ 427.916782] [<ffffffff81145243>] kobject_add+0x64/0x66 [ 427.916789] [<ffffffff81144e7b>] ? kobject_get+0x1a/0x21 [ 427.916800] [<ffffffff8123f553>] device_add+0xa8/0x4e1 [ 427.916809] [<ffffffff8114ea2f>] ? __raw_spin_lock_init+0x31/0x52 [ 427.916818] [<ffffffff8123f9a5>] device_register+0x19/0x1d [ 427.916826] [<ffffffff812936ef>] usb_create_ep_devs+0xb8/0x10d [ 427.916835] [<ffffffff8128c949>] create_intf_ep_devs+0xd7/0x121 [ 427.916845] [<ffffffff8128df10>] usb_set_interface+0x274/0x286 [ 427.916853] [<ffffffff81388b54>] ? _raw_spin_unlock_irqrestore+0x3b/0x59 [ 427.916862] [<ffffffff81286ba5>] usb_reset_and_verify_device+0x539/0x5c0 [ 427.916871] [<ffffffff81286f86>] usb_port_resume+0x20f/0x409 [ 427.916880] [<ffffffff812969f7>] generic_resume+0x17/0x19 [ 427.916888] [<ffffffff8128ed7c>] usb_resume_device+0x35/0x37 [ 427.916896] [<ffffffff8128f47d>] usb_resume_both+0x6b/0x105 [ 427.916906] [<ffffffff81290188>] usb_external_resume_device+0x34/0x73 [ 427.916913] [<ffffffff81285f2f>] remote_wakeup+0x5b/0x60 [ 427.916921] [<ffffffff81288d20>] hub_thread+0x697/0x11ff [ 427.916932] [<ffffffff81046ad9>] ? autoremove_wake_function+0x0/0x34 [ 427.916941] [<ffffffff81388b54>] ? _raw_spin_unlock_irqrestore+0x3b/0x59 [ 427.916949] [<ffffffff81288689>] ? hub_thread+0x0/0x11ff [ 427.916956] [<ffffffff81046717>] kthread+0x7a/0x82 [ 427.916967] [<ffffffff81002e24>] kernel_thread_helper+0x4/0x10 [ 427.916975] [<ffffffff8104669d>] ? kthread+0x0/0x82 [ 427.916983] [<ffffffff81002e20>] ? kernel_thread_helper+0x0/0x10 [ 427.916989] ---[ end trace e793ae2c9be77f0b ]--- [ 427.916999] kobject_add_internal failed for ep_81 with -EEXIST, don't try to register things with the same name in the same directory. [ 427.917025] Pid: 278, comm: khubd Tainted: G W 2.6.33-rc2-00187-g08d869a-dirty #13 [ 427.917029] Call Trace: [ 427.917038] [<ffffffff81145074>] kobject_add_internal+0x171/0x1a0 [ 427.917046] [<ffffffff81145179>] kobject_add_varg+0x41/0x50 [ 427.917057] [<ffffffff81145243>] kobject_add+0x64/0x66 [ 427.917065] [<ffffffff81144e7b>] ? kobject_get+0x1a/0x21 [ 427.917074] [<ffffffff8123f553>] device_add+0xa8/0x4e1 [ 427.917084] [<ffffffff8114ea2f>] ? __raw_spin_lock_init+0x31/0x52 [ 427.917095] [<ffffffff8123f9a5>] device_register+0x19/0x1d [ 427.917104] [<ffffffff812936ef>] usb_create_ep_devs+0xb8/0x10d [ 427.917115] [<ffffffff8128c949>] create_intf_ep_devs+0xd7/0x121 [ 427.917126] [<ffffffff8128df10>] usb_set_interface+0x274/0x286 [ 427.917144] [<ffffffff81388b54>] ? _raw_spin_unlock_irqrestore+0x3b/0x59 [ 427.917163] [<ffffffff81286ba5>] usb_reset_and_verify_device+0x539/0x5c0 [ 427.917175] [<ffffffff81286f86>] usb_port_resume+0x20f/0x409 [ 427.917186] [<ffffffff812969f7>] generic_resume+0x17/0x19 [ 427.917196] [<ffffffff8128ed7c>] usb_resume_device+0x35/0x37 [ 427.917205] [<ffffffff8128f47d>] usb_resume_both+0x6b/0x105 [ 427.917215] [<ffffffff81290188>] usb_external_resume_device+0x34/0x73 [ 427.917224] [<ffffffff81285f2f>] remote_wakeup+0x5b/0x60 [ 427.917243] [<ffffffff81288d20>] hub_thread+0x697/0x11ff [ 427.917254] [<ffffffff81046ad9>] ? autoremove_wake_function+0x0/0x34 [ 427.917263] [<ffffffff81388b54>] ? _raw_spin_unlock_irqrestore+0x3b/0x59 [ 427.917275] [<ffffffff81288689>] ? hub_thread+0x0/0x11ff [ 427.917284] [<ffffffff81046717>] kthread+0x7a/0x82 [ 427.917297] [<ffffffff81002e24>] kernel_thread_helper+0x4/0x10 [ 427.917306] [<ffffffff8104669d>] ? kthread+0x0/0x82 [ 427.917316] [<ffffffff81002e20>] ? kernel_thread_helper+0x0/0x10 [ 427.917324] ep_81: err reg, parent hub [ 427.917343] hub 1-2:1.0: if: ffff88022f9e8800: endpoint devs created. [ 427.918159] hub 1-2:1.0: hub_reset_resume [ 427.918167] hub 1-2:1.0: enabling power on all ports [ 428.024350] usb 1-2: link qh256-0001/ffff88022a8f8900 start 2 [1/0 us] [ 428.024377] hub 2-0:1.0: state 7 ports 6 chg 0000 evt 0000 [ 428.024392] hub 4-0:1.0: state 7 ports 3 chg 0002 evt 0002 [ 428.024414] hub 4-0:1.0: port 1, status 0303, change 0000, 1.5 Mb/s [ 428.024424] hub 3-0:1.0: state 7 ports 3 chg 0000 evt 0000 [ 428.024435] hub 1-2:1.0: state 7 ports 2 chg 0000 evt 0000 [ 428.205598] ohci_hcd 0000:00:12.0: auto-stop root hub [ 430.705686] hub 2-0:1.0: hub_suspend [ 430.705707] usb usb2: bus auto-suspend [ 430.705713] ehci_hcd 0000:00:13.2: suspend root hub [ 430.705893] hub 3-0:1.0: hub_suspend [ 430.705904] usb usb3: bus auto-suspend [ 430.705912] ohci_hcd 0000:00:12.0: suspend root hub [ 430.705926] hub 1-2:1.0: hub_suspend [ 430.705941] usb 1-2: unlink qh256-0001/ffff88022a8f8900 start 2 [1/0 us] [ 430.706205] usb 1-2: usb auto-suspend [ 433.705623] hub 1-0:1.0: hub_suspend [ 433.705645] usb usb1: bus auto-suspend [ 433.705651] ehci_hcd 0000:00:12.2: suspend root hub [ 721.040893] [drm] Setting GART location based on new memory map [ 721.041040] [drm] Loading RV635 CP Microcode [ 721.041044] platform r600_cp.0: firmware: using built-in firmware radeon/RV635_pfp.bin [ 721.041046] platform r600_cp.0: firmware: using built-in firmware radeon/RV635_me.bin [ 721.071146] [drm] Resetting GPU [ 721.071203] [drm] writeback test succeeded in 1 usecs
diff --git a/drivers/usb/core/driver.c b/drivers/usb/core/driver.c index 60a45f1..c3faa87 100644 --- a/drivers/usb/core/driver.c +++ b/drivers/usb/core/driver.c @@ -692,7 +692,7 @@ static int usb_uevent(struct device *dev, struct kobj_uevent_env *env) struct usb_device *usb_dev; /* driver is often null here; dev_dbg() would oops */ - pr_debug("usb %s: uevent\n", dev_name(dev)); +/* pr_debug("usb %s: uevent\n", dev_name(dev)); */ if (is_usb_device(dev)) { usb_dev = to_usb_device(dev); diff --git a/drivers/usb/core/endpoint.c b/drivers/usb/core/endpoint.c index fdfaa78..9a1aa35 100644 --- a/drivers/usb/core/endpoint.c +++ b/drivers/usb/core/endpoint.c @@ -187,11 +187,17 @@ int usb_create_ep_devs(struct device *parent, ep_dev->dev.release = ep_device_release; dev_set_name(&ep_dev->dev, "ep_%02x", endpoint->desc.bEndpointAddress); + dev_err(&ep_dev->dev, "create, parent %s\n", dev_driver_string(parent)); + retval = device_register(&ep_dev->dev); - if (retval) + if (retval) { + dev_err(&ep_dev->dev, "err reg, parent %s\n", dev_driver_string(parent)); goto error_register; + } endpoint->ep_dev = ep_dev; + + return retval; error_register: @@ -205,6 +211,7 @@ void usb_remove_ep_devs(struct usb_host_endpoint *endpoint) struct ep_device *ep_dev = endpoint->ep_dev; if (ep_dev) { + dev_err(&ep_dev->dev, "remove\n"); device_unregister(&ep_dev->dev); endpoint->ep_dev = NULL; } diff --git a/drivers/usb/core/message.c b/drivers/usb/core/message.c index 1b99484..f35afd6 100644 --- a/drivers/usb/core/message.c +++ b/drivers/usb/core/message.c @@ -1054,18 +1054,31 @@ int usb_clear_halt(struct usb_device *dev, int pipe) } EXPORT_SYMBOL_GPL(usb_clear_halt); +static inline void toggle_devs_created(struct usb_interface *intf, unsigned val) +{ + dev_err(&intf->dev, "if: %p: endpoint devs %s.\n", + intf, ((val) ? "created" : "removed")); + intf->ep_devs_created = val; +} + static int create_intf_ep_devs(struct usb_interface *intf) { struct usb_device *udev = interface_to_usbdev(intf); struct usb_host_interface *alt = intf->cur_altsetting; int i; + dev_err(&intf->dev, "%s: if: %p ->ep_devs_created: %d, ->unregistering: %d\n", + __func__, intf, intf->ep_devs_created, intf->unregistering); + if (intf->ep_devs_created || intf->unregistering) return 0; + dev_err(&intf->dev, "%s: bNumEndpoints: %d\n", + __func__, alt->desc.bNumEndpoints); + for (i = 0; i < alt->desc.bNumEndpoints; ++i) (void) usb_create_ep_devs(&intf->dev, &alt->endpoint[i], udev); - intf->ep_devs_created = 1; + toggle_devs_created(intf, 1); return 0; } @@ -1074,12 +1087,18 @@ static void remove_intf_ep_devs(struct usb_interface *intf) struct usb_host_interface *alt = intf->cur_altsetting; int i; + dev_err(&intf->dev, "%s: if: %p ->ep_devs_created: %d\n", + __func__, intf, intf->ep_devs_created); + if (!intf->ep_devs_created) return; + dev_err(&intf->dev, "%s: bNumEndpoints: %d\n", + __func__, alt->desc.bNumEndpoints); + for (i = 0; i < alt->desc.bNumEndpoints; ++i) usb_remove_ep_devs(&alt->endpoint[i]); - intf->ep_devs_created = 0; + toggle_devs_created(intf, 0); } /** diff --git a/kernel/cpu.c b/kernel/cpu.c index 1c8ddd6..c2a1b42 100644 --- a/kernel/cpu.c +++ b/kernel/cpu.c @@ -252,7 +252,7 @@ static int __ref _cpu_down(unsigned int cpu, int tasks_frozen) hcpu) == NOTIFY_BAD) BUG(); - check_for_tasks(cpu); +/* check_for_tasks(cpu); */ out_allowed: set_cpus_allowed_ptr(current, old_allowed);