* [git pull] PCI changes for 2.6.34
@ 2010-02-26 17:39 Jesse Barnes
2010-02-28 20:34 ` Linus Torvalds
0 siblings, 1 reply; 13+ messages in thread
From: Jesse Barnes @ 2010-02-26 17:39 UTC (permalink / raw)
To: Linus Torvalds, linux-pci, linux-kernel
The following changes since commit
bee415ce427d1eab6cfb30221461c7d20cbf1903: Linus Torvalds (1):
Merge branch 'perf-fixes-for-linus' of
git://git.kernel.org/.../tip/linux-2.6-tip
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 linux-next
There are a few somewhat scary bits in this request:
- Bjorn's _CRS data changes
- Yinghai's resource reallocation code
- Rafael's runtime PM code
If you recall, we tried to enable _CRS last release and it caused
trouble, in particular because our existing code couldn't handle the
number of resources provided by some _CRS implementations. Bjorn's
fixed that though, and added code to use _CRS data by default on any
machine made in 2008 or later, which allows it to fix some existing
bugs on machines where pci=use_crs was previously required. Other bugs
requiring the old intel_bus.c code are also fixed by using _CRS by
default, now that the affected machines are running with production
firmware.
Yinghai's code also affects resource allocation. His patchset will
evaluate the resource tree at boot time looking for devices whose
resources couldn't be enabled because their upstream bridge window
wasn't large enough. If it find any, it'll free the associated
resources and re-try, attempting to get a large enough bridge window to
enable affected leaf devices. If that fails, it'll recurse higher into
the resource tree. With luck, it'll manage to make our resource
allocation code more effective by overriding over conservative BIOS
settings and giving Linux access to more device resources.
Finally there's Rafael's PM code. It should be in pretty good shape
now. There may be a few more ACPI changes on the way, but it's seen a
lot of testing in previous iterations, and has seen a lot of review as
well, so hopefully it won't cause any big problems.
Shortlog and diffstat below.
Thanks,
Jesse
Andrew Morton (1):
PCI hotplug: check ioremap() return value in ibmphp_ebda.c
Bjorn Helgaas (5):
PCI: split up pci_read_bridge_bases()
PCI: read bridge windows before filling in subtractive decode resources
PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refs
PCI: augment bus resource table with a list
x86/PCI: use host bridge _CRS info by default on 2008 and newer machines
Chandru (1):
PCI hotplug: ibmphp: read the length of ebda and map entire ebda region
Dominik Brodowski (2):
resource/PCI: align functions now return start of resource
resource/PCI: mark struct resource as const
Jesse Barnes (1):
PCI hotplug: remove obsolete usage of get_bus_speed from rpaphp hotplug ops
Jiri Slaby (2):
PCI hotplug: fix memory leaks
PCI: hotplug/cpcihp, fix pci device refcounting
Kenji Kaneshige (3):
PCI: mark is_pcie obsolete
PCIe PME: use pci_is_pcie()
PCIe PME: use pci_pcie_cap()
Matthew Wilcox (7):
PCI: Rewrite pci_scan_slot
PCI: Unify pcie_link_speed and pci_bus_speed
PCI: Make current and maximum bus speeds part of the PCI core
PCI: Add support for detection of PCIe and PCI-X bus speeds
PCI: Add support for AGP in cur/max bus speed
PCI: Add support for reporting PCIe 3.0 speeds
PCI: Make pci_scan_slot more robust
Rafael J. Wysocki (10):
PCI: Clean up build for CONFIG_PCI_QUIRKS unset
PCI PM: Add function for checking PME status of devices
PCI PM: PCIe PME root port service driver
PCI PM: Make it possible to force using INTx for PCIe PME signaling
ACPI: Use GPE reference counting to support shared GPEs
ACPI / PM: Add more run-time wake-up fields
ACPI / ACPICA: Multiple system notify handlers per device
PCI / ACPI / PM: Platform support for PCI PME wake-up
PCI PM: Run-time callbacks for PCI bus type
ACPI: Use GPE reference counting to support shared GPEs
Randy Dunlap (1):
PCI hotplug: fix ibmphp build error
Seth Heasley (1):
x86/PCI: irq and pci_ids patch for Intel Cougar Point DeviceIDs
Thomas Gleixner (1):
x86/PCI: Prevent mmconfig memory corruption
Tilman Schmidt (1):
PCI: push deprecated pci_find_device() function to last user
Yinghai Lu (12):
PCI: separate pci_setup_bridge to small functions
resource: add release_child_resources
PCI: don't dump resource when bus resource flags indicates unused
PCI: add pci_bridge_release_resources and pci_bus_release_bridge_resources
PCI: add failed_list to pci_bus_assign_resources
PCI: reject mmio ranges starting at 0 on pci_bridge read
PCI: don't shrink bridge resources
PCI: update bridge resources to get more big ranges in PCI assign unssigned
PCI: introduce pci_assign_unassigned_bridge_resources
PCI: pciehp: cleanup flow in pciehp_configure_device
PCI: pciehp: second try to get big range for pcie devices
PCI: set PCI_PREF_RANGE_TYPE_64 in pci_bridge_check_ranges
Documentation/kernel-parameters.txt | 16 +-
arch/alpha/kernel/pci.c | 6 +-
arch/arm/kernel/bios32.c | 8 +-
arch/cris/arch-v32/drivers/pci/bios.c | 16 +-
arch/frv/mb93090-mb00/pci-frv.c | 16 +-
arch/ia64/include/asm/acpi.h | 1 +
arch/ia64/pci/pci.c | 22 +-
arch/mips/pci/pci.c | 6 +-
arch/mips/pmc-sierra/yosemite/ht.c | 10 +-
arch/mn10300/unit-asb2305/pci-asb2305.c | 16 +-
arch/mn10300/unit-asb2305/pci.c | 6 +-
arch/parisc/kernel/pci.c | 10 +-
arch/powerpc/kernel/pci-common.c | 24 +-
arch/powerpc/platforms/fsl_uli1575.c | 12 +-
arch/sh/drivers/pci/pci.c | 6 +-
arch/sparc/kernel/pci.c | 5 +-
arch/sparc/kernel/pcic.c | 5 +-
arch/x86/include/asm/pci_x86.h | 1 +
arch/x86/pci/acpi.c | 82 +++--
arch/x86/pci/bus_numa.c | 3 +-
arch/x86/pci/bus_numa.h | 3 +-
arch/x86/pci/common.c | 3 +
arch/x86/pci/i386.c | 14 +-
arch/x86/pci/irq.c | 2 +
arch/x86/pci/mmconfig-shared.c | 17 +-
arch/xtensa/kernel/pci.c | 15 +-
drivers/acpi/acpica/acevents.h | 10 +-
drivers/acpi/acpica/aclocal.h | 2 +
drivers/acpi/acpica/acobject.h | 2 +
drivers/acpi/acpica/evgpe.c | 161 ++---------
drivers/acpi/acpica/evgpeblk.c | 87 ++----
drivers/acpi/acpica/evmisc.c | 12 +-
drivers/acpi/acpica/evxface.c | 189 +++++++++---
drivers/acpi/acpica/evxfevnt.c | 96 +++++--
drivers/acpi/button.c | 15 +-
drivers/acpi/ec.c | 28 ++-
drivers/acpi/internal.h | 2 -
drivers/acpi/pci_bind.c | 14 +-
drivers/acpi/pci_root.c | 9 +
drivers/acpi/scan.c | 38 ++-
drivers/acpi/sleep.c | 15 +-
drivers/acpi/system.c | 4 +-
drivers/acpi/wakeup.c | 84 ++----
drivers/isdn/hisax/Kconfig | 18 +-
drivers/isdn/hisax/avm_pci.c | 6 +-
drivers/isdn/hisax/bkm_a4t.c | 2 +-
drivers/isdn/hisax/bkm_a8.c | 2 +-
drivers/isdn/hisax/diva.c | 14 +-
drivers/isdn/hisax/elsa.c | 8 +-
drivers/isdn/hisax/enternow_pci.c | 2 +-
drivers/isdn/hisax/gazel.c | 8 +-
drivers/isdn/hisax/hfc_pci.c | 2 +-
drivers/isdn/hisax/hisax.h | 23 ++
drivers/isdn/hisax/niccy.c | 6 +-
drivers/isdn/hisax/nj_s.c | 2 +-
drivers/isdn/hisax/nj_u.c | 2 +-
drivers/isdn/hisax/sedlbauer.c | 6 +-
drivers/isdn/hisax/telespci.c | 2 +-
drivers/isdn/hisax/w6692.c | 2 +-
drivers/pci/Kconfig | 11 -
drivers/pci/Makefile | 5 +-
drivers/pci/bus.c | 56 ++++-
drivers/pci/hotplug/acpiphp_core.c | 2 -
drivers/pci/hotplug/cpcihp_generic.c | 1 +
drivers/pci/hotplug/cpqphp.h | 2 -
drivers/pci/hotplug/cpqphp_core.c | 57 +---
drivers/pci/hotplug/cpqphp_ctrl.c | 27 +-
drivers/pci/hotplug/ibmphp_core.c | 106 ++-----
drivers/pci/hotplug/ibmphp_ebda.c | 13 +-
drivers/pci/hotplug/ibmphp_hpc.c | 1 +
drivers/pci/hotplug/pci_hotplug_core.c | 132 --------
drivers/pci/hotplug/pciehp_core.c | 25 --
drivers/pci/hotplug/pciehp_ctrl.c | 1 +
drivers/pci/hotplug/pciehp_hpc.c | 72 +----
drivers/pci/hotplug/pciehp_pci.c | 23 +-
drivers/pci/hotplug/rpaphp_core.c | 24 +-
drivers/pci/hotplug/shpchp.h | 2 -
drivers/pci/hotplug/shpchp_core.c | 35 ---
drivers/pci/hotplug/shpchp_ctrl.c | 14 +-
drivers/pci/hotplug/shpchp_hpc.c | 149 +++++-----
drivers/pci/hotplug/shpchp_sysfs.c | 9 +-
drivers/pci/legacy.c | 34 --
drivers/pci/pci-acpi.c | 211 +++++++++++++
drivers/pci/pci-driver.c | 160 ++++++++--
drivers/pci/pci.c | 157 +++++++++-
drivers/pci/pci.h | 16 +
drivers/pci/pcie/Kconfig | 4 +
drivers/pci/pcie/Makefile | 2 +
drivers/pci/pcie/pme/Makefile | 8 +
drivers/pci/pcie/pme/pcie_pme.c | 505 ++++++++++++++++++++++++++++++
drivers/pci/pcie/pme/pcie_pme.h | 28 ++
drivers/pci/pcie/pme/pcie_pme_acpi.c | 54 ++++
drivers/pci/pcie/portdrv.h | 17 +
drivers/pci/pcie/portdrv_core.c | 12 +-
drivers/pci/pcie/portdrv_pci.c | 27 ++
drivers/pci/probe.c | 292 ++++++++++++++++--
drivers/pci/quirks.c | 14 +-
drivers/pci/setup-bus.c | 506 +++++++++++++++++++++++++++----
drivers/pci/slot.c | 55 ++++
drivers/pcmcia/rsrc_mgr.c | 13 +-
drivers/pcmcia/rsrc_nonstatic.c | 25 +-
drivers/pcmcia/yenta_socket.c | 5 +-
include/acpi/acpi_bus.h | 6 +
include/acpi/acpi_drivers.h | 1 +
include/acpi/acpixf.h | 6 +-
include/acpi/actypes.h | 28 +--
include/linux/ioport.h | 7 +-
include/linux/pci-acpi.h | 7 +
include/linux/pci.h | 109 +++++--
include/linux/pci_hotplug.h | 41 +---
include/linux/pci_ids.h | 3 +
kernel/power/Kconfig | 5 +
kernel/resource.c | 44 +++-
113 files changed, 3007 insertions(+), 1360 deletions(-)
delete mode 100644 drivers/pci/legacy.c
create mode 100644 drivers/pci/pcie/pme/Makefile
create mode 100644 drivers/pci/pcie/pme/pcie_pme.c
create mode 100644 drivers/pci/pcie/pme/pcie_pme.h
create mode 100644 drivers/pci/pcie/pme/pcie_pme_acpi.c
--
Jesse Barnes, Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [git pull] PCI changes for 2.6.34
2010-02-26 17:39 [git pull] PCI changes for 2.6.34 Jesse Barnes
@ 2010-02-28 20:34 ` Linus Torvalds
2010-02-28 20:46 ` Linus Torvalds
0 siblings, 1 reply; 13+ messages in thread
From: Linus Torvalds @ 2010-02-28 20:34 UTC (permalink / raw)
To: Jesse Barnes, Yinghai Lu; +Cc: linux-pci, Linux Kernel Mailing List
[-- Attachment #1: Type: TEXT/PLAIN, Size: 1000 bytes --]
On Fri, 26 Feb 2010, Jesse Barnes wrote:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 linux-next
>
> There are a few somewhat scary bits in this request:
> - Bjorn's _CRS data changes
> - Yinghai's resource reallocation code
> - Rafael's runtime PM code
Yinghai's resource reallocation code is broken.
I just bisected a Nouveau boot failure to commit 977d17bb17 ("PCI: update
bridge resources to get more big ranges in PCI assign unssigned"), and I'm
going to revert that today one unless I can get a patch that fixes it for
me.
Attached is good/bad versions of
- dmesg
- /proc/iomem
- lspci -vvxxx
and note how the bad run is missing this whole thing from iomem:
-d0000000-efffffff : PCI Bus 0000:02
- d0000000-efffffff : PCI Bus 0000:03
- d0000000-dfffffff : PCI Bus 0000:05
- d0000000-dfffffff : 0000:05:00.0
- e0000000-efffffff : PCI Bus 0000:04
- e0000000-efffffff : 0000:04:00.0
which is why Nouveau no longer works.
Linus
[-- Attachment #2: Type: TEXT/PLAIN, Size: 61071 bytes --]
[ 0.000000] Linux version 2.6.33-rc8-00203-gd65245c (torvalds@nehalem.linux-foundation.org) (gcc version 4.4.3 20100127 (Red Hat 4.4.3-4) (GCC) ) #144 SMP Sun Feb 28 12:04:31 PST 2010
[ 0.000000] Command line: ro root=UUID=5ebe4c67-45d5-4bab-b650-4f28e3301abb SYSFONT=latarcyrheb-sun16 LANG=en_US.UTF-8 KEYTABLE=us
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009cc00 (usable)
[ 0.000000] BIOS-e820: 000000000009cc00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bcdce000 (usable)
[ 0.000000] BIOS-e820: 00000000bcdce000 - 00000000bcfe7000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bcfe7000 - 00000000bf6bd000 (usable)
[ 0.000000] BIOS-e820: 00000000bf6bd000 - 00000000bf6bf000 (reserved)
[ 0.000000] BIOS-e820: 00000000bf6bf000 - 00000000bf714000 (usable)
[ 0.000000] BIOS-e820: 00000000bf714000 - 00000000bf7bf000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bf7bf000 - 00000000bf7e7000 (usable)
[ 0.000000] BIOS-e820: 00000000bf7e7000 - 00000000bf7ff000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000bf7ff000 - 00000000bf800000 (usable)
[ 0.000000] BIOS-e820: 00000000bf800000 - 00000000c0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fd000000 (reserved)
[ 0.000000] BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
[ 0.000000] BIOS-e820: 0000000100000000 - 0000000140000000 (usable)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI 2.5 present.
[ 0.000000] No AGP bridge found
[ 0.000000] last_pfn = 0x140000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-DFFFF write-protect
[ 0.000000] E0000-FFFFF uncachable
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 080000000 mask FC0000000 write-back
[ 0.000000] 2 base 100000000 mask FC0000000 write-back
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820 update range: 00000000c0000000 - 0000000100000000 (usable) ==> (reserved)
[ 0.000000] last_pfn = 0xbf800 max_arch_pfn = 0x400000000
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] init_memory_mapping: 0000000000000000-00000000bf800000
[ 0.000000] 0000000000 - 00bf800000 page 2M
[ 0.000000] kernel direct mapping tables up to bf800000 @ 8000-c000
[ 0.000000] init_memory_mapping: 0000000100000000-0000000140000000
[ 0.000000] 0100000000 - 0140000000 page 2M
[ 0.000000] kernel direct mapping tables up to 140000000 @ a000-10000
[ 0.000000] RAMDISK: 37949000 - 37fef2e4
[ 0.000000] ACPI: RSDP 00000000000fe020 00024 (v02 INTEL )
[ 0.000000] ACPI: XSDT 00000000bf7fe120 0006C (v01 INTEL DX58SO 0000084F 01000013)
[ 0.000000] ACPI: FACP 00000000bf7fd000 000F4 (v03 INTEL DX58SO 0000084F MSFT 0100000D)
[ 0.000000] ACPI Warning: Optional field Pm2ControlBlock has zero address or length: 0000000000000450/0 (20091214/tbfadt-557)
[ 0.000000] ACPI Warning: Invalid length for Pm2ControlBlock: 0, using default 8 (20091214/tbfadt-607)
[ 0.000000] ACPI: DSDT 00000000bf7f8000 043CE (v02 INTEL DX58SO 0000084F MSFT 0100000D)
[ 0.000000] ACPI: FACS 00000000bf726000 00040
[ 0.000000] ACPI: APIC 00000000bf7f7000 00138 (v02 INTEL DX58SO 0000084F MSFT 0100000D)
[ 0.000000] ACPI: WDDT 00000000bf7f6000 00040 (v01 INTEL DX58SO 0000084F MSFT 0100000D)
[ 0.000000] ACPI: MCFG 00000000bf7f5000 0003C (v01 INTEL DX58SO 0000084F MSFT 0100000D)
[ 0.000000] ACPI: ASF! 00000000bf7f4000 000AC (v32 INTEL DX58SO 0000084F MSFT 0100000D)
[ 0.000000] ACPI: SSDT 00000000bf7ea000 070AC (v01 INTEL SSDT PM 0000084F MSFT 0100000D)
[ 0.000000] ACPI: DMAR 00000000bf7e7000 00140 (v01 INTEL DX58SO 0000084F MSFT 0100000D)
[ 0.000000] ACPI: WDTT 00000000bf7f2000 0020C (v01 INTEL DX58SO 0000084F MSFT 0100000D)
[ 0.000000] ACPI: ASPT 00000000bf7f3000 00034 (v04 INTEL PerfTune 0000084F MSFT 0100000D)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] (8 early reservations) ==> bootmem [0000000000 - 0140000000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [0001000000 - 0001a0c968] TEXT DATA BSS ==> [0001000000 - 0001a0c968]
[ 0.000000] #2 [0037949000 - 0037fef2e4] RAMDISK ==> [0037949000 - 0037fef2e4]
[ 0.000000] #3 [000009cc00 - 0000100000] BIOS reserved ==> [000009cc00 - 0000100000]
[ 0.000000] #4 [0001a0d000 - 0001a0d15e] BRK ==> [0001a0d000 - 0001a0d15e]
[ 0.000000] #5 [0000001000 - 0000003000] TRAMPOLINE ==> [0000001000 - 0000003000]
[ 0.000000] #6 [0000008000 - 000000a000] PGTABLE ==> [0000008000 - 000000a000]
[ 0.000000] #7 [000000a000 - 000000b000] PGTABLE ==> [000000a000 - 000000b000]
[ 0.000000] [ffffea0000000000-ffffea00045fffff] PMD -> [ffff880028600000-ffff88002bdfffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000000 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal 0x00100000 -> 0x00140000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[7] active PFN ranges
[ 0.000000] 0: 0x00000000 -> 0x0000009c
[ 0.000000] 0: 0x00000100 -> 0x000bcdce
[ 0.000000] 0: 0x000bcfe7 -> 0x000bf6bd
[ 0.000000] 0: 0x000bf6bf -> 0x000bf714
[ 0.000000] 0: 0x000bf7bf -> 0x000bf7e7
[ 0.000000] 0: 0x000bf7ff -> 0x000bf800
[ 0.000000] 0: 0x00100000 -> 0x00140000
[ 0.000000] On node 0 totalpages: 1045694
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 105 pages reserved
[ 0.000000] DMA zone: 3835 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 14280 pages used for memmap
[ 0.000000] DMA32 zone: 765274 pages, LIFO batch:31
[ 0.000000] Normal zone: 3584 pages used for memmap
[ 0.000000] Normal zone: 258560 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x10] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x12] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x14] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x16] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x11] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x13] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x15] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x17] disabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x09] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0a] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0b] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0c] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0d] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0e] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0f] high level lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] SMP: Allowing 16 CPUs, 8 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 24
[ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:38000000)
[ 0.000000] setup_percpu: NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff880028200000 s82328 r8192 d24168 u131072
[ 0.000000] pcpu-alloc: s82328 r8192 d24168 u131072 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1027669
[ 0.000000] Kernel command line: ro root=UUID=5ebe4c67-45d5-4bab-b650-4f28e3301abb SYSFONT=latarcyrheb-sun16 LANG=en_US.UTF-8 KEYTABLE=us
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Memory: 4033336k/5242880k available (4497k kernel code, 1060104k absent, 148556k reserved, 4592k data, 508k init)
[ 0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS:768
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] Fast TSC calibration using PIT
[ 0.004000] Detected 3200.281 MHz processor.
[ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 6400.56 BogoMIPS (lpj=12801124)
[ 0.000118] Security Framework initialized
[ 0.000174] Mount-cache hash table entries: 256
[ 0.000303] CPU: Physical Processor ID: 0
[ 0.000355] CPU: Processor Core ID: 0
[ 0.000408] mce: CPU supports 9 MCE banks
[ 0.000465] CPU0: Thermal monitoring enabled (TM1)
[ 0.000519] CPU 0 MCA banks CMCI:2 CMCI:3 CMCI:5 CMCI:6 CMCI:8
[ 0.000785] using mwait in idle threads.
[ 0.000836] Performance Events: Nehalem/Corei7 events, Intel PMU driver.
[ 0.000963] ... version: 3
[ 0.001014] ... bit width: 48
[ 0.001066] ... generic registers: 4
[ 0.001117] ... value mask: 0000ffffffffffff
[ 0.001177] ... max period: 000000007fffffff
[ 0.001231] ... fixed-purpose events: 3
[ 0.001282] ... event mask: 000000070000000f
[ 0.001343] Freeing SMP alternatives: 38k freed
[ 0.001403] ACPI: Core revision 20091214
[ 0.009174] DMAR: Host address width 39
[ 0.009227] DMAR: DRHD base: 0x000000fe711000 flags: 0x0
[ 0.009285] IOMMU fe711000: ver 1:0 cap c9008010e60262 ecap f0207a
[ 0.009340] DMAR: DRHD base: 0x000000fe710000 flags: 0x1
[ 0.009398] IOMMU fe710000: ver 1:0 cap c90780106f0462 ecap f0207e
[ 0.009453] DMAR: RMRR base: 0x000000000e9000 end: 0x000000000e9fff
[ 0.009509] DMAR: RMRR base: 0x000000000ea000 end: 0x000000000eafff
[ 0.009564] DMAR: RMRR base: 0x000000000eb000 end: 0x000000000ebfff
[ 0.009618] DMAR: RMRR base: 0x000000000e6000 end: 0x000000000e6fff
[ 0.009674] DMAR: RMRR base: 0x000000000e7000 end: 0x000000000e7fff
[ 0.009729] DMAR: RMRR base: 0x000000000e8000 end: 0x000000000e8fff
[ 0.009784] DMAR: RMRR base: 0x000000000ec000 end: 0x000000000eefff
[ 0.009842] IOAPIC id 8 under DRHD base 0xfe710000
[ 0.009896] DRHD: handling fault status reg 3
[ 0.010158] Enabled Interrupt-remapping
[ 0.010212] Setting APIC routing to physical flat
[ 0.010272] DRHD: handling fault status reg 2
[ 0.010474] alloc irq_2_iommu on node 0
[ 0.010478] alloc irq_2_iommu on node 0
[ 0.010482] alloc irq_2_iommu on node 0
[ 0.010486] alloc irq_2_iommu on node 0
[ 0.010490] alloc irq_2_iommu on node 0
[ 0.010494] alloc irq_2_iommu on node 0
[ 0.010499] alloc irq_2_iommu on node 0
[ 0.010503] alloc irq_2_iommu on node 0
[ 0.010507] alloc irq_2_iommu on node 0
[ 0.010511] alloc irq_2_iommu on node 0
[ 0.010515] alloc irq_2_iommu on node 0
[ 0.010519] alloc irq_2_iommu on node 0
[ 0.010523] alloc irq_2_iommu on node 0
[ 0.010527] alloc irq_2_iommu on node 0
[ 0.010531] alloc irq_2_iommu on node 0
[ 0.010673] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.050289] CPU0: Genuine Intel(R) CPU 000 @ 3.20GHz stepping 04
[ 0.156735] Booting Node 0, Processors #1
[ 0.244419] CPU 1 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
[ 0.264466] #2
[ 0.352087] CPU 2 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
[ 0.372158] #3
[ 0.459755] CPU 3 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
[ 0.479845] #4
[ 0.567423] CPU 4 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
[ 0.587450] #5
[ 0.683066] CPU 5 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
[ 0.703094] #6
[ 0.790734] CPU 6 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
[ 0.810787] #7
[ 0.898402] CPU 7 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
[ 0.918450] Brought up 8 CPUs
[ 0.918599] Total of 8 processors activated (51203.10 BogoMIPS).
[ 0.921205] NET: Registered protocol family 16
[ 0.921403] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.921471] ACPI: bus type pci registered
[ 0.921586] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.921657] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.923345] PCI: Using configuration type 1 for base access
[ 0.926174] bio: create slab <bio-0> at 0
[ 0.926981] ACPI: EC: Look up EC in DSDT
[ 0.935228] ACPI: Interpreter enabled
[ 0.935281] ACPI: (supports S0 S5)
[ 0.935405] ACPI: Using IOAPIC for interrupt routing
[ 0.939358] ACPI: No dock devices found.
[ 0.939700] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.939779] pci_root PNP0A03:00: ignoring host bridge windows from ACPI; boot with "pci=use_crs" to use them
[ 0.940384] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
[ 0.940386] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
[ 0.940387] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[ 0.940389] pci_root PNP0A03:00: host bridge window [mem 0x000c4000-0x000cbfff] (ignored)
[ 0.940391] pci_root PNP0A03:00: host bridge window [mem 0xfed40000-0xfedfffff] (ignored)
[ 0.940392] pci_root PNP0A03:00: host bridge window [mem 0xc0000000-0xf7ffffff] (ignored)
[ 0.940464] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.940466] pci 0000:00:01.0: PME# disabled
[ 0.940508] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[ 0.940510] pci 0000:00:03.0: PME# disabled
[ 0.940553] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[ 0.940555] pci 0000:00:07.0: PME# disabled
[ 0.940768] pci 0000:00:19.0: reg 10: [mem 0xc7200000-0xc721ffff]
[ 0.940772] pci 0000:00:19.0: reg 14: [mem 0xc7223000-0xc7223fff]
[ 0.940777] pci 0000:00:19.0: reg 18: [io 0x4100-0x411f]
[ 0.940804] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[ 0.940807] pci 0000:00:19.0: PME# disabled
[ 0.940841] pci 0000:00:1a.0: reg 20: [io 0x40e0-0x40ff]
[ 0.940893] pci 0000:00:1a.1: reg 20: [io 0x40c0-0x40df]
[ 0.940944] pci 0000:00:1a.2: reg 20: [io 0x40a0-0x40bf]
[ 0.940991] pci 0000:00:1a.7: reg 10: [mem 0xc7222000-0xc72223ff]
[ 0.941032] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.941035] pci 0000:00:1a.7: PME# disabled
[ 0.941060] pci 0000:00:1b.0: reg 10: [mem 0xf0000000-0xf0003fff 64bit]
[ 0.941092] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.941095] pci 0000:00:1b.0: PME# disabled
[ 0.941144] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.941147] pci 0000:00:1c.0: PME# disabled
[ 0.941197] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.941199] pci 0000:00:1c.1: PME# disabled
[ 0.941251] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.941254] pci 0000:00:1c.4: PME# disabled
[ 0.941293] pci 0000:00:1d.0: reg 20: [io 0x4080-0x409f]
[ 0.941345] pci 0000:00:1d.1: reg 20: [io 0x4060-0x407f]
[ 0.941396] pci 0000:00:1d.2: reg 20: [io 0x4040-0x405f]
[ 0.941444] pci 0000:00:1d.7: reg 10: [mem 0xc7221000-0xc72213ff]
[ 0.941485] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.941488] pci 0000:00:1d.7: PME# disabled
[ 0.941582] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
[ 0.941587] pci 0000:00:1f.0: quirk: [io 0x0400-0x047f] claimed by ICH6 ACPI/GPIO/TCO
[ 0.941656] pci 0000:00:1f.0: quirk: [io 0x0500-0x053f] claimed by ICH6 GPIO
[ 0.941715] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 007f)
[ 0.941783] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0810 (mask 007f)
[ 0.941892] pci 0000:00:1f.2: reg 10: [io 0x4128-0x412f]
[ 0.941896] pci 0000:00:1f.2: reg 14: [io 0x4134-0x4137]
[ 0.941900] pci 0000:00:1f.2: reg 18: [io 0x4120-0x4127]
[ 0.941904] pci 0000:00:1f.2: reg 1c: [io 0x4130-0x4133]
[ 0.941908] pci 0000:00:1f.2: reg 20: [io 0x4020-0x403f]
[ 0.941912] pci 0000:00:1f.2: reg 24: [mem 0xc7220000-0xc72207ff]
[ 0.941934] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.941936] pci 0000:00:1f.2: PME# disabled
[ 0.941956] pci 0000:00:1f.3: reg 10: [mem 0xf0004000-0xf00040ff 64bit]
[ 0.941966] pci 0000:00:1f.3: reg 20: [io 0x4000-0x401f]
[ 0.942007] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.942061] pci 0000:00:01.0: bridge window [io f000 - 0000] reg reading
[ 0.942064] pci 0000:00:01.0: bridge window [mem 0xfff00000 - 0x000fffff] reg reading
[ 0.942068] pci 0000:00:01.0: bridge window [mem 0xfff00000 - 000fffff pref] reg reading
[ 0.942125] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 0.942128] pci 0000:02:00.0: PME# disabled
[ 0.942134] pci 0000:00:03.0: PCI bridge to [bus 02-05]
[ 0.942189] pci 0000:00:03.0: bridge window [io 0x2000-0x3fff]
[ 0.942191] pci 0000:00:03.0: bridge window [mem 0xc0000000-0xc6ffffff]
[ 0.942195] pci 0000:00:03.0: bridge window [mem 0xd0000000-0xefffffff 64bit pref]
[ 0.942246] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.942249] pci 0000:03:00.0: PME# disabled
[ 0.942283] pci 0000:03:02.0: PME# supported from D0 D3hot D3cold
[ 0.942286] pci 0000:03:02.0: PME# disabled
[ 0.942308] pci 0000:02:00.0: PCI bridge to [bus 03-05]
[ 0.942366] pci 0000:02:00.0: bridge window [io 0x2000-0x3fff]
[ 0.942368] pci 0000:02:00.0: bridge window [mem 0xc0000000-0xc6ffffff]
[ 0.942372] pci 0000:02:00.0: bridge window [mem 0xd0000000-0xefffffff 64bit pref]
[ 0.942408] pci 0000:04:00.0: reg 10: [mem 0xc6000000-0xc6ffffff]
[ 0.942417] pci 0000:04:00.0: reg 14: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.942425] pci 0000:04:00.0: reg 1c: [mem 0xc4000000-0xc5ffffff 64bit]
[ 0.942430] pci 0000:04:00.0: reg 24: [io 0x3000-0x307f]
[ 0.942435] pci 0000:04:00.0: reg 30: [mem 0xfffe0000-0xffffffff pref]
[ 0.942464] pci 0000:03:00.0: PCI bridge to [bus 04-04]
[ 0.942520] pci 0000:03:00.0: bridge window [io 0x3000-0x3fff]
[ 0.942522] pci 0000:03:00.0: bridge window [mem 0xc4000000-0xc6ffffff]
[ 0.942526] pci 0000:03:00.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.942564] pci 0000:05:00.0: reg 10: [mem 0xc2000000-0xc2ffffff]
[ 0.942573] pci 0000:05:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.942581] pci 0000:05:00.0: reg 1c: [mem 0xc0000000-0xc1ffffff 64bit]
[ 0.942586] pci 0000:05:00.0: reg 24: [io 0x2000-0x207f]
[ 0.942591] pci 0000:05:00.0: reg 30: [mem 0xfffe0000-0xffffffff pref]
[ 0.942622] pci 0000:03:02.0: PCI bridge to [bus 05-05]
[ 0.942678] pci 0000:03:02.0: bridge window [io 0x2000-0x2fff]
[ 0.942680] pci 0000:03:02.0: bridge window [mem 0xc0000000-0xc2ffffff]
[ 0.942684] pci 0000:03:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.942720] pci 0000:00:07.0: PCI bridge to [bus 06-06]
[ 0.942775] pci 0000:00:07.0: bridge window [io f000 - 0000] reg reading
[ 0.942777] pci 0000:00:07.0: bridge window [mem 0xfff00000 - 0x000fffff] reg reading
[ 0.942781] pci 0000:00:07.0: bridge window [mem 0xfff00000 - 000fffff pref] reg reading
[ 0.942813] pci 0000:00:1c.0: PCI bridge to [bus 07-07]
[ 0.942867] pci 0000:00:1c.0: bridge window [io f000 - 0000] reg reading
[ 0.942870] pci 0000:00:1c.0: bridge window [mem 0xfff00000 - 0x000fffff] reg reading
[ 0.942875] pci 0000:00:1c.0: bridge window [mem 0xfff00000 - 000fffff pref] reg reading
[ 0.942907] pci 0000:00:1c.1: PCI bridge to [bus 08-08]
[ 0.942962] pci 0000:00:1c.1: bridge window [io f000 - 0000] reg reading
[ 0.942965] pci 0000:00:1c.1: bridge window [mem 0xfff00000 - 0x000fffff] reg reading
[ 0.942969] pci 0000:00:1c.1: bridge window [mem 0xfff00000 - 000fffff pref] reg reading
[ 0.943031] pci 0000:09:00.0: reg 10: [io 0x1018-0x101f]
[ 0.943040] pci 0000:09:00.0: reg 14: [io 0x1024-0x1027]
[ 0.943048] pci 0000:09:00.0: reg 18: [io 0x1010-0x1017]
[ 0.943056] pci 0000:09:00.0: reg 1c: [io 0x1020-0x1023]
[ 0.943064] pci 0000:09:00.0: reg 20: [io 0x1000-0x100f]
[ 0.943072] pci 0000:09:00.0: reg 24: [mem 0xc7100000-0xc71003ff]
[ 0.943118] pci 0000:09:00.0: supports D1
[ 0.943119] pci 0000:09:00.0: PME# supported from D0 D1 D3hot
[ 0.943124] pci 0000:09:00.0: PME# disabled
[ 0.943140] pci 0000:00:1c.4: PCI bridge to [bus 09-09]
[ 0.943196] pci 0000:00:1c.4: bridge window [io 0x1000-0x1fff]
[ 0.943198] pci 0000:00:1c.4: bridge window [mem 0xc7100000-0xc71fffff]
[ 0.943203] pci 0000:00:1c.4: bridge window [mem 0xfff00000 - 000fffff pref] reg reading
[ 0.943242] pci 0000:0a:03.0: reg 10: [mem 0xc7004000-0xc70047ff]
[ 0.943248] pci 0000:0a:03.0: reg 14: [mem 0xc7000000-0xc7003fff]
[ 0.943284] pci 0000:0a:03.0: supports D1 D2
[ 0.943285] pci 0000:0a:03.0: PME# supported from D0 D1 D2 D3hot
[ 0.943288] pci 0000:0a:03.0: PME# disabled
[ 0.943323] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a] (subtractive decode)
[ 0.943381] pci 0000:00:1e.0: bridge window [io f000 - 0000] reg reading
[ 0.943384] pci 0000:00:1e.0: bridge window [mem 0xc7000000-0xc70fffff]
[ 0.943388] pci 0000:00:1e.0: bridge window [mem 0xfff00000 - 000fffff pref] reg reading
[ 0.943409] pci_bus 0000:00: on NUMA node 0
[ 0.943411] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.943830] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P32_._PRT]
[ 0.943943] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG1._PRT]
[ 0.943989] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG3._PRT]
[ 0.944034] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG7._PRT]
[ 0.944079] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[ 0.944125] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX1._PRT]
[ 0.944173] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT]
[ 0.950480] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[ 0.951064] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[ 0.951646] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[ 0.952229] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[ 0.952810] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[ 0.953393] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[ 0.953975] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[ 0.954561] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[ 0.955177] vgaarb: device added: PCI:0000:05:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.955245] vgaarb: loaded
[ 0.955387] SCSI subsystem initialized
[ 0.955512] libata version 3.00 loaded.
[ 0.955563] usbcore: registered new interface driver usbfs
[ 0.955633] usbcore: registered new interface driver hub
[ 0.955710] usbcore: registered new device driver usb
[ 0.955896] ACPI: WMI: Mapper loaded
[ 0.955967] Advanced Linux Sound Architecture Driver Version 1.0.21.
[ 0.956037] PCI: Using ACPI for IRQ routing
[ 0.956090] PCI: pci_cache_line_size set to 64 bytes
[ 0.956306] hpet clockevent registered
[ 0.956309] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[ 0.956367] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.956596] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 0.970348] Switching to clocksource tsc
[ 0.971174] pnp: PnP ACPI init
[ 0.971230] ACPI: bus type pnp registered
[ 0.972464] pnp: PnP ACPI: found 8 devices
[ 0.972517] ACPI: ACPI bus type pnp unregistered
[ 0.972574] system 00:05: [io 0x0500-0x053f] has been reserved
[ 0.972630] system 00:05: [io 0x0400-0x047f] has been reserved
[ 0.972685] system 00:05: [io 0x0680-0x06ff] has been reserved
[ 0.977474] pci 0000:04:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref]
[ 0.977544] pci 0000:05:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref]
[ 0.977662] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.977715] pci 0000:00:01.0: bridge window [io disabled]
[ 0.977770] pci 0000:00:01.0: bridge window [mem disabled]
[ 0.977825] pci 0000:00:01.0: bridge window [mem pref disabled]
[ 0.977883] pci 0000:04:00.0: BAR 6: can't assign mem pref (size 0x20000)
[ 0.977939] pci 0000:03:00.0: PCI bridge to [bus 04-04]
[ 0.977994] pci 0000:03:00.0: bridge window [io 0x3000-0x3fff]
[ 0.978049] pci 0000:03:00.0: bridge window [mem 0xc4000000-0xc6ffffff]
[ 0.978105] pci 0000:03:00.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.978175] pci 0000:05:00.0: BAR 6: can't assign mem pref (size 0x20000)
[ 0.978230] pci 0000:03:02.0: PCI bridge to [bus 05-05]
[ 0.978285] pci 0000:03:02.0: bridge window [io 0x2000-0x2fff]
[ 0.978343] pci 0000:03:02.0: bridge window [mem 0xc0000000-0xc2ffffff]
[ 0.978399] pci 0000:03:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.978469] pci 0000:02:00.0: PCI bridge to [bus 03-05]
[ 0.978523] pci 0000:02:00.0: bridge window [io 0x2000-0x3fff]
[ 0.978578] pci 0000:02:00.0: bridge window [mem 0xc0000000-0xc6ffffff]
[ 0.978635] pci 0000:02:00.0: bridge window [mem 0xd0000000-0xefffffff 64bit pref]
[ 0.978704] pci 0000:00:03.0: PCI bridge to [bus 02-05]
[ 0.978757] pci 0000:00:03.0: bridge window [io 0x2000-0x3fff]
[ 0.978814] pci 0000:00:03.0: bridge window [mem 0xc0000000-0xc6ffffff]
[ 0.978871] pci 0000:00:03.0: bridge window [mem 0xd0000000-0xefffffff 64bit pref]
[ 0.978941] pci 0000:00:07.0: PCI bridge to [bus 06-06]
[ 0.978994] pci 0000:00:07.0: bridge window [io disabled]
[ 0.979050] pci 0000:00:07.0: bridge window [mem disabled]
[ 0.979106] pci 0000:00:07.0: bridge window [mem pref disabled]
[ 0.979163] pci 0000:00:1c.0: PCI bridge to [bus 07-07]
[ 0.979216] pci 0000:00:1c.0: bridge window [io disabled]
[ 0.979272] pci 0000:00:1c.0: bridge window [mem disabled]
[ 0.979328] pci 0000:00:1c.0: bridge window [mem pref disabled]
[ 0.979385] pci 0000:00:1c.1: PCI bridge to [bus 08-08]
[ 0.979439] pci 0000:00:1c.1: bridge window [io disabled]
[ 0.979495] pci 0000:00:1c.1: bridge window [mem disabled]
[ 0.979551] pci 0000:00:1c.1: bridge window [mem pref disabled]
[ 0.979609] pci 0000:00:1c.4: PCI bridge to [bus 09-09]
[ 0.979664] pci 0000:00:1c.4: bridge window [io 0x1000-0x1fff]
[ 0.979721] pci 0000:00:1c.4: bridge window [mem 0xc7100000-0xc71fffff]
[ 0.979777] pci 0000:00:1c.4: bridge window [mem pref disabled]
[ 0.979834] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a]
[ 0.979887] pci 0000:00:1e.0: bridge window [io disabled]
[ 0.979944] pci 0000:00:1e.0: bridge window [mem 0xc7000000-0xc70fffff]
[ 0.980000] pci 0000:00:1e.0: bridge window [mem pref disabled]
[ 0.980062] alloc irq_2_iommu on node 0
[ 0.980066] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.980123] pci 0000:00:01.0: setting latency timer to 64
[ 0.980128] pci 0000:00:03.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.980184] pci 0000:00:03.0: setting latency timer to 64
[ 0.980190] pci 0000:02:00.0: setting latency timer to 64
[ 0.980196] pci 0000:03:00.0: setting latency timer to 64
[ 0.980201] pci 0000:03:02.0: setting latency timer to 64
[ 0.980205] pci 0000:00:07.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.980262] pci 0000:00:07.0: setting latency timer to 64
[ 0.980268] alloc irq_2_iommu on node 0
[ 0.980271] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.980329] pci 0000:00:1c.0: setting latency timer to 64
[ 0.980334] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.980391] pci 0000:00:1c.1: setting latency timer to 64
[ 0.980397] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.980454] pci 0000:00:1c.4: setting latency timer to 64
[ 0.980458] pci 0000:00:1e.0: setting latency timer to 64
[ 0.980460] pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
[ 0.980462] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffffffffffff]
[ 0.980463] pci_bus 0000:02: resource 0 [io 0x2000-0x3fff]
[ 0.980465] pci_bus 0000:02: resource 1 [mem 0xc0000000-0xc6ffffff]
[ 0.980466] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xefffffff 64bit pref]
[ 0.980468] pci_bus 0000:03: resource 0 [io 0x2000-0x3fff]
[ 0.980469] pci_bus 0000:03: resource 1 [mem 0xc0000000-0xc6ffffff]
[ 0.980470] pci_bus 0000:03: resource 2 [mem 0xd0000000-0xefffffff 64bit pref]
[ 0.980472] pci_bus 0000:04: resource 0 [io 0x3000-0x3fff]
[ 0.980473] pci_bus 0000:04: resource 1 [mem 0xc4000000-0xc6ffffff]
[ 0.980475] pci_bus 0000:04: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.980476] pci_bus 0000:05: resource 0 [io 0x2000-0x2fff]
[ 0.980477] pci_bus 0000:05: resource 1 [mem 0xc0000000-0xc2ffffff]
[ 0.980479] pci_bus 0000:05: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.980480] pci_bus 0000:09: resource 0 [io 0x1000-0x1fff]
[ 0.980482] pci_bus 0000:09: resource 1 [mem 0xc7100000-0xc71fffff]
[ 0.980483] pci_bus 0000:0a: resource 1 [mem 0xc7000000-0xc70fffff]
[ 0.980484] pci_bus 0000:0a: resource 3 [io 0x0000-0xffff]
[ 0.980486] pci_bus 0000:0a: resource 4 [mem 0x00000000-0xffffffffffffffff]
[ 0.980497] NET: Registered protocol family 2
[ 0.980579] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.980810] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[ 0.981378] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.981567] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.981623] TCP reno registered
[ 0.981675] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.981738] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.981874] NET: Registered protocol family 1
[ 0.982308] pci 0000:05:00.0: Boot video device
[ 0.982315] PCI: CLS 64 bytes, default 64
[ 0.982343] Trying to unpack rootfs image as initramfs...
[ 1.075105] Freeing initrd memory: 6808k freed
[ 1.075881] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 1.075938] Placing 64MB software IO TLB between ffff880020000000 - ffff880024000000
[ 1.076006] software IO TLB at phys 0x20000000 - 0x24000000
[ 1.077624] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 1.079252] fuse init (API version 7.13)
[ 1.079519] Btrfs loaded
[ 1.079572] msgmni has been set to 7892
[ 1.079799] alg: No test for stdrng (krng)
[ 1.079903] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
[ 1.079971] io scheduler noop registered
[ 1.080023] io scheduler deadline registered
[ 1.080129] io scheduler cfq registered (default)
[ 1.080250] pcieport 0000:00:01.0: setting latency timer to 64
[ 1.080272] alloc irq_2_iommu on node 0
[ 1.080278] pcieport 0000:00:01.0: irq 26 for MSI/MSI-X
[ 1.080339] pcieport 0000:00:03.0: setting latency timer to 64
[ 1.080358] alloc irq_2_iommu on node 0
[ 1.080363] pcieport 0000:00:03.0: irq 27 for MSI/MSI-X
[ 1.080422] pcieport 0000:00:07.0: setting latency timer to 64
[ 1.080442] alloc irq_2_iommu on node 0
[ 1.080446] pcieport 0000:00:07.0: irq 28 for MSI/MSI-X
[ 1.080507] pcieport 0000:00:1c.0: setting latency timer to 64
[ 1.080531] alloc irq_2_iommu on node 0
[ 1.080537] pcieport 0000:00:1c.0: irq 29 for MSI/MSI-X
[ 1.080603] pcieport 0000:00:1c.1: setting latency timer to 64
[ 1.080627] alloc irq_2_iommu on node 0
[ 1.080633] pcieport 0000:00:1c.1: irq 30 for MSI/MSI-X
[ 1.080697] pcieport 0000:00:1c.4: setting latency timer to 64
[ 1.080721] alloc irq_2_iommu on node 0
[ 1.080726] pcieport 0000:00:1c.4: irq 31 for MSI/MSI-X
[ 1.080830] aer 0000:00:01.0:pcie02: AER service couldn't init device: no _OSC support
[ 1.080833] aer 0000:00:03.0:pcie02: AER service couldn't init device: no _OSC support
[ 1.080836] aer 0000:00:07.0:pcie02: AER service couldn't init device: no _OSC support
[ 1.080867] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 1.081092] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[ 1.081164] ACPI: Sleep Button [SLPB]
[ 1.081256] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 1.081324] ACPI: Power Button [PWRF]
[ 1.081821] Monitor-Mwait will be used to enter C-1 state
[ 1.081834] Monitor-Mwait will be used to enter C-3 state
[ 1.087259] Real Time Clock Driver v1.12b
[ 1.087350] Linux agpgart interface v0.103
[ 1.087463] [drm] Initialized drm 1.1.0 20060810
[ 1.087516] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.341182] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a NS16550A
[ 1.342236] brd: module loaded
[ 1.342407] ahci 0000:00:1f.2: version 3.0
[ 1.342417] alloc irq_2_iommu on node 0
[ 1.342421] ahci 0000:00:1f.2: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 1.342496] alloc irq_2_iommu on node 0
[ 1.342502] ahci 0000:00:1f.2: irq 32 for MSI/MSI-X
[ 1.342552] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
[ 1.342621] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc ems
[ 1.342691] ahci 0000:00:1f.2: setting latency timer to 64
[ 1.380957] scsi0 : ahci
[ 1.386151] scsi1 : ahci
[ 1.386247] scsi2 : ahci
[ 1.386342] scsi3 : ahci
[ 1.386437] scsi4 : ahci
[ 1.386532] scsi5 : ahci
[ 1.386687] ata1: SATA max UDMA/133 abar m2048@0xc7220000 port 0xc7220100 irq 32
[ 1.386755] ata2: SATA max UDMA/133 abar m2048@0xc7220000 port 0xc7220180 irq 32
[ 1.386823] ata3: SATA max UDMA/133 abar m2048@0xc7220000 port 0xc7220200 irq 32
[ 1.386890] ata4: SATA max UDMA/133 abar m2048@0xc7220000 port 0xc7220280 irq 32
[ 1.386958] ata5: SATA max UDMA/133 abar m2048@0xc7220000 port 0xc7220300 irq 32
[ 1.387026] ata6: SATA max UDMA/133 abar m2048@0xc7220000 port 0xc7220380 irq 32
[ 1.387113] ahci 0000:09:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.387183] ahci 0000:09:00.0: controller can't do NCQ, turning off CAP_NCQ
[ 1.387239] ahci 0000:09:00.0: controller can't do PMP, turning off CAP_PMP
[ 1.387295] ahci 0000:09:00.0: MV_AHCI HACK: port_map 7 -> 3
[ 1.387349] ahci 0000:09:00.0: Disabling your PATA port. Use the boot option 'ahci.marvell_enable=0' to avoid this.
[ 1.387426] ahci: SSS flag set, parallel bus scan disabled
[ 1.387509] ahci 0000:09:00.0: AHCI 0001.0000 32 slots 3 ports 3 Gbps 0x3 impl IDE mode
[ 1.387578] ahci 0000:09:00.0: flags: 64bit stag led slum part
[ 1.387636] ahci 0000:09:00.0: setting latency timer to 64
[ 1.387706] scsi6 : ahci
[ 1.387805] scsi7 : ahci
[ 1.387899] scsi8 : ahci
[ 1.387990] ata7: SATA max UDMA/133 abar m1024@0xc7100000 port 0xc7100100 irq 16
[ 1.388059] ata8: SATA max UDMA/133 abar m1024@0xc7100000 port 0xc7100180 irq 16
[ 1.388126] ata9: DUMMY
[ 1.388235] Intel(R) PRO/1000 Network Driver - version 7.3.21-k5-NAPI
[ 1.388291] Copyright (c) 1999-2006 Intel Corporation.
[ 1.388364] e1000e: Intel(R) PRO/1000 Network Driver - 1.0.2-k2
[ 1.388419] e1000e: Copyright (c) 1999 - 2009 Intel Corporation.
[ 1.388489] alloc irq_2_iommu on node 0
[ 1.388493] e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 1.388551] e1000e 0000:00:19.0: setting latency timer to 64
[ 1.388598] alloc irq_2_iommu on node 0
[ 1.388604] e1000e 0000:00:19.0: irq 33 for MSI/MSI-X
[ 1.652117] 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:1c:c0:79:83:47
[ 1.652185] 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[ 1.652257] 0000:00:19.0: eth0: MAC: 7, PHY: 8, PBA No: ffffff-0ff
[ 1.652332] Intel(R) Gigabit Ethernet Network Driver - version 2.1.0-k2
[ 1.652387] Copyright (c) 2007-2009 Intel Corporation.
[ 1.652505] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.652570] alloc irq_2_iommu on node 0
[ 1.652574] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 1.652637] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 1.652639] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 1.652718] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 1.652802] ehci_hcd 0000:00:1a.7: debug port 1
[ 1.656722] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[ 1.656730] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xc7222000
[ 1.672025] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 1.672096] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.672152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.672220] usb usb1: Product: EHCI Host Controller
[ 1.672273] usb usb1: Manufacturer: Linux 2.6.33-rc8-00203-gd65245c ehci_hcd
[ 1.672329] usb usb1: SerialNumber: 0000:00:1a.7
[ 1.672440] hub 1-0:1.0: USB hub found
[ 1.672494] hub 1-0:1.0: 6 ports detected
[ 1.672582] alloc irq_2_iommu on node 0
[ 1.672585] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 1.672648] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 1.672650] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 1.672728] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 1.672811] ehci_hcd 0000:00:1d.7: debug port 1
[ 1.676740] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[ 1.676748] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xc7221000
[ 1.691960] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 1.692026] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.692082] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.692150] usb usb2: Product: EHCI Host Controller
[ 1.692203] usb usb2: Manufacturer: Linux 2.6.33-rc8-00203-gd65245c ehci_hcd
[ 1.692259] usb usb2: SerialNumber: 0000:00:1d.7
[ 1.692368] hub 2-0:1.0: USB hub found
[ 1.692421] hub 2-0:1.0: 6 ports detected
[ 1.692514] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.692605] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.692664] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 1.692666] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 1.692744] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 1.692829] uhci_hcd 0000:00:1a.0: irq 16, io base 0x000040e0
[ 1.692902] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.692959] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.693026] usb usb3: Product: UHCI Host Controller
[ 1.693079] usb usb3: Manufacturer: Linux 2.6.33-rc8-00203-gd65245c uhci_hcd
[ 1.693135] usb usb3: SerialNumber: 0000:00:1a.0
[ 1.693243] hub 3-0:1.0: USB hub found
[ 1.693296] hub 3-0:1.0: 2 ports detected
[ 1.693371] alloc irq_2_iommu on node 0
[ 1.693375] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 1.693434] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 1.693436] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 1.693515] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 1.693604] uhci_hcd 0000:00:1a.1: irq 21, io base 0x000040c0
[ 1.693676] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.693733] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.693800] usb usb4: Product: UHCI Host Controller
[ 1.693853] usb usb4: Manufacturer: Linux 2.6.33-rc8-00203-gd65245c uhci_hcd
[ 1.693909] usb usb4: SerialNumber: 0000:00:1a.1
[ 1.694015] hub 4-0:1.0: USB hub found
[ 1.694067] hub 4-0:1.0: 2 ports detected
[ 1.694140] uhci_hcd 0000:00:1a.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 1.694199] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[ 1.694200] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[ 1.694278] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[ 1.694367] uhci_hcd 0000:00:1a.2: irq 19, io base 0x000040a0
[ 1.694439] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.694494] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.694560] usb usb5: Product: UHCI Host Controller
[ 1.694614] usb usb5: Manufacturer: Linux 2.6.33-rc8-00203-gd65245c uhci_hcd
[ 1.694670] usb usb5: SerialNumber: 0000:00:1a.2
[ 1.694777] hub 5-0:1.0: USB hub found
[ 1.694829] hub 5-0:1.0: 2 ports detected
[ 1.694906] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 1.694964] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 1.694966] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 1.695043] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[ 1.695128] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00004080
[ 1.695199] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.695255] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.695322] usb usb6: Product: UHCI Host Controller
[ 1.695375] usb usb6: Manufacturer: Linux 2.6.33-rc8-00203-gd65245c uhci_hcd
[ 1.695431] usb usb6: SerialNumber: 0000:00:1d.0
[ 1.695539] hub 6-0:1.0: USB hub found
[ 1.695592] hub 6-0:1.0: 2 ports detected
[ 1.695668] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 1.695726] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 1.695728] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 1.695808] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[ 1.695893] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00004060
[ 1.695966] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.696022] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.696089] usb usb7: Product: UHCI Host Controller
[ 1.696142] usb usb7: Manufacturer: Linux 2.6.33-rc8-00203-gd65245c uhci_hcd
[ 1.696198] usb usb7: SerialNumber: 0000:00:1d.1
[ 1.696306] hub 7-0:1.0: USB hub found
[ 1.696358] hub 7-0:1.0: 2 ports detected
[ 1.696433] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 1.696492] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 1.696494] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 1.696574] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[ 1.696659] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00004040
[ 1.696731] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.696786] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.696853] usb usb8: Product: UHCI Host Controller
[ 1.696906] usb usb8: Manufacturer: Linux 2.6.33-rc8-00203-gd65245c uhci_hcd
[ 1.696962] usb usb8: SerialNumber: 0000:00:1d.2
[ 1.697068] hub 8-0:1.0: USB hub found
[ 1.697121] hub 8-0:1.0: 2 ports detected
[ 1.697227] usbcore: registered new interface driver usblp
[ 1.697281] Initializing USB Mass Storage driver...
[ 1.697366] usbcore: registered new interface driver usb-storage
[ 1.697420] USB Mass Storage support registered.
[ 1.697506] usbcore: registered new interface driver usbserial
[ 1.697575] USB Serial support registered for generic
[ 1.697646] usbcore: registered new interface driver usbserial_generic
[ 1.697701] usbserial: USB Serial Driver core
[ 1.697766] USB Serial support registered for debug
[ 1.697834] usbcore: registered new interface driver debug
[ 1.697902] USB Serial support registered for pl2303
[ 1.697976] usbcore: registered new interface driver pl2303
[ 1.698030] pl2303: Prolific PL2303 USB to serial adaptor driver
[ 1.698143] PNP: No PS/2 controller found. Probing ports directly.
[ 1.701259] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.701315] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.701409] mice: PS/2 mouse device common for all mice
[ 1.701550] md: linear personality registered for level -1
[ 1.701604] md: raid0 personality registered for level 0
[ 1.701780] device-mapper: ioctl: 4.16.0-ioctl (2009-11-05) initialised: dm-devel@redhat.com
[ 1.701899] EDAC MC: Ver: 2.1.0 Feb 28 2010
[ 1.702421] cpuidle: using governor ladder
[ 1.703208] cpuidle: using governor menu
[ 1.708363] ata3: SATA link down (SStatus 0 SControl 300)
[ 1.708367] ata2: SATA link down (SStatus 0 SControl 300)
[ 1.708370] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.708397] ata4: SATA link down (SStatus 0 SControl 300)
[ 1.708409] ata7: SATA link down (SStatus 0 SControl 300)
[ 1.708412] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.708546] ata5.00: ATA-7: INTEL SSDSA2MH080G1GC, 045C8820, max UDMA/133
[ 1.708548] ata5.00: 156301488 sectors, multi 1: LBA48 NCQ (depth 31)
[ 1.708585] ata6.00: ATA-7: INTEL SSDSA2MH080G1GC, 045C8820, max UDMA/133
[ 1.708591] ata6.00: 156301488 sectors, multi 1: LBA48 NCQ (depth 31)
[ 1.708773] ata5.00: configured for UDMA/133
[ 1.708809] ata6.00: configured for UDMA/133
[ 1.708999] usbcore: registered new interface driver hiddev
[ 1.709025] usbcore: registered new interface driver usbhid
[ 1.709027] usbhid: USB HID core driver
[ 1.709784] alloc irq_2_iommu on node 0
[ 1.709789] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 1.709881] alloc irq_2_iommu on node 0
[ 1.709888] HDA Intel 0000:00:1b.0: irq 34 for MSI/MSI-X
[ 1.709901] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 1.875392] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.878269] ata1.00: ATAPI: PIONEER BD-ROM BDC-202, 1.04, max UDMA/66
[ 1.881256] ata1.00: configured for UDMA/66
[ 1.905367] scsi 0:0:0:0: CD-ROM PIONEER BD-ROM BDC-202 1.04 PQ: 0 ANSI: 5
[ 1.923686] sr0: scsi3-mmc drive: 32x/32x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.923755] Uniform CD-ROM driver Revision: 3.20
[ 1.923879] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 1.923934] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 1.924102] scsi 4:0:0:0: Direct-Access ATA INTEL SSDSA2MH08 045C PQ: 0 ANSI: 5
[ 1.924288] sd 4:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[ 1.924316] sd 4:0:0:0: Attached scsi generic sg1 type 0
[ 1.924402] scsi 5:0:0:0: Direct-Access ATA INTEL SSDSA2MH08 045C PQ: 0 ANSI: 5
[ 1.924510] sd 4:0:0:0: [sda] Write Protect is off
[ 1.924516] sd 5:0:0:0: [sdb] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[ 1.924545] sd 5:0:0:0: [sdb] Write Protect is off
[ 1.924546] sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.924559] sd 5:0:0:0: Attached scsi generic sg2 type 0
[ 1.924562] sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.924804] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.924819] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.238631] ata8: SATA link down (SStatus 0 SControl 300)
[ 2.390152] usb 3-1: new full speed USB device using uhci_hcd and address 2
[ 2.568193] usb 3-1: New USB device found, idVendor=046d, idProduct=c526
[ 2.568250] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.568307] usb 3-1: Product: USB Receiver
[ 2.568360] usb 3-1: Manufacturer: Logitech
[ 2.576345] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.0/input/input2
[ 2.576605] generic-usb 0003:046D:C526.0001: input: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1a.0-1/input0
[ 2.581299] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.1/input/input3
[ 4.735012] hda-intel: azx_get_response timeout, switching to polling mode: last cmd=0x200f0001
[ 4.737482] sda:
[ 4.737602] sdb:
[ 4.737702] generic-usb 0003:046D:C526.0002: input,hiddev96: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.0-1/input1
[ 4.737705] sda1 sda2
[ 4.737910] sdb1
[ 4.738284] sd 5:0:0:0: [sdb] Attached SCSI disk
[ 4.738330] sd 4:0:0:0: [sda] Attached SCSI disk
[ 4.775258] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input4
[ 4.779580] ALSA device list:
[ 4.779632] #0: HDA Intel at 0xf0000000 irq 34
[ 4.779717] oprofile: using NMI interrupt.
[ 4.779800] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 4.780205] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 4.780284] TCP cubic registered
[ 4.780451] NET: Registered protocol family 10
[ 4.780984] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 4.781061] IPv6 over IPv4 tunneling driver
[ 4.781414] NET: Registered protocol family 17
[ 4.783369] Freeing unused kernel memory: 508k freed
[ 4.783477] Write protecting the kernel read-only data: 8192k
[ 4.783810] Freeing unused kernel memory: 1628k freed
[ 4.784137] Freeing unused kernel memory: 492k freed
[ 4.791489] dracut: dracut-004-4.fc12
[ 4.797119] udev: starting version 145
[ 4.822284] nouveau 0000:04:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 4.822344] nouveau 0000:04:00.0: setting latency timer to 64
[ 4.823579] [drm] nouveau 0000:04:00.0: Detected an NV50 generation card (0x092200a2)
[ 4.824436] [drm] nouveau 0000:04:00.0: Attempting to load BIOS image from PRAMIN
[ 4.824508] [drm] nouveau 0000:04:00.0: ... BIOS signature not found
[ 4.824562] [drm] nouveau 0000:04:00.0: Attempting to load BIOS image from PROM
[ 4.978725] usb 3-2: new low speed USB device using uhci_hcd and address 3
[ 5.012574] [drm] nouveau 0000:04:00.0: ... appears to be valid
[ 5.012635] [drm] nouveau 0000:04:00.0: BIT BIOS found
[ 5.012694] [drm] nouveau 0000:04:00.0: Bios version 62.92.39.00
[ 5.012755] [drm] nouveau 0000:04:00.0: TMDS table revision 2.0 not currently supported
[ 5.012833] [drm] nouveau 0000:04:00.0: Found Display Configuration Block version 4.0
[ 5.012908] [drm] nouveau 0000:04:00.0: DCB connector table: VHER 0x40 5 16 4
[ 5.012971] [drm] nouveau 0000:04:00.0: 0: 0x00002030: type 0x30 idx 0 tag 0x08
[ 5.013046] [drm] nouveau 0000:04:00.0: 1: 0x00000162: type 0x62 idx 1 tag 0xff
[ 5.013121] [drm] nouveau 0000:04:00.0: Raw DCB entry 0: 04010310 00000028
[ 5.013183] [drm] nouveau 0000:04:00.0: Raw DCB entry 1: 02010312 00020030
[ 5.013253] [drm] nouveau 0000:04:00.0: Adaptor not initialised
[ 5.013311] [drm] nouveau 0000:04:00.0: Running VBIOS init tables
[ 5.013375] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table 0 at offset 0xC16D
[ 5.154246] usb 3-2: New USB device found, idVendor=046d, idProduct=c315
[ 5.154302] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5.154358] usb 3-2: Product: Logitech USB Keyboard
[ 5.154410] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table 1 at offset 0xC546
[ 5.154477] usb 3-2: Manufacturer: Logitech
[ 5.169788] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table 2 at offset 0xD2C1
[ 5.169900] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table 3 at offset 0xD3E3
[ 5.171587] input: Logitech Logitech USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.0/input/input5
[ 5.171853] generic-usb 0003:046D:C315.0003: input: USB HID v1.10 Keyboard [Logitech Logitech USB Keyboard] on usb-0000:00:1a.0-2/input0
[ 5.178464] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table 4 at offset 0xD613
[ 5.178554] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table at offset 0xD678
[ 5.202292] [drm] nouveau 0000:04:00.0: 0xB35A: parsing output script 0
[ 5.319522] [TTM] Zone kernel: Available graphics memory: 2021850 kiB.
[ 5.319585] [drm] nouveau 0000:04:00.0: 512 MiB VRAM
[ 5.377939] [drm] nouveau 0000:04:00.0: 512 MiB GART (aperture)
[ 5.380053] nouveau 0000:04:00.0: firmware: requesting nouveau/nv92.ctxprog
[ 5.381883] nouveau 0000:04:00.0: firmware: requesting nouveau/nv92.ctxvals
[ 5.384982] [drm] nouveau 0000:04:00.0: Allocating FIFO number 1
[ 5.399715] [drm] nouveau 0000:04:00.0: nouveau_channel_alloc: initialised FIFO 1
[ 5.401257] [drm] nouveau 0000:04:00.0: Detected a DAC output
[ 5.401311] [drm] nouveau 0000:04:00.0: Detected a TMDS output
[ 5.401367] [drm] nouveau 0000:04:00.0: Detected a DVI-I connector
[ 5.409633] usb 4-1: new full speed USB device using uhci_hcd and address 2
[ 5.454571] No connectors reported connected with modes
[ 5.454635] [drm] Initialized nouveau 0.0.15 20090420 for 0000:04:00.0 on minor 0
[ 5.454730] nouveau 0000:05:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 5.454795] nouveau 0000:05:00.0: setting latency timer to 64
[ 5.457051] [drm] nouveau 0000:05:00.0: Detected an NV50 generation card (0x092200a2)
[ 5.457909] [drm] nouveau 0000:05:00.0: Attempting to load BIOS image from PRAMIN
[ 5.532931] [drm] nouveau 0000:05:00.0: ... appears to be valid
[ 5.532992] [drm] nouveau 0000:05:00.0: BIT BIOS found
[ 5.533051] [drm] nouveau 0000:05:00.0: Bios version 62.92.39.00
[ 5.533111] [drm] nouveau 0000:05:00.0: TMDS table revision 2.0 not currently supported
[ 5.533187] [drm] nouveau 0000:05:00.0: Found Display Configuration Block version 4.0
[ 5.533277] [drm] nouveau 0000:05:00.0: DCB connector table: VHER 0x40 5 16 4
[ 5.533351] [drm] nouveau 0000:05:00.0: 0: 0x00002030: type 0x30 idx 0 tag 0x08
[ 5.533428] [drm] nouveau 0000:05:00.0: 1: 0x00001161: type 0x61 idx 1 tag 0x07
[ 5.533518] [drm] nouveau 0000:05:00.0: Raw DCB entry 0: 04010310 00000028
[ 5.533580] [drm] nouveau 0000:05:00.0: Raw DCB entry 1: 02010312 00020030
[ 5.533643] [drm] nouveau 0000:05:00.0: Raw DCB entry 2: 01001302 00020010
[ 5.533711] [drm] nouveau 0000:05:00.0: Parsing VBIOS init table 0 at offset 0xC16D
[ 5.564706] usb 4-1: New USB device found, idVendor=067b, idProduct=2303
[ 5.564769] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5.564831] usb 4-1: Product: USB-Serial Controller
[ 5.564889] usb 4-1: Manufacturer: Prolific Technology Inc.
[ 5.567882] pl2303 4-1:1.0: pl2303 converter detected
[ 5.576880] [drm] nouveau 0000:05:00.0: Parsing VBIOS init table 1 at offset 0xC546
[ 5.580282] usb 4-1: pl2303 converter now attached to ttyUSB0
[ 5.593225] [drm] nouveau 0000:05:00.0: Parsing VBIOS init table 2 at offset 0xD2C1
[ 5.593311] [drm] nouveau 0000:05:00.0: Parsing VBIOS init table 3 at offset 0xD3E3
[ 5.600533] [drm] nouveau 0000:05:00.0: Parsing VBIOS init table 4 at offset 0xD613
[ 5.600609] [drm] nouveau 0000:05:00.0: Parsing VBIOS init table at offset 0xD678
[ 5.628368] [drm] nouveau 0000:05:00.0: 0xD678: Condition still not met after 20ms, skipping following opcodes
[ 5.628456] [drm] nouveau 0000:05:00.0: 0xB35A: parsing output script 0
[ 5.628518] [drm] nouveau 0000:05:00.0: 0xB35A: parsing output script 0
[ 5.745413] [drm] nouveau 0000:05:00.0: 512 MiB VRAM
[ 5.811322] [drm] nouveau 0000:05:00.0: 512 MiB GART (aperture)
[ 5.814080] nouveau 0000:05:00.0: firmware: requesting nouveau/nv92.ctxprog
[ 5.817366] nouveau 0000:05:00.0: firmware: requesting nouveau/nv92.ctxvals
[ 5.821044] [drm] nouveau 0000:05:00.0: Allocating FIFO number 1
[ 5.838206] [drm] nouveau 0000:05:00.0: nouveau_channel_alloc: initialised FIFO 1
[ 5.840176] [drm] nouveau 0000:05:00.0: Detected a DAC output
[ 5.840238] [drm] nouveau 0000:05:00.0: Detected a TMDS output
[ 5.840298] [drm] nouveau 0000:05:00.0: Detected a TMDS output
[ 5.840359] [drm] nouveau 0000:05:00.0: Detected a DVI-I connector
[ 5.840779] [drm] nouveau 0000:05:00.0: Detected a DVI-D connector
[ 5.971479] [drm] nouveau 0000:05:00.0: allocated 1920x1200 fb: 0x40250000, bo ffff88013d10b400
[ 5.977400] [drm] nouveau 0000:05:00.0: 0xB35E: parsing output script 1
[ 5.977410] [drm] nouveau 0000:05:00.0: 0xB35F: parsing output script 2
[ 5.977424] [drm] nouveau 0000:05:00.0: 0xB2A5: parsing clock script 0
[ 5.979120] Console: switching to colour frame buffer device 240x75
[ 5.982052] fb0: nouveaufb frame buffer device
[ 5.982062] registered panic notifier
[ 5.982073] [drm] Initialized nouveau 0.0.15 20090420 for 0000:05:00.0 on minor 1
[ 6.017393] dracut: Starting plymouth daemon
[ 6.295187] kjournald starting. Commit interval 5 seconds
[ 6.295193] EXT3-fs (sda2): mounted filesystem with writeback data mode
[ 6.297817] dracut: Mounted root filesystem /dev/sda2
[ 6.402285] dracut: Switching root
[ 6.628149] udev: starting version 145
[ 7.753595] EXT3-fs (sda2): using internal journal
[ 7.793464] kjournald starting. Commit interval 5 seconds
[ 7.793533] EXT3-fs (sdb1): using internal journal
[ 7.793538] EXT3-fs (sdb1): mounted filesystem with writeback data mode
[ 7.800616] kjournald starting. Commit interval 5 seconds
[ 7.800658] EXT3-fs (sda1): using internal journal
[ 7.800663] EXT3-fs (sda1): mounted filesystem with writeback data mode
[ 9.392966] e1000e 0000:00:19.0: irq 33 for MSI/MSI-X
[ 9.448698] e1000e 0000:00:19.0: irq 33 for MSI/MSI-X
[ 9.449593] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 9.769858] [drm] nouveau 0000:05:00.0: unknown parameter -2401039834048102397
[ 9.999800] [drm] nouveau 0000:05:00.0: Allocating FIFO number 2
[ 10.014455] [drm] nouveau 0000:05:00.0: nouveau_channel_alloc: initialised FIFO 2
[ 10.977439] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX
[ 10.977441] 0000:00:19.0: eth0: 10/100 speed: disabling TSO
[ 10.977692] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 21.398449] eth0: no IPv6 routers present
[-- Attachment #3: Type: TEXT/PLAIN, Size: 74069 bytes --]
[ 0.000000] Linux version 2.6.33-rc8-00204-g977d17b (torvalds@nehalem.linux-foundation.org) (gcc version 4.4.3 20100127 (Red Hat 4.4.3-4) (GCC) ) #149 SMP Sun Feb 28 12:21:03 PST 2010
[ 0.000000] Command line: ro root=UUID=5ebe4c67-45d5-4bab-b650-4f28e3301abb SYSFONT=latarcyrheb-sun16 LANG=en_US.UTF-8 KEYTABLE=us
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009cc00 (usable)
[ 0.000000] BIOS-e820: 000000000009cc00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bcdce000 (usable)
[ 0.000000] BIOS-e820: 00000000bcdce000 - 00000000bcfe7000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bcfe7000 - 00000000bf6bd000 (usable)
[ 0.000000] BIOS-e820: 00000000bf6bd000 - 00000000bf6bf000 (reserved)
[ 0.000000] BIOS-e820: 00000000bf6bf000 - 00000000bf714000 (usable)
[ 0.000000] BIOS-e820: 00000000bf714000 - 00000000bf7bf000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bf7bf000 - 00000000bf7e7000 (usable)
[ 0.000000] BIOS-e820: 00000000bf7e7000 - 00000000bf7ff000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000bf7ff000 - 00000000bf800000 (usable)
[ 0.000000] BIOS-e820: 00000000bf800000 - 00000000c0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fd000000 (reserved)
[ 0.000000] BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
[ 0.000000] BIOS-e820: 0000000100000000 - 0000000140000000 (usable)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI 2.5 present.
[ 0.000000] No AGP bridge found
[ 0.000000] last_pfn = 0x140000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-DFFFF write-protect
[ 0.000000] E0000-FFFFF uncachable
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 080000000 mask FC0000000 write-back
[ 0.000000] 2 base 100000000 mask FC0000000 write-back
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820 update range: 00000000c0000000 - 0000000100000000 (usable) ==> (reserved)
[ 0.000000] last_pfn = 0xbf800 max_arch_pfn = 0x400000000
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] init_memory_mapping: 0000000000000000-00000000bf800000
[ 0.000000] 0000000000 - 00bf800000 page 2M
[ 0.000000] kernel direct mapping tables up to bf800000 @ 8000-c000
[ 0.000000] init_memory_mapping: 0000000100000000-0000000140000000
[ 0.000000] 0100000000 - 0140000000 page 2M
[ 0.000000] kernel direct mapping tables up to 140000000 @ a000-10000
[ 0.000000] RAMDISK: 37949000 - 37fef15f
[ 0.000000] ACPI: RSDP 00000000000fe020 00024 (v02 INTEL )
[ 0.000000] ACPI: XSDT 00000000bf7fe120 0006C (v01 INTEL DX58SO 0000084F 01000013)
[ 0.000000] ACPI: FACP 00000000bf7fd000 000F4 (v03 INTEL DX58SO 0000084F MSFT 0100000D)
[ 0.000000] ACPI Warning: Optional field Pm2ControlBlock has zero address or length: 0000000000000450/0 (20091214/tbfadt-557)
[ 0.000000] ACPI Warning: Invalid length for Pm2ControlBlock: 0, using default 8 (20091214/tbfadt-607)
[ 0.000000] ACPI: DSDT 00000000bf7f8000 043CE (v02 INTEL DX58SO 0000084F MSFT 0100000D)
[ 0.000000] ACPI: FACS 00000000bf726000 00040
[ 0.000000] ACPI: APIC 00000000bf7f7000 00138 (v02 INTEL DX58SO 0000084F MSFT 0100000D)
[ 0.000000] ACPI: WDDT 00000000bf7f6000 00040 (v01 INTEL DX58SO 0000084F MSFT 0100000D)
[ 0.000000] ACPI: MCFG 00000000bf7f5000 0003C (v01 INTEL DX58SO 0000084F MSFT 0100000D)
[ 0.000000] ACPI: ASF! 00000000bf7f4000 000AC (v32 INTEL DX58SO 0000084F MSFT 0100000D)
[ 0.000000] ACPI: SSDT 00000000bf7ea000 070AC (v01 INTEL SSDT PM 0000084F MSFT 0100000D)
[ 0.000000] ACPI: DMAR 00000000bf7e7000 00140 (v01 INTEL DX58SO 0000084F MSFT 0100000D)
[ 0.000000] ACPI: WDTT 00000000bf7f2000 0020C (v01 INTEL DX58SO 0000084F MSFT 0100000D)
[ 0.000000] ACPI: ASPT 00000000bf7f3000 00034 (v04 INTEL PerfTune 0000084F MSFT 0100000D)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] (8 early reservations) ==> bootmem [0000000000 - 0140000000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [0001000000 - 0001a0c968] TEXT DATA BSS ==> [0001000000 - 0001a0c968]
[ 0.000000] #2 [0037949000 - 0037fef15f] RAMDISK ==> [0037949000 - 0037fef15f]
[ 0.000000] #3 [000009cc00 - 0000100000] BIOS reserved ==> [000009cc00 - 0000100000]
[ 0.000000] #4 [0001a0d000 - 0001a0d15e] BRK ==> [0001a0d000 - 0001a0d15e]
[ 0.000000] #5 [0000001000 - 0000003000] TRAMPOLINE ==> [0000001000 - 0000003000]
[ 0.000000] #6 [0000008000 - 000000a000] PGTABLE ==> [0000008000 - 000000a000]
[ 0.000000] #7 [000000a000 - 000000b000] PGTABLE ==> [000000a000 - 000000b000]
[ 0.000000] [ffffea0000000000-ffffea00045fffff] PMD -> [ffff880028600000-ffff88002bdfffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000000 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal 0x00100000 -> 0x00140000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[7] active PFN ranges
[ 0.000000] 0: 0x00000000 -> 0x0000009c
[ 0.000000] 0: 0x00000100 -> 0x000bcdce
[ 0.000000] 0: 0x000bcfe7 -> 0x000bf6bd
[ 0.000000] 0: 0x000bf6bf -> 0x000bf714
[ 0.000000] 0: 0x000bf7bf -> 0x000bf7e7
[ 0.000000] 0: 0x000bf7ff -> 0x000bf800
[ 0.000000] 0: 0x00100000 -> 0x00140000
[ 0.000000] On node 0 totalpages: 1045694
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 105 pages reserved
[ 0.000000] DMA zone: 3835 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 14280 pages used for memmap
[ 0.000000] DMA32 zone: 765274 pages, LIFO batch:31
[ 0.000000] Normal zone: 3584 pages used for memmap
[ 0.000000] Normal zone: 258560 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x10] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x12] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x14] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x16] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x11] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x13] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x15] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x17] disabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x09] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0a] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0b] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0c] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0d] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0e] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0f] high level lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] SMP: Allowing 16 CPUs, 8 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 24
[ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:38000000)
[ 0.000000] setup_percpu: NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff880028200000 s82328 r8192 d24168 u131072
[ 0.000000] pcpu-alloc: s82328 r8192 d24168 u131072 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1027669
[ 0.000000] Kernel command line: ro root=UUID=5ebe4c67-45d5-4bab-b650-4f28e3301abb SYSFONT=latarcyrheb-sun16 LANG=en_US.UTF-8 KEYTABLE=us
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Memory: 4033336k/5242880k available (4497k kernel code, 1060104k absent, 148556k reserved, 4591k data, 508k init)
[ 0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS:768
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] Fast TSC calibration using PIT
[ 0.004000] Detected 3200.374 MHz processor.
[ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 6400.74 BogoMIPS (lpj=12801496)
[ 0.000118] Security Framework initialized
[ 0.000175] Mount-cache hash table entries: 256
[ 0.000303] CPU: Physical Processor ID: 0
[ 0.000355] CPU: Processor Core ID: 0
[ 0.000408] mce: CPU supports 9 MCE banks
[ 0.000466] CPU0: Thermal monitoring enabled (TM1)
[ 0.000520] CPU 0 MCA banks CMCI:2 CMCI:3 CMCI:5 CMCI:6 CMCI:8
[ 0.000787] using mwait in idle threads.
[ 0.000838] Performance Events: Nehalem/Corei7 events, Intel PMU driver.
[ 0.000964] ... version: 3
[ 0.001015] ... bit width: 48
[ 0.001067] ... generic registers: 4
[ 0.001118] ... value mask: 0000ffffffffffff
[ 0.001178] ... max period: 000000007fffffff
[ 0.001232] ... fixed-purpose events: 3
[ 0.001283] ... event mask: 000000070000000f
[ 0.001344] Freeing SMP alternatives: 38k freed
[ 0.001403] ACPI: Core revision 20091214
[ 0.009178] DMAR: Host address width 39
[ 0.009231] DMAR: DRHD base: 0x000000fe711000 flags: 0x0
[ 0.009289] IOMMU fe711000: ver 1:0 cap c9008010e60262 ecap f0207a
[ 0.009344] DMAR: DRHD base: 0x000000fe710000 flags: 0x1
[ 0.009402] IOMMU fe710000: ver 1:0 cap c90780106f0462 ecap f0207e
[ 0.009457] DMAR: RMRR base: 0x000000000e9000 end: 0x000000000e9fff
[ 0.009512] DMAR: RMRR base: 0x000000000ea000 end: 0x000000000eafff
[ 0.009568] DMAR: RMRR base: 0x000000000eb000 end: 0x000000000ebfff
[ 0.009622] DMAR: RMRR base: 0x000000000e6000 end: 0x000000000e6fff
[ 0.009677] DMAR: RMRR base: 0x000000000e7000 end: 0x000000000e7fff
[ 0.009732] DMAR: RMRR base: 0x000000000e8000 end: 0x000000000e8fff
[ 0.009788] DMAR: RMRR base: 0x000000000ec000 end: 0x000000000eefff
[ 0.009847] IOAPIC id 8 under DRHD base 0xfe710000
[ 0.009901] DRHD: handling fault status reg 3
[ 0.010160] Enabled Interrupt-remapping
[ 0.010214] Setting APIC routing to physical flat
[ 0.010274] DRHD: handling fault status reg 2
[ 0.010478] alloc irq_2_iommu on node 0
[ 0.010483] alloc irq_2_iommu on node 0
[ 0.010487] alloc irq_2_iommu on node 0
[ 0.010491] alloc irq_2_iommu on node 0
[ 0.010495] alloc irq_2_iommu on node 0
[ 0.010499] alloc irq_2_iommu on node 0
[ 0.010503] alloc irq_2_iommu on node 0
[ 0.010507] alloc irq_2_iommu on node 0
[ 0.010511] alloc irq_2_iommu on node 0
[ 0.010515] alloc irq_2_iommu on node 0
[ 0.010519] alloc irq_2_iommu on node 0
[ 0.010524] alloc irq_2_iommu on node 0
[ 0.010528] alloc irq_2_iommu on node 0
[ 0.010532] alloc irq_2_iommu on node 0
[ 0.010536] alloc irq_2_iommu on node 0
[ 0.010679] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.050296] CPU0: Genuine Intel(R) CPU 000 @ 3.20GHz stepping 04
[ 0.156734] Booting Node 0, Processors #1
[ 0.244419] CPU 1 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
[ 0.264466] #2
[ 0.352087] CPU 2 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
[ 0.372161] #3
[ 0.459754] CPU 3 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
[ 0.479852] #4
[ 0.567424] CPU 4 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
[ 0.587459] #5
[ 0.683065] CPU 5 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
[ 0.703106] #6
[ 0.790733] CPU 6 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
[ 0.810799] #7
[ 0.898401] CPU 7 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
[ 0.918465] Brought up 8 CPUs
[ 0.918614] Total of 8 processors activated (51203.31 BogoMIPS).
[ 0.921225] NET: Registered protocol family 16
[ 0.921424] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.921492] ACPI: bus type pci registered
[ 0.921607] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.921678] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.923366] PCI: Using configuration type 1 for base access
[ 0.926312] bio: create slab <bio-0> at 0
[ 0.927125] ACPI: EC: Look up EC in DSDT
[ 0.935330] ACPI: Interpreter enabled
[ 0.935382] ACPI: (supports S0 S5)
[ 0.935508] ACPI: Using IOAPIC for interrupt routing
[ 0.939455] ACPI: No dock devices found.
[ 0.939795] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.939873] pci_root PNP0A03:00: ignoring host bridge windows from ACPI; boot with "pci=use_crs" to use them
[ 0.940476] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
[ 0.940478] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
[ 0.940479] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[ 0.940481] pci_root PNP0A03:00: host bridge window [mem 0x000c4000-0x000cbfff] (ignored)
[ 0.940482] pci_root PNP0A03:00: host bridge window [mem 0xfed40000-0xfedfffff] (ignored)
[ 0.940484] pci_root PNP0A03:00: host bridge window [mem 0xc0000000-0xf7ffffff] (ignored)
[ 0.940556] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.940558] pci 0000:00:01.0: PME# disabled
[ 0.940600] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[ 0.940602] pci 0000:00:03.0: PME# disabled
[ 0.940645] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[ 0.940647] pci 0000:00:07.0: PME# disabled
[ 0.940860] pci 0000:00:19.0: reg 10: [mem 0xc7200000-0xc721ffff]
[ 0.940864] pci 0000:00:19.0: reg 14: [mem 0xc7223000-0xc7223fff]
[ 0.940869] pci 0000:00:19.0: reg 18: [io 0x4100-0x411f]
[ 0.940896] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[ 0.940899] pci 0000:00:19.0: PME# disabled
[ 0.940933] pci 0000:00:1a.0: reg 20: [io 0x40e0-0x40ff]
[ 0.940985] pci 0000:00:1a.1: reg 20: [io 0x40c0-0x40df]
[ 0.941036] pci 0000:00:1a.2: reg 20: [io 0x40a0-0x40bf]
[ 0.941083] pci 0000:00:1a.7: reg 10: [mem 0xc7222000-0xc72223ff]
[ 0.941124] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.941127] pci 0000:00:1a.7: PME# disabled
[ 0.941152] pci 0000:00:1b.0: reg 10: [mem 0xf0000000-0xf0003fff 64bit]
[ 0.941185] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.941187] pci 0000:00:1b.0: PME# disabled
[ 0.941236] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.941239] pci 0000:00:1c.0: PME# disabled
[ 0.941289] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.941292] pci 0000:00:1c.1: PME# disabled
[ 0.941344] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.941346] pci 0000:00:1c.4: PME# disabled
[ 0.941386] pci 0000:00:1d.0: reg 20: [io 0x4080-0x409f]
[ 0.941438] pci 0000:00:1d.1: reg 20: [io 0x4060-0x407f]
[ 0.941490] pci 0000:00:1d.2: reg 20: [io 0x4040-0x405f]
[ 0.941538] pci 0000:00:1d.7: reg 10: [mem 0xc7221000-0xc72213ff]
[ 0.941578] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.941582] pci 0000:00:1d.7: PME# disabled
[ 0.941676] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
[ 0.941680] pci 0000:00:1f.0: quirk: [io 0x0400-0x047f] claimed by ICH6 ACPI/GPIO/TCO
[ 0.941750] pci 0000:00:1f.0: quirk: [io 0x0500-0x053f] claimed by ICH6 GPIO
[ 0.941808] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 007f)
[ 0.941877] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0810 (mask 007f)
[ 0.941985] pci 0000:00:1f.2: reg 10: [io 0x4128-0x412f]
[ 0.941989] pci 0000:00:1f.2: reg 14: [io 0x4134-0x4137]
[ 0.941993] pci 0000:00:1f.2: reg 18: [io 0x4120-0x4127]
[ 0.941997] pci 0000:00:1f.2: reg 1c: [io 0x4130-0x4133]
[ 0.942001] pci 0000:00:1f.2: reg 20: [io 0x4020-0x403f]
[ 0.942005] pci 0000:00:1f.2: reg 24: [mem 0xc7220000-0xc72207ff]
[ 0.942027] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.942029] pci 0000:00:1f.2: PME# disabled
[ 0.942049] pci 0000:00:1f.3: reg 10: [mem 0xf0004000-0xf00040ff 64bit]
[ 0.942059] pci 0000:00:1f.3: reg 20: [io 0x4000-0x401f]
[ 0.942100] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.942155] pci 0000:00:01.0: bridge window [io f000 - 0000] reg reading
[ 0.942157] pci 0000:00:01.0: bridge window [mem 0xfff00000 - 0x000fffff] reg reading
[ 0.942161] pci 0000:00:01.0: bridge window [mem 0xfff00000 - 000fffff pref] reg reading
[ 0.942218] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 0.942221] pci 0000:02:00.0: PME# disabled
[ 0.942227] pci 0000:00:03.0: PCI bridge to [bus 02-05]
[ 0.942281] pci 0000:00:03.0: bridge window [io 0x2000-0x3fff]
[ 0.942284] pci 0000:00:03.0: bridge window [mem 0xc0000000-0xc6ffffff]
[ 0.942288] pci 0000:00:03.0: bridge window [mem 0xd0000000-0xefffffff 64bit pref]
[ 0.942342] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.942345] pci 0000:03:00.0: PME# disabled
[ 0.942379] pci 0000:03:02.0: PME# supported from D0 D3hot D3cold
[ 0.942382] pci 0000:03:02.0: PME# disabled
[ 0.942404] pci 0000:02:00.0: PCI bridge to [bus 03-05]
[ 0.942460] pci 0000:02:00.0: bridge window [io 0x2000-0x3fff]
[ 0.942462] pci 0000:02:00.0: bridge window [mem 0xc0000000-0xc6ffffff]
[ 0.942466] pci 0000:02:00.0: bridge window [mem 0xd0000000-0xefffffff 64bit pref]
[ 0.942502] pci 0000:04:00.0: reg 10: [mem 0xc6000000-0xc6ffffff]
[ 0.942510] pci 0000:04:00.0: reg 14: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.942519] pci 0000:04:00.0: reg 1c: [mem 0xc4000000-0xc5ffffff 64bit]
[ 0.942523] pci 0000:04:00.0: reg 24: [io 0x3000-0x307f]
[ 0.942528] pci 0000:04:00.0: reg 30: [mem 0xfffe0000-0xffffffff pref]
[ 0.942558] pci 0000:03:00.0: PCI bridge to [bus 04-04]
[ 0.942613] pci 0000:03:00.0: bridge window [io 0x3000-0x3fff]
[ 0.942616] pci 0000:03:00.0: bridge window [mem 0xc4000000-0xc6ffffff]
[ 0.942619] pci 0000:03:00.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.942657] pci 0000:05:00.0: reg 10: [mem 0xc2000000-0xc2ffffff]
[ 0.942665] pci 0000:05:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.942675] pci 0000:05:00.0: reg 1c: [mem 0xc0000000-0xc1ffffff 64bit]
[ 0.942679] pci 0000:05:00.0: reg 24: [io 0x2000-0x207f]
[ 0.942684] pci 0000:05:00.0: reg 30: [mem 0xfffe0000-0xffffffff pref]
[ 0.942715] pci 0000:03:02.0: PCI bridge to [bus 05-05]
[ 0.942770] pci 0000:03:02.0: bridge window [io 0x2000-0x2fff]
[ 0.942773] pci 0000:03:02.0: bridge window [mem 0xc0000000-0xc2ffffff]
[ 0.942777] pci 0000:03:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.942812] pci 0000:00:07.0: PCI bridge to [bus 06-06]
[ 0.942867] pci 0000:00:07.0: bridge window [io f000 - 0000] reg reading
[ 0.942870] pci 0000:00:07.0: bridge window [mem 0xfff00000 - 0x000fffff] reg reading
[ 0.942873] pci 0000:00:07.0: bridge window [mem 0xfff00000 - 000fffff pref] reg reading
[ 0.942906] pci 0000:00:1c.0: PCI bridge to [bus 07-07]
[ 0.942961] pci 0000:00:1c.0: bridge window [io f000 - 0000] reg reading
[ 0.942964] pci 0000:00:1c.0: bridge window [mem 0xfff00000 - 0x000fffff] reg reading
[ 0.942968] pci 0000:00:1c.0: bridge window [mem 0xfff00000 - 000fffff pref] reg reading
[ 0.943000] pci 0000:00:1c.1: PCI bridge to [bus 08-08]
[ 0.943055] pci 0000:00:1c.1: bridge window [io f000 - 0000] reg reading
[ 0.943058] pci 0000:00:1c.1: bridge window [mem 0xfff00000 - 0x000fffff] reg reading
[ 0.943062] pci 0000:00:1c.1: bridge window [mem 0xfff00000 - 000fffff pref] reg reading
[ 0.943125] pci 0000:09:00.0: reg 10: [io 0x1018-0x101f]
[ 0.943133] pci 0000:09:00.0: reg 14: [io 0x1024-0x1027]
[ 0.943141] pci 0000:09:00.0: reg 18: [io 0x1010-0x1017]
[ 0.943149] pci 0000:09:00.0: reg 1c: [io 0x1020-0x1023]
[ 0.943157] pci 0000:09:00.0: reg 20: [io 0x1000-0x100f]
[ 0.943165] pci 0000:09:00.0: reg 24: [mem 0xc7100000-0xc71003ff]
[ 0.943211] pci 0000:09:00.0: supports D1
[ 0.943212] pci 0000:09:00.0: PME# supported from D0 D1 D3hot
[ 0.943217] pci 0000:09:00.0: PME# disabled
[ 0.943233] pci 0000:00:1c.4: PCI bridge to [bus 09-09]
[ 0.943288] pci 0000:00:1c.4: bridge window [io 0x1000-0x1fff]
[ 0.943290] pci 0000:00:1c.4: bridge window [mem 0xc7100000-0xc71fffff]
[ 0.943295] pci 0000:00:1c.4: bridge window [mem 0xfff00000 - 000fffff pref] reg reading
[ 0.943334] pci 0000:0a:03.0: reg 10: [mem 0xc7004000-0xc70047ff]
[ 0.943339] pci 0000:0a:03.0: reg 14: [mem 0xc7000000-0xc7003fff]
[ 0.943375] pci 0000:0a:03.0: supports D1 D2
[ 0.943376] pci 0000:0a:03.0: PME# supported from D0 D1 D2 D3hot
[ 0.943380] pci 0000:0a:03.0: PME# disabled
[ 0.943415] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a] (subtractive decode)
[ 0.943472] pci 0000:00:1e.0: bridge window [io f000 - 0000] reg reading
[ 0.943475] pci 0000:00:1e.0: bridge window [mem 0xc7000000-0xc70fffff]
[ 0.943479] pci 0000:00:1e.0: bridge window [mem 0xfff00000 - 000fffff pref] reg reading
[ 0.943500] pci_bus 0000:00: on NUMA node 0
[ 0.943503] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.943919] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P32_._PRT]
[ 0.944032] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG1._PRT]
[ 0.944077] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG3._PRT]
[ 0.944122] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG7._PRT]
[ 0.944166] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[ 0.944210] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX1._PRT]
[ 0.944258] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT]
[ 0.950576] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[ 0.951161] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[ 0.951743] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[ 0.952324] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[ 0.952906] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[ 0.953487] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[ 0.954068] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[ 0.954655] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[ 0.955271] vgaarb: device added: PCI:0000:05:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.955340] vgaarb: loaded
[ 0.955460] SCSI subsystem initialized
[ 0.955586] libata version 3.00 loaded.
[ 0.955636] usbcore: registered new interface driver usbfs
[ 0.955705] usbcore: registered new interface driver hub
[ 0.955783] usbcore: registered new device driver usb
[ 0.955946] ACPI: WMI: Mapper loaded
[ 0.956017] Advanced Linux Sound Architecture Driver Version 1.0.21.
[ 0.956086] PCI: Using ACPI for IRQ routing
[ 0.956138] PCI: pci_cache_line_size set to 64 bytes
[ 0.956356] hpet clockevent registered
[ 0.956359] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[ 0.956417] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.956642] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 0.970388] Switching to clocksource tsc
[ 0.971214] pnp: PnP ACPI init
[ 0.971271] ACPI: bus type pnp registered
[ 0.972493] pnp: PnP ACPI: found 8 devices
[ 0.972545] ACPI: ACPI bus type pnp unregistered
[ 0.972602] system 00:05: [io 0x0500-0x053f] has been reserved
[ 0.972658] system 00:05: [io 0x0400-0x047f] has been reserved
[ 0.972712] system 00:05: [io 0x0680-0x06ff] has been reserved
[ 0.977506] pci 0000:04:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref]
[ 0.977575] pci 0000:05:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref]
[ 0.977646] PCI: max bus depth: 3 pci_try_num: 4
[ 0.977694] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.977747] pci 0000:00:01.0: bridge window [io disabled]
[ 0.977802] pci 0000:00:01.0: bridge window [mem disabled]
[ 0.977857] pci 0000:00:01.0: bridge window [mem pref disabled]
[ 0.977916] pci 0000:04:00.0: BAR 6: can't assign mem pref (size 0x20000)
[ 0.977972] pci 0000:03:00.0: PCI bridge to [bus 04-04]
[ 0.978027] pci 0000:03:00.0: bridge window [io 0x3000-0x3fff]
[ 0.978083] pci 0000:03:00.0: bridge window [mem 0xc4000000-0xc6ffffff]
[ 0.978140] pci 0000:03:00.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.978210] pci 0000:05:00.0: BAR 6: can't assign mem pref (size 0x20000)
[ 0.978265] pci 0000:03:02.0: PCI bridge to [bus 05-05]
[ 0.978320] pci 0000:03:02.0: bridge window [io 0x2000-0x2fff]
[ 0.978378] pci 0000:03:02.0: bridge window [mem 0xc0000000-0xc2ffffff]
[ 0.978434] pci 0000:03:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.978503] pci 0000:02:00.0: PCI bridge to [bus 03-05]
[ 0.978556] pci 0000:02:00.0: bridge window [io 0x2000-0x3fff]
[ 0.978612] pci 0000:02:00.0: bridge window [mem 0xc0000000-0xc6ffffff]
[ 0.978668] pci 0000:02:00.0: bridge window [mem 0xd0000000-0xefffffff 64bit pref]
[ 0.978738] pci 0000:00:03.0: PCI bridge to [bus 02-05]
[ 0.978791] pci 0000:00:03.0: bridge window [io 0x2000-0x3fff]
[ 0.978848] pci 0000:00:03.0: bridge window [mem 0xc0000000-0xc6ffffff]
[ 0.978905] pci 0000:00:03.0: bridge window [mem 0xd0000000-0xefffffff 64bit pref]
[ 0.978974] pci 0000:00:07.0: PCI bridge to [bus 06-06]
[ 0.979028] pci 0000:00:07.0: bridge window [io disabled]
[ 0.979083] pci 0000:00:07.0: bridge window [mem disabled]
[ 0.979138] pci 0000:00:07.0: bridge window [mem pref disabled]
[ 0.979195] pci 0000:00:1c.0: PCI bridge to [bus 07-07]
[ 0.979249] pci 0000:00:1c.0: bridge window [io disabled]
[ 0.979304] pci 0000:00:1c.0: bridge window [mem disabled]
[ 0.979360] pci 0000:00:1c.0: bridge window [mem pref disabled]
[ 0.979418] pci 0000:00:1c.1: PCI bridge to [bus 08-08]
[ 0.979471] pci 0000:00:1c.1: bridge window [io disabled]
[ 0.979527] pci 0000:00:1c.1: bridge window [mem disabled]
[ 0.979582] pci 0000:00:1c.1: bridge window [mem pref disabled]
[ 0.979640] pci 0000:00:1c.4: PCI bridge to [bus 09-09]
[ 0.979695] pci 0000:00:1c.4: bridge window [io 0x1000-0x1fff]
[ 0.979751] pci 0000:00:1c.4: bridge window [mem 0xc7100000-0xc71fffff]
[ 0.979808] pci 0000:00:1c.4: bridge window [mem pref disabled]
[ 0.979866] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a]
[ 0.979920] pci 0000:00:1e.0: bridge window [io disabled]
[ 0.979976] pci 0000:00:1e.0: bridge window [mem 0xc7000000-0xc70fffff]
[ 0.980033] pci 0000:00:1e.0: bridge window [mem pref disabled]
[ 0.980090] PCI: No. 2 try to assign unassigned res
[ 0.980092] release child resource [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.980093] pci 0000:03:02.0: resource 9 [mem 0xd0000000-0xdfffffff 64bit pref] released
[ 0.980095] pci 0000:03:02.0: PCI bridge to [bus 05-05]
[ 0.980149] pci 0000:03:02.0: bridge window [mem pref disabled]
[ 0.980206] release child resource [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.980208] pci 0000:03:00.0: resource 9 [mem 0xe0000000-0xefffffff 64bit pref] released
[ 0.980209] pci 0000:03:00.0: PCI bridge to [bus 04-04]
[ 0.980263] pci 0000:03:00.0: bridge window [mem pref disabled]
[ 0.980365] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.980418] pci 0000:00:01.0: bridge window [io disabled]
[ 0.980473] pci 0000:00:01.0: bridge window [mem disabled]
[ 0.980528] pci 0000:00:01.0: bridge window [mem pref disabled]
[ 0.980586] pci 0000:03:00.0: BAR 9: assigned [mem 0xd0000000-0xe7ffffff pref]
[ 0.980654] pci 0000:03:02.0: BAR 9: can't assign mem pref (size 0x18000000)
[ 0.980712] pci 0000:04:00.0: BAR 1: assigned [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.980784] pci 0000:04:00.0: BAR 1: set to [mem 0xd0000000-0xdfffffff 64bit pref] (PCI address [0xd0000000-0xdfffffff]
[ 0.980856] pci 0000:04:00.0: BAR 6: assigned [mem 0xe0000000-0xe001ffff pref]
[ 0.980923] pci 0000:03:00.0: PCI bridge to [bus 04-04]
[ 0.980978] pci 0000:03:00.0: bridge window [io 0x3000-0x3fff]
[ 0.981034] pci 0000:03:00.0: bridge window [mem 0xc4000000-0xc6ffffff]
[ 0.981091] pci 0000:03:00.0: bridge window [mem 0xd0000000-0xe7ffffff pref]
[ 0.981160] pci 0000:05:00.0: BAR 1: can't assign mem pref (size 0x10000000)
[ 0.981216] pci 0000:05:00.0: BAR 6: can't assign mem pref (size 0x20000)
[ 0.981272] pci 0000:03:02.0: PCI bridge to [bus 05-05]
[ 0.981326] pci 0000:03:02.0: bridge window [io 0x2000-0x2fff]
[ 0.981382] pci 0000:03:02.0: bridge window [mem 0xc0000000-0xc2ffffff]
[ 0.981438] pci 0000:03:02.0: bridge window [mem pref disabled]
[ 0.981495] pci 0000:02:00.0: PCI bridge to [bus 03-05]
[ 0.981549] pci 0000:02:00.0: bridge window [io 0x2000-0x3fff]
[ 0.981605] pci 0000:02:00.0: bridge window [mem 0xc0000000-0xc6ffffff]
[ 0.981661] pci 0000:02:00.0: bridge window [mem 0xd0000000-0xefffffff 64bit pref]
[ 0.981730] pci 0000:00:03.0: PCI bridge to [bus 02-05]
[ 0.981783] pci 0000:00:03.0: bridge window [io 0x2000-0x3fff]
[ 0.981840] pci 0000:00:03.0: bridge window [mem 0xc0000000-0xc6ffffff]
[ 0.981897] pci 0000:00:03.0: bridge window [mem 0xd0000000-0xefffffff 64bit pref]
[ 0.981967] pci 0000:00:07.0: PCI bridge to [bus 06-06]
[ 0.982021] pci 0000:00:07.0: bridge window [io disabled]
[ 0.982076] pci 0000:00:07.0: bridge window [mem disabled]
[ 0.982131] pci 0000:00:07.0: bridge window [mem pref disabled]
[ 0.982189] pci 0000:00:1c.0: PCI bridge to [bus 07-07]
[ 0.982242] pci 0000:00:1c.0: bridge window [io disabled]
[ 0.982299] pci 0000:00:1c.0: bridge window [mem disabled]
[ 0.982355] pci 0000:00:1c.0: bridge window [mem pref disabled]
[ 0.982413] pci 0000:00:1c.1: PCI bridge to [bus 08-08]
[ 0.982467] pci 0000:00:1c.1: bridge window [io disabled]
[ 0.982523] pci 0000:00:1c.1: bridge window [mem disabled]
[ 0.982577] pci 0000:00:1c.1: bridge window [mem pref disabled]
[ 0.982635] pci 0000:00:1c.4: PCI bridge to [bus 09-09]
[ 0.982689] pci 0000:00:1c.4: bridge window [io 0x1000-0x1fff]
[ 0.987829] pci 0000:00:1c.4: bridge window [mem 0xc7100000-0xc71fffff]
[ 0.987886] pci 0000:00:1c.4: bridge window [mem pref disabled]
[ 0.987944] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a]
[ 0.987998] pci 0000:00:1e.0: bridge window [io disabled]
[ 0.988054] pci 0000:00:1e.0: bridge window [mem 0xc7000000-0xc70fffff]
[ 0.988111] pci 0000:00:1e.0: bridge window [mem pref disabled]
[ 0.988169] PCI: No. 3 try to assign unassigned res
[ 0.988170] release child resource [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.988171] release child resource [mem 0xe0000000-0xe001ffff pref]
[ 0.988173] pci 0000:03:00.0: resource 9 [mem 0xd0000000-0xe7ffffff pref] released
[ 0.988174] pci 0000:03:00.0: PCI bridge to [bus 04-04]
[ 0.988229] pci 0000:03:00.0: bridge window [mem pref disabled]
[ 0.988285] pci 0000:02:00.0: resource 9 [mem 0xd0000000-0xefffffff 64bit pref] released
[ 0.988287] pci 0000:02:00.0: PCI bridge to [bus 03-05]
[ 0.988341] pci 0000:02:00.0: bridge window [mem pref disabled]
[ 0.988442] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.988495] pci 0000:00:01.0: bridge window [io disabled]
[ 0.988550] pci 0000:00:01.0: bridge window [mem disabled]
[ 0.988605] pci 0000:00:01.0: bridge window [mem pref disabled]
[ 0.988662] pci 0000:02:00.0: BAR 9: can't assign mem pref (size 0x30000000)
[ 0.988719] pci 0000:03:00.0: BAR 9: can't assign mem pref (size 0x18000000)
[ 0.988776] pci 0000:03:02.0: BAR 9: can't assign mem pref (size 0x18000000)
[ 0.988832] pci 0000:04:00.0: BAR 1: can't assign mem pref (size 0x10000000)
[ 0.988889] pci 0000:04:00.0: BAR 6: can't assign mem pref (size 0x20000)
[ 0.988945] pci 0000:03:00.0: PCI bridge to [bus 04-04]
[ 0.988999] pci 0000:03:00.0: bridge window [io 0x3000-0x3fff]
[ 0.989055] pci 0000:03:00.0: bridge window [mem 0xc4000000-0xc6ffffff]
[ 0.989111] pci 0000:03:00.0: bridge window [mem pref disabled]
[ 0.989168] pci 0000:05:00.0: BAR 1: can't assign mem pref (size 0x10000000)
[ 0.989224] pci 0000:05:00.0: BAR 6: can't assign mem pref (size 0x20000)
[ 0.989280] pci 0000:03:02.0: PCI bridge to [bus 05-05]
[ 0.989335] pci 0000:03:02.0: bridge window [io 0x2000-0x2fff]
[ 0.989390] pci 0000:03:02.0: bridge window [mem 0xc0000000-0xc2ffffff]
[ 0.989446] pci 0000:03:02.0: bridge window [mem pref disabled]
[ 0.989503] pci 0000:02:00.0: PCI bridge to [bus 03-05]
[ 0.989556] pci 0000:02:00.0: bridge window [io 0x2000-0x3fff]
[ 0.989612] pci 0000:02:00.0: bridge window [mem 0xc0000000-0xc6ffffff]
[ 0.989668] pci 0000:02:00.0: bridge window [mem pref disabled]
[ 0.989724] pci 0000:00:03.0: PCI bridge to [bus 02-05]
[ 0.989778] pci 0000:00:03.0: bridge window [io 0x2000-0x3fff]
[ 0.989835] pci 0000:00:03.0: bridge window [mem 0xc0000000-0xc6ffffff]
[ 0.989892] pci 0000:00:03.0: bridge window [mem 0xd0000000-0xefffffff 64bit pref]
[ 0.989963] pci 0000:00:07.0: PCI bridge to [bus 06-06]
[ 0.990016] pci 0000:00:07.0: bridge window [io disabled]
[ 0.990071] pci 0000:00:07.0: bridge window [mem disabled]
[ 0.990127] pci 0000:00:07.0: bridge window [mem pref disabled]
[ 0.990184] pci 0000:00:1c.0: PCI bridge to [bus 07-07]
[ 0.990237] pci 0000:00:1c.0: bridge window [io disabled]
[ 0.990293] pci 0000:00:1c.0: bridge window [mem disabled]
[ 0.990349] pci 0000:00:1c.0: bridge window [mem pref disabled]
[ 0.990407] pci 0000:00:1c.1: PCI bridge to [bus 08-08]
[ 0.990461] pci 0000:00:1c.1: bridge window [io disabled]
[ 0.990517] pci 0000:00:1c.1: bridge window [mem disabled]
[ 0.990572] pci 0000:00:1c.1: bridge window [mem pref disabled]
[ 0.990629] pci 0000:00:1c.4: PCI bridge to [bus 09-09]
[ 0.990684] pci 0000:00:1c.4: bridge window [io 0x1000-0x1fff]
[ 0.990741] pci 0000:00:1c.4: bridge window [mem 0xc7100000-0xc71fffff]
[ 0.990798] pci 0000:00:1c.4: bridge window [mem pref disabled]
[ 0.990855] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a]
[ 0.990909] pci 0000:00:1e.0: bridge window [io disabled]
[ 0.990965] pci 0000:00:1e.0: bridge window [mem 0xc7000000-0xc70fffff]
[ 0.991023] pci 0000:00:1e.0: bridge window [mem pref disabled]
[ 0.991080] PCI: No. 4 try to assign unassigned res
[ 0.991082] pci 0000:00:03.0: resource 9 [mem 0xd0000000-0xefffffff 64bit pref] released
[ 0.991084] pci 0000:00:03.0: PCI bridge to [bus 02-05]
[ 0.991138] pci 0000:00:03.0: bridge window [mem pref disabled]
[ 0.991241] pci 0000:00:03.0: BAR 9: can't assign mem pref (size 0x30000000)
[ 0.991297] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.991350] pci 0000:00:01.0: bridge window [io disabled]
[ 0.991406] pci 0000:00:01.0: bridge window [mem disabled]
[ 0.991460] pci 0000:00:01.0: bridge window [mem pref disabled]
[ 0.991518] pci 0000:02:00.0: BAR 9: can't assign mem pref (size 0x30000000)
[ 0.991575] pci 0000:03:00.0: BAR 9: can't assign mem pref (size 0x18000000)
[ 0.991631] pci 0000:03:02.0: BAR 9: can't assign mem pref (size 0x18000000)
[ 0.991688] pci 0000:04:00.0: BAR 1: can't assign mem pref (size 0x10000000)
[ 0.991745] pci 0000:04:00.0: BAR 6: can't assign mem pref (size 0x20000)
[ 0.991801] pci 0000:03:00.0: PCI bridge to [bus 04-04]
[ 0.991855] pci 0000:03:00.0: bridge window [io 0x3000-0x3fff]
[ 0.991911] pci 0000:03:00.0: bridge window [mem 0xc4000000-0xc6ffffff]
[ 0.991967] pci 0000:03:00.0: bridge window [mem pref disabled]
[ 0.992023] pci 0000:05:00.0: BAR 1: can't assign mem pref (size 0x10000000)
[ 0.992079] pci 0000:05:00.0: BAR 6: can't assign mem pref (size 0x20000)
[ 0.992135] pci 0000:03:02.0: PCI bridge to [bus 05-05]
[ 0.992189] pci 0000:03:02.0: bridge window [io 0x2000-0x2fff]
[ 0.992245] pci 0000:03:02.0: bridge window [mem 0xc0000000-0xc2ffffff]
[ 0.992301] pci 0000:03:02.0: bridge window [mem pref disabled]
[ 0.992357] pci 0000:02:00.0: PCI bridge to [bus 03-05]
[ 0.992411] pci 0000:02:00.0: bridge window [io 0x2000-0x3fff]
[ 0.992467] pci 0000:02:00.0: bridge window [mem 0xc0000000-0xc6ffffff]
[ 0.992523] pci 0000:02:00.0: bridge window [mem pref disabled]
[ 0.992579] pci 0000:00:03.0: PCI bridge to [bus 02-05]
[ 0.992633] pci 0000:00:03.0: bridge window [io 0x2000-0x3fff]
[ 0.992690] pci 0000:00:03.0: bridge window [mem 0xc0000000-0xc6ffffff]
[ 0.992747] pci 0000:00:03.0: bridge window [mem pref disabled]
[ 0.992804] pci 0000:00:07.0: PCI bridge to [bus 06-06]
[ 0.992857] pci 0000:00:07.0: bridge window [io disabled]
[ 0.992912] pci 0000:00:07.0: bridge window [mem disabled]
[ 0.992967] pci 0000:00:07.0: bridge window [mem pref disabled]
[ 0.993024] pci 0000:00:1c.0: PCI bridge to [bus 07-07]
[ 0.993077] pci 0000:00:1c.0: bridge window [io disabled]
[ 0.993133] pci 0000:00:1c.0: bridge window [mem disabled]
[ 0.993189] pci 0000:00:1c.0: bridge window [mem pref disabled]
[ 0.993247] pci 0000:00:1c.1: PCI bridge to [bus 08-08]
[ 0.993300] pci 0000:00:1c.1: bridge window [io disabled]
[ 0.993356] pci 0000:00:1c.1: bridge window [mem disabled]
[ 0.993412] pci 0000:00:1c.1: bridge window [mem pref disabled]
[ 0.993469] pci 0000:00:1c.4: PCI bridge to [bus 09-09]
[ 0.993522] pci 0000:00:1c.4: bridge window [io 0x1000-0x1fff]
[ 0.993579] pci 0000:00:1c.4: bridge window [mem 0xc7100000-0xc71fffff]
[ 0.993637] pci 0000:00:1c.4: bridge window [mem pref disabled]
[ 0.993694] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a]
[ 0.993748] pci 0000:00:1e.0: bridge window [io disabled]
[ 0.993804] pci 0000:00:1e.0: bridge window [mem 0xc7000000-0xc70fffff]
[ 0.993861] pci 0000:00:1e.0: bridge window [mem pref disabled]
[ 0.993924] alloc irq_2_iommu on node 0
[ 0.993928] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.993984] pci 0000:00:01.0: setting latency timer to 64
[ 0.993989] pci 0000:00:03.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.994046] pci 0000:00:03.0: setting latency timer to 64
[ 0.994051] pci 0000:02:00.0: setting latency timer to 64
[ 0.994057] pci 0000:03:00.0: setting latency timer to 64
[ 0.994062] pci 0000:03:02.0: setting latency timer to 64
[ 0.994067] pci 0000:00:07.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.994124] pci 0000:00:07.0: setting latency timer to 64
[ 0.994129] alloc irq_2_iommu on node 0
[ 0.994132] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.994190] pci 0000:00:1c.0: setting latency timer to 64
[ 0.994196] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.994253] pci 0000:00:1c.1: setting latency timer to 64
[ 0.994259] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.994317] pci 0000:00:1c.4: setting latency timer to 64
[ 0.994321] pci 0000:00:1e.0: setting latency timer to 64
[ 0.994324] pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
[ 0.994325] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffffffffffff]
[ 0.994327] pci_bus 0000:02: resource 0 [io 0x2000-0x3fff]
[ 0.994328] pci_bus 0000:02: resource 1 [mem 0xc0000000-0xc6ffffff]
[ 0.994330] pci_bus 0000:03: resource 0 [io 0x2000-0x3fff]
[ 0.994331] pci_bus 0000:03: resource 1 [mem 0xc0000000-0xc6ffffff]
[ 0.994332] pci_bus 0000:04: resource 0 [io 0x3000-0x3fff]
[ 0.994333] pci_bus 0000:04: resource 1 [mem 0xc4000000-0xc6ffffff]
[ 0.994335] pci_bus 0000:05: resource 0 [io 0x2000-0x2fff]
[ 0.994336] pci_bus 0000:05: resource 1 [mem 0xc0000000-0xc2ffffff]
[ 0.994338] pci_bus 0000:09: resource 0 [io 0x1000-0x1fff]
[ 0.994339] pci_bus 0000:09: resource 1 [mem 0xc7100000-0xc71fffff]
[ 0.994341] pci_bus 0000:0a: resource 1 [mem 0xc7000000-0xc70fffff]
[ 0.994342] pci_bus 0000:0a: resource 3 [io 0x0000-0xffff]
[ 0.994343] pci_bus 0000:0a: resource 4 [mem 0x00000000-0xffffffffffffffff]
[ 0.994355] NET: Registered protocol family 2
[ 0.994437] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.994669] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[ 0.995240] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.995429] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.995485] TCP reno registered
[ 0.995537] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.995601] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.995736] NET: Registered protocol family 1
[ 0.996169] pci 0000:05:00.0: Boot video device
[ 0.996177] PCI: CLS 64 bytes, default 64
[ 0.996203] Trying to unpack rootfs image as initramfs...
[ 1.089077] Freeing initrd memory: 6808k freed
[ 1.089853] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 1.089911] Placing 64MB software IO TLB between ffff880020000000 - ffff880024000000
[ 1.089978] software IO TLB at phys 0x20000000 - 0x24000000
[ 1.091596] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 1.093218] fuse init (API version 7.13)
[ 1.093485] Btrfs loaded
[ 1.093537] msgmni has been set to 7892
[ 1.093767] alg: No test for stdrng (krng)
[ 1.093871] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
[ 1.093940] io scheduler noop registered
[ 1.093991] io scheduler deadline registered
[ 1.094103] io scheduler cfq registered (default)
[ 1.094228] pcieport 0000:00:01.0: setting latency timer to 64
[ 1.094251] alloc irq_2_iommu on node 0
[ 1.094257] pcieport 0000:00:01.0: irq 26 for MSI/MSI-X
[ 1.094318] pcieport 0000:00:03.0: setting latency timer to 64
[ 1.094338] alloc irq_2_iommu on node 0
[ 1.094343] pcieport 0000:00:03.0: irq 27 for MSI/MSI-X
[ 1.094402] pcieport 0000:00:07.0: setting latency timer to 64
[ 1.094421] alloc irq_2_iommu on node 0
[ 1.094426] pcieport 0000:00:07.0: irq 28 for MSI/MSI-X
[ 1.094486] pcieport 0000:00:1c.0: setting latency timer to 64
[ 1.094510] alloc irq_2_iommu on node 0
[ 1.094516] pcieport 0000:00:1c.0: irq 29 for MSI/MSI-X
[ 1.094582] pcieport 0000:00:1c.1: setting latency timer to 64
[ 1.094606] alloc irq_2_iommu on node 0
[ 1.094611] pcieport 0000:00:1c.1: irq 30 for MSI/MSI-X
[ 1.094676] pcieport 0000:00:1c.4: setting latency timer to 64
[ 1.094700] alloc irq_2_iommu on node 0
[ 1.094705] pcieport 0000:00:1c.4: irq 31 for MSI/MSI-X
[ 1.094810] aer 0000:00:01.0:pcie02: AER service couldn't init device: no _OSC support
[ 1.094813] aer 0000:00:03.0:pcie02: AER service couldn't init device: no _OSC support
[ 1.094816] aer 0000:00:07.0:pcie02: AER service couldn't init device: no _OSC support
[ 1.094847] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 1.095073] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[ 1.095145] ACPI: Sleep Button [SLPB]
[ 1.095237] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 1.095305] ACPI: Power Button [PWRF]
[ 1.095798] Monitor-Mwait will be used to enter C-1 state
[ 1.095810] Monitor-Mwait will be used to enter C-3 state
[ 1.101196] Real Time Clock Driver v1.12b
[ 1.101287] Linux agpgart interface v0.103
[ 1.101401] [drm] Initialized drm 1.1.0 20060810
[ 1.101454] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.355159] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a NS16550A
[ 1.356211] brd: module loaded
[ 1.356383] ahci 0000:00:1f.2: version 3.0
[ 1.356393] alloc irq_2_iommu on node 0
[ 1.356397] ahci 0000:00:1f.2: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 1.356472] alloc irq_2_iommu on node 0
[ 1.356478] ahci 0000:00:1f.2: irq 32 for MSI/MSI-X
[ 1.356528] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
[ 1.356597] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc ems
[ 1.356667] ahci 0000:00:1f.2: setting latency timer to 64
[ 1.394935] scsi0 : ahci
[ 1.395046] scsi1 : ahci
[ 1.395141] scsi2 : ahci
[ 1.395237] scsi3 : ahci
[ 1.395332] scsi4 : ahci
[ 1.395426] scsi5 : ahci
[ 1.395581] ata1: SATA max UDMA/133 abar m2048@0xc7220000 port 0xc7220100 irq 32
[ 1.395649] ata2: SATA max UDMA/133 abar m2048@0xc7220000 port 0xc7220180 irq 32
[ 1.395717] ata3: SATA max UDMA/133 abar m2048@0xc7220000 port 0xc7220200 irq 32
[ 1.395785] ata4: SATA max UDMA/133 abar m2048@0xc7220000 port 0xc7220280 irq 32
[ 1.395852] ata5: SATA max UDMA/133 abar m2048@0xc7220000 port 0xc7220300 irq 32
[ 1.395920] ata6: SATA max UDMA/133 abar m2048@0xc7220000 port 0xc7220380 irq 32
[ 1.396006] ahci 0000:09:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.396078] ahci 0000:09:00.0: controller can't do NCQ, turning off CAP_NCQ
[ 1.396134] ahci 0000:09:00.0: controller can't do PMP, turning off CAP_PMP
[ 1.401273] ahci 0000:09:00.0: MV_AHCI HACK: port_map 7 -> 3
[ 1.401327] ahci 0000:09:00.0: Disabling your PATA port. Use the boot option 'ahci.marvell_enable=0' to avoid this.
[ 1.401405] ahci: SSS flag set, parallel bus scan disabled
[ 1.401492] ahci 0000:09:00.0: AHCI 0001.0000 32 slots 3 ports 3 Gbps 0x3 impl IDE mode
[ 1.401561] ahci 0000:09:00.0: flags: 64bit stag led slum part
[ 1.401619] ahci 0000:09:00.0: setting latency timer to 64
[ 1.401692] scsi6 : ahci
[ 1.401793] scsi7 : ahci
[ 1.401887] scsi8 : ahci
[ 1.401978] ata7: SATA max UDMA/133 abar m1024@0xc7100000 port 0xc7100100 irq 16
[ 1.402047] ata8: SATA max UDMA/133 abar m1024@0xc7100000 port 0xc7100180 irq 16
[ 1.402115] ata9: DUMMY
[ 1.402226] Intel(R) PRO/1000 Network Driver - version 7.3.21-k5-NAPI
[ 1.402281] Copyright (c) 1999-2006 Intel Corporation.
[ 1.402355] e1000e: Intel(R) PRO/1000 Network Driver - 1.0.2-k2
[ 1.402410] e1000e: Copyright (c) 1999 - 2009 Intel Corporation.
[ 1.402480] alloc irq_2_iommu on node 0
[ 1.402484] e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 1.402542] e1000e 0000:00:19.0: setting latency timer to 64
[ 1.402589] alloc irq_2_iommu on node 0
[ 1.402596] e1000e 0000:00:19.0: irq 33 for MSI/MSI-X
[ 1.666093] 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:1c:c0:79:83:47
[ 1.666161] 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[ 1.666233] 0000:00:19.0: eth0: MAC: 7, PHY: 8, PBA No: ffffff-0ff
[ 1.666309] Intel(R) Gigabit Ethernet Network Driver - version 2.1.0-k2
[ 1.666364] Copyright (c) 2007-2009 Intel Corporation.
[ 1.666481] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.666547] alloc irq_2_iommu on node 0
[ 1.666551] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 1.666613] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 1.666615] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 1.666694] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 1.666778] ehci_hcd 0000:00:1a.7: debug port 1
[ 1.670687] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[ 1.670695] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xc7222000
[ 1.686001] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 1.686072] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.686128] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.686195] usb usb1: Product: EHCI Host Controller
[ 1.686248] usb usb1: Manufacturer: Linux 2.6.33-rc8-00204-g977d17b ehci_hcd
[ 1.686303] usb usb1: SerialNumber: 0000:00:1a.7
[ 1.686416] hub 1-0:1.0: USB hub found
[ 1.686469] hub 1-0:1.0: 6 ports detected
[ 1.686557] alloc irq_2_iommu on node 0
[ 1.686561] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 1.686624] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 1.686626] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 1.686704] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 1.686786] ehci_hcd 0000:00:1d.7: debug port 1
[ 1.690705] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[ 1.690713] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xc7221000
[ 1.705937] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 1.706003] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.706059] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.706127] usb usb2: Product: EHCI Host Controller
[ 1.706180] usb usb2: Manufacturer: Linux 2.6.33-rc8-00204-g977d17b ehci_hcd
[ 1.706236] usb usb2: SerialNumber: 0000:00:1d.7
[ 1.706345] hub 2-0:1.0: USB hub found
[ 1.706398] hub 2-0:1.0: 6 ports detected
[ 1.706491] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.706582] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.706641] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 1.706643] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 1.706721] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 1.706806] uhci_hcd 0000:00:1a.0: irq 16, io base 0x000040e0
[ 1.706878] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.706934] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.707001] usb usb3: Product: UHCI Host Controller
[ 1.707054] usb usb3: Manufacturer: Linux 2.6.33-rc8-00204-g977d17b uhci_hcd
[ 1.707111] usb usb3: SerialNumber: 0000:00:1a.0
[ 1.707220] hub 3-0:1.0: USB hub found
[ 1.707273] hub 3-0:1.0: 2 ports detected
[ 1.707348] alloc irq_2_iommu on node 0
[ 1.707352] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 1.707410] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 1.707412] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 1.707491] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 1.707580] uhci_hcd 0000:00:1a.1: irq 21, io base 0x000040c0
[ 1.707651] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.707708] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.707774] usb usb4: Product: UHCI Host Controller
[ 1.707827] usb usb4: Manufacturer: Linux 2.6.33-rc8-00204-g977d17b uhci_hcd
[ 1.707883] usb usb4: SerialNumber: 0000:00:1a.1
[ 1.707988] hub 4-0:1.0: USB hub found
[ 1.708040] hub 4-0:1.0: 2 ports detected
[ 1.708113] uhci_hcd 0000:00:1a.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 1.708172] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[ 1.708174] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[ 1.708252] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[ 1.708341] uhci_hcd 0000:00:1a.2: irq 19, io base 0x000040a0
[ 1.708413] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.708469] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.708536] usb usb5: Product: UHCI Host Controller
[ 1.708588] usb usb5: Manufacturer: Linux 2.6.33-rc8-00204-g977d17b uhci_hcd
[ 1.708644] usb usb5: SerialNumber: 0000:00:1a.2
[ 1.708751] hub 5-0:1.0: USB hub found
[ 1.708804] hub 5-0:1.0: 2 ports detected
[ 1.708880] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 1.708939] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 1.708941] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 1.709018] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[ 1.709102] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00004080
[ 1.709172] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.709228] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.709295] usb usb6: Product: UHCI Host Controller
[ 1.709348] usb usb6: Manufacturer: Linux 2.6.33-rc8-00204-g977d17b uhci_hcd
[ 1.709404] usb usb6: SerialNumber: 0000:00:1d.0
[ 1.709513] hub 6-0:1.0: USB hub found
[ 1.709566] hub 6-0:1.0: 2 ports detected
[ 1.709642] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 1.709701] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 1.709703] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 1.709782] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[ 1.709867] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00004060
[ 1.709940] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.709996] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.710063] usb usb7: Product: UHCI Host Controller
[ 1.710116] usb usb7: Manufacturer: Linux 2.6.33-rc8-00204-g977d17b uhci_hcd
[ 1.710172] usb usb7: SerialNumber: 0000:00:1d.1
[ 1.710280] hub 7-0:1.0: USB hub found
[ 1.710332] hub 7-0:1.0: 2 ports detected
[ 1.710407] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 1.710465] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 1.710467] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 1.710548] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[ 1.710633] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00004040
[ 1.710704] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.710760] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.710827] usb usb8: Product: UHCI Host Controller
[ 1.710880] usb usb8: Manufacturer: Linux 2.6.33-rc8-00204-g977d17b uhci_hcd
[ 1.710936] usb usb8: SerialNumber: 0000:00:1d.2
[ 1.711042] hub 8-0:1.0: USB hub found
[ 1.711096] hub 8-0:1.0: 2 ports detected
[ 1.711202] usbcore: registered new interface driver usblp
[ 1.711255] Initializing USB Mass Storage driver...
[ 1.711341] usbcore: registered new interface driver usb-storage
[ 1.711395] USB Mass Storage support registered.
[ 1.711481] usbcore: registered new interface driver usbserial
[ 1.711551] USB Serial support registered for generic
[ 1.711622] usbcore: registered new interface driver usbserial_generic
[ 1.711677] usbserial: USB Serial Driver core
[ 1.711743] USB Serial support registered for debug
[ 1.711811] usbcore: registered new interface driver debug
[ 1.711878] USB Serial support registered for pl2303
[ 1.711952] usbcore: registered new interface driver pl2303
[ 1.712005] pl2303: Prolific PL2303 USB to serial adaptor driver
[ 1.712118] PNP: No PS/2 controller found. Probing ports directly.
[ 1.713929] ata4: SATA link down (SStatus 0 SControl 300)
[ 1.713932] ata2: SATA link down (SStatus 0 SControl 300)
[ 1.713935] ata3: SATA link down (SStatus 0 SControl 300)
[ 1.713938] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.713941] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.714251] ata6.00: ATA-7: INTEL SSDSA2MH080G1GC, 045C8820, max UDMA/133
[ 1.714253] ata5.00: ATA-7: INTEL SSDSA2MH080G1GC, 045C8820, max UDMA/133
[ 1.714256] ata5.00: 156301488 sectors, multi 1: LBA48 NCQ (depth 31)
[ 1.714419] ata6.00: 156301488 sectors, multi 1: LBA48 NCQ (depth 31)
[ 1.714468] ata5.00: configured for UDMA/133
[ 1.714735] ata6.00: configured for UDMA/133
[ 1.715350] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.715405] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.715497] mice: PS/2 mouse device common for all mice
[ 1.715637] md: linear personality registered for level -1
[ 1.715692] md: raid0 personality registered for level 0
[ 1.715865] device-mapper: ioctl: 4.16.0-ioctl (2009-11-05) initialised: dm-devel@redhat.com
[ 1.715981] EDAC MC: Ver: 2.1.0 Feb 28 2010
[ 1.716508] cpuidle: using governor ladder
[ 1.717213] cpuidle: using governor menu
[ 1.717684] usbcore: registered new interface driver hiddev
[ 1.717755] usbcore: registered new interface driver usbhid
[ 1.717808] usbhid: USB HID core driver
[ 1.717914] ata7: SATA link down (SStatus 0 SControl 300)
[ 1.718611] alloc irq_2_iommu on node 0
[ 1.718616] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 1.718706] alloc irq_2_iommu on node 0
[ 1.718714] HDA Intel 0000:00:1b.0: irq 34 for MSI/MSI-X
[ 1.718726] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 1.881394] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.884198] ata1.00: ATAPI: PIONEER BD-ROM BDC-202, 1.04, max UDMA/66
[ 1.887185] ata1.00: configured for UDMA/66
[ 1.919940] scsi 0:0:0:0: CD-ROM PIONEER BD-ROM BDC-202 1.04 PQ: 0 ANSI: 5
[ 1.938399] sr0: scsi3-mmc drive: 32x/32x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.938467] Uniform CD-ROM driver Revision: 3.20
[ 1.938673] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 1.938810] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 1.938981] scsi 4:0:0:0: Direct-Access ATA INTEL SSDSA2MH08 045C PQ: 0 ANSI: 5
[ 1.939222] sd 4:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[ 1.939253] sd 4:0:0:0: Attached scsi generic sg1 type 0
[ 1.939373] sd 4:0:0:0: [sda] Write Protect is off
[ 1.939390] scsi 5:0:0:0: Direct-Access ATA INTEL SSDSA2MH08 045C PQ: 0 ANSI: 5
[ 1.939509] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.939529] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.939539] sd 5:0:0:0: [sdb] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[ 1.939568] sd 5:0:0:0: [sdb] Write Protect is off
[ 1.939570] sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.939583] sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.939598] sd 5:0:0:0: Attached scsi generic sg2 type 0
[ 1.987827] sdb:
[ 1.987898] sda: sda1 sda2
[ 2.259395] ata8: SATA link down (SStatus 0 SControl 300)
[ 2.406186] usb 3-1: new full speed USB device using uhci_hcd and address 2
[ 2.584162] usb 3-1: New USB device found, idVendor=046d, idProduct=c526
[ 2.584220] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.584277] usb 3-1: Product: USB Receiver
[ 2.584330] usb 3-1: Manufacturer: Logitech
[ 2.592302] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.0/input/input2
[ 2.592534] generic-usb 0003:046D:C526.0001: input: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1a.0-1/input0
[ 2.597255] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.1/input/input3
[ 3.016998] sd 4:0:0:0: [sda] Attached SCSI disk
[ 3.056615] sdb1
[ 3.981864] generic-usb 0003:046D:C526.0002: input,hiddev96: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.0-1/input1
[ 3.982292] sd 5:0:0:0: [sdb] Attached SCSI disk
[ 4.220890] usb 3-2: new low speed USB device using uhci_hcd and address 3
[ 4.395567] usb 3-2: New USB device found, idVendor=046d, idProduct=c315
[ 4.395623] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.395679] usb 3-2: Product: Logitech USB Keyboard
[ 4.395732] usb 3-2: Manufacturer: Logitech
[ 4.411695] input: Logitech Logitech USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.0/input/input4
[ 4.411879] generic-usb 0003:046D:C315.0003: input: USB HID v1.10 Keyboard [Logitech Logitech USB Keyboard] on usb-0000:00:1a.0-2/input0
[ 4.647442] usb 4-1: new full speed USB device using uhci_hcd and address 2
[ 4.751239] hda-intel: azx_get_response timeout, switching to polling mode: last cmd=0x200f0001
[ 4.791231] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input5
[ 4.794962] ALSA device list:
[ 4.795012] #0: HDA Intel at 0xf0000000 irq 34
[ 4.795122] oprofile: using NMI interrupt.
[ 4.795207] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 4.795628] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 4.795710] TCP cubic registered
[ 4.795942] NET: Registered protocol family 10
[ 4.796482] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 4.796557] IPv6 over IPv4 tunneling driver
[ 4.796919] NET: Registered protocol family 17
[ 4.799395] Freeing unused kernel memory: 508k freed
[ 4.799508] Write protecting the kernel read-only data: 8192k
[ 4.800138] Freeing unused kernel memory: 1624k freed
[ 4.800615] Freeing unused kernel memory: 492k freed
[ 4.802069] usb 4-1: New USB device found, idVendor=067b, idProduct=2303
[ 4.802125] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.802182] usb 4-1: Product: USB-Serial Controller
[ 4.802235] usb 4-1: Manufacturer: Prolific Technology Inc.
[ 4.805114] pl2303 4-1:1.0: pl2303 converter detected
[ 4.808325] dracut: dracut-004-4.fc12
[ 4.812480] udev: starting version 145
[ 4.817120] usb 4-1: pl2303 converter now attached to ttyUSB0
[ 4.837344] nouveau 0000:04:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 4.837403] nouveau 0000:04:00.0: setting latency timer to 64
[ 4.838871] [drm] nouveau 0000:04:00.0: Detected an NV50 generation card (0x092200a2)
[ 4.839735] [drm] nouveau 0000:04:00.0: Attempting to load BIOS image from PRAMIN
[ 4.839820] [drm] nouveau 0000:04:00.0: ... BIOS signature not found
[ 4.839874] [drm] nouveau 0000:04:00.0: Attempting to load BIOS image from PROM
[ 5.029005] [drm] nouveau 0000:04:00.0: ... appears to be valid
[ 5.029060] [drm] nouveau 0000:04:00.0: BIT BIOS found
[ 5.029113] [drm] nouveau 0000:04:00.0: Bios version 62.92.39.00
[ 5.029168] [drm] nouveau 0000:04:00.0: TMDS table revision 2.0 not currently supported
[ 5.029237] [drm] nouveau 0000:04:00.0: Found Display Configuration Block version 4.0
[ 5.029305] [drm] nouveau 0000:04:00.0: DCB connector table: VHER 0x40 5 16 4
[ 5.029362] [drm] nouveau 0000:04:00.0: 0: 0x00002030: type 0x30 idx 0 tag 0x08
[ 5.029430] [drm] nouveau 0000:04:00.0: 1: 0x00000162: type 0x62 idx 1 tag 0xff
[ 5.029497] [drm] nouveau 0000:04:00.0: Raw DCB entry 0: 04010310 00000028
[ 5.029554] [drm] nouveau 0000:04:00.0: Raw DCB entry 1: 02010312 00020030
[ 5.029617] [drm] nouveau 0000:04:00.0: Adaptor not initialised
[ 5.029671] [drm] nouveau 0000:04:00.0: Running VBIOS init tables
[ 5.029730] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table 0 at offset 0xC16D
[ 5.166662] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table 1 at offset 0xC546
[ 5.182161] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table 2 at offset 0xD2C1
[ 5.182270] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table 3 at offset 0xD3E3
[ 5.190248] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table 4 at offset 0xD613
[ 5.190334] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table at offset 0xD678
[ 5.213822] [drm] nouveau 0000:04:00.0: 0xB35A: parsing output script 0
[ 5.330732] [TTM] Zone kernel: Available graphics memory: 2021848 kiB.
[ 5.330804] [drm] nouveau 0000:04:00.0: 512 MiB VRAM
[ 5.330871] ------------[ cut here ]------------
[ 5.330934] WARNING: at arch/x86/mm/ioremap.c:148 __ioremap_caller+0x165/0x301()
[ 5.331008] Hardware name:
[ 5.331063] Modules linked in: nouveau(+) ttm drm_kms_helper
[ 5.331274] Pid: 1133, comm: modprobe Not tainted 2.6.33-rc8-00204-g977d17b #149
[ 5.331348] Call Trace:
[ 5.331406] [<ffffffff810389e6>] warn_slowpath_common+0x77/0x8f
[ 5.331468] [<ffffffff81038a0d>] warn_slowpath_null+0xf/0x11
[ 5.331529] [<ffffffff81020f96>] __ioremap_caller+0x165/0x301
[ 5.331592] [<ffffffff81030022>] ? find_busiest_group+0x3e4/0x936
[ 5.331654] [<ffffffff810211d8>] ioremap_wc+0x1b/0x24
[ 5.331717] [<ffffffffa0010416>] ttm_mem_reg_ioremap+0x82/0xaf [ttm]
[ 5.331781] [<ffffffffa0010ac8>] ttm_bo_move_memcpy+0x6e/0x3cb [ttm]
[ 5.331844] [<ffffffff811ecbbb>] ? vgacon_set_cursor_size+0xfd/0x109
[ 5.331922] [<ffffffffa002a6b2>] nouveau_bo_move+0x37f/0x40c [nouveau]
[ 5.331986] [<ffffffffa000f028>] ? ttm_bo_mem_space+0x18b/0x484 [ttm]
[ 5.332050] [<ffffffffa000e36f>] ttm_bo_handle_move_mem+0x1c7/0x2c0 [ttm]
[ 5.332115] [<ffffffffa000fcb5>] ttm_bo_move_buffer+0xaa/0xf4 [ttm]
[ 5.332179] [<ffffffffa000fda5>] ttm_bo_validate+0xa6/0xee [ttm]
[ 5.332242] [<ffffffffa001010c>] ttm_bo_init+0x31f/0x358 [ttm]
[ 5.332317] [<ffffffffa002acd5>] nouveau_bo_new+0x2e7/0x34b [nouveau]
[ 5.332393] [<ffffffffa002ad39>] ? nouveau_bo_del_ttm+0x0/0xc3 [nouveau]
[ 5.332468] [<ffffffffa0023e0b>] nouveau_mem_init+0x243/0x3ef [nouveau]
[ 5.332544] [<ffffffffa00227c6>] nouveau_card_init+0xaaa/0xda8 [nouveau]
[ 5.332619] [<ffffffffa0022ec2>] nouveau_load+0x3f3/0x3fe [nouveau]
[ 5.332682] [<ffffffff8124f736>] drm_get_dev+0x3bf/0x4cd
[ 5.332757] [<ffffffffa00672b2>] nouveau_pci_probe+0x10/0x12 [nouveau]
[ 5.332821] [<ffffffff811da22f>] local_pci_probe+0x12/0x16
[ 5.332882] [<ffffffff811da45d>] pci_device_probe+0x60/0x8f
[ 5.332943] [<ffffffff81265b04>] ? driver_sysfs_add+0x47/0x6c
[ 5.333004] [<ffffffff81265c3c>] driver_probe_device+0x9a/0x11f
[ 5.333066] [<ffffffff81265d19>] __driver_attach+0x58/0x7c
[ 5.333126] [<ffffffff81265cc1>] ? __driver_attach+0x0/0x7c
[ 5.333188] [<ffffffff81265484>] bus_for_each_dev+0x4e/0x83
[ 5.333248] [<ffffffff81265abb>] driver_attach+0x19/0x1b
[ 5.333308] [<ffffffff81264e1c>] bus_add_driver+0xf9/0x245
[ 5.333369] [<ffffffff81265fdc>] driver_register+0x98/0x109
[ 5.333430] [<ffffffff811da6ad>] __pci_register_driver+0x53/0xc3
[ 5.333501] [<ffffffffa0080000>] ? nouveau_init+0x0/0x4d [nouveau]
[ 5.333563] [<ffffffff8124aa27>] drm_init+0x6b/0xd1
[ 5.333664] [<ffffffffa0080000>] ? nouveau_init+0x0/0x4d [nouveau]
[ 5.333735] [<ffffffffa008004b>] nouveau_init+0x4b/0x4d [nouveau]
[ 5.333797] [<ffffffff810001ef>] do_one_initcall+0x59/0x149
[ 5.333872] [<ffffffff81066451>] sys_init_module+0xd1/0x22e
[ 5.333933] [<ffffffff81001f6b>] system_call_fastpath+0x16/0x1b
[ 5.333994] ---[ end trace a9ab0d0aab92a2aa ]---
[ 5.334054] [drm] nouveau 0000:04:00.0: failed to reserve VGA memory
[ 5.334134] [drm] nouveau 0000:04:00.0: error getting PRAMIN backing pages: -12
[ 5.334209] [drm] nouveau 0000:04:00.0: Error creating sgdma object: -12
[ 5.334270] [drm] nouveau 0000:04:00.0: Error initialising PCI(E): -12
[ 5.334766] nouveau 0000:04:00.0: PCI INT A disabled
[ 5.334831] nouveau: probe of 0000:04:00.0 failed with error -12
[ 5.334908] nouveau 0000:05:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 5.334974] nouveau 0000:05:00.0: setting latency timer to 64
[ 5.337286] [drm] nouveau 0000:05:00.0: Detected an NV50 generation card (0x092200a2)
[ 5.339001] [drm] nouveau 0000:05:00.0: Attempting to load BIOS image from PRAMIN
[ 5.414078] [drm] nouveau 0000:05:00.0: ... appears to be valid
[ 5.414139] [drm] nouveau 0000:05:00.0: BIT BIOS found
[ 5.414198] [drm] nouveau 0000:05:00.0: Bios version 62.92.39.00
[ 5.414259] [drm] nouveau 0000:05:00.0: TMDS table revision 2.0 not currently supported
[ 5.419480] [drm] nouveau 0000:05:00.0: Found Display Configuration Block version 4.0
[ 5.419556] [drm] nouveau 0000:05:00.0: DCB connector table: VHER 0x40 5 16 4
[ 5.419619] [drm] nouveau 0000:05:00.0: 0: 0x00002030: type 0x30 idx 0 tag 0x08
[ 5.419694] [drm] nouveau 0000:05:00.0: 1: 0x00001161: type 0x61 idx 1 tag 0x07
[ 5.419770] [drm] nouveau 0000:05:00.0: Raw DCB entry 0: 04010310 00000028
[ 5.419833] [drm] nouveau 0000:05:00.0: Raw DCB entry 1: 02010312 00020030
[ 5.419895] [drm] nouveau 0000:05:00.0: Raw DCB entry 2: 01001302 00020010
[ 5.419963] [drm] nouveau 0000:05:00.0: Parsing VBIOS init table 0 at offset 0xC16D
[ 5.461587] [drm] nouveau 0000:05:00.0: Parsing VBIOS init table 1 at offset 0xC546
[ 5.477029] [drm] nouveau 0000:05:00.0: Parsing VBIOS init table 2 at offset 0xD2C1
[ 5.477114] [drm] nouveau 0000:05:00.0: Parsing VBIOS init table 3 at offset 0xD3E3
[ 5.485335] [drm] nouveau 0000:05:00.0: Parsing VBIOS init table 4 at offset 0xD613
[ 5.485448] [drm] nouveau 0000:05:00.0: Parsing VBIOS init table at offset 0xD678
[ 5.508937] [drm] nouveau 0000:05:00.0: 0xD678: Condition still not met after 20ms, skipping following opcodes
[ 5.509026] [drm] nouveau 0000:05:00.0: 0xB35A: parsing output script 0
[ 5.509150] [drm] nouveau 0000:05:00.0: 0xB35A: parsing output script 0
[ 5.626011] [drm] nouveau 0000:05:00.0: 512 MiB VRAM
[ 5.626079] [drm] nouveau 0000:05:00.0: failed to reserve VGA memory
[ 5.626153] [drm] nouveau 0000:05:00.0: error getting PRAMIN backing pages: -12
[ 5.626227] [drm] nouveau 0000:05:00.0: Error creating sgdma object: -12
[ 5.626288] [drm] nouveau 0000:05:00.0: Error initialising PCI(E): -12
[ 5.626879] nouveau 0000:05:00.0: PCI INT A disabled
[ 5.626941] nouveau: probe of 0000:05:00.0 failed with error -12
[ 5.677302] dracut: Starting plymouth daemon
[ 5.844943] kjournald starting. Commit interval 5 seconds
[ 5.844949] EXT3-fs (sda2): mounted filesystem with writeback data mode
[ 5.847427] dracut: Mounted root filesystem /dev/sda2
[ 5.950146] dracut: Switching root
[ 6.178467] udev: starting version 145
[ 6.558372] EXT3-fs (sda2): using internal journal
[ 6.598379] kjournald starting. Commit interval 5 seconds
[ 6.598478] EXT3-fs (sdb1): using internal journal
[ 6.598484] EXT3-fs (sdb1): mounted filesystem with writeback data mode
[ 6.605224] kjournald starting. Commit interval 5 seconds
[ 6.605264] EXT3-fs (sda1): using internal journal
[ 6.605269] EXT3-fs (sda1): mounted filesystem with writeback data mode
[ 8.192950] e1000e 0000:00:19.0: irq 33 for MSI/MSI-X
[ 8.248616] e1000e 0000:00:19.0: irq 33 for MSI/MSI-X
[ 8.249596] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 9.821260] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX
[ 9.821263] 0000:00:19.0: eth0: 10/100 speed: disabling TSO
[ 9.821794] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 19.911511] eth0: no IPv6 routers present
[-- Attachment #4: Type: TEXT/PLAIN, Size: 1946 bytes --]
00000000-0009cbff : System RAM
0009cc00-0009ffff : reserved
000e0000-000fffff : reserved
00100000-bcdcdfff : System RAM
01000000-014644b3 : Kernel code
014644b4-018e0573 : Kernel data
0196b000-01a0c967 : Kernel bss
bcdce000-bcfe6fff : ACPI Non-volatile Storage
bcfe7000-bf6bcfff : System RAM
bf6bd000-bf6befff : reserved
bf6bf000-bf713fff : System RAM
bf714000-bf7befff : ACPI Non-volatile Storage
bf7bf000-bf7e6fff : System RAM
bf7e7000-bf7fefff : ACPI Tables
bf7ff000-bf7fffff : System RAM
bf800000-bfffffff : reserved
c0000000-c6ffffff : PCI Bus 0000:02
c0000000-c6ffffff : PCI Bus 0000:03
c0000000-c2ffffff : PCI Bus 0000:05
c0000000-c1ffffff : 0000:05:00.0
c2000000-c2ffffff : 0000:05:00.0
c4000000-c6ffffff : PCI Bus 0000:04
c4000000-c5ffffff : 0000:04:00.0
c6000000-c6ffffff : 0000:04:00.0
c7000000-c70fffff : PCI Bus 0000:0a
c7000000-c7003fff : 0000:0a:03.0
c7004000-c70047ff : 0000:0a:03.0
c7100000-c71fffff : PCI Bus 0000:09
c7100000-c71003ff : 0000:09:00.0
c7100000-c71003ff : ahci
c7200000-c721ffff : 0000:00:19.0
c7200000-c721ffff : e1000e
c7220000-c72207ff : 0000:00:1f.2
c7220000-c72207ff : ahci
c7221000-c72213ff : 0000:00:1d.7
c7221000-c72213ff : ehci_hcd
c7222000-c72223ff : 0000:00:1a.7
c7222000-c72223ff : ehci_hcd
c7223000-c7223fff : 0000:00:19.0
c7223000-c7223fff : e1000e
d0000000-efffffff : PCI Bus 0000:02
d0000000-efffffff : PCI Bus 0000:03
d0000000-dfffffff : PCI Bus 0000:05
d0000000-dfffffff : 0000:05:00.0
e0000000-efffffff : PCI Bus 0000:04
e0000000-efffffff : 0000:04:00.0
f0000000-f0003fff : 0000:00:1b.0
f0000000-f0003fff : ICH HD audio
f0004000-f00040ff : 0000:00:1f.3
f8000000-fcffffff : reserved
f8000000-fbffffff : PCI MMCONFIG 0000 [bus 00-3f]
fec00000-fec003ff : IOAPIC 0
fee00000-fee00fff : Local APIC
ffe00000-ffffffff : reserved
100000000-13fffffff : System RAM
[-- Attachment #5: Type: TEXT/PLAIN, Size: 1708 bytes --]
00000000-0009cbff : System RAM
0009cc00-0009ffff : reserved
000e0000-000fffff : reserved
00100000-bcdcdfff : System RAM
01000000-014647b3 : Kernel code
014647b4-018e0573 : Kernel data
0196b000-01a0c967 : Kernel bss
bcdce000-bcfe6fff : ACPI Non-volatile Storage
bcfe7000-bf6bcfff : System RAM
bf6bd000-bf6befff : reserved
bf6bf000-bf713fff : System RAM
bf714000-bf7befff : ACPI Non-volatile Storage
bf7bf000-bf7e6fff : System RAM
bf7e7000-bf7fefff : ACPI Tables
bf7ff000-bf7fffff : System RAM
bf800000-bfffffff : reserved
c0000000-c6ffffff : PCI Bus 0000:02
c0000000-c6ffffff : PCI Bus 0000:03
c0000000-c2ffffff : PCI Bus 0000:05
c0000000-c1ffffff : 0000:05:00.0
c2000000-c2ffffff : 0000:05:00.0
c4000000-c6ffffff : PCI Bus 0000:04
c4000000-c5ffffff : 0000:04:00.0
c6000000-c6ffffff : 0000:04:00.0
c7000000-c70fffff : PCI Bus 0000:0a
c7000000-c7003fff : 0000:0a:03.0
c7004000-c70047ff : 0000:0a:03.0
c7100000-c71fffff : PCI Bus 0000:09
c7100000-c71003ff : 0000:09:00.0
c7100000-c71003ff : ahci
c7200000-c721ffff : 0000:00:19.0
c7200000-c721ffff : e1000e
c7220000-c72207ff : 0000:00:1f.2
c7220000-c72207ff : ahci
c7221000-c72213ff : 0000:00:1d.7
c7221000-c72213ff : ehci_hcd
c7222000-c72223ff : 0000:00:1a.7
c7222000-c72223ff : ehci_hcd
c7223000-c7223fff : 0000:00:19.0
c7223000-c7223fff : e1000e
f0000000-f0003fff : 0000:00:1b.0
f0000000-f0003fff : ICH HD audio
f0004000-f00040ff : 0000:00:1f.3
f8000000-fcffffff : reserved
f8000000-fbffffff : PCI MMCONFIG 0000 [bus 00-3f]
fec00000-fec003ff : IOAPIC 0
fee00000-fee00fff : Local APIC
ffe00000-ffffffff : reserved
100000000-13fffffff : System RAM
[-- Attachment #6: Type: TEXT/PLAIN, Size: 78822 bytes --]
00:00.0 Host bridge: Intel Corporation X58 I/O Hub to ESI Port (rev 12)
Subsystem: Intel Corporation Device 4f53
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
Capabilities: [40] #00 [0000]
00: 86 80 05 34 00 00 10 00 12 00 00 06 10 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 53 4f
30: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 01 b0 d1 fe 00 00 00 00 00 00 00 00 00 00 00 00
60: 05 90 02 01 20 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 10 e0 42 00 20 80 00 00 00 00 00 00 41 3c 39 00
a0: 00 00 41 30 00 00 00 00 c0 07 00 01 00 00 00 00
b0: 00 00 00 00 3e 00 00 00 10 00 00 00 00 00 00 00
c0: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 01 00 03 c8 08 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:01.0 PCI bridge: Intel Corporation X58 I/O Hub PCI Express Root Port 1 (rev 12) (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
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] Subsystem: Intel Corporation Device 4f53
Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
Address: fee00278 Data: 0000
Masking: 00000003 Pending: 00000000
Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
DevCap: MaxPayload 256 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 256 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #1, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <512ns, L1 <4us
ClockPM- Surprise+ LLActRep+ BwNot+
LnkCtl: ASPM Disabled; 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 # 40, PowerLimit 0.000000; Interlock+ NoCompl-
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
Control: AttnInd Off, PwrInd Off, 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 BCD, TimeoutDis+ ARIFwd+
DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis+ ARIFwd-
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: [e0] 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: [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: [150 v1] Access Control Services
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
Kernel driver in use: pcieport
00: 86 80 08 34 44 05 10 00 12 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 00 01 01 00 f0 00 00 00
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 00 00
40: 0d 60 00 00 86 80 53 4f 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 05 90 03 01 78 02 e0 fe 00 00 00 00 03 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 10 e0 42 01 21 80 00 00 20 00 00 00 42 3c 39 01
a0: 00 00 01 10 1f 00 02 02 c0 07 08 00 00 00 01 00
b0: 00 00 00 00 3e 00 00 00 19 00 00 00 00 00 00 00
c0: 11 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:03.0 PCI bridge: Intel Corporation X58 I/O Hub PCI Express Root Port 3 (rev 12) (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=05, sec-latency=0
I/O behind bridge: 00002000-00003fff
Memory behind bridge: c0000000-c6ffffff
Prefetchable memory behind bridge: 00000000d0000000-00000000efffffff
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] Subsystem: Intel Corporation Device 4f53
Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
Address: fee00298 Data: 0000
Masking: 00000003 Pending: 00000000
Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
DevCap: MaxPayload 256 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 #3, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <4us
ClockPM- Surprise+ LLActRep+ BwNot+
LnkCtl: ASPM L0s 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 # c0, PowerLimit 0.000000; Interlock+ NoCompl-
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
Control: AttnInd Off, PwrInd Off, 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 BCD, TimeoutDis+ ARIFwd+
DevCtl2: Completion Timeout: 260ms to 900ms, 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: [e0] 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: [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: [150 v1] Access Control Services
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
Kernel driver in use: pcieport
00: 86 80 0a 34 47 05 10 00 12 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 00 02 05 00 20 30 00 00
20: 00 c0 f0 c6 01 d0 f1 ef 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 18 00
40: 0d 60 00 00 86 80 53 4f 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 05 90 03 01 98 02 e0 fe 00 00 00 00 03 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 10 e0 42 01 21 80 00 00 00 00 00 00 02 3d 39 03
a0: 41 00 02 71 1f 00 02 06 c0 07 48 01 00 00 01 00
b0: 00 00 00 00 3e 00 00 00 19 00 00 00 00 00 00 00
c0: 42 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:07.0 PCI bridge: Intel Corporation X58 I/O Hub PCI Express Root Port 7 (rev 12) (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=06, subordinate=06, sec-latency=0
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] Subsystem: Intel Corporation Device 4f53
Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
Address: fee002b8 Data: 0000
Masking: 00000003 Pending: 00000000
Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
DevCap: MaxPayload 256 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 256 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #7, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <4us
ClockPM- Surprise+ LLActRep+ BwNot+
LnkCtl: ASPM Disabled; 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 # 80, PowerLimit 0.000000; Interlock+ NoCompl-
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
Control: AttnInd Off, PwrInd Off, 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 BCD, TimeoutDis+ ARIFwd+
DevCtl2: Completion Timeout: 260ms to 900ms, 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: [e0] 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: [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: [150 v1] Access Control Services
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
Kernel driver in use: pcieport
00: 86 80 0e 34 44 05 10 00 12 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 00 06 06 00 f0 00 00 00
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 00 00
40: 0d 60 00 00 86 80 53 4f 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 05 90 03 01 b8 02 e0 fe 00 00 00 00 03 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 10 e0 42 01 21 80 00 00 20 00 00 00 02 3d 39 07
a0: 00 00 01 10 1f 00 02 04 c0 07 08 00 00 00 01 00
b0: 00 00 00 00 3e 00 00 00 19 00 00 00 00 00 00 00
c0: 42 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:10.0 PIC: Intel Corporation X58 Physical and Link Layer Registers Port 0 (rev 12) (prog-if 00 [8259])
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-
Capabilities: [50] Vendor Specific Information: Len=ff <?>
00: 86 80 25 34 00 00 10 00 12 00 00 08 10 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 50 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 09 00 ff f0 02 00 c0 00 00 68 00 00 39 00 00 00
60: 88 c6 fa 07 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 07 0f 80 00 04 20 7e 00 80 00 00 00 00 00 00 10
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 08 96 08 00 00 00 00 00 fc 06 06 00 00 5f 00
d0: c5 00 00 00 00 00 d1 00 00 00 00 00 81 04 01 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 41 41 13 11 41 41 13 11
00:10.1 PIC: Intel Corporation X58 Routing and Protocol Layer Registers Port 0 (rev 12) (prog-if 00 [8259])
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-
00: 86 80 26 34 00 00 00 00 12 00 00 08 10 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 01 00 00 00 00 00 00 00 00 00 00 00 46 22 40 e0
50: 08 01 02 00 00 00 00 00 02 00 00 00 00 00 00 00
60: 00 00 00 00 80 00 00 00 00 00 00 00 02 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 01 00 41 10 04 41 10 04 00 00 00 00 8b 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 02 00 00 00 00 00 00 00 13 24 01 00 00 00 00 00
c0: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
d0: 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:14.0 PIC: Intel Corporation X58 I/O Hub System Management Registers (rev 12) (prog-if 00 [8259])
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-
Capabilities: [40] Express (v2) 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 L0s, Latency L0 unlimited, L1 unlimited
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-
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
00: 86 80 2e 34 00 00 10 00 12 00 00 08 10 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00
40: 10 00 92 00 00 80 00 00 00 00 00 00 00 f4 3b 00
50: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 01 00
60: 00 00 00 00 00 80 00 00 00 00 00 00 00 f4 3b 00
70: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 ff ff ff ff 07 00
90: 00 00 00 00 00 00 00 00 38 81 04 00 06 ec 03 00
a0: 00 00 00 00 00 00 00 00 09 00 80 bf 00 00 00 00
b0: 00 00 ff ff ff ff 07 00 00 00 00 00 00 00 00 00
c0: 00 00 ff ff ff ff 07 00 00 00 00 00 00 00 00 00
d0: 00 00 00 bc 00 00 00 3c 01 00 00 00 00 00 00 fc
e0: ff ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00
f0: 74 ef ff f3 00 00 00 00 c7 7f 00 00 00 00 00 00
00:14.1 PIC: Intel Corporation X58 I/O Hub GPIO and Scratch Pad Registers (rev 12) (prog-if 00 [8259])
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-
Capabilities: [40] Express (v2) 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 L0s, Latency L0 unlimited, L1 unlimited
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-
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
00: 86 80 22 34 00 00 10 00 12 00 00 08 10 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00
40: 10 00 92 00 00 80 00 00 00 00 00 00 00 f4 3b 00
50: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 01 00
60: 00 00 00 00 00 80 00 00 00 00 00 00 00 f4 3b 00
70: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 00 00
80: 00 00 00 80 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 06 ec 03 00 00 00 00 00 00 00 00 bf
a0: 00 00 00 00 00 07 90 00 04 00 90 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 80 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 06 ec 03 00 00 00 00 00 00 00 00 bf
00:14.2 PIC: Intel Corporation X58 I/O Hub Control Status and RAS Registers (rev 12) (prog-if 00 [8259])
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-
Capabilities: [40] Express (v2) 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 L0s, Latency L0 unlimited, L1 unlimited
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-
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
00: 86 80 23 34 00 00 10 00 12 00 00 08 10 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00
40: 10 00 92 00 00 80 00 00 00 00 00 00 00 f4 3b 00
50: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 01 00
60: 00 00 00 00 00 80 00 00 00 00 00 00 00 f4 3b 00
70: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 00 00
80: a4 82 a0 02 50 01 aa aa a8 00 00 00 65 15 00 00
90: 00 00 00 00 24 00 00 00 04 08 00 00 22 05 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 01 00 00 00 00 00 00 00 00 00 00 00 00 06 00 00
d0: 02 00 00 00 00 08 08 92 95 00 c6 35 00 00 10 00
e0: 40 58 04 00 fb 02 00 00 ff 07 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:14.3 PIC: Intel Corporation X58 I/O Hub Throttle Registers (rev 12) (prog-if 00 [8259])
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-
00: 86 80 38 34 00 00 00 00 12 00 00 08 10 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 07 0f 2d 05 0b 1f 00 00 2d 05 00 00 00 00 00 00
90: 07 0f 2d 05 0b 1f 00 00 2d 05 00 00 00 00 00 00
a0: 07 0f 2d 05 0b 1f 00 00 2d 05 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: b7 00 dc 00 b6 00 a8 00 01 00 00 00 b4 00 c8 00
f0: 00 00 00 7f 05 07 01 00 40 ee d3 07 00 00 00 00
00:19.0 Ethernet controller: Intel Corporation 82567LM-2 Gigabit Network Connection
Subsystem: Intel Corporation Device 0000
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 33
Region 0: Memory at c7200000 (32-bit, non-prefetchable) [size=128K]
Region 1: Memory at c7223000 (32-bit, non-prefetchable) [size=4K]
Region 2: I/O ports at 4100 [size=32]
Capabilities: [c8] 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=1 PME-
Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee00398 Data: 0000
Kernel driver in use: e1000e
00: 86 80 cc 10 07 04 10 00 00 00 00 02 00 00 00 00
10: 00 00 20 c7 00 30 22 c7 01 41 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 00 00
30: 00 00 00 00 c8 00 00 00 00 00 00 00 0a 01 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 01 d0 22 c8 00 20 00 0d
d0: 05 00 81 00 98 03 e0 fe 00 00 00 00 00 00 00 00
e0: 13 00 06 03 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:1a.0 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4 (prog-if 00 [UHCI])
Subsystem: Intel Corporation Device 4f53
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 4: I/O ports at 40e0 [size=32]
Capabilities: [50] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: uhci_hcd
00: 86 80 37 3a 05 00 90 02 00 00 03 0c 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: e1 40 00 00 00 00 00 00 00 00 00 00 86 80 53 4f
30: 00 00 00 00 50 00 00 00 00 00 00 00 0b 01 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 13 00 06 03 00 00 00 00 00 00 00 00 00 00 00 00
60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 2f 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
00:1a.1 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5 (prog-if 00 [UHCI])
Subsystem: Intel Corporation Device 4f53
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 21
Region 4: I/O ports at 40c0 [size=32]
Capabilities: [50] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: uhci_hcd
00: 86 80 38 3a 05 00 90 02 00 00 03 0c 00 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: c1 40 00 00 00 00 00 00 00 00 00 00 86 80 53 4f
30: 00 00 00 00 50 00 00 00 00 00 00 00 05 02 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 13 00 06 03 00 00 00 00 00 00 00 00 00 00 00 00
60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 2f 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
00:1a.2 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6 (prog-if 00 [UHCI])
Subsystem: Intel Corporation Device 4f53
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 D routed to IRQ 19
Region 4: I/O ports at 40a0 [size=32]
Capabilities: [50] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: uhci_hcd
00: 86 80 39 3a 05 00 90 02 00 00 03 0c 00 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: a1 40 00 00 00 00 00 00 00 00 00 00 86 80 53 4f
30: 00 00 00 00 50 00 00 00 00 00 00 00 0b 04 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 13 00 06 03 00 00 00 00 00 00 00 00 00 00 00 00
60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 2f 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
00:1a.7 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2 (prog-if 20 [EHCI])
Subsystem: Intel Corporation Device 4f53
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 C routed to IRQ 18
Region 0: Memory at c7222000 (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
Kernel driver in use: ehci_hcd
00: 86 80 3c 3a 06 00 90 02 00 20 03 0c 00 00 00 00
10: 00 20 22 c7 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 53 4f
30: 00 00 00 00 50 00 00 00 00 00 00 00 0a 03 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 01 58 c2 c9 00 00 00 00 0a 00 a0 20 00 00 00 00
60: 20 20 00 01 00 00 00 00 01 00 00 00 00 00 08 c0
70: 00 00 c7 0f 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 13 00 06 03 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 aa ff 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 88 85 40 00 86 0f 00 00 0a 97 02 20
00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller
Subsystem: Intel Corporation Device 0022
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 34
Region 0: Memory at f0000000 (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: 00000000fee00438 Data: 0000
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 PATEntrySize=0
Arb: Fixed- WRR32- WRR64- WRR128- 100ns- - - onfig- TableOffset=0
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Fixed- RR32-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=7f
Status: NegoPending- InProgress-
VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Fixed- RR32-
Ctrl: Enable+ ID=1 ArbSelect=Fixed TC/VC=80
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
00: 86 80 3e 3a 06 04 10 00 00 00 03 04 10 00 00 00
10: 04 00 00 f0 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 22 00
30: 00 00 00 00 50 00 00 00 00 00 00 00 05 01 00 00
40: 01 00 00 07 00 00 00 00 00 00 00 00 00 80 00 00
50: 01 60 42 c8 00 00 00 00 00 00 00 00 00 00 00 00
60: 05 70 81 00 38 04 e0 fe 00 00 00 00 00 00 00 00
70: 10 00 91 00 00 00 00 00 00 08 10 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 04 00 01 00 00 00 00 31 00 a3 02 00 00 00 00
d0: 61 00 a3 02 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
00:1c.0 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 1 (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=07, subordinate=07, sec-latency=0
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 (v1) 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 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <4us
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-
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
RootCap: CRSVisible-
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee002d8 Data: 0000
Capabilities: [90] Subsystem: Gammagraphx, Inc. (or missing ID) Device 0000
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-
Capabilities: [100 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntrySize=0
Arb: Fixed+ WRR32- WRR64- WRR128- 100ns- - - onfig- TableOffset=0
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Fixed- RR32-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
Status: NegoPending- InProgress-
Capabilities: [180 v1] Root Complex Link
Desc: PortNumber=01 ComponentID=00 EltType=Config
Link0: Desc: TargetPort=00 TargetComponent=00 AssocRCRB- LinkType=MemMapped LinkValid+
Addr: 00000000fed1c000
Kernel driver in use: pcieport
00: 86 80 40 3a 04 04 10 00 00 00 04 06 10 00 81 00
10: 00 00 00 00 00 00 00 00 00 07 07 00 f0 00 00 20
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 00 00
40: 10 80 41 00 00 80 00 00 00 00 10 00 11 4c 11 01
50: 03 00 01 10 60 00 00 00 00 00 40 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 05 90 01 00 d8 02 e0 fe 00 00 00 00 00 00 00 00
90: 0d a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 01 00 02 c8 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 11 08 00 00 00 00
e0: 00 00 c7 00 06 07 08 00 30 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
00:1c.1 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 2 (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=08, subordinate=08, sec-latency=0
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 (v1) 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 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <4us
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-
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
RootCap: CRSVisible-
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee002f8 Data: 0000
Capabilities: [90] Subsystem: Gammagraphx, Inc. (or missing ID) Device 0000
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-
Capabilities: [100 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntrySize=0
Arb: Fixed+ WRR32- WRR64- WRR128- 100ns- - - onfig- TableOffset=0
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Fixed- RR32-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
Status: NegoPending- InProgress-
Capabilities: [180 v1] Root Complex Link
Desc: PortNumber=02 ComponentID=00 EltType=Config
Link0: Desc: TargetPort=00 TargetComponent=00 AssocRCRB- LinkType=MemMapped LinkValid+
Addr: 00000000fed1c000
Kernel driver in use: pcieport
00: 86 80 42 3a 04 04 10 00 00 00 04 06 10 00 81 00
10: 00 00 00 00 00 00 00 00 00 08 08 00 f0 00 00 20
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 0b 02 00 00
40: 10 80 41 00 00 80 00 00 00 00 10 00 11 4c 11 02
50: 03 00 01 10 60 00 00 00 00 00 40 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 05 90 01 00 f8 02 e0 fe 00 00 00 00 00 00 00 00
90: 0d a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 01 00 02 c8 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 11 08 00 00 00 00
e0: 00 00 c7 00 06 07 08 00 30 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
00:1c.4 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 5 (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=09, subordinate=09, sec-latency=0
I/O behind bridge: 00001000-00001fff
Memory behind bridge: c7100000-c71fffff
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 (v1) 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 #5, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <256ns, L1 <4us
ClockPM- Surprise- LLActRep+ BwNot-
LnkCtl: ASPM L0s 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-
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
RootCap: CRSVisible-
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee00318 Data: 0000
Capabilities: [90] Subsystem: Gammagraphx, Inc. (or missing ID) Device 0000
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-
Capabilities: [100 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntrySize=0
Arb: Fixed+ WRR32- WRR64- WRR128- 100ns- - - onfig- TableOffset=0
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Fixed- RR32-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
Status: NegoPending- InProgress-
Capabilities: [180 v1] Root Complex Link
Desc: PortNumber=05 ComponentID=00 EltType=Config
Link0: Desc: TargetPort=00 TargetComponent=00 AssocRCRB- LinkType=MemMapped LinkValid+
Addr: 00000000fed1c000
Kernel driver in use: pcieport
00: 86 80 48 3a 07 04 10 00 00 00 04 06 10 00 81 00
10: 00 00 00 00 00 00 00 00 00 09 09 00 10 10 00 00
20: 10 c7 10 c7 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 00 00
40: 10 80 41 00 00 80 00 00 00 00 10 00 11 2c 11 05
50: 41 00 11 30 60 00 00 00 00 00 48 01 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 05 90 01 00 18 03 e0 fe 00 00 00 00 00 00 00 00
90: 0d a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 01 00 02 c8 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 11 08 00 00 00 00
e0: 00 00 c7 00 06 07 08 00 30 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
00:1d.0 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1 (prog-if 00 [UHCI])
Subsystem: Intel Corporation Device 4f53
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 4: I/O ports at 4080 [size=32]
Capabilities: [50] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: uhci_hcd
00: 86 80 34 3a 05 00 90 02 00 00 03 0c 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 81 40 00 00 00 00 00 00 00 00 00 00 86 80 53 4f
30: 00 00 00 00 50 00 00 00 00 00 00 00 0a 01 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 13 00 06 03 00 00 00 00 00 00 00 00 00 00 00 00
60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 2f 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
00:1d.1 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2 (prog-if 00 [UHCI])
Subsystem: Intel Corporation Device 4f53
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 19
Region 4: I/O ports at 4060 [size=32]
Capabilities: [50] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: uhci_hcd
00: 86 80 35 3a 05 00 90 02 00 00 03 0c 00 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 61 40 00 00 00 00 00 00 00 00 00 00 86 80 53 4f
30: 00 00 00 00 50 00 00 00 00 00 00 00 0b 02 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 13 00 06 03 00 00 00 00 00 00 00 00 00 00 00 00
60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 2f 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
00:1d.2 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3 (prog-if 00 [UHCI])
Subsystem: Intel Corporation Device 4f53
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 C routed to IRQ 18
Region 4: I/O ports at 4040 [size=32]
Capabilities: [50] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: uhci_hcd
00: 86 80 36 3a 05 00 90 02 00 00 03 0c 00 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 41 40 00 00 00 00 00 00 00 00 00 00 86 80 53 4f
30: 00 00 00 00 50 00 00 00 00 00 00 00 0a 03 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 13 00 06 03 00 00 00 00 00 00 00 00 00 00 00 00
60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 2f 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
00:1d.7 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1 (prog-if 20 [EHCI])
Subsystem: Intel Corporation Device 4f53
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 c7221000 (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
Kernel driver in use: ehci_hcd
00: 86 80 3a 3a 06 00 90 02 00 20 03 0c 00 00 00 00
10: 00 10 22 c7 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 53 4f
30: 00 00 00 00 50 00 00 00 00 00 00 00 0a 01 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 01 58 c2 c9 00 00 00 00 0a 00 a0 20 00 00 00 00
60: 20 20 00 01 00 00 00 00 01 00 00 00 00 00 08 c0
70: 00 00 d7 0f 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 13 00 06 03 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 aa ff 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 88 85 40 00 86 0f 00 00 0a 97 02 20
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90) (prog-if 01 [Subtractive 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
Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=32
Memory behind bridge: c7000000-c70fffff
Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [50] Subsystem: Intel Corporation Device 4f53
00: 86 80 4e 24 07 00 10 00 90 01 04 06 00 00 01 00
10: 00 00 00 00 00 00 00 00 00 0a 0a 20 f0 00 80 22
20: 00 c7 00 c7 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 50 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 12 00 00
50: 0d 00 00 00 86 80 53 4f 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
00:1f.0 ISA bridge: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller
Subsystem: Intel Corporation Device 4f53
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: 86 80 16 3a 07 01 10 02 00 00 01 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 53 4f
30: 00 00 00 00 e0 00 00 00 00 00 00 00 00 00 00 00
40: 01 04 00 00 80 00 00 00 01 05 00 00 10 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 8b 8b 8a 8b d0 00 00 00 8a 8b 85 8a ff f0 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 10 00 0f 14 81 06 7c 00 11 08 7c 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 60 02 00 00 01 02 02 00 13 04 00 00 00 03 04 40
b0: 00 00 f0 00 00 00 00 00 00 00 00 08 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 11 11 00 00 67 45 00 00 c0 ff 00 00 02 00 00 00
e0: 09 00 0c 10 01 00 c4 02 64 02 00 00 00 00 00 00
f0: 01 c0 d1 fe 00 00 00 00 86 0f 00 00 00 00 00 00
00:1f.2 SATA controller: Intel Corporation 82801JI (ICH10 Family) SATA AHCI Controller (prog-if 01 [AHCI 1.0])
Subsystem: Intel Corporation Device 4f53
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 32
Region 0: I/O ports at 4128 [size=8]
Region 1: I/O ports at 4134 [size=4]
Region 2: I/O ports at 4120 [size=8]
Region 3: I/O ports at 4130 [size=4]
Region 4: I/O ports at 4020 [size=32]
Region 5: Memory at c7220000 (32-bit, non-prefetchable) [size=2K]
Capabilities: [80] MSI: Enable+ Count=1/16 Maskable- 64bit-
Address: fee00358 Data: 0000
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
Kernel driver in use: ahci
00: 86 80 22 3a 07 04 b0 02 00 01 06 01 00 00 00 00
10: 29 41 00 00 35 41 00 00 21 41 00 00 31 41 00 00
20: 21 40 00 00 00 00 22 c7 00 00 00 00 86 80 53 4f
30: 00 00 00 00 80 00 00 00 00 00 00 00 0b 01 00 00
40: 00 80 00 80 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 01 a8 03 40 08 00 00 00 00 00 00 00 00 00 00 00
80: 05 70 09 00 58 03 e0 fe 00 00 00 00 00 00 00 00
90: 60 00 3f b1 93 01 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 12 00 10 00 48 00 00 00
b0: 13 00 06 03 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
00:1f.3 SMBus: Intel Corporation 82801JI (ICH10 Family) SMBus Controller
Subsystem: Intel Corporation Device 4f53
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 B routed to IRQ 10
Region 0: Memory at f0004000 (64-bit, non-prefetchable) [size=256]
Region 4: I/O ports at 4000 [size=32]
00: 86 80 30 3a 03 00 80 02 00 00 05 0c 00 00 00 00
10: 04 40 00 f0 00 00 00 00 00 00 00 00 00 00 00 00
20: 01 40 00 00 00 00 00 00 00 00 00 00 86 80 53 4f
30: 00 00 00 00 00 00 00 00 00 00 00 00 0a 02 00 00
40: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 03 04 04 00 00 00 08 08 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
02:00.0 PCI bridge: nVidia Corporation PCI express bridge for Quadro Plex S4 / Tesla S870 / Tesla S1070 (rev a2) (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=02, secondary=03, subordinate=05, sec-latency=0
I/O behind bridge: 00002000-00003fff
Memory behind bridge: c0000000-c6ffffff
Prefetchable memory behind bridge: 00000000d0000000-00000000efffffff
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] 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: [60] Express (v2) Upstream Port, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-SlotPowerLimit 0.000000W
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 5GT/s, Width x16, ASPM L0s, Latency L0 <512ns, L1 <4us
ClockPM- Surprise- LLActRep- BwNot-
LnkCtl: ASPM L0s Enabled; 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: -6dB
Capabilities: [a0] Subsystem: Mediamatics Device de11
00: de 10 be 05 07 04 10 00 a2 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 02 03 05 00 21 31 00 00
20: 00 c0 f0 c6 01 d0 f1 ef 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 18 00
40: 01 60 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 10 a0 52 00 20 80 00 00 00 00 01 00 02 35 01 00
70: 41 00 02 11 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 0d 00 00 00 ed 11 11 de 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
03:00.0 PCI bridge: nVidia Corporation PCI express bridge for Quadro Plex S4 / Tesla S870 / Tesla S1070 (rev a2) (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=03, secondary=04, subordinate=04, sec-latency=0
I/O behind bridge: 00003000-00003fff
Memory behind bridge: c4000000-c6ffffff
Prefetchable memory behind bridge: 00000000e0000000-00000000efffffff
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] 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: [60] Express (v2) Downstream 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 #0, Speed 5GT/s, Width x16, ASPM L0s, Latency L0 <512ns, L1 <4us
ClockPM- Surprise- LLActRep+ BwNot+
LnkCtl: ASPM L0s Enabled; Disabled- Retrain- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
Slot # 1, PowerLimit 0.000000; 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-
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: -6dB
00: de 10 be 05 07 04 10 00 a2 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 03 04 04 00 31 31 00 00
20: 00 c4 f0 c6 01 e0 f1 ef 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00
40: 01 60 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 10 00 62 01 20 80 00 00 00 00 00 00 02 35 31 00
70: 41 00 01 71 00 00 08 00 00 00 40 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 42 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
03:02.0 PCI bridge: nVidia Corporation PCI express bridge for Quadro Plex S4 / Tesla S870 / Tesla S1070 (rev a2) (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=03, secondary=05, subordinate=05, sec-latency=0
I/O behind bridge: 00002000-00002fff
Memory behind bridge: c0000000-c2ffffff
Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
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] 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: [60] Express (v2) Downstream 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, Latency L0 <512ns, L1 <4us
ClockPM- Surprise- LLActRep+ BwNot+
LnkCtl: ASPM L0s Enabled; Disabled- Retrain- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
Slot # 3, PowerLimit 0.000000; 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-
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: -6dB
00: de 10 be 05 07 04 10 00 a2 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 03 05 05 00 21 21 00 00
20: 00 c0 f0 c2 01 d0 f1 df 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 18 00
40: 01 60 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 10 00 62 01 20 80 00 00 00 00 00 00 02 35 31 02
70: 41 00 01 71 00 00 18 00 00 00 40 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 42 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
04:00.0 3D controller: nVidia Corporation GeForce 9800 GX2 (rev a2)
Subsystem: nVidia Corporation Device 0504
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 16
Region 0: Memory at c6000000 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at e0000000 (64-bit, prefetchable) [size=256M]
Region 3: Memory at c4000000 (64-bit, non-prefetchable) [size=32M]
Region 5: I/O ports at 3000 [size=128]
Expansion ROM at <ignored> [disabled]
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 (v1) Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 <4us
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 x16, ASPM L0s L1, Latency L0 <512ns, L1 <1us
ClockPM- Surprise- LLActRep- BwNot-
LnkCtl: ASPM Disabled; RCB 128 bytes Disabled- Retrain- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
Capabilities: [100 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntrySize=0
Arb: Fixed- WRR32- WRR64- WRR128- 100ns- - - onfig- TableOffset=0
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Fixed- RR32-
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 <?>
Kernel driver in use: nouveau
Kernel modules: nouveau
00: de 10 04 06 07 00 10 00 a2 00 02 03 10 00 00 00
10: 00 00 00 c6 0c 00 00 e0 00 00 00 00 04 00 00 c4
20: 00 00 00 00 01 30 00 00 00 00 00 00 de 10 04 05
30: 00 00 fe ff 60 00 00 00 00 00 00 00 00 01 00 00
40: de 10 04 05 00 00 00 00 00 00 00 00 00 00 00 00
50: 01 00 00 00 01 00 00 00 ce d6 23 00 00 00 00 00
60: 01 68 03 00 08 00 00 00 05 78 80 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 10 00 01 00 e0 84 00 00
80: 10 28 00 00 01 3d 00 00 48 00 01 11 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
05:00.0 VGA compatible controller: nVidia Corporation GeForce 9800 GX2 (rev a2) (prog-if 00 [VGA controller])
Subsystem: nVidia Corporation Device 0504
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 18
Region 0: Memory at c2000000 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M]
Region 3: Memory at c0000000 (64-bit, non-prefetchable) [size=32M]
Region 5: I/O ports at 2000 [size=128]
Expansion ROM at <ignored> [disabled]
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 (v1) Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 <4us
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 #2, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <1us
ClockPM- Surprise- LLActRep- BwNot-
LnkCtl: ASPM Disabled; RCB 128 bytes Disabled- Retrain- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
Capabilities: [100 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntrySize=0
Arb: Fixed- WRR32- WRR64- WRR128- 100ns- - - onfig- TableOffset=0
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Fixed- RR32-
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 <?>
Kernel driver in use: nouveau
Kernel modules: nouveau
00: de 10 04 06 07 00 10 00 a2 00 00 03 10 00 00 00
10: 00 00 00 c2 0c 00 00 d0 00 00 00 00 04 00 00 c0
20: 00 00 00 00 01 20 00 00 00 00 00 00 de 10 04 05
30: 00 00 fe ff 60 00 00 00 00 00 00 00 00 01 00 00
40: de 10 04 05 00 00 00 00 00 00 00 00 00 00 00 00
50: 01 00 00 00 01 00 00 00 ce d6 23 00 00 00 00 00
60: 01 68 03 00 08 00 00 00 05 78 80 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 10 00 01 00 e0 84 00 00
80: 10 28 00 00 01 3d 00 02 48 00 01 11 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
09:00.0 IDE interface: Marvell Technology Group Ltd. 88SE6121 SATA II Controller (rev b2) (prog-if 8f [Master SecP SecO PriP PriO])
Subsystem: Intel Corporation Device 4f53
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 16
Region 0: I/O ports at 1018 [size=8]
Region 1: I/O ports at 1024 [size=4]
Region 2: I/O ports at 1010 [size=8]
Region 3: I/O ports at 1020 [size=4]
Region 4: I/O ports at 1000 [size=16]
Region 5: Memory at c7100000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [48] 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=1 PME-
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit-
Address: 00000000 Data: 0000
Capabilities: [e0] Express (v1) Legacy Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
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, Latency L0 <256ns, 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-
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: 1f, GenCap- CGenEn- ChkCap- ChkEn-
Kernel driver in use: ahci
00: ab 11 21 61 07 00 10 00 b2 8f 01 01 10 00 00 00
10: 19 10 00 00 25 10 00 00 11 10 00 00 21 10 00 00
20: 01 10 00 00 00 00 10 c7 00 00 00 00 86 80 53 4f
30: 00 00 00 00 48 00 00 00 00 00 00 00 0b 01 00 00
40: 24 c9 c0 00 1f 80 00 00 01 50 02 5a 00 20 00 13
50: 05 e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 50 c4 21 40 b0 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 10 00 11 00 c0 0f 24 00 00 24 00 00 11 a4 03 00
f0: 40 00 11 10 00 00 00 00 00 00 00 00 00 00 00 00
0a:03.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link) (prog-if 10 [OHCI])
Subsystem: Intel Corporation Device 4f53
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: 32 (500ns min, 1000ns max), Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 11
Region 0: Memory at c7004000 (32-bit, non-prefetchable) [size=2K]
Region 1: Memory at c7000000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [44] 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-
00: 4c 10 23 80 16 00 10 02 00 10 00 0c 10 20 00 00
10: 00 40 00 c7 00 00 00 c7 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 53 4f
30: 00 00 00 00 44 00 00 00 00 00 00 00 0b 01 02 04
40: 00 00 00 00 01 00 02 7e 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 08 00 00 00
f0: 10 00 00 00 86 10 00 00 86 80 53 4f 00 00 00 00
[-- Attachment #7: Type: TEXT/PLAIN, Size: 78372 bytes --]
00:00.0 Host bridge: Intel Corporation X58 I/O Hub to ESI Port (rev 12)
Subsystem: Intel Corporation Device 4f53
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
Capabilities: [40] #00 [0000]
00: 86 80 05 34 00 00 10 00 12 00 00 06 10 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 53 4f
30: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 01 b0 d1 fe 00 00 00 00 00 00 00 00 00 00 00 00
60: 05 90 02 01 20 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 10 e0 42 00 20 80 00 00 00 00 00 00 41 3c 39 00
a0: 00 00 41 30 00 00 00 00 c0 07 00 01 00 00 00 00
b0: 00 00 00 00 3e 00 00 00 10 00 00 00 00 00 00 00
c0: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 01 00 03 c8 08 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:01.0 PCI bridge: Intel Corporation X58 I/O Hub PCI Express Root Port 1 (rev 12) (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
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] Subsystem: Intel Corporation Device 4f53
Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
Address: fee00278 Data: 0000
Masking: 00000003 Pending: 00000000
Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
DevCap: MaxPayload 256 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 256 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #1, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <512ns, L1 <4us
ClockPM- Surprise+ LLActRep+ BwNot+
LnkCtl: ASPM Disabled; 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 # 40, PowerLimit 0.000000; Interlock+ NoCompl-
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
Control: AttnInd Off, PwrInd Off, 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 BCD, TimeoutDis+ ARIFwd+
DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis+ ARIFwd-
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: [e0] 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: [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: [150 v1] Access Control Services
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
Kernel driver in use: pcieport
00: 86 80 08 34 44 05 10 00 12 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 00 01 01 00 f0 00 00 00
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 00 00
40: 0d 60 00 00 86 80 53 4f 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 05 90 03 01 78 02 e0 fe 00 00 00 00 03 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 10 e0 42 01 21 80 00 00 20 00 00 00 42 3c 39 01
a0: 00 00 01 10 1f 00 02 02 c0 07 08 00 00 00 01 00
b0: 00 00 00 00 3e 00 00 00 19 00 00 00 00 00 00 00
c0: 11 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:03.0 PCI bridge: Intel Corporation X58 I/O Hub PCI Express Root Port 3 (rev 12) (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=05, sec-latency=0
I/O behind bridge: 00002000-00003fff
Memory behind bridge: c0000000-c6ffffff
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] Subsystem: Intel Corporation Device 4f53
Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
Address: fee00298 Data: 0000
Masking: 00000003 Pending: 00000000
Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
DevCap: MaxPayload 256 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 #3, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <4us
ClockPM- Surprise+ LLActRep+ BwNot+
LnkCtl: ASPM L0s 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 # c0, PowerLimit 0.000000; Interlock+ NoCompl-
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
Control: AttnInd Off, PwrInd Off, 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 BCD, TimeoutDis+ ARIFwd+
DevCtl2: Completion Timeout: 260ms to 900ms, 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: [e0] 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: [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: [150 v1] Access Control Services
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
Kernel driver in use: pcieport
00: 86 80 0a 34 47 05 10 00 12 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 00 02 05 00 20 30 00 00
20: 00 c0 f0 c6 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 18 00
40: 0d 60 00 00 86 80 53 4f 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 05 90 03 01 98 02 e0 fe 00 00 00 00 03 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 10 e0 42 01 21 80 00 00 00 00 00 00 02 3d 39 03
a0: 41 00 02 71 1f 00 02 06 c0 07 48 01 00 00 01 00
b0: 00 00 00 00 3e 00 00 00 19 00 00 00 00 00 00 00
c0: 42 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:07.0 PCI bridge: Intel Corporation X58 I/O Hub PCI Express Root Port 7 (rev 12) (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=06, subordinate=06, sec-latency=0
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] Subsystem: Intel Corporation Device 4f53
Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
Address: fee002b8 Data: 0000
Masking: 00000003 Pending: 00000000
Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
DevCap: MaxPayload 256 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 256 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #7, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <4us
ClockPM- Surprise+ LLActRep+ BwNot+
LnkCtl: ASPM Disabled; 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 # 80, PowerLimit 0.000000; Interlock+ NoCompl-
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
Control: AttnInd Off, PwrInd Off, 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 BCD, TimeoutDis+ ARIFwd+
DevCtl2: Completion Timeout: 260ms to 900ms, 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: [e0] 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: [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: [150 v1] Access Control Services
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
Kernel driver in use: pcieport
00: 86 80 0e 34 44 05 10 00 12 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 00 06 06 00 f0 00 00 00
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 00 00
40: 0d 60 00 00 86 80 53 4f 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 05 90 03 01 b8 02 e0 fe 00 00 00 00 03 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 10 e0 42 01 21 80 00 00 20 00 00 00 02 3d 39 07
a0: 00 00 01 10 1f 00 02 04 c0 07 08 00 00 00 01 00
b0: 00 00 00 00 3e 00 00 00 19 00 00 00 00 00 00 00
c0: 42 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:10.0 PIC: Intel Corporation X58 Physical and Link Layer Registers Port 0 (rev 12) (prog-if 00 [8259])
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-
Capabilities: [50] Vendor Specific Information: Len=ff <?>
00: 86 80 25 34 00 00 10 00 12 00 00 08 10 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 50 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 09 00 ff f0 02 00 c0 00 00 68 00 00 39 00 00 00
60: 88 c6 fa 07 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 07 0f 80 00 04 20 7f 00 80 00 00 00 00 00 00 10
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 08 96 08 00 00 00 00 00 fc 06 06 00 00 5f 00
d0: c5 00 00 00 00 00 d1 00 00 00 00 00 81 04 01 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 41 41 13 11 41 41 13 11
00:10.1 PIC: Intel Corporation X58 Routing and Protocol Layer Registers Port 0 (rev 12) (prog-if 00 [8259])
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-
00: 86 80 26 34 00 00 00 00 12 00 00 08 10 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 01 00 00 00 00 00 00 00 00 00 00 00 46 22 40 e0
50: 08 01 02 00 00 00 00 00 02 00 00 00 00 00 00 00
60: 00 00 00 00 80 00 00 00 00 00 00 00 02 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 01 00 41 10 04 41 10 04 00 00 00 00 8b 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 02 00 00 00 00 00 00 00 13 24 01 00 00 00 00 00
c0: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
d0: 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:14.0 PIC: Intel Corporation X58 I/O Hub System Management Registers (rev 12) (prog-if 00 [8259])
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-
Capabilities: [40] Express (v2) 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 L0s, Latency L0 unlimited, L1 unlimited
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-
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
00: 86 80 2e 34 00 00 10 00 12 00 00 08 10 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00
40: 10 00 92 00 00 80 00 00 00 00 00 00 00 f4 3b 00
50: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 01 00
60: 00 00 00 00 00 80 00 00 00 00 00 00 00 f4 3b 00
70: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 ff ff ff ff 07 00
90: 00 00 00 00 00 00 00 00 38 81 04 00 06 ec 03 00
a0: 00 00 00 00 00 00 00 00 09 00 80 bf 00 00 00 00
b0: 00 00 ff ff ff ff 07 00 00 00 00 00 00 00 00 00
c0: 00 00 ff ff ff ff 07 00 00 00 00 00 00 00 00 00
d0: 00 00 00 bc 00 00 00 3c 01 00 00 00 00 00 00 fc
e0: ff ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00
f0: 74 ef ff f3 00 00 00 00 c7 7f 00 00 00 00 00 00
00:14.1 PIC: Intel Corporation X58 I/O Hub GPIO and Scratch Pad Registers (rev 12) (prog-if 00 [8259])
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-
Capabilities: [40] Express (v2) 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 L0s, Latency L0 unlimited, L1 unlimited
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-
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
00: 86 80 22 34 00 00 10 00 12 00 00 08 10 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00
40: 10 00 92 00 00 80 00 00 00 00 00 00 00 f4 3b 00
50: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 01 00
60: 00 00 00 00 00 80 00 00 00 00 00 00 00 f4 3b 00
70: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 00 00
80: 00 00 00 80 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 06 ec 03 00 00 00 00 00 00 00 00 bf
a0: 00 00 00 00 00 07 90 00 04 00 90 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 80 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 06 ec 03 00 00 00 00 00 00 00 00 bf
00:14.2 PIC: Intel Corporation X58 I/O Hub Control Status and RAS Registers (rev 12) (prog-if 00 [8259])
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-
Capabilities: [40] Express (v2) 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 L0s, Latency L0 unlimited, L1 unlimited
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-
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
00: 86 80 23 34 00 00 10 00 12 00 00 08 10 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00
40: 10 00 92 00 00 80 00 00 00 00 00 00 00 f4 3b 00
50: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 01 00
60: 00 00 00 00 00 80 00 00 00 00 00 00 00 f4 3b 00
70: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 00 00
80: a4 82 a0 02 50 01 aa aa a8 00 00 00 65 15 00 00
90: 00 00 00 00 24 00 00 00 04 08 00 00 22 05 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 01 00 00 00 00 00 00 00 00 00 00 00 00 06 00 00
d0: 02 00 00 00 00 08 08 92 95 00 c6 35 00 00 10 00
e0: 40 58 04 00 fb 02 00 00 ff 07 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:14.3 PIC: Intel Corporation X58 I/O Hub Throttle Registers (rev 12) (prog-if 00 [8259])
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-
00: 86 80 38 34 00 00 00 00 12 00 00 08 10 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 07 0f 2d 05 0b 1f 00 00 2d 05 00 00 00 00 00 00
90: 07 0f 2d 05 0b 1f 00 00 2d 05 00 00 00 00 00 00
a0: 07 0f 2d 05 0b 1f 00 00 2d 05 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: b9 00 dc 00 b6 00 a8 00 01 00 00 00 b4 00 c8 00
f0: 00 00 00 7f 05 07 01 00 40 ee d3 07 00 00 00 00
00:19.0 Ethernet controller: Intel Corporation 82567LM-2 Gigabit Network Connection
Subsystem: Intel Corporation Device 0000
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 33
Region 0: Memory at c7200000 (32-bit, non-prefetchable) [size=128K]
Region 1: Memory at c7223000 (32-bit, non-prefetchable) [size=4K]
Region 2: I/O ports at 4100 [size=32]
Capabilities: [c8] 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=1 PME-
Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee00398 Data: 0000
Kernel driver in use: e1000e
00: 86 80 cc 10 07 04 10 00 00 00 00 02 00 00 00 00
10: 00 00 20 c7 00 30 22 c7 01 41 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 00 00
30: 00 00 00 00 c8 00 00 00 00 00 00 00 0a 01 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 01 d0 22 c8 00 20 00 0d
d0: 05 00 81 00 98 03 e0 fe 00 00 00 00 00 00 00 00
e0: 13 00 06 03 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:1a.0 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4 (prog-if 00 [UHCI])
Subsystem: Intel Corporation Device 4f53
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 4: I/O ports at 40e0 [size=32]
Capabilities: [50] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: uhci_hcd
00: 86 80 37 3a 05 00 90 02 00 00 03 0c 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: e1 40 00 00 00 00 00 00 00 00 00 00 86 80 53 4f
30: 00 00 00 00 50 00 00 00 00 00 00 00 0b 01 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 13 00 06 03 00 00 00 00 00 00 00 00 00 00 00 00
60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 2f 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
00:1a.1 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5 (prog-if 00 [UHCI])
Subsystem: Intel Corporation Device 4f53
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 21
Region 4: I/O ports at 40c0 [size=32]
Capabilities: [50] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: uhci_hcd
00: 86 80 38 3a 05 00 90 02 00 00 03 0c 00 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: c1 40 00 00 00 00 00 00 00 00 00 00 86 80 53 4f
30: 00 00 00 00 50 00 00 00 00 00 00 00 05 02 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 13 00 06 03 00 00 00 00 00 00 00 00 00 00 00 00
60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 2f 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
00:1a.2 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6 (prog-if 00 [UHCI])
Subsystem: Intel Corporation Device 4f53
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 D routed to IRQ 19
Region 4: I/O ports at 40a0 [size=32]
Capabilities: [50] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: uhci_hcd
00: 86 80 39 3a 05 00 90 02 00 00 03 0c 00 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: a1 40 00 00 00 00 00 00 00 00 00 00 86 80 53 4f
30: 00 00 00 00 50 00 00 00 00 00 00 00 0b 04 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 13 00 06 03 00 00 00 00 00 00 00 00 00 00 00 00
60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 2f 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
00:1a.7 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2 (prog-if 20 [EHCI])
Subsystem: Intel Corporation Device 4f53
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 C routed to IRQ 18
Region 0: Memory at c7222000 (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
Kernel driver in use: ehci_hcd
00: 86 80 3c 3a 06 00 90 02 00 20 03 0c 00 00 00 00
10: 00 20 22 c7 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 53 4f
30: 00 00 00 00 50 00 00 00 00 00 00 00 0a 03 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 01 58 c2 c9 00 00 00 00 0a 00 a0 20 00 00 00 00
60: 20 20 00 01 00 00 00 00 01 00 00 00 00 00 08 c0
70: 00 00 c7 0f 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 13 00 06 03 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 aa ff 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 88 85 40 00 86 0f 00 00 0a 97 02 20
00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller
Subsystem: Intel Corporation Device 0022
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 34
Region 0: Memory at f0000000 (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: 00000000fee00438 Data: 0000
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 PATEntrySize=0
Arb: Fixed- WRR32- WRR64- WRR128- 100ns- - - onfig- TableOffset=0
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Fixed- RR32-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=7f
Status: NegoPending- InProgress-
VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Fixed- RR32-
Ctrl: Enable+ ID=1 ArbSelect=Fixed TC/VC=80
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
00: 86 80 3e 3a 06 04 10 00 00 00 03 04 10 00 00 00
10: 04 00 00 f0 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 22 00
30: 00 00 00 00 50 00 00 00 00 00 00 00 05 01 00 00
40: 01 00 00 07 00 00 00 00 00 00 00 00 00 80 00 00
50: 01 60 42 c8 00 00 00 00 00 00 00 00 00 00 00 00
60: 05 70 81 00 38 04 e0 fe 00 00 00 00 00 00 00 00
70: 10 00 91 00 00 00 00 00 00 08 10 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 04 00 01 00 00 00 00 31 00 a3 02 00 00 00 00
d0: 61 00 a3 02 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
00:1c.0 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 1 (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=07, subordinate=07, sec-latency=0
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 (v1) 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 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <4us
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-
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
RootCap: CRSVisible-
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee002d8 Data: 0000
Capabilities: [90] Subsystem: Gammagraphx, Inc. (or missing ID) Device 0000
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-
Capabilities: [100 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntrySize=0
Arb: Fixed+ WRR32- WRR64- WRR128- 100ns- - - onfig- TableOffset=0
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Fixed- RR32-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
Status: NegoPending- InProgress-
Capabilities: [180 v1] Root Complex Link
Desc: PortNumber=01 ComponentID=00 EltType=Config
Link0: Desc: TargetPort=00 TargetComponent=00 AssocRCRB- LinkType=MemMapped LinkValid+
Addr: 00000000fed1c000
Kernel driver in use: pcieport
00: 86 80 40 3a 04 04 10 00 00 00 04 06 10 00 81 00
10: 00 00 00 00 00 00 00 00 00 07 07 00 f0 00 00 20
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 00 00
40: 10 80 41 00 00 80 00 00 00 00 10 00 11 4c 11 01
50: 03 00 01 10 60 00 00 00 00 00 40 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 05 90 01 00 d8 02 e0 fe 00 00 00 00 00 00 00 00
90: 0d a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 01 00 02 c8 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 11 08 00 00 00 00
e0: 00 00 c7 00 06 07 08 00 30 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
00:1c.1 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 2 (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=08, subordinate=08, sec-latency=0
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 (v1) 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 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <4us
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-
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
RootCap: CRSVisible-
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee002f8 Data: 0000
Capabilities: [90] Subsystem: Gammagraphx, Inc. (or missing ID) Device 0000
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-
Capabilities: [100 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntrySize=0
Arb: Fixed+ WRR32- WRR64- WRR128- 100ns- - - onfig- TableOffset=0
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Fixed- RR32-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
Status: NegoPending- InProgress-
Capabilities: [180 v1] Root Complex Link
Desc: PortNumber=02 ComponentID=00 EltType=Config
Link0: Desc: TargetPort=00 TargetComponent=00 AssocRCRB- LinkType=MemMapped LinkValid+
Addr: 00000000fed1c000
Kernel driver in use: pcieport
00: 86 80 42 3a 04 04 10 00 00 00 04 06 10 00 81 00
10: 00 00 00 00 00 00 00 00 00 08 08 00 f0 00 00 20
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 0b 02 00 00
40: 10 80 41 00 00 80 00 00 00 00 10 00 11 4c 11 02
50: 03 00 01 10 60 00 00 00 00 00 40 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 05 90 01 00 f8 02 e0 fe 00 00 00 00 00 00 00 00
90: 0d a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 01 00 02 c8 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 11 08 00 00 00 00
e0: 00 00 c7 00 06 07 08 00 30 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
00:1c.4 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 5 (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=09, subordinate=09, sec-latency=0
I/O behind bridge: 00001000-00001fff
Memory behind bridge: c7100000-c71fffff
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 (v1) 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 #5, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <256ns, L1 <4us
ClockPM- Surprise- LLActRep+ BwNot-
LnkCtl: ASPM L0s 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-
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
RootCap: CRSVisible-
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee00318 Data: 0000
Capabilities: [90] Subsystem: Gammagraphx, Inc. (or missing ID) Device 0000
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-
Capabilities: [100 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntrySize=0
Arb: Fixed+ WRR32- WRR64- WRR128- 100ns- - - onfig- TableOffset=0
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Fixed- RR32-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
Status: NegoPending- InProgress-
Capabilities: [180 v1] Root Complex Link
Desc: PortNumber=05 ComponentID=00 EltType=Config
Link0: Desc: TargetPort=00 TargetComponent=00 AssocRCRB- LinkType=MemMapped LinkValid+
Addr: 00000000fed1c000
Kernel driver in use: pcieport
00: 86 80 48 3a 07 04 10 00 00 00 04 06 10 00 81 00
10: 00 00 00 00 00 00 00 00 00 09 09 00 10 10 00 00
20: 10 c7 10 c7 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 00 00
40: 10 80 41 00 00 80 00 00 00 00 10 00 11 2c 11 05
50: 41 00 11 30 60 00 00 00 00 00 48 01 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 05 90 01 00 18 03 e0 fe 00 00 00 00 00 00 00 00
90: 0d a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 01 00 02 c8 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 11 08 00 00 00 00
e0: 00 00 c7 00 06 07 08 00 30 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
00:1d.0 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1 (prog-if 00 [UHCI])
Subsystem: Intel Corporation Device 4f53
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 4: I/O ports at 4080 [size=32]
Capabilities: [50] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: uhci_hcd
00: 86 80 34 3a 05 00 90 02 00 00 03 0c 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 81 40 00 00 00 00 00 00 00 00 00 00 86 80 53 4f
30: 00 00 00 00 50 00 00 00 00 00 00 00 0a 01 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 13 00 06 03 00 00 00 00 00 00 00 00 00 00 00 00
60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 2f 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
00:1d.1 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2 (prog-if 00 [UHCI])
Subsystem: Intel Corporation Device 4f53
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 19
Region 4: I/O ports at 4060 [size=32]
Capabilities: [50] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: uhci_hcd
00: 86 80 35 3a 05 00 90 02 00 00 03 0c 00 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 61 40 00 00 00 00 00 00 00 00 00 00 86 80 53 4f
30: 00 00 00 00 50 00 00 00 00 00 00 00 0b 02 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 13 00 06 03 00 00 00 00 00 00 00 00 00 00 00 00
60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 2f 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
00:1d.2 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3 (prog-if 00 [UHCI])
Subsystem: Intel Corporation Device 4f53
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 C routed to IRQ 18
Region 4: I/O ports at 4040 [size=32]
Capabilities: [50] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: uhci_hcd
00: 86 80 36 3a 05 00 90 02 00 00 03 0c 00 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 41 40 00 00 00 00 00 00 00 00 00 00 86 80 53 4f
30: 00 00 00 00 50 00 00 00 00 00 00 00 0a 03 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 13 00 06 03 00 00 00 00 00 00 00 00 00 00 00 00
60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 2f 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
00:1d.7 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1 (prog-if 20 [EHCI])
Subsystem: Intel Corporation Device 4f53
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 c7221000 (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
Kernel driver in use: ehci_hcd
00: 86 80 3a 3a 06 00 90 02 00 20 03 0c 00 00 00 00
10: 00 10 22 c7 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 53 4f
30: 00 00 00 00 50 00 00 00 00 00 00 00 0a 01 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 01 58 c2 c9 00 00 00 00 0a 00 a0 20 00 00 00 00
60: 20 20 00 01 00 00 00 00 01 00 00 00 00 00 08 c0
70: 00 00 d7 0f 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 13 00 06 03 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 aa ff 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 88 85 40 00 86 0f 00 00 0a 97 02 20
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90) (prog-if 01 [Subtractive 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
Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=32
Memory behind bridge: c7000000-c70fffff
Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [50] Subsystem: Intel Corporation Device 4f53
00: 86 80 4e 24 07 00 10 00 90 01 04 06 00 00 01 00
10: 00 00 00 00 00 00 00 00 00 0a 0a 20 f0 00 80 22
20: 00 c7 00 c7 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 50 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 12 00 00
50: 0d 00 00 00 86 80 53 4f 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
00:1f.0 ISA bridge: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller
Subsystem: Intel Corporation Device 4f53
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: 86 80 16 3a 07 01 10 02 00 00 01 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 53 4f
30: 00 00 00 00 e0 00 00 00 00 00 00 00 00 00 00 00
40: 01 04 00 00 80 00 00 00 01 05 00 00 10 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 8b 8b 8a 8b d0 00 00 00 8a 8b 85 8a ff f0 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 10 00 0f 14 81 06 7c 00 11 08 7c 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 60 02 00 00 01 02 02 00 13 04 00 00 00 03 04 40
b0: 00 00 f0 00 00 00 00 00 00 00 00 08 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 11 11 00 00 67 45 00 00 c0 ff 00 00 02 00 00 00
e0: 09 00 0c 10 01 00 c4 02 64 02 00 00 00 00 00 00
f0: 01 c0 d1 fe 00 00 00 00 86 0f 00 00 00 00 00 00
00:1f.2 SATA controller: Intel Corporation 82801JI (ICH10 Family) SATA AHCI Controller (prog-if 01 [AHCI 1.0])
Subsystem: Intel Corporation Device 4f53
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 32
Region 0: I/O ports at 4128 [size=8]
Region 1: I/O ports at 4134 [size=4]
Region 2: I/O ports at 4120 [size=8]
Region 3: I/O ports at 4130 [size=4]
Region 4: I/O ports at 4020 [size=32]
Region 5: Memory at c7220000 (32-bit, non-prefetchable) [size=2K]
Capabilities: [80] MSI: Enable+ Count=1/16 Maskable- 64bit-
Address: fee00358 Data: 0000
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
Kernel driver in use: ahci
00: 86 80 22 3a 07 04 b0 02 00 01 06 01 00 00 00 00
10: 29 41 00 00 35 41 00 00 21 41 00 00 31 41 00 00
20: 21 40 00 00 00 00 22 c7 00 00 00 00 86 80 53 4f
30: 00 00 00 00 80 00 00 00 00 00 00 00 0b 01 00 00
40: 00 80 00 80 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 01 a8 03 40 08 00 00 00 00 00 00 00 00 00 00 00
80: 05 70 09 00 58 03 e0 fe 00 00 00 00 00 00 00 00
90: 60 00 3f b1 93 01 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 12 00 10 00 48 00 00 00
b0: 13 00 06 03 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
00:1f.3 SMBus: Intel Corporation 82801JI (ICH10 Family) SMBus Controller
Subsystem: Intel Corporation Device 4f53
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 B routed to IRQ 10
Region 0: Memory at f0004000 (64-bit, non-prefetchable) [size=256]
Region 4: I/O ports at 4000 [size=32]
00: 86 80 30 3a 03 00 80 02 00 00 05 0c 00 00 00 00
10: 04 40 00 f0 00 00 00 00 00 00 00 00 00 00 00 00
20: 01 40 00 00 00 00 00 00 00 00 00 00 86 80 53 4f
30: 00 00 00 00 00 00 00 00 00 00 00 00 0a 02 00 00
40: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 03 04 04 00 00 00 08 08 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
02:00.0 PCI bridge: nVidia Corporation PCI express bridge for Quadro Plex S4 / Tesla S870 / Tesla S1070 (rev a2) (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=02, secondary=03, subordinate=05, sec-latency=0
I/O behind bridge: 00002000-00003fff
Memory behind bridge: c0000000-c6ffffff
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] 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: [60] Express (v2) Upstream Port, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-SlotPowerLimit 0.000000W
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 5GT/s, Width x16, ASPM L0s, Latency L0 <512ns, L1 <4us
ClockPM- Surprise- LLActRep- BwNot-
LnkCtl: ASPM L0s Enabled; 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: -6dB
Capabilities: [a0] Subsystem: Mediamatics Device de11
00: de 10 be 05 07 04 10 00 a2 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 02 03 05 00 21 31 00 00
20: 00 c0 f0 c6 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 18 00
40: 01 60 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 10 a0 52 00 20 80 00 00 00 00 01 00 02 35 01 00
70: 41 00 02 11 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 0d 00 00 00 ed 11 11 de 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
03:00.0 PCI bridge: nVidia Corporation PCI express bridge for Quadro Plex S4 / Tesla S870 / Tesla S1070 (rev a2) (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=03, secondary=04, subordinate=04, sec-latency=0
I/O behind bridge: 00003000-00003fff
Memory behind bridge: c4000000-c6ffffff
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] 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: [60] Express (v2) Downstream 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 #0, Speed 5GT/s, Width x16, ASPM L0s, Latency L0 <512ns, L1 <4us
ClockPM- Surprise- LLActRep+ BwNot+
LnkCtl: ASPM L0s Enabled; Disabled- Retrain- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
Slot # 1, PowerLimit 0.000000; 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-
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: -6dB
00: de 10 be 05 07 04 10 00 a2 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 03 04 04 00 31 31 00 00
20: 00 c4 f0 c6 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00
40: 01 60 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 10 00 62 01 20 80 00 00 00 00 00 00 02 35 31 00
70: 41 00 01 71 00 00 08 00 00 00 40 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 42 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
03:02.0 PCI bridge: nVidia Corporation PCI express bridge for Quadro Plex S4 / Tesla S870 / Tesla S1070 (rev a2) (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=03, secondary=05, subordinate=05, sec-latency=0
I/O behind bridge: 00002000-00002fff
Memory behind bridge: c0000000-c2ffffff
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] 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: [60] Express (v2) Downstream 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, Latency L0 <512ns, L1 <4us
ClockPM- Surprise- LLActRep+ BwNot+
LnkCtl: ASPM L0s Enabled; Disabled- Retrain- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
Slot # 3, PowerLimit 0.000000; 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-
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: -6dB
00: de 10 be 05 07 04 10 00 a2 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 03 05 05 00 21 21 00 00
20: 00 c0 f0 c2 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 18 00
40: 01 60 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 10 00 62 01 20 80 00 00 00 00 00 00 02 35 31 02
70: 41 00 01 71 00 00 18 00 00 00 40 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 42 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
04:00.0 3D controller: nVidia Corporation GeForce 9800 GX2 (rev a2)
Subsystem: nVidia Corporation Device 0504
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 16
Region 0: Memory at c6000000 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at <ignored> (64-bit, prefetchable)
Region 3: Memory at c4000000 (64-bit, non-prefetchable) [size=32M]
Region 5: I/O ports at 3000 [size=128]
Expansion ROM at <ignored> [disabled]
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 (v1) Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 <4us
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 x16, ASPM L0s L1, Latency L0 <512ns, L1 <1us
ClockPM- Surprise- LLActRep- BwNot-
LnkCtl: ASPM Disabled; RCB 128 bytes Disabled- Retrain- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
Capabilities: [100 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntrySize=0
Arb: Fixed- WRR32- WRR64- WRR128- 100ns- - - onfig- TableOffset=0
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Fixed- RR32-
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 <?>
Kernel modules: nouveau
00: de 10 04 06 03 00 10 00 a2 00 02 03 10 00 00 00
10: 00 00 00 c6 0c 00 00 d0 00 00 00 00 04 00 00 c4
20: 00 00 00 00 01 30 00 00 00 00 00 00 de 10 04 05
30: 00 00 fe ff 60 00 00 00 00 00 00 00 00 01 00 00
40: de 10 04 05 00 00 00 00 00 00 00 00 00 00 00 00
50: 01 00 00 00 01 00 00 00 ce d6 23 00 00 00 00 00
60: 01 68 03 00 08 00 00 00 05 78 80 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 10 00 01 00 e0 84 00 00
80: 10 28 00 00 01 3d 00 00 48 00 01 11 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
05:00.0 VGA compatible controller: nVidia Corporation GeForce 9800 GX2 (rev a2) (prog-if 00 [VGA controller])
Subsystem: nVidia Corporation Device 0504
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 18
Region 0: Memory at c2000000 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at <ignored> (64-bit, prefetchable)
Region 3: Memory at c0000000 (64-bit, non-prefetchable) [size=32M]
Region 5: I/O ports at 2000 [size=128]
Expansion ROM at <ignored> [disabled]
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 (v1) Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 <4us
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 #2, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <1us
ClockPM- Surprise- LLActRep- BwNot-
LnkCtl: ASPM Disabled; RCB 128 bytes Disabled- Retrain- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
Capabilities: [100 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntrySize=0
Arb: Fixed- WRR32- WRR64- WRR128- 100ns- - - onfig- TableOffset=0
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Fixed- RR32-
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 <?>
Kernel modules: nouveau
00: de 10 04 06 03 00 10 00 a2 00 00 03 10 00 00 00
10: 00 00 00 c2 0c 00 00 d0 00 00 00 00 04 00 00 c0
20: 00 00 00 00 01 20 00 00 00 00 00 00 de 10 04 05
30: 00 00 fe ff 60 00 00 00 00 00 00 00 00 01 00 00
40: de 10 04 05 00 00 00 00 00 00 00 00 00 00 00 00
50: 01 00 00 00 01 00 00 00 ce d6 23 00 00 00 00 00
60: 01 68 03 00 08 00 00 00 05 78 80 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 10 00 01 00 e0 84 00 00
80: 10 28 00 00 01 3d 00 02 48 00 01 11 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
09:00.0 IDE interface: Marvell Technology Group Ltd. 88SE6121 SATA II Controller (rev b2) (prog-if 8f [Master SecP SecO PriP PriO])
Subsystem: Intel Corporation Device 4f53
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 16
Region 0: I/O ports at 1018 [size=8]
Region 1: I/O ports at 1024 [size=4]
Region 2: I/O ports at 1010 [size=8]
Region 3: I/O ports at 1020 [size=4]
Region 4: I/O ports at 1000 [size=16]
Region 5: Memory at c7100000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [48] 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=1 PME-
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit-
Address: 00000000 Data: 0000
Capabilities: [e0] Express (v1) Legacy Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
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, Latency L0 <256ns, 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-
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: 1f, GenCap- CGenEn- ChkCap- ChkEn-
Kernel driver in use: ahci
00: ab 11 21 61 07 00 10 00 b2 8f 01 01 10 00 00 00
10: 19 10 00 00 25 10 00 00 11 10 00 00 21 10 00 00
20: 01 10 00 00 00 00 10 c7 00 00 00 00 86 80 53 4f
30: 00 00 00 00 48 00 00 00 00 00 00 00 0b 01 00 00
40: 24 c9 c0 00 1f 80 00 00 01 50 02 5a 00 20 00 13
50: 05 e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 50 c4 21 40 b0 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 10 00 11 00 c0 0f 24 00 00 24 00 00 11 a4 03 00
f0: 40 00 11 10 00 00 00 00 00 00 00 00 00 00 00 00
0a:03.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link) (prog-if 10 [OHCI])
Subsystem: Intel Corporation Device 4f53
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: 32 (500ns min, 1000ns max), Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 11
Region 0: Memory at c7004000 (32-bit, non-prefetchable) [size=2K]
Region 1: Memory at c7000000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [44] 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-
00: 4c 10 23 80 16 00 10 02 00 10 00 0c 10 20 00 00
10: 00 40 00 c7 00 00 00 c7 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 53 4f
30: 00 00 00 00 44 00 00 00 00 00 00 00 0b 01 02 04
40: 00 00 00 00 01 00 02 7e 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 08 00 00 00
f0: 10 00 00 00 86 10 00 00 86 80 53 4f 00 00 00 00
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [git pull] PCI changes for 2.6.34
2010-02-28 20:34 ` Linus Torvalds
@ 2010-02-28 20:46 ` Linus Torvalds
2010-02-28 21:11 ` Yinghai
0 siblings, 1 reply; 13+ messages in thread
From: Linus Torvalds @ 2010-02-28 20:46 UTC (permalink / raw)
To: Jesse Barnes, Yinghai Lu; +Cc: linux-pci, Linux Kernel Mailing List
On Sun, 28 Feb 2010, Linus Torvalds wrote:
>
> I just bisected a Nouveau boot failure to commit 977d17bb17 ("PCI: update
> bridge resources to get more big ranges in PCI assign unssigned"), and I'm
> going to revert that today one unless I can get a patch that fixes it for
> me.
Btw, it's not just bisected, I also verified that a revert on top of the
current git tree does fix it for me.
Linus
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [git pull] PCI changes for 2.6.34
2010-02-28 20:46 ` Linus Torvalds
@ 2010-02-28 21:11 ` Yinghai
2010-02-28 21:19 ` Linus Torvalds
0 siblings, 1 reply; 13+ messages in thread
From: Yinghai @ 2010-02-28 21:11 UTC (permalink / raw)
To: Linus Torvalds
Cc: Jesse Barnes, linux-pci@vger.kernel.org,
Linux Kernel Mailing List
On Feb 28, 2010, at 12:46 PM, Linus Torvalds <torvalds@linux-foundation.org
> wrote:
>
>
> On Sun, 28 Feb 2010, Linus Torvalds wrote:
>>
>> I just bisected a Nouveau boot failure to commit 977d17bb17 ("PCI:
>> update
>> bridge resources to get more big ranges in PCI assign unssigned"),
>> and I'm
>> going to revert that today one unless I can get a patch that fixes
>> it for
>> me.
>
> Btw, it's not just bisected, I also verified that a revert on top of
> the
> current git tree does fix it for me.
Sorry for that
Maybe we need to put back pci=try=num back
And set pci_try_num=1 by default
Yinghai
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [git pull] PCI changes for 2.6.34
2010-02-28 21:11 ` Yinghai
@ 2010-02-28 21:19 ` Linus Torvalds
2010-02-28 22:41 ` Yinghai Lu
0 siblings, 1 reply; 13+ messages in thread
From: Linus Torvalds @ 2010-02-28 21:19 UTC (permalink / raw)
To: Yinghai; +Cc: Jesse Barnes, linux-pci@vger.kernel.org,
Linux Kernel Mailing List
On Sun, 28 Feb 2010, Yinghai wrote:
>
> Maybe we need to put back pci=try=num back
> And set pci_try_num=1 by default
Well, why does your patch trigger any changes at all in the first place?
The old situation was fine. All the resources were mapped.
Sure, there were ROM resources that aren't even enabled, but that is
_normal_. Iirc, several graphics chips actually alias the ROM resources
with the regular memory-mapped IO resource, ie you can't even map both of
them at the same time at some separate address, because the hardware
shares address decoding resources.
There's a reson PCI ROM resources are treated specially by the kernel.
And as far as I can see, all the other resources are already allocated
even without your patch. So there is some fundamental _bug_ there. This is
not about enabling/disabling your patch, this is about your patch
apparently simply being wrong.
But maybe I'm missing something.
Linus
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [git pull] PCI changes for 2.6.34
2010-02-28 21:19 ` Linus Torvalds
@ 2010-02-28 22:41 ` Yinghai Lu
2010-02-28 23:49 ` [git pull] PCI changes for 2.6.34 - pci rom rom fail list Yinghai Lu
` (2 more replies)
0 siblings, 3 replies; 13+ messages in thread
From: Yinghai Lu @ 2010-02-28 22:41 UTC (permalink / raw)
To: Linus Torvalds
Cc: Jesse Barnes, linux-pci@vger.kernel.org,
Linux Kernel Mailing List
On 02/28/2010 01:19 PM, Linus Torvalds wrote:
>
>
> On Sun, 28 Feb 2010, Yinghai wrote:
>>
>> Maybe we need to put back pci=try=num back
>> And set pci_try_num=1 by default
>
> Well, why does your patch trigger any changes at all in the first place?
> The old situation was fine. All the resources were mapped.
>
> Sure, there were ROM resources that aren't even enabled, but that is
> _normal_. Iirc, several graphics chips actually alias the ROM resources
> with the regular memory-mapped IO resource, ie you can't even map both of
> them at the same time at some separate address, because the hardware
> shares address decoding resources.
>
> There's a reson PCI ROM resources are treated specially by the kernel.
>
> And as far as I can see, all the other resources are already allocated
> even without your patch. So there is some fundamental _bug_ there. This is
> not about enabling/disabling your patch, this is about your patch
> apparently simply being wrong.
>
looks like
[ 0.942502] pci 0000:04:00.0: reg 10: [mem 0xc6000000-0xc6ffffff]
[ 0.942510] pci 0000:04:00.0: reg 14: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.942519] pci 0000:04:00.0: reg 1c: [mem 0xc4000000-0xc5ffffff 64bit]
[ 0.942523] pci 0000:04:00.0: reg 24: [io 0x3000-0x307f]
[ 0.942528] pci 0000:04:00.0: reg 30: [mem 0xfffe0000-0xffffffff pref]
[ 0.942558] pci 0000:03:00.0: PCI bridge to [bus 04-04]
[ 0.942613] pci 0000:03:00.0: bridge window [io 0x3000-0x3fff]
[ 0.942616] pci 0000:03:00.0: bridge window [mem 0xc4000000-0xc6ffffff]
[ 0.942619] pci 0000:03:00.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.942657] pci 0000:05:00.0: reg 10: [mem 0xc2000000-0xc2ffffff]
[ 0.942665] pci 0000:05:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.942675] pci 0000:05:00.0: reg 1c: [mem 0xc0000000-0xc1ffffff 64bit]
[ 0.942679] pci 0000:05:00.0: reg 24: [io 0x2000-0x207f]
[ 0.942684] pci 0000:05:00.0: reg 30: [mem 0xfffe0000-0xffffffff pref]
[ 0.942715] pci 0000:03:02.0: PCI bridge to [bus 05-05]
[ 0.942770] pci 0000:03:02.0: bridge window [io 0x2000-0x2fff]
[ 0.942773] pci 0000:03:02.0: bridge window [mem 0xc0000000-0xc2ffffff]
[ 0.942777] pci 0000:03:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
later
[ 0.977506] pci 0000:04:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref]
[ 0.977575] pci 0000:05:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref]
that trigger the reallocating...
it seems old code
1. read out from pci rom bar
2. disable it, if it is enabled, but don't registered it
3. before pci_assign_unassigned..., will check PCI_ASSIGN_ROMS, and could register it...
3. to allocate for ROM bar together with other bar, for disabled or enabled but don't have PCI_ASSIGN_ROMS
4. it will not update the BAR if old setting is not enabled by BIOS.
looks like we should not allocate for those ROM bar at first place?
YH
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [git pull] PCI changes for 2.6.34 - pci rom rom fail list
2010-02-28 22:41 ` Yinghai Lu
@ 2010-02-28 23:49 ` Yinghai Lu
2010-03-01 6:28 ` Jesse Barnes
` (2 more replies)
2010-02-28 23:51 ` [git pull] PCI changes for 2.6.34 -- pci_try_num Yinghai Lu
2010-03-01 1:16 ` [git pull] PCI changes for 2.6.34 Arjan van de Ven
2 siblings, 3 replies; 13+ messages in thread
From: Yinghai Lu @ 2010-02-28 23:49 UTC (permalink / raw)
To: Linus Torvalds
Cc: Jesse Barnes, linux-pci@vger.kernel.org,
Linux Kernel Mailing List
please check
[PATCH] pci: don't reassign to ROM res if it is not going to be enabled
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
---
drivers/pci/setup-bus.c | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
Index: linux-2.6/drivers/pci/setup-bus.c
===================================================================
--- linux-2.6.orig/drivers/pci/setup-bus.c
+++ linux-2.6/drivers/pci/setup-bus.c
@@ -101,9 +101,17 @@ static void __assign_resources_sorted(st
for (list = head->next; list;) {
res = list->res;
idx = res - &list->dev->resource[0];
+
if (pci_assign_resource(list->dev, idx)) {
- if (fail_head && !pci_is_root_bus(list->dev->bus))
- add_to_failed_list(fail_head, list->dev, res);
+ if (fail_head && !pci_is_root_bus(list->dev->bus)) {
+ /*
+ * if the failed res is for ROM BAR, and it will
+ * be enabled later, don't add it to the list
+ */
+ if (!((idx == PCI_ROM_RESOURCE) &&
+ (!(res->flags & IORESOURCE_ROM_ENABLE))))
+ add_to_failed_list(fail_head, list->dev, res);
+ }
res->start = 0;
res->end = 0;
res->flags = 0;
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [git pull] PCI changes for 2.6.34 -- pci_try_num
2010-02-28 22:41 ` Yinghai Lu
2010-02-28 23:49 ` [git pull] PCI changes for 2.6.34 - pci rom rom fail list Yinghai Lu
@ 2010-02-28 23:51 ` Yinghai Lu
2010-03-01 1:16 ` [git pull] PCI changes for 2.6.34 Arjan van de Ven
2 siblings, 0 replies; 13+ messages in thread
From: Yinghai Lu @ 2010-02-28 23:51 UTC (permalink / raw)
To: Linus Torvalds
Cc: Jesse Barnes, linux-pci@vger.kernel.org,
Linux Kernel Mailing List
please check
[PATCH] pci: disable pci trying to reallocate pci bridge by default.
it broken Linus's Nouveau
bisected:to commit 977d17bb17
| PCI: update bridge resources to get more big ranges in PCI assign unssigned
so try disable it by default.
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
---
Documentation/kernel-parameters.txt | 6 ++++++
drivers/pci/pci.c | 4 ++++
drivers/pci/pci.h | 2 ++
drivers/pci/setup-bus.c | 14 +++++++++-----
4 files changed, 21 insertions(+), 5 deletions(-)
Index: linux-2.6/Documentation/kernel-parameters.txt
===================================================================
--- linux-2.6.orig/Documentation/kernel-parameters.txt
+++ linux-2.6/Documentation/kernel-parameters.txt
@@ -1963,6 +1963,12 @@ and is between 256 and 4096 characters.
for broken drivers that don't call it.
skip_isa_align [X86] do not align io start addr, so can
handle more pci cards
+ try=n set the pci_try_num to reallocate the pci bridge resource
+ 1: default
+ 2: will set the num to max_depth, and try to reallocate res
+ to get big range for the bridge. assume the pci peer root
+ resource is right from _CRS or from hostbridge pci reg
+ reading out.
firmware [ARM] Do not re-enumerate the bus but instead
just use the configuration from the
bootloader. This is currently used on
Index: linux-2.6/drivers/pci/pci.c
===================================================================
--- linux-2.6.orig/drivers/pci/pci.c
+++ linux-2.6/drivers/pci/pci.c
@@ -2974,6 +2974,10 @@ static int __init pci_setup(char *str)
pci_no_aer();
} else if (!strcmp(str, "nodomains")) {
pci_no_domains();
+ } else if (!strncmp(str, "try=", 4)) {
+ int try_num = memparse(str + 4, &str);
+ if (try_num > 0)
+ pci_try_num = try_num;
} else if (!strncmp(str, "cbiosize=", 9)) {
pci_cardbus_io_size = memparse(str + 9, &str);
} else if (!strncmp(str, "cbmemsize=", 10)) {
Index: linux-2.6/drivers/pci/pci.h
===================================================================
--- linux-2.6.orig/drivers/pci/pci.h
+++ linux-2.6/drivers/pci/pci.h
@@ -212,6 +212,8 @@ static inline int pci_ari_enabled(struct
return bus->self && bus->self->ari_enabled;
}
+extern int pci_try_num;
+
#ifdef CONFIG_PCI_QUIRKS
extern int pci_is_reassigndev(struct pci_dev *dev);
resource_size_t pci_specified_resource_alignment(struct pci_dev *dev);
Index: linux-2.6/drivers/pci/setup-bus.c
===================================================================
--- linux-2.6.orig/drivers/pci/setup-bus.c
+++ linux-2.6/drivers/pci/setup-bus.c
@@ -869,6 +869,7 @@ static int __init pci_get_max_depth(void
* second and later try will clear small leaf bridge res
* will stop till to the max deepth if can not find good one
*/
+int pci_try_num = 1;
void __init
pci_assign_unassigned_resources(void)
{
@@ -879,14 +880,17 @@ pci_assign_unassigned_resources(void)
unsigned long type_mask = IORESOURCE_IO | IORESOURCE_MEM |
IORESOURCE_PREFETCH;
unsigned long failed_type;
- int max_depth = pci_get_max_depth();
- int pci_try_num;
head.next = NULL;
- pci_try_num = max_depth + 1;
- printk(KERN_DEBUG "PCI: max bus depth: %d pci_try_num: %d\n",
- max_depth, pci_try_num);
+ if (pci_try_num > 1) {
+ int max_depth = pci_get_max_depth();
+
+ if (max_depth + 1 > pci_try_num)
+ pci_try_num = max_depth + 1;
+ printk(KERN_DEBUG "PCI: max bus depth: %d pci_try_num: %d\n",
+ max_depth, pci_try_num);
+ }
again:
/* Depth first, calculate sizes and alignments of all
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [git pull] PCI changes for 2.6.34
2010-02-28 22:41 ` Yinghai Lu
2010-02-28 23:49 ` [git pull] PCI changes for 2.6.34 - pci rom rom fail list Yinghai Lu
2010-02-28 23:51 ` [git pull] PCI changes for 2.6.34 -- pci_try_num Yinghai Lu
@ 2010-03-01 1:16 ` Arjan van de Ven
2 siblings, 0 replies; 13+ messages in thread
From: Arjan van de Ven @ 2010-03-01 1:16 UTC (permalink / raw)
To: Yinghai Lu
Cc: Linus Torvalds, Jesse Barnes, linux-pci@vger.kernel.org,
Linux Kernel Mailing List
On Sun, 28 Feb 2010 14:41:37 -0800
>
> that trigger the reallocating...
btw we should never ever reallocate if the original layout was anywhere
near remotely sane. Doing that will cause many issues due various
craptastic bioses assuming things are where the bios put it.....
(and other operating systems also normally don't move bars etc unless
things are really b0rked)
--
Arjan van de Ven Intel Open Source Technology Centre
For development, discussion and tips for power savings,
visit http://www.lesswatts.org
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [git pull] PCI changes for 2.6.34 - pci rom rom fail list
2010-02-28 23:49 ` [git pull] PCI changes for 2.6.34 - pci rom rom fail list Yinghai Lu
@ 2010-03-01 6:28 ` Jesse Barnes
2010-03-01 16:05 ` Linus Torvalds
2010-03-01 17:38 ` Jesse Barnes
2 siblings, 0 replies; 13+ messages in thread
From: Jesse Barnes @ 2010-03-01 6:28 UTC (permalink / raw)
To: Yinghai Lu
Cc: Linus Torvalds, linux-pci@vger.kernel.org,
Linux Kernel Mailing List
On Sun, 28 Feb 2010 15:49:39 -0800
Yinghai Lu <yinghai@kernel.org> wrote:
> please check
>
> [PATCH] pci: don't reassign to ROM res if it is not going to be
> enabled
>
> Signed-off-by: Yinghai Lu <yinghai@kernel.org>
>
> ---
> drivers/pci/setup-bus.c | 12 ++++++++++--
> 1 file changed, 10 insertions(+), 2 deletions(-)
>
> Index: linux-2.6/drivers/pci/setup-bus.c
> ===================================================================
> --- linux-2.6.orig/drivers/pci/setup-bus.c
> +++ linux-2.6/drivers/pci/setup-bus.c
> @@ -101,9 +101,17 @@ static void __assign_resources_sorted(st
> for (list = head->next; list;) {
> res = list->res;
> idx = res - &list->dev->resource[0];
> +
> if (pci_assign_resource(list->dev, idx)) {
> - if (fail_head
> && !pci_is_root_bus(list->dev->bus))
> - add_to_failed_list(fail_head,
> list->dev, res);
> + if (fail_head
> && !pci_is_root_bus(list->dev->bus)) {
> + /*
> + * if the failed res is for ROM BAR,
> and it will
> + * be enabled later, don't add it to
> the list
> + */
> + if (!((idx == PCI_ROM_RESOURCE) &&
> + (!(res->flags &
> IORESOURCE_ROM_ENABLE))))
> +
> add_to_failed_list(fail_head, list->dev, res);
> + }
> res->start = 0;
> res->end = 0;
> res->flags = 0;
>
>
I think this is on the right track; a failed ROM allocation shouldn't
cause us to try to reassign resources. Generally the ROM isn't needed
anyway, and even when it is we have to handle it specially anyway.
Linus, does this patch fix your problem?
--
Jesse Barnes, Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [git pull] PCI changes for 2.6.34 - pci rom rom fail list
2010-02-28 23:49 ` [git pull] PCI changes for 2.6.34 - pci rom rom fail list Yinghai Lu
2010-03-01 6:28 ` Jesse Barnes
@ 2010-03-01 16:05 ` Linus Torvalds
2010-03-01 16:35 ` Jesse Barnes
2010-03-01 17:38 ` Jesse Barnes
2 siblings, 1 reply; 13+ messages in thread
From: Linus Torvalds @ 2010-03-01 16:05 UTC (permalink / raw)
To: Yinghai Lu
Cc: Jesse Barnes, linux-pci@vger.kernel.org,
Linux Kernel Mailing List
On Sun, 28 Feb 2010, Yinghai Lu wrote:
>
> [PATCH] pci: don't reassign to ROM res if it is not going to be enabled
>
> Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Yes, this makes my setup work again.
I'm still nervous that it will cause problem on some _other_ machines
(because of not knowing that some bridge is transparent and then trying to
re-allocate things unnecessarily and causing chaos), but at least it seems
to be ok on this machine.
So I do have this nagging feeling that we'll still end up having to do
this whole "reassign PCI buses" thing as a kernel command line option and
default to not doing it, but let's give it a chance.
Linus
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [git pull] PCI changes for 2.6.34 - pci rom rom fail list
2010-03-01 16:05 ` Linus Torvalds
@ 2010-03-01 16:35 ` Jesse Barnes
0 siblings, 0 replies; 13+ messages in thread
From: Jesse Barnes @ 2010-03-01 16:35 UTC (permalink / raw)
To: Linus Torvalds
Cc: Yinghai Lu, linux-pci@vger.kernel.org, Linux Kernel Mailing List
On Mon, 1 Mar 2010 08:05:55 -0800 (PST)
Linus Torvalds <torvalds@linux-foundation.org> wrote:
>
>
> On Sun, 28 Feb 2010, Yinghai Lu wrote:
> >
> > [PATCH] pci: don't reassign to ROM res if it is not going to be
> > enabled
> >
> > Signed-off-by: Yinghai Lu <yinghai@kernel.org>
>
> Yes, this makes my setup work again.
>
> I'm still nervous that it will cause problem on some _other_ machines
> (because of not knowing that some bridge is transparent and then
> trying to re-allocate things unnecessarily and causing chaos), but at
> least it seems to be ok on this machine.
>
> So I do have this nagging feeling that we'll still end up having to
> do this whole "reassign PCI buses" thing as a kernel command line
> option and default to not doing it, but let's give it a chance.
Yeah we went back and forth on that a bit. We can fall back to a
command line option if necessary, but I think it would be ashame;
ideally things should just work and not require users to pass special
options when their drivers fail to bind.
--
Jesse Barnes, Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [git pull] PCI changes for 2.6.34 - pci rom rom fail list
2010-02-28 23:49 ` [git pull] PCI changes for 2.6.34 - pci rom rom fail list Yinghai Lu
2010-03-01 6:28 ` Jesse Barnes
2010-03-01 16:05 ` Linus Torvalds
@ 2010-03-01 17:38 ` Jesse Barnes
2 siblings, 0 replies; 13+ messages in thread
From: Jesse Barnes @ 2010-03-01 17:38 UTC (permalink / raw)
To: Yinghai Lu
Cc: Linus Torvalds, linux-pci@vger.kernel.org,
Linux Kernel Mailing List
On Sun, 28 Feb 2010 15:49:39 -0800
Yinghai Lu <yinghai@kernel.org> wrote:
> please check
>
> [PATCH] pci: don't reassign to ROM res if it is not going to be
> enabled
>
> Signed-off-by: Yinghai Lu <yinghai@kernel.org>
>
> ---
> drivers/pci/setup-bus.c | 12 ++++++++++--
> 1 file changed, 10 insertions(+), 2 deletions(-)
Applied this one to my for-linus tree, thanks Yinghai. I'll send it to
Linus along with another fix tomorrow.
--
Jesse Barnes, Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2010-03-01 17:37 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-26 17:39 [git pull] PCI changes for 2.6.34 Jesse Barnes
2010-02-28 20:34 ` Linus Torvalds
2010-02-28 20:46 ` Linus Torvalds
2010-02-28 21:11 ` Yinghai
2010-02-28 21:19 ` Linus Torvalds
2010-02-28 22:41 ` Yinghai Lu
2010-02-28 23:49 ` [git pull] PCI changes for 2.6.34 - pci rom rom fail list Yinghai Lu
2010-03-01 6:28 ` Jesse Barnes
2010-03-01 16:05 ` Linus Torvalds
2010-03-01 16:35 ` Jesse Barnes
2010-03-01 17:38 ` Jesse Barnes
2010-02-28 23:51 ` [git pull] PCI changes for 2.6.34 -- pci_try_num Yinghai Lu
2010-03-01 1:16 ` [git pull] PCI changes for 2.6.34 Arjan van de Ven
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox