Re: usb 3.0 not working

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

 



On Thu, Apr 07, 2011 at 01:57:56AM +0400, Sergey Galanov wrote:
> Hi Sarah. Thank you for your response. Please see the attachments and
> some comments below.
> 
> On 6 April 2011 04:36, Sarah Sharp <sarah.a.sharp@xxxxxxxxxxxxxxx> wrote:
> > On Wed, Apr 06, 2011 at 01:20:18AM +0400, Sergey Galanov wrote:
> >> However all the subsequent versions I tried (2.6.36, 2.6.37 and various
> >> variants of 2.6.38) produce the following output:
> >>
> >>
> >> [    6.465150] xhci_hcd 0000:04:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ
> >> 19
> >> [    6.465230] xhci_hcd 0000:04:00.0: setting latency timer to 64
> >> [    6.465235] xhci_hcd 0000:04:00.0: xHCI Host Controller
> >> [    6.465291] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus
> >> number 2
> >> [    6.601686] xhci_hcd 0000:04:00.0: supports USB remote wakeup
> >> [    6.601706] xhci_hcd 0000:04:00.0: irq 19, io mem 0xdd200000
> >> [    6.601739] xhci_hcd 0000:04:00.0: Failed to enable MSI-X
> >> [    6.601817] xhci_hcd 0000:04:00.0: irq 47 for MSI/MSI-X
> >> [    6.601916] usb usb2: Manufacturer: Linux 2.6.37.5 xhci_hcd
> >> [    6.601994] xHCI xhci_add_endpoint called for root hub
> >> [    6.601996] xHCI xhci_check_bandwidth called for root hub
> >>
> >>
> >> Difference is in the 'failed to enable MSI-X' message. When I attach a device
> >> to the usb 3.0 port a message is printed:
> >>
> >> do_IRQ: 0.160 No irq handler for vector (irq -1)

Ok, so we do fall back to MSI, and that looks like it succeeded, since I
don't see anything like "failed to allocate MSI entry".  MSI should
work, so I'm a little baffled that we get the No irq handler message.

I'm Ccing the linux-pci mailing list, in case they know if the ASUS
N53SV laptop has any MSI quirks.  I see devices in your lspci that have
MSI capabilities, but I'm not sure if the drivers are using MSI.  Can
you post the results of `cat /proc/interrupts` with that 2.6.37 kernel,
so I can see if the xHCI driver really succeeded in getting MSI enabled?

I have a system that has an xHCI host controller that only uses MSI, not
MSI-X, that's running 2.6.39-rc1, and I can see that MSI is enabled and
working, so I wonder if it's an issue with your particular xHCI host
controller or system.  Could be a difference between the 2.6.37.5 and
2.6.39-rc1, I suppose.

> > Interesting.  MSI-X and MSI support was added in 2.6.36, but we should
> > fall back to legacy PCI interrupts if MSI doesn't work.  Can you
> > recompile a 2.6.37 kernel with CONFIG_USB_DEBUG and
> > CONFIG_USB_XHCI_HCD_DEBUGGING turned on and send me the dmesg output?
> >
> > I also remember there was an issue with Express Card xHCI controllers,
> > that was supposed to be fixed by this patch:
> >
> > https://patchwork.kernel.org/patch/612171/
> >
> > The patch was supposed to be queued for the 3.6.38 stable tree, but I'm
> > not sure if it's in there yet.
> >
> > Is your USB 3.0 host controller built into the board or is it an
> > external card?  Can you post the output of `sudo lspci -vvv`.
> 
> I think it is built in, but I don't know for sure. It's in a laptop. I
> attach the normal
> output of lspci and also the output of lspci when booted a kernel with
> msi disabled for
> xhci.
> 
> >
> >> 2.6.38 behaves even worse: some of the variants I tried give a kernel panic and
> >> some just simply reboot the computer when I attach an usb 3.0 device.
> >
> > Ouch, that's bad.  Can you capture the kernel panic with netconsole?  I
> > have a tutorial here if you've never used it before:
> >
> > http://sarah.thesharps.us/2010-03-26-09-41
> 
> Unfortunately, I could not manage to reproduce the problem when run
> with netconsole.
> While normally 2.6.38 kernels either hang with screen corruption or
> reboot when I attach
> a device to the usb 3.0 port, with netconsole compiled as a module (I
> believe I need to do
> that to pass the network options or is there another way?) behavior is
> similar to 2.6.37.

You can build in netconsole, but if your system isn't crashing with
netconsole as a module, it's unlikely to help.  Probably there's a race
condition in the code somewhere that isn't present when the netconsole
output slows down the system.

What type of devices are you plugging in?  Does any of them work or do
all types fail?  If you switchover to a text console, can you see any
oops messages before the system reboots?  Maybe take a picture with a
camera?  I suppose it's too much to hope for that you have a serial
port...

> >> This problem was introduced with commit
> >> 43b86af83da7db8b2c6d85ca970203950e5bad88
> >> (the one which added support for MSI-X in the xhci driver). If I
> >> 'revert' that commit by commenting
> >> out msi-related calls on the recent kernel versions, usb 3.0 seems to
> >> work. Is there a
> >> 'clean' way to disable it?

Oh, yes, I forgot to say you can globally disable MSI for all devices by
passing pci=nomsi in the kernel boot parameters.  You probably don't
really want that, so if we need to, we'll add a quirk in the xHCI driver
to disable MSI for that Fresco Logic host controller.  I'd like to try
to get MSI working for the driver first though.

Sarah Sharp
Linux version 2.6.37.5 (root@sg-laptop) (gcc version 4.4.5 (Gentoo 4.4.5 p1.0, pie-0.4.5) ) #1 SMP Wed Apr 6 18:28:01 MSD 2011
Command line: root=/dev/sda7 rootfstype=ext4 
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009e800 (usable)
 BIOS-e820: 000000000009e800 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 0000000020000000 (usable)
 BIOS-e820: 0000000020000000 - 0000000020200000 (reserved)
 BIOS-e820: 0000000020200000 - 0000000040000000 (usable)
 BIOS-e820: 0000000040000000 - 0000000040200000 (reserved)
 BIOS-e820: 0000000040200000 - 00000000aac10000 (usable)
 BIOS-e820: 00000000aac10000 - 00000000aad8e000 (reserved)
 BIOS-e820: 00000000aad8e000 - 00000000aad97000 (usable)
 BIOS-e820: 00000000aad97000 - 00000000aad98000 (reserved)
 BIOS-e820: 00000000aad98000 - 00000000aad99000 (usable)
 BIOS-e820: 00000000aad99000 - 00000000aadb8000 (reserved)
 BIOS-e820: 00000000aadb8000 - 00000000aadc8000 (usable)
 BIOS-e820: 00000000aadc8000 - 00000000aade8000 (reserved)
 BIOS-e820: 00000000aade8000 - 00000000aaf1f000 (usable)
 BIOS-e820: 00000000aaf1f000 - 00000000aaf86000 (ACPI NVS)
 BIOS-e820: 00000000aaf86000 - 00000000aaf8a000 (usable)
 BIOS-e820: 00000000aaf8a000 - 00000000aafe8000 (ACPI NVS)
 BIOS-e820: 00000000aafe8000 - 00000000aaffd000 (usable)
 BIOS-e820: 00000000aaffd000 - 00000000ab000000 (ACPI data)
 BIOS-e820: 00000000ab000000 - 00000000afa00000 (reserved)
 BIOS-e820: 00000000e0000000 - 00000000e4000000 (reserved)
 BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
 BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved)
 BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved)
 BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000ff980000 - 00000000ffc00000 (reserved)
 BIOS-e820: 00000000ffd80000 - 0000000100000000 (reserved)
 BIOS-e820: 0000000100000000 - 00000001cfe00000 (usable)
NX (Execute Disable) protection: active
DMI 2.6 present.
DMI: ASUSTeK Computer Inc. N53SV/N53SV, BIOS N53SV.203 11/25/2010
e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
No AGP bridge found
last_pfn = 0x1cfe00 max_arch_pfn = 0x400000000
MTRR default type: uncachable
MTRR fixed ranges enabled:
  00000-9FFFF write-back
  A0000-BFFFF uncachable
  C0000-CFFFF write-protect
  D0000-E7FFF uncachable
  E8000-FFFFF write-protect
MTRR variable ranges enabled:
  0 base 000000000 mask F80000000 write-back
  1 base 080000000 mask FE0000000 write-back
  2 base 0A0000000 mask FF8000000 write-back
  3 base 0A8000000 mask FFC000000 write-back
  4 base 0AB000000 mask FFF000000 uncachable
  5 base 100000000 mask F00000000 write-back
  6 base 1E0000000 mask FE0000000 uncachable
  7 base 1D0000000 mask FF0000000 uncachable
  8 base 1CFE00000 mask FFFE00000 uncachable
  9 disabled
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
e820 update range: 00000000ab000000 - 0000000100000000 (usable) ==> (reserved)
last_pfn = 0xaaffd max_arch_pfn = 0x400000000
found SMP MP-table at [ffff8800000fcc80] fcc80
initial memory mapped : 0 - 20000000
init_memory_mapping: 0000000000000000-00000000aaffd000
 0000000000 - 00aae00000 page 2M
 00aae00000 - 00aaffd000 page 4k
kernel direct mapping tables up to aaffd000 @ 1fffb000-20000000
init_memory_mapping: 0000000100000000-00000001cfe00000
 0100000000 - 01cfe00000 page 2M
kernel direct mapping tables up to 1cfe00000 @ aaff4000-aaffd000
ACPI: RSDP 00000000000f0430 00024 (v02 _ASUS_)
ACPI: XSDT 00000000aaffee18 00074 (v01 _ASUS_ Notebook 06222004 MSFT 00010013)
ACPI: FACP 00000000aaf9ad98 000F4 (v04 _ASUS_ Notebook 06222004 MSFT 00010013)
ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20101013/tbfadt-369)
ACPI Warning: 32/64X FACS address mismatch in FADT - 0xAAFE4E40/0x00000000AAFE4D40, using 32 (20101013/tbfadt-486)
ACPI: DSDT 00000000aaf65018 13378 (v01 _ASUS_ Notebook 00000000 INTL 20091112)
ACPI: FACS 00000000aafe4e40 00040
ACPI: APIC 00000000aaffdf18 000CC (v02 _ASUS_ Notebook 06222004 MSFT 00010013)
ACPI: DBGP 00000000aaffff18 00034 (v01 _ASUS_ Notebook 06222004 MSFT 00010013)
ACPI: ECDT 00000000aafe4b18 000C1 (v01 _ASUS_ Notebook 06222004 AMI. 00000003)
ACPI: SLIC 00000000aaf9be18 00176 (v01 _ASUS_ Notebook 06222004 ASUS 00000001)
ACPI: HPET 00000000aafe5d18 00038 (v01 _ASUS_ Notebook 06222004 AMI. 00000003)
ACPI: MCFG 00000000aafe5c98 0003C (v01 _ASUS_ Notebook 06222004 MSFT 00000097)
ACPI: SSDT 00000000aaf85018 00913 (v01  PmRef  Cpu0Ist 00003000 INTL 20091112)
ACPI: SSDT 00000000aaf84018 00996 (v01  PmRef    CpuPm 00003000 INTL 20091112)
ACPI: ASF! 00000000aafe4a18 000A0 (v32 INTEL       HCG 00000001 TFSM 000F4240)
ACPI: Local APIC address 0xfee00000
No NUMA configuration found
Faking a node at 0000000000000000-00000001cfe00000
Initmem setup node 0 0000000000000000-00000001cfe00000
  NODE_DATA [00000001cfdfb000 - 00000001cfdfffff]
 [ffffea0000000000-ffffea00065fffff] PMD -> [ffff8801c9c00000-ffff8801cf1fffff] on node 0
Zone PFN ranges:
  DMA      0x00000010 -> 0x00001000
  DMA32    0x00001000 -> 0x00100000
  Normal   0x00100000 -> 0x001cfe00
Movable zone start PFN for each node
early_node_map[11] active PFN ranges
    0: 0x00000010 -> 0x0000009e
    0: 0x00000100 -> 0x00020000
    0: 0x00020200 -> 0x00040000
    0: 0x00040200 -> 0x000aac10
    0: 0x000aad8e -> 0x000aad97
    0: 0x000aad98 -> 0x000aad99
    0: 0x000aadb8 -> 0x000aadc8
    0: 0x000aade8 -> 0x000aaf1f
    0: 0x000aaf86 -> 0x000aaf8a
    0: 0x000aafe8 -> 0x000aaffd
    0: 0x00100000 -> 0x001cfe00
On node 0 totalpages: 1550088
  DMA zone: 56 pages used for memmap
  DMA zone: 6 pages reserved
  DMA zone: 3920 pages, LIFO batch:0
  DMA32 zone: 14280 pages used for memmap
  DMA32 zone: 680370 pages, LIFO batch:31
  Normal zone: 11641 pages used for memmap
  Normal zone: 839815 pages, LIFO batch:31
ACPI: PM-Timer IO Port: 0x408
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled)
ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled)
ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled)
ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled)
ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled)
ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled)
ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled)
ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled)
ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a701 base: 0xfed00000
SMP: Allowing 16 CPUs, 8 hotplug CPUs
nr_irqs_gsi: 40
PM: Registered nosave memory: 000000000009e000 - 000000000009f000
PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
PM: Registered nosave memory: 0000000020000000 - 0000000020200000
PM: Registered nosave memory: 0000000040000000 - 0000000040200000
PM: Registered nosave memory: 00000000aac10000 - 00000000aad8e000
PM: Registered nosave memory: 00000000aad97000 - 00000000aad98000
PM: Registered nosave memory: 00000000aad99000 - 00000000aadb8000
PM: Registered nosave memory: 00000000aadc8000 - 00000000aade8000
PM: Registered nosave memory: 00000000aaf1f000 - 00000000aaf86000
PM: Registered nosave memory: 00000000aaf8a000 - 00000000aafe8000
PM: Registered nosave memory: 00000000aaffd000 - 00000000ab000000
PM: Registered nosave memory: 00000000ab000000 - 00000000afa00000
PM: Registered nosave memory: 00000000afa00000 - 00000000e0000000
PM: Registered nosave memory: 00000000e0000000 - 00000000e4000000
PM: Registered nosave memory: 00000000e4000000 - 00000000fec00000
PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
PM: Registered nosave memory: 00000000fec01000 - 00000000fed10000
PM: Registered nosave memory: 00000000fed10000 - 00000000fed14000
PM: Registered nosave memory: 00000000fed14000 - 00000000fed18000
PM: Registered nosave memory: 00000000fed18000 - 00000000fed1a000
PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
PM: Registered nosave memory: 00000000fee01000 - 00000000ff980000
PM: Registered nosave memory: 00000000ff980000 - 00000000ffc00000
PM: Registered nosave memory: 00000000ffc00000 - 00000000ffd80000
PM: Registered nosave memory: 00000000ffd80000 - 0000000100000000
Allocating PCI resources starting at afa00000 (gap: afa00000:30600000)
setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:16 nr_node_ids:1
PERCPU: Embedded 25 pages/cpu @ffff88001fc00000 s72960 r8192 d21248 u131072
pcpu-alloc: s72960 r8192 d21248 u131072 alloc=1*2097152
pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1524105
Policy zone: Normal
Kernel command line: root=/dev/sda7 rootfstype=ext4 
PID hash table entries: 4096 (order: 3, 32768 bytes)
xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
Checking aperture...
No AGP bridge found
Memory: 6035296k/7600128k available (4498k kernel code, 1399776k absent, 165056k reserved, 3133k data, 628k init)
Hierarchical RCU implementation.
	RCU-based detection of stalled CPUs is disabled.
NR_IRQS:1280
Extended CMOS year: 2000
Console: colour VGA+ 80x25
console [tty0] enabled
hpet clockevent registered
Fast TSC calibration using PIT
Detected 1995.390 MHz processor.
Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.78 BogoMIPS (lpj=1995390)
pid_max: default: 32768 minimum: 301
Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
Mount-cache hash table entries: 256
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
mce: CPU supports 9 MCE banks
CPU0: Thermal monitoring enabled (TM1)
using mwait in idle threads.
Performance Events: PEBS fmt1+, generic architected perfmon, Intel PMU driver.
... version:                3
... bit width:              48
... generic registers:      4
... value mask:             0000ffffffffffff
... max period:             000000007fffffff
... fixed-purpose events:   3
... event mask:             000000070000000f
ACPI: Core revision 20101013
Setting APIC routing to physical flat
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
CPU0: Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz stepping 07
Booting Node   0, Processors  #1 #2 #3 #4 #5 #6 #7
Brought up 8 CPUs
Total of 8 processors activated (31923.81 BogoMIPS).
NET: Registered protocol family 16
ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
ACPI: bus type pci registered
PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
PCI: Using configuration type 1 for base access
bio: create slab <bio-0> at 0
ACPI: EC: EC description table is found, configuring boot EC
ACPI: Executed 1 blocks of module-level executable AML code
[Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
ACPI: SSDT 00000000aadcc718 00694 (v01  PmRef  Cpu0Cst 00003001 INTL 20091112)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT           (null) 00694 (v01  PmRef  Cpu0Cst 00003001 INTL 20091112)
ACPI: SSDT 00000000aadcda98 00303 (v01  PmRef    ApIst 00003000 INTL 20091112)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT           (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20091112)
ACPI: SSDT 00000000aadcbd98 00119 (v01  PmRef    ApCst 00003000 INTL 20091112)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20091112)
ACPI: Interpreter enabled
ACPI: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
ACPI: No dock devices found.
PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
pci_root PNP0A08:00: host bridge window [mem 0xafa00000-0xfeafffff]
pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff]
pci 0000:00:00.0: [8086:0104] type 0 class 0x000600
pci 0000:00:01.0: [8086:0101] type 1 class 0x000604
pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
pci 0000:00:01.0: PME# disabled
pci 0000:00:02.0: [8086:0116] type 0 class 0x000300
pci 0000:00:02.0: reg 10: [mem 0xdc400000-0xdc7fffff 64bit]
pci 0000:00:02.0: reg 18: [mem 0xb0000000-0xbfffffff 64bit pref]
pci 0000:00:02.0: reg 20: [io  0xe000-0xe03f]
pci 0000:00:16.0: [8086:1c3a] type 0 class 0x000780
pci 0000:00:16.0: reg 10: [mem 0xdf00b000-0xdf00b00f 64bit]
pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
pci 0000:00:16.0: PME# disabled
pci 0000:00:1a.0: [8086:1c2d] type 0 class 0x000c03
pci 0000:00:1a.0: reg 10: [mem 0xdf008000-0xdf0083ff]
pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1a.0: PME# disabled
pci 0000:00:1b.0: [8086:1c20] type 0 class 0x000403
pci 0000:00:1b.0: reg 10: [mem 0xdf000000-0xdf003fff 64bit]
pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1b.0: PME# disabled
pci 0000:00:1c.0: [8086:1c10] type 1 class 0x000604
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PME# disabled
pci 0000:00:1c.1: [8086:1c12] type 1 class 0x000604
pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.1: PME# disabled
pci 0000:00:1c.3: [8086:1c16] type 1 class 0x000604
pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.3: PME# disabled
pci 0000:00:1c.5: [8086:1c1a] type 1 class 0x000604
pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.5: PME# disabled
pci 0000:00:1d.0: [8086:1c26] type 0 class 0x000c03
pci 0000:00:1d.0: reg 10: [mem 0xdf007000-0xdf0073ff]
pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.0: PME# disabled
pci 0000:00:1f.0: [8086:1c49] type 0 class 0x000601
pci 0000:00:1f.2: [8086:1c03] type 0 class 0x000106
pci 0000:00:1f.2: reg 10: [io  0xe0b0-0xe0b7]
pci 0000:00:1f.2: reg 14: [io  0xe0a0-0xe0a3]
pci 0000:00:1f.2: reg 18: [io  0xe090-0xe097]
pci 0000:00:1f.2: reg 1c: [io  0xe080-0xe083]
pci 0000:00:1f.2: reg 20: [io  0xe060-0xe07f]
pci 0000:00:1f.2: reg 24: [mem 0xdf006000-0xdf0067ff]
pci 0000:00:1f.2: PME# supported from D3hot
pci 0000:00:1f.2: PME# disabled
pci 0000:00:1f.3: [8086:1c22] type 0 class 0x000c05
pci 0000:00:1f.3: reg 10: [mem 0xdf005000-0xdf0050ff 64bit]
pci 0000:00:1f.3: reg 20: [io  0xe040-0xe05f]
pci 0000:01:00.0: [10de:0df4] type 0 class 0x000300
pci 0000:01:00.0: reg 10: [mem 0xdb000000-0xdbffffff]
pci 0000:01:00.0: reg 14: [mem 0xc0000000-0xcfffffff 64bit pref]
pci 0000:01:00.0: reg 1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
pci 0000:01:00.0: reg 24: [io  0xd000-0xd07f]
pci 0000:01:00.0: reg 30: [mem 0xdc000000-0xdc07ffff pref]
pci 0000:00:01.0: PCI bridge to [bus 01-01]
pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
pci 0000:00:01.0:   bridge window [mem 0xdb000000-0xdc0fffff]
pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
pci 0000:00:1c.0: PCI bridge to [bus 02-02]
pci 0000:00:1c.0:   bridge window [io  0xc000-0xcfff]
pci 0000:00:1c.0:   bridge window [mem 0xde600000-0xdeffffff]
pci 0000:00:1c.0:   bridge window [mem 0xd4200000-0xd4bfffff 64bit pref]
pci 0000:03:00.0: [168c:002b] type 0 class 0x000280
pci 0000:03:00.0: reg 10: [mem 0xddc00000-0xddc0ffff 64bit]
pci 0000:03:00.0: supports D1
pci 0000:03:00.0: PME# supported from D0 D1 D3hot D3cold
pci 0000:03:00.0: PME# disabled
pci 0000:00:1c.1: PCI bridge to [bus 03-03]
pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
pci 0000:00:1c.1:   bridge window [mem 0xddc00000-0xde5fffff]
pci 0000:00:1c.1:   bridge window [mem 0xd3700000-0xd40fffff 64bit pref]
pci 0000:04:00.0: [1b73:1000] type 0 class 0x000c03
pci 0000:04:00.0: reg 10: [mem 0xdd200000-0xdd20ffff]
pci 0000:04:00.0: PME# supported from D0 D3hot
pci 0000:04:00.0: PME# disabled
pci 0000:00:1c.3: PCI bridge to [bus 04-04]
pci 0000:00:1c.3:   bridge window [io  0xa000-0xafff]
pci 0000:00:1c.3:   bridge window [mem 0xdd200000-0xddbfffff]
pci 0000:00:1c.3:   bridge window [mem 0xd2c00000-0xd35fffff 64bit pref]
pci 0000:05:00.0: [10ec:8168] type 0 class 0x000200
pci 0000:05:00.0: reg 10: [io  0x9000-0x90ff]
pci 0000:05:00.0: reg 18: [mem 0xd2104000-0xd2104fff 64bit pref]
pci 0000:05:00.0: reg 20: [mem 0xd2100000-0xd2103fff 64bit pref]
pci 0000:05:00.0: supports D1 D2
pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:05:00.0: PME# disabled
pci 0000:00:1c.5: PCI bridge to [bus 05-05]
pci 0000:00:1c.5:   bridge window [io  0x9000-0x9fff]
pci 0000:00:1c.5:   bridge window [mem 0xdc800000-0xdd1fffff]
pci 0000:00:1c.5:   bridge window [mem 0xd2100000-0xd2afffff 64bit pref]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 12)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 12)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 12)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 12)
ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 6 7 10 12)
vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
vgaarb: loaded
SCSI subsystem initialized
libata version 3.00 loaded.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
PCI: pci_cache_line_size set to 64 bytes
reserve RAM buffer: 000000000009e800 - 000000000009ffff 
reserve RAM buffer: 00000000aac10000 - 00000000abffffff 
reserve RAM buffer: 00000000aad97000 - 00000000abffffff 
reserve RAM buffer: 00000000aad99000 - 00000000abffffff 
reserve RAM buffer: 00000000aadc8000 - 00000000abffffff 
reserve RAM buffer: 00000000aaf1f000 - 00000000abffffff 
reserve RAM buffer: 00000000aaf8a000 - 00000000abffffff 
reserve RAM buffer: 00000000aaffd000 - 00000000abffffff 
reserve RAM buffer: 00000001cfe00000 - 00000001cfffffff 
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Switching to clocksource tsc
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp 00:00: [bus 00-3e]
pnp 00:00: [io  0x0000-0x0cf7 window]
pnp 00:00: [io  0x0cf8-0x0cff]
pnp 00:00: [io  0x0d00-0xffff window]
pnp 00:00: [mem 0x000a0000-0x000bffff window]
pnp 00:00: [mem 0x000c0000-0x000c3fff window]
pnp 00:00: [mem 0x000c4000-0x000c7fff window]
pnp 00:00: [mem 0x000c8000-0x000cbfff window]
pnp 00:00: [mem 0x000cc000-0x000cffff window]
pnp 00:00: [mem 0x000d0000-0x000d3fff window]
pnp 00:00: [mem 0x000d4000-0x000d7fff window]
pnp 00:00: [mem 0x000d8000-0x000dbfff window]
pnp 00:00: [mem 0x000dc000-0x000dffff window]
pnp 00:00: [mem 0x000e0000-0x000e3fff window]
pnp 00:00: [mem 0x000e4000-0x000e7fff window]
pnp 00:00: [mem 0x000e8000-0x000ebfff window]
pnp 00:00: [mem 0x000ec000-0x000effff window]
pnp 00:00: [mem 0x000f0000-0x000fffff window]
pnp 00:00: [mem 0xafa00000-0xfeafffff window]
pnp 00:00: [mem 0xfed40000-0xfed44fff window]
pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
pnp 00:01: [io  0x0000-0x001f]
pnp 00:01: [io  0x0081-0x0091]
pnp 00:01: [io  0x0093-0x009f]
pnp 00:01: [io  0x00c0-0x00df]
pnp 00:01: [dma 4]
pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
pnp 00:02: [mem 0xff000000-0xffffffff]
pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
pnp 00:03: [mem 0xfed00000-0xfed003ff]
pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
pnp 00:04: [io  0x00f0]
pnp 00:04: [irq 13]
pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
pnp 00:05: [io  0x002e-0x002f]
pnp 00:05: [io  0x004e-0x004f]
pnp 00:05: [io  0x0061]
pnp 00:05: [io  0x0063]
pnp 00:05: [io  0x0065]
pnp 00:05: [io  0x0067]
pnp 00:05: [io  0x0070]
pnp 00:05: [io  0x0080]
pnp 00:05: [io  0x0092]
pnp 00:05: [io  0x00b2-0x00b3]
pnp 00:05: [io  0x0680-0x069f]
pnp 00:05: [io  0x1000-0x100f]
pnp 00:05: [io  0xffff]
pnp 00:05: [io  0xffff]
pnp 00:05: [io  0x0400-0x0453]
pnp 00:05: [io  0x0458-0x047f]
pnp 00:05: [io  0x0500-0x057f]
pnp 00:05: [io  0x164e-0x164f]
pnp 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
pnp 00:06: [io  0x0070-0x0077]
pnp 00:06: [irq 8]
pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
pnp 00:07: [io  0x0454-0x0457]
pnp 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
pnp 00:08: [io  0x0240-0x0259]
pnp 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
pnp 00:09: [irq 12]
pnp 00:09: Plug and Play ACPI device, IDs ETD0001 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
pnp 00:0a: [io  0x0060]
pnp 00:0a: [io  0x0064]
pnp 00:0a: [irq 1]
pnp 00:0a: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
pnp 00:0b: [mem 0xfed1c000-0xfed1ffff]
pnp 00:0b: [mem 0xfed10000-0xfed17fff]
pnp 00:0b: [mem 0xfed18000-0xfed18fff]
pnp 00:0b: [mem 0xfed19000-0xfed19fff]
pnp 00:0b: [mem 0xe0000000-0xe3ffffff]
pnp 00:0b: [mem 0xfed20000-0xfed3ffff]
pnp 00:0b: [mem 0xfed90000-0xfed93fff]
pnp 00:0b: [mem 0xfed45000-0xfed8ffff]
pnp 00:0b: [mem 0xff000000-0xffffffff]
pnp 00:0b: [mem 0xfee00000-0xfeefffff]
pnp 00:0b: [mem 0x00000000-0xffffffffffffffff disabled]
pnp 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
pnp 00:0c: [mem 0xafa00000-0xafa00fff]
pnp 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
pnp 00:0d: [mem 0x20000000-0x201fffff]
pnp 00:0d: [mem 0x40000000-0x401fffff]
pnp 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active)
pnp: PnP ACPI: found 14 devices
ACPI: ACPI bus type pnp unregistered
system 00:05: [io  0x0680-0x069f] has been reserved
system 00:05: [io  0x1000-0x100f] has been reserved
system 00:05: [io  0xffff] has been reserved
system 00:05: [io  0xffff] has been reserved
system 00:05: [io  0x0400-0x0453] has been reserved
system 00:05: [io  0x0458-0x047f] has been reserved
system 00:05: [io  0x0500-0x057f] has been reserved
system 00:05: [io  0x164e-0x164f] has been reserved
system 00:07: [io  0x0454-0x0457] has been reserved
system 00:08: [io  0x0240-0x0259] has been reserved
system 00:0b: [mem 0xfed1c000-0xfed1ffff] has been reserved
system 00:0b: [mem 0xfed10000-0xfed17fff] could not be reserved
system 00:0b: [mem 0xfed18000-0xfed18fff] has been reserved
system 00:0b: [mem 0xfed19000-0xfed19fff] has been reserved
system 00:0b: [mem 0xe0000000-0xe3ffffff] has been reserved
system 00:0b: [mem 0xfed20000-0xfed3ffff] has been reserved
system 00:0b: [mem 0xfed90000-0xfed93fff] has been reserved
system 00:0b: [mem 0xfed45000-0xfed8ffff] has been reserved
system 00:0b: [mem 0xff000000-0xffffffff] could not be reserved
system 00:0b: [mem 0xfee00000-0xfeefffff] could not be reserved
system 00:0c: [mem 0xafa00000-0xafa00fff] has been reserved
system 00:0d: [mem 0x20000000-0x201fffff] has been reserved
system 00:0d: [mem 0x40000000-0x401fffff] has been reserved
pci 0000:00:01.0: PCI bridge to [bus 01-01]
pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
pci 0000:00:01.0:   bridge window [mem 0xdb000000-0xdc0fffff]
pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
pci 0000:00:1c.0: PCI bridge to [bus 02-02]
pci 0000:00:1c.0:   bridge window [io  0xc000-0xcfff]
pci 0000:00:1c.0:   bridge window [mem 0xde600000-0xdeffffff]
pci 0000:00:1c.0:   bridge window [mem 0xd4200000-0xd4bfffff 64bit pref]
pci 0000:00:1c.1: PCI bridge to [bus 03-03]
pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
pci 0000:00:1c.1:   bridge window [mem 0xddc00000-0xde5fffff]
pci 0000:00:1c.1:   bridge window [mem 0xd3700000-0xd40fffff 64bit pref]
pci 0000:00:1c.3: PCI bridge to [bus 04-04]
pci 0000:00:1c.3:   bridge window [io  0xa000-0xafff]
pci 0000:00:1c.3:   bridge window [mem 0xdd200000-0xddbfffff]
pci 0000:00:1c.3:   bridge window [mem 0xd2c00000-0xd35fffff 64bit pref]
pci 0000:00:1c.5: PCI bridge to [bus 05-05]
pci 0000:00:1c.5:   bridge window [io  0x9000-0x9fff]
pci 0000:00:1c.5:   bridge window [mem 0xdc800000-0xdd1fffff]
pci 0000:00:1c.5:   bridge window [mem 0xd2100000-0xd2afffff 64bit pref]
pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:01.0: setting latency timer to 64
pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:1c.0: setting latency timer to 64
pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.1: setting latency timer to 64
pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
pci 0000:00:1c.3: setting latency timer to 64
pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.5: setting latency timer to 64
pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
pci_bus 0000:00: resource 13 [mem 0xafa00000-0xfeafffff]
pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed44fff]
pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
pci_bus 0000:01: resource 1 [mem 0xdb000000-0xdc0fffff]
pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
pci_bus 0000:02: resource 0 [io  0xc000-0xcfff]
pci_bus 0000:02: resource 1 [mem 0xde600000-0xdeffffff]
pci_bus 0000:02: resource 2 [mem 0xd4200000-0xd4bfffff 64bit pref]
pci_bus 0000:03: resource 0 [io  0xb000-0xbfff]
pci_bus 0000:03: resource 1 [mem 0xddc00000-0xde5fffff]
pci_bus 0000:03: resource 2 [mem 0xd3700000-0xd40fffff 64bit pref]
pci_bus 0000:04: resource 0 [io  0xa000-0xafff]
pci_bus 0000:04: resource 1 [mem 0xdd200000-0xddbfffff]
pci_bus 0000:04: resource 2 [mem 0xd2c00000-0xd35fffff 64bit pref]
pci_bus 0000:05: resource 0 [io  0x9000-0x9fff]
pci_bus 0000:05: resource 1 [mem 0xdc800000-0xdd1fffff]
pci_bus 0000:05: resource 2 [mem 0xd2100000-0xd2afffff 64bit pref]
NET: Registered protocol family 2
IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
TCP: Hash tables configured (established 524288 bind 65536)
TCP reno registered
UDP hash table entries: 4096 (order: 5, 131072 bytes)
UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
NET: Registered protocol family 1
pci 0000:00:02.0: Boot video device
pci 0000:00:1a.0: EHCI: BIOS handoff
pci 0000:00:1d.0: EHCI: BIOS handoff
PCI: CLS 64 bytes, default 64
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Placing 64MB software IO TLB between ffff88001bc00000 - ffff88001fc00000
software IO TLB at phys 0x1bc00000 - 0x1fc00000
HugeTLB registered 2 MB page size, pre-allocated 0 pages
msgmni has been set to 11787
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
pcieport 0000:00:01.0: ACPI _OSC control granted for 0x1c
pcieport 0000:00:01.0: setting latency timer to 64
pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
pcieport 0000:00:1c.0: ACPI _OSC control granted for 0x1c
pcieport 0000:00:1c.0: setting latency timer to 64
pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
pcieport 0000:00:1c.1: ACPI _OSC control granted for 0x1c
pcieport 0000:00:1c.1: setting latency timer to 64
pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
pcieport 0000:00:1c.3: ACPI _OSC control granted for 0x1c
pcieport 0000:00:1c.3: setting latency timer to 64
pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
pcieport 0000:00:1c.5: ACPI _OSC control granted for 0x1c
pcieport 0000:00:1c.5: setting latency timer to 64
pcieport 0000:00:1c.5: irq 44 for MSI/MSI-X
ACPI: AC Adapter [AC0] (on-line)
input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
ACPI: Lid Switch [LID]
input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
ACPI: Sleep Button [SLPB]
input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
ACPI: Power Button [PWRF]
ACPI: acpi_idle registered with cpuidle
Monitor-Mwait will be used to enter C-1 state
Monitor-Mwait will be used to enter C-3 state
thermal LNXTHERM:00: registered as thermal_zone0
ACPI: Thermal Zone [THRM] (61 C)
ACPI: Battery Slot [BAT0] (battery present)
Real Time Clock Driver v1.12b
Linux agpgart interface v0.103
agpgart-intel 0000:00:00.0: Intel Sandybridge Chipset
agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
agpgart-intel 0000:00:00.0: detected 65536K stolen memory, trimming to 32768K
agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xb0000000
[drm] Initialized drm 1.1.0 20060810
i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
i915 0000:00:02.0: setting latency timer to 64
i915 0000:00:02.0: irq 45 for MSI/MSI-X
vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem
vgaarb: transferring owner from PCI:0000:00:02.0 to PCI:0000:01:00.0
Console: switching to colour frame buffer device 170x48
fb0: inteldrmfb frame buffer device
drm: registered panic notifier
ACPI Warning: _BQC returned an invalid level (20101013/video-527)
acpi device:04: registered as cooling_device8
input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input3
ACPI: Video Device [GFX0] (multi-head: yes  rom: yes  post: no)
ACPI Warning: _BQC returned an invalid level (20101013/video-527)
acpi device:47: registered as cooling_device9
input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input4
ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
brd: module loaded
loop: module loaded
Uniform Multi-Platform E-IDE driver
ide-gd driver 1.18
megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
megasas: 00.00.04.31-rc1 Mon. May 3, 11:41:51 PST 2010
ahci 0000:00:1f.2: version 3.0
ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
ahci 0000:00:1f.2: irq 46 for MSI/MSI-X
ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst 
ahci 0000:00:1f.2: setting latency timer to 64
scsi0 : ahci
scsi1 : ahci
scsi2 : ahci
scsi3 : ahci
scsi4 : ahci
scsi5 : ahci
ata1: SATA max UDMA/133 abar m2048@0xdf006000 port 0xdf006100 irq 46
ata2: DUMMY
ata3: SATA max UDMA/133 abar m2048@0xdf006000 port 0xdf006200 irq 46
ata4: DUMMY
ata5: DUMMY
ata6: DUMMY
e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
e1000: Copyright (c) 1999-2006 Intel Corporation.
e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
e100: Copyright(c) 1999-2006 Intel Corporation
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
console [netcon0] enabled
netconsole: network logging started
Fusion MPT base driver 3.04.17
Copyright (c) 1999-2008 LSI Corporation
Fusion MPT SPI Host driver 3.04.17
Fusion MPT SAS Host driver 3.04.17
PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
i8042.c: Detected active multiplexing controller, rev 1.1.
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX0 port at 0x60,0x64 irq 12
serio: i8042 AUX1 port at 0x60,0x64 irq 12
serio: i8042 AUX2 port at 0x60,0x64 irq 12
serio: i8042 AUX3 port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
device-mapper: ioctl: 4.18.0-ioctl (2010-06-29) initialised: dm-devel@xxxxxxxxxx
cpuidle: using governor ladder
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
oprofile: using NMI interrupt.
TCP cubic registered
NET: Registered protocol family 10
IPv6 over IPv4 tunneling driver
NET: Registered protocol family 17
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
ata3.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
ata3.00: ATAPI: MATSHITADVD-RAM UJ8A0ASW, 1.01, max UDMA/100
ata3.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
ata3.00: configured for UDMA/100
ata1.00: ATA-8: ST9500420AS, 0003SDM1, max UDMA/133
ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
ata1.00: configured for UDMA/133
scsi 0:0:0:0: Direct-Access     ATA      ST9500420AS      0003 PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
sd 0:0:0:0: Attached scsi generic sg0 type 0
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
scsi 2:0:0:0: CD-ROM            MATSHITA DVD-RAM UJ8A0ASW 1.01 PQ: 0 ANSI: 5
sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
cdrom: Uniform CD-ROM driver Revision: 3.20
sr 2:0:0:0: Attached scsi CD-ROM sr0
sr 2:0:0:0: Attached scsi generic sg1 type 5
 sda: sda1 sda2 sda3 < sda5 sda6 sda7 >
sd 0:0:0:0: [sda] Attached SCSI disk
input: ImPS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio4/input/input6
EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
VFS: Mounted root (ext4 filesystem) readonly on device 8:7.
Freeing unused kernel memory: 628k freed
<30>udev[1545]: starting version 167
i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
ACPI: resource 0000:00:1f.3 [io  0xe040-0xe05f] conflicts with ACPI region SMBI [io  0xe040-0xe04f 64bit window]
ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
r8169 0000:05:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
r8169 0000:05:00.0: setting latency timer to 64
r8169 0000:05:00.0: (unregistered net_device): unknown MAC, using family default
r8169 0000:05:00.0: irq 47 for MSI/MSI-X
r8169 0000:05:00.0: eth0: RTL8168b/8111b at 0xffffc900057e8000, bc:ae:c5:43:d1:45, XID 0c200000 IRQ 47
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci_hcd: block sizes: qh 104 qtd 96 itd 192 sitd 96
ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
ehci_hcd 0000:00:1a.0: setting latency timer to 64
ehci_hcd 0000:00:1a.0: EHCI Host Controller
drivers/usb/core/inode.c: creating file 'devices'
drivers/usb/core/inode.c: creating file '001'
ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1a.0: reset hcs_params 0x200002 dbg=2 cc=0 pcc=0 ordered !ppc ports=2
ehci_hcd 0000:00:1a.0: reset hcc_params 36881 caching frame 1024 64 bit addr
ehci_hcd 0000:00:1a.0: support lpm
ehci_hcd 0000:00:1a.0: debug port 2
ehci_hcd 0000:00:1a.0: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
ehci_hcd 0000:00:1a.0: supports USB remote wakeup
ehci_hcd 0000:00:1a.0: irq 16, io mem 0xdf008000
ehci_hcd 0000:00:1a.0: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
ehci_hcd 0000:00:1a.0: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
usb usb1: default language 0x0409
usb usb1: udev 1, busnum 1, minor = 0
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.37.5 ehci_hcd
usb usb1: SerialNumber: 0000:00:1a.0
usb usb1: usb_probe_device
usb usb1: configuration #1 chosen from 1 choice
usb usb1: adding 1-0:1.0 (config #1, interface 0)
hub 1-0:1.0: usb_probe_interface
hub 1-0:1.0: usb_probe_interface - got id
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
hub 1-0:1.0: standalone hub
hub 1-0:1.0: no power switching (usb 1.0)
hub 1-0:1.0: individual port over-current protection
hub 1-0:1.0: power on to power good time: 20ms
hub 1-0:1.0: local power source is good
hub 1-0:1.0: trying to enable port power on non-switchable hub
drivers/usb/core/inode.c: creating file '001'
ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
ehci_hcd 0000:00:1d.0: setting latency timer to 64
ehci_hcd 0000:00:1d.0: EHCI Host Controller
drivers/usb/core/inode.c: creating file '002'
ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:1d.0: reset hcs_params 0x200002 dbg=2 cc=0 pcc=0 ordered !ppc ports=2
ehci_hcd 0000:00:1d.0: reset hcc_params 36881 caching frame 1024 64 bit addr
ehci_hcd 0000:00:1d.0: support lpm
ehci_hcd 0000:00:1d.0: debug port 2
ehci_hcd 0000:00:1d.0: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
ehci_hcd 0000:00:1d.0: supports USB remote wakeup
ehci_hcd 0000:00:1d.0: irq 23, io mem 0xdf007000
ehci_hcd 0000:00:1d.0: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
ehci_hcd 0000:00:1d.0: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
cfg80211: Calling CRDA to update world regulatory domain
ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
usb usb2: default language 0x0409
usb usb2: udev 1, busnum 2, minor = 128
usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: EHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.37.5 ehci_hcd
usb usb2: SerialNumber: 0000:00:1d.0
usb usb2: usb_probe_device
usb usb2: configuration #1 chosen from 1 choice
usb usb2: adding 2-0:1.0 (config #1, interface 0)
hub 2-0:1.0: usb_probe_interface
hub 2-0:1.0: usb_probe_interface - got id
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
hub 2-0:1.0: standalone hub
hub 2-0:1.0: no power switching (usb 1.0)
hub 2-0:1.0: individual port over-current protection
hub 2-0:1.0: power on to power good time: 20ms
hub 2-0:1.0: local power source is good
hub 2-0:1.0: trying to enable port power on non-switchable hub
drivers/usb/core/inode.c: creating file '001'
ehci_hcd 0000:00:1a.0: GetStatus port:1 status 001803 0  ACK POWER sig=j CSC CONNECT
hub 1-0:1.0: port 1: status 0501 change 0001
ehci_hcd 0000:00:1d.0: GetStatus port:1 status 001803 0  ACK POWER sig=j CSC CONNECT
hub 2-0:1.0: port 1: status 0501 change 0001
xhci_hcd 0000:04:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
xhci_hcd 0000:04:00.0: setting latency timer to 64
xhci_hcd 0000:04:00.0: xHCI Host Controller
drivers/usb/core/inode.c: creating file '003'
xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
xhci_hcd 0000:04:00.0: xHCI capability registers at ffffc900063a0000:
xhci_hcd 0000:04:00.0: CAPLENGTH AND HCIVERSION 0x960080:
xhci_hcd 0000:04:00.0: CAPLENGTH: 0x80
xhci_hcd 0000:04:00.0: HCIVERSION: 0x96
xhci_hcd 0000:04:00.0: HCSPARAMS 1: 0x2000120
xhci_hcd 0000:04:00.0:   Max device slots: 32
xhci_hcd 0000:04:00.0:   Max interrupters: 1
xhci_hcd 0000:04:00.0:   Max ports: 2
xhci_hcd 0000:04:00.0: HCSPARAMS 2: 0x24
xhci_hcd 0000:04:00.0:   Isoc scheduling threshold: 4
xhci_hcd 0000:04:00.0:   Maximum allowed segments in event ring: 2
xhci_hcd 0000:04:00.0: HCSPARAMS 3 0x40001:
xhci_hcd 0000:04:00.0:   Worst case U1 device exit latency: 1
xhci_hcd 0000:04:00.0:   Worst case U2 device exit latency: 4
xhci_hcd 0000:04:00.0: HCC PARAMS 0x200071b9:
xhci_hcd 0000:04:00.0:   HC generates 64 bit addresses
xhci_hcd 0000:04:00.0:   FIXME: more HCCPARAMS debugging
xhci_hcd 0000:04:00.0: RTSOFF 0x2000:
xhci_hcd 0000:04:00.0: xHCI operational registers at ffffc900063a0080:
xhci_hcd 0000:04:00.0: USBCMD 0x0:
xhci_hcd 0000:04:00.0:   HC is being stopped
xhci_hcd 0000:04:00.0:   HC has finished hard reset
xhci_hcd 0000:04:00.0:   Event Interrupts disabled
xhci_hcd 0000:04:00.0:   Host System Error Interrupts disabled
xhci_hcd 0000:04:00.0:   HC has finished light reset
xhci_hcd 0000:04:00.0: USBSTS 0x1:
xhci_hcd 0000:04:00.0:   Event ring is empty
xhci_hcd 0000:04:00.0:   No Host System Error
xhci_hcd 0000:04:00.0:   HC is halted
xhci_hcd 0000:04:00.0: ffffc900063a0480 port status reg = 0x2a0
xhci_hcd 0000:04:00.0: ffffc900063a0484 port power reg = 0x0
xhci_hcd 0000:04:00.0: ffffc900063a0488 port link reg = 0x0
xhci_hcd 0000:04:00.0: ffffc900063a048c port reserved reg = 0x0
xhci_hcd 0000:04:00.0: ffffc900063a0490 port status reg = 0x2a0
xhci_hcd 0000:04:00.0: ffffc900063a0494 port power reg = 0x0
xhci_hcd 0000:04:00.0: ffffc900063a0498 port link reg = 0x0
xhci_hcd 0000:04:00.0: ffffc900063a049c port reserved reg = 0x1e4
xhci_hcd 0000:04:00.0: // Halt the HC
xhci_hcd 0000:04:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc900063a0080, 32'h0, 4'hf);
xhci_hcd 0000:04:00.0: Resetting HCD
xhci_hcd 0000:04:00.0: // Reset the HC
xhci_hcd 0000:04:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc900063a0080, 32'h2, 4'hf);
hub 1-0:1.0: state 7 ports 2 chg 0002 evt 0000
hub 1-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
ehci_hcd 0000:00:1a.0: port 1 high speed
ehci_hcd 0000:00:1a.0: GetStatus port:1 status 001005 0  ACK POWER sig=se0 PE CONNECT
xhci_hcd 0000:04:00.0: Wait for controller to be ready for doorbell rings
xhci_hcd 0000:04:00.0: Reset complete
xhci_hcd 0000:04:00.0: Enabling 64-bit DMA addresses.
xhci_hcd 0000:04:00.0: Calling HCD init
xhci_hcd 0000:04:00.0: xhci_init
xhci_hcd 0000:04:00.0: xHCI doesn't need link TRB QUIRK
xhci_hcd 0000:04:00.0: Supported page size register = 0x1
xhci_hcd 0000:04:00.0: Supported page size of 4K
xhci_hcd 0000:04:00.0: HCD page size set to 4K
xhci_hcd 0000:04:00.0: // xHC can handle at most 32 device slots.
xhci_hcd 0000:04:00.0: // Setting Max device slots reg = 0x20.
xhci_hcd 0000:04:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc900063a00b8, 32'h20, 4'hf);
xhci_hcd 0000:04:00.0: // Device context base array address = 0xaa83e000 (DMA), ffff8800aa83e000 (virt)
xhci_hcd 0000:04:00.0: `MEM_WRITE_DWORD(3'b000, 64'hffffc900063a00b0, 64'haa83e000, 4'hf);
xhci_hcd 0000:04:00.0: Allocating ring at ffff8801c71724c0
xhci_hcd 0000:04:00.0: Allocating priv segment structure at ffff8801c963d240
xhci_hcd 0000:04:00.0: // Allocating segment at ffff8800aa85d000 (virtual) 0xaa85d000 (DMA)
xhci_hcd 0000:04:00.0: Linking segment 0xaa85d000 to segment 0xaa85d000 (DMA)
xhci_hcd 0000:04:00.0: Wrote link toggle flag to segment ffff8801c963d240 (virtual), 0xaa85d000 (DMA)
xhci_hcd 0000:04:00.0: Allocated command ring at ffff8801c71724c0
xhci_hcd 0000:04:00.0: First segment DMA is 0xaa85d000
xhci_hcd 0000:04:00.0: // Setting command ring address to 0x20
xhci_hcd 0000:04:00.0: `MEM_WRITE_DWORD(3'b000, 64'hffffc900063a0098, 64'haa85d001, 4'hf);
xhci_hcd 0000:04:00.0: // xHC command ring deq ptr low bits + flags = @00000000
xhci_hcd 0000:04:00.0: // xHC command ring deq ptr high bits = @00000000
xhci_hcd 0000:04:00.0: // Doorbell array is located at offset 0x3000 from cap regs base addr
xhci_hcd 0000:04:00.0: // xHCI capability registers at ffffc900063a0000:
xhci_hcd 0000:04:00.0: // @ffffc900063a0000 = 0x960080 (CAPLENGTH AND HCIVERSION)
xhci_hcd 0000:04:00.0: //   CAPLENGTH: 0x80
xhci_hcd 0000:04:00.0: // xHCI operational registers at ffffc900063a0080:
xhci_hcd 0000:04:00.0: // @ffffc900063a0018 = 0x2000 RTSOFF
xhci_hcd 0000:04:00.0: // xHCI runtime registers at ffffc900063a2000:
xhci_hcd 0000:04:00.0: // @ffffc900063a0014 = 0x3000 DBOFF
xhci_hcd 0000:04:00.0: // Doorbell array at ffffc900063a3000:
xhci_hcd 0000:04:00.0: xHCI runtime registers at ffffc900063a2000:
xhci_hcd 0000:04:00.0:   ffffc900063a2000: Microframe index = 0x0
xhci_hcd 0000:04:00.0: // Allocating event ring
xhci_hcd 0000:04:00.0: Allocating ring at ffff8801c805aa40
xhci_hcd 0000:04:00.0: Allocating priv segment structure at ffff8801c808fba0
xhci_hcd 0000:04:00.0: // Allocating segment at ffff8800aa85d400 (virtual) 0xaa85d400 (DMA)
xhci_hcd 0000:04:00.0: Linking segment 0xaa85d400 to segment 0xaa85d400 (DMA)
xhci_hcd 0000:04:00.0: TRB math tests passed.
xhci_hcd 0000:04:00.0: // Allocated event ring segment table at 0xaa85e000
xhci_hcd 0000:04:00.0: Set ERST to 0; private num segs = 1, virt addr = ffff8800aa85e000, dma addr = 0xaa85e000
xhci_hcd 0000:04:00.0: // Write ERST size = 1 to ir_set 0 (some bits preserved)
xhci_hcd 0000:04:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc900063a2028, 32'h1, 4'hf);
xhci_hcd 0000:04:00.0: // Set ERST entries to point to event ring.
xhci_hcd 0000:04:00.0: // Set ERST base address for ir_set 0 = 0xaa85e000
xhci_hcd 0000:04:00.0: `MEM_WRITE_DWORD(3'b000, 64'hffffc900063a2030, 64'haa85e000, 4'hf);
xhci_hcd 0000:04:00.0: // Write event ring dequeue pointer, preserving EHB bit
xhci_hcd 0000:04:00.0: `MEM_WRITE_DWORD(3'b000, 64'hffffc900063a2038, 64'haa85d400, 4'hf);
xhci_hcd 0000:04:00.0: Wrote ERST address to ir_set 0.
xhci_hcd 0000:04:00.0: Allocating 0 scratchpad buffers
xhci_hcd 0000:04:00.0: Ext Cap ffffc900063a8000, port offset = 1, count = 1, revision = 0x3
xhci_hcd 0000:04:00.0: Ext Cap ffffc900063a8010, port offset = 2, count = 1, revision = 0x2
xhci_hcd 0000:04:00.0: Found 1 USB 2.0 ports and 1 USB 3.0 ports.
xhci_hcd 0000:04:00.0: USB 2.0 port at index 1, addr = ffffc900063a0490
xhci_hcd 0000:04:00.0: USB 3.0 port at index 0, addr = ffffc900063a0480
xhci_hcd 0000:04:00.0: Finished xhci_init
xhci_hcd 0000:04:00.0: Called HCD init
xhci_hcd 0000:04:00.0: Got SBRN 48
xhci_hcd 0000:04:00.0: MWI active
xhci_hcd 0000:04:00.0: Finished xhci_pci_reinit
xhci_hcd 0000:04:00.0: supports USB remote wakeup
xhci_hcd 0000:04:00.0: irq 19, io mem 0xdd200000
xhci_hcd 0000:04:00.0: xhci_run
xhci_hcd 0000:04:00.0: Failed to enable MSI-X
xhci_hcd 0000:04:00.0: irq 48 for MSI/MSI-X
xhci_hcd 0000:04:00.0: Setting event ring polling timer
xhci_hcd 0000:04:00.0: Command ring memory map follows:
xhci_hcd 0000:04:00.0: @aa85d000 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d010 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d020 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d030 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d040 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d050 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d060 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d070 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d080 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d090 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d0a0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d0b0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d0c0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d0d0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d0e0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d0f0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d100 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d110 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d120 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d130 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d140 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d150 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d160 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d170 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d180 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d190 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d1a0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d1b0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d1c0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d1d0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d1e0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d1f0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d200 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d210 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d220 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d230 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d240 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d250 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d260 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d270 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d280 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d290 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d2a0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d2b0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d2c0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d2d0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d2e0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d2f0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d300 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d310 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d320 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d330 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d340 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d350 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d360 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d370 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d380 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d390 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d3a0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d3b0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d3c0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d3d0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d3e0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d3f0 aa85d000 00000000 00000000 00001802
xhci_hcd 0000:04:00.0:   Ring has not been updated
xhci_hcd 0000:04:00.0: Ring deq = ffff8800aa85d000 (virt), 0xaa85d000 (dma)
xhci_hcd 0000:04:00.0: Ring deq updated 0 times
xhci_hcd 0000:04:00.0: Ring enq = ffff8800aa85d000 (virt), 0xaa85d000 (dma)
xhci_hcd 0000:04:00.0: Ring enq updated 0 times
xhci_hcd 0000:04:00.0: // xHC command ring deq ptr low bits + flags = @00000000
xhci_hcd 0000:04:00.0: // xHC command ring deq ptr high bits = @00000000
xhci_hcd 0000:04:00.0: ERST memory map follows:
xhci_hcd 0000:04:00.0: @aa85e000 aa85d400 00000000 00000040 00000000
xhci_hcd 0000:04:00.0: Event ring:
xhci_hcd 0000:04:00.0: @aa85d400 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d410 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d420 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d430 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d440 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d450 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d460 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d470 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d480 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d490 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d4a0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d4b0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d4c0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d4d0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d4e0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d4f0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d500 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d510 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d520 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d530 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d540 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d550 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d560 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d570 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d580 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d590 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d5a0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d5b0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d5c0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d5d0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d5e0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d5f0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d600 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d610 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d620 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d630 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d640 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d650 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d660 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d670 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d680 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d690 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d6a0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d6b0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d6c0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d6d0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d6e0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d6f0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d700 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d710 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d720 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d730 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d740 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d750 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d760 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d770 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d780 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d790 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d7a0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d7b0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d7c0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d7d0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d7e0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0: @aa85d7f0 00000000 00000000 00000000 00000000
xhci_hcd 0000:04:00.0:   Ring has not been updated
xhci_hcd 0000:04:00.0: Ring deq = ffff8800aa85d400 (virt), 0xaa85d400 (dma)
xhci_hcd 0000:04:00.0: Ring deq updated 0 times
xhci_hcd 0000:04:00.0: Ring enq = ffff8800aa85d400 (virt), 0xaa85d400 (dma)
xhci_hcd 0000:04:00.0: Ring enq updated 0 times
xhci_hcd 0000:04:00.0: ERST deq = 64'haa85d400
xhci_hcd 0000:04:00.0: // Set the interrupt modulation register
xhci_hcd 0000:04:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc900063a2024, 32'ha0, 4'hf);
xhci_hcd 0000:04:00.0: // Enable interrupts, cmd = 0x4.
xhci_hcd 0000:04:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc900063a0080, 32'h4, 4'hf);
xhci_hcd 0000:04:00.0: // Enabling event ring interrupter ffffc900063a2020 by writing 0x2 to irq_pending
xhci_hcd 0000:04:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc900063a2020, 32'h2, 4'hf);
xhci_hcd 0000:04:00.0:   ffffc900063a2020: ir_set[0]
xhci_hcd 0000:04:00.0:   ffffc900063a2020: ir_set.pending = 0x2
xhci_hcd 0000:04:00.0:   ffffc900063a2024: ir_set.control = 0xa0
xhci_hcd 0000:04:00.0:   ffffc900063a2028: ir_set.erst_size = 0x1
xhci_hcd 0000:04:00.0:   ffffc900063a2030: ir_set.erst_base = @aa85e000
xhci_hcd 0000:04:00.0:   ffffc900063a2038: ir_set.erst_dequeue = @aa85d400
xhci_hcd 0000:04:00.0: // Turn on HC, cmd = 0x5.
xhci_hcd 0000:04:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc900063a0080, 32'h5, 4'hf);
xhci_hcd 0000:04:00.0: Finished xhci_run
usb usb3: No SuperSpeed endpoint companion for config 1  interface 0 altsetting 0 ep 129: using minimum values
usb usb3: default language 0x0409
usb usb3: udev 1, busnum 3, minor = 256
usb usb3: New USB device found, idVendor=1d6b, idProduct=0003
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: xHCI Host Controller
usb usb3: Manufacturer: Linux 2.6.37.5 xhci_hcd
usb usb3: SerialNumber: 0000:04:00.0
usb usb3: usb_probe_device
usb usb3: configuration #1 chosen from 1 choice
xHCI xhci_add_endpoint called for root hub
xHCI xhci_check_bandwidth called for root hub
usb usb3: adding 3-0:1.0 (config #1, interface 0)
hub 3-0:1.0: usb_probe_interface
hub 3-0:1.0: usb_probe_interface - got id
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
hub 3-0:1.0: standalone hub
hub 3-0:1.0: individual port power switching
hub 3-0:1.0: individual port over-current protection
hub 3-0:1.0: TT requires at most 8 FS bit times (666 ns)
hub 3-0:1.0: power on to power good time: 20ms
hub 3-0:1.0: local power source is good
hub 3-0:1.0: enabling power on all ports
xhci_hcd 0000:04:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc900063a0480, 32'h2a0, 4'hf);
xhci_hcd 0000:04:00.0: set port power, actual port 0 status  = 0x2a0
xhci_hcd 0000:04:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc900063a0490, 32'h2a0, 4'hf);
xhci_hcd 0000:04:00.0: set port power, actual port 1 status  = 0x2a0
drivers/usb/core/inode.c: creating file '001'
usb 1-1: new high speed USB device using ehci_hcd and address 2
ehci_hcd 0000:00:1a.0: port 1 high speed
ehci_hcd 0000:00:1a.0: GetStatus port:1 status 001005 0  ACK POWER sig=se0 PE CONNECT
<30>udev[1553]: renamed network interface eth0 to lan
xhci_hcd 0000:04:00.0: get port status, actual port 0 status  = 0x2a0
xhci_hcd 0000:04:00.0: Get port status returned 0x100
xhci_hcd 0000:04:00.0: get port status, actual port 1 status  = 0x2a0
xhci_hcd 0000:04:00.0: Get port status returned 0x100
ehci_hcd 0000:00:1a.0: set dev address 2 for port 1
ehci_hcd 0000:00:1a.0: LPM: no device attached
usb 1-1: udev 2, busnum 1, minor = 1
usb 1-1: New USB device found, idVendor=8087, idProduct=0024
usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
usb 1-1: usb_probe_device
usb 1-1: configuration #1 chosen from 1 choice
usb 1-1: adding 1-1:1.0 (config #1, interface 0)
hub 1-1:1.0: usb_probe_interface
hub 1-1:1.0: usb_probe_interface - got id
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 6 ports detected
hub 1-1:1.0: standalone hub
hub 1-1:1.0: individual port power switching
hub 1-1:1.0: individual port over-current protection
hub 1-1:1.0: Single TT
hub 1-1:1.0: TT requires at most 8 FS bit times (666 ns)
hub 1-1:1.0: power on to power good time: 100ms
hub 1-1:1.0: local power source is good
hub 1-1:1.0: enabling power on all ports
drivers/usb/core/inode.c: creating file '002'
hub 2-0:1.0: state 7 ports 2 chg 0002 evt 0000
hub 2-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
ehci_hcd 0000:00:1d.0: port 1 high speed
ehci_hcd 0000:00:1d.0: GetStatus port:1 status 001005 0  ACK POWER sig=se0 PE CONNECT
hub 1-1:1.0: port 2: status 0101 change 0001
hub 1-1:1.0: port 5: status 0101 change 0001
usb 2-1: new high speed USB device using ehci_hcd and address 2
ehci_hcd 0000:00:1d.0: port 1 high speed
ehci_hcd 0000:00:1d.0: GetStatus port:1 status 001005 0  ACK POWER sig=se0 PE CONNECT
usb 1-1: link qh256-0001/ffff8801c8093ac0 start 1 [1/0 us]
ehci_hcd 0000:00:1d.0: set dev address 2 for port 1
ehci_hcd 0000:00:1d.0: LPM: no device attached
usb 2-1: udev 2, busnum 2, minor = 129
usb 2-1: New USB device found, idVendor=8087, idProduct=0024
usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
usb 2-1: usb_probe_device
usb 2-1: configuration #1 chosen from 1 choice
usb 2-1: adding 2-1:1.0 (config #1, interface 0)
hub 2-1:1.0: usb_probe_interface
hub 2-1:1.0: usb_probe_interface - got id
hub 2-1:1.0: USB hub found
hub 2-1:1.0: 6 ports detected
hub 2-1:1.0: standalone hub
hub 2-1:1.0: individual port power switching
hub 2-1:1.0: individual port over-current protection
hub 2-1:1.0: Single TT
hub 2-1:1.0: TT requires at most 8 FS bit times (666 ns)
hub 2-1:1.0: power on to power good time: 100ms
hub 2-1:1.0: local power source is good
hub 2-1:1.0: enabling power on all ports
drivers/usb/core/inode.c: creating file '002'
hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
hub 1-1:1.0: state 7 ports 6 chg 0024 evt 0000
hub 1-1:1.0: port 2, status 0101, change 0000, 12 Mb/s
hub 1-1:1.0: port 2 not reset yet, waiting 10ms
usb 1-1.2: new high speed USB device using ehci_hcd and address 3
hub 1-1:1.0: port 2 not reset yet, waiting 10ms
ath9k 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
ath9k 0000:03:00.0: setting latency timer to 64
hub 2-1:1.0: port 2: status 0101 change 0001
hub 2-1:1.0: port 4: status 0101 change 0001
ath: EEPROM regdomain: 0x8283
ath: EEPROM indicates we should expect a country code
ath: doing EEPROM country->regdmn map search
ath: country maps to regdmn code: 0x3
ath: Country alpha2 being used: RU
ath: Regpair used: 0x3
HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
HDA Intel 0000:00:1b.0: irq 49 for MSI/MSI-X
HDA Intel 0000:00:1b.0: setting latency timer to 64
ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
cfg80211: Calling CRDA for country: RU
Registered led device: ath9k-phy0::radio
Registered led device: ath9k-phy0::assoc
Registered led device: ath9k-phy0::tx
Registered led device: ath9k-phy0::rx
ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc90016420000, irq=17
usb 1-1.2: skipped 1 descriptor after configuration
usb 1-1.2: skipped 5 descriptors after interface
usb 1-1.2: skipped 1 descriptor after endpoint
usb 1-1.2: skipped 11 descriptors after interface
usb 1-1.2: default language 0x0409
usb 1-1.2: udev 3, busnum 1, minor = 2
usb 1-1.2: New USB device found, idVendor=13d3, idProduct=5122
usb 1-1.2: New USB device strings: Mfr=2, Product=1, SerialNumber=3
usb 1-1.2: Product: USB2.0 UVC 2M WebCam
usb 1-1.2: Manufacturer: USB2.0 UVC 2M WebCam
usb 1-1.2: SerialNumber: USB2.0 UVC 2M WebCam
usb 1-1.2: usb_probe_device
usb 1-1.2: configuration #1 chosen from 1 choice
usb 1-1.2: adding 1-1.2:1.0 (config #1, interface 0)
usb 2-1: link qh256-0001/ffff8801c4500cc0 start 1 [1/0 us]
usb 1-1.2: adding 1-1.2:1.1 (config #1, interface 1)
drivers/usb/core/inode.c: creating file '003'
hub 1-1:1.0: port 5, status 0101, change 0000, 12 Mb/s
hub 1-1:1.0: port 5 not reset yet, waiting 10ms
usb 1-1.5: new full speed USB device using ehci_hcd and address 4
hub 1-1:1.0: port 5 not reset yet, waiting 10ms
usb 1-1.5: skipped 1 descriptor after interface
usb 1-1.5: default language 0x0409
usb 1-1.5: udev 4, busnum 1, minor = 3
usb 1-1.5: New USB device found, idVendor=0b05, idProduct=1788
usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-1.5: Product: BT-270
usb 1-1.5: Manufacturer: Broadcom Corp
usb 1-1.5: SerialNumber: 74F06DC35FAB
usb 1-1.5: usb_probe_device
usb 1-1.5: configuration #1 chosen from 1 choice
usb 1-1.5: adding 1-1.5:1.0 (config #1, interface 0)
usb 1-1.5: adding 1-1.5:1.1 (config #1, interface 1)
usb 1-1.5: adding 1-1.5:1.2 (config #1, interface 2)
usb 1-1.5: adding 1-1.5:1.3 (config #1, interface 3)
drivers/usb/core/inode.c: creating file '004'
hub 1-1:1.0: state 7 ports 6 chg 0000 evt 0004
hub 2-1:1.0: state 7 ports 6 chg 0014 evt 0000
hub 2-1:1.0: port 2, status 0101, change 0000, 12 Mb/s
hub 2-1:1.0: port 2 not reset yet, waiting 10ms
Bluetooth: Core ver 2.15
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: Generic Bluetooth USB driver ver 0.6
btusb 1-1.5:1.0: usb_probe_interface
btusb 1-1.5:1.0: usb_probe_interface - got id
btusb 1-1.5:1.2: usb_probe_interface
btusb 1-1.5:1.2: usb_probe_interface - got id
btusb 1-1.5:1.3: usb_probe_interface
btusb 1-1.5:1.3: usb_probe_interface - got id
usbcore: registered new interface driver btusb
usb 2-1.2: new full speed USB device using ehci_hcd and address 3
hub 2-1:1.0: port 2 not reset yet, waiting 10ms
usb 2-1.2: ep0 maxpacket = 8
usb 2-1.2: skipped 4 descriptors after interface
usb 2-1.2: skipped 2 descriptors after interface
usb 2-1.2: skipped 1 descriptor after endpoint
usb 2-1.2: skipped 2 descriptors after interface
usb 2-1.2: skipped 1 descriptor after endpoint
usb 2-1.2: skipped 1 descriptor after interface
usb 2-1.2: default language 0x0409
usb 2-1.2: udev 3, busnum 2, minor = 130
usb 2-1.2: New USB device found, idVendor=08bb, idProduct=2706
usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 2-1.2: Product: USB Audio DAC   
usb 2-1.2: Manufacturer: Burr-Brown from TI              
usb 2-1.2: usb_probe_device
usb 2-1.2: configuration #1 chosen from 1 choice
usb 2-1.2: adding 2-1.2:1.0 (config #1, interface 0)
usb 2-1.2: adding 2-1.2:1.1 (config #1, interface 1)
usb 2-1.2: adding 2-1.2:1.2 (config #1, interface 2)
usbhid 2-1.2:1.2: usb_probe_interface
usbhid 2-1.2:1.2: usb_probe_interface - got id
input: Burr-Brown from TI               USB Audio DAC    as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.2/input/input7
usb 2-1.2: link qh8-0601/ffff8801c60acac0 start 2 [1/2 us]
generic-usb 0003:08BB:2706.0001: input: USB HID v1.00 Device [Burr-Brown from TI               USB Audio DAC   ] on usb-0000:00:1d.0-1.2/input2
drivers/usb/core/inode.c: creating file '003'
hub 2-1:1.0: port 4, status 0101, change 0000, 12 Mb/s
hub 2-1:1.0: port 4 not reset yet, waiting 10ms
<30>udev[1566]: renamed network interface wlan0 to wlan
usb 2-1.4: new high speed USB device using ehci_hcd and address 4
hub 2-1:1.0: port 4 not reset yet, waiting 10ms
usb 2-1.4: udev 4, busnum 2, minor = 131
usb 2-1.4: New USB device found, idVendor=2001, idProduct=f103
usb 2-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
usb 2-1.4: usb_probe_device
usb 2-1.4: configuration #1 chosen from 1 choice
usb 2-1.4: adding 2-1.4:1.0 (config #1, interface 0)
hub 2-1.4:1.0: usb_probe_interface
hub 2-1.4:1.0: usb_probe_interface - got id
hub 2-1.4:1.0: USB hub found
hub 2-1.4:1.0: 7 ports detected
hub 2-1.4:1.0: standalone hub
hub 2-1.4:1.0: individual port power switching
hub 2-1.4:1.0: individual port over-current protection
hub 2-1.4:1.0: Single TT
hub 2-1.4:1.0: TT requires at most 16 FS bit times (1332 ns)
hub 2-1.4:1.0: power on to power good time: 100ms
hub 2-1.4:1.0: local power source is good
hub 2-1.4:1.0: enabling power on all ports
drivers/usb/core/inode.c: creating file '004'
hub 2-1:1.0: state 7 ports 6 chg 0000 evt 0010
hub 2-1.4:1.0: port 2: status 0101 change 0001
hub 2-1.4:1.0: port 7: status 0301 change 0001
usb 2-1.4: link qh256-0001/ffff8801c71ead40 start 3 [1/0 us]
hub 2-1.4:1.0: state 7 ports 7 chg 0084 evt 0000
hub 2-1.4:1.0: port 2, status 0101, change 0000, 12 Mb/s
hub 2-1.4:1.0: port 2 not reset yet, waiting 10ms
usb 2-1.4.2: new high speed USB device using ehci_hcd and address 5
hub 2-1.4:1.0: port 2 not reset yet, waiting 10ms
snd-usb-audio 2-1.2:1.0: usb_probe_interface
snd-usb-audio 2-1.2:1.0: usb_probe_interface - got id
usbcore: registered new interface driver snd-usb-audio
usb 2-1.4.2: default language 0x0409
usb 2-1.4.2: udev 5, busnum 2, minor = 132
usb 2-1.4.2: New USB device found, idVendor=05e3, idProduct=0608
usb 2-1.4.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
usb 2-1.4.2: Product: USB2.0 Hub
usb 2-1.4.2: usb_probe_device
usb 2-1.4.2: configuration #1 chosen from 1 choice
usb 2-1.4.2: adding 2-1.4.2:1.0 (config #1, interface 0)
hub 2-1.4.2:1.0: usb_probe_interface
hub 2-1.4.2:1.0: usb_probe_interface - got id
hub 2-1.4.2:1.0: USB hub found
hub 2-1.4.2:1.0: 4 ports detected
hub 2-1.4.2:1.0: standalone hub
hub 2-1.4.2:1.0: ganged power switching
hub 2-1.4.2:1.0: global over-current protection
hub 2-1.4.2:1.0: Single TT
hub 2-1.4.2:1.0: TT requires at most 32 FS bit times (2664 ns)
hub 2-1.4.2:1.0: Port indicators are supported
hub 2-1.4.2:1.0: power on to power good time: 100ms
hub 2-1.4.2:1.0: local power source is good
hub 2-1.4.2:1.0: no over-current condition exists
hub 2-1.4.2:1.0: enabling power on all ports
drivers/usb/core/inode.c: creating file '005'
hub 2-1.4:1.0: port 7, status 0301, change 0000, 1.5 Mb/s
hub 2-1.4:1.0: port 7 not reset yet, waiting 10ms
usb 2-1.4.7: new low speed USB device using ehci_hcd and address 6
hub 2-1.4.2:1.0: port 1: status 0301 change 0001
hub 2-1.4.2:1.0: port 4: status 0301 change 0001
usb 2-1.4.7: skipped 1 descriptor after interface
usb 2-1.4.7: default language 0x0409
usb 2-1.4.7: udev 6, busnum 2, minor = 133
usb 2-1.4.7: New USB device found, idVendor=0458, idProduct=003a
usb 2-1.4.7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 2-1.4.7: Product: Optical Mouse
usb 2-1.4.7: Manufacturer: Genius
usb 2-1.4.7: usb_probe_device
usb 2-1.4.7: configuration #1 chosen from 1 choice
usb 2-1.4.7: adding 2-1.4.7:1.0 (config #1, interface 0)
usbhid 2-1.4.7:1.0: usb_probe_interface
usbhid 2-1.4.7:1.0: usb_probe_interface - got id
input: Genius Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4.7/2-1.4.7:1.0/input/input8
generic-usb 0003:0458:003A.0002: input: USB HID v1.10 Mouse [Genius Optical Mouse] on usb-0000:00:1d.0-1.4.7/input0
drivers/usb/core/inode.c: creating file '006'
hub 2-1.4:1.0: state 7 ports 7 chg 0000 evt ff80
usb 2-1.4.2: link qh256-0001/ffff8801c60ac6c0 start 4 [1/0 us]
hub 2-1.4.2:1.0: state 7 ports 4 chg 0012 evt 0000
hub 2-1.4.2:1.0: port 1, status 0301, change 0000, 1.5 Mb/s
usb 2-1.4.2.1: new low speed USB device using ehci_hcd and address 7
usb 2-1.4.2.1: skipped 1 descriptor after interface
usb 2-1.4.2.1: skipped 1 descriptor after interface
usb 2-1.4.2.1: default language 0x0409
usb 2-1.4.2.1: udev 7, busnum 2, minor = 134
usb 2-1.4.2.1: New USB device found, idVendor=0458, idProduct=00a1
usb 2-1.4.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 2-1.4.2.1: Product: 2.4G Wireless Mouse and Keyboard
usb 2-1.4.2.1: Manufacturer: Genius
usb 2-1.4.2.1: usb_probe_device
usb 2-1.4.2.1: configuration #1 chosen from 1 choice
usb 2-1.4.2.1: adding 2-1.4.2.1:1.0 (config #1, interface 0)
usbhid 2-1.4.2.1:1.0: usb_probe_interface
usbhid 2-1.4.2.1:1.0: usb_probe_interface - got id
input: Genius 2.4G Wireless Mouse and Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4.2/2-1.4.2.1/2-1.4.2.1:1.0/input/input9
usb 2-1.4.2.1: link qh8-0601/ffff8801c62d50c0 start 5 [1/2 us]
generic-usb 0003:0458:00A1.0003: input: USB HID v1.00 Keyboard [Genius 2.4G Wireless Mouse and Keyboard] on usb-0000:00:1d.0-1.4.2.1/input0
usb 2-1.4.2.1: adding 2-1.4.2.1:1.1 (config #1, interface 1)
usbhid 2-1.4.2.1:1.1: usb_probe_interface
usbhid 2-1.4.2.1:1.1: usb_probe_interface - got id
input: Genius 2.4G Wireless Mouse and Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4.2/2-1.4.2.1/2-1.4.2.1:1.1/input/input10
usb 2-1.4.2.1: link qh8-0601/ffff8801c5033d40 start 6 [1/2 us]
generic-usb 0003:0458:00A1.0004: input: USB HID v1.00 Mouse [Genius 2.4G Wireless Mouse and Keyboard] on usb-0000:00:1d.0-1.4.2.1/input1
drivers/usb/core/inode.c: creating file '007'
hub 2-1.4.2:1.0: port 4, status 0301, change 0000, 1.5 Mb/s
usb 2-1.4.2.4: new low speed USB device using ehci_hcd and address 8
hub 2-1.4.2:1.0: port 4 not reset yet, waiting 10ms
usb 2-1.4.2.4: skipped 1 descriptor after interface
usb 2-1.4.2.4: skipped 1 descriptor after interface
usb 2-1.4.2.4: default language 0x0409
usb 2-1.4.2.4: udev 8, busnum 2, minor = 135
usb 2-1.4.2.4: New USB device found, idVendor=04d9, idProduct=2013
usb 2-1.4.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 2-1.4.2.4: Product: USB Keyboard
usb 2-1.4.2.4: Manufacturer:  
usb 2-1.4.2.4: usb_probe_device
usb 2-1.4.2.4: configuration #1 chosen from 1 choice
usb 2-1.4.2.4: adding 2-1.4.2.4:1.0 (config #1, interface 0)
usbhid 2-1.4.2.4:1.0: usb_probe_interface
usbhid 2-1.4.2.4:1.0: usb_probe_interface - got id
input:   USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4.2/2-1.4.2.4/2-1.4.2.4:1.0/input/input11
usb 2-1.4.2.4: link qh16-0601/ffff8801c50338c0 start 7 [1/2 us]
generic-usb 0003:04D9:2013.0005: input: USB HID v1.00 Keyboard [  USB Keyboard] on usb-0000:00:1d.0-1.4.2.4/input0
usb 2-1.4.2.4: adding 2-1.4.2.4:1.1 (config #1, interface 1)
usbhid 2-1.4.2.4:1.1: usb_probe_interface
usbhid 2-1.4.2.4:1.1: usb_probe_interface - got id
input:   USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4.2/2-1.4.2.4/2-1.4.2.4:1.1/input/input12
usb 2-1.4.2.4: link qh16-0601/ffff8801c5033640 start 8 [1/2 us]
generic-usb 0003:04D9:2013.0006: input: USB HID v1.00 Device [  USB Keyboard] on usb-0000:00:1d.0-1.4.2.4/input1
drivers/usb/core/inode.c: creating file '008'
hub 2-1.4.2:1.0: state 7 ports 4 chg 0000 evt 0010
hda_codec: ALC269VB: BIOS auto-probing.
HDMI: detected monitor  at connection type HDMI
HDMI: available speakers: FL/FR
HDMI: supports coding type LPCM: channels = 2, rates = 44100 48000 88200, bits = 16
HDMI hot plug event: Pin=6 Presence_Detect=1 ELD_Valid=1
HDMI: detected monitor  at connection type HDMI
HDMI: available speakers: FL/FR
HDMI: supports coding type LPCM: channels = 2, rates = 44100 48000 88200, bits = 16
HDMI hot plug event: Pin=6 Presence_Detect=1 ELD_Valid=1
HDMI: detected monitor  at connection type HDMI
HDMI: available speakers: FL/FR
HDMI: supports coding type LPCM: channels = 2, rates = 44100 48000 88200, bits = 16
EXT4-fs (sda7): re-mounted. Opts: (null)
EXT3-fs: barriers not enabled
kjournald starting.  Commit interval 5 seconds
EXT3-fs (sda5): using internal journal
EXT3-fs (sda5): mounted filesystem with writeback data mode
fuse init (API version 7.15)
EXT2-fs (loop0): warning: mounting unchecked fs, running e2fsck is recommended
Adding 8398844k swap on /dev/sda6.  Priority:-1 extents:1 across:8398844k 
r8169 0000:05:00.0: lan: link up
r8169 0000:05:00.0: lan: link up
usb 2-1.4.7: link qh8-0601/ffff8801c3e34dc0 start 1 [1/2 us]
lan: no IPv6 routers present
coretemp coretemp.0: TjMax is 100 C.
coretemp coretemp.1: TjMax is 100 C.
coretemp coretemp.2: TjMax is 100 C.
coretemp coretemp.3: TjMax is 100 C.
do_IRQ: 0.160 No irq handler for vector (irq -1)
00:00.0 Host bridge: Intel Corporation Device 0104 (rev 09)
	Subsystem: ASUSTeK Computer Inc. Device 1147
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort+ <MAbort+ >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
	Kernel driver in use: agpgart-intel

00:01.0 PCI bridge: Intel Corporation Device 0101 (rev 09) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: db000000-dc0fffff
	Prefetchable memory behind bridge: 00000000c0000000-00000000d1ffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [88] Subsystem: ASUSTeK Computer Inc. Device 1147
	Capabilities: [80] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00000  Data: 4051
	Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #2, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <256ns, L1 <4us
			ClockPM- Surprise- LLActRep- BwNot+
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #1, PowerLimit 75.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [140 v1] Root Complex Link
		Desc:	PortNumber=02 ComponentID=01 EltType=Config
		Link0:	Desc:	TargetPort=00 TargetComponent=01 AssocRCRB- LinkType=MemMapped LinkValid+
			Addr:	00000000fed19000
	Kernel driver in use: pcieport

00:02.0 VGA compatible controller: Intel Corporation Device 0116 (rev 09) (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. Device 1642
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 45
	Region 0: Memory at dc400000 (64-bit, non-prefetchable) [size=4M]
	Region 2: Memory at b0000000 (64-bit, prefetchable) [size=256M]
	Region 4: I/O ports at e000 [size=64]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00000  Data: 4079
	Capabilities: [d0] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [a4] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: i915

00:16.0 Communication controller: Intel Corporation Cougar Point HECI Controller #1 (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device 1147
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 11
	Region 0: Memory at df00b000 (64-bit, non-prefetchable) [size=16]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [8c] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000

00:1a.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #2 (rev 04) (prog-if 20 [EHCI])
	Subsystem: ASUSTeK Computer Inc. Device 1147
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at df008000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci_hcd
	Kernel modules: ehci-hcd

00:1b.0 Audio device: Intel Corporation Cougar Point High Definition Audio Controller (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device 1063
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 49
	Region 0: Memory at df000000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00000  Data: 40b1
	Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE- FLReset+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=01
			Status:	NegoPending- InProgress-
		VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=1 ArbSelect=Fixed TC/VC=22
			Status:	NegoPending- InProgress-
	Capabilities: [130 v1] Root Complex Link
		Desc:	PortNumber=0f ComponentID=00 EltType=Config
		Link0:	Desc:	TargetPort=00 TargetComponent=00 AssocRCRB- LinkType=MemMapped LinkValid+
			Addr:	00000000fed1c000
	Kernel driver in use: HDA Intel
	Kernel modules: snd-hda-intel

00:1c.0 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 1 (rev b4) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 0000c000-0000cfff
	Memory behind bridge: de600000-deffffff
	Prefetchable memory behind bridge: 00000000d4200000-00000000d4bfffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #1, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot-
		LnkCtl:	ASPM L0s L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, PowerLimit 10.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BC, TimeoutDis+ ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00000  Data: 4059
	Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Device 1147
	Capabilities: [a0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport

00:1c.1 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 2 (rev b4) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 0000b000-0000bfff
	Memory behind bridge: ddc00000-de5fffff
	Prefetchable memory behind bridge: 00000000d3700000-00000000d40fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #2, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #1, PowerLimit 10.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BC, TimeoutDis+ ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00000  Data: 4061
	Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Device 1147
	Capabilities: [a0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport

00:1c.3 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 4 (rev b4) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 0000a000-0000afff
	Memory behind bridge: dd200000-ddbfffff
	Prefetchable memory behind bridge: 00000000d2c00000-00000000d35fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #4, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #3, PowerLimit 10.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BC, TimeoutDis+ ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00000  Data: 4069
	Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Device 1147
	Capabilities: [a0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport

00:1c.5 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 6 (rev b4) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
	I/O behind bridge: 00009000-00009fff
	Memory behind bridge: dc800000-dd1fffff
	Prefetchable memory behind bridge: 00000000d2100000-00000000d2afffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #6, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot-
		LnkCtl:	ASPM L0s L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #5, PowerLimit 10.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BC, TimeoutDis+ ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00000  Data: 4071
	Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Device 1147
	Capabilities: [a0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport

00:1d.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #1 (rev 04) (prog-if 20 [EHCI])
	Subsystem: ASUSTeK Computer Inc. Device 1147
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at df007000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci_hcd
	Kernel modules: ehci-hcd

00:1f.0 ISA bridge: Intel Corporation Device 1c49 (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device 1147
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>

00:1f.2 SATA controller: Intel Corporation Cougar Point 6 port SATA AHCI Controller (rev 04) (prog-if 01 [AHCI 1.0])
	Subsystem: ASUSTeK Computer Inc. Device 1147
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 46
	Region 0: I/O ports at e0b0 [size=8]
	Region 1: I/O ports at e0a0 [size=4]
	Region 2: I/O ports at e090 [size=8]
	Region 3: I/O ports at e080 [size=4]
	Region 4: I/O ports at e060 [size=32]
	Region 5: Memory at df006000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00000  Data: 4081
	Capabilities: [70] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004
	Capabilities: [b0] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ahci

00:1f.3 SMBus: Intel Corporation Cougar Point SMBus Controller (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device 1147
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin C routed to IRQ 18
	Region 0: Memory at df005000 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at e040 [size=32]
	Kernel modules: i2c-i801

01:00.0 VGA compatible controller: nVidia Corporation Device 0df4 (rev a1) (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. Device 1642
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 11
	Region 0: Memory at db000000 (32-bit, non-prefetchable) [disabled] [size=16M]
	Region 1: Memory at c0000000 (64-bit, prefetchable) [disabled] [size=256M]
	Region 3: Memory at d0000000 (64-bit, prefetchable) [disabled] [size=32M]
	Region 5: I/O ports at d000 [disabled] [size=128]
	Expansion ROM at dc000000 [disabled] [size=512K]
	Capabilities: [60] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [78] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <256ns, L1 <4us
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM L1 Enabled; RCB 128 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB
	Capabilities: [b4] Vendor Specific Information: Len=14 <?>
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [128 v1] Power Budgeting <?>
	Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>

03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
	Subsystem: Device 1a3b:1a89
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 17
	Region 0: Memory at ddc00000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2- AuxCurrent=375mA PME(D0+,D1+,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [60] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [140 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [160 v1] Device Serial Number 00-15-17-ff-ff-24-14-12
	Capabilities: [170 v1] Power Budgeting <?>
	Kernel driver in use: ath9k
	Kernel modules: ath9k

04:00.0 USB Controller: Device 1b73:1000 (rev 04) (prog-if 30)
	Subsystem: ASUSTeK Computer Inc. Device 1039
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 48
	Region 0: Memory at dd200000 (32-bit, non-prefetchable) [size=64K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00000  Data: 40a1
	Capabilities: [80] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <2us, L1 <32us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 unlimited, L1 unlimited
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci-hcd

05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
	Subsystem: ASUSTeK Computer Inc. U6V laptop
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 47
	Region 0: I/O ports at 9000 [size=256]
	Region 2: Memory at d2104000 (64-bit, prefetchable) [size=4K]
	Region 4: Memory at d2100000 (64-bit, prefetchable) [size=16K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00000  Data: 4091
	Capabilities: [70] Express (v2) Endpoint, MSI 01
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM L0s L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [b0] MSI-X: Enable- Count=4 Masked-
		Vector table: BAR=4 offset=00000000
		PBA: BAR=4 offset=00000800
	Capabilities: [d0] Vital Product Data
		Unknown small resource type 00, will not decode more.
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [140 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [160 v1] Device Serial Number 05-59-68-01-68-4c-e0-00
	Kernel driver in use: r8169
	Kernel modules: r8169

00:00.0 Host bridge: Intel Corporation Device 0104 (rev 09)
	Subsystem: ASUSTeK Computer Inc. Device 1147
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort+ <MAbort+ >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
	Kernel driver in use: agpgart-intel

00:01.0 PCI bridge: Intel Corporation Device 0101 (rev 09) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: db000000-dc0fffff
	Prefetchable memory behind bridge: 00000000c0000000-00000000d1ffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [88] Subsystem: ASUSTeK Computer Inc. Device 1147
	Capabilities: [80] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00000  Data: 4051
	Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #2, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <256ns, L1 <4us
			ClockPM- Surprise- LLActRep- BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #1, PowerLimit 75.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [140 v1] Root Complex Link
		Desc:	PortNumber=02 ComponentID=01 EltType=Config
		Link0:	Desc:	TargetPort=00 TargetComponent=01 AssocRCRB- LinkType=MemMapped LinkValid+
			Addr:	00000000fed19000
	Kernel driver in use: pcieport

00:02.0 VGA compatible controller: Intel Corporation Device 0116 (rev 09) (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. Device 1642
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 41
	Region 0: Memory at dc400000 (64-bit, non-prefetchable) [size=4M]
	Region 2: Memory at b0000000 (64-bit, prefetchable) [size=256M]
	Region 4: I/O ports at e000 [size=64]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00000  Data: 4059
	Capabilities: [d0] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [a4] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: i915

00:16.0 Communication controller: Intel Corporation Cougar Point HECI Controller #1 (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device 1147
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 11
	Region 0: Memory at df00b000 (64-bit, non-prefetchable) [size=16]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [8c] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000

00:1a.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #2 (rev 04) (prog-if 20 [EHCI])
	Subsystem: ASUSTeK Computer Inc. Device 1147
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at df008000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci_hcd
	Kernel modules: ehci-hcd

00:1b.0 Audio device: Intel Corporation Cougar Point High Definition Audio Controller (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device 1063
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 44
	Region 0: Memory at df000000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00000  Data: 4089
	Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE- FLReset+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=01
			Status:	NegoPending- InProgress-
		VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=1 ArbSelect=Fixed TC/VC=22
			Status:	NegoPending- InProgress-
	Capabilities: [130 v1] Root Complex Link
		Desc:	PortNumber=0f ComponentID=00 EltType=Config
		Link0:	Desc:	TargetPort=00 TargetComponent=00 AssocRCRB- LinkType=MemMapped LinkValid+
			Addr:	00000000fed1c000
	Kernel driver in use: HDA Intel
	Kernel modules: snd-hda-intel

00:1c.0 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 1 (rev b4) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 0000c000-0000cfff
	Memory behind bridge: de600000-deffffff
	Prefetchable memory behind bridge: 00000000d4200000-00000000d4bfffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #1, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot-
		LnkCtl:	ASPM L0s L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, PowerLimit 10.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BC, TimeoutDis+ ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Device 1147
	Capabilities: [a0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport

00:1c.1 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 2 (rev b4) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 0000b000-0000bfff
	Memory behind bridge: ddc00000-de5fffff
	Prefetchable memory behind bridge: 00000000d3700000-00000000d40fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #2, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #1, PowerLimit 10.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BC, TimeoutDis+ ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Device 1147
	Capabilities: [a0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport

00:1c.3 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 4 (rev b4) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 0000a000-0000afff
	Memory behind bridge: dd200000-ddbfffff
	Prefetchable memory behind bridge: 00000000d2c00000-00000000d35fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #4, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #3, PowerLimit 10.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BC, TimeoutDis+ ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Device 1147
	Capabilities: [a0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport

00:1c.5 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 6 (rev b4) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
	I/O behind bridge: 00009000-00009fff
	Memory behind bridge: dc800000-dd1fffff
	Prefetchable memory behind bridge: 00000000d2100000-00000000d2afffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #6, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #5, PowerLimit 10.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BC, TimeoutDis+ ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Device 1147
	Capabilities: [a0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport

00:1d.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #1 (rev 04) (prog-if 20 [EHCI])
	Subsystem: ASUSTeK Computer Inc. Device 1147
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at df007000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci_hcd
	Kernel modules: ehci-hcd

00:1f.0 ISA bridge: Intel Corporation Device 1c49 (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device 1147
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>

00:1f.2 SATA controller: Intel Corporation Cougar Point 6 port SATA AHCI Controller (rev 04) (prog-if 01 [AHCI 1.0])
	Subsystem: ASUSTeK Computer Inc. Device 1147
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 42
	Region 0: I/O ports at e0b0 [size=8]
	Region 1: I/O ports at e0a0 [size=4]
	Region 2: I/O ports at e090 [size=8]
	Region 3: I/O ports at e080 [size=4]
	Region 4: I/O ports at e060 [size=32]
	Region 5: Memory at df006000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00000  Data: 4061
	Capabilities: [70] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004
	Capabilities: [b0] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ahci

00:1f.3 SMBus: Intel Corporation Cougar Point SMBus Controller (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device 1147
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin C routed to IRQ 18
	Region 0: Memory at df005000 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at e040 [size=32]
	Kernel modules: i2c-i801

01:00.0 VGA compatible controller: nVidia Corporation Device 0df4 (rev a1) (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. Device 1642
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 11
	Region 0: Memory at db000000 (32-bit, non-prefetchable) [disabled] [size=16M]
	Region 1: Memory at c0000000 (64-bit, prefetchable) [disabled] [size=256M]
	Region 3: Memory at d0000000 (64-bit, prefetchable) [disabled] [size=32M]
	Region 5: I/O ports at d000 [disabled] [size=128]
	Expansion ROM at dc000000 [disabled] [size=512K]
	Capabilities: [60] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [78] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <256ns, L1 <4us
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 128 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB
	Capabilities: [b4] Vendor Specific Information: Len=14 <?>
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [128 v1] Power Budgeting <?>
	Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>

03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
	Subsystem: Device 1a3b:1a89
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 17
	Region 0: Memory at ddc00000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2- AuxCurrent=375mA PME(D0+,D1+,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [60] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [140 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [160 v1] Device Serial Number 00-15-17-ff-ff-24-14-12
	Capabilities: [170 v1] Power Budgeting <?>
	Kernel driver in use: ath9k
	Kernel modules: ath9k

04:00.0 USB Controller: Device 1b73:1000 (rev 04) (prog-if 30)
	Subsystem: ASUSTeK Computer Inc. Device 1039
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 19
	Region 0: Memory at dd200000 (32-bit, non-prefetchable) [size=64K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [80] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <2us, L1 <32us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 unlimited, L1 unlimited
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci-hcd

05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
	Subsystem: ASUSTeK Computer Inc. U6V laptop
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 43
	Region 0: I/O ports at 9000 [size=256]
	Region 2: Memory at d2104000 (64-bit, prefetchable) [size=4K]
	Region 4: Memory at d2100000 (64-bit, prefetchable) [size=16K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00000  Data: 4079
	Capabilities: [70] Express (v2) Endpoint, MSI 01
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [b0] MSI-X: Enable- Count=4 Masked-
		Vector table: BAR=4 offset=00000000
		PBA: BAR=4 offset=00000800
	Capabilities: [d0] Vital Product Data
		Unknown small resource type 00, will not decode more.
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr+ BadTLP- BadDLLP+ Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [140 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [160 v1] Device Serial Number 05-59-68-01-68-4c-e0-00
	Kernel driver in use: r8169
	Kernel modules: r8169


[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux