* [regression, bisected] Xonar DX invalid PCI I/O range since 977d17bb174
@ 2010-04-19 6:56 Clemens Ladisch
2010-04-19 7:44 ` Peter Henriksson
0 siblings, 1 reply; 13+ messages in thread
From: Clemens Ladisch @ 2010-04-19 6:56 UTC (permalink / raw)
To: Yinghai Lu, Jesse Barnes; +Cc: linux-pci, linux-kernel
I got the following bug report:
| After upgrading kernel from 2.6.32 to 2.6.34-rc4 my Xonar DX stopped
| working. Kernel log has:
|
| [kernel] AV200 0000:09:04.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
| [kernel] invalid PCI I/O range
| [kernel] AV200 0000:09:04.0: PCI INT A disabled
| [kernel] ALSA device list:
| [kernel] No soundcards found.
|
| According to git bisect the culprit is:
|
| commit 977d17bb1749517b353874ccdc9b85abc7a58c2a
| Author: Yinghai Lu <yinghai@kernel.org>
| Date: Fri Jan 22 01:02:24 2010 -0800
| PCI: update bridge resources to get more big ranges in PCI assign unssigned
Unfortunately, the bug tracker is dead, so I cannot ask for further
information. (If somebody renews the domain, this report will be at
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=4982>.)
The Xonar DX is a PCI chip with a 256-byte I/O range behind a PCI-E/PCI
bridge. The driver code that caught this looks as follows:
err = pci_enable_device(pci);
...
err = pci_request_regions(pci, DRIVER);
...
if (!(pci_resource_flags(pci, 0) & IORESOURCE_IO) ||
pci_resource_len(pci, 0) < OXYGEN_IO_SIZE) {
snd_printk(KERN_ERR "invalid PCI I/O range\n");
Regards,
Clemens
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: [regression, bisected] Xonar DX invalid PCI I/O range since 977d17bb174 2010-04-19 6:56 [regression, bisected] Xonar DX invalid PCI I/O range since 977d17bb174 Clemens Ladisch @ 2010-04-19 7:44 ` Peter Henriksson 2010-04-19 8:06 ` Clemens Ladisch 0 siblings, 1 reply; 13+ messages in thread From: Peter Henriksson @ 2010-04-19 7:44 UTC (permalink / raw) To: Clemens Ladisch; +Cc: Yinghai Lu, Jesse Barnes, linux-pci, linux-kernel > Unfortunately, the bug tracker is dead, so I cannot ask for further > information. (If somebody renews the domain, this report will be at > <https://bugtrack.alsa-project.org/alsa-bug/view.php?id=4982>.) Hi Clemens, I am the one who that filed the bug. Please let me know what you need. Regards, Peter ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [regression, bisected] Xonar DX invalid PCI I/O range since 977d17bb174 2010-04-19 7:44 ` Peter Henriksson @ 2010-04-19 8:06 ` Clemens Ladisch 2010-04-19 8:42 ` Peter Henriksson 0 siblings, 1 reply; 13+ messages in thread From: Clemens Ladisch @ 2010-04-19 8:06 UTC (permalink / raw) To: Peter Henriksson; +Cc: Yinghai Lu, Jesse Barnes, linux-pci, linux-kernel Peter Henriksson wrote: > > Unfortunately, the bug tracker is dead, so I cannot ask for further > > information. (If somebody renews the domain, this report will be at > > <https://bugtrack.alsa-project.org/alsa-bug/view.php?id=4982>.) > > I am the one who that filed the bug. Please let me know what you need. Please show the complete kernel log and the contents of /proc/ioports. Regards, Clemens ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [regression, bisected] Xonar DX invalid PCI I/O range since 977d17bb174 2010-04-19 8:06 ` Clemens Ladisch @ 2010-04-19 8:42 ` Peter Henriksson [not found] ` <4BCCA5FD.6060002@oracle.com> 0 siblings, 1 reply; 13+ messages in thread From: Peter Henriksson @ 2010-04-19 8:42 UTC (permalink / raw) To: Clemens Ladisch; +Cc: Yinghai Lu, Jesse Barnes, linux-pci, linux-kernel > Please show the complete kernel log and the contents of /proc/ioports. Not sure about size limits on the list so I will add the information to the bug report as well. /proc/ioports 0000-0cf7 : PCI Bus 0000:00 0000-001f : dma1 0020-0021 : pic1 0040-0043 : timer0 0050-0053 : timer1 0060-0060 : keyboard 0064-0064 : keyboard 0070-0071 : rtc0 0080-008f : dma page reg 00a0-00a1 : pic2 00c0-00df : dma2 00f0-00ff : fpu 0290-0297 : pnp 00:06 03c0-03df : vga+ 0400-041f : 0000:00:1f.3 0480-04bf : 0000:00:1f.0 0480-04bf : pnp 00:07 04d0-04d1 : pnp 00:07 0800-087f : 0000:00:1f.0 0800-087f : pnp 00:07 0800-0803 : ACPI PM1a_EVT_BLK 0804-0805 : ACPI PM1a_CNT_BLK 0808-080b : ACPI PM_TMR 0810-0815 : ACPI CPU throttle 0820-082f : ACPI GPE0_BLK 0cf8-0cff : PCI conf1 0d00-ffff : PCI Bus 0000:00 8400-841f : 0000:00:1f.2 8400-841f : ahci 8480-8483 : 0000:00:1f.2 8480-8483 : ahci 8800-8807 : 0000:00:1f.2 8800-8807 : ahci 8880-8883 : 0000:00:1f.2 8880-8883 : ahci 8c00-8c07 : 0000:00:1f.2 8c00-8c07 : ahci 9080-909f : 0000:00:1d.0 9080-909f : uhci_hcd 9400-941f : 0000:00:1d.1 9400-941f : uhci_hcd 9480-949f : 0000:00:1d.2 9480-949f : uhci_hcd 9800-981f : 0000:00:1a.0 9800-981f : uhci_hcd 9880-989f : 0000:00:1a.1 9880-989f : uhci_hcd 9c00-9c1f : 0000:00:1a.2 9c00-9c1f : uhci_hcd a000-afff : PCI Bus 0000:01 ac00-ac7f : 0000:01:00.0 b000-bfff : PCI Bus 0000:02 b800-b8ff : 0000:02:00.0 b800-b8ff : sky2 c000-cfff : PCI Bus 0000:03 c400-c40f : 0000:03:00.0 c400-c40f : ahci c480-c483 : 0000:03:00.0 c480-c483 : ahci c800-c807 : 0000:03:00.0 c800-c807 : ahci c880-c883 : 0000:03:00.0 c880-c883 : ahci cc00-cc07 : 0000:03:00.0 cc00-cc07 : ahci d000-dfff : PCI Bus 0000:04 e000-efff : PCI Bus 0000:0a e800-e8ff : 0000:0a:04.0 e800-e8ff : skge Full kernel log Apr 19 10:19:38 [kernel] Linux version 2.6.34-rc4 (root@darwin) (gcc version 4.4.3 (Gentoo 4.4.3 p1.0) ) #31 SMP PREEMPT Mon Apr 19 10:18:03 CEST 2010 Apr 19 10:19:38 [kernel] BIOS-provided physical RAM map: Apr 19 10:19:38 [kernel] BIOS-e820: 0000000000000000 - 000000000009ec00 (usable) Apr 19 10:19:38 [kernel] BIOS-e820: 000000000009ec00 - 00000000000a0000 (reserved) Apr 19 10:19:38 [kernel] BIOS-e820: 00000000000e5000 - 0000000000100000 (reserved) Apr 19 10:19:38 [kernel] BIOS-e820: 0000000000100000 - 000000007ff40000 (usable) Apr 19 10:19:38 [kernel] BIOS-e820: 000000007ff40000 - 000000007ff4e000 (ACPI data) Apr 19 10:19:38 [kernel] BIOS-e820: 000000007ff4e000 - 000000007ffe0000 (ACPI NVS) Apr 19 10:19:38 [kernel] BIOS-e820: 000000007ffe0000 - 0000000080000000 (reserved) Apr 19 10:19:38 [kernel] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) Apr 19 10:19:38 [kernel] BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved) Apr 19 10:19:38 [kernel] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel! Apr 19 10:19:38 [kernel] DMI 2.4 present. Apr 19 10:19:38 [kernel] AMI BIOS detected: BIOS may corrupt low RAM, working around it. Apr 19 10:19:38 [kernel] last_pfn = 0x7ff40 max_arch_pfn = 0x100000 Apr 19 10:19:38 [kernel] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 Apr 19 10:19:38 [kernel] Scanning 0 areas for low memory corruption Apr 19 10:19:38 [kernel] modified physical RAM map: Apr 19 10:19:38 [kernel] modified: 0000000000000000 - 0000000000010000 (reserved) Apr 19 10:19:38 [kernel] modified: 0000000000010000 - 000000000009ec00 (usable) Apr 19 10:19:38 [kernel] modified: 000000000009ec00 - 00000000000a0000 (reserved) Apr 19 10:19:38 [kernel] modified: 00000000000e5000 - 0000000000100000 (reserved) Apr 19 10:19:38 [kernel] modified: 0000000000100000 - 000000007ff40000 (usable) Apr 19 10:19:38 [bluetoothd] HCI dev 0 up Apr 19 10:19:38 [kernel] modified: 000000007ff4e000 - 000000007ffe0000 (ACPI NVS) Apr 19 10:19:38 [kernel] modified: 000000007ffe0000 - 0000000080000000 (reserved) Apr 19 10:19:38 [kernel] modified: 00000000fee00000 - 00000000fee01000 (reserved) Apr 19 10:19:38 [kernel] modified: 00000000ffe00000 - 0000000100000000 (reserved) Apr 19 10:19:38 [kernel] found SMP MP-table at [c00ff780] ff780 Apr 19 10:19:38 [kernel] init_memory_mapping: 0000000000000000-00000000377fe000 Apr 19 10:19:38 [kernel] ACPI: RSDP 000faff0 00024 (v02 ACPIAM) Apr 19 10:19:38 [kernel] ACPI: XSDT 7ff40100 00054 (v01 A_M_I_ OEMXSDT 12000810 MSFT 00000097) Apr 19 10:19:38 [kernel] ACPI: FACP 7ff40290 000F4 (v03 A_M_I_ OEMFACP 12000810 MSFT 00000097) Apr 19 10:19:38 [kernel] ACPI: DSDT 7ff40440 09516 (v01 A0963 A0963031 00000031 INTL 20060113) Apr 19 10:19:38 [kernel] ACPI: FACS 7ff4e000 00040 Apr 19 10:19:38 [kernel] ACPI: APIC 7ff40390 0006C (v01 A_M_I_ OEMAPIC 12000810 MSFT 00000097) Apr 19 10:19:38 [kernel] ACPI: MCFG 7ff40400 0003C (v01 A_M_I_ OEMMCFG 12000810 MSFT 00000097) Apr 19 10:19:38 [kernel] ACPI: OEMB 7ff4e040 00081 (v01 A_M_I_ AMI_OEM 12000810 MSFT 00000097) Apr 19 10:19:38 [kernel] ACPI: HPET 7ff49960 00038 (v01 A_M_I_ OEMHPET 12000810 MSFT 00000097) Apr 19 10:19:38 [kernel] ACPI: OSFR 7ff499a0 000B0 (v01 A_M_I_ OEMOSFR 12000810 MSFT 00000097) Apr 19 10:19:38 [kernel] 1159MB HIGHMEM available. Apr 19 10:19:38 [kernel] 887MB LOWMEM available. Apr 19 10:19:38 [kernel] mapped low ram: 0 - 377fe000 Apr 19 10:19:38 [kernel] low ram: 0 - 377fe000 Apr 19 10:19:38 [kernel] Zone PFN ranges: Apr 19 10:19:38 [kernel] DMA 0x00000010 -> 0x00001000 Apr 19 10:19:38 [kernel] Normal 0x00001000 -> 0x000377fe Apr 19 10:19:38 [kernel] HighMem 0x000377fe -> 0x0007ff40 Apr 19 10:19:38 [kernel] Movable zone start PFN for each node Apr 19 10:19:38 [kernel] early_node_map[2] active PFN ranges Apr 19 10:19:38 [kernel] 0: 0x00000010 -> 0x0000009e Apr 19 10:19:38 [kernel] 0: 0x00000100 -> 0x0007ff40 Apr 19 10:19:38 [bluetoothd] Starting security manager 0 Apr 19 10:19:38 [kernel] ACPI: PM-Timer IO Port: 0x808 Apr 19 10:19:38 [kernel] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) Apr 19 10:19:38 [kernel] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled) Apr 19 10:19:38 [kernel] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled) Apr 19 10:19:38 [kernel] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled) Apr 19 10:19:38 [kernel] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0]) Apr 19 10:19:38 [kernel] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23 Apr 19 10:19:38 [kernel] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) Apr 19 10:19:38 [kernel] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) Apr 19 10:19:38 [kernel] Using ACPI (MADT) for SMP configuration information Apr 19 10:19:38 [kernel] ACPI: HPET id: 0x8086a301 base: 0xfed00000 Apr 19 10:19:38 [kernel] SMP: Allowing 4 CPUs, 0 hotplug CPUs Apr 19 10:19:38 [kernel] PM: Registered nosave memory: 000000000009e000 - 000000000009f000 Apr 19 10:19:38 [kernel] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 Apr 19 10:19:38 [kernel] PM: Registered nosave memory: 00000000000a0000 - 00000000000e5000 Apr 19 10:19:38 [kernel] PM: Registered nosave memory: 00000000000e5000 - 0000000000100000 Apr 19 10:19:38 [kernel] Allocating PCI resources starting at 80000000 (gap: 80000000:7ee00000) Apr 19 10:19:38 [kernel] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1 Apr 19 10:19:38 [kernel] PERCPU: Embedded 12 pages/cpu @c2800000 s27732 r0 d21420 u1048576 Apr 19 10:19:38 [kernel] pcpu-alloc: s27732 r0 d21420 u1048576 alloc=1*4194304 Apr 19 10:19:38 [kernel] pcpu-alloc: [0] 0 1 2 3 Apr 19 10:19:38 [kernel] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 519887 Apr 19 10:19:38 [kernel] Kernel command line: root=/dev/md3 Apr 19 10:19:38 [kernel] PID hash table entries: 4096 (order: 2, 16384 bytes) Apr 19 10:19:38 [kernel] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) Apr 19 10:19:38 [kernel] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) Apr 19 10:19:38 [kernel] Enabling fast FPU save and restore... done. Apr 19 10:19:38 [kernel] Enabling unmasked SIMD FPU exception support... done. Apr 19 10:19:38 [kernel] Initializing CPU#0 Apr 19 10:19:38 [kernel] Subtract (48 early reservations) Apr 19 10:19:38 [kernel] #1 [0000001000 - 0000002000] EX TRAMPOLINE Apr 19 10:19:38 [kernel] #2 [0001000000 - 000160bc30] TEXT DATA BSS Apr 19 10:19:38 [kernel] #3 [000160c000 - 0001612234] BRK Apr 19 10:19:38 [kernel] #4 [00000ff790 - 0000100000] BIOS reserved Apr 19 10:19:38 [kernel] #5 [00000ff780 - 00000ff790] MP-table mpf Apr 19 10:19:38 [kernel] #6 [000009ec00 - 00000f1540] BIOS reserved Apr 19 10:19:38 [kernel] #7 [00000f175c - 00000ff780] BIOS reserved Apr 19 10:19:38 [kernel] #8 [00000f1540 - 00000f175c] MP-table mpc Apr 19 10:19:38 [kernel] #9 [0000010000 - 0000011000] TRAMPOLINE Apr 19 10:19:38 [kernel] #10 [0000011000 - 0000015000] ACPI WAKEUP Apr 19 10:19:38 [kernel] #11 [0000015000 - 0000016000] PGTABLE Apr 19 10:19:38 [kernel] #12 [0001613000 - 0001614000] BOOTMEM Apr 19 10:19:38 [kernel] #13 [0001614000 - 0002614000] BOOTMEM Apr 19 10:19:38 [kernel] #14 [000160bc40 - 000160bc44] BOOTMEM Apr 19 10:19:38 [kernel] #15 [000160bc80 - 000160bd40] BOOTMEM Apr 19 10:19:38 [kernel] #16 [000160bd40 - 000160bd94] BOOTMEM Apr 19 10:19:38 [kernel] #17 [0002614000 - 0002617000] BOOTMEM Apr 19 10:19:38 [kernel] #18 [000160bdc0 - 000160be30] BOOTMEM Apr 19 10:19:38 [kernel] #19 [0002617000 - 000261d000] BOOTMEM Apr 19 10:19:38 [kernel] #20 [000160be40 - 000160be65] BOOTMEM Apr 19 10:19:38 [kernel] #21 [000160be80 - 000160bea7] BOOTMEM Apr 19 10:19:38 [kernel] #22 [000160bec0 - 000160bfd8] BOOTMEM Apr 19 10:19:38 [kernel] #23 [0001612240 - 0001612280] BOOTMEM Apr 19 10:19:38 [kernel] #24 [0001612280 - 00016122c0] BOOTMEM Apr 19 10:19:38 [kernel] #25 [00016122c0 - 0001612300] BOOTMEM Apr 19 10:19:38 [kernel] #26 [0001612300 - 0001612340] BOOTMEM Apr 19 10:19:38 [kernel] #27 [0001612340 - 0001612380] BOOTMEM Apr 19 10:19:38 [kernel] #28 [0001612380 - 00016123c0] BOOTMEM Apr 19 10:19:38 [kernel] #29 [00016123c0 - 0001612400] BOOTMEM Apr 19 10:19:38 [kernel] #30 [0001612400 - 0001612440] BOOTMEM Apr 19 10:19:38 [kernel] #31 [0001612440 - 0001612480] BOOTMEM Apr 19 10:19:38 [kernel] #32 [0001612480 - 0001612490] BOOTMEM Apr 19 10:19:38 [kernel] #33 [00016124c0 - 00016124ce] BOOTMEM Apr 19 10:19:38 [kernel] #34 [0001612500 - 000161250e] BOOTMEM Apr 19 10:19:38 [kernel] #35 [0002800000 - 000280c000] BOOTMEM Apr 19 10:19:38 [kernel] #36 [0002900000 - 000290c000] BOOTMEM Apr 19 10:19:38 [kernel] #37 [0002a00000 - 0002a0c000] BOOTMEM Apr 19 10:19:38 [kernel] #38 [0002b00000 - 0002b0c000] BOOTMEM Apr 19 10:19:38 [kernel] #39 [0001612540 - 0001612544] BOOTMEM Apr 19 10:19:38 [kernel] #40 [0001612580 - 0001612584] BOOTMEM Apr 19 10:19:38 [kernel] #41 [00016125c0 - 00016125d0] BOOTMEM Apr 19 10:19:38 [kernel] #42 [0001612600 - 0001612610] BOOTMEM Apr 19 10:19:38 [kernel] Memory: 2072284k/2096384k available (3792k kernel code, 23644k reserved, 1567k data, 352k init, 1187080k highmem) Apr 19 10:19:38 [kernel] virtual kernel memory layout: Apr 19 10:19:38 [kernel] fixmap : 0xfff1f000 - 0xfffff000 ( 896 kB) Apr 19 10:19:38 [kernel] pkmap : 0xff800000 - 0xffc00000 (4096 kB) Apr 19 10:19:38 [kernel] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB) Apr 19 10:19:38 [kernel] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB) Apr 19 10:19:38 [kernel] .init : 0xc153c000 - 0xc1594000 ( 352 kB) Apr 19 10:19:38 [kernel] .data : 0xc13b4164 - 0xc153bfac (1567 kB) Apr 19 10:19:38 [kernel] .text : 0xc1000000 - 0xc13b4164 (3792 kB) Apr 19 10:19:38 [kernel] Checking if this processor honours the WP bit even in supervisor mode...Ok. Apr 19 10:19:38 [kernel] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 Apr 19 10:19:38 [kernel] Hierarchical RCU implementation. Apr 19 10:19:38 [kernel] NR_IRQS:512 Apr 19 10:19:38 [kernel] Extended CMOS year: 2000 Apr 19 10:19:38 [kernel] Console: colour VGA+ 80x25 Apr 19 10:19:38 [kernel] console [tty0] enabled Apr 19 10:19:38 [kernel] Fast TSC calibration using PIT Apr 19 10:19:38 [kernel] Detected 2671.173 MHz processor. Apr 19 10:19:38 [kernel] Calibrating delay loop (skipped), value calculated using timer frequency.. 5342.34 BogoMIPS (lpj=2671173) Apr 19 10:19:38 [kernel] Mount-cache hash table entries: 512 Apr 19 10:19:38 [kernel] CPU: Physical Processor ID: 0 Apr 19 10:19:38 [kernel] CPU: Processor Core ID: 0 Apr 19 10:19:38 [kernel] mce: CPU supports 6 MCE banks Apr 19 10:19:38 [kernel] CPU0: Thermal monitoring enabled (TM2) Apr 19 10:19:38 [kernel] using mwait in idle threads. Apr 19 10:19:38 [kernel] Performance Events: Core2 events, Intel PMU driver. Apr 19 10:19:38 [kernel] ... version: 2 Apr 19 10:19:38 [kernel] ... bit width: 40 Apr 19 10:19:38 [kernel] ... generic registers: 2 Apr 19 10:19:38 [kernel] ... value mask: 000000ffffffffff Apr 19 10:19:38 [kernel] ... max period: 000000007fffffff Apr 19 10:19:38 [kernel] ... fixed-purpose events: 3 Apr 19 10:19:38 [kernel] ... event mask: 0000000700000003 Apr 19 10:19:38 [kernel] Checking 'hlt' instruction... OK. Apr 19 10:19:38 [kernel] ACPI: Core revision 20100121 Apr 19 10:19:38 [kernel] Enabling APIC mode: Flat. Using 1 I/O APICs Apr 19 10:19:38 [kernel] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 Apr 19 10:19:38 [kernel] CPU0: Intel(R) Core(TM)2 Quad CPU Q9450 @ 2.66GHz stepping 07 Apr 19 10:19:38 [kernel] Booting Node 0, Processors #1 Apr 19 10:19:38 [kernel] Initializing CPU#1 Apr 19 10:19:38 [kernel] #2 Apr 19 10:19:38 [kernel] Initializing CPU#2 Apr 19 10:19:38 [kernel] #3 Ok. Apr 19 10:19:38 [kernel] Initializing CPU#3 Apr 19 10:19:38 [kernel] Brought up 4 CPUs Apr 19 10:19:38 [kernel] Total of 4 processors activated (21371.40 BogoMIPS). Apr 19 10:19:38 [kernel] NET: Registered protocol family 16 Apr 19 10:19:38 [kernel] ACPI: bus type pci registered Apr 19 10:19:38 [kernel] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) Apr 19 10:19:38 [kernel] PCI: not using MMCONFIG Apr 19 10:19:38 [kernel] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=10 Apr 19 10:19:38 [kernel] PCI: Using configuration type 1 for base access Apr 19 10:19:38 [kernel] bio: create slab <bio-0> at 0 Apr 19 10:19:38 [kernel] ACPI: Executed 1 blocks of module-level executable AML code Apr 19 10:19:38 [kernel] ACPI: SSDT 7ff4e0d0 001D2 (v01 AMI CPU1PM 00000001 INTL 20060113) Apr 19 10:19:38 [kernel] ACPI: SSDT 7ff4e2b0 00143 (v01 AMI CPU2PM 00000001 INTL 20060113) Apr 19 10:19:38 [kernel] ACPI: SSDT 7ff4e400 00143 (v01 AMI CPU3PM 00000001 INTL 20060113) Apr 19 10:19:38 [kernel] ACPI: SSDT 7ff4e550 00143 (v01 AMI CPU4PM 00000001 INTL 20060113) Apr 19 10:19:38 [kernel] ACPI: Interpreter enabled Apr 19 10:19:38 [kernel] ACPI: (supports S0 S1 S3 S4 S5) Apr 19 10:19:38 [kernel] ACPI: Using IOAPIC for interrupt routing Apr 19 10:19:38 [kernel] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) Apr 19 10:19:38 [kernel] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources Apr 19 10:19:38 [kernel] PCI: Using MMCONFIG for extended config space Apr 19 10:19:38 [kernel] ACPI: No dock devices found. Apr 19 10:19:38 [kernel] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug Apr 19 10:19:38 [kernel] ACPI: PCI Root Bridge [PCI0] (0000:00) Apr 19 10:19:38 [kernel] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] Apr 19 10:19:38 [kernel] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] Apr 19 10:19:38 [kernel] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] Apr 19 10:19:38 [kernel] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff] Apr 19 10:19:38 [kernel] pci_root PNP0A08:00: host bridge window [mem 0x80000000-0xffffffff] Apr 19 10:19:38 [kernel] pci 0000:00:1f.0: quirk: [io 0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO Apr 19 10:19:38 [kernel] pci 0000:00:1f.0: quirk: [io 0x0480-0x04bf] claimed by ICH6 GPIO Apr 19 10:19:38 [kernel] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003) Apr 19 10:19:38 [kernel] pci 0000:00:01.0: PCI bridge to [bus 01-01] Apr 19 10:19:38 [kernel] pci 0000:00:1c.0: PCI bridge to [bus 04-09] Apr 19 10:19:38 [kernel] pci 0000:04:00.0: PCI bridge to [bus 05-09] Apr 19 10:19:38 [kernel] pci 0000:05:01.0: PCI bridge to [bus 08-09] Apr 19 10:19:38 [kernel] pci 0000:08:00.0: PCI bridge to [bus 09-09] Apr 19 10:19:38 [kernel] pci 0000:05:02.0: PCI bridge to [bus 07-07] Apr 19 10:19:38 [kernel] pci 0000:05:03.0: PCI bridge to [bus 06-06] Apr 19 10:19:38 [kernel] pci 0000:00:1c.4: PCI bridge to [bus 03-03] Apr 19 10:19:38 [kernel] pci 0000:00:1c.5: PCI bridge to [bus 02-02] Apr 19 10:19:38 [kernel] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a] (subtractive decode) Apr 19 10:19:38 [kernel] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15) Apr 19 10:19:38 [kernel] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15) Apr 19 10:19:38 [kernel] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15) Apr 19 10:19:38 [kernel] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 14 *15) Apr 19 10:19:38 [kernel] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. Apr 19 10:19:38 [kernel] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 10 11 12 14 15) Apr 19 10:19:38 [kernel] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 11 12 14 15) Apr 19 10:19:38 [kernel] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 7 10 11 12 14 15) Apr 19 10:19:38 [kernel] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none Apr 19 10:19:38 [kernel] vgaarb: loaded Apr 19 10:19:38 [kernel] SCSI subsystem initialized Apr 19 10:19:38 [kernel] usbcore: registered new interface driver usbfs Apr 19 10:19:38 [kernel] usbcore: registered new interface driver hub Apr 19 10:19:38 [kernel] usbcore: registered new device driver usb Apr 19 10:19:38 [kernel] Advanced Linux Sound Architecture Driver Version 1.0.22.1. Apr 19 10:19:38 [kernel] PCI: Using ACPI for IRQ routing Apr 19 10:19:38 [kernel] Bluetooth: Core ver 2.15 Apr 19 10:19:38 [kernel] NET: Registered protocol family 31 Apr 19 10:19:38 [kernel] Bluetooth: HCI device and connection manager initialized Apr 19 10:19:38 [kernel] Bluetooth: HCI socket layer initialized Apr 19 10:19:38 [kernel] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0 Apr 19 10:19:38 [kernel] hpet0: 4 comparators, 64-bit 14.318180 MHz counter Apr 19 10:19:38 [kernel] Switching to clocksource tsc Apr 19 10:19:38 [kernel] pnp: PnP ACPI init Apr 19 10:19:38 [kernel] ACPI: bus type pnp registered Apr 19 10:19:38 [kernel] pnp: PnP ACPI: found 15 devices Apr 19 10:19:38 [kernel] ACPI: ACPI bus type pnp unregistered Apr 19 10:19:38 [kernel] system 00:07: [io 0x0480-0x04bf] has been reserved Apr 19 10:19:38 [kernel] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved Apr 19 10:19:38 [kernel] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved Apr 19 10:19:38 [kernel] system 00:07: [mem 0xfed50000-0xfed8ffff] has been reserved Apr 19 10:19:38 [kernel] system 00:07: [mem 0xffa00000-0xffafffff] has been reserved Apr 19 10:19:38 [kernel] system 00:07: [mem 0xffb00000-0xffbfffff] has been reserved Apr 19 10:19:38 [kernel] system 00:07: [mem 0xffe00000-0xffefffff] has been reserved Apr 19 10:19:38 [kernel] system 00:07: [mem 0xfff00000-0xfffffffe] has been reserved Apr 19 10:19:38 [kernel] system 00:0a: [mem 0xffc00000-0xffdfffff] has been reserved Apr 19 10:19:38 [kernel] system 00:0b: [mem 0xfec00000-0xfec00fff] could not be reserved Apr 19 10:19:38 [kernel] system 00:0b: [mem 0xfee00000-0xfee00fff] has been reserved Apr 19 10:19:38 [kernel] system 00:0d: [mem 0xe0000000-0xefffffff] has been reserved Apr 19 10:19:38 [kernel] system 00:0e: [mem 0x00000000-0x0009ffff] could not be reserved Apr 19 10:19:38 [kernel] system 00:0e: [mem 0x000c0000-0x000cffff] could not be reserved Apr 19 10:19:38 [kernel] system 00:0e: [mem 0x000e0000-0x000fffff] could not be reserved Apr 19 10:19:38 [kernel] system 00:0e: [mem 0x00100000-0x7fffffff] could not be reserved Apr 19 10:19:38 [kernel] pci 0000:00:1c.4: BAR 9: assigned [mem 0x80000000-0x801fffff 64bit pref] Apr 19 10:19:38 [kernel] pci 0000:00:1c.5: BAR 9: assigned [mem 0x80200000-0x803fffff 64bit pref] Apr 19 10:19:38 [kernel] pci 0000:00:01.0: PCI bridge to [bus 01-01] Apr 19 10:19:38 [kernel] pci 0000:00:01.0: bridge window [io 0xa000-0xafff] Apr 19 10:19:38 [kernel] pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfe7fffff] Apr 19 10:19:38 [kernel] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref] Apr 19 10:19:38 [kernel] pci 0000:04:00.0: BAR 8: can't assign mem (size 0xc00000) Apr 19 10:19:38 [kernel] pci 0000:05:01.0: BAR 8: can't assign mem (size 0x200000) Apr 19 10:19:38 [kernel] pci 0000:05:01.0: BAR 9: can't assign mem pref (size 0x200000) Apr 19 10:19:38 [kernel] pci 0000:05:02.0: BAR 8: can't assign mem (size 0x400000) Apr 19 10:19:38 [kernel] pci 0000:05:03.0: BAR 8: can't assign mem (size 0x400000) Apr 19 10:19:38 [kernel] pci 0000:05:02.0: BAR 7: can't assign io (size 0x1000) Apr 19 10:19:38 [kernel] pci 0000:05:03.0: BAR 7: can't assign io (size 0x1000) Apr 19 10:19:38 [kernel] pci 0000:08:00.0: PCI bridge to [bus 09-09] Apr 19 10:19:38 [kernel] pci 0000:08:00.0: bridge window [io 0xd000-0xdfff] Apr 19 10:19:38 [kernel] pci 0000:08:00.0: bridge window [mem disabled] Apr 19 10:19:38 [kernel] pci 0000:08:00.0: bridge window [mem pref disabled] Apr 19 10:19:38 [kernel] pci 0000:05:01.0: PCI bridge to [bus 08-09] Apr 19 10:19:38 [kernel] pci 0000:05:01.0: bridge window [io 0xd000-0xdfff] Apr 19 10:19:38 [kernel] pci 0000:05:01.0: bridge window [mem disabled] Apr 19 10:19:38 [kernel] pci 0000:05:01.0: bridge window [mem pref disabled] Apr 19 10:19:38 [kernel] pci 0000:05:02.0: PCI bridge to [bus 07-07] Apr 19 10:19:38 [kernel] pci 0000:05:02.0: bridge window [io disabled] Apr 19 10:19:38 [kernel] pci 0000:05:02.0: bridge window [mem disabled] Apr 19 10:19:38 [kernel] pci 0000:05:02.0: bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref] Apr 19 10:19:38 [kernel] pci 0000:05:03.0: PCI bridge to [bus 06-06] Apr 19 10:19:38 [kernel] pci 0000:05:03.0: bridge window [io disabled] Apr 19 10:19:38 [kernel] pci 0000:05:03.0: bridge window [mem disabled] Apr 19 10:19:38 [kernel] pci 0000:05:03.0: bridge window [mem 0xf8e00000-0xf8efffff 64bit pref] Apr 19 10:19:38 [kernel] pci 0000:04:00.0: PCI bridge to [bus 05-09] Apr 19 10:19:38 [kernel] pci 0000:04:00.0: bridge window [io 0xd000-0xdfff] Apr 19 10:19:38 [kernel] pci 0000:04:00.0: bridge window [mem disabled] Apr 19 10:19:38 [kernel] pci 0000:04:00.0: bridge window [mem 0xf8e00000-0xf8ffffff 64bit pref] Apr 19 10:19:38 [kernel] pci 0000:00:1c.0: PCI bridge to [bus 04-09] Apr 19 10:19:38 [kernel] pci 0000:00:1c.0: bridge window [io 0xd000-0xdfff] Apr 19 10:19:38 [kernel] pci 0000:00:1c.0: bridge window [mem 0xfea00000-0xfeafffff] Apr 19 10:19:38 [kernel] pci 0000:00:1c.0: bridge window [mem 0xf8e00000-0xf8ffffff 64bit pref] Apr 19 10:19:38 [kernel] pci 0000:00:1c.4: PCI bridge to [bus 03-03] Apr 19 10:19:38 [kernel] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff] Apr 19 10:19:38 [kernel] pci 0000:00:1c.4: bridge window [mem 0xfe900000-0xfe9fffff] Apr 19 10:19:38 [kernel] pci 0000:00:1c.4: bridge window [mem 0x80000000-0x801fffff 64bit pref] Apr 19 10:19:38 [kernel] pci 0000:00:1c.5: PCI bridge to [bus 02-02] Apr 19 10:19:38 [kernel] pci 0000:00:1c.5: bridge window [io 0xb000-0xbfff] Apr 19 10:19:38 [kernel] pci 0000:00:1c.5: bridge window [mem 0xfe800000-0xfe8fffff] Apr 19 10:19:38 [kernel] pci 0000:00:1c.5: bridge window [mem 0x80200000-0x803fffff 64bit pref] Apr 19 10:19:38 [kernel] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a] Apr 19 10:19:38 [kernel] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff] Apr 19 10:19:38 [kernel] pci 0000:00:1e.0: bridge window [mem 0xfeb00000-0xfebfffff] Apr 19 10:19:38 [kernel] pci 0000:00:1e.0: bridge window [mem pref disabled] Apr 19 10:19:38 [kernel] pci 0000:00:01.0: PCI bridge to [bus 01-01] Apr 19 10:19:38 [kernel] pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfe7fffff] Apr 19 10:19:38 [kernel] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref] Apr 19 10:19:38 [kernel] pci 0000:04:00.0: BAR 8: can't assign mem (size 0xc00000) Apr 19 10:19:38 [kernel] pci 0000:05:01.0: BAR 8: can't assign mem (size 0x200000) Apr 19 10:19:38 [kernel] pci 0000:05:01.0: BAR 9: can't assign mem pref (size 0x200000) Apr 19 10:19:38 [kernel] pci 0000:05:02.0: BAR 8: can't assign mem (size 0x400000) Apr 19 10:19:38 [kernel] pci 0000:05:03.0: BAR 8: can't assign mem (size 0x400000) Apr 19 10:19:38 [kernel] pci 0000:05:02.0: BAR 7: can't assign io (size 0x1000) Apr 19 10:19:38 [kernel] pci 0000:05:03.0: BAR 7: can't assign io (size 0x1000) Apr 19 10:19:38 [kernel] pci 0000:08:00.0: PCI bridge to [bus 09-09] Apr 19 10:19:38 [kernel] pci 0000:08:00.0: bridge window [io 0xd000-0xdfff] Apr 19 10:19:38 [kernel] pci 0000:08:00.0: bridge window [mem disabled] Apr 19 10:19:38 [kernel] pci 0000:08:00.0: bridge window [mem pref disabled] Apr 19 10:19:38 [kernel] pci 0000:05:01.0: PCI bridge to [bus 08-09] Apr 19 10:19:38 [kernel] pci 0000:05:01.0: bridge window [io 0xd000-0xdfff] Apr 19 10:19:38 [kernel] pci 0000:05:01.0: bridge window [mem disabled] Apr 19 10:19:38 [kernel] pci 0000:05:01.0: bridge window [mem pref disabled] Apr 19 10:19:38 [kernel] pci 0000:05:02.0: PCI bridge to [bus 07-07] Apr 19 10:19:38 [kernel] pci 0000:05:02.0: bridge window [io disabled] Apr 19 10:19:38 [kernel] pci 0000:05:02.0: bridge window [mem disabled] Apr 19 10:19:38 [kernel] pci 0000:05:02.0: bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref] Apr 19 10:19:38 [kernel] pci 0000:05:03.0: PCI bridge to [bus 06-06] Apr 19 10:19:38 [kernel] pci 0000:05:03.0: bridge window [io disabled] Apr 19 10:19:38 [kernel] pci 0000:05:03.0: bridge window [mem disabled] Apr 19 10:19:38 [kernel] pci 0000:05:03.0: bridge window [mem 0xf8e00000-0xf8efffff 64bit pref] Apr 19 10:19:38 [kernel] pci 0000:04:00.0: PCI bridge to [bus 05-09] Apr 19 10:19:38 [kernel] pci 0000:04:00.0: bridge window [io 0xd000-0xdfff] Apr 19 10:19:38 [kernel] pci 0000:04:00.0: bridge window [mem disabled] Apr 19 10:19:38 [kernel] pci 0000:04:00.0: bridge window [mem 0xf8e00000-0xf8ffffff 64bit pref] Apr 19 10:19:38 [kernel] pci 0000:00:1c.0: PCI bridge to [bus 04-09] Apr 19 10:19:38 [kernel] pci 0000:00:1c.0: bridge window [io 0xd000-0xdfff] Apr 19 10:19:38 [kernel] pci 0000:00:1c.0: bridge window [mem 0xfea00000-0xfeafffff] Apr 19 10:19:38 [kernel] pci 0000:00:1c.0: bridge window [mem 0xf8e00000-0xf8ffffff 64bit pref] Apr 19 10:19:38 [kernel] pci 0000:00:1c.4: PCI bridge to [bus 03-03] Apr 19 10:19:38 [kernel] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff] Apr 19 10:19:38 [kernel] pci 0000:00:1c.4: bridge window [mem 0xfe900000-0xfe9fffff] Apr 19 10:19:38 [kernel] pci 0000:00:1c.4: bridge window [mem 0x80000000-0x801fffff 64bit pref] Apr 19 10:19:38 [kernel] pci 0000:00:1c.5: PCI bridge to [bus 02-02] Apr 19 10:19:38 [kernel] pci 0000:00:1c.5: bridge window [io 0xb000-0xbfff] Apr 19 10:19:38 [kernel] pci 0000:00:1c.5: bridge window [mem 0xfe800000-0xfe8fffff] Apr 19 10:19:38 [kernel] pci 0000:00:1c.5: bridge window [mem 0x80200000-0x803fffff 64bit pref] Apr 19 10:19:38 [kernel] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a] Apr 19 10:19:38 [kernel] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff] Apr 19 10:19:38 [kernel] pci 0000:00:1e.0: bridge window [mem 0xfeb00000-0xfebfffff] Apr 19 10:19:38 [kernel] pci 0000:00:1e.0: bridge window [mem pref disabled] Apr 19 10:19:38 [kernel] pci 0000:08:00.0: PCI bridge to [bus 09-09] Apr 19 10:19:38 [kernel] pci 0000:08:00.0: bridge window [io disabled] Apr 19 10:19:38 [kernel] pci 0000:05:01.0: PCI bridge to [bus 08-09] Apr 19 10:19:38 [kernel] pci 0000:05:01.0: bridge window [io disabled] Apr 19 10:19:38 [kernel] pci 0000:04:00.0: PCI bridge to [bus 05-09] Apr 19 10:19:38 [kernel] pci 0000:04:00.0: bridge window [io disabled] Apr 19 10:19:38 [kernel] pci 0000:05:02.0: PCI bridge to [bus 07-07] Apr 19 10:19:38 [kernel] pci 0000:05:02.0: bridge window [mem pref disabled] Apr 19 10:19:38 [kernel] pci 0000:05:03.0: PCI bridge to [bus 06-06] Apr 19 10:19:38 [kernel] pci 0000:05:03.0: bridge window [mem pref disabled] Apr 19 10:19:38 [kernel] pci 0000:04:00.0: PCI bridge to [bus 05-09] Apr 19 10:19:38 [kernel] pci 0000:04:00.0: bridge window [mem pref disabled] Apr 19 10:19:38 [kernel] pci 0000:00:1c.0: PCI bridge to [bus 04-09] Apr 19 10:19:38 [kernel] pci 0000:00:1c.0: bridge window [mem disabled] Apr 19 10:19:38 [kernel] pci 0000:00:1c.0: BAR 8: assigned [mem 0x80400000-0x816fffff] Apr 19 10:19:38 [kernel] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref] Apr 19 10:19:38 [kernel] pci 0000:04:00.0: BAR 8: assigned [mem 0x80400000-0x80ffffff] Apr 19 10:19:38 [kernel] pci 0000:04:00.0: BAR 9: assigned [mem 0x81000000-0x815fffff 64bit pref] Apr 19 10:19:38 [kernel] pci 0000:04:00.0: BAR 0: assigned [mem 0x81600000-0x8161ffff] Apr 19 10:19:38 [kernel] pci 0000:04:00.0: BAR 0: set to [mem 0x81600000-0x8161ffff] (PCI address [0x81600000-0x8161ffff] Apr 19 10:19:38 [kernel] pci 0000:04:00.0: BAR 7: can't assign io (size 0x4000) Apr 19 10:19:38 [kernel] pci 0000:05:01.0: BAR 8: assigned [mem 0x80400000-0x805fffff] Apr 19 10:19:38 [kernel] pci 0000:05:01.0: BAR 9: assigned [mem 0x81000000-0x811fffff 64bit pref] Apr 19 10:19:38 [kernel] pci 0000:05:02.0: BAR 8: assigned [mem 0x80600000-0x809fffff] Apr 19 10:19:38 [kernel] pci 0000:05:02.0: BAR 9: assigned [mem 0x81200000-0x813fffff 64bit pref] Apr 19 10:19:38 [kernel] pci 0000:05:03.0: BAR 8: assigned [mem 0x80a00000-0x80dfffff] Apr 19 10:19:38 [kernel] pci 0000:05:03.0: BAR 9: assigned [mem 0x81400000-0x815fffff 64bit pref] Apr 19 10:19:38 [kernel] pci 0000:05:01.0: BAR 7: can't assign io (size 0x2000) Apr 19 10:19:38 [kernel] pci 0000:05:02.0: BAR 7: can't assign io (size 0x1000) Apr 19 10:19:38 [kernel] pci 0000:05:03.0: BAR 7: can't assign io (size 0x1000) Apr 19 10:19:38 [kernel] pci 0000:08:00.0: BAR 7: can't assign io (size 0x1000) Apr 19 10:19:38 [kernel] pci 0000:09:04.0: BAR 0: can't assign io (size 0x100) Apr 19 10:19:38 [kernel] pci 0000:08:00.0: PCI bridge to [bus 09-09] Apr 19 10:19:38 [kernel] pci 0000:08:00.0: bridge window [io disabled] Apr 19 10:19:38 [kernel] pci 0000:08:00.0: bridge window [mem disabled] Apr 19 10:19:38 [kernel] pci 0000:08:00.0: bridge window [mem pref disabled] Apr 19 10:19:38 [kernel] pci 0000:05:01.0: PCI bridge to [bus 08-09] Apr 19 10:19:38 [kernel] pci 0000:05:01.0: bridge window [io disabled] Apr 19 10:19:38 [kernel] pci 0000:05:01.0: bridge window [mem 0x80400000-0x805fffff] Apr 19 10:19:38 [kernel] pci 0000:05:01.0: bridge window [mem 0x81000000-0x811fffff 64bit pref] Apr 19 10:19:38 [kernel] pci 0000:05:02.0: PCI bridge to [bus 07-07] Apr 19 10:19:38 [kernel] pci 0000:05:02.0: bridge window [io disabled] Apr 19 10:19:38 [kernel] pci 0000:05:02.0: bridge window [mem 0x80600000-0x809fffff] Apr 19 10:19:38 [kernel] pci 0000:05:02.0: bridge window [mem 0x81200000-0x813fffff 64bit pref] Apr 19 10:19:38 [kernel] pci 0000:05:03.0: PCI bridge to [bus 06-06] Apr 19 10:19:38 [kernel] pci 0000:05:03.0: bridge window [io disabled] Apr 19 10:19:38 [kernel] pci 0000:05:03.0: bridge window [mem 0x80a00000-0x80dfffff] Apr 19 10:19:38 [kernel] pci 0000:05:03.0: bridge window [mem 0x81400000-0x815fffff 64bit pref] Apr 19 10:19:38 [kernel] pci 0000:04:00.0: PCI bridge to [bus 05-09] Apr 19 10:19:38 [kernel] pci 0000:04:00.0: bridge window [io disabled] Apr 19 10:19:38 [kernel] pci 0000:04:00.0: bridge window [mem 0x80400000-0x80ffffff] Apr 19 10:19:38 [kernel] pci 0000:04:00.0: bridge window [mem 0x81000000-0x815fffff 64bit pref] Apr 19 10:19:38 [kernel] pci 0000:00:1c.0: PCI bridge to [bus 04-09] Apr 19 10:19:38 [kernel] pci 0000:00:1c.0: bridge window [io 0xd000-0xdfff] Apr 19 10:19:38 [kernel] pci 0000:00:1c.0: bridge window [mem 0x80400000-0x816fffff] Apr 19 10:19:38 [kernel] pci 0000:00:1c.0: bridge window [mem 0xf8e00000-0xf8ffffff 64bit pref] Apr 19 10:19:38 [kernel] pci 0000:00:1c.4: PCI bridge to [bus 03-03] Apr 19 10:19:38 [kernel] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff] Apr 19 10:19:38 [kernel] pci 0000:00:1c.4: bridge window [mem 0xfe900000-0xfe9fffff] Apr 19 10:19:38 [kernel] pci 0000:00:1c.4: bridge window [mem 0x80000000-0x801fffff 64bit pref] Apr 19 10:19:38 [kernel] pci 0000:00:1c.5: PCI bridge to [bus 02-02] Apr 19 10:19:38 [kernel] pci 0000:00:1c.5: bridge window [io 0xb000-0xbfff] Apr 19 10:19:38 [kernel] pci 0000:00:1c.5: bridge window [mem 0xfe800000-0xfe8fffff] Apr 19 10:19:38 [kernel] pci 0000:00:1c.5: bridge window [mem 0x80200000-0x803fffff 64bit pref] Apr 19 10:19:38 [kernel] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a] Apr 19 10:19:38 [kernel] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff] Apr 19 10:19:38 [kernel] pci 0000:00:1e.0: bridge window [mem 0xfeb00000-0xfebfffff] Apr 19 10:19:38 [kernel] pci 0000:00:1e.0: bridge window [mem pref disabled] Apr 19 10:19:38 [kernel] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 Apr 19 10:19:38 [kernel] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 Apr 19 10:19:38 [kernel] pci 0000:04:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 Apr 19 10:19:38 [kernel] pci 0000:05:01.0: enabling device (0105 -> 0107) Apr 19 10:19:38 [kernel] pci 0000:05:01.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 Apr 19 10:19:38 [kernel] pci 0000:08:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 Apr 19 10:19:38 [kernel] pci 0000:05:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 Apr 19 10:19:38 [kernel] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16 Apr 19 10:19:38 [kernel] NET: Registered protocol family 2 Apr 19 10:19:38 [kernel] IP route cache hash table entries: 32768 (order: 5, 131072 bytes) Apr 19 10:19:38 [kernel] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) Apr 19 10:19:38 [kernel] TCP bind hash table entries: 65536 (order: 7, 524288 bytes) Apr 19 10:19:38 [kernel] TCP: Hash tables configured (established 131072 bind 65536) Apr 19 10:19:38 [kernel] TCP reno registered Apr 19 10:19:38 [kernel] UDP hash table entries: 512 (order: 2, 16384 bytes) Apr 19 10:19:38 [kernel] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) Apr 19 10:19:38 [kernel] NET: Registered protocol family 1 Apr 19 10:19:38 [kernel] microcode: CPU0 sig=0x10677, pf=0x10, revision=0x703 Apr 19 10:19:38 [kernel] microcode: CPU1 sig=0x10677, pf=0x10, revision=0x703 Apr 19 10:19:38 [kernel] microcode: CPU2 sig=0x10677, pf=0x10, revision=0x703 Apr 19 10:19:38 [kernel] microcode: CPU3 sig=0x10677, pf=0x10, revision=0x703 Apr 19 10:19:38 [kernel] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba Apr 19 10:19:38 [kernel] Scanning for low memory corruption every 60 seconds Apr 19 10:19:38 [kernel] highmem bounce pool size: 64 pages Apr 19 10:19:38 [kernel] HugeTLB registered 4 MB page size, pre-allocated 0 pages Apr 19 10:19:38 [kernel] Slow work thread pool: Starting up Apr 19 10:19:38 [kernel] Slow work thread pool: Ready Apr 19 10:19:38 [kernel] fuse init (API version 7.13) Apr 19 10:19:38 [kernel] msgmni has been set to 1728 Apr 19 10:19:38 [kernel] alg: No test for stdrng (krng) Apr 19 10:19:38 [kernel] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) Apr 19 10:19:38 [kernel] io scheduler noop registered Apr 19 10:19:38 [kernel] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 Apr 19 10:19:38 [kernel] ACPI: Power Button [PWRB] Apr 19 10:19:38 [kernel] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 Apr 19 10:19:38 [kernel] ACPI: Power Button [PWRF] Apr 19 10:19:38 [kernel] Non-volatile memory driver v1.3 Apr 19 10:19:38 [kernel] Linux agpgart interface v0.103 Apr 19 10:19:38 [kernel] [drm] Initialized drm 1.1.0 20060810 Apr 19 10:19:38 [kernel] nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: Detected an NV50 generation card (0x0a0300b1) Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: ... appears to be valid Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: BIT BIOS found Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: Bios version 62.00.59.00 Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: TMDS table revision 2.0 not currently supported Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 4.0 Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 04000320 00000028 Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 01000322 00020030 Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: Raw DCB entry 2: 02011310 00000028 Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: Raw DCB entry 3: 02011312 00020030 Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: Raw DCB entry 4: 010223f1 00c1c023 Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x40 5 16 4 Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: 0: 0x00001030: type 0x30 idx 0 tag 0x07 Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: 1: 0x00002130: type 0x30 idx 1 tag 0x08 Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: 2: 0x00000210: type 0x10 idx 2 tag 0xff Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: 3: 0x00000211: type 0x11 idx 3 tag 0xff Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: 4: 0x00000213: type 0x13 idx 4 tag 0xff Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: 5: 0x00000360: type 0x60 idx 5 tag 0xff Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xD113 Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xD53E Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xE9DB Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xEAB8 Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xEB8A Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0xEBEF Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: 0xEBEF: Condition still not met after 20ms, skipping following opcodes Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: 0xC0A4: parsing output script 0 - Last output repeated twice - Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: 0xA642: parsing output script 0 Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: Detected 896MiB VRAM Apr 19 10:19:38 [kernel] [TTM] Zone kernel: Available graphics memory: 442602 kiB. Apr 19 10:19:38 [kernel] [TTM] Zone highmem: Available graphics memory: 1036142 kiB. Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture) Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: Allocating FIFO number 1 Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 1 Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: Detected a DAC output Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: Detected a TMDS output Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: Detected a DAC output Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: Detected a TMDS output Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: DCB encoder 1 unknown Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: Detected a DVI-I connector - Last output repeated twice - Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: Detected a TV connector Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: no encoders, ignoring Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: Detected a HDMI connector Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: no encoders, ignoring Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: allocated 1920x1200 fb: 0x40250000, bo f6862a00 Apr 19 10:19:38 [kernel] Console: switching to colour frame buffer device 240x75 Apr 19 10:19:38 [kernel] fb0: nouveaufb frame buffer device Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: 0xC0A8: parsing output script 1 Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: 0xC0A9: parsing output script 2 Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: 0xC046: parsing clock script 0 Apr 19 10:19:38 [kernel] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled Apr 19 10:19:38 [kernel] [drm] nouveau 0000:01:00.0: 0xB913: parsing clock script 1 Apr 19 10:19:38 [kernel] brd: module loaded Apr 19 10:19:38 [kernel] loop: module loaded Apr 19 10:19:38 [kernel] ahci 0000:00:1f.2: PCI INT B -> GSI 22 (level, low) -> IRQ 22 Apr 19 10:19:38 [kernel] ahci: SSS flag set, parallel bus scan disabled Apr 19 10:19:38 [kernel] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode Apr 19 10:19:38 [kernel] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part ccc ems sxs Apr 19 10:19:38 [kernel] scsi0 : ahci Apr 19 10:19:38 [kernel] scsi1 : ahci Apr 19 10:19:38 [kernel] scsi2 : ahci Apr 19 10:19:38 [kernel] scsi3 : ahci Apr 19 10:19:38 [kernel] scsi4 : ahci Apr 19 10:19:38 [kernel] scsi5 : ahci Apr 19 10:19:38 [kernel] ata1: SATA max UDMA/133 abar m2048@0xf9ffe800 port 0xf9ffe900 irq 22 Apr 19 10:19:38 [kernel] ata2: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 22 Apr 19 10:19:38 [kernel] ata3: SATA max UDMA/133 abar m2048@0xf9ffe800 port 0xf9ffea00 irq 22 Apr 19 10:19:38 [kernel] ata4: SATA max UDMA/133 irq_stat 0x00400040, connection status changed Apr 19 10:19:38 [kernel] ata5: SATA max UDMA/133 irq_stat 0x00400040, connection status changed Apr 19 10:19:38 [kernel] ata6: SATA max UDMA/133 irq_stat 0x00400040, connection status changed Apr 19 10:19:38 [kernel] ahci 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 Apr 19 10:19:38 [kernel] ahci 0000:03:00.0: controller can't do NCQ, turning off CAP_NCQ Apr 19 10:19:38 [kernel] ahci 0000:03:00.0: controller can't do PMP, turning off CAP_PMP Apr 19 10:19:38 [kernel] ahci 0000:03:00.0: MV_AHCI HACK: port_map 1f -> f Apr 19 10:19:38 [kernel] ahci 0000:03:00.0: Disabling your PATA port. Use the boot option 'ahci.marvell_enable=0' to avoid this. Apr 19 10:19:38 [kernel] ahci: SSS flag set, parallel bus scan disabled Apr 19 10:19:38 [kernel] ahci 0000:03:00.0: AHCI 0001.0000 32 slots 5 ports 3 Gbps 0xf impl IDE mode Apr 19 10:19:38 [kernel] ahci 0000:03:00.0: flags: 64bit stag slum part Apr 19 10:19:38 [kernel] scsi6 : ahci Apr 19 10:19:38 [kernel] scsi7 : ahci Apr 19 10:19:38 [kernel] scsi8 : ahci Apr 19 10:19:38 [kernel] scsi9 : ahci Apr 19 10:19:38 [kernel] scsi10 : ahci Apr 19 10:19:38 [kernel] ata7: SATA max UDMA/133 abar m1024@0xfe9ffc00 port 0xfe9ffd00 irq 16 Apr 19 10:19:38 [kernel] ata8: SATA max UDMA/133 abar m1024@0xfe9ffc00 port 0xfe9ffd80 irq 16 Apr 19 10:19:38 [kernel] ata9: SATA max UDMA/133 abar m1024@0xfe9ffc00 port 0xfe9ffe00 irq 16 Apr 19 10:19:38 [kernel] ata10: SATA max UDMA/133 abar m1024@0xfe9ffc00 port 0xfe9ffe80 irq 16 Apr 19 10:19:38 [kernel] ata11: DUMMY Apr 19 10:19:38 [kernel] skge 0000:0a:04.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19 Apr 19 10:19:38 [kernel] skge: 1.13 addr 0xfebfc000 irq 19 chip Yukon-Lite rev 9 Apr 19 10:19:38 [kernel] skge 0000:0a:04.0: eth0: addr 00:1f:c6:5c:93:38 Apr 19 10:19:38 [kernel] sky2: driver version 1.27 Apr 19 10:19:38 [kernel] sky2 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 Apr 19 10:19:38 [kernel] sky2 0000:02:00.0: Yukon-2 EC Ultra chip revision 3 Apr 19 10:19:38 [kernel] sky2 0000:02:00.0: eth1: addr 00:1f:c6:5c:94:1f Apr 19 10:19:38 [kernel] usbmon: debugfs is not available Apr 19 10:19:38 [kernel] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver Apr 19 10:19:38 [kernel] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18 Apr 19 10:19:38 [kernel] ehci_hcd 0000:00:1a.7: EHCI Host Controller Apr 19 10:19:38 [kernel] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1 Apr 19 10:19:38 [kernel] ehci_hcd 0000:00:1a.7: debug port 1 Apr 19 10:19:38 [kernel] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xf9fffc00 Apr 19 10:19:38 [kernel] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00 Apr 19 10:19:38 [kernel] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 Apr 19 10:19:38 [kernel] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Apr 19 10:19:38 [kernel] usb usb1: Manufacturer: Linux 2.6.34-rc4 ehci_hcd Apr 19 10:19:38 [kernel] usb usb1: SerialNumber: 0000:00:1a.7 Apr 19 10:19:38 [kernel] hub 1-0:1.0: USB hub found Apr 19 10:19:38 [kernel] hub 1-0:1.0: 6 ports detected Apr 19 10:19:38 [kernel] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23 Apr 19 10:19:38 [kernel] ehci_hcd 0000:00:1d.7: EHCI Host Controller Apr 19 10:19:38 [kernel] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2 Apr 19 10:19:38 [kernel] ehci_hcd 0000:00:1d.7: debug port 1 Apr 19 10:19:38 [kernel] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf9fff800 Apr 19 10:19:38 [kernel] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00 Apr 19 10:19:38 [kernel] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 Apr 19 10:19:38 [kernel] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Apr 19 10:19:38 [kernel] usb usb2: Product: EHCI Host Controller Apr 19 10:19:38 [kernel] usb usb2: Manufacturer: Linux 2.6.34-rc4 ehci_hcd Apr 19 10:19:38 [kernel] usb usb2: SerialNumber: 0000:00:1d.7 Apr 19 10:19:38 [kernel] hub 2-0:1.0: USB hub found Apr 19 10:19:38 [kernel] hub 2-0:1.0: 6 ports detected Apr 19 10:19:38 [kernel] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver Apr 19 10:19:38 [kernel] uhci_hcd: USB Universal Host Controller Interface driver Apr 19 10:19:38 [kernel] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 Apr 19 10:19:38 [kernel] uhci_hcd 0000:00:1a.0: UHCI Host Controller Apr 19 10:19:38 [kernel] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3 Apr 19 10:19:38 [kernel] uhci_hcd 0000:00:1a.0: detected 2 ports Apr 19 10:19:38 [kernel] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00009800 Apr 19 10:19:38 [kernel] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 Apr 19 10:19:38 [kernel] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Apr 19 10:19:38 [kernel] usb usb3: Product: UHCI Host Controller Apr 19 10:19:38 [kernel] usb usb3: Manufacturer: Linux 2.6.34-rc4 uhci_hcd Apr 19 10:19:38 [kernel] usb usb3: SerialNumber: 0000:00:1a.0 Apr 19 10:19:38 [kernel] hub 3-0:1.0: USB hub found Apr 19 10:19:38 [kernel] hub 3-0:1.0: 2 ports detected Apr 19 10:19:38 [kernel] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21 Apr 19 10:19:38 [kernel] uhci_hcd 0000:00:1a.1: UHCI Host Controller Apr 19 10:19:38 [kernel] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4 Apr 19 10:19:38 [kernel] uhci_hcd 0000:00:1a.1: detected 2 ports Apr 19 10:19:38 [kernel] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00009880 Apr 19 10:19:38 [kernel] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 Apr 19 10:19:38 [kernel] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Apr 19 10:19:38 [kernel] usb usb4: Product: UHCI Host Controller Apr 19 10:19:38 [kernel] usb usb4: Manufacturer: Linux 2.6.34-rc4 uhci_hcd Apr 19 10:19:38 [kernel] usb usb4: SerialNumber: 0000:00:1a.1 Apr 19 10:19:38 [kernel] hub 4-0:1.0: USB hub found Apr 19 10:19:38 [kernel] hub 4-0:1.0: 2 ports detected Apr 19 10:19:38 [kernel] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18 Apr 19 10:19:38 [kernel] uhci_hcd 0000:00:1a.2: UHCI Host Controller Apr 19 10:19:38 [kernel] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5 Apr 19 10:19:38 [kernel] uhci_hcd 0000:00:1a.2: detected 2 ports Apr 19 10:19:38 [kernel] uhci_hcd 0000:00:1a.2: irq 18, io base 0x00009c00 Apr 19 10:19:38 [kernel] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 Apr 19 10:19:38 [kernel] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Apr 19 10:19:38 [kernel] usb usb5: Product: UHCI Host Controller Apr 19 10:19:38 [kernel] usb usb5: Manufacturer: Linux 2.6.34-rc4 uhci_hcd Apr 19 10:19:38 [kernel] usb usb5: SerialNumber: 0000:00:1a.2 Apr 19 10:19:38 [kernel] hub 5-0:1.0: USB hub found Apr 19 10:19:38 [kernel] hub 5-0:1.0: 2 ports detected Apr 19 10:19:38 [kernel] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23 Apr 19 10:19:38 [kernel] uhci_hcd 0000:00:1d.0: UHCI Host Controller Apr 19 10:19:38 [kernel] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6 Apr 19 10:19:38 [kernel] uhci_hcd 0000:00:1d.0: detected 2 ports Apr 19 10:19:38 [kernel] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00009080 Apr 19 10:19:38 [kernel] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Apr 19 10:19:38 [kernel] usb usb6: Product: UHCI Host Controller Apr 19 10:19:38 [kernel] usb usb6: Manufacturer: Linux 2.6.34-rc4 uhci_hcd Apr 19 10:19:38 [kernel] usb usb6: SerialNumber: 0000:00:1d.0 Apr 19 10:19:38 [kernel] hub 6-0:1.0: USB hub found Apr 19 10:19:38 [kernel] hub 6-0:1.0: 2 ports detected Apr 19 10:19:38 [kernel] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19 Apr 19 10:19:38 [kernel] uhci_hcd 0000:00:1d.1: UHCI Host Controller Apr 19 10:19:38 [kernel] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7 Apr 19 10:19:38 [kernel] uhci_hcd 0000:00:1d.1: detected 2 ports Apr 19 10:19:38 [kernel] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00009400 Apr 19 10:19:38 [kernel] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001 Apr 19 10:19:38 [kernel] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Apr 19 10:19:38 [kernel] usb usb7: Product: UHCI Host Controller Apr 19 10:19:38 [kernel] usb usb7: Manufacturer: Linux 2.6.34-rc4 uhci_hcd Apr 19 10:19:38 [kernel] usb usb7: SerialNumber: 0000:00:1d.1 Apr 19 10:19:38 [kernel] hub 7-0:1.0: USB hub found Apr 19 10:19:38 [kernel] hub 7-0:1.0: 2 ports detected Apr 19 10:19:38 [kernel] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18 Apr 19 10:19:38 [kernel] uhci_hcd 0000:00:1d.2: UHCI Host Controller Apr 19 10:19:38 [kernel] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8 Apr 19 10:19:38 [kernel] uhci_hcd 0000:00:1d.2: detected 2 ports Apr 19 10:19:38 [kernel] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00009480 Apr 19 10:19:38 [kernel] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001 Apr 19 10:19:38 [kernel] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Apr 19 10:19:38 [kernel] usb usb8: Product: UHCI Host Controller Apr 19 10:19:38 [kernel] usb usb8: Manufacturer: Linux 2.6.34-rc4 uhci_hcd Apr 19 10:19:38 [kernel] usb usb8: SerialNumber: 0000:00:1d.2 Apr 19 10:19:38 [kernel] hub 8-0:1.0: USB hub found Apr 19 10:19:38 [kernel] hub 8-0:1.0: 2 ports detected Apr 19 10:19:38 [kernel] usbcore: registered new interface driver usblp Apr 19 10:19:38 [kernel] usbcore: registered new interface driver usb-storage Apr 19 10:19:38 [kernel] USB Mass Storage support registered. Apr 19 10:19:38 [kernel] usbcore: registered new interface driver libusual Apr 19 10:19:38 [kernel] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1 Apr 19 10:19:38 [kernel] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp Apr 19 10:19:38 [kernel] serio: i8042 KBD port at 0x60,0x64 irq 1 Apr 19 10:19:38 [kernel] mice: PS/2 mouse device common for all mice Apr 19 10:19:38 [kernel] rtc_cmos 00:03: RTC can wake from S4 Apr 19 10:19:38 [kernel] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0 Apr 19 10:19:38 [kernel] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs Apr 19 10:19:38 [kernel] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18 Apr 19 10:19:38 [kernel] ACPI: resource 0000:00:1f.3 [io 0x0400-0x041f] conflicts with ACPI region SMRG [??? 0x00000400-0x0000040f flags 0x47] Apr 19 10:19:38 [kernel] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver Apr 19 10:19:38 [kernel] md: raid0 personality registered for level 0 Apr 19 10:19:38 [kernel] md: raid1 personality registered for level 1 Apr 19 10:19:38 [kernel] Bluetooth: Broadcom Blutonium firmware driver ver 1.2 Apr 19 10:19:38 [kernel] usbcore: registered new interface driver bcm203x Apr 19 10:19:38 [kernel] Bluetooth: Generic Bluetooth USB driver ver 0.6 Apr 19 10:19:38 [kernel] usbcore: registered new interface driver btusb Apr 19 10:19:38 [kernel] cpuidle: using governor ladder Apr 19 10:19:38 [kernel] cpuidle: using governor menu Apr 19 10:19:38 [kernel] wacom driver registered Apr 19 10:19:38 [kernel] usbcore: registered new interface driver hiddev Apr 19 10:19:38 [kernel] usbcore: registered new interface driver usbhid Apr 19 10:19:38 [kernel] usbhid: USB HID core driver Apr 19 10:19:38 [kernel] AV200 0000:09:04.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 Apr 19 10:19:38 [kernel] ALSA sound/pci/oxygen/oxygen_lib.c:582: invalid PCI I/O range Apr 19 10:19:38 [kernel] AV200 0000:09:04.0: PCI INT A disabled Apr 19 10:19:38 [kernel] ALSA device list: Apr 19 10:19:38 [kernel] No soundcards found. Apr 19 10:19:38 [kernel] Netfilter messages via NETLINK v0.30. Apr 19 10:19:38 [kernel] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) Apr 19 10:19:38 [kernel] ctnetlink v0.93: registering with nfnetlink. Apr 19 10:19:38 [kernel] ip_tables: (C) 2000-2006 Netfilter Core Team Apr 19 10:19:38 [kernel] TCP cubic registered Apr 19 10:19:38 [kernel] Initializing XFRM netlink socket Apr 19 10:19:38 [kernel] NET: Registered protocol family 10 Apr 19 10:19:38 [kernel] ip6_tables: (C) 2000-2006 Netfilter Core Team Apr 19 10:19:38 [kernel] IPv6 over IPv4 tunneling driver Apr 19 10:19:38 [kernel] NET: Registered protocol family 17 Apr 19 10:19:38 [kernel] Bluetooth: L2CAP ver 2.14 Apr 19 10:19:38 [kernel] Bluetooth: L2CAP socket layer initialized Apr 19 10:19:38 [kernel] Bluetooth: SCO (Voice Link) ver 0.6 Apr 19 10:19:38 [kernel] Bluetooth: SCO socket layer initialized Apr 19 10:19:38 [kernel] Bluetooth: RFCOMM socket layer initialized Apr 19 10:19:38 [kernel] Bluetooth: RFCOMM ver 1.11 Apr 19 10:19:38 [kernel] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 Apr 19 10:19:38 [kernel] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 Apr 19 10:19:38 [kernel] Using IPI No-Shortcut mode Apr 19 10:19:38 [kernel] ata7: SATA link down (SStatus 0 SControl 300) Apr 19 10:19:38 [kernel] ata1.00: ATA-7: INTEL SSDSA2M080G2GC, 2CV102HD, max UDMA/133 Apr 19 10:19:38 [kernel] ata1.00: 156301488 sectors, multi 1: LBA48 NCQ (depth 31/32) Apr 19 10:19:38 [kernel] ata1.00: configured for UDMA/133 Apr 19 10:19:38 [kernel] scsi 0:0:0:0: Direct-Access ATA INTEL SSDSA2M080 2CV1 PQ: 0 ANSI: 5 Apr 19 10:19:38 [kernel] sd 0:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB) Apr 19 10:19:38 [kernel] sd 0:0:0:0: Attached scsi generic sg0 type 0 Apr 19 10:19:38 [kernel] sd 0:0:0:0: [sda] Write Protect is off Apr 19 10:19:38 [kernel] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Apr 19 10:19:38 [kernel] sda: sda1 sda2 sda3 Apr 19 10:19:38 [kernel] sd 0:0:0:0: [sda] Attached SCSI disk Apr 19 10:19:38 [kernel] usb 6-1: new full speed USB device using uhci_hcd and address 2 Apr 19 10:19:38 [kernel] usb 6-1: New USB device found, idVendor=046d, idProduct=c041 Apr 19 10:19:38 [kernel] usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Apr 19 10:19:38 [kernel] usb 6-1: Product: USB Gaming Mouse Apr 19 10:19:38 [kernel] usb 6-1: Manufacturer: Logitech Apr 19 10:19:38 [kernel] input: Logitech USB Gaming Mouse as /devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1:1.0/input/input2 Apr 19 10:19:38 [kernel] generic-usb 0003:046D:C041.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Gaming Mouse] on usb-0000:00:1d.0-1/input0 Apr 19 10:19:38 [kernel] generic-usb 0003:046D:C041.0002: hiddev96,hidraw1: USB HID v1.11 Device [Logitech USB Gaming Mouse] on usb-0000:00:1d.0-1/input1 Apr 19 10:19:38 [kernel] usb 6-2: new low speed USB device using uhci_hcd and address 3 Apr 19 10:19:38 [kernel] usb 6-2: New USB device found, idVendor=045e, idProduct=00db Apr 19 10:19:38 [kernel] usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Apr 19 10:19:38 [kernel] usb 6-2: Product: Natural® Ergonomic Keyboard 4000 Apr 19 10:19:38 [kernel] usb 6-2: Manufacturer: Microsoft Apr 19 10:19:38 [kernel] input: Microsoft Natural® Ergonomic Keyboard 4000 as /devices/pci0000:00/0000:00:1d.0/usb6/6-2/6-2:1.0/input/input3 Apr 19 10:19:38 [kernel] microsoft 0003:045E:00DB.0003: input,hidraw2: USB HID v1.11 Keyboard [Microsoft Natural® Ergonomic Keyboard 4000] on usb-0000:00:1d.0-2/input0 Apr 19 10:19:38 [kernel] input: Microsoft Natural® Ergonomic Keyboard 4000 as /devices/pci0000:00/0000:00:1d.0/usb6/6-2/6-2:1.1/input/input4 Apr 19 10:19:38 [kernel] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) Apr 19 10:19:38 [kernel] ata2.00: ATA-7: INTEL SSDSA2M080G2GC, 2CV102HD, max UDMA/133 Apr 19 10:19:38 [kernel] ata2.00: 156301488 sectors, multi 1: LBA48 NCQ (depth 31/32) Apr 19 10:19:38 [kernel] ata2.00: configured for UDMA/133 Apr 19 10:19:38 [kernel] scsi 1:0:0:0: Direct-Access ATA INTEL SSDSA2M080 2CV1 PQ: 0 ANSI: 5 Apr 19 10:19:38 [kernel] sd 1:0:0:0: [sdb] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB) Apr 19 10:19:38 [kernel] sd 1:0:0:0: Attached scsi generic sg1 type 0 Apr 19 10:19:38 [kernel] sd 1:0:0:0: [sdb] Write Protect is off Apr 19 10:19:38 [kernel] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Apr 19 10:19:38 [kernel] sdb: sdb1 sdb2 sdb3 Apr 19 10:19:38 [kernel] sd 1:0:0:0: [sdb] Attached SCSI disk Apr 19 10:19:38 [kernel] usb 7-1: new full speed USB device using uhci_hcd and address 2 Apr 19 10:19:38 [kernel] ata3: SATA link down (SStatus 0 SControl 300) Apr 19 10:19:38 [kernel] usb 7-1: New USB device found, idVendor=07b8, idProduct=b02a Apr 19 10:19:38 [kernel] usb 7-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0 Apr 19 10:19:38 [kernel] usb 7-1: Product: Bluetooth USB Adapter Apr 19 10:19:38 [kernel] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300) Apr 19 10:19:38 [kernel] ata4.00: ATAPI: HL-DT-ST BD-RE GGW-H20L, YL01, max UDMA/133 Apr 19 10:19:38 [kernel] ata4.00: configured for UDMA/133 Apr 19 10:19:38 [kernel] scsi 3:0:0:0: CD-ROM HL-DT-ST BD-RE GGW-H20L YL01 PQ: 0 ANSI: 5 Apr 19 10:19:38 [kernel] sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray Apr 19 10:19:38 [kernel] Uniform CD-ROM driver Revision: 3.20 Apr 19 10:19:38 [kernel] sr 3:0:0:0: Attached scsi generic sg2 type 5 Apr 19 10:19:38 [kernel] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300) Apr 19 10:19:38 [kernel] ata5.00: ATA-8: WDC WD10EACS-00ZJB0, 01.01B01, max UDMA/133 Apr 19 10:19:38 [kernel] ata5.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA Apr 19 10:19:38 [kernel] ata5.00: configured for UDMA/133 Apr 19 10:19:38 [kernel] scsi 4:0:0:0: Direct-Access ATA WDC WD10EACS-00Z 01.0 PQ: 0 ANSI: 5 Apr 19 10:19:38 [kernel] sd 4:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) Apr 19 10:19:38 [kernel] sd 4:0:0:0: Attached scsi generic sg3 type 0 Apr 19 10:19:38 [kernel] sd 4:0:0:0: [sdc] Write Protect is off Apr 19 10:19:38 [kernel] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Apr 19 10:19:38 [kernel] sdc: sdc1 Apr 19 10:19:38 [kernel] sd 4:0:0:0: [sdc] Attached SCSI disk Apr 19 10:19:38 [kernel] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300) Apr 19 10:19:38 [kernel] ata6.00: ATA-8: WDC WD10EACS-00ZJB0, 01.01B01, max UDMA/133 Apr 19 10:19:38 [kernel] ata6.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA Apr 19 10:19:38 [kernel] ata6.00: configured for UDMA/133 Apr 19 10:19:38 [kernel] scsi 5:0:0:0: Direct-Access ATA WDC WD10EACS-00Z 01.0 PQ: 0 ANSI: 5 Apr 19 10:19:38 [kernel] sd 5:0:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) Apr 19 10:19:38 [kernel] sd 5:0:0:0: Attached scsi generic sg4 type 0 Apr 19 10:19:38 [kernel] sd 5:0:0:0: [sdd] Write Protect is off Apr 19 10:19:38 [kernel] sd 5:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Apr 19 10:19:38 [kernel] sdd: sdd1 Apr 19 10:19:38 [kernel] sd 5:0:0:0: [sdd] Attached SCSI disk Apr 19 10:19:38 [kernel] ata8: SATA link down (SStatus 0 SControl 300) Apr 19 10:19:38 [kernel] ata9: SATA link down (SStatus 0 SControl 300) Apr 19 10:19:38 [kernel] ata10: SATA link down (SStatus 0 SControl 300) Apr 19 10:19:38 [kernel] md: Waiting for all devices to be available before autodetect Apr 19 10:19:38 [kernel] md: If you don't use raid, use raid=noautodetect Apr 19 10:19:38 [kernel] md: Autodetecting RAID arrays. Apr 19 10:19:38 [kernel] md: autorun ... Apr 19 10:19:38 [kernel] md: adding sdd1 ... Apr 19 10:19:38 [kernel] md: adding sdc1 ... Apr 19 10:19:38 [kernel] md: sdb3 has different UUID to sdd1 Apr 19 10:19:38 [kernel] md: sdb1 has different UUID to sdd1 Apr 19 10:19:38 [kernel] md: sda3 has different UUID to sdd1 Apr 19 10:19:38 [kernel] md: sda1 has different UUID to sdd1 Apr 19 10:19:38 [kernel] md: created md4 Apr 19 10:19:38 [kernel] md: bind<sdc1> Apr 19 10:19:38 [kernel] md: bind<sdd1> Apr 19 10:19:38 [kernel] md: running: <sdd1><sdc1> Apr 19 10:19:38 [kernel] raid0: looking at sdd1 Apr 19 10:19:38 [kernel] raid0: comparing sdd1(1953519872) Apr 19 10:19:38 [kernel] with sdd1(1953519872) Apr 19 10:19:38 [kernel] raid0: END Apr 19 10:19:38 [kernel] raid0: ==> UNIQUE Apr 19 10:19:38 [kernel] raid0: 1 zones Apr 19 10:19:38 [kernel] raid0: looking at sdc1 Apr 19 10:19:38 [kernel] raid0: comparing sdc1(1953519872) Apr 19 10:19:38 [kernel] with sdd1(1953519872) Apr 19 10:19:38 [kernel] raid0: EQUAL Apr 19 10:19:38 [kernel] raid0: FINAL 1 zones Apr 19 10:19:38 [kernel] raid0: done. Apr 19 10:19:38 [kernel] raid0 : md_size is 3907039744 sectors. Apr 19 10:19:38 [kernel] ******* md4 configuration ********* Apr 19 10:19:38 [kernel] zone0=[sdc1/sdd1/] Apr 19 10:19:38 [kernel] zone offset=0kb device offset=0kb size=1953519872kb Apr 19 10:19:38 [kernel] ********************************** Apr 19 10:19:38 [kernel] md4: detected capacity change from 0 to 2000404348928 Apr 19 10:19:38 [kernel] md: considering sdb3 ... Apr 19 10:19:38 [kernel] md: adding sdb3 ... Apr 19 10:19:38 [kernel] md: sdb1 has different UUID to sdb3 Apr 19 10:19:38 [kernel] md: adding sda3 ... Apr 19 10:19:38 [kernel] md: sda1 has different UUID to sdb3 Apr 19 10:19:38 [kernel] md: created md3 Apr 19 10:19:38 [kernel] md: bind<sda3> Apr 19 10:19:38 [kernel] md: bind<sdb3> Apr 19 10:19:38 [kernel] md: running: <sdb3><sda3> Apr 19 10:19:38 [kernel] raid0: looking at sdb3 Apr 19 10:19:38 [kernel] raid0: comparing sdb3(154962688) Apr 19 10:19:38 [kernel] with sdb3(154962688) Apr 19 10:19:38 [kernel] raid0: END Apr 19 10:19:38 [kernel] raid0: ==> UNIQUE Apr 19 10:19:38 [kernel] raid0: 1 zones Apr 19 10:19:38 [kernel] raid0: looking at sda3 Apr 19 10:19:38 [kernel] raid0: comparing sda3(154962688) Apr 19 10:19:38 [kernel] with sdb3(154962688) Apr 19 10:19:38 [kernel] raid0: EQUAL Apr 19 10:19:38 [kernel] raid0: FINAL 1 zones Apr 19 10:19:38 [kernel] raid0: done. Apr 19 10:19:38 [kernel] raid0 : md_size is 309925376 sectors. Apr 19 10:19:38 [kernel] ******* md3 configuration ********* Apr 19 10:19:38 [kernel] zone0=[sda3/sdb3/] Apr 19 10:19:38 [kernel] zone offset=0kb device offset=0kb size=154962688kb Apr 19 10:19:38 [kernel] ********************************** Apr 19 10:19:38 [kernel] md3: detected capacity change from 0 to 158681792512 Apr 19 10:19:38 [kernel] md: considering sdb1 ... Apr 19 10:19:38 [kernel] md: adding sdb1 ... Apr 19 10:19:38 [kernel] md: adding sda1 ... Apr 19 10:19:38 [kernel] md: created md1 Apr 19 10:19:38 [kernel] md: bind<sda1> Apr 19 10:19:38 [kernel] md: bind<sdb1> Apr 19 10:19:38 [kernel] md: running: <sdb1><sda1> Apr 19 10:19:38 [kernel] raid1: raid set md1 active with 2 out of 2 mirrors Apr 19 10:19:38 [kernel] md1: detected capacity change from 0 to 139722752 Apr 19 10:19:38 [kernel] md: ... autorun DONE. Apr 19 10:19:38 [kernel] md3: unknown partition table Apr 19 10:19:38 [kernel] EXT4-fs (md3): mounted filesystem with ordered data mode Apr 19 10:19:38 [kernel] VFS: Mounted root (ext2 filesystem) readonly on device 9:3. Apr 19 10:19:38 [kernel] Freeing unused kernel memory: 352k freed Apr 19 10:19:38 [kernel] udev: starting version 151 Apr 19 10:19:38 [kernel] md1: Apr 19 10:19:38 [kernel] md4: unknown partition table Apr 19 10:19:38 [kernel] unknown partition table Apr 19 10:19:38 [kernel] EXT4-fs (md4): mounted filesystem with ordered data mode Apr 19 10:19:38 [bluetoothd] probe failed with driver input-headset for device /org/bluez/1697/hci0/dev_00_1D_28_D9_63_44 Apr 19 10:19:38 [bluetoothd] Adapter /org/bluez/1697/hci0 has been enabled Apr 19 10:19:38 [bluetoothd] Failed to access HAL Apr 19 10:19:38 [kernel] skge 0000:0a:04.0: eth0: enabling interface Apr 19 10:19:38 [kernel] ADDRCONF(NETDEV_UP): eth0: link is not ready Apr 19 10:19:39 [kernel] Adding 530140k swap on /dev/sda2. Priority:-1 extents:1 across:530140k SSD Apr 19 10:19:39 [kernel] Adding 530140k swap on /dev/sdb2. Priority:-2 extents:1 across:530140k SSD Apr 19 10:19:39 [init] Entering runlevel: 3 Apr 19 10:19:39 [avahi-daemon] Found user 'avahi' (UID 109) and group 'avahi' (GID 1013). Apr 19 10:19:39 [avahi-daemon] Successfully dropped root privileges. Apr 19 10:19:39 [avahi-daemon] avahi-daemon 0.6.25 starting up. Apr 19 10:19:39 [avahi-daemon] WARNING: No NSS support for mDNS detected, consider installing nss-mdns! Apr 19 10:19:39 [avahi-daemon] Successfully called chroot(). Apr 19 10:19:39 [avahi-daemon] Successfully dropped remaining capabilities. Apr 19 10:19:39 [avahi-daemon] Loading service file /services/sftp-ssh.service. Apr 19 10:19:39 [avahi-daemon] Loading service file /services/ssh.service. Apr 19 10:19:39 [avahi-daemon] Loading service file /services/udisks.service. Apr 19 10:19:39 [avahi-daemon] Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.0.1. Apr 19 10:19:39 [avahi-daemon] New relevant interface eth0.IPv4 for mDNS. Apr 19 10:19:39 [avahi-daemon] Network interface enumeration completed. Apr 19 10:19:39 [avahi-daemon] Registering new address record for 192.168.0.1 on eth0.IPv4. Apr 19 10:19:39 [avahi-daemon] Registering HINFO record with values 'I686'/'LINUX'. Apr 19 10:19:39 [kernel] [drm] nouveau 0000:01:00.0: Allocating FIFO number 2 Apr 19 10:19:39 [kernel] [drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 2 Apr 19 10:19:39 [kernel] [drm] nouveau 0000:01:00.0: Allocating FIFO number 3 Apr 19 10:19:39 [kernel] [drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 3 Apr 19 10:19:39 [avahi-daemon] Server startup complete. Host name is darwin.local. Local service cookie is 775017348. Apr 19 10:19:40 [avahi-daemon] Service "darwin" (/services/udisks.service) successfully established. Apr 19 10:19:40 [avahi-daemon] Service "darwin" (/services/ssh.service) successfully established. Apr 19 10:19:40 [avahi-daemon] Service "SFTP File Transfer on darwin" (/services/sftp-ssh.service) successfully established. Apr 19 10:19:41 [polkitd] started daemon version 0.96 using authority implementation `local' version `0.96' Apr 19 10:19:41 [polkitd(authority=local)] Registered Authentication Agent for session /org/freedesktop/ConsoleKit/Session1 (system bus name :1.12 [/usr/libexec/polkit-gnome-authentication-agent-1], object path /org/gnome/PolicyKit1/AuthenticationAgent, locale en_US.utf-8) Apr 19 10:19:41 [kernel] skge 0000:0a:04.0: eth0: Link is up at 1000 Mbps, full duplex, flow control both Apr 19 10:19:41 [kernel] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready Apr 19 10:19:41 [gdm-simple-greeter] Gtk-WARNING: gtkwidget.c:5628: widget not within a GtkWindow_ Apr 19 10:19:42 [avahi-daemon] Joining mDNS multicast group on interface eth0.IPv6 with address fe80::21f:c6ff:fe5c:9338. Apr 19 10:19:42 [avahi-daemon] New relevant interface eth0.IPv6 for mDNS. Apr 19 10:19:42 [avahi-daemon] Registering new address record for fe80::21f:c6ff:fe5c:9338 on eth0.*. Apr 19 10:19:54 [ntpdate] step time server 130.236.254.17 offset 10.351632 sec Apr 19 10:19:54 [sshd] Server listening on 0.0.0.0 port 22. Apr 19 10:19:54 [sshd] Server listening on :: port 22. ^ permalink raw reply [flat|nested] 13+ messages in thread
[parent not found: <4BCCA5FD.6060002@oracle.com>]
* Re: [regression, bisected] Xonar DX invalid PCI I/O range since 977d17bb174 [not found] ` <4BCCA5FD.6060002@oracle.com> @ 2010-04-19 19:42 ` Peter Henriksson 2010-04-20 6:41 ` Yinghai 0 siblings, 1 reply; 13+ messages in thread From: Peter Henriksson @ 2010-04-19 19:42 UTC (permalink / raw) To: Yinghai; +Cc: Clemens Ladisch, Jesse Barnes, linux-pci, linux-kernel On Mon, 2010-04-19 at 11:50 -0700, Yinghai wrote: > please try: > > [PATCH] pci: disable pci trying to reallocate pci bridge by default. > > it broken Linus's Nouveau > Not sure why but I had to use some spit and glue to get it to apply. Other than that, works for me, thanks. Cheers, Peter ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [regression, bisected] Xonar DX invalid PCI I/O range since 977d17bb174 2010-04-19 19:42 ` Peter Henriksson @ 2010-04-20 6:41 ` Yinghai 2010-04-20 8:03 ` Peter Henriksson 0 siblings, 1 reply; 13+ messages in thread From: Yinghai @ 2010-04-20 6:41 UTC (permalink / raw) To: Peter Henriksson Cc: Yinghai, Clemens Ladisch, Jesse Barnes, linux-pci, linux-kernel On 04/19/2010 12:42 PM, Peter Henriksson wrote: > On Mon, 2010-04-19 at 11:50 -0700, Yinghai wrote: >> please try: >> >> [PATCH] pci: disable pci trying to reallocate pci bridge by default. >> >> it broken Linus's Nouveau >> > > Not sure why but I had to use some spit and glue to get it to apply. > Other than that, works for me, thanks. please post bootlog without patch. compile CONFIG_PCI_DEBUG=y and boot with "debug" in command line YH ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [regression, bisected] Xonar DX invalid PCI I/O range since 977d17bb174 2010-04-20 6:41 ` Yinghai @ 2010-04-20 8:03 ` Peter Henriksson 2010-04-20 17:22 ` Yinghai Lu 0 siblings, 1 reply; 13+ messages in thread From: Peter Henriksson @ 2010-04-20 8:03 UTC (permalink / raw) To: Yinghai; +Cc: Clemens Ladisch, Jesse Barnes, linux-pci, linux-kernel > please post bootlog without patch. > > compile CONFIG_PCI_DEBUG=y and boot with "debug" in command line > > YH > Updated log. Apr 20 09:52:57 [kernel] Linux version 2.6.34-rc4 (root@darwin) (gcc version 4.4.3 (Gentoo 4.4.3 p1.0) ) #1 SMP PREEMPT Tue Apr 20 09:50:54 CEST 2010 Apr 20 09:52:57 [kernel] BIOS-provided physical RAM map: Apr 20 09:52:57 [kernel] BIOS-e820: 0000000000000000 - 000000000009ec00 (usable) Apr 20 09:52:57 [kernel] BIOS-e820: 000000000009ec00 - 00000000000a0000 (reserved) Apr 20 09:52:57 [kernel] BIOS-e820: 00000000000e5000 - 0000000000100000 (reserved) Apr 20 09:52:57 [kernel] BIOS-e820: 0000000000100000 - 000000007ff40000 (usable) Apr 20 09:52:57 [kernel] BIOS-e820: 000000007ff40000 - 000000007ff4e000 (ACPI data) Apr 20 09:52:57 [kernel] BIOS-e820: 000000007ff4e000 - 000000007ffe0000 (ACPI NVS) Apr 20 09:52:57 [kernel] BIOS-e820: 000000007ffe0000 - 0000000080000000 (reserved) Apr 20 09:52:57 [kernel] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) Apr 20 09:52:57 [kernel] BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved) Apr 20 09:52:57 [kernel] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel! Apr 20 09:52:57 [kernel] DMI 2.4 present. Apr 20 09:52:57 [kernel] AMI BIOS detected: BIOS may corrupt low RAM, working around it. Apr 20 09:52:57 [kernel] last_pfn = 0x7ff40 max_arch_pfn = 0x100000 Apr 20 09:52:57 [kernel] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 Apr 20 09:52:57 [kernel] Scanning 0 areas for low memory corruption Apr 20 09:52:57 [kernel] modified physical RAM map: Apr 20 09:52:57 [kernel] modified: 0000000000000000 - 0000000000010000 (reserved) Apr 20 09:52:57 [kernel] modified: 0000000000010000 - 000000000009ec00 (usable) Apr 20 09:52:57 [kernel] modified: 000000000009ec00 - 00000000000a0000 (reserved) Apr 20 09:52:57 [kernel] modified: 00000000000e5000 - 0000000000100000 (reserved) Apr 20 09:52:57 [kernel] modified: 0000000000100000 - 000000007ff40000 (usable) Apr 20 09:52:57 [kernel] modified: 000000007ff4e000 - 000000007ffe0000 (ACPI NVS) Apr 20 09:52:57 [kernel] modified: 000000007ffe0000 - 0000000080000000 (reserved) Apr 20 09:52:57 [kernel] modified: 00000000fee00000 - 00000000fee01000 (reserved) Apr 20 09:52:57 [kernel] modified: 00000000ffe00000 - 0000000100000000 (reserved) Apr 20 09:52:57 [kernel] found SMP MP-table at [c00ff780] ff780 Apr 20 09:52:57 [kernel] init_memory_mapping: 0000000000000000-00000000377fe000 Apr 20 09:52:57 [kernel] ACPI: RSDP 000faff0 00024 (v02 ACPIAM) Apr 20 09:52:57 [kernel] ACPI: XSDT 7ff40100 00054 (v01 A_M_I_ OEMXSDT 12000810 MSFT 00000097) Apr 20 09:52:57 [kernel] ACPI: FACP 7ff40290 000F4 (v03 A_M_I_ OEMFACP 12000810 MSFT 00000097) Apr 20 09:52:57 [kernel] ACPI: DSDT 7ff40440 09516 (v01 A0963 A0963031 00000031 INTL 20060113) Apr 20 09:52:57 [kernel] ACPI: FACS 7ff4e000 00040 Apr 20 09:52:57 [kernel] ACPI: APIC 7ff40390 0006C (v01 A_M_I_ OEMAPIC 12000810 MSFT 00000097) Apr 20 09:52:57 [kernel] ACPI: MCFG 7ff40400 0003C (v01 A_M_I_ OEMMCFG 12000810 MSFT 00000097) Apr 20 09:52:57 [kernel] ACPI: OEMB 7ff4e040 00081 (v01 A_M_I_ AMI_OEM 12000810 MSFT 00000097) Apr 20 09:52:57 [kernel] ACPI: HPET 7ff49960 00038 (v01 A_M_I_ OEMHPET 12000810 MSFT 00000097) Apr 20 09:52:57 [kernel] ACPI: OSFR 7ff499a0 000B0 (v01 A_M_I_ OEMOSFR 12000810 MSFT 00000097) Apr 20 09:52:57 [kernel] 1159MB HIGHMEM available. Apr 20 09:52:57 [kernel] 887MB LOWMEM available. Apr 20 09:52:57 [kernel] mapped low ram: 0 - 377fe000 Apr 20 09:52:57 [kernel] low ram: 0 - 377fe000 Apr 20 09:52:57 [kernel] Zone PFN ranges: Apr 20 09:52:57 [kernel] DMA 0x00000010 -> 0x00001000 Apr 20 09:52:57 [kernel] Normal 0x00001000 -> 0x000377fe Apr 20 09:52:57 [kernel] HighMem 0x000377fe -> 0x0007ff40 Apr 20 09:52:57 [kernel] Movable zone start PFN for each node Apr 20 09:52:57 [kernel] early_node_map[2] active PFN ranges Apr 20 09:52:57 [kernel] 0: 0x00000010 -> 0x0000009e Apr 20 09:52:57 [kernel] 0: 0x00000100 -> 0x0007ff40 Apr 20 09:52:57 [kernel] ACPI: PM-Timer IO Port: 0x808 Apr 20 09:52:57 [kernel] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) Apr 20 09:52:57 [kernel] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled) Apr 20 09:52:57 [kernel] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled) Apr 20 09:52:57 [kernel] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled) Apr 20 09:52:57 [kernel] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0]) Apr 20 09:52:57 [kernel] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23 Apr 20 09:52:57 [kernel] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) Apr 20 09:52:57 [kernel] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) Apr 20 09:52:57 [kernel] Using ACPI (MADT) for SMP configuration information Apr 20 09:52:57 [kernel] ACPI: HPET id: 0x8086a301 base: 0xfed00000 Apr 20 09:52:57 [kernel] SMP: Allowing 4 CPUs, 0 hotplug CPUs Apr 20 09:52:57 [kernel] PM: Registered nosave memory: 000000000009e000 - 000000000009f000 Apr 20 09:52:57 [kernel] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 Apr 20 09:52:57 [kernel] PM: Registered nosave memory: 00000000000a0000 - 00000000000e5000 Apr 20 09:52:57 [kernel] PM: Registered nosave memory: 00000000000e5000 - 0000000000100000 Apr 20 09:52:57 [kernel] Allocating PCI resources starting at 80000000 (gap: 80000000:7ee00000) Apr 20 09:52:57 [kernel] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1 Apr 20 09:52:57 [kernel] PERCPU: Embedded 12 pages/cpu @c2800000 s27732 r0 d21420 u1048576 Apr 20 09:52:57 [kernel] pcpu-alloc: s27732 r0 d21420 u1048576 alloc=1*4194304 Apr 20 09:52:57 [kernel] pcpu-alloc: [0] 0 1 2 3 Apr 20 09:52:57 [kernel] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 519887 Apr 20 09:52:57 [kernel] Kernel command line: root=/dev/md3 debug Apr 20 09:52:57 [kernel] PID hash table entries: 4096 (order: 2, 16384 bytes) Apr 20 09:52:57 [kernel] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) Apr 20 09:52:57 [kernel] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) Apr 20 09:52:57 [kernel] Enabling fast FPU save and restore... done. Apr 20 09:52:57 [kernel] Enabling unmasked SIMD FPU exception support... done. Apr 20 09:52:57 [kernel] Initializing CPU#0 Apr 20 09:52:57 [kernel] Subtract (48 early reservations) Apr 20 09:52:57 [kernel] #1 [0000001000 - 0000002000] EX TRAMPOLINE Apr 20 09:52:57 [kernel] #2 [0001000000 - 0001609c30] TEXT DATA BSS Apr 20 09:52:57 [kernel] #3 [000160a000 - 0001610234] BRK Apr 20 09:52:57 [kernel] #4 [00000ff790 - 0000100000] BIOS reserved Apr 20 09:52:57 [kernel] #5 [00000ff780 - 00000ff790] MP-table mpf Apr 20 09:52:57 [kernel] #6 [000009ec00 - 00000f1540] BIOS reserved Apr 20 09:52:57 [kernel] #7 [00000f175c - 00000ff780] BIOS reserved Apr 20 09:52:57 [kernel] #8 [00000f1540 - 00000f175c] MP-table mpc Apr 20 09:52:57 [kernel] #9 [0000010000 - 0000011000] TRAMPOLINE Apr 20 09:52:57 [kernel] #10 [0000011000 - 0000015000] ACPI WAKEUP Apr 20 09:52:57 [kernel] #11 [0000015000 - 0000016000] PGTABLE Apr 20 09:52:57 [kernel] #12 [0001611000 - 0001612000] BOOTMEM Apr 20 09:52:57 [kernel] #13 [0001612000 - 0002612000] BOOTMEM Apr 20 09:52:57 [kernel] #14 [0001609c40 - 0001609c44] BOOTMEM Apr 20 09:52:57 [kernel] #15 [0001609c80 - 0001609d40] BOOTMEM Apr 20 09:52:57 [kernel] #16 [0001609d40 - 0001609d94] BOOTMEM Apr 20 09:52:57 [kernel] #17 [0002612000 - 0002615000] BOOTMEM Apr 20 09:52:57 [kernel] #18 [0001609dc0 - 0001609e30] BOOTMEM Apr 20 09:52:57 [kernel] #19 [0002615000 - 000261b000] BOOTMEM Apr 20 09:52:57 [kernel] #20 [0001609e40 - 0001609e65] BOOTMEM Apr 20 09:52:57 [kernel] #21 [0001609e80 - 0001609ea7] BOOTMEM Apr 20 09:52:57 [kernel] #22 [0001609ec0 - 0001609fd8] BOOTMEM Apr 20 09:52:57 [kernel] #23 [0001610240 - 0001610280] BOOTMEM Apr 20 09:52:57 [kernel] #24 [0001610280 - 00016102c0] BOOTMEM Apr 20 09:52:57 [kernel] #25 [00016102c0 - 0001610300] BOOTMEM Apr 20 09:52:57 [kernel] #26 [0001610300 - 0001610340] BOOTMEM Apr 20 09:52:57 [kernel] #27 [0001610340 - 0001610380] BOOTMEM Apr 20 09:52:57 [kernel] #28 [0001610380 - 00016103c0] BOOTMEM Apr 20 09:52:57 [kernel] #29 [00016103c0 - 0001610400] BOOTMEM Apr 20 09:52:57 [kernel] #30 [0001610400 - 0001610440] BOOTMEM Apr 20 09:52:57 [kernel] #31 [0001610440 - 0001610480] BOOTMEM Apr 20 09:52:57 [kernel] #32 [0001610480 - 0001610490] BOOTMEM Apr 20 09:52:57 [kernel] #33 [00016104c0 - 00016104d4] BOOTMEM Apr 20 09:52:57 [kernel] #34 [0001610500 - 0001610514] BOOTMEM Apr 20 09:52:57 [kernel] #35 [0002800000 - 000280c000] BOOTMEM Apr 20 09:52:57 [kernel] #36 [0002900000 - 000290c000] BOOTMEM Apr 20 09:52:57 [kernel] #37 [0002a00000 - 0002a0c000] BOOTMEM Apr 20 09:52:57 [kernel] #38 [0002b00000 - 0002b0c000] BOOTMEM Apr 20 09:52:57 [kernel] #39 [0001610540 - 0001610544] BOOTMEM Apr 20 09:52:57 [kernel] #40 [0001610580 - 0001610584] BOOTMEM Apr 20 09:52:57 [kernel] #41 [00016105c0 - 00016105d0] BOOTMEM Apr 20 09:52:57 [kernel] #42 [0001610600 - 0001610610] BOOTMEM Apr 20 09:52:57 [kernel] Initializing HighMem for node 0 (000377fe:0007ff40) Apr 20 09:52:57 [kernel] Memory: 2072292k/2096384k available (3790k kernel code, 23636k reserved, 1559k data, 352k init, 1187080k highmem) Apr 20 09:52:57 [kernel] virtual kernel memory layout: Apr 20 09:52:57 [kernel] fixmap : 0xfff1f000 - 0xfffff000 ( 896 kB) Apr 20 09:52:57 [kernel] pkmap : 0xff800000 - 0xffc00000 (4096 kB) Apr 20 09:52:57 [kernel] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB) Apr 20 09:52:57 [kernel] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB) Apr 20 09:52:57 [kernel] .init : 0xc153a000 - 0xc1592000 ( 352 kB) Apr 20 09:52:57 [kernel] .data : 0xc13b3b94 - 0xc1539b6c (1559 kB) Apr 20 09:52:57 [kernel] .text : 0xc1000000 - 0xc13b3b94 (3790 kB) Apr 20 09:52:57 [kernel] Checking if this processor honours the WP bit even in supervisor mode...Ok. Apr 20 09:52:57 [kernel] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 Apr 20 09:52:57 [kernel] Hierarchical RCU implementation. Apr 20 09:52:57 [kernel] NR_IRQS:512 Apr 20 09:52:57 [kernel] Extended CMOS year: 2000 Apr 20 09:52:57 [kernel] Console: colour VGA+ 80x25 Apr 20 09:52:57 [kernel] console [tty0] enabled Apr 20 09:52:57 [kernel] Fast TSC calibration using PIT Apr 20 09:52:57 [kernel] Detected 2671.677 MHz processor. Apr 20 09:52:57 [kernel] Calibrating delay loop (skipped), value calculated using timer frequency.. 5343.35 BogoMIPS (lpj=2671677) Apr 20 09:52:57 [kernel] Mount-cache hash table entries: 512 Apr 20 09:52:57 [kernel] CPU: Physical Processor ID: 0 Apr 20 09:52:57 [kernel] CPU: Processor Core ID: 0 Apr 20 09:52:57 [kernel] mce: CPU supports 6 MCE banks Apr 20 09:52:57 [kernel] CPU0: Thermal monitoring enabled (TM2) Apr 20 09:52:57 [kernel] using mwait in idle threads. Apr 20 09:52:57 [kernel] Performance Events: Core2 events, Intel PMU driver. Apr 20 09:52:57 [kernel] ... version: 2 Apr 20 09:52:57 [kernel] ... bit width: 40 Apr 20 09:52:57 [kernel] ... generic registers: 2 Apr 20 09:52:57 [kernel] ... value mask: 000000ffffffffff Apr 20 09:52:57 [kernel] ... max period: 000000007fffffff Apr 20 09:52:57 [kernel] ... fixed-purpose events: 3 Apr 20 09:52:57 [kernel] ... event mask: 0000000700000003 Apr 20 09:52:57 [kernel] Checking 'hlt' instruction... OK. Apr 20 09:52:57 [kernel] ACPI: Core revision 20100121 Apr 20 09:52:57 [kernel] Enabling APIC mode: Flat. Using 1 I/O APICs Apr 20 09:52:57 [kernel] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 Apr 20 09:52:57 [kernel] CPU0: Intel(R) Core(TM)2 Quad CPU Q9450 @ 2.66GHz stepping 07 Apr 20 09:52:57 [kernel] Booting Node 0, Processors #1 Apr 20 09:52:57 [kernel] Initializing CPU#1 Apr 20 09:52:57 [kernel] #2 Apr 20 09:52:57 [kernel] Initializing CPU#2 Apr 20 09:52:57 [kernel] #3 Ok. Apr 20 09:52:57 [kernel] Initializing CPU#3 Apr 20 09:52:57 [kernel] Brought up 4 CPUs Apr 20 09:52:57 [kernel] Total of 4 processors activated (21372.40 BogoMIPS). Apr 20 09:52:57 [kernel] NET: Registered protocol family 16 Apr 20 09:52:57 [kernel] ACPI: bus type pci registered Apr 20 09:52:57 [kernel] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) Apr 20 09:52:57 [kernel] PCI: not using MMCONFIG Apr 20 09:52:57 [kernel] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=10 Apr 20 09:52:57 [kernel] PCI: Using configuration type 1 for base access Apr 20 09:52:57 [kernel] bio: create slab <bio-0> at 0 Apr 20 09:52:57 [kernel] ACPI: Executed 1 blocks of module-level executable AML code Apr 20 09:52:57 [kernel] ACPI: SSDT 7ff4e0d0 001D2 (v01 AMI CPU1PM 00000001 INTL 20060113) Apr 20 09:52:57 [kernel] ACPI: SSDT 7ff4e2b0 00143 (v01 AMI CPU2PM 00000001 INTL 20060113) Apr 20 09:52:57 [kernel] ACPI: SSDT 7ff4e400 00143 (v01 AMI CPU3PM 00000001 INTL 20060113) Apr 20 09:52:57 [kernel] ACPI: SSDT 7ff4e550 00143 (v01 AMI CPU4PM 00000001 INTL 20060113) Apr 20 09:52:57 [kernel] ACPI: Interpreter enabled Apr 20 09:52:57 [kernel] ACPI: (supports S0 S1 S3 S4 S5) Apr 20 09:52:57 [kernel] ACPI: Using IOAPIC for interrupt routing Apr 20 09:52:57 [kernel] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) Apr 20 09:52:57 [kernel] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources Apr 20 09:52:57 [kernel] PCI: Using MMCONFIG for extended config space Apr 20 09:52:57 [kernel] ACPI: No dock devices found. Apr 20 09:52:57 [kernel] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug Apr 20 09:52:57 [kernel] ACPI: PCI Root Bridge [PCI0] (0000:00) Apr 20 09:52:57 [kernel] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] Apr 20 09:52:57 [kernel] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] Apr 20 09:52:57 [kernel] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] Apr 20 09:52:57 [kernel] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff] Apr 20 09:52:57 [kernel] pci_root PNP0A08:00: host bridge window [mem 0x80000000-0xffffffff] Apr 20 09:52:57 [kernel] pci 0000:00:1f.0: quirk: [io 0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO Apr 20 09:52:57 [kernel] pci 0000:00:1f.0: quirk: [io 0x0480-0x04bf] claimed by ICH6 GPIO Apr 20 09:52:57 [kernel] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003) Apr 20 09:52:57 [kernel] pci 0000:00:01.0: PCI bridge to [bus 01-01] Apr 20 09:52:57 [kernel] pci 0000:00:1c.0: PCI bridge to [bus 04-09] Apr 20 09:52:57 [kernel] pci 0000:04:00.0: PCI bridge to [bus 05-09] Apr 20 09:52:57 [kernel] pci 0000:05:01.0: PCI bridge to [bus 08-09] Apr 20 09:52:57 [kernel] pci 0000:08:00.0: PCI bridge to [bus 09-09] Apr 20 09:52:57 [kernel] pci 0000:05:02.0: PCI bridge to [bus 07-07] Apr 20 09:52:57 [kernel] pci 0000:05:03.0: PCI bridge to [bus 06-06] Apr 20 09:52:57 [bluetoothd] HCI dev 0 up Apr 20 09:52:57 [bluetoothd] Starting security manager 0 Apr 20 09:52:57 [kernel] pci 0000:00:1c.4: PCI bridge to [bus 03-03] Apr 20 09:52:57 [kernel] pci 0000:00:1c.5: PCI bridge to [bus 02-02] Apr 20 09:52:57 [kernel] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a] (subtractive decode) Apr 20 09:52:57 [kernel] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15) Apr 20 09:52:57 [kernel] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15) Apr 20 09:52:57 [kernel] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15) Apr 20 09:52:57 [kernel] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 14 *15) Apr 20 09:52:57 [kernel] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. Apr 20 09:52:57 [kernel] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 10 11 12 14 15) Apr 20 09:52:57 [kernel] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 11 12 14 15) Apr 20 09:52:57 [kernel] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 7 10 11 12 14 15) Apr 20 09:52:57 [kernel] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none Apr 20 09:52:57 [kernel] vgaarb: loaded Apr 20 09:52:57 [kernel] SCSI subsystem initialized Apr 20 09:52:57 [kernel] usbcore: registered new interface driver usbfs Apr 20 09:52:57 [kernel] usbcore: registered new interface driver hub Apr 20 09:52:57 [kernel] usbcore: registered new device driver usb Apr 20 09:52:57 [kernel] Advanced Linux Sound Architecture Driver Version 1.0.22.1. Apr 20 09:52:57 [kernel] PCI: Using ACPI for IRQ routing Apr 20 09:52:57 [kernel] Bluetooth: Core ver 2.15 Apr 20 09:52:57 [kernel] NET: Registered protocol family 31 Apr 20 09:52:57 [kernel] Bluetooth: HCI device and connection manager initialized Apr 20 09:52:57 [kernel] Bluetooth: HCI socket layer initialized Apr 20 09:52:57 [kernel] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0 Apr 20 09:52:57 [kernel] hpet0: 4 comparators, 64-bit 14.318180 MHz counter Apr 20 09:52:57 [kernel] Switching to clocksource tsc Apr 20 09:52:57 [kernel] pnp: PnP ACPI init Apr 20 09:52:57 [kernel] ACPI: bus type pnp registered Apr 20 09:52:57 [kernel] pnp: PnP ACPI: found 15 devices Apr 20 09:52:57 [kernel] ACPI: ACPI bus type pnp unregistered Apr 20 09:52:57 [kernel] system 00:07: [io 0x0800-0x087f] has been reserved Apr 20 09:52:57 [kernel] system 00:07: [io 0x0480-0x04bf] has been reserved Apr 20 09:52:57 [kernel] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved Apr 20 09:52:57 [kernel] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved Apr 20 09:52:57 [kernel] system 00:07: [mem 0xfed50000-0xfed8ffff] has been reserved Apr 20 09:52:57 [kernel] system 00:07: [mem 0xffa00000-0xffafffff] has been reserved Apr 20 09:52:57 [kernel] system 00:07: [mem 0xffb00000-0xffbfffff] has been reserved Apr 20 09:52:57 [kernel] system 00:07: [mem 0xffe00000-0xffefffff] has been reserved Apr 20 09:52:57 [kernel] system 00:07: [mem 0xfff00000-0xfffffffe] has been reserved Apr 20 09:52:57 [kernel] system 00:0a: [mem 0xffc00000-0xffdfffff] has been reserved Apr 20 09:52:57 [kernel] system 00:0b: [mem 0xfec00000-0xfec00fff] could not be reserved Apr 20 09:52:57 [kernel] system 00:0b: [mem 0xfee00000-0xfee00fff] has been reserved Apr 20 09:52:57 [kernel] system 00:0d: [mem 0xe0000000-0xefffffff] has been reserved Apr 20 09:52:57 [kernel] system 00:0e: [mem 0x00000000-0x0009ffff] could not be reserved Apr 20 09:52:57 [kernel] system 00:0e: [mem 0x000c0000-0x000cffff] could not be reserved Apr 20 09:52:57 [kernel] system 00:0e: [mem 0x000e0000-0x000fffff] could not be reserved Apr 20 09:52:57 [kernel] system 00:0e: [mem 0x00100000-0x7fffffff] could not be reserved Apr 20 09:52:57 [kernel] pci 0000:00:1c.4: BAR 9: assigned [mem 0x80000000-0x801fffff 64bit pref] Apr 20 09:52:57 [kernel] pci 0000:00:1c.5: BAR 9: assigned [mem 0x80200000-0x803fffff 64bit pref] Apr 20 09:52:57 [kernel] pci 0000:00:01.0: PCI bridge to [bus 01-01] Apr 20 09:52:57 [kernel] pci 0000:00:01.0: bridge window [io 0xa000-0xafff] Apr 20 09:52:57 [kernel] pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfe7fffff] Apr 20 09:52:57 [kernel] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref] Apr 20 09:52:57 [kernel] pci 0000:04:00.0: BAR 8: can't assign mem (size 0xc00000) Apr 20 09:52:57 [kernel] pci 0000:05:01.0: BAR 8: can't assign mem (size 0x200000) Apr 20 09:52:57 [kernel] pci 0000:05:01.0: BAR 9: can't assign mem pref (size 0x200000) Apr 20 09:52:57 [kernel] pci 0000:05:02.0: BAR 8: can't assign mem (size 0x400000) Apr 20 09:52:57 [kernel] pci 0000:05:03.0: BAR 8: can't assign mem (size 0x400000) Apr 20 09:52:57 [kernel] pci 0000:05:02.0: BAR 7: can't assign io (size 0x1000) Apr 20 09:52:57 [kernel] pci 0000:05:03.0: BAR 7: can't assign io (size 0x1000) Apr 20 09:52:57 [kernel] pci 0000:08:00.0: PCI bridge to [bus 09-09] Apr 20 09:52:57 [kernel] pci 0000:08:00.0: bridge window [io 0xd000-0xdfff] Apr 20 09:52:57 [kernel] pci 0000:08:00.0: bridge window [mem disabled] Apr 20 09:52:57 [kernel] pci 0000:08:00.0: bridge window [mem pref disabled] Apr 20 09:52:57 [kernel] pci 0000:05:01.0: PCI bridge to [bus 08-09] Apr 20 09:52:57 [kernel] pci 0000:05:01.0: bridge window [io 0xd000-0xdfff] Apr 20 09:52:57 [kernel] pci 0000:05:01.0: bridge window [mem disabled] Apr 20 09:52:57 [kernel] pci 0000:05:01.0: bridge window [mem pref disabled] Apr 20 09:52:57 [kernel] pci 0000:05:02.0: PCI bridge to [bus 07-07] Apr 20 09:52:57 [kernel] pci 0000:05:02.0: bridge window [io disabled] Apr 20 09:52:57 [kernel] pci 0000:05:02.0: bridge window [mem disabled] Apr 20 09:52:57 [kernel] pci 0000:05:02.0: bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref] Apr 20 09:52:57 [kernel] pci 0000:05:03.0: PCI bridge to [bus 06-06] Apr 20 09:52:57 [kernel] pci 0000:05:03.0: bridge window [io disabled] Apr 20 09:52:57 [kernel] pci 0000:05:03.0: bridge window [mem disabled] Apr 20 09:52:57 [kernel] pci 0000:05:03.0: bridge window [mem 0xf8e00000-0xf8efffff 64bit pref] Apr 20 09:52:57 [kernel] pci 0000:04:00.0: PCI bridge to [bus 05-09] Apr 20 09:52:57 [kernel] pci 0000:04:00.0: bridge window [io 0xd000-0xdfff] Apr 20 09:52:57 [kernel] pci 0000:04:00.0: bridge window [mem disabled] Apr 20 09:52:57 [kernel] pci 0000:04:00.0: bridge window [mem 0xf8e00000-0xf8ffffff 64bit pref] Apr 20 09:52:57 [kernel] pci 0000:00:1c.0: PCI bridge to [bus 04-09] Apr 20 09:52:57 [kernel] pci 0000:00:1c.0: bridge window [io 0xd000-0xdfff] Apr 20 09:52:57 [kernel] pci 0000:00:1c.0: bridge window [mem 0xfea00000-0xfeafffff] Apr 20 09:52:57 [kernel] pci 0000:00:1c.0: bridge window [mem 0xf8e00000-0xf8ffffff 64bit pref] Apr 20 09:52:57 [kernel] pci 0000:00:1c.4: PCI bridge to [bus 03-03] Apr 20 09:52:57 [kernel] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff] Apr 20 09:52:57 [kernel] pci 0000:00:1c.4: bridge window [mem 0xfe900000-0xfe9fffff] Apr 20 09:52:57 [kernel] pci 0000:00:1c.4: bridge window [mem 0x80000000-0x801fffff 64bit pref] Apr 20 09:52:57 [kernel] pci 0000:00:1c.5: PCI bridge to [bus 02-02] Apr 20 09:52:57 [kernel] pci 0000:00:1c.5: bridge window [io 0xb000-0xbfff] Apr 20 09:52:57 [kernel] pci 0000:00:1c.5: bridge window [mem 0xfe800000-0xfe8fffff] Apr 20 09:52:57 [kernel] pci 0000:00:1c.5: bridge window [mem 0x80200000-0x803fffff 64bit pref] Apr 20 09:52:57 [kernel] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a] Apr 20 09:52:57 [kernel] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff] Apr 20 09:52:57 [kernel] pci 0000:00:1e.0: bridge window [mem 0xfeb00000-0xfebfffff] Apr 20 09:52:57 [kernel] pci 0000:00:1e.0: bridge window [mem pref disabled] Apr 20 09:52:57 [kernel] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref] Apr 20 09:52:57 [kernel] pci 0000:04:00.0: BAR 8: can't assign mem (size 0xc00000) Apr 20 09:52:57 [kernel] pci 0000:05:01.0: BAR 8: can't assign mem (size 0x200000) Apr 20 09:52:57 [kernel] pci 0000:05:01.0: BAR 9: can't assign mem pref (size 0x200000) Apr 20 09:52:57 [kernel] pci 0000:05:02.0: BAR 8: can't assign mem (size 0x400000) Apr 20 09:52:57 [kernel] pci 0000:05:03.0: BAR 8: can't assign mem (size 0x400000) Apr 20 09:52:57 [kernel] pci 0000:05:02.0: BAR 7: can't assign io (size 0x1000) Apr 20 09:52:57 [kernel] pci 0000:05:03.0: BAR 7: can't assign io (size 0x1000) Apr 20 09:52:57 [kernel] pci 0000:08:00.0: PCI bridge to [bus 09-09] Apr 20 09:52:57 [kernel] pci 0000:08:00.0: bridge window [io 0xd000-0xdfff] Apr 20 09:52:57 [kernel] pci 0000:08:00.0: bridge window [mem disabled] Apr 20 09:52:57 [kernel] pci 0000:08:00.0: bridge window [mem pref disabled] Apr 20 09:52:57 [kernel] pci 0000:05:01.0: PCI bridge to [bus 08-09] Apr 20 09:52:57 [kernel] pci 0000:05:01.0: bridge window [io 0xd000-0xdfff] Apr 20 09:52:57 [kernel] pci 0000:05:01.0: bridge window [mem disabled] Apr 20 09:52:57 [kernel] pci 0000:05:01.0: bridge window [mem pref disabled] Apr 20 09:52:57 [kernel] pci 0000:05:02.0: PCI bridge to [bus 07-07] Apr 20 09:52:57 [kernel] pci 0000:05:02.0: bridge window [io disabled] Apr 20 09:52:57 [kernel] pci 0000:05:02.0: bridge window [mem disabled] Apr 20 09:52:57 [kernel] pci 0000:05:02.0: bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref] Apr 20 09:52:57 [kernel] pci 0000:05:03.0: PCI bridge to [bus 06-06] Apr 20 09:52:57 [kernel] pci 0000:05:03.0: bridge window [io disabled] Apr 20 09:52:57 [kernel] pci 0000:05:03.0: bridge window [mem disabled] Apr 20 09:52:57 [kernel] pci 0000:05:03.0: bridge window [mem 0xf8e00000-0xf8efffff 64bit pref] Apr 20 09:52:57 [kernel] pci 0000:04:00.0: PCI bridge to [bus 05-09] Apr 20 09:52:57 [kernel] pci 0000:04:00.0: bridge window [io 0xd000-0xdfff] Apr 20 09:52:57 [kernel] pci 0000:04:00.0: bridge window [mem disabled] Apr 20 09:52:57 [kernel] pci 0000:04:00.0: bridge window [mem 0xf8e00000-0xf8ffffff 64bit pref] Apr 20 09:52:57 [kernel] pci 0000:00:1c.0: PCI bridge to [bus 04-09] Apr 20 09:52:57 [kernel] pci 0000:00:1c.0: bridge window [io 0xd000-0xdfff] Apr 20 09:52:57 [kernel] pci 0000:00:1c.0: bridge window [mem 0xfea00000-0xfeafffff] Apr 20 09:52:57 [kernel] pci 0000:00:1c.0: bridge window [mem 0xf8e00000-0xf8ffffff 64bit pref] Apr 20 09:52:57 [kernel] pci 0000:00:1c.4: PCI bridge to [bus 03-03] Apr 20 09:52:57 [kernel] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff] Apr 20 09:52:57 [kernel] pci 0000:00:1c.4: bridge window [mem 0xfe900000-0xfe9fffff] Apr 20 09:52:57 [kernel] pci 0000:00:1c.4: bridge window [mem 0x80000000-0x801fffff 64bit pref] Apr 20 09:52:57 [kernel] pci 0000:00:1c.5: PCI bridge to [bus 02-02] Apr 20 09:52:57 [kernel] pci 0000:00:1c.5: bridge window [io 0xb000-0xbfff] Apr 20 09:52:57 [kernel] pci 0000:00:1c.5: bridge window [mem 0xfe800000-0xfe8fffff] Apr 20 09:52:57 [kernel] pci 0000:00:1c.5: bridge window [mem 0x80200000-0x803fffff 64bit pref] Apr 20 09:52:57 [kernel] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a] Apr 20 09:52:57 [kernel] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff] Apr 20 09:52:57 [kernel] pci 0000:00:1e.0: bridge window [mem 0xfeb00000-0xfebfffff] Apr 20 09:52:57 [kernel] pci 0000:00:1e.0: bridge window [mem pref disabled] Apr 20 09:52:57 [kernel] pci 0000:08:00.0: PCI bridge to [bus 09-09] Apr 20 09:52:57 [kernel] pci 0000:08:00.0: bridge window [io disabled] Apr 20 09:52:57 [kernel] pci 0000:05:01.0: PCI bridge to [bus 08-09] Apr 20 09:52:57 [kernel] pci 0000:05:01.0: bridge window [io disabled] Apr 20 09:52:57 [kernel] pci 0000:04:00.0: PCI bridge to [bus 05-09] Apr 20 09:52:57 [kernel] pci 0000:04:00.0: bridge window [io disabled] Apr 20 09:52:57 [kernel] pci 0000:05:02.0: PCI bridge to [bus 07-07] Apr 20 09:52:57 [kernel] pci 0000:05:02.0: bridge window [mem pref disabled] Apr 20 09:52:57 [kernel] pci 0000:05:03.0: PCI bridge to [bus 06-06] Apr 20 09:52:57 [kernel] pci 0000:05:03.0: bridge window [mem pref disabled] Apr 20 09:52:57 [kernel] pci 0000:04:00.0: PCI bridge to [bus 05-09] Apr 20 09:52:57 [kernel] pci 0000:04:00.0: bridge window [mem pref disabled] Apr 20 09:52:57 [kernel] pci 0000:00:1c.0: PCI bridge to [bus 04-09] Apr 20 09:52:57 [kernel] pci 0000:00:1c.0: bridge window [mem disabled] Apr 20 09:52:57 [kernel] pci 0000:00:1c.0: BAR 8: assigned [mem 0x80400000-0x816fffff] Apr 20 09:52:57 [kernel] pci 0000:00:01.0: PCI bridge to [bus 01-01] Apr 20 09:52:57 [kernel] pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfe7fffff] Apr 20 09:52:57 [kernel] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref] Apr 20 09:52:57 [kernel] pci 0000:04:00.0: BAR 8: assigned [mem 0x80400000-0x80ffffff] Apr 20 09:52:57 [kernel] pci 0000:04:00.0: BAR 9: assigned [mem 0x81000000-0x815fffff 64bit pref] Apr 20 09:52:57 [kernel] pci 0000:04:00.0: BAR 0: assigned [mem 0x81600000-0x8161ffff] Apr 20 09:52:57 [kernel] pci 0000:04:00.0: BAR 0: set to [mem 0x81600000-0x8161ffff] (PCI address [0x81600000-0x8161ffff] Apr 20 09:52:57 [kernel] pci 0000:04:00.0: BAR 7: can't assign io (size 0x4000) Apr 20 09:52:57 [kernel] pci 0000:05:01.0: BAR 8: assigned [mem 0x80400000-0x805fffff] Apr 20 09:52:57 [kernel] pci 0000:05:01.0: BAR 9: assigned [mem 0x81000000-0x811fffff 64bit pref] Apr 20 09:52:57 [kernel] pci 0000:05:02.0: BAR 8: assigned [mem 0x80600000-0x809fffff] Apr 20 09:52:57 [kernel] pci 0000:05:02.0: BAR 9: assigned [mem 0x81200000-0x813fffff 64bit pref] Apr 20 09:52:57 [kernel] pci 0000:05:03.0: BAR 8: assigned [mem 0x80a00000-0x80dfffff] Apr 20 09:52:57 [kernel] pci 0000:05:03.0: BAR 9: assigned [mem 0x81400000-0x815fffff 64bit pref] Apr 20 09:52:57 [kernel] pci 0000:05:01.0: BAR 7: can't assign io (size 0x2000) Apr 20 09:52:57 [kernel] pci 0000:05:02.0: BAR 7: can't assign io (size 0x1000) Apr 20 09:52:57 [kernel] pci 0000:05:03.0: BAR 7: can't assign io (size 0x1000) Apr 20 09:52:57 [kernel] pci 0000:08:00.0: BAR 7: can't assign io (size 0x1000) Apr 20 09:52:57 [kernel] pci 0000:09:04.0: BAR 0: can't assign io (size 0x100) Apr 20 09:52:57 [kernel] pci 0000:08:00.0: PCI bridge to [bus 09-09] Apr 20 09:52:57 [kernel] pci 0000:08:00.0: bridge window [io disabled] Apr 20 09:52:57 [kernel] pci 0000:08:00.0: bridge window [mem disabled] Apr 20 09:52:57 [kernel] pci 0000:08:00.0: bridge window [mem pref disabled] Apr 20 09:52:57 [kernel] pci 0000:05:01.0: PCI bridge to [bus 08-09] Apr 20 09:52:57 [kernel] pci 0000:05:01.0: bridge window [io disabled] Apr 20 09:52:57 [kernel] pci 0000:05:01.0: bridge window [mem 0x80400000-0x805fffff] Apr 20 09:52:57 [kernel] pci 0000:05:01.0: bridge window [mem 0x81000000-0x811fffff 64bit pref] Apr 20 09:52:57 [kernel] pci 0000:05:02.0: PCI bridge to [bus 07-07] Apr 20 09:52:57 [kernel] pci 0000:05:02.0: bridge window [io disabled] Apr 20 09:52:57 [kernel] pci 0000:05:02.0: bridge window [mem 0x80600000-0x809fffff] Apr 20 09:52:57 [kernel] pci 0000:05:02.0: bridge window [mem 0x81200000-0x813fffff 64bit pref] Apr 20 09:52:57 [kernel] pci 0000:05:03.0: PCI bridge to [bus 06-06] Apr 20 09:52:57 [kernel] pci 0000:05:03.0: bridge window [io disabled] Apr 20 09:52:57 [kernel] pci 0000:05:03.0: bridge window [mem 0x80a00000-0x80dfffff] Apr 20 09:52:57 [kernel] pci 0000:05:03.0: bridge window [mem 0x81400000-0x815fffff 64bit pref] Apr 20 09:52:57 [kernel] pci 0000:04:00.0: PCI bridge to [bus 05-09] Apr 20 09:52:57 [kernel] pci 0000:04:00.0: bridge window [io disabled] Apr 20 09:52:57 [kernel] pci 0000:04:00.0: bridge window [mem 0x80400000-0x80ffffff] Apr 20 09:52:57 [kernel] pci 0000:04:00.0: bridge window [mem 0x81000000-0x815fffff 64bit pref] Apr 20 09:52:57 [kernel] pci 0000:00:1c.0: PCI bridge to [bus 04-09] Apr 20 09:52:57 [kernel] pci 0000:00:1c.0: bridge window [io 0xd000-0xdfff] Apr 20 09:52:57 [kernel] pci 0000:00:1c.0: bridge window [mem 0x80400000-0x816fffff] Apr 20 09:52:57 [kernel] pci 0000:00:1c.0: bridge window [mem 0xf8e00000-0xf8ffffff 64bit pref] Apr 20 09:52:57 [kernel] pci 0000:00:1c.4: PCI bridge to [bus 03-03] Apr 20 09:52:57 [kernel] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff] Apr 20 09:52:57 [kernel] pci 0000:00:1c.4: bridge window [mem 0xfe900000-0xfe9fffff] Apr 20 09:52:57 [kernel] pci 0000:00:1c.4: bridge window [mem 0x80000000-0x801fffff 64bit pref] Apr 20 09:52:57 [kernel] pci 0000:00:1c.5: PCI bridge to [bus 02-02] Apr 20 09:52:57 [kernel] pci 0000:00:1c.5: bridge window [io 0xb000-0xbfff] Apr 20 09:52:57 [kernel] pci 0000:00:1c.5: bridge window [mem 0xfe800000-0xfe8fffff] Apr 20 09:52:57 [kernel] pci 0000:00:1c.5: bridge window [mem 0x80200000-0x803fffff 64bit pref] Apr 20 09:52:57 [kernel] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a] Apr 20 09:52:57 [kernel] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff] Apr 20 09:52:57 [kernel] pci 0000:00:1e.0: bridge window [mem 0xfeb00000-0xfebfffff] Apr 20 09:52:57 [kernel] pci 0000:00:1e.0: bridge window [mem pref disabled] Apr 20 09:52:57 [kernel] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 Apr 20 09:52:57 [kernel] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 Apr 20 09:52:57 [kernel] pci 0000:04:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 Apr 20 09:52:57 [kernel] pci 0000:05:01.0: enabling device (0105 -> 0107) Apr 20 09:52:57 [kernel] pci 0000:05:01.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 Apr 20 09:52:57 [kernel] pci 0000:08:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 Apr 20 09:52:57 [kernel] pci 0000:05:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 Apr 20 09:52:57 [kernel] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17 Apr 20 09:52:57 [kernel] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16 Apr 20 09:52:57 [kernel] NET: Registered protocol family 2 Apr 20 09:52:57 [kernel] IP route cache hash table entries: 32768 (order: 5, 131072 bytes) Apr 20 09:52:57 [kernel] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) Apr 20 09:52:57 [kernel] TCP bind hash table entries: 65536 (order: 7, 524288 bytes) Apr 20 09:52:57 [kernel] TCP: Hash tables configured (established 131072 bind 65536) Apr 20 09:52:57 [kernel] TCP reno registered Apr 20 09:52:57 [kernel] UDP hash table entries: 512 (order: 2, 16384 bytes) Apr 20 09:52:57 [kernel] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) Apr 20 09:52:57 [kernel] NET: Registered protocol family 1 Apr 20 09:52:57 [kernel] microcode: CPU0 sig=0x10677, pf=0x10, revision=0x703 Apr 20 09:52:57 [kernel] microcode: CPU1 sig=0x10677, pf=0x10, revision=0x703 Apr 20 09:52:57 [kernel] microcode: CPU2 sig=0x10677, pf=0x10, revision=0x703 Apr 20 09:52:57 [kernel] microcode: CPU3 sig=0x10677, pf=0x10, revision=0x703 Apr 20 09:52:57 [kernel] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba Apr 20 09:52:57 [kernel] Scanning for low memory corruption every 60 seconds Apr 20 09:52:57 [kernel] highmem bounce pool size: 64 pages Apr 20 09:52:57 [kernel] HugeTLB registered 4 MB page size, pre-allocated 0 pages Apr 20 09:52:57 [kernel] Slow work thread pool: Starting up Apr 20 09:52:57 [kernel] Slow work thread pool: Ready Apr 20 09:52:57 [kernel] fuse init (API version 7.13) Apr 20 09:52:57 [kernel] msgmni has been set to 1728 Apr 20 09:52:57 [kernel] alg: No test for stdrng (krng) Apr 20 09:52:57 [kernel] io scheduler noop registered Apr 20 09:52:57 [kernel] io scheduler cfq registered (default) Apr 20 09:52:57 [kernel] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 Apr 20 09:52:57 [kernel] ACPI: Power Button [PWRB] Apr 20 09:52:57 [kernel] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 Apr 20 09:52:57 [kernel] ACPI: Power Button [PWRF] Apr 20 09:52:57 [kernel] Non-volatile memory driver v1.3 Apr 20 09:52:57 [kernel] Linux agpgart interface v0.103 Apr 20 09:52:57 [kernel] [drm] Initialized drm 1.1.0 20060810 Apr 20 09:52:57 [kernel] nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: Detected an NV50 generation card (0x0a0300b1) Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: ... appears to be valid Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: BIT BIOS found Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: Bios version 62.00.59.00 Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: TMDS table revision 2.0 not currently supported Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 4.0 Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 04000320 00000028 Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 01000322 00020030 Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: Raw DCB entry 2: 02011310 00000028 Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: Raw DCB entry 3: 02011312 00020030 Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: Raw DCB entry 4: 010223f1 00c1c023 Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x40 5 16 4 Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: 0: 0x00001030: type 0x30 idx 0 tag 0x07 Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: 1: 0x00002130: type 0x30 idx 1 tag 0x08 Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: 2: 0x00000210: type 0x10 idx 2 tag 0xff Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: 3: 0x00000211: type 0x11 idx 3 tag 0xff Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: 4: 0x00000213: type 0x13 idx 4 tag 0xff Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: 5: 0x00000360: type 0x60 idx 5 tag 0xff Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xD113 Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xD53E Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xE9DB Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xEAB8 Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xEB8A Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0xEBEF Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: 0xEBEF: Condition still not met after 20ms, skipping following opcodes Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: 0xC0A4: parsing output script 0 - Last output repeated twice - Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: 0xA642: parsing output script 0 Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: Detected 896MiB VRAM Apr 20 09:52:57 [kernel] [TTM] Zone kernel: Available graphics memory: 442606 kiB. Apr 20 09:52:57 [kernel] [TTM] Zone highmem: Available graphics memory: 1036146 kiB. Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture) Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: Allocating FIFO number 1 Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 1 Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: Detected a DAC output Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: Detected a TMDS output Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: Detected a DAC output Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: Detected a TMDS output Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: DCB encoder 1 unknown Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: Detected a DVI-I connector - Last output repeated twice - Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: Detected a TV connector Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: no encoders, ignoring Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: Detected a HDMI connector Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: no encoders, ignoring Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: allocated 1920x1200 fb: 0x40250000, bo f71fec00 Apr 20 09:52:57 [kernel] [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0 Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: 0xC0A8: parsing output script 1 Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: 0xC0A9: parsing output script 2 Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: 0xC046: parsing clock script 0 Apr 20 09:52:57 [kernel] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled Apr 20 09:52:57 [kernel] [drm] nouveau 0000:01:00.0: 0xB913: parsing clock script 1 Apr 20 09:52:57 [kernel] brd: module loaded Apr 20 09:52:57 [kernel] loop: module loaded Apr 20 09:52:57 [kernel] ahci 0000:00:1f.2: PCI INT B -> GSI 22 (level, low) -> IRQ 22 Apr 20 09:52:57 [kernel] ahci: SSS flag set, parallel bus scan disabled Apr 20 09:52:57 [kernel] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode Apr 20 09:52:57 [kernel] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part ccc ems sxs Apr 20 09:52:57 [kernel] scsi0 : ahci Apr 20 09:52:57 [kernel] scsi1 : ahci Apr 20 09:52:57 [kernel] scsi2 : ahci Apr 20 09:52:57 [kernel] scsi3 : ahci Apr 20 09:52:57 [kernel] scsi4 : ahci Apr 20 09:52:57 [kernel] scsi5 : ahci Apr 20 09:52:57 [kernel] ata1: SATA max UDMA/133 abar m2048@0xf9ffe800 port 0xf9ffe900 irq 22 Apr 20 09:52:57 [kernel] ata2: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 22 Apr 20 09:52:57 [kernel] ata3: SATA max UDMA/133 abar m2048@0xf9ffe800 port 0xf9ffea00 irq 22 Apr 20 09:52:57 [kernel] ata4: SATA max UDMA/133 irq_stat 0x00400040, connection status changed Apr 20 09:52:57 [kernel] ata5: SATA max UDMA/133 irq_stat 0x00400040, connection status changed Apr 20 09:52:57 [kernel] ata6: SATA max UDMA/133 irq_stat 0x00400040, connection status changed Apr 20 09:52:57 [kernel] ahci 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 Apr 20 09:52:57 [kernel] ahci 0000:03:00.0: controller can't do NCQ, turning off CAP_NCQ Apr 20 09:52:57 [kernel] ahci 0000:03:00.0: controller can't do PMP, turning off CAP_PMP Apr 20 09:52:57 [kernel] ahci 0000:03:00.0: MV_AHCI HACK: port_map 1f -> f Apr 20 09:52:57 [kernel] ahci 0000:03:00.0: Disabling your PATA port. Use the boot option 'ahci.marvell_enable=0' to avoid this. Apr 20 09:52:57 [kernel] ahci: SSS flag set, parallel bus scan disabled Apr 20 09:52:57 [kernel] ahci 0000:03:00.0: AHCI 0001.0000 32 slots 5 ports 3 Gbps 0xf impl IDE mode Apr 20 09:52:57 [kernel] ahci 0000:03:00.0: flags: 64bit stag slum part Apr 20 09:52:57 [kernel] scsi6 : ahci Apr 20 09:52:57 [kernel] scsi7 : ahci Apr 20 09:52:57 [kernel] scsi8 : ahci Apr 20 09:52:57 [kernel] scsi9 : ahci Apr 20 09:52:57 [kernel] scsi10 : ahci Apr 20 09:52:57 [kernel] ata7: SATA max UDMA/133 abar m1024@0xfe9ffc00 port 0xfe9ffd00 irq 16 Apr 20 09:52:57 [kernel] ata8: SATA max UDMA/133 abar m1024@0xfe9ffc00 port 0xfe9ffd80 irq 16 Apr 20 09:52:57 [kernel] ata9: SATA max UDMA/133 abar m1024@0xfe9ffc00 port 0xfe9ffe00 irq 16 Apr 20 09:52:57 [kernel] ata10: SATA max UDMA/133 abar m1024@0xfe9ffc00 port 0xfe9ffe80 irq 16 Apr 20 09:52:57 [kernel] ata11: DUMMY Apr 20 09:52:57 [kernel] skge 0000:0a:04.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19 Apr 20 09:52:57 [kernel] skge: 1.13 addr 0xfebfc000 irq 19 chip Yukon-Lite rev 9 Apr 20 09:52:57 [kernel] skge 0000:0a:04.0: eth0: addr 00:1f:c6:5c:93:38 Apr 20 09:52:57 [kernel] sky2: driver version 1.27 Apr 20 09:52:57 [kernel] sky2 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 Apr 20 09:52:57 [kernel] sky2 0000:02:00.0: Yukon-2 EC Ultra chip revision 3 Apr 20 09:52:57 [kernel] sky2 0000:02:00.0: eth1: addr 00:1f:c6:5c:94:1f Apr 20 09:52:57 [kernel] usbmon: debugfs is not available Apr 20 09:52:57 [kernel] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver Apr 20 09:52:57 [kernel] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18 Apr 20 09:52:57 [kernel] ehci_hcd 0000:00:1a.7: EHCI Host Controller Apr 20 09:52:57 [kernel] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1 Apr 20 09:52:57 [kernel] ehci_hcd 0000:00:1a.7: debug port 1 Apr 20 09:52:57 [kernel] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xf9fffc00 Apr 20 09:52:57 [kernel] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00 Apr 20 09:52:57 [kernel] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 Apr 20 09:52:57 [kernel] usb usb1: Product: EHCI Host Controller Apr 20 09:52:57 [kernel] usb usb1: Manufacturer: Linux 2.6.34-rc4 ehci_hcd Apr 20 09:52:57 [kernel] usb usb1: SerialNumber: 0000:00:1a.7 Apr 20 09:52:57 [kernel] hub 1-0:1.0: USB hub found Apr 20 09:52:57 [kernel] hub 1-0:1.0: 6 ports detected Apr 20 09:52:57 [kernel] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23 Apr 20 09:52:57 [kernel] ehci_hcd 0000:00:1d.7: EHCI Host Controller Apr 20 09:52:57 [kernel] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2 Apr 20 09:52:57 [kernel] ehci_hcd 0000:00:1d.7: debug port 1 Apr 20 09:52:57 [kernel] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf9fff800 Apr 20 09:52:57 [kernel] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00 Apr 20 09:52:57 [kernel] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 Apr 20 09:52:57 [kernel] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Apr 20 09:52:57 [kernel] usb usb2: Product: EHCI Host Controller Apr 20 09:52:57 [kernel] usb usb2: Manufacturer: Linux 2.6.34-rc4 ehci_hcd Apr 20 09:52:57 [kernel] usb usb2: SerialNumber: 0000:00:1d.7 Apr 20 09:52:57 [kernel] hub 2-0:1.0: USB hub found Apr 20 09:52:57 [kernel] hub 2-0:1.0: 6 ports detected Apr 20 09:52:57 [kernel] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver Apr 20 09:52:57 [kernel] uhci_hcd: USB Universal Host Controller Interface driver Apr 20 09:52:57 [kernel] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 Apr 20 09:52:57 [kernel] uhci_hcd 0000:00:1a.0: UHCI Host Controller Apr 20 09:52:57 [kernel] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3 Apr 20 09:52:57 [kernel] uhci_hcd 0000:00:1a.0: detected 2 ports Apr 20 09:52:57 [kernel] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00009800 Apr 20 09:52:57 [kernel] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 Apr 20 09:52:57 [kernel] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Apr 20 09:52:57 [kernel] usb usb3: Product: UHCI Host Controller Apr 20 09:52:57 [kernel] usb usb3: Manufacturer: Linux 2.6.34-rc4 uhci_hcd Apr 20 09:52:57 [kernel] usb usb3: SerialNumber: 0000:00:1a.0 Apr 20 09:52:57 [kernel] hub 3-0:1.0: USB hub found Apr 20 09:52:57 [kernel] hub 3-0:1.0: 2 ports detected Apr 20 09:52:57 [kernel] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21 Apr 20 09:52:57 [kernel] uhci_hcd 0000:00:1a.1: UHCI Host Controller Apr 20 09:52:57 [kernel] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4 Apr 20 09:52:57 [kernel] uhci_hcd 0000:00:1a.1: detected 2 ports Apr 20 09:52:57 [kernel] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00009880 Apr 20 09:52:57 [kernel] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 Apr 20 09:52:57 [kernel] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Apr 20 09:52:57 [kernel] usb usb4: Product: UHCI Host Controller Apr 20 09:52:57 [kernel] usb usb4: Manufacturer: Linux 2.6.34-rc4 uhci_hcd Apr 20 09:52:57 [kernel] usb usb4: SerialNumber: 0000:00:1a.1 Apr 20 09:52:57 [kernel] hub 4-0:1.0: USB hub found Apr 20 09:52:57 [kernel] hub 4-0:1.0: 2 ports detected Apr 20 09:52:57 [kernel] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18 Apr 20 09:52:57 [kernel] uhci_hcd 0000:00:1a.2: UHCI Host Controller Apr 20 09:52:57 [kernel] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5 Apr 20 09:52:57 [kernel] uhci_hcd 0000:00:1a.2: detected 2 ports Apr 20 09:52:57 [kernel] uhci_hcd 0000:00:1a.2: irq 18, io base 0x00009c00 Apr 20 09:52:57 [kernel] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 Apr 20 09:52:57 [kernel] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Apr 20 09:52:57 [kernel] usb usb5: Product: UHCI Host Controller Apr 20 09:52:57 [kernel] usb usb5: Manufacturer: Linux 2.6.34-rc4 uhci_hcd Apr 20 09:52:57 [kernel] usb usb5: SerialNumber: 0000:00:1a.2 Apr 20 09:52:57 [kernel] hub 5-0:1.0: USB hub found Apr 20 09:52:57 [kernel] hub 5-0:1.0: 2 ports detected Apr 20 09:52:57 [kernel] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23 Apr 20 09:52:57 [kernel] uhci_hcd 0000:00:1d.0: UHCI Host Controller Apr 20 09:52:57 [kernel] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6 Apr 20 09:52:57 [kernel] uhci_hcd 0000:00:1d.0: detected 2 ports Apr 20 09:52:57 [kernel] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00009080 Apr 20 09:52:57 [kernel] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 Apr 20 09:52:57 [kernel] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Apr 20 09:52:57 [kernel] usb usb6: Product: UHCI Host Controller Apr 20 09:52:57 [kernel] usb usb6: Manufacturer: Linux 2.6.34-rc4 uhci_hcd Apr 20 09:52:57 [kernel] usb usb6: SerialNumber: 0000:00:1d.0 Apr 20 09:52:57 [kernel] hub 6-0:1.0: USB hub found Apr 20 09:52:57 [kernel] hub 6-0:1.0: 2 ports detected Apr 20 09:52:57 [kernel] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19 Apr 20 09:52:57 [kernel] uhci_hcd 0000:00:1d.1: UHCI Host Controller Apr 20 09:52:57 [kernel] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7 Apr 20 09:52:57 [kernel] uhci_hcd 0000:00:1d.1: detected 2 ports Apr 20 09:52:57 [kernel] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00009400 Apr 20 09:52:57 [kernel] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001 Apr 20 09:52:57 [kernel] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Apr 20 09:52:57 [kernel] usb usb7: Product: UHCI Host Controller Apr 20 09:52:57 [kernel] usb usb7: Manufacturer: Linux 2.6.34-rc4 uhci_hcd Apr 20 09:52:57 [kernel] usb usb7: SerialNumber: 0000:00:1d.1 Apr 20 09:52:57 [kernel] hub 7-0:1.0: USB hub found Apr 20 09:52:57 [kernel] hub 7-0:1.0: 2 ports detected Apr 20 09:52:57 [kernel] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18 Apr 20 09:52:57 [kernel] uhci_hcd 0000:00:1d.2: UHCI Host Controller Apr 20 09:52:57 [kernel] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8 Apr 20 09:52:57 [kernel] uhci_hcd 0000:00:1d.2: detected 2 ports Apr 20 09:52:57 [kernel] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00009480 Apr 20 09:52:57 [kernel] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001 Apr 20 09:52:57 [kernel] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Apr 20 09:52:57 [kernel] usb usb8: Product: UHCI Host Controller Apr 20 09:52:57 [kernel] usb usb8: Manufacturer: Linux 2.6.34-rc4 uhci_hcd Apr 20 09:52:57 [kernel] usb usb8: SerialNumber: 0000:00:1d.2 Apr 20 09:52:57 [kernel] hub 8-0:1.0: USB hub found Apr 20 09:52:57 [kernel] hub 8-0:1.0: 2 ports detected Apr 20 09:52:57 [kernel] usbcore: registered new interface driver usblp Apr 20 09:52:57 [kernel] Initializing USB Mass Storage driver... Apr 20 09:52:57 [kernel] usbcore: registered new interface driver usb-storage Apr 20 09:52:57 [kernel] USB Mass Storage support registered. Apr 20 09:52:57 [kernel] usbcore: registered new interface driver libusual Apr 20 09:52:57 [kernel] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1 Apr 20 09:52:57 [kernel] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp Apr 20 09:52:57 [kernel] serio: i8042 KBD port at 0x60,0x64 irq 1 Apr 20 09:52:57 [kernel] mice: PS/2 mouse device common for all mice Apr 20 09:52:57 [kernel] rtc_cmos 00:03: RTC can wake from S4 Apr 20 09:52:57 [kernel] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0 Apr 20 09:52:57 [kernel] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs Apr 20 09:52:57 [kernel] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18 Apr 20 09:52:57 [kernel] ACPI: resource 0000:00:1f.3 [io 0x0400-0x041f] conflicts with ACPI region SMRG [??? 0x00000400-0x0000040f flags 0x47] Apr 20 09:52:57 [kernel] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver Apr 20 09:52:57 [kernel] md: raid0 personality registered for level 0 Apr 20 09:52:57 [kernel] md: raid1 personality registered for level 1 Apr 20 09:52:57 [kernel] Bluetooth: Broadcom Blutonium firmware driver ver 1.2 Apr 20 09:52:57 [kernel] usbcore: registered new interface driver bcm203x Apr 20 09:52:57 [kernel] Bluetooth: Generic Bluetooth USB driver ver 0.6 Apr 20 09:52:57 [kernel] usbcore: registered new interface driver btusb Apr 20 09:52:57 [kernel] cpuidle: using governor ladder Apr 20 09:52:57 [kernel] cpuidle: using governor menu Apr 20 09:52:57 [kernel] wacom driver registered Apr 20 09:52:57 [kernel] usbcore: registered new interface driver hiddev Apr 20 09:52:57 [kernel] usbcore: registered new interface driver usbhid Apr 20 09:52:57 [kernel] usbhid: USB HID core driver Apr 20 09:52:57 [kernel] AV200 0000:09:04.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 Apr 20 09:52:57 [kernel] ALSA sound/pci/oxygen/oxygen_lib.c:582: invalid PCI I/O range Apr 20 09:52:57 [kernel] AV200 0000:09:04.0: PCI INT A disabled Apr 20 09:52:57 [kernel] ALSA device list: Apr 20 09:52:57 [kernel] No soundcards found. Apr 20 09:52:57 [kernel] Netfilter messages via NETLINK v0.30. Apr 20 09:52:57 [kernel] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) Apr 20 09:52:57 [kernel] ctnetlink v0.93: registering with nfnetlink. Apr 20 09:52:57 [kernel] ip_tables: (C) 2000-2006 Netfilter Core Team Apr 20 09:52:57 [kernel] TCP cubic registered Apr 20 09:52:57 [kernel] Initializing XFRM netlink socket Apr 20 09:52:57 [kernel] NET: Registered protocol family 10 Apr 20 09:52:57 [kernel] ip6_tables: (C) 2000-2006 Netfilter Core Team Apr 20 09:52:57 [kernel] IPv6 over IPv4 tunneling driver Apr 20 09:52:57 [kernel] NET: Registered protocol family 17 Apr 20 09:52:57 [kernel] Bluetooth: L2CAP ver 2.14 Apr 20 09:52:57 [kernel] Bluetooth: L2CAP socket layer initialized Apr 20 09:52:57 [kernel] Bluetooth: SCO (Voice Link) ver 0.6 Apr 20 09:52:57 [kernel] Bluetooth: SCO socket layer initialized Apr 20 09:52:57 [kernel] Bluetooth: RFCOMM socket layer initialized Apr 20 09:52:57 [kernel] Bluetooth: RFCOMM ver 1.11 Apr 20 09:52:57 [kernel] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 Apr 20 09:52:57 [kernel] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 Apr 20 09:52:57 [kernel] Using IPI No-Shortcut mode Apr 20 09:52:57 [kernel] ata7: SATA link down (SStatus 0 SControl 300) Apr 20 09:52:57 [kernel] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) Apr 20 09:52:57 [kernel] ata1.00: ATA-7: INTEL SSDSA2M080G2GC, 2CV102HD, max UDMA/133 Apr 20 09:52:57 [kernel] sd 0:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB) Apr 20 09:52:57 [kernel] sd 0:0:0:0: Attached scsi generic sg0 type 0 Apr 20 09:52:57 [kernel] sd 0:0:0:0: [sda] Write Protect is off Apr 20 09:52:57 [kernel] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Apr 20 09:52:57 [kernel] sda: sda1 sda2 sda3 Apr 20 09:52:57 [kernel] sd 0:0:0:0: [sda] Attached SCSI disk Apr 20 09:52:57 [kernel] usb 6-1: new full speed USB device using uhci_hcd and address 2 Apr 20 09:52:57 [kernel] usb 6-1: New USB device found, idVendor=046d, idProduct=c041 Apr 20 09:52:57 [kernel] usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Apr 20 09:52:57 [kernel] usb 6-1: Product: USB Gaming Mouse Apr 20 09:52:57 [kernel] usb 6-1: Manufacturer: Logitech Apr 20 09:52:57 [kernel] input: Logitech USB Gaming Mouse as /devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1:1.0/input/input2 Apr 20 09:52:57 [kernel] generic-usb 0003:046D:C041.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Gaming Mouse] on usb-0000:00:1d.0-1/input0 Apr 20 09:52:57 [kernel] generic-usb 0003:046D:C041.0002: hiddev96,hidraw1: USB HID v1.11 Device [Logitech USB Gaming Mouse] on usb-0000:00:1d.0-1/input1 Apr 20 09:52:57 [kernel] usb 6-2: new low speed USB device using uhci_hcd and address 3 Apr 20 09:52:57 [kernel] usb 6-2: New USB device found, idVendor=045e, idProduct=00db Apr 20 09:52:57 [kernel] usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Apr 20 09:52:57 [kernel] usb 6-2: Product: Natural® Ergonomic Keyboard 4000 Apr 20 09:52:57 [kernel] usb 6-2: Manufacturer: Microsoft Apr 20 09:52:57 [kernel] input: Microsoft Natural® Ergonomic Keyboard 4000 as /devices/pci0000:00/0000:00:1d.0/usb6/6-2/6-2:1.0/input/input3 Apr 20 09:52:57 [kernel] microsoft 0003:045E:00DB.0003: input,hidraw2: USB HID v1.11 Keyboard [Microsoft Natural® Ergonomic Keyboard 4000] on usb-0000:00:1d.0-2/input0 Apr 20 09:52:57 [kernel] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) Apr 20 09:52:57 [kernel] ata2.00: ATA-7: INTEL SSDSA2M080G2GC, 2CV102HD, max UDMA/133 Apr 20 09:52:57 [kernel] ata2.00: 156301488 sectors, multi 1: LBA48 NCQ (depth 31/32) Apr 20 09:52:57 [kernel] ata2.00: configured for UDMA/133 Apr 20 09:52:57 [kernel] scsi 1:0:0:0: Direct-Access ATA INTEL SSDSA2M080 2CV1 PQ: 0 ANSI: 5 Apr 20 09:52:57 [kernel] sd 0:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB) Apr 20 09:52:57 [kernel] sd 1:0:0:0: Attached scsi generic sg1 type 0 Apr 20 09:52:57 [kernel] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Apr 20 09:52:57 [kernel] input: Microsoft Natural® Ergonomic Keyboard 4000 as /devices/pci0000:00/0000:00:1d.0/usb6/6-2/6-2:1.1/input/input4 Apr 20 09:52:57 [kernel] microsoft 0003:045E:00DB.0004: input,hidraw3: USB HID v1.11 Device [Microsoft Natural® Ergonomic Keyboard 4000] on usb-0000:00:1d.0-2/input1 Apr 20 09:52:57 [kernel] sdb: sdb1 sdb2 sdb3 Apr 20 09:52:57 [kernel] sd 1:0:0:0: [sdb] Attached SCSI disk Apr 20 09:52:57 [kernel] usb 7-1: new full speed USB device using uhci_hcd and address 2 Apr 20 09:52:57 [kernel] ata3: SATA link down (SStatus 0 SControl 300) Apr 20 09:52:57 [kernel] usb 7-1: New USB device found, idVendor=07b8, idProduct=b02a Apr 20 09:52:57 [kernel] usb 7-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0 Apr 20 09:52:57 [kernel] usb 7-1: Product: Bluetooth USB Adapter Apr 20 09:52:57 [kernel] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300) Apr 20 09:52:57 [kernel] ata4.00: ATAPI: HL-DT-ST BD-RE GGW-H20L, YL01, max UDMA/133 Apr 20 09:52:57 [kernel] ata4.00: configured for UDMA/133 Apr 20 09:52:57 [kernel] scsi 3:0:0:0: CD-ROM HL-DT-ST BD-RE GGW-H20L YL01 PQ: 0 ANSI: 5 Apr 20 09:52:57 [kernel] sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray Apr 20 09:52:57 [kernel] Uniform CD-ROM driver Revision: 3.20 Apr 20 09:52:57 [kernel] sr 3:0:0:0: Attached scsi generic sg2 type 5 Apr 20 09:52:57 [kernel] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300) Apr 20 09:52:57 [kernel] ata5.00: ATA-8: WDC WD10EACS-00ZJB0, 01.01B01, max UDMA/133 Apr 20 09:52:57 [kernel] ata5.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA Apr 20 09:52:57 [kernel] ata5.00: configured for UDMA/133 Apr 20 09:52:57 [kernel] scsi 4:0:0:0: Direct-Access ATA WDC WD10EACS-00Z 01.0 PQ: 0 ANSI: 5 Apr 20 09:52:57 [kernel] sd 4:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) Apr 20 09:52:57 [kernel] sd 4:0:0:0: Attached scsi generic sg3 type 0 Apr 20 09:52:57 [kernel] sd 4:0:0:0: [sdc] Write Protect is off Apr 20 09:52:57 [kernel] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Apr 20 09:52:57 [kernel] sdc: sdc1 Apr 20 09:52:57 [kernel] sd 4:0:0:0: [sdc] Attached SCSI disk Apr 20 09:52:57 [kernel] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300) Apr 20 09:52:57 [kernel] ata6.00: ATA-8: WDC WD10EACS-00ZJB0, 01.01B01, max UDMA/133 Apr 20 09:52:57 [kernel] ata6.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA Apr 20 09:52:57 [kernel] ata6.00: configured for UDMA/133 Apr 20 09:52:57 [kernel] scsi 5:0:0:0: Direct-Access ATA WDC WD10EACS-00Z 01.0 PQ: 0 ANSI: 5 Apr 20 09:52:57 [kernel] sd 5:0:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) Apr 20 09:52:57 [kernel] sd 5:0:0:0: Attached scsi generic sg4 type 0 Apr 20 09:52:57 [kernel] sd 5:0:0:0: [sdd] Write Protect is off Apr 20 09:52:57 [kernel] sd 5:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Apr 20 09:52:57 [kernel] sdd: sdd1 Apr 20 09:52:57 [kernel] sd 5:0:0:0: [sdd] Attached SCSI disk Apr 20 09:52:57 [kernel] ata8: SATA link down (SStatus 0 SControl 300) Apr 20 09:52:57 [kernel] ata9: SATA link down (SStatus 0 SControl 300) Apr 20 09:52:57 [kernel] ata10: SATA link down (SStatus 0 SControl 300) Apr 20 09:52:57 [kernel] md: Waiting for all devices to be available before autodetect Apr 20 09:52:57 [kernel] md: If you don't use raid, use raid=noautodetect Apr 20 09:52:57 [kernel] md: Autodetecting RAID arrays. Apr 20 09:52:57 [kernel] md: Scanned 6 and added 6 devices. Apr 20 09:52:57 [kernel] md: autorun ... Apr 20 09:52:57 [kernel] md: considering sdd1 ... Apr 20 09:52:57 [kernel] md: adding sdd1 ... Apr 20 09:52:57 [kernel] md: adding sdc1 ... Apr 20 09:52:57 [kernel] md: sdb3 has different UUID to sdd1 Apr 20 09:52:57 [kernel] md: sdb1 has different UUID to sdd1 Apr 20 09:52:57 [kernel] md: sda1 has different UUID to sdd1 Apr 20 09:52:57 [kernel] md: created md4 Apr 20 09:52:57 [kernel] md: bind<sdc1> Apr 20 09:52:57 [kernel] md: bind<sdd1> Apr 20 09:52:57 [kernel] md: running: <sdd1><sdc1> Apr 20 09:52:57 [kernel] raid0: looking at sdd1 Apr 20 09:52:57 [kernel] raid0: comparing sdd1(1953519872) Apr 20 09:52:57 [kernel] with sdd1(1953519872) Apr 20 09:52:57 [kernel] raid0: END Apr 20 09:52:57 [kernel] raid0: ==> UNIQUE Apr 20 09:52:57 [kernel] raid0: 1 zones Apr 20 09:52:57 [kernel] raid0: looking at sdc1 Apr 20 09:52:57 [kernel] raid0: comparing sdc1(1953519872) Apr 20 09:52:57 [kernel] with sdd1(1953519872) Apr 20 09:52:57 [kernel] raid0: EQUAL Apr 20 09:52:57 [kernel] raid0: FINAL 1 zones Apr 20 09:52:57 [kernel] raid0: done. Apr 20 09:52:57 [kernel] raid0 : md_size is 3907039744 sectors. Apr 20 09:52:57 [kernel] ******* md4 configuration ********* Apr 20 09:52:57 [kernel] zone0=[sdc1/sdd1/] Apr 20 09:52:57 [kernel] zone offset=0kb device offset=0kb size=1953519872kb Apr 20 09:52:57 [kernel] ********************************** Apr 20 09:52:57 [kernel] md4: detected capacity change from 0 to 2000404348928 Apr 20 09:52:57 [kernel] md: considering sdb3 ... Apr 20 09:52:57 [kernel] md: adding sdb3 ... Apr 20 09:52:57 [kernel] md: sdb1 has different UUID to sdb3 Apr 20 09:52:57 [kernel] md: adding sda3 ... Apr 20 09:52:57 [kernel] md: sda1 has different UUID to sdb3 Apr 20 09:52:57 [kernel] md: created md3 Apr 20 09:52:57 [kernel] md: bind<sda3> Apr 20 09:52:57 [kernel] md: bind<sdb3> Apr 20 09:52:57 [kernel] md: running: <sdb3><sda3> Apr 20 09:52:57 [kernel] raid0: looking at sdb3 Apr 20 09:52:57 [kernel] raid0: comparing sdb3(154962688) Apr 20 09:52:57 [kernel] with sdb3(154962688) Apr 20 09:52:57 [kernel] raid0: END Apr 20 09:52:57 [kernel] raid0: ==> UNIQUE Apr 20 09:52:57 [kernel] raid0: 1 zones Apr 20 09:52:57 [kernel] raid0: looking at sda3 Apr 20 09:52:57 [kernel] raid0: comparing sda3(154962688) Apr 20 09:52:57 [kernel] with sdb3(154962688) Apr 20 09:52:57 [kernel] raid0: EQUAL Apr 20 09:52:57 [kernel] raid0: FINAL 1 zones Apr 20 09:52:57 [kernel] raid0: done. Apr 20 09:52:57 [kernel] raid0 : md_size is 309925376 sectors. Apr 20 09:52:57 [kernel] ******* md3 configuration ********* Apr 20 09:52:57 [kernel] zone0=[sda3/sdb3/] Apr 20 09:52:57 [kernel] zone offset=0kb device offset=0kb size=154962688kb Apr 20 09:52:57 [kernel] ********************************** Apr 20 09:52:57 [kernel] md3: detected capacity change from 0 to 158681792512 Apr 20 09:52:57 [kernel] md: considering sdb1 ... Apr 20 09:52:57 [kernel] md: adding sdb1 ... Apr 20 09:52:57 [kernel] md: adding sda1 ... Apr 20 09:52:57 [kernel] md: created md1 Apr 20 09:52:57 [kernel] md: bind<sda1> Apr 20 09:52:57 [kernel] md: bind<sdb1> Apr 20 09:52:57 [kernel] md: running: <sdb1><sda1> Apr 20 09:52:57 [kernel] raid1: raid set md1 active with 2 out of 2 mirrors Apr 20 09:52:57 [kernel] md1: detected capacity change from 0 to 139722752 Apr 20 09:52:57 [kernel] md: ... autorun DONE. Apr 20 09:52:57 [kernel] md3: unknown partition table Apr 20 09:52:57 [kernel] EXT4-fs (md3): mounted filesystem with ordered data mode Apr 20 09:52:57 [kernel] VFS: Mounted root (ext2 filesystem) readonly on device 9:3. Apr 20 09:52:57 [kernel] Freeing unused kernel memory: 352k freed Apr 20 09:52:57 [kernel] udev: starting version 151 Apr 20 09:52:57 [kernel] md4: unknown partition table Apr 20 09:52:57 [kernel] md1: unknown partition table Apr 20 09:52:57 [kernel] EXT4-fs (md4): mounted filesystem with ordered data mode Apr 20 09:52:57 [bluetoothd] probe failed with driver input-headset for device /org/bluez/1729/hci0/dev_00_1D_28_D9_63_44 Apr 20 09:52:57 [bluetoothd] Adapter /org/bluez/1729/hci0 has been enabled Apr 20 09:52:57 [bluetoothd] Failed to access HAL Apr 20 09:52:57 [kernel] skge 0000:0a:04.0: eth0: enabling interface Apr 20 09:52:57 [kernel] ADDRCONF(NETDEV_UP): eth0: link is not ready Apr 20 09:52:58 [kernel] Adding 530140k swap on /dev/sda2. Priority:-1 extents:1 across:530140k SSD Apr 20 09:52:58 [kernel] Adding 530140k swap on /dev/sdb2. Priority:-2 extents:1 across:530140k SSD Apr 20 09:52:58 [init] Entering runlevel: 3 Apr 20 09:52:58 [avahi-daemon] Found user 'avahi' (UID 109) and group 'avahi' (GID 1013). Apr 20 09:52:58 [avahi-daemon] Successfully dropped root privileges. Apr 20 09:52:58 [avahi-daemon] avahi-daemon 0.6.25 starting up. Apr 20 09:52:58 [avahi-daemon] WARNING: No NSS support for mDNS detected, consider installing nss-mdns! Apr 20 09:52:58 [avahi-daemon] Successfully called chroot(). Apr 20 09:52:58 [avahi-daemon] Successfully dropped remaining capabilities. Apr 20 09:52:58 [avahi-daemon] Loading service file /services/sftp-ssh.service. Apr 20 09:52:58 [avahi-daemon] Loading service file /services/ssh.service. Apr 20 09:52:58 [avahi-daemon] Loading service file /services/udisks.service. Apr 20 09:52:58 [avahi-daemon] Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.0.1. Apr 20 09:52:58 [avahi-daemon] New relevant interface eth0.IPv4 for mDNS. Apr 20 09:52:58 [avahi-daemon] Network interface enumeration completed. Apr 20 09:52:58 [avahi-daemon] Registering new address record for 192.168.0.1 on eth0.IPv4. Apr 20 09:52:58 [avahi-daemon] Registering HINFO record with values 'I686'/'LINUX'. Apr 20 09:52:58 [kernel] [drm] nouveau 0000:01:00.0: Allocating FIFO number 2 Apr 20 09:52:58 [kernel] [drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 2 Apr 20 09:52:58 [kernel] [drm] nouveau 0000:01:00.0: Allocating FIFO number 3 Apr 20 09:52:58 [kernel] [drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 3 Apr 20 09:52:59 [avahi-daemon] Server startup complete. Host name is darwin.local. Local service cookie is 373921276. Apr 20 09:53:00 [avahi-daemon] Service "darwin" (/services/udisks.service) successfully established. Apr 20 09:53:00 [avahi-daemon] Service "darwin" (/services/ssh.service) successfully established. Apr 20 09:53:00 [avahi-daemon] Service "SFTP File Transfer on darwin" (/services/sftp-ssh.service) successfully established. Apr 20 09:53:00 [polkitd] started daemon version 0.96 using authority implementation `local' version `0.96' Apr 20 09:53:00 [polkitd(authority=local)] Registered Authentication Agent for session /org/freedesktop/ConsoleKit/Session1 (system bus name :1.12 [/usr/libexec/polkit-gnome-authentication-agent-1], object path /org/gnome/PolicyKit1/AuthenticationAgent, locale en_US.utf-8) Apr 20 09:53:00 [gdm-simple-greeter] Gtk-WARNING: gtkwidget.c:5628: widget not within a GtkWindow_ Apr 20 09:53:00 [kernel] skge 0000:0a:04.0: eth0: Link is up at 1000 Mbps, full duplex, flow control both Apr 20 09:53:00 [kernel] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready Apr 20 09:53:01 [avahi-daemon] Joining mDNS multicast group on interface eth0.IPv6 with address fe80::21f:c6ff:fe5c:9338. Apr 20 09:53:01 [avahi-daemon] New relevant interface eth0.IPv6 for mDNS. Apr 20 09:53:01 [avahi-daemon] Registering new address record for fe80::21f:c6ff:fe5c:9338 on eth0.*. Apr 20 09:53:02 [ntpdate] step time server 130.236.254.17 offset -1.107486 sec Apr 20 09:53:02 [sshd] Server listening on 0.0.0.0 port 22. Apr 20 09:53:02 [sshd] Server listening on :: port 22. ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [regression, bisected] Xonar DX invalid PCI I/O range since 977d17bb174 2010-04-20 8:03 ` Peter Henriksson @ 2010-04-20 17:22 ` Yinghai Lu 2010-04-20 18:45 ` Peter Henriksson 0 siblings, 1 reply; 13+ messages in thread From: Yinghai Lu @ 2010-04-20 17:22 UTC (permalink / raw) To: Peter Henriksson Cc: Yinghai, Clemens Ladisch, Jesse Barnes, linux-pci, linux-kernel On Tue, Apr 20, 2010 at 1:03 AM, Peter Henriksson <peter.henriksson@gmail.com> wrote: >> please post bootlog without patch. >> >> compile CONFIG_PCI_DEBUG=y and boot with "debug" in command line >> >> YH >> > > Updated log. please make sure your .config have CONFIG_PCI_DEBUG=y and in the grub.conf, the append line have "debug" there. YH ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [regression, bisected] Xonar DX invalid PCI I/O range since 977d17bb174 2010-04-20 17:22 ` Yinghai Lu @ 2010-04-20 18:45 ` Peter Henriksson 2010-04-21 6:06 ` Yinghai 0 siblings, 1 reply; 13+ messages in thread From: Peter Henriksson @ 2010-04-20 18:45 UTC (permalink / raw) To: Yinghai Lu Cc: Yinghai, Clemens Ladisch, Jesse Barnes, linux-pci, linux-kernel > please make sure your .config have CONFIG_PCI_DEBUG=y > > and in the grub.conf, the append line have "debug" there. > > YH Sorry about that. This should be better. // Peter Apr 20 20:31:42 [kernel] Linux version 2.6.34-rc4 (root@darwin) (gcc version 4.4.3 (Gentoo 4.4.3 p1.0) ) #2 SMP PREEMPT Tue Apr 20 20:30:04 CEST 2010 Apr 20 20:31:42 [kernel] BIOS-provided physical RAM map: Apr 20 20:31:42 [kernel] BIOS-e820: 0000000000000000 - 000000000009ec00 (usable) Apr 20 20:31:42 [kernel] BIOS-e820: 000000000009ec00 - 00000000000a0000 (reserved) Apr 20 20:31:42 [kernel] BIOS-e820: 00000000000e5000 - 0000000000100000 (reserved) Apr 20 20:31:42 [kernel] BIOS-e820: 0000000000100000 - 000000007ff40000 (usable) Apr 20 20:31:42 [kernel] BIOS-e820: 000000007ff40000 - 000000007ff4e000 (ACPI data) Apr 20 20:31:42 [kernel] BIOS-e820: 000000007ff4e000 - 000000007ffe0000 (ACPI NVS) Apr 20 20:31:42 [kernel] BIOS-e820: 000000007ffe0000 - 0000000080000000 (reserved) Apr 20 20:31:42 [kernel] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) Apr 20 20:31:42 [kernel] BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved) Apr 20 20:31:42 [kernel] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel! Apr 20 20:31:42 [kernel] DMI 2.4 present. Apr 20 20:31:42 [kernel] AMI BIOS detected: BIOS may corrupt low RAM, working around it. Apr 20 20:31:42 [kernel] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved) Apr 20 20:31:42 [kernel] e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved) Apr 20 20:31:42 [kernel] e820 remove range: 00000000000a0000 - 0000000000100000 (usable) Apr 20 20:31:42 [kernel] last_pfn = 0x7ff40 max_arch_pfn = 0x100000 Apr 20 20:31:42 [kernel] MTRR default type: uncachable Apr 20 20:31:42 [kernel] MTRR fixed ranges enabled: Apr 20 20:31:42 [kernel] 00000-9FFFF write-back Apr 20 20:31:42 [kernel] A0000-BFFFF uncachable Apr 20 20:31:42 [kernel] C0000-DFFFF write-protect Apr 20 20:31:42 [kernel] E0000-EFFFF write-through Apr 20 20:31:42 [kernel] F0000-FFFFF write-protect Apr 20 20:31:42 [kernel] MTRR variable ranges enabled: Apr 20 20:31:42 [kernel] 0 base 000000000 mask F80000000 write-back Apr 20 20:31:42 [kernel] 1 disabled Apr 20 20:31:42 [kernel] 2 disabled Apr 20 20:31:42 [kernel] 3 disabled Apr 20 20:31:42 [kernel] 4 disabled Apr 20 20:31:42 [kernel] 5 disabled Apr 20 20:31:42 [kernel] 6 disabled Apr 20 20:31:42 [kernel] 7 disabled Apr 20 20:31:42 [kernel] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 Apr 20 20:31:42 [kernel] Scanning 0 areas for low memory corruption Apr 20 20:31:42 [kernel] modified physical RAM map: Apr 20 20:31:42 [kernel] modified: 0000000000000000 - 0000000000010000 (reserved) Apr 20 20:31:42 [kernel] modified: 0000000000010000 - 000000000009ec00 (usable) Apr 20 20:31:42 [kernel] modified: 000000000009ec00 - 00000000000a0000 (reserved) Apr 20 20:31:42 [kernel] modified: 00000000000e5000 - 0000000000100000 (reserved) Apr 20 20:31:42 [kernel] modified: 0000000000100000 - 000000007ff40000 (usable) Apr 20 20:31:42 [kernel] modified: 000000007ff4e000 - 000000007ffe0000 (ACPI NVS) Apr 20 20:31:42 [kernel] modified: 000000007ffe0000 - 0000000080000000 (reserved) Apr 20 20:31:42 [kernel] modified: 00000000fee00000 - 00000000fee01000 (reserved) Apr 20 20:31:42 [kernel] modified: 00000000ffe00000 - 0000000100000000 (reserved) Apr 20 20:31:42 [kernel] initial memory mapped : 0 - 01800000 Apr 20 20:31:42 [kernel] found SMP MP-table at [c00ff780] ff780 Apr 20 20:31:42 [kernel] init_memory_mapping: 0000000000000000-00000000377fe000 Apr 20 20:31:42 [kernel] 0000000000 - 0000400000 page 4k Apr 20 20:31:42 [kernel] 0000400000 - 0037400000 page 2M Apr 20 20:31:42 [kernel] 0037400000 - 00377fe000 page 4k Apr 20 20:31:42 [kernel] kernel direct mapping tables up to 377fe000 @ 15000-1a000 Apr 20 20:31:42 [kernel] ACPI: RSDP 000faff0 00024 (v02 ACPIAM) Apr 20 20:31:42 [kernel] ACPI: XSDT 7ff40100 00054 (v01 A_M_I_ OEMXSDT 12000810 MSFT 00000097) Apr 20 20:31:42 [kernel] ACPI: FACP 7ff40290 000F4 (v03 A_M_I_ OEMFACP 12000810 MSFT 00000097) Apr 20 20:31:42 [kernel] ACPI: DSDT 7ff40440 09516 (v01 A0963 A0963031 00000031 INTL 20060113) Apr 20 20:31:42 [kernel] ACPI: FACS 7ff4e000 00040 Apr 20 20:31:42 [kernel] ACPI: APIC 7ff40390 0006C (v01 A_M_I_ OEMAPIC 12000810 MSFT 00000097) Apr 20 20:31:42 [kernel] ACPI: MCFG 7ff40400 0003C (v01 A_M_I_ OEMMCFG 12000810 MSFT 00000097) Apr 20 20:31:42 [kernel] ACPI: OEMB 7ff4e040 00081 (v01 A_M_I_ AMI_OEM 12000810 MSFT 00000097) Apr 20 20:31:42 [kernel] ACPI: HPET 7ff49960 00038 (v01 A_M_I_ OEMHPET 12000810 MSFT 00000097) Apr 20 20:31:42 [kernel] ACPI: OSFR 7ff499a0 000B0 (v01 A_M_I_ OEMOSFR 12000810 MSFT 00000097) Apr 20 20:31:42 [kernel] ACPI: Local APIC address 0xfee00000 Apr 20 20:31:42 [kernel] 1159MB HIGHMEM available. Apr 20 20:31:42 [kernel] 887MB LOWMEM available. Apr 20 20:31:42 [kernel] mapped low ram: 0 - 377fe000 Apr 20 20:31:42 [kernel] low ram: 0 - 377fe000 Apr 20 20:31:42 [kernel] Zone PFN ranges: Apr 20 20:31:42 [kernel] DMA 0x00000010 -> 0x00001000 Apr 20 20:31:42 [kernel] Normal 0x00001000 -> 0x000377fe Apr 20 20:31:42 [kernel] HighMem 0x000377fe -> 0x0007ff40 Apr 20 20:31:42 [kernel] Movable zone start PFN for each node Apr 20 20:31:42 [kernel] early_node_map[2] active PFN ranges Apr 20 20:31:42 [kernel] 0: 0x00000010 -> 0x0000009e Apr 20 20:31:42 [kernel] 0: 0x00000100 -> 0x0007ff40 Apr 20 20:31:42 [kernel] On node 0 totalpages: 523982 Apr 20 20:31:42 [kernel] free_area_init_node: node 0, pgdat c153aac0, node_mem_map c161a200 Apr 20 20:31:42 [kernel] DMA zone: 32 pages used for memmap Apr 20 20:31:42 [kernel] DMA zone: 0 pages reserved Apr 20 20:31:42 [kernel] DMA zone: 3950 pages, LIFO batch:0 Apr 20 20:31:42 [kernel] Normal zone: 1744 pages used for memmap Apr 20 20:31:42 [kernel] Normal zone: 221486 pages, LIFO batch:31 Apr 20 20:31:42 [kernel] HighMem zone: 2319 pages used for memmap Apr 20 20:31:42 [kernel] HighMem zone: 294451 pages, LIFO batch:31 Apr 20 20:31:42 [kernel] ACPI: PM-Timer IO Port: 0x808 Apr 20 20:31:42 [kernel] ACPI: Local APIC address 0xfee00000 Apr 20 20:31:42 [kernel] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) Apr 20 20:31:42 [kernel] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled) Apr 20 20:31:42 [kernel] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled) Apr 20 20:31:42 [kernel] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled) Apr 20 20:31:42 [kernel] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0]) Apr 20 20:31:42 [kernel] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23 Apr 20 20:31:42 [kernel] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) Apr 20 20:31:42 [kernel] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) Apr 20 20:31:42 [kernel] ACPI: IRQ0 used by override. Apr 20 20:31:42 [kernel] ACPI: IRQ2 used by override. Apr 20 20:31:42 [kernel] ACPI: IRQ9 used by override. Apr 20 20:31:42 [kernel] Using ACPI (MADT) for SMP configuration information Apr 20 20:31:42 [kernel] ACPI: HPET id: 0x8086a301 base: 0xfed00000 Apr 20 20:31:42 [kernel] SMP: Allowing 4 CPUs, 0 hotplug CPUs Apr 20 20:31:42 [kernel] nr_irqs_gsi: 24 Apr 20 20:31:42 [kernel] early_res array is doubled to 64 at [16000 - 167ff] Apr 20 20:31:42 [kernel] PM: Registered nosave memory: 000000000009e000 - 000000000009f000 Apr 20 20:31:42 [kernel] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 Apr 20 20:31:42 [kernel] PM: Registered nosave memory: 00000000000a0000 - 00000000000e5000 Apr 20 20:31:42 [kernel] PM: Registered nosave memory: 00000000000e5000 - 0000000000100000 Apr 20 20:31:42 [kernel] Allocating PCI resources starting at 80000000 (gap: 80000000:7ee00000) Apr 20 20:31:42 [kernel] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1 Apr 20 20:31:42 [kernel] PERCPU: Embedded 12 pages/cpu @c2800000 s27796 r0 d21356 u1048576 Apr 20 20:31:42 [kernel] pcpu-alloc: s27796 r0 d21356 u1048576 alloc=1*4194304 Apr 20 20:31:42 [kernel] pcpu-alloc: [0] 0 1 2 3 Apr 20 20:31:42 [kernel] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 519887 Apr 20 20:31:42 [kernel] Kernel command line: root=/dev/md3 debug Apr 20 20:31:42 [kernel] PID hash table entries: 4096 (order: 2, 16384 bytes) Apr 20 20:31:42 [kernel] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) Apr 20 20:31:42 [kernel] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) Apr 20 20:31:42 [kernel] Enabling fast FPU save and restore... done. Apr 20 20:31:42 [kernel] Enabling unmasked SIMD FPU exception support... done. Apr 20 20:31:42 [kernel] Initializing CPU#0 Apr 20 20:31:42 [kernel] Subtract (48 early reservations) Apr 20 20:31:42 [kernel] #1 [0000001000 - 0000002000] EX TRAMPOLINE Apr 20 20:31:42 [kernel] #2 [0001000000 - 0001611c30] TEXT DATA BSS Apr 20 20:31:42 [kernel] #3 [0001612000 - 0001618234] BRK Apr 20 20:31:42 [kernel] #4 [00000ff790 - 0000100000] BIOS reserved Apr 20 20:31:42 [kernel] #5 [00000ff780 - 00000ff790] MP-table mpf Apr 20 20:31:42 [kernel] #6 [000009ec00 - 00000f1540] BIOS reserved Apr 20 20:31:42 [kernel] #7 [00000f175c - 00000ff780] BIOS reserved Apr 20 20:31:42 [kernel] #8 [00000f1540 - 00000f175c] MP-table mpc Apr 20 20:31:42 [kernel] #9 [0000010000 - 0000011000] TRAMPOLINE Apr 20 20:31:42 [kernel] #10 [0000011000 - 0000015000] ACPI WAKEUP Apr 20 20:31:42 [kernel] #11 [0000015000 - 0000016000] PGTABLE Apr 20 20:31:42 [kernel] #12 [0001619000 - 000161a000] BOOTMEM Apr 20 20:31:42 [kernel] #13 [000161a000 - 000261a000] BOOTMEM Apr 20 20:31:42 [kernel] #14 [0001611c40 - 0001611c44] BOOTMEM Apr 20 20:31:42 [kernel] #15 [0001611c80 - 0001611d40] BOOTMEM Apr 20 20:31:42 [kernel] #16 [0001611d40 - 0001611d94] BOOTMEM Apr 20 20:31:42 [kernel] #17 [000261a000 - 000261d000] BOOTMEM Apr 20 20:31:42 [kernel] #18 [0001611dc0 - 0001611e30] BOOTMEM Apr 20 20:31:42 [kernel] #19 [000261d000 - 0002623000] BOOTMEM Apr 20 20:31:42 [kernel] #20 [0001611e40 - 0001611e65] BOOTMEM Apr 20 20:31:42 [kernel] #21 [0001611e80 - 0001611ea7] BOOTMEM Apr 20 20:31:42 [kernel] #22 [0001611ec0 - 0001611fd8] BOOTMEM Apr 20 20:31:42 [kernel] #23 [0001618240 - 0001618280] BOOTMEM Apr 20 20:31:42 [kernel] #24 [0001618280 - 00016182c0] BOOTMEM Apr 20 20:31:42 [kernel] #25 [00016182c0 - 0001618300] BOOTMEM Apr 20 20:31:42 [kernel] #26 [0001618300 - 0001618340] BOOTMEM Apr 20 20:31:42 [kernel] #27 [0001618340 - 0001618380] BOOTMEM Apr 20 20:31:42 [kernel] #28 [0001618380 - 00016183c0] BOOTMEM Apr 20 20:31:42 [kernel] #29 [00016183c0 - 0001618400] BOOTMEM Apr 20 20:31:42 [kernel] #30 [0001618400 - 0001618440] BOOTMEM Apr 20 20:31:42 [kernel] #31 [0001618440 - 0001618480] BOOTMEM Apr 20 20:31:42 [kernel] #32 [0001618480 - 0001618490] BOOTMEM Apr 20 20:31:42 [kernel] #33 [00016184c0 - 00016184d4] BOOTMEM Apr 20 20:31:42 [kernel] #34 [0001618500 - 0001618514] BOOTMEM Apr 20 20:31:42 [kernel] #35 [0002800000 - 000280c000] BOOTMEM Apr 20 20:31:42 [kernel] #36 [0002900000 - 000290c000] BOOTMEM Apr 20 20:31:42 [kernel] #37 [0002a00000 - 0002a0c000] BOOTMEM Apr 20 20:31:42 [kernel] #38 [0002b00000 - 0002b0c000] BOOTMEM Apr 20 20:31:42 [kernel] #39 [0001618540 - 0001618544] BOOTMEM Apr 20 20:31:42 [kernel] #40 [0001618580 - 0001618584] BOOTMEM Apr 20 20:31:42 [kernel] #41 [00016185c0 - 00016185d0] BOOTMEM Apr 20 20:31:42 [kernel] #42 [0001618600 - 0001618610] BOOTMEM Apr 20 20:31:42 [kernel] Initializing HighMem for node 0 (000377fe:0007ff40) Apr 20 20:31:42 [kernel] Memory: 2072260k/2096384k available (3811k kernel code, 23668k reserved, 1572k data, 352k init, 1187080k highmem) Apr 20 20:31:42 [kernel] virtual kernel memory layout: Apr 20 20:31:42 [kernel] fixmap : 0xfff1f000 - 0xfffff000 ( 896 kB) Apr 20 20:31:42 [kernel] pkmap : 0xff800000 - 0xffc00000 (4096 kB) Apr 20 20:31:42 [kernel] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB) Apr 20 20:31:42 [kernel] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB) Apr 20 20:31:42 [kernel] .init : 0xc1542000 - 0xc159a000 ( 352 kB) Apr 20 20:31:42 [kernel] .data : 0xc13b8dd1 - 0xc1541f2c (1572 kB) Apr 20 20:31:42 [kernel] .text : 0xc1000000 - 0xc13b8dd1 (3811 kB) Apr 20 20:31:42 [kernel] Checking if this processor honours the WP bit even in supervisor mode...Ok. Apr 20 20:31:42 [kernel] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 Apr 20 20:31:42 [kernel] Hierarchical RCU implementation. Apr 20 20:31:42 [kernel] NR_IRQS:512 Apr 20 20:31:42 [kernel] Extended CMOS year: 2000 Apr 20 20:31:42 [kernel] Console: colour VGA+ 80x25 Apr 20 20:31:42 [kernel] console [tty0] enabled Apr 20 20:31:42 [kernel] hpet clockevent registered Apr 20 20:31:42 [kernel] Fast TSC calibration using PIT Apr 20 20:31:42 [kernel] Detected 2671.228 MHz processor. Apr 20 20:31:42 [kernel] Calibrating delay loop (skipped), value calculated using timer frequency.. 5342.45 BogoMIPS (lpj=2671228) Apr 20 20:31:42 [kernel] Mount-cache hash table entries: 512 Apr 20 20:31:42 [kernel] CPU: Physical Processor ID: 0 Apr 20 20:31:42 [kernel] CPU: Processor Core ID: 0 Apr 20 20:31:42 [kernel] mce: CPU supports 6 MCE banks Apr 20 20:31:42 [kernel] CPU0: Thermal monitoring enabled (TM2) Apr 20 20:31:42 [kernel] using mwait in idle threads. Apr 20 20:31:42 [kernel] Performance Events: Core2 events, Intel PMU driver. Apr 20 20:31:42 [kernel] ... version: 2 Apr 20 20:31:42 [kernel] ... bit width: 40 Apr 20 20:31:42 [kernel] ... generic registers: 2 Apr 20 20:31:42 [kernel] ... value mask: 000000ffffffffff Apr 20 20:31:42 [kernel] ... max period: 000000007fffffff Apr 20 20:31:42 [kernel] ... fixed-purpose events: 3 Apr 20 20:31:42 [kernel] ... event mask: 0000000700000003 Apr 20 20:31:42 [kernel] Checking 'hlt' instruction... OK. Apr 20 20:31:42 [kernel] ACPI: Core revision 20100121 Apr 20 20:31:42 [kernel] Enabling APIC mode: Flat. Using 1 I/O APICs Apr 20 20:31:42 [kernel] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 Apr 20 20:31:42 [kernel] CPU0: Intel(R) Core(TM)2 Quad CPU Q9450 @ 2.66GHz stepping 07 Apr 20 20:31:42 [kernel] Booting Node 0, Processors #1 Apr 20 20:31:42 [kernel] Initializing CPU#1 Apr 20 20:31:42 [kernel] #2 Apr 20 20:31:42 [kernel] Initializing CPU#2 Apr 20 20:31:42 [kernel] #3 Ok. Apr 20 20:31:42 [kernel] Initializing CPU#3 Apr 20 20:31:42 [kernel] Brought up 4 CPUs Apr 20 20:31:42 [kernel] Total of 4 processors activated (21371.50 BogoMIPS). Apr 20 20:31:42 [kernel] NET: Registered protocol family 16 Apr 20 20:31:42 [kernel] ACPI: bus type pci registered Apr 20 20:31:42 [kernel] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) Apr 20 20:31:42 [kernel] PCI: not using MMCONFIG Apr 20 20:31:42 [kernel] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=10 Apr 20 20:31:42 [kernel] PCI: Using configuration type 1 for base access Apr 20 20:31:42 [kernel] bio: create slab <bio-0> at 0 Apr 20 20:31:42 [kernel] ACPI: EC: Look up EC in DSDT Apr 20 20:31:42 [kernel] ACPI: Executed 1 blocks of module-level executable AML code Apr 20 20:31:42 [kernel] ACPI: SSDT 7ff4e0d0 001D2 (v01 AMI CPU1PM 00000001 INTL 20060113) Apr 20 20:31:42 [kernel] ACPI: SSDT 7ff4e2b0 00143 (v01 AMI CPU2PM 00000001 INTL 20060113) Apr 20 20:31:42 [kernel] ACPI: SSDT 7ff4e400 00143 (v01 AMI CPU3PM 00000001 INTL 20060113) Apr 20 20:31:42 [kernel] ACPI: SSDT 7ff4e550 00143 (v01 AMI CPU4PM 00000001 INTL 20060113) Apr 20 20:31:42 [kernel] ACPI: Interpreter enabled Apr 20 20:31:42 [kernel] ACPI: (supports S0 S1 S3 S4 S5) Apr 20 20:31:42 [kernel] ACPI: Using IOAPIC for interrupt routing Apr 20 20:31:42 [kernel] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) Apr 20 20:31:42 [kernel] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources Apr 20 20:31:42 [kernel] PCI: Using MMCONFIG for extended config space Apr 20 20:31:42 [kernel] ACPI: No dock devices found. Apr 20 20:31:42 [kernel] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug Apr 20 20:31:42 [kernel] ACPI: PCI Root Bridge [PCI0] (0000:00) Apr 20 20:31:42 [kernel] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] Apr 20 20:31:42 [kernel] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] Apr 20 20:31:42 [kernel] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] Apr 20 20:31:42 [kernel] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff] Apr 20 20:31:42 [kernel] pci_root PNP0A08:00: host bridge window [mem 0x80000000-0xffffffff] Apr 20 20:31:42 [kernel] pci_bus 0000:00: scanning bus Apr 20 20:31:42 [kernel] pci 0000:00:00.0: found [8086:29e0] class 000600 header type 00 Apr 20 20:31:42 [kernel] pci 0000:00:00.0: calling quirk_resource_alignment+0x0/0x166 Apr 20 20:31:42 [kernel] pci 0000:00:00.0: calling pci_fixup_transparent_bridge+0x0/0x28 Apr 20 20:31:42 [kernel] pci 0000:00:01.0: found [8086:29e1] class 000604 header type 01 Apr 20 20:31:42 [kernel] pci 0000:00:01.0: calling quirk_resource_alignment+0x0/0x166 Apr 20 20:31:42 [kernel] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold Apr 20 20:31:42 [kernel] pci 0000:00:1a.0: found [8086:2937] class 000c03 header type 00 Apr 20 20:31:42 [kernel] pci 0000:00:1a.0: reg 20: [io 0x9800-0x981f] Apr 20 20:31:42 [kernel] pci 0000:00:1a.0: calling quirk_resource_alignment+0x0/0x166 Apr 20 20:31:42 [kernel] pci 0000:00:1a.0: calling pci_fixup_transparent_bridge+0x0/0x28 Apr 20 20:31:42 [kernel] pci 0000:00:1a.1: found [8086:2938] class 000c03 header type 00 Apr 20 20:31:42 [kernel] pci 0000:00:1a.1: reg 20: [io 0x9880-0x989f] Apr 20 20:31:42 [kernel] pci 0000:00:1a.1: calling quirk_resource_alignment+0x0/0x166 Apr 20 20:31:42 [kernel] pci 0000:00:1a.1: calling pci_fixup_transparent_bridge+0x0/0x28 Apr 20 20:31:42 [kernel] pci 0000:00:1a.2: found [8086:2939] class 000c03 header type 00 Apr 20 20:31:42 [kernel] pci 0000:00:1a.2: reg 20: [io 0x9c00-0x9c1f] Apr 20 20:31:42 [kernel] pci 0000:00:1a.2: calling quirk_resource_alignment+0x0/0x166 Apr 20 20:31:42 [kernel] pci 0000:00:1a.2: calling pci_fixup_transparent_bridge+0x0/0x28 Apr 20 20:31:42 [kernel] pci 0000:00:1a.7: found [8086:293c] class 000c03 header type 00 Apr 20 20:31:42 [kernel] pci 0000:00:1a.7: reg 10: [mem 0xf9fffc00-0xf9ffffff] Apr 20 20:31:42 [kernel] pci 0000:00:1a.7: calling quirk_resource_alignment+0x0/0x166 Apr 20 20:31:42 [kernel] pci 0000:00:1a.7: calling pci_fixup_transparent_bridge+0x0/0x28 Apr 20 20:31:42 [kernel] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold Apr 20 20:31:42 [kernel] pci 0000:00:1a.7: PME# disabled Apr 20 20:31:42 [kernel] pci 0000:00:1b.0: found [8086:293e] class 000403 header type 00 Apr 20 20:31:42 [kernel] pci 0000:00:1b.0: reg 10: [mem 0xf9ff8000-0xf9ffbfff 64bit] Apr 20 20:31:42 [kernel] pci 0000:00:1b.0: calling quirk_resource_alignment+0x0/0x166 Apr 20 20:31:42 [kernel] pci 0000:00:1b.0: calling pci_fixup_transparent_bridge+0x0/0x28 Apr 20 20:31:42 [kernel] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold Apr 20 20:31:42 [kernel] pci 0000:00:1b.0: PME# disabled Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: found [8086:2940] class 000604 header type 01 Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: calling quirk_resource_alignment+0x0/0x166 Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: calling pci_fixup_transparent_bridge+0x0/0x28 Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: PME# disabled Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: found [8086:2948] class 000604 header type 01 Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: calling quirk_resource_alignment+0x0/0x166 Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: calling pci_fixup_transparent_bridge+0x0/0x28 Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: PME# disabled Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: found [8086:294a] class 000604 header type 01 Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: calling quirk_resource_alignment+0x0/0x166 Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: calling pci_fixup_transparent_bridge+0x0/0x28 Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: PME# disabled Apr 20 20:31:42 [kernel] pci 0000:00:1d.0: found [8086:2934] class 000c03 header type 00 Apr 20 20:31:42 [kernel] pci 0000:00:1d.0: reg 20: [io 0x9080-0x909f] Apr 20 20:31:42 [kernel] pci 0000:00:1d.0: calling quirk_resource_alignment+0x0/0x166 Apr 20 20:31:42 [kernel] pci 0000:00:1d.0: calling pci_fixup_transparent_bridge+0x0/0x28 Apr 20 20:31:42 [kernel] pci 0000:00:1d.1: found [8086:2935] class 000c03 header type 00 Apr 20 20:31:42 [kernel] pci 0000:00:1d.1: reg 20: [io 0x9400-0x941f] Apr 20 20:31:42 [kernel] pci 0000:00:1d.1: calling quirk_resource_alignment+0x0/0x166 Apr 20 20:31:42 [kernel] pci 0000:00:1d.1: calling pci_fixup_transparent_bridge+0x0/0x28 Apr 20 20:31:42 [kernel] pci 0000:00:1d.2: found [8086:2936] class 000c03 header type 00 Apr 20 20:31:42 [kernel] pci 0000:00:1d.2: reg 20: [io 0x9480-0x949f] Apr 20 20:31:42 [kernel] pci 0000:00:1d.2: calling quirk_resource_alignment+0x0/0x166 Apr 20 20:31:42 [kernel] pci 0000:00:1d.2: calling pci_fixup_transparent_bridge+0x0/0x28 Apr 20 20:31:42 [kernel] pci 0000:00:1d.7: found [8086:293a] class 000c03 header type 00 Apr 20 20:31:42 [kernel] pci 0000:00:1d.7: reg 10: [mem 0xf9fff800-0xf9fffbff] Apr 20 20:31:42 [kernel] pci 0000:00:1d.7: calling quirk_resource_alignment+0x0/0x166 Apr 20 20:31:42 [kernel] pci 0000:00:1d.7: calling pci_fixup_transparent_bridge+0x0/0x28 Apr 20 20:31:42 [kernel] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold Apr 20 20:31:42 [kernel] pci 0000:00:1d.7: PME# disabled Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: found [8086:244e] class 000604 header type 01 Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: calling quirk_resource_alignment+0x0/0x166 Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: calling pci_fixup_transparent_bridge+0x0/0x28 Apr 20 20:31:42 [kernel] pci 0000:00:1f.0: found [8086:2916] class 000601 header type 00 Apr 20 20:31:42 [kernel] pci 0000:00:1f.0: calling ich_force_enable_hpet +0x0/0x156 Apr 20 20:31:42 [kernel] pci 0000:00:1f.0: calling quirk_ich7_lpc +0x0/0x4d Apr 20 20:31:42 [kernel] pci 0000:00:1f.0: quirk: [io 0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO Apr 20 20:31:42 [kernel] pci 0000:00:1f.0: quirk: [io 0x0480-0x04bf] claimed by ICH6 GPIO Apr 20 20:31:42 [kernel] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003) Apr 20 20:31:42 [kernel] pci 0000:00:1f.0: calling quirk_resource_alignment+0x0/0x166 Apr 20 20:31:42 [kernel] pci 0000:00:1f.2: found [8086:2922] class 000106 header type 00 Apr 20 20:31:42 [kernel] pci 0000:00:1f.2: reg 10: [io 0x8c00-0x8c07] Apr 20 20:31:42 [kernel] pci 0000:00:1f.2: reg 14: [io 0x8880-0x8883] Apr 20 20:31:42 [kernel] pci 0000:00:1f.2: reg 18: [io 0x8800-0x8807] Apr 20 20:31:42 [kernel] pci 0000:00:1f.2: reg 1c: [io 0x8480-0x8483] Apr 20 20:31:42 [kernel] pci 0000:00:1f.2: reg 20: [io 0x8400-0x841f] Apr 20 20:31:42 [kernel] pci 0000:00:1f.2: reg 24: [mem 0xf9ffe800-0xf9ffefff] Apr 20 20:31:42 [kernel] pci 0000:00:1f.2: calling quirk_resource_alignment+0x0/0x166 Apr 20 20:31:42 [kernel] pci 0000:00:1f.2: calling pci_fixup_transparent_bridge+0x0/0x28 Apr 20 20:31:42 [kernel] pci 0000:00:1f.2: PME# supported from D3hot Apr 20 20:31:42 [kernel] pci 0000:00:1f.2: PME# disabled Apr 20 20:31:42 [kernel] pci 0000:00:1f.3: found [8086:2930] class 000c05 header type 00 Apr 20 20:31:42 [kernel] pci 0000:00:1f.3: reg 10: [mem 0xf9fff400-0xf9fff4ff 64bit] Apr 20 20:31:42 [kernel] pci 0000:00:1f.3: reg 20: [io 0x0400-0x041f] Apr 20 20:31:42 [kernel] pci 0000:00:1f.3: calling quirk_resource_alignment+0x0/0x166 Apr 20 20:31:42 [kernel] pci 0000:00:1f.3: calling pci_fixup_transparent_bridge+0x0/0x28 Apr 20 20:31:42 [kernel] pci_bus 0000:00: fixups for bus Apr 20 20:31:42 [kernel] pci 0000:00:01.0: scanning [bus 01-01] behind bridge, pass 0 Apr 20 20:31:42 [kernel] pci_bus 0000:01: scanning bus Apr 20 20:31:42 [kernel] pci 0000:01:00.0: found [10de:05e6] class 000300 header type 00 Apr 20 20:31:42 [kernel] pci 0000:01:00.0: reg 10: [mem 0xfd000000-0xfdffffff] Apr 20 20:31:42 [kernel] pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref] Apr 20 20:31:42 [kernel] pci 0000:01:00.0: reg 1c: [mem 0xfa000000-0xfbffffff 64bit] Apr 20 20:31:42 [kernel] pci 0000:01:00.0: reg 24: [io 0xac00-0xac7f] Apr 20 20:31:42 [kernel] pci 0000:01:00.0: reg 30: [mem 0xfe780000-0xfe7fffff pref] Apr 20 20:31:42 [kernel] pci 0000:01:00.0: calling quirk_resource_alignment+0x0/0x166 Apr 20 20:31:42 [kernel] pci_bus 0000:01: fixups for bus Apr 20 20:31:42 [kernel] pci 0000:00:01.0: PCI bridge to [bus 01-01] Apr 20 20:31:42 [kernel] pci 0000:00:01.0: bridge window [io 0xa000-0xafff] Apr 20 20:31:42 [kernel] pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfe7fffff] Apr 20 20:31:42 [kernel] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref] Apr 20 20:31:42 [kernel] pci_bus 0000:01: bus scan returning with max=01 Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: scanning [bus 04-09] behind bridge, pass 0 Apr 20 20:31:42 [kernel] pci_bus 0000:04: scanning bus Apr 20 20:31:42 [kernel] pci 0000:04:00.0: found [10b5:8518] class 000604 header type 01 Apr 20 20:31:42 [kernel] pci 0000:04:00.0: reg 10: [mem 0xfeae0000-0xfeafffff] Apr 20 20:31:42 [kernel] pci 0000:04:00.0: calling quirk_resource_alignment+0x0/0x166 Apr 20 20:31:42 [kernel] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold Apr 20 20:31:42 [kernel] pci 0000:04:00.0: PME# disabled Apr 20 20:31:42 [kernel] pci_bus 0000:04: fixups for bus Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: PCI bridge to [bus 04-09] Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: bridge window [io 0xd000-0xdfff] Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: bridge window [mem 0xfea00000-0xfeafffff] Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: bridge window [mem 0xf8e00000-0xf8ffffff 64bit pref] Apr 20 20:31:42 [kernel] pci 0000:04:00.0: scanning [bus 05-09] behind bridge, pass 0 Apr 20 20:31:42 [kernel] pci_bus 0000:05: scanning bus Apr 20 20:31:42 [kernel] pci 0000:05:01.0: found [10b5:8518] class 000604 header type 01 Apr 20 20:31:42 [kernel] pci 0000:05:01.0: calling quirk_resource_alignment+0x0/0x166 Apr 20 20:31:42 [kernel] pci 0000:05:01.0: PME# supported from D0 D3hot D3cold Apr 20 20:31:42 [kernel] pci 0000:05:01.0: PME# disabled Apr 20 20:31:42 [kernel] pci 0000:05:02.0: found [10b5:8518] class 000604 header type 01 Apr 20 20:31:42 [kernel] pci 0000:05:02.0: calling quirk_resource_alignment+0x0/0x166 Apr 20 20:31:42 [kernel] pci 0000:05:02.0: PME# supported from D0 D3hot D3cold Apr 20 20:31:42 [kernel] pci 0000:05:02.0: PME# disabled Apr 20 20:31:42 [kernel] pci 0000:05:03.0: found [10b5:8518] class 000604 header type 01 Apr 20 20:31:42 [kernel] pci 0000:05:03.0: calling quirk_resource_alignment+0x0/0x166 Apr 20 20:31:42 [kernel] pci 0000:05:03.0: PME# supported from D0 D3hot D3cold Apr 20 20:31:42 [kernel] pci 0000:05:03.0: PME# disabled Apr 20 20:31:42 [kernel] pci_bus 0000:05: fixups for bus Apr 20 20:31:42 [kernel] pci 0000:04:00.0: PCI bridge to [bus 05-09] Apr 20 20:31:42 [kernel] pci 0000:04:00.0: bridge window [io 0xd000-0xdfff] Apr 20 20:31:42 [kernel] pci 0000:04:00.0: bridge window [mem 0xfff00000-0x000fffff] (disabled) Apr 20 20:31:42 [kernel] pci 0000:04:00.0: bridge window [mem 0xf8e00000-0xf8ffffff 64bit pref] Apr 20 20:31:42 [kernel] pci 0000:05:01.0: scanning [bus 08-09] behind bridge, pass 0 Apr 20 20:31:42 [kernel] pci_bus 0000:08: scanning bus Apr 20 20:31:42 [kernel] pci 0000:08:00.0: found [10b5:8112] class 000604 header type 01 Apr 20 20:31:42 [kernel] pci 0000:08:00.0: calling quirk_resource_alignment+0x0/0x166 Apr 20 20:31:42 [kernel] pci_bus 0000:08: fixups for bus Apr 20 20:31:42 [kernel] pci 0000:05:01.0: PCI bridge to [bus 08-09] Apr 20 20:31:42 [kernel] pci 0000:05:01.0: bridge window [io 0xd000-0xdfff] Apr 20 20:31:42 [kernel] pci 0000:05:01.0: bridge window [mem 0xfff00000-0x000fffff] (disabled) Apr 20 20:31:42 [kernel] pci 0000:05:01.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) Apr 20 20:31:42 [kernel] pci_bus 0000:09: scanning bus Apr 20 20:31:42 [kernel] pci 0000:09:04.0: found [13f6:8788] class 000401 header type 00 Apr 20 20:31:42 [kernel] pci 0000:09:04.0: reg 10: [io 0xd800-0xd8ff] Apr 20 20:31:42 [kernel] pci 0000:09:04.0: calling quirk_resource_alignment+0x0/0x166 Apr 20 20:31:42 [kernel] pci 0000:09:04.0: supports D1 D2 Apr 20 20:31:42 [kernel] pci_bus 0000:09: fixups for bus Apr 20 20:31:42 [kernel] pci 0000:08:00.0: PCI bridge to [bus 09-09] Apr 20 20:31:42 [kernel] pci 0000:08:00.0: bridge window [io 0xd000-0xdfff] Apr 20 20:31:42 [kernel] pci 0000:08:00.0: bridge window [mem 0xfff00000-0x000fffff] (disabled) Apr 20 20:31:42 [kernel] pci 0000:08:00.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) Apr 20 20:31:42 [kernel] pci_bus 0000:09: bus scan returning with max=09 Apr 20 20:31:42 [kernel] pci 0000:08:00.0: scanning [bus 09-09] behind bridge, pass 1 Apr 20 20:31:42 [kernel] pci_bus 0000:08: bus scan returning with max=09 Apr 20 20:31:42 [kernel] pci 0000:05:02.0: scanning [bus 07-07] behind bridge, pass 0 Apr 20 20:31:42 [kernel] pci_bus 0000:07: scanning bus Apr 20 20:31:42 [kernel] pci_bus 0000:07: fixups for bus Apr 20 20:31:42 [kernel] pci 0000:05:02.0: PCI bridge to [bus 07-07] Apr 20 20:31:42 [kernel] pci 0000:05:02.0: bridge window [io 0xf000-0x0000] (disabled) Apr 20 20:31:42 [kernel] pci 0000:05:02.0: bridge window [mem 0xfff00000-0x000fffff] (disabled) Apr 20 20:31:42 [kernel] pci 0000:05:02.0: bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref] Apr 20 20:31:42 [kernel] pci_bus 0000:07: bus scan returning with max=07 Apr 20 20:31:42 [kernel] pci 0000:05:03.0: scanning [bus 06-06] behind bridge, pass 0 Apr 20 20:31:42 [kernel] pci_bus 0000:06: scanning bus Apr 20 20:31:42 [kernel] pci_bus 0000:06: fixups for bus Apr 20 20:31:42 [kernel] pci 0000:05:03.0: PCI bridge to [bus 06-06] Apr 20 20:31:42 [kernel] pci 0000:05:03.0: bridge window [io 0xf000-0x0000] (disabled) Apr 20 20:31:42 [kernel] pci 0000:05:03.0: bridge window [mem 0xfff00000-0x000fffff] (disabled) Apr 20 20:31:42 [kernel] pci 0000:05:03.0: bridge window [mem 0xf8e00000-0xf8efffff 64bit pref] Apr 20 20:31:42 [kernel] pci_bus 0000:06: bus scan returning with max=06 Apr 20 20:31:42 [kernel] pci 0000:05:01.0: scanning [bus 08-09] behind bridge, pass 1 Apr 20 20:31:42 [kernel] pci 0000:05:02.0: scanning [bus 07-07] behind bridge, pass 1 Apr 20 20:31:42 [kernel] pci 0000:05:03.0: scanning [bus 06-06] behind bridge, pass 1 Apr 20 20:31:42 [kernel] pci_bus 0000:05: bus scan returning with max=09 Apr 20 20:31:42 [kernel] pci 0000:04:00.0: scanning [bus 05-09] behind bridge, pass 1 Apr 20 20:31:42 [kernel] pci_bus 0000:04: bus scan returning with max=09 Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: scanning [bus 03-03] behind bridge, pass 0 Apr 20 20:31:42 [kernel] pci_bus 0000:03: scanning bus Apr 20 20:31:42 [kernel] pci 0000:03:00.0: found [11ab:6145] class 000101 header type 00 Apr 20 20:31:42 [kernel] pci 0000:03:00.0: reg 10: [io 0xcc00-0xcc07] Apr 20 20:31:42 [kernel] pci 0000:03:00.0: reg 14: [io 0xc880-0xc883] Apr 20 20:31:42 [kernel] pci 0000:03:00.0: reg 18: [io 0xc800-0xc807] Apr 20 20:31:42 [kernel] pci 0000:03:00.0: reg 1c: [io 0xc480-0xc483] Apr 20 20:31:42 [kernel] pci 0000:03:00.0: reg 20: [io 0xc400-0xc40f] Apr 20 20:31:42 [kernel] pci 0000:03:00.0: reg 24: [mem 0xfe9ffc00-0xfe9fffff] Apr 20 20:31:42 [kernel] pci 0000:03:00.0: reg 30: [mem 0xfe980000-0xfe9bffff pref] Apr 20 20:31:42 [kernel] pci 0000:03:00.0: calling quirk_resource_alignment+0x0/0x166 Apr 20 20:31:42 [kernel] pci 0000:03:00.0: supports D1 Apr 20 20:31:42 [kernel] pci 0000:03:00.0: PME# supported from D0 D1 D3hot Apr 20 20:31:42 [kernel] pci 0000:03:00.0: PME# disabled Apr 20 20:31:42 [kernel] pci_bus 0000:03: fixups for bus Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: PCI bridge to [bus 03-03] Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff] Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: bridge window [mem 0xfe900000-0xfe9fffff] Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) Apr 20 20:31:42 [kernel] pci_bus 0000:03: bus scan returning with max=03 Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: scanning [bus 02-02] behind bridge, pass 0 Apr 20 20:31:42 [kernel] pci_bus 0000:02: scanning bus Apr 20 20:31:42 [kernel] pci 0000:02:00.0: found [11ab:4364] class 000200 header type 00 Apr 20 20:31:42 [kernel] pci 0000:02:00.0: reg 10: [mem 0xfe8fc000-0xfe8fffff 64bit] Apr 20 20:31:42 [kernel] pci 0000:02:00.0: reg 18: [io 0xb800-0xb8ff] Apr 20 20:31:42 [kernel] pci 0000:02:00.0: reg 30: [mem 0xfe8c0000-0xfe8dffff pref] Apr 20 20:31:42 [kernel] pci 0000:02:00.0: calling quirk_resource_alignment+0x0/0x166 Apr 20 20:31:42 [kernel] pci 0000:02:00.0: supports D1 D2 Apr 20 20:31:42 [kernel] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold Apr 20 20:31:42 [kernel] pci 0000:02:00.0: PME# disabled Apr 20 20:31:42 [kernel] pci_bus 0000:02: fixups for bus Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: PCI bridge to [bus 02-02] Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: bridge window [io 0xb000-0xbfff] Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: bridge window [mem 0xfe800000-0xfe8fffff] Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) Apr 20 20:31:42 [kernel] pci_bus 0000:02: bus scan returning with max=02 Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: scanning [bus 0a-0a] behind bridge, pass 0 Apr 20 20:31:42 [kernel] pci_bus 0000:0a: scanning bus Apr 20 20:31:42 [kernel] pci 0000:0a:04.0: found [11ab:4320] class 000200 header type 00 Apr 20 20:31:42 [kernel] pci 0000:0a:04.0: reg 14: [io 0xe800-0xe8ff] Apr 20 20:31:42 [kernel] pci 0000:0a:04.0: reg 30: [mem 0xfebc0000-0xfebdffff pref] Apr 20 20:31:42 [kernel] pci 0000:0a:04.0: calling quirk_resource_alignment+0x0/0x166 Apr 20 20:31:42 [kernel] pci 0000:0a:04.0: supports D1 D2 Apr 20 20:31:42 [kernel] pci 0000:0a:04.0: PME# supported from D0 D1 D2 D3hot D3cold Apr 20 20:31:42 [kernel] pci 0000:0a:04.0: PME# disabled Apr 20 20:31:42 [kernel] pci_bus 0000:0a: fixups for bus Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a] (subtractive decode) Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff] Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: bridge window [mem 0xfeb00000-0xfebfffff] Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode) Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode) Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode) Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: bridge window [mem 0x80000000-0xffffffff] (subtractive decode) Apr 20 20:31:42 [kernel] pci_bus 0000:0a: bus scan returning with max=0a Apr 20 20:31:42 [kernel] pci 0000:00:01.0: scanning [bus 01-01] behind bridge, pass 1 Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: scanning [bus 04-09] behind bridge, pass 1 Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: scanning [bus 03-03] behind bridge, pass 1 Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: scanning [bus 02-02] behind bridge, pass 1 Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: scanning [bus 0a-0a] behind bridge, pass 1 Apr 20 20:31:42 [kernel] pci_bus 0000:00: bus scan returning with max=0a Apr 20 20:31:42 [kernel] pci_bus 0000:00: on NUMA node 0 Apr 20 20:31:42 [kernel] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] Apr 20 20:31:42 [kernel] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT] Apr 20 20:31:42 [kernel] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT] Apr 20 20:31:42 [kernel] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT] Apr 20 20:31:42 [kernel] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT] Apr 20 20:31:42 [kernel] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT] Apr 20 20:31:42 [kernel] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15) Apr 20 20:31:42 [kernel] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15) Apr 20 20:31:42 [kernel] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15) Apr 20 20:31:42 [kernel] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 14 *15) Apr 20 20:31:42 [kernel] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. Apr 20 20:31:42 [kernel] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 10 11 12 14 15) Apr 20 20:31:42 [kernel] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 11 12 14 15) Apr 20 20:31:42 [kernel] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 7 10 11 12 14 15) Apr 20 20:31:42 [kernel] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none Apr 20 20:31:42 [kernel] vgaarb: loaded Apr 20 20:31:42 [kernel] SCSI subsystem initialized Apr 20 20:31:42 [kernel] libata version 3.00 loaded. Apr 20 20:31:42 [kernel] usbcore: registered new interface driver usbfs Apr 20 20:31:42 [kernel] usbcore: registered new interface driver hub Apr 20 20:31:42 [kernel] usbcore: registered new device driver usb Apr 20 20:31:42 [kernel] Advanced Linux Sound Architecture Driver Version 1.0.22.1. Apr 20 20:31:42 [kernel] PCI: Using ACPI for IRQ routing Apr 20 20:31:42 [kernel] PCI: pci_cache_line_size set to 64 bytes Apr 20 20:31:42 [kernel] pci 0000:00:1a.0: BAR 4: reserving [io 0x9800-0x981f flags 0x40101] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:00:1a.1: BAR 4: reserving [io 0x9880-0x989f flags 0x40101] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:00:1a.2: BAR 4: reserving [io 0x9c00-0x9c1f flags 0x40101] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:00:1a.7: BAR 0: reserving [mem 0xf9fffc00-0xf9ffffff flags 0x40200] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:00:1b.0: BAR 0: reserving [mem 0xf9ff8000-0xf9ffbfff flags 0x140204] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:00:1d.0: BAR 4: reserving [io 0x9080-0x909f flags 0x40101] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:00:1d.1: BAR 4: reserving [io 0x9400-0x941f flags 0x40101] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:00:1d.2: BAR 4: reserving [io 0x9480-0x949f flags 0x40101] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:00:1d.7: BAR 0: reserving [mem 0xf9fff800-0xf9fffbff flags 0x40200] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:00:1f.2: BAR 0: reserving [io 0x8c00-0x8c07 flags 0x40101] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:00:1f.2: BAR 1: reserving [io 0x8880-0x8883 flags 0x40101] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:00:1f.2: BAR 2: reserving [io 0x8800-0x8807 flags 0x40101] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:00:1f.2: BAR 3: reserving [io 0x8480-0x8483 flags 0x40101] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:00:1f.2: BAR 4: reserving [io 0x8400-0x841f flags 0x40101] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:00:1f.3: BAR 0: reserving [mem 0xf9fff400-0xf9fff4ff flags 0x140204] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:00:1f.3: BAR 4: reserving [io 0x0400-0x041f flags 0x40101] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:01:00.0: BAR 0: reserving [mem 0xfd000000-0xfdffffff flags 0x40200] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:01:00.0: BAR 1: reserving [mem 0xd0000000-0xdfffffff flags 0x14220c] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:01:00.0: BAR 3: reserving [mem 0xfa000000-0xfbffffff flags 0x140204] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:01:00.0: BAR 5: reserving [io 0xac00-0xac7f flags 0x40101] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:04:00.0: BAR 0: reserving [mem 0xfeae0000-0xfeafffff flags 0x40200] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:09:04.0: BAR 0: reserving [io 0xd800-0xd8ff flags 0x40101] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:03:00.0: BAR 0: reserving [io 0xcc00-0xcc07 flags 0x40101] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:03:00.0: BAR 1: reserving [io 0xc880-0xc883 flags 0x40101] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:03:00.0: BAR 2: reserving [io 0xc800-0xc807 flags 0x40101] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:03:00.0: BAR 3: reserving [io 0xc480-0xc483 flags 0x40101] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:03:00.0: BAR 4: reserving [io 0xc400-0xc40f flags 0x40101] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:03:00.0: BAR 5: reserving [mem 0xfe9ffc00-0xfe9fffff flags 0x40200] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:02:00.0: BAR 0: reserving [mem 0xfe8fc000-0xfe8fffff flags 0x140204] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:02:00.0: BAR 2: reserving [io 0xb800-0xb8ff flags 0x40101] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:0a:04.0: BAR 0: reserving [mem 0xfebfc000-0xfebfffff flags 0x40200] (d=0, p=0) Apr 20 20:31:42 [kernel] pci 0000:0a:04.0: BAR 1: reserving [io 0xe800-0xe8ff flags 0x40101] (d=0, p=0) Apr 20 20:31:42 [kernel] reserve RAM buffer: 000000000009ec00 - 000000000009ffff Apr 20 20:31:42 [kernel] reserve RAM buffer: 000000007ff40000 - 000000007fffffff Apr 20 20:31:42 [kernel] Bluetooth: Core ver 2.15 Apr 20 20:31:42 [kernel] NET: Registered protocol family 31 Apr 20 20:31:42 [kernel] Bluetooth: HCI device and connection manager initialized Apr 20 20:31:42 [kernel] Bluetooth: HCI socket layer initialized Apr 20 20:31:42 [kernel] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0 Apr 20 20:31:42 [kernel] hpet0: 4 comparators, 64-bit 14.318180 MHz counter Apr 20 20:31:42 [kernel] Switching to clocksource tsc Apr 20 20:31:42 [kernel] pnp: PnP ACPI init Apr 20 20:31:42 [kernel] ACPI: bus type pnp registered Apr 20 20:31:42 [kernel] pnp: PnP ACPI: found 15 devices Apr 20 20:31:42 [kernel] ACPI: ACPI bus type pnp unregistered Apr 20 20:31:42 [kernel] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved Apr 20 20:31:42 [kernel] system 00:06: [io 0x0290-0x0297] has been reserved Apr 20 20:31:42 [kernel] system 00:07: [io 0x04d0-0x04d1] has been reserved Apr 20 20:31:42 [kernel] system 00:07: [io 0x0800-0x087f] has been reserved Apr 20 20:31:42 [kernel] system 00:07: [io 0x0480-0x04bf] has been reserved Apr 20 20:31:42 [kernel] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved Apr 20 20:31:42 [kernel] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved Apr 20 20:31:42 [kernel] system 00:07: [mem 0xfed50000-0xfed8ffff] has been reserved Apr 20 20:31:42 [kernel] system 00:07: [mem 0xffa00000-0xffafffff] has been reserved Apr 20 20:31:42 [kernel] system 00:07: [mem 0xffb00000-0xffbfffff] has been reserved Apr 20 20:31:42 [kernel] system 00:07: [mem 0xffe00000-0xffefffff] has been reserved Apr 20 20:31:42 [kernel] system 00:07: [mem 0xfff00000-0xfffffffe] has been reserved Apr 20 20:31:42 [kernel] system 00:0a: [mem 0xffc00000-0xffdfffff] has been reserved Apr 20 20:31:42 [kernel] system 00:0b: [mem 0xfec00000-0xfec00fff] could not be reserved Apr 20 20:31:42 [kernel] system 00:0b: [mem 0xfee00000-0xfee00fff] has been reserved Apr 20 20:31:42 [kernel] system 00:0d: [mem 0xe0000000-0xefffffff] has been reserved Apr 20 20:31:42 [kernel] system 00:0e: [mem 0x00000000-0x0009ffff] could not be reserved Apr 20 20:31:42 [kernel] system 00:0e: [mem 0x000c0000-0x000cffff] could not be reserved Apr 20 20:31:42 [kernel] system 00:0e: [mem 0x000e0000-0x000fffff] could not be reserved Apr 20 20:31:42 [kernel] system 00:0e: [mem 0x00100000-0x7fffffff] could not be reserved Apr 20 20:31:42 [kernel] PCI: max bus depth: 4 pci_try_num: 5 Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: BAR 9: assigned [mem 0x80000000-0x801fffff 64bit pref] Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: BAR 9: assigned [mem 0x80200000-0x803fffff 64bit pref] Apr 20 20:31:42 [kernel] pci 0000:00:01.0: PCI bridge to [bus 01-01] Apr 20 20:31:42 [kernel] pci 0000:00:01.0: bridge window [io 0xa000-0xafff] Apr 20 20:31:42 [kernel] pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfe7fffff] Apr 20 20:31:42 [kernel] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref] Apr 20 20:31:42 [kernel] pci 0000:04:00.0: BAR 8: can't assign mem (size 0xc00000) Apr 20 20:31:42 [kernel] pci 0000:05:01.0: BAR 8: can't assign mem (size 0x200000) Apr 20 20:31:42 [kernel] pci 0000:05:01.0: BAR 9: can't assign mem pref (size 0x200000) Apr 20 20:31:42 [kernel] pci 0000:05:02.0: BAR 8: can't assign mem (size 0x400000) Apr 20 20:31:42 [kernel] pci 0000:05:03.0: BAR 7: can't assign io (size 0x1000) Apr 20 20:31:42 [kernel] pci 0000:08:00.0: PCI bridge to [bus 09-09] Apr 20 20:31:42 [kernel] pci 0000:08:00.0: bridge window [io 0xd000-0xdfff] Apr 20 20:31:42 [kernel] pci 0000:08:00.0: bridge window [mem disabled] Apr 20 20:31:42 [kernel] pci 0000:08:00.0: bridge window [mem pref disabled] Apr 20 20:31:42 [kernel] pci 0000:05:01.0: PCI bridge to [bus 08-09] Apr 20 20:31:42 [kernel] pci 0000:05:01.0: bridge window [io 0xd000-0xdfff] Apr 20 20:31:42 [kernel] pci 0000:05:01.0: bridge window [mem disabled] Apr 20 20:31:42 [kernel] pci 0000:05:01.0: bridge window [mem pref disabled] Apr 20 20:31:42 [kernel] pci 0000:05:02.0: PCI bridge to [bus 07-07] Apr 20 20:31:42 [kernel] pci 0000:05:02.0: bridge window [io disabled] Apr 20 20:31:42 [kernel] pci 0000:05:02.0: bridge window [mem disabled] Apr 20 20:31:42 [kernel] pci 0000:05:02.0: bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref] Apr 20 20:31:42 [kernel] pci 0000:05:03.0: PCI bridge to [bus 06-06] Apr 20 20:31:42 [kernel] pci 0000:05:03.0: bridge window [io disabled] Apr 20 20:31:42 [kernel] pci 0000:05:03.0: bridge window [mem disabled] Apr 20 20:31:42 [kernel] pci 0000:05:03.0: bridge window [mem 0xf8e00000-0xf8efffff 64bit pref] Apr 20 20:31:42 [kernel] pci 0000:04:00.0: PCI bridge to [bus 05-09] Apr 20 20:31:42 [kernel] pci 0000:04:00.0: bridge window [io 0xd000-0xdfff] Apr 20 20:31:42 [kernel] pci 0000:04:00.0: bridge window [mem disabled] Apr 20 20:31:42 [kernel] pci 0000:04:00.0: bridge window [mem 0xf8e00000-0xf8ffffff 64bit pref] Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: PCI bridge to [bus 04-09] Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: bridge window [io 0xd000-0xdfff] Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: bridge window [mem 0xfea00000-0xfeafffff] Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: bridge window [mem 0xf8e00000-0xf8ffffff 64bit pref] Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: PCI bridge to [bus 03-03] Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff] Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: bridge window [mem 0xfe900000-0xfe9fffff] Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: bridge window [mem 0x80000000-0x801fffff 64bit pref] Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: PCI bridge to [bus 02-02] Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: bridge window [io 0xb000-0xbfff] Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: bridge window [mem 0xfe800000-0xfe8fffff] Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: bridge window [mem 0x80200000-0x803fffff 64bit pref] Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a] Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff] Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: bridge window [mem 0xfeb00000-0xfebfffff] Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: bridge window [mem pref disabled] Apr 20 20:31:42 [kernel] PCI: No. 2 try to assign unassigned res Apr 20 20:31:42 [kernel] pci 0000:00:01.0: PCI bridge to [bus 01-01] Apr 20 20:31:42 [kernel] pci 0000:00:01.0: bridge window [io 0xa000-0xafff] Apr 20 20:31:42 [kernel] pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfe7fffff] Apr 20 20:31:42 [kernel] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref] Apr 20 20:31:42 [kernel] pci 0000:04:00.0: BAR 8: can't assign mem (size 0xc00000) Apr 20 20:31:42 [kernel] pci 0000:05:01.0: BAR 8: can't assign mem (size 0x200000) Apr 20 20:31:42 [kernel] pci 0000:05:01.0: BAR 9: can't assign mem pref (size 0x200000) Apr 20 20:31:42 [kernel] pci 0000:05:02.0: BAR 8: can't assign mem (size 0x400000) Apr 20 20:31:42 [kernel] pci 0000:05:03.0: BAR 8: can't assign mem (size 0x400000) Apr 20 20:31:42 [kernel] pci 0000:05:02.0: BAR 7: can't assign io (size 0x1000) Apr 20 20:31:42 [kernel] pci 0000:05:03.0: BAR 7: can't assign io (size 0x1000) Apr 20 20:31:42 [kernel] pci 0000:08:00.0: PCI bridge to [bus 09-09] Apr 20 20:31:42 [kernel] pci 0000:08:00.0: bridge window [io 0xd000-0xdfff] Apr 20 20:31:42 [kernel] pci 0000:08:00.0: bridge window [mem disabled] Apr 20 20:31:42 [kernel] pci 0000:08:00.0: bridge window [mem pref disabled] Apr 20 20:31:42 [kernel] pci 0000:05:01.0: PCI bridge to [bus 08-09] Apr 20 20:31:42 [kernel] pci 0000:05:01.0: bridge window [io 0xd000-0xdfff] Apr 20 20:31:42 [kernel] pci 0000:05:01.0: bridge window [mem disabled] Apr 20 20:31:42 [kernel] pci 0000:05:01.0: bridge window [mem pref disabled] Apr 20 20:31:42 [kernel] pci 0000:05:02.0: PCI bridge to [bus 07-07] Apr 20 20:31:42 [kernel] pci 0000:05:02.0: bridge window [io disabled] Apr 20 20:31:42 [kernel] pci 0000:05:02.0: bridge window [mem disabled] Apr 20 20:31:42 [kernel] pci 0000:05:02.0: bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref] Apr 20 20:31:42 [kernel] pci 0000:05:03.0: PCI bridge to [bus 06-06] Apr 20 20:31:42 [kernel] pci 0000:05:03.0: bridge window [io disabled] Apr 20 20:31:42 [kernel] pci 0000:05:03.0: bridge window [mem disabled] Apr 20 20:31:42 [kernel] pci 0000:05:03.0: bridge window [mem 0xf8e00000-0xf8efffff 64bit pref] Apr 20 20:31:42 [kernel] pci 0000:04:00.0: PCI bridge to [bus 05-09] Apr 20 20:31:42 [kernel] pci 0000:04:00.0: bridge window [io 0xd000-0xdfff] Apr 20 20:31:42 [kernel] pci 0000:04:00.0: bridge window [mem disabled] Apr 20 20:31:42 [kernel] pci 0000:04:00.0: bridge window [mem 0xf8e00000-0xf8ffffff 64bit pref] Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: PCI bridge to [bus 04-09] Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff] Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: bridge window [mem 0xfe900000-0xfe9fffff] Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: bridge window [mem 0x80000000-0x801fffff 64bit pref] Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: PCI bridge to [bus 02-02] Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: bridge window [io 0xb000-0xbfff] Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: bridge window [mem 0xfe800000-0xfe8fffff] Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: bridge window [mem 0x80200000-0x803fffff 64bit pref] Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a] Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff] Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: bridge window [mem 0xfeb00000-0xfebfffff] Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: bridge window [mem pref disabled] Apr 20 20:31:42 [kernel] PCI: No. 3 try to assign unassigned res Apr 20 20:31:42 [kernel] release child resource [io 0xd800-0xd8ff] Apr 20 20:31:42 [kernel] pci 0000:08:00.0: resource 7 [io 0xd000-0xdfff] released Apr 20 20:31:42 [kernel] pci 0000:08:00.0: PCI bridge to [bus 09-09] Apr 20 20:31:42 [kernel] pci 0000:08:00.0: bridge window [io disabled] Apr 20 20:31:42 [kernel] pci 0000:05:01.0: resource 7 [io 0xd000-0xdfff] released Apr 20 20:31:42 [kernel] pci 0000:05:01.0: PCI bridge to [bus 08-09] Apr 20 20:31:42 [kernel] pci 0000:05:01.0: bridge window [io disabled] Apr 20 20:31:42 [kernel] pci 0000:04:00.0: resource 7 [io 0xd000-0xdfff] released Apr 20 20:31:42 [kernel] pci 0000:04:00.0: PCI bridge to [bus 05-09] Apr 20 20:31:42 [kernel] pci 0000:04:00.0: bridge window [io disabled] Apr 20 20:31:42 [kernel] pci 0000:05:02.0: resource 9 [mem 0xf8f00000-0xf8ffffff 64bit pref] released Apr 20 20:31:42 [kernel] pci 0000:05:02.0: PCI bridge to [bus 07-07] Apr 20 20:31:42 [kernel] pci 0000:05:02.0: bridge window [mem pref disabled] Apr 20 20:31:42 [kernel] pci 0000:05:03.0: resource 9 [mem 0xf8e00000-0xf8efffff 64bit pref] released Apr 20 20:31:42 [kernel] pci 0000:05:03.0: PCI bridge to [bus 06-06] Apr 20 20:31:42 [kernel] pci 0000:05:03.0: bridge window [mem pref disabled] Apr 20 20:31:42 [kernel] pci 0000:04:00.0: resource 9 [mem 0xf8e00000-0xf8ffffff 64bit pref] released Apr 20 20:31:42 [kernel] pci 0000:04:00.0: PCI bridge to [bus 05-09] Apr 20 20:31:42 [kernel] pci 0000:04:00.0: bridge window [mem pref disabled] Apr 20 20:31:42 [kernel] release child resource [mem 0xfeae0000-0xfeafffff] Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: resource 8 [mem 0xfea00000-0xfeafffff] released Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: PCI bridge to [bus 04-09] Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: bridge window [mem disabled] Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: BAR 8: assigned [mem 0x80400000-0x816fffff] Apr 20 20:31:42 [kernel] pci 0000:00:01.0: PCI bridge to [bus 01-01] Apr 20 20:31:42 [kernel] pci 0000:00:01.0: bridge window [io 0xa000-0xafff] Apr 20 20:31:42 [kernel] pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfe7fffff] Apr 20 20:31:42 [kernel] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref] Apr 20 20:31:42 [kernel] pci 0000:04:00.0: BAR 8: assigned [mem 0x80400000-0x80ffffff] Apr 20 20:31:42 [kernel] pci 0000:04:00.0: BAR 9: assigned [mem 0x81000000-0x815fffff 64bit pref] Apr 20 20:31:42 [kernel] pci 0000:04:00.0: BAR 0: assigned [mem 0x81600000-0x8161ffff] Apr 20 20:31:42 [kernel] pci 0000:04:00.0: BAR 0: set to [mem 0x81600000-0x8161ffff] (PCI address [0x81600000-0x8161ffff] Apr 20 20:31:42 [kernel] pci 0000:04:00.0: BAR 7: can't assign io (size 0x4000) Apr 20 20:31:42 [kernel] pci 0000:05:01.0: BAR 8: assigned [mem 0x80400000-0x805fffff] Apr 20 20:31:42 [kernel] pci 0000:05:01.0: BAR 9: assigned [mem 0x81000000-0x811fffff 64bit pref] Apr 20 20:31:42 [kernel] pci 0000:05:02.0: BAR 8: assigned [mem 0x80600000-0x809fffff] Apr 20 20:31:42 [kernel] pci 0000:05:02.0: BAR 9: assigned [mem 0x81200000-0x813fffff 64bit pref] Apr 20 20:31:42 [kernel] pci 0000:05:03.0: BAR 8: assigned [mem 0x80a00000-0x80dfffff] Apr 20 20:31:42 [kernel] pci 0000:05:03.0: BAR 9: assigned [mem 0x81400000-0x815fffff 64bit pref] Apr 20 20:31:42 [kernel] pci 0000:05:01.0: BAR 7: can't assign io (size 0x2000) Apr 20 20:31:42 [kernel] pci 0000:05:02.0: BAR 7: can't assign io (size 0x1000) Apr 20 20:31:42 [kernel] pci 0000:05:03.0: BAR 7: can't assign io (size 0x1000) Apr 20 20:31:42 [kernel] pci 0000:08:00.0: BAR 7: can't assign io (size 0x1000) Apr 20 20:31:42 [kernel] pci 0000:09:04.0: BAR 0: can't assign io (size 0x100) Apr 20 20:31:42 [kernel] pci 0000:08:00.0: PCI bridge to [bus 09-09] Apr 20 20:31:42 [kernel] pci 0000:08:00.0: bridge window [io disabled] Apr 20 20:31:42 [kernel] pci 0000:08:00.0: bridge window [mem disabled] Apr 20 20:31:42 [kernel] pci 0000:08:00.0: bridge window [mem pref disabled] Apr 20 20:31:42 [kernel] pci 0000:05:01.0: PCI bridge to [bus 08-09] Apr 20 20:31:42 [kernel] pci 0000:05:01.0: bridge window [io disabled] Apr 20 20:31:42 [kernel] pci 0000:05:01.0: bridge window [mem 0x80400000-0x805fffff] Apr 20 20:31:42 [kernel] pci 0000:05:01.0: bridge window [mem 0x81000000-0x811fffff 64bit pref] Apr 20 20:31:42 [kernel] pci 0000:05:02.0: PCI bridge to [bus 07-07] Apr 20 20:31:42 [kernel] pci 0000:05:02.0: bridge window [io disabled] Apr 20 20:31:42 [kernel] pci 0000:05:02.0: bridge window [mem 0x80600000-0x809fffff] Apr 20 20:31:42 [kernel] pci 0000:05:03.0: PCI bridge to [bus 06-06] Apr 20 20:31:42 [kernel] pci 0000:05:03.0: bridge window [mem 0x80a00000-0x80dfffff] Apr 20 20:31:42 [kernel] pci 0000:05:03.0: bridge window [mem 0x81400000-0x815fffff 64bit pref] Apr 20 20:31:42 [kernel] pci 0000:04:00.0: PCI bridge to [bus 05-09] Apr 20 20:31:42 [kernel] pci 0000:04:00.0: bridge window [io disabled] Apr 20 20:31:42 [kernel] pci 0000:04:00.0: bridge window [mem 0x80400000-0x80ffffff] Apr 20 20:31:42 [kernel] pci 0000:04:00.0: bridge window [mem 0x81000000-0x815fffff 64bit pref] Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: PCI bridge to [bus 04-09] Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: bridge window [io 0xd000-0xdfff] Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: bridge window [mem 0x80400000-0x816fffff] Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: bridge window [mem 0xf8e00000-0xf8ffffff 64bit pref] Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: PCI bridge to [bus 03-03] Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff] Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: bridge window [mem 0xfe900000-0xfe9fffff] Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: bridge window [mem 0x80000000-0x801fffff 64bit pref] Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: PCI bridge to [bus 02-02] Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: bridge window [io 0xb000-0xbfff] Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: bridge window [mem 0xfe800000-0xfe8fffff] Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: bridge window [mem 0x80200000-0x803fffff 64bit pref] Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a] Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff] Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: bridge window [mem 0xfeb00000-0xfebfffff] Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: bridge window [mem pref disabled] Apr 20 20:31:42 [kernel] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 Apr 20 20:31:42 [kernel] pci 0000:00:01.0: setting latency timer to 64 Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: setting latency timer to 64 Apr 20 20:31:42 [kernel] pci 0000:04:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 Apr 20 20:31:42 [kernel] pci 0000:04:00.0: setting latency timer to 64 Apr 20 20:31:42 [kernel] pci 0000:05:01.0: enabling device (0105 -> 0107) Apr 20 20:31:42 [kernel] pci 0000:05:01.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 Apr 20 20:31:42 [kernel] pci 0000:05:01.0: setting latency timer to 64 Apr 20 20:31:42 [kernel] pci 0000:08:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 Apr 20 20:31:42 [kernel] pci 0000:08:00.0: setting latency timer to 64 Apr 20 20:31:42 [kernel] pci 0000:05:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 Apr 20 20:31:42 [kernel] pci 0000:05:02.0: setting latency timer to 64 Apr 20 20:31:42 [kernel] pci 0000:05:03.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19 Apr 20 20:31:42 [kernel] pci 0000:05:03.0: setting latency timer to 64 Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17 Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: setting latency timer to 64 Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16 Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: setting latency timer to 64 Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: setting latency timer to 64 Apr 20 20:31:42 [kernel] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] Apr 20 20:31:42 [kernel] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] Apr 20 20:31:42 [kernel] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] Apr 20 20:31:42 [kernel] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff] Apr 20 20:31:42 [kernel] pci_bus 0000:00: resource 8 [mem 0x80000000-0xffffffff] Apr 20 20:31:42 [kernel] pci_bus 0000:01: resource 0 [io 0xa000-0xafff] Apr 20 20:31:42 [kernel] pci_bus 0000:01: resource 1 [mem 0xfa000000-0xfe7fffff] Apr 20 20:31:42 [kernel] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref] Apr 20 20:31:42 [kernel] pci_bus 0000:04: resource 0 [io 0xd000-0xdfff] Apr 20 20:31:42 [kernel] pci_bus 0000:04: resource 1 [mem 0x80400000-0x816fffff] Apr 20 20:31:42 [kernel] pci_bus 0000:04: resource 2 [mem 0xf8e00000-0xf8ffffff 64bit pref] Apr 20 20:31:42 [kernel] pci_bus 0000:05: resource 1 [mem 0x80400000-0x80ffffff] Apr 20 20:31:42 [kernel] pci_bus 0000:05: resource 2 [mem 0x81000000-0x815fffff 64bit pref] Apr 20 20:31:42 [kernel] pci_bus 0000:08: resource 1 [mem 0x80400000-0x805fffff] Apr 20 20:31:42 [kernel] pci_bus 0000:08: resource 2 [mem 0x81000000-0x811fffff 64bit pref] Apr 20 20:31:42 [kernel] pci_bus 0000:07: resource 1 [mem 0x80600000-0x809fffff] Apr 20 20:31:42 [kernel] pci_bus 0000:07: resource 2 [mem 0x81200000-0x813fffff 64bit pref] Apr 20 20:31:42 [kernel] pci_bus 0000:06: resource 1 [mem 0x80a00000-0x80dfffff] Apr 20 20:31:42 [kernel] pci_bus 0000:06: resource 2 [mem 0x81400000-0x815fffff 64bit pref] Apr 20 20:31:42 [kernel] pci_bus 0000:03: resource 0 [io 0xc000-0xcfff] Apr 20 20:31:42 [kernel] pci_bus 0000:03: resource 1 [mem 0xfe900000-0xfe9fffff] Apr 20 20:31:42 [kernel] pci_bus 0000:03: resource 2 [mem 0x80000000-0x801fffff 64bit pref] Apr 20 20:31:42 [kernel] pci_bus 0000:02: resource 0 [io 0xb000-0xbfff] Apr 20 20:31:42 [kernel] pci_bus 0000:02: resource 1 [mem 0xfe800000-0xfe8fffff] Apr 20 20:31:42 [kernel] pci_bus 0000:02: resource 2 [mem 0x80200000-0x803fffff 64bit pref] Apr 20 20:31:42 [kernel] pci_bus 0000:0a: resource 0 [io 0xe000-0xefff] Apr 20 20:31:42 [kernel] pci_bus 0000:0a: resource 5 [io 0x0d00-0xffff] Apr 20 20:31:42 [kernel] pci_bus 0000:0a: resource 6 [mem 0x000a0000-0x000bffff] Apr 20 20:31:42 [kernel] pci_bus 0000:0a: resource 7 [mem 0x000d0000-0x000dffff] Apr 20 20:31:42 [kernel] pci_bus 0000:0a: resource 8 [mem 0x80000000-0xffffffff] Apr 20 20:31:42 [kernel] NET: Registered protocol family 2 Apr 20 20:31:42 [kernel] IP route cache hash table entries: 32768 (order: 5, 131072 bytes) Apr 20 20:31:42 [kernel] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) Apr 20 20:31:42 [kernel] TCP bind hash table entries: 65536 (order: 7, 524288 bytes) Apr 20 20:31:42 [kernel] TCP: Hash tables configured (established 131072 bind 65536) Apr 20 20:31:42 [kernel] TCP reno registered Apr 20 20:31:42 [kernel] UDP hash table entries: 512 (order: 2, 16384 bytes) Apr 20 20:31:42 [kernel] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) Apr 20 20:31:42 [kernel] NET: Registered protocol family 1 Apr 20 20:31:42 [kernel] pci 0000:00:00.0: calling quirk_e100_interrupt +0x0/0x14a Apr 20 20:31:42 [kernel] pci 0000:00:00.0: calling quirk_cardbus_legacy +0x0/0x1d Apr 20 20:31:42 [kernel] pci 0000:00:00.0: calling quirk_usb_early_handoff+0x0/0x4ea Apr 20 20:31:42 [kernel] pci 0000:00:00.0: calling pci_fixup_video +0x0/0x91 Apr 20 20:31:42 [kernel] pci 0000:00:01.0: calling quirk_e100_interrupt +0x0/0x14a Apr 20 20:31:42 [kernel] pci 0000:00:01.0: calling quirk_cardbus_legacy +0x0/0x1d Apr 20 20:31:42 [kernel] pci 0000:00:01.0: calling quirk_usb_early_handoff+0x0/0x4ea Apr 20 20:31:42 [kernel] pci 0000:00:01.0: calling pci_fixup_video +0x0/0x91 Apr 20 20:31:42 [kernel] pci 0000:00:1a.0: calling quirk_e100_interrupt +0x0/0x14a Apr 20 20:31:42 [kernel] pci 0000:00:1a.0: calling quirk_cardbus_legacy +0x0/0x1d Apr 20 20:31:42 [kernel] pci 0000:00:1a.0: calling quirk_usb_early_handoff+0x0/0x4ea Apr 20 20:31:42 [kernel] pci 0000:00:1a.0: uhci_check_and_reset_hc: legsup = 0x0f30 Apr 20 20:31:42 [kernel] pci 0000:00:1a.0: Performing full reset Apr 20 20:31:42 [kernel] pci 0000:00:1a.0: calling pci_fixup_video +0x0/0x91 Apr 20 20:31:42 [kernel] pci 0000:00:1a.1: calling quirk_e100_interrupt +0x0/0x14a Apr 20 20:31:42 [kernel] pci 0000:00:1a.1: calling quirk_cardbus_legacy +0x0/0x1d Apr 20 20:31:42 [kernel] pci 0000:00:1a.1: calling quirk_usb_early_handoff+0x0/0x4ea Apr 20 20:31:42 [kernel] pci 0000:00:1a.1: uhci_check_and_reset_hc: legsup = 0x0030 Apr 20 20:31:42 [kernel] pci 0000:00:1a.1: Performing full reset Apr 20 20:31:42 [kernel] pci 0000:00:1a.1: calling pci_fixup_video +0x0/0x91 Apr 20 20:31:42 [kernel] pci 0000:00:1a.2: calling quirk_e100_interrupt +0x0/0x14a Apr 20 20:31:42 [kernel] pci 0000:00:1a.2: calling quirk_cardbus_legacy +0x0/0x1d Apr 20 20:31:42 [kernel] pci 0000:00:1a.2: calling quirk_usb_early_handoff+0x0/0x4ea Apr 20 20:31:42 [kernel] pci 0000:00:1a.2: uhci_check_and_reset_hc: legsup = 0x0030 Apr 20 20:31:42 [kernel] pci 0000:00:1a.2: Performing full reset Apr 20 20:31:42 [kernel] pci 0000:00:1a.2: calling pci_fixup_video +0x0/0x91 Apr 20 20:31:42 [kernel] pci 0000:00:1a.7: calling quirk_e100_interrupt +0x0/0x14a Apr 20 20:31:42 [kernel] pci 0000:00:1a.7: calling quirk_cardbus_legacy +0x0/0x1d Apr 20 20:31:42 [kernel] pci 0000:00:1a.7: calling quirk_usb_early_handoff+0x0/0x4ea Apr 20 20:31:42 [kernel] pci 0000:00:1a.7: calling pci_fixup_video +0x0/0x91 Apr 20 20:31:42 [kernel] pci 0000:00:1b.0: calling quirk_e100_interrupt +0x0/0x14a Apr 20 20:31:42 [kernel] pci 0000:00:1b.0: calling quirk_cardbus_legacy +0x0/0x1d Apr 20 20:31:42 [kernel] pci 0000:00:1b.0: calling quirk_usb_early_handoff+0x0/0x4ea Apr 20 20:31:42 [kernel] pci 0000:00:1b.0: calling pci_fixup_video +0x0/0x91 Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: calling quirk_e100_interrupt +0x0/0x14a Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: calling quirk_cardbus_legacy +0x0/0x1d Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: calling quirk_usb_early_handoff+0x0/0x4ea Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: calling pci_fixup_video +0x0/0x91 Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: calling quirk_e100_interrupt +0x0/0x14a Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: calling quirk_cardbus_legacy +0x0/0x1d Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: calling quirk_usb_early_handoff+0x0/0x4ea Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: calling pci_fixup_video +0x0/0x91 Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: calling quirk_e100_interrupt +0x0/0x14a Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: calling quirk_cardbus_legacy +0x0/0x1d Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: calling quirk_usb_early_handoff+0x0/0x4ea Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: calling pci_fixup_video +0x0/0x91 Apr 20 20:31:42 [kernel] pci 0000:00:1d.0: calling quirk_e100_interrupt +0x0/0x14a Apr 20 20:31:42 [kernel] pci 0000:00:1d.0: calling quirk_cardbus_legacy +0x0/0x1d Apr 20 20:31:42 [kernel] pci 0000:00:1d.0: calling quirk_usb_early_handoff+0x0/0x4ea Apr 20 20:31:42 [kernel] pci 0000:00:1d.0: uhci_check_and_reset_hc: legsup = 0x0f30 Apr 20 20:31:42 [kernel] pci 0000:00:1d.0: Performing full reset Apr 20 20:31:42 [kernel] pci 0000:00:1d.0: calling pci_fixup_video +0x0/0x91 Apr 20 20:31:42 [kernel] pci 0000:00:1d.1: calling quirk_e100_interrupt +0x0/0x14a Apr 20 20:31:42 [kernel] pci 0000:00:1d.1: calling quirk_cardbus_legacy +0x0/0x1d Apr 20 20:31:42 [kernel] pci 0000:00:1d.1: calling quirk_usb_early_handoff+0x0/0x4ea Apr 20 20:31:42 [kernel] pci 0000:00:1d.1: uhci_check_and_reset_hc: legsup = 0x0030 Apr 20 20:31:42 [kernel] pci 0000:00:1d.1: Performing full reset Apr 20 20:31:42 [kernel] pci 0000:00:1d.1: calling pci_fixup_video +0x0/0x91 Apr 20 20:31:42 [kernel] pci 0000:00:1d.2: calling quirk_cardbus_legacy +0x0/0x1d Apr 20 20:31:42 [kernel] pci 0000:00:1d.2: calling quirk_usb_early_handoff+0x0/0x4ea Apr 20 20:31:42 [kernel] pci 0000:00:1d.2: uhci_check_and_reset_hc: legsup = 0x0030 Apr 20 20:31:42 [kernel] pci 0000:00:1d.2: Performing full reset Apr 20 20:31:42 [kernel] pci 0000:00:1d.2: calling pci_fixup_video +0x0/0x91 Apr 20 20:31:42 [kernel] pci 0000:00:1d.7: calling quirk_e100_interrupt +0x0/0x14a Apr 20 20:31:42 [kernel] pci 0000:00:1d.7: calling quirk_cardbus_legacy +0x0/0x1d Apr 20 20:31:42 [kernel] pci 0000:00:1d.7: calling quirk_usb_early_handoff+0x0/0x4ea Apr 20 20:31:42 [kernel] pci 0000:00:1d.7: calling pci_fixup_video +0x0/0x91 Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: calling quirk_e100_interrupt +0x0/0x14a Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: calling quirk_cardbus_legacy +0x0/0x1d Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: calling quirk_usb_early_handoff+0x0/0x4ea Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: calling pci_fixup_video +0x0/0x91 Apr 20 20:31:42 [kernel] pci 0000:00:1f.0: calling quirk_e100_interrupt +0x0/0x14a Apr 20 20:31:42 [kernel] pci 0000:00:1f.0: calling quirk_cardbus_legacy +0x0/0x1d Apr 20 20:31:42 [kernel] pci 0000:00:1f.0: calling quirk_usb_early_handoff+0x0/0x4ea Apr 20 20:31:42 [kernel] pci 0000:00:1f.0: calling pci_fixup_video +0x0/0x91 Apr 20 20:31:42 [kernel] pci 0000:00:1f.2: calling quirk_e100_interrupt +0x0/0x14a Apr 20 20:31:42 [kernel] pci 0000:00:1f.2: calling quirk_cardbus_legacy +0x0/0x1d Apr 20 20:31:42 [kernel] pci 0000:00:1f.2: calling quirk_usb_early_handoff+0x0/0x4ea Apr 20 20:31:42 [kernel] pci 0000:00:1f.2: calling pci_fixup_video +0x0/0x91 Apr 20 20:31:42 [kernel] pci 0000:00:1f.3: calling quirk_e100_interrupt +0x0/0x14a Apr 20 20:31:42 [kernel] pci 0000:00:1f.3: calling quirk_cardbus_legacy +0x0/0x1d Apr 20 20:31:42 [kernel] pci 0000:00:1f.3: calling quirk_usb_early_handoff+0x0/0x4ea Apr 20 20:31:42 [kernel] pci 0000:00:1f.3: calling pci_fixup_video +0x0/0x91 Apr 20 20:31:42 [kernel] pci 0000:01:00.0: calling quirk_cardbus_legacy +0x0/0x1d Apr 20 20:31:42 [kernel] pci 0000:01:00.0: calling quirk_usb_early_handoff+0x0/0x4ea Apr 20 20:31:42 [kernel] pci 0000:01:00.0: calling pci_fixup_video +0x0/0x91 Apr 20 20:31:42 [kernel] pci 0000:01:00.0: Boot video device Apr 20 20:31:42 [kernel] pci 0000:04:00.0: calling quirk_cardbus_legacy +0x0/0x1d Apr 20 20:31:42 [kernel] pci 0000:04:00.0: calling quirk_usb_early_handoff+0x0/0x4ea Apr 20 20:31:42 [kernel] pci 0000:04:00.0: calling pci_fixup_video +0x0/0x91 Apr 20 20:31:42 [kernel] pci 0000:05:01.0: calling quirk_cardbus_legacy +0x0/0x1d Apr 20 20:31:42 [kernel] pci 0000:05:01.0: calling quirk_usb_early_handoff+0x0/0x4ea Apr 20 20:31:42 [kernel] pci 0000:05:01.0: calling pci_fixup_video +0x0/0x91 Apr 20 20:31:42 [kernel] pci 0000:05:02.0: calling quirk_cardbus_legacy +0x0/0x1d Apr 20 20:31:42 [kernel] pci 0000:05:02.0: calling quirk_usb_early_handoff+0x0/0x4ea Apr 20 20:31:42 [kernel] pci 0000:05:02.0: calling pci_fixup_video +0x0/0x91 Apr 20 20:31:42 [kernel] pci 0000:05:03.0: calling quirk_cardbus_legacy +0x0/0x1d Apr 20 20:31:42 [kernel] pci 0000:05:03.0: calling quirk_usb_early_handoff+0x0/0x4ea Apr 20 20:31:42 [kernel] pci 0000:05:03.0: calling pci_fixup_video +0x0/0x91 Apr 20 20:31:42 [kernel] pci 0000:08:00.0: calling quirk_cardbus_legacy +0x0/0x1d Apr 20 20:31:42 [kernel] pci 0000:08:00.0: calling quirk_usb_early_handoff+0x0/0x4ea Apr 20 20:31:42 [kernel] pci 0000:08:00.0: calling pci_fixup_video +0x0/0x91 Apr 20 20:31:42 [kernel] pci 0000:09:04.0: calling quirk_cardbus_legacy +0x0/0x1d Apr 20 20:31:42 [kernel] pci 0000:09:04.0: calling quirk_usb_early_handoff+0x0/0x4ea Apr 20 20:31:42 [kernel] pci 0000:09:04.0: calling pci_fixup_video +0x0/0x91 Apr 20 20:31:42 [kernel] pci 0000:03:00.0: calling quirk_cardbus_legacy +0x0/0x1d Apr 20 20:31:42 [kernel] pci 0000:03:00.0: calling quirk_usb_early_handoff+0x0/0x4ea Apr 20 20:31:42 [kernel] pci 0000:03:00.0: calling pci_fixup_video +0x0/0x91 Apr 20 20:31:42 [kernel] pci 0000:02:00.0: calling quirk_cardbus_legacy +0x0/0x1d Apr 20 20:31:42 [kernel] pci 0000:02:00.0: calling quirk_usb_early_handoff+0x0/0x4ea Apr 20 20:31:42 [kernel] pci 0000:02:00.0: calling pci_fixup_video +0x0/0x91 Apr 20 20:31:42 [kernel] pci 0000:0a:04.0: calling quirk_cardbus_legacy +0x0/0x1d Apr 20 20:31:42 [kernel] pci 0000:0a:04.0: calling quirk_usb_early_handoff+0x0/0x4ea Apr 20 20:31:42 [kernel] pci 0000:0a:04.0: calling pci_fixup_video +0x0/0x91 Apr 20 20:31:42 [kernel] PCI: CLS 32 bytes, default 64 Apr 20 20:31:42 [kernel] microcode: CPU0 sig=0x10677, pf=0x10, revision=0x703 Apr 20 20:31:42 [kernel] microcode: CPU1 sig=0x10677, pf=0x10, revision=0x703 Apr 20 20:31:42 [kernel] microcode: CPU2 sig=0x10677, pf=0x10, revision=0x703 Apr 20 20:31:42 [kernel] microcode: CPU3 sig=0x10677, pf=0x10, revision=0x703 Apr 20 20:31:42 [kernel] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba Apr 20 20:31:42 [kernel] Scanning for low memory corruption every 60 seconds Apr 20 20:31:42 [kernel] highmem bounce pool size: 64 pages Apr 20 20:31:42 [kernel] HugeTLB registered 4 MB page size, pre-allocated 0 pages Apr 20 20:31:42 [kernel] Slow work thread pool: Starting up Apr 20 20:31:42 [kernel] Slow work thread pool: Ready Apr 20 20:31:42 [kernel] fuse init (API version 7.13) Apr 20 20:31:42 [kernel] msgmni has been set to 1728 Apr 20 20:31:42 [kernel] alg: No test for stdrng (krng) Apr 20 20:31:42 [kernel] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) Apr 20 20:31:42 [kernel] io scheduler noop registered Apr 20 20:31:42 [kernel] io scheduler cfq registered (default) Apr 20 20:31:42 [kernel] pcieport 0000:00:1c.0: setting latency timer to 64 Apr 20 20:31:42 [kernel] pcieport 0000:00:1c.4: setting latency timer to 64 Apr 20 20:31:42 [kernel] pcieport 0000:00:1c.5: setting latency timer to 64 Apr 20 20:31:42 [kernel] pcieport 0000:04:00.0: setting latency timer to 64 Apr 20 20:31:42 [kernel] pcieport 0000:05:01.0: setting latency timer to 64 Apr 20 20:31:42 [kernel] pcieport 0000:05:02.0: setting latency timer to 64 Apr 20 20:31:42 [kernel] pcieport 0000:05:03.0: setting latency timer to 64 Apr 20 20:31:42 [kernel] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 Apr 20 20:31:42 [kernel] ACPI: Power Button [PWRB] Apr 20 20:31:42 [kernel] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 Apr 20 20:31:42 [kernel] ACPI: Power Button [PWRF] Apr 20 20:31:42 [kernel] Non-volatile memory driver v1.3 Apr 20 20:31:42 [kernel] Linux agpgart interface v0.103 Apr 20 20:31:42 [kernel] [drm] Initialized drm 1.1.0 20060810 Apr 20 20:31:42 [kernel] nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 Apr 20 20:31:42 [kernel] nouveau 0000:01:00.0: setting latency timer to 64 Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: Detected an NV50 generation card (0x0a0300b1) Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: ... appears to be valid Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: BIT BIOS found Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: Bios version 62.00.59.00 Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: TMDS table revision 2.0 not currently supported Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 4.0 Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 04000320 00000028 Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 01000322 00020030 Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: Raw DCB entry 2: 02011310 00000028 Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: Raw DCB entry 3: 02011312 00020030 Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: Raw DCB entry 4: 010223f1 00c1c023 Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x40 5 16 4 Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: 0: 0x00001030: type 0x30 idx 0 tag 0x07 Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: 1: 0x00002130: type 0x30 idx 1 tag 0x08 Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: 2: 0x00000210: type 0x10 idx 2 tag 0xff Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: 3: 0x00000211: type 0x11 idx 3 tag 0xff Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: 4: 0x00000213: type 0x13 idx 4 tag 0xff Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: 5: 0x00000360: type 0x60 idx 5 tag 0xff Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xD113 Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xD53E Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xE9DB Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xEAB8 Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xEB8A Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0xEBEF Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: 0xEBEF: Condition still not met after 20ms, skipping following opcodes Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: 0xC0A4: parsing output script 0 - Last output repeated twice - Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: 0xA642: parsing output script 0 Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: Detected 896MiB VRAM Apr 20 20:31:42 [kernel] [TTM] Zone kernel: Available graphics memory: 442590 kiB. Apr 20 20:31:42 [kernel] [TTM] Zone highmem: Available graphics memory: 1036130 kiB. Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture) Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: Allocating FIFO number 1 Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 1 Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: Detected a DAC output Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: Detected a TMDS output Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: Detected a DAC output Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: Detected a TMDS output Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: DCB encoder 1 unknown Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: Detected a DVI-I connector - Last output repeated twice - Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: Detected a TV connector Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: no encoders, ignoring Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: Detected a HDMI connector Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: no encoders, ignoring Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: allocated 1920x1200 fb: 0x40250000, bo f68c4e00 Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: 0xC0A8: parsing output script 1 Apr 20 20:31:42 [kernel] [drm] nouveau 0000:01:00.0: 0xC0A9: parsing output script 2 Apr 20 20:31:42 [kernel] Console: switching to colour frame buffer device 240x75 Apr 20 20:31:42 [kernel] fb0: nouveaufb frame buffer device Apr 20 20:31:42 [kernel] registered panic notifier Apr 20 20:31:42 [kernel] [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0 Apr 20 20:31:42 [kernel] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled Apr 20 20:31:42 [kernel] brd: module loaded Apr 20 20:31:42 [kernel] loop: module loaded Apr 20 20:31:42 [kernel] ahci 0000:00:1f.2: version 3.0 Apr 20 20:31:42 [kernel] ahci 0000:00:1f.2: PCI INT B -> GSI 22 (level, low) -> IRQ 22 Apr 20 20:31:42 [kernel] ahci: SSS flag set, parallel bus scan disabled Apr 20 20:31:42 [kernel] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode Apr 20 20:31:42 [kernel] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part ccc ems sxs Apr 20 20:31:42 [kernel] ahci 0000:00:1f.2: setting latency timer to 64 Apr 20 20:31:42 [kernel] scsi0 : ahci Apr 20 20:31:42 [kernel] scsi1 : ahci Apr 20 20:31:42 [kernel] scsi2 : ahci Apr 20 20:31:42 [kernel] scsi3 : ahci Apr 20 20:31:42 [kernel] scsi4 : ahci Apr 20 20:31:42 [kernel] scsi5 : ahci Apr 20 20:31:42 [kernel] ata1: SATA max UDMA/133 abar m2048@0xf9ffe800 port 0xf9ffe900 irq 22 Apr 20 20:31:42 [kernel] ata2: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 22 Apr 20 20:31:42 [kernel] ata3: SATA max UDMA/133 abar m2048@0xf9ffe800 port 0xf9ffea00 irq 22 Apr 20 20:31:42 [kernel] ata4: SATA max UDMA/133 irq_stat 0x00400040, connection status changed Apr 20 20:31:42 [kernel] ata5: SATA max UDMA/133 irq_stat 0x00400040, connection status changed Apr 20 20:31:42 [kernel] ata6: SATA max UDMA/133 irq_stat 0x00400040, connection status changed Apr 20 20:31:42 [kernel] ahci 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 Apr 20 20:31:42 [kernel] ahci 0000:03:00.0: controller can't do NCQ, turning off CAP_NCQ Apr 20 20:31:42 [kernel] ahci 0000:03:00.0: controller can't do PMP, turning off CAP_PMP Apr 20 20:31:42 [kernel] ahci 0000:03:00.0: MV_AHCI HACK: port_map 1f -> f Apr 20 20:31:42 [kernel] ahci 0000:03:00.0: Disabling your PATA port. Use the boot option 'ahci.marvell_enable=0' to avoid this. Apr 20 20:31:42 [kernel] ahci: SSS flag set, parallel bus scan disabled Apr 20 20:31:42 [kernel] ahci 0000:03:00.0: AHCI 0001.0000 32 slots 5 ports 3 Gbps 0xf impl IDE mode Apr 20 20:31:42 [kernel] ahci 0000:03:00.0: flags: 64bit stag slum part Apr 20 20:31:42 [kernel] ahci 0000:03:00.0: setting latency timer to 64 Apr 20 20:31:42 [kernel] scsi6 : ahci Apr 20 20:31:42 [kernel] scsi7 : ahci Apr 20 20:31:42 [kernel] scsi8 : ahci Apr 20 20:31:42 [kernel] scsi9 : ahci Apr 20 20:31:42 [kernel] scsi10 : ahci Apr 20 20:31:42 [kernel] ata7: SATA max UDMA/133 abar m1024@0xfe9ffc00 port 0xfe9ffd00 irq 16 Apr 20 20:31:42 [kernel] ata8: SATA max UDMA/133 abar m1024@0xfe9ffc00 port 0xfe9ffd80 irq 16 Apr 20 20:31:42 [kernel] ata9: SATA max UDMA/133 abar m1024@0xfe9ffc00 port 0xfe9ffe00 irq 16 Apr 20 20:31:42 [kernel] ata10: SATA max UDMA/133 abar m1024@0xfe9ffc00 port 0xfe9ffe80 irq 16 Apr 20 20:31:42 [kernel] ata11: DUMMY Apr 20 20:31:42 [kernel] skge 0000:0a:04.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19 Apr 20 20:31:42 [kernel] skge: 1.13 addr 0xfebfc000 irq 19 chip Yukon-Lite rev 9 Apr 20 20:31:42 [kernel] skge 0000:0a:04.0: eth0: addr 00:1f:c6:5c:93:38 Apr 20 20:31:42 [kernel] sky2: driver version 1.27 Apr 20 20:31:42 [kernel] sky2 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 Apr 20 20:31:42 [kernel] sky2 0000:02:00.0: setting latency timer to 64 Apr 20 20:31:42 [kernel] sky2 0000:02:00.0: Yukon-2 EC Ultra chip revision 3 Apr 20 20:31:42 [kernel] sky2 0000:02:00.0: eth1: addr 00:1f:c6:5c:94:1f Apr 20 20:31:42 [kernel] usbmon: debugfs is not available Apr 20 20:31:42 [kernel] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver Apr 20 20:31:42 [kernel] ehci_hcd: block sizes: qh 60 qtd 96 itd 160 sitd 96 Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18 Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1a.7: setting latency timer to 64 Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1a.7: EHCI Host Controller Apr 20 20:31:42 [kernel] drivers/usb/core/inode.c: creating file 'devices' Apr 20 20:31:42 [kernel] drivers/usb/core/inode.c: creating file '001' Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1 Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1a.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2 ordered !ppc ports=6 Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1a.7: reset hcc_params 16871 thresh 7 uframes 1024 64 bit addr Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1a.7: debug port 1 Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1a.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1a.7: supports USB remote wakeup Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xf9fffc00 Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1a.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1a.7: init command 010001 (park)=0 ithresh=1 period=1024 RUN Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00 Apr 20 20:31:42 [kernel] usb usb1: default language 0x0409 Apr 20 20:31:42 [kernel] usb usb1: udev 1, busnum 1, minor = 0 Apr 20 20:31:42 [kernel] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 Apr 20 20:31:42 [kernel] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Apr 20 20:31:42 [kernel] usb usb1: SerialNumber: 0000:00:1a.7 Apr 20 20:31:42 [kernel] usb usb1: usb_probe_device Apr 20 20:31:42 [kernel] usb usb1: configuration #1 chosen from 1 choice Apr 20 20:31:42 [kernel] usb usb1: adding 1-0:1.0 (config #1, interface 0) Apr 20 20:31:42 [kernel] hub 1-0:1.0: usb_probe_interface Apr 20 20:31:42 [kernel] hub 1-0:1.0: usb_probe_interface - got id Apr 20 20:31:42 [kernel] hub 1-0:1.0: USB hub found Apr 20 20:31:42 [kernel] hub 1-0:1.0: 6 ports detected Apr 20 20:31:42 [kernel] hub 1-0:1.0: standalone hub Apr 20 20:31:42 [kernel] hub 1-0:1.0: no power switching (usb 1.0) Apr 20 20:31:42 [kernel] hub 1-0:1.0: individual port over-current protection Apr 20 20:31:42 [kernel] hub 1-0:1.0: power on to power good time: 20ms Apr 20 20:31:42 [kernel] hub 1-0:1.0: local power source is good Apr 20 20:31:42 [kernel] hub 1-0:1.0: trying to enable port power on non-switchable hub Apr 20 20:31:42 [kernel] drivers/usb/core/inode.c: creating file '001' Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23 Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: setting latency timer to 64 Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: EHCI Host Controller Apr 20 20:31:42 [kernel] drivers/usb/core/inode.c: creating file '002' Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2 Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2 ordered !ppc ports=6 Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: reset hcc_params 16871 thresh 7 uframes 1024 64 bit addr Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: debug port 1 Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: supports USB remote wakeup Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf9fff800 Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: init command 010001 (park)=0 ithresh=1 period=1024 RUN Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00 Apr 20 20:31:42 [kernel] usb usb2: default language 0x0409 Apr 20 20:31:42 [kernel] usb usb2: udev 1, busnum 2, minor = 128 Apr 20 20:31:42 [kernel] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 Apr 20 20:31:42 [kernel] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Apr 20 20:31:42 [kernel] usb usb2: Product: EHCI Host Controller Apr 20 20:31:42 [kernel] usb usb2: Manufacturer: Linux 2.6.34-rc4 ehci_hcd Apr 20 20:31:42 [kernel] usb usb2: SerialNumber: 0000:00:1d.7 Apr 20 20:31:42 [kernel] usb usb2: usb_probe_device Apr 20 20:31:42 [kernel] usb usb2: configuration #1 chosen from 1 choice Apr 20 20:31:42 [kernel] usb usb2: adding 2-0:1.0 (config #1, interface 0) Apr 20 20:31:42 [kernel] hub 2-0:1.0: usb_probe_interface Apr 20 20:31:42 [kernel] hub 2-0:1.0: usb_probe_interface - got id Apr 20 20:31:42 [kernel] hub 2-0:1.0: USB hub found Apr 20 20:31:42 [kernel] hub 2-0:1.0: 6 ports detected Apr 20 20:31:42 [kernel] hub 2-0:1.0: standalone hub Apr 20 20:31:42 [kernel] hub 2-0:1.0: no power switching (usb 1.0) Apr 20 20:31:42 [kernel] hub 2-0:1.0: individual port over-current protection Apr 20 20:31:42 [kernel] hub 2-0:1.0: power on to power good time: 20ms Apr 20 20:31:42 [kernel] hub 2-0:1.0: local power source is good Apr 20 20:31:42 [kernel] hub 2-0:1.0: trying to enable port power on non-switchable hub Apr 20 20:31:42 [kernel] drivers/usb/core/inode.c: creating file '001' Apr 20 20:31:42 [kernel] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver Apr 20 20:31:42 [kernel] ohci_hcd: block sizes: ed 64 td 64 Apr 20 20:31:42 [kernel] uhci_hcd: USB Universal Host Controller Interface driver Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1a.0: setting latency timer to 64 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1a.0: UHCI Host Controller Apr 20 20:31:42 [kernel] drivers/usb/core/inode.c: creating file '003' Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1a.0: detected 2 ports Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1a.0: uhci_check_and_reset_hc: cmd = 0x0000 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1a.0: Performing full reset Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1a.0: supports USB remote wakeup Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00009800 Apr 20 20:31:42 [kernel] usb usb3: default language 0x0409 Apr 20 20:31:42 [kernel] usb usb3: udev 1, busnum 3, minor = 256 Apr 20 20:31:42 [kernel] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 Apr 20 20:31:42 [kernel] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Apr 20 20:31:42 [kernel] usb usb3: Product: UHCI Host Controller Apr 20 20:31:42 [kernel] usb usb3: Manufacturer: Linux 2.6.34-rc4 uhci_hcd Apr 20 20:31:42 [kernel] usb usb3: SerialNumber: 0000:00:1a.0 Apr 20 20:31:42 [kernel] usb usb3: usb_probe_device Apr 20 20:31:42 [kernel] usb usb3: configuration #1 chosen from 1 choice Apr 20 20:31:42 [kernel] usb usb3: adding 3-0:1.0 (config #1, interface 0) Apr 20 20:31:42 [kernel] hub 3-0:1.0: usb_probe_interface Apr 20 20:31:42 [kernel] hub 3-0:1.0: usb_probe_interface - got id Apr 20 20:31:42 [kernel] hub 3-0:1.0: USB hub found Apr 20 20:31:42 [kernel] hub 3-0:1.0: 2 ports detected Apr 20 20:31:42 [kernel] hub 3-0:1.0: standalone hub Apr 20 20:31:42 [kernel] hub 3-0:1.0: no power switching (usb 1.0) Apr 20 20:31:42 [kernel] drivers/usb/core/inode.c: creating file '001' Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1a.7: HS companion for 0000:00:1a.0 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1a.1: setting latency timer to 64 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1a.1: UHCI Host Controller Apr 20 20:31:42 [kernel] drivers/usb/core/inode.c: creating file '004' Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1a.1: detected 2 ports Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1a.1: uhci_check_and_reset_hc: cmd = 0x0000 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1a.1: Performing full reset Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1a.1: supports USB remote wakeup Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00009880 Apr 20 20:31:42 [kernel] usb usb4: default language 0x0409 Apr 20 20:31:42 [kernel] usb usb4: udev 1, busnum 4, minor = 384 Apr 20 20:31:42 [kernel] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 Apr 20 20:31:42 [kernel] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Apr 20 20:31:42 [kernel] usb usb4: Product: UHCI Host Controller Apr 20 20:31:42 [kernel] usb usb4: Manufacturer: Linux 2.6.34-rc4 uhci_hcd Apr 20 20:31:42 [kernel] usb usb4: SerialNumber: 0000:00:1a.1 Apr 20 20:31:42 [kernel] usb usb4: usb_probe_device Apr 20 20:31:42 [kernel] usb usb4: configuration #1 chosen from 1 choice Apr 20 20:31:42 [kernel] usb usb4: adding 4-0:1.0 (config #1, interface 0) Apr 20 20:31:42 [kernel] hub 4-0:1.0: usb_probe_interface Apr 20 20:31:42 [kernel] hub 4-0:1.0: usb_probe_interface - got id Apr 20 20:31:42 [kernel] hub 4-0:1.0: USB hub found Apr 20 20:31:42 [kernel] hub 4-0:1.0: 2 ports detected Apr 20 20:31:42 [kernel] hub 4-0:1.0: standalone hub Apr 20 20:31:42 [kernel] hub 4-0:1.0: no power switching (usb 1.0) Apr 20 20:31:42 [kernel] hub 4-0:1.0: individual port over-current protection Apr 20 20:31:42 [kernel] hub 4-0:1.0: power on to power good time: 2ms Apr 20 20:31:42 [kernel] hub 4-0:1.0: local power source is good Apr 20 20:31:42 [kernel] hub 4-0:1.0: trying to enable port power on non-switchable hub Apr 20 20:31:42 [kernel] drivers/usb/core/inode.c: creating file '001' Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1a.7: HS companion for 0000:00:1a.1 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1a.2: setting latency timer to 64 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1a.2: UHCI Host Controller Apr 20 20:31:42 [kernel] drivers/usb/core/inode.c: creating file '005' Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1a.2: detected 2 ports Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1a.2: uhci_check_and_reset_hc: cmd = 0x0000 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1a.2: Performing full reset Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1a.2: supports USB remote wakeup Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1a.2: irq 18, io base 0x00009c00 Apr 20 20:31:42 [kernel] usb usb5: default language 0x0409 Apr 20 20:31:42 [kernel] usb usb5: udev 1, busnum 5, minor = 512 Apr 20 20:31:42 [kernel] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 Apr 20 20:31:42 [kernel] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Apr 20 20:31:42 [kernel] usb usb5: Product: UHCI Host Controller Apr 20 20:31:42 [kernel] usb usb5: Manufacturer: Linux 2.6.34-rc4 uhci_hcd Apr 20 20:31:42 [kernel] usb usb5: SerialNumber: 0000:00:1a.2 Apr 20 20:31:42 [kernel] usb usb5: usb_probe_device Apr 20 20:31:42 [kernel] usb usb5: configuration #1 chosen from 1 choice Apr 20 20:31:42 [kernel] usb usb5: adding 5-0:1.0 (config #1, interface 0) Apr 20 20:31:42 [kernel] hub 5-0:1.0: usb_probe_interface Apr 20 20:31:42 [kernel] hub 5-0:1.0: usb_probe_interface - got id Apr 20 20:31:42 [kernel] hub 5-0:1.0: USB hub found Apr 20 20:31:42 [kernel] hub 5-0:1.0: 2 ports detected Apr 20 20:31:42 [kernel] hub 5-0:1.0: standalone hub Apr 20 20:31:42 [kernel] hub 5-0:1.0: no power switching (usb 1.0) Apr 20 20:31:42 [kernel] hub 5-0:1.0: individual port over-current protection Apr 20 20:31:42 [kernel] hub 5-0:1.0: power on to power good time: 2ms Apr 20 20:31:42 [kernel] hub 5-0:1.0: local power source is good Apr 20 20:31:42 [kernel] hub 5-0:1.0: trying to enable port power on non-switchable hub Apr 20 20:31:42 [kernel] drivers/usb/core/inode.c: creating file '001' Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1a.7: HS companion for 0000:00:1a.2 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.0: setting latency timer to 64 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.0: UHCI Host Controller Apr 20 20:31:42 [kernel] drivers/usb/core/inode.c: creating file '006' Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.0: detected 2 ports Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0000 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.0: Performing full reset Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.0: supports USB remote wakeup Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00009080 Apr 20 20:31:42 [kernel] usb usb6: default language 0x0409 Apr 20 20:31:42 [kernel] usb usb6: udev 1, busnum 6, minor = 640 Apr 20 20:31:42 [kernel] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 Apr 20 20:31:42 [kernel] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Apr 20 20:31:42 [kernel] usb usb6: Product: UHCI Host Controller Apr 20 20:31:42 [kernel] usb usb6: SerialNumber: 0000:00:1d.0 Apr 20 20:31:42 [kernel] usb usb6: usb_probe_device Apr 20 20:31:42 [kernel] usb usb6: configuration #1 chosen from 1 choice Apr 20 20:31:42 [kernel] usb usb6: adding 6-0:1.0 (config #1, interface 0) Apr 20 20:31:42 [kernel] hub 6-0:1.0: usb_probe_interface Apr 20 20:31:42 [kernel] hub 6-0:1.0: usb_probe_interface - got id Apr 20 20:31:42 [kernel] hub 6-0:1.0: USB hub found Apr 20 20:31:42 [kernel] hub 6-0:1.0: 2 ports detected Apr 20 20:31:42 [kernel] hub 6-0:1.0: standalone hub Apr 20 20:31:42 [kernel] hub 6-0:1.0: no power switching (usb 1.0) Apr 20 20:31:42 [kernel] hub 6-0:1.0: individual port over-current protection Apr 20 20:31:42 [kernel] hub 6-0:1.0: power on to power good time: 2ms Apr 20 20:31:42 [kernel] hub 6-0:1.0: local power source is good Apr 20 20:31:42 [kernel] hub 6-0:1.0: trying to enable port power on non-switchable hub Apr 20 20:31:42 [kernel] drivers/usb/core/inode.c: creating file '001' Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: HS companion for 0000:00:1d.0 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.1: setting latency timer to 64 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.1: UHCI Host Controller Apr 20 20:31:42 [kernel] drivers/usb/core/inode.c: creating file '007' Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.1: detected 2 ports Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0000 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.1: Performing full reset Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.1: supports USB remote wakeup Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00009400 Apr 20 20:31:42 [kernel] usb usb7: default language 0x0409 Apr 20 20:31:42 [kernel] usb usb7: udev 1, busnum 7, minor = 768 Apr 20 20:31:42 [kernel] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001 Apr 20 20:31:42 [kernel] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Apr 20 20:31:42 [kernel] usb usb7: Product: UHCI Host Controller Apr 20 20:31:42 [kernel] usb usb7: Manufacturer: Linux 2.6.34-rc4 uhci_hcd Apr 20 20:31:42 [kernel] usb usb7: SerialNumber: 0000:00:1d.1 Apr 20 20:31:42 [kernel] usb usb7: usb_probe_device Apr 20 20:31:42 [kernel] usb usb7: configuration #1 chosen from 1 choice Apr 20 20:31:42 [kernel] usb usb7: adding 7-0:1.0 (config #1, interface 0) Apr 20 20:31:42 [kernel] hub 7-0:1.0: usb_probe_interface Apr 20 20:31:42 [kernel] hub 7-0:1.0: usb_probe_interface - got id Apr 20 20:31:42 [kernel] hub 7-0:1.0: USB hub found Apr 20 20:31:42 [kernel] hub 7-0:1.0: 2 ports detected Apr 20 20:31:42 [kernel] hub 7-0:1.0: standalone hub Apr 20 20:31:42 [kernel] hub 7-0:1.0: no power switching (usb 1.0) Apr 20 20:31:42 [kernel] hub 7-0:1.0: individual port over-current protection Apr 20 20:31:42 [kernel] hub 7-0:1.0: power on to power good time: 2ms Apr 20 20:31:42 [kernel] hub 7-0:1.0: local power source is good Apr 20 20:31:42 [kernel] hub 7-0:1.0: trying to enable port power on non-switchable hub Apr 20 20:31:42 [kernel] drivers/usb/core/inode.c: creating file '001' Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: HS companion for 0000:00:1d.1 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.2: setting latency timer to 64 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.2: UHCI Host Controller Apr 20 20:31:42 [kernel] drivers/usb/core/inode.c: creating file '008' Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.2: detected 2 ports Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0000 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.2: Performing full reset Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.2: supports USB remote wakeup Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00009480 Apr 20 20:31:42 [kernel] usb usb8: default language 0x0409 Apr 20 20:31:42 [kernel] usb usb8: udev 1, busnum 8, minor = 896 Apr 20 20:31:42 [kernel] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001 Apr 20 20:31:42 [kernel] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Apr 20 20:31:42 [kernel] usb usb8: Product: UHCI Host Controller Apr 20 20:31:42 [kernel] usb usb8: Manufacturer: Linux 2.6.34-rc4 uhci_hcd Apr 20 20:31:42 [kernel] usb usb8: SerialNumber: 0000:00:1d.2 Apr 20 20:31:42 [kernel] hub 1-0:1.0: state 7 ports 6 chg 0000 evt 0000 Apr 20 20:31:42 [kernel] usb usb8: usb_probe_device Apr 20 20:31:42 [kernel] usb usb8: configuration #1 chosen from 1 choice Apr 20 20:31:42 [kernel] usb usb8: adding 8-0:1.0 (config #1, interface 0) Apr 20 20:31:42 [kernel] hub 8-0:1.0: usb_probe_interface Apr 20 20:31:42 [kernel] hub 8-0:1.0: usb_probe_interface - got id Apr 20 20:31:42 [kernel] hub 8-0:1.0: USB hub found Apr 20 20:31:42 [kernel] hub 8-0:1.0: 2 ports detected Apr 20 20:31:42 [kernel] hub 8-0:1.0: standalone hub Apr 20 20:31:42 [kernel] hub 8-0:1.0: no power switching (usb 1.0) Apr 20 20:31:42 [kernel] hub 8-0:1.0: individual port over-current protection Apr 20 20:31:42 [kernel] hub 8-0:1.0: power on to power good time: 2ms Apr 20 20:31:42 [kernel] hub 8-0:1.0: local power source is good Apr 20 20:31:42 [kernel] hub 8-0:1.0: trying to enable port power on non-switchable hub Apr 20 20:31:42 [kernel] drivers/usb/core/inode.c: creating file '001' Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: HS companion for 0000:00:1d.2 Apr 20 20:31:42 [kernel] usbcore: registered new interface driver usblp Apr 20 20:31:42 [kernel] Initializing USB Mass Storage driver... Apr 20 20:31:42 [kernel] usbcore: registered new interface driver libusual Apr 20 20:31:42 [kernel] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1 Apr 20 20:31:42 [kernel] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp Apr 20 20:31:42 [kernel] serio: i8042 KBD port at 0x60,0x64 irq 1 Apr 20 20:31:42 [kernel] mice: PS/2 mouse device common for all mice Apr 20 20:31:42 [kernel] rtc_cmos 00:03: RTC can wake from S4 Apr 20 20:31:42 [kernel] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0 Apr 20 20:31:42 [kernel] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs Apr 20 20:31:42 [kernel] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18 Apr 20 20:31:42 [kernel] ACPI: resource 0000:00:1f.3 [io 0x0400-0x041f] conflicts with ACPI region SMRG [??? 0x00000400-0x0000040f flags 0x47] Apr 20 20:31:42 [kernel] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver Apr 20 20:31:42 [kernel] md: raid0 personality registered for level 0 Apr 20 20:31:42 [kernel] md: raid1 personality registered for level 1 Apr 20 20:31:42 [kernel] Bluetooth: Broadcom Blutonium firmware driver ver 1.2 Apr 20 20:31:42 [kernel] usbcore: registered new interface driver bcm203x Apr 20 20:31:42 [kernel] Bluetooth: Generic Bluetooth USB driver ver 0.6 Apr 20 20:31:42 [kernel] usbcore: registered new interface driver btusb Apr 20 20:31:42 [kernel] cpuidle: using governor ladder Apr 20 20:31:42 [kernel] cpuidle: using governor menu Apr 20 20:31:42 [kernel] wacom driver registered Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: GetStatus port 1 status 001803 POWER sig=j CSC CONNECT Apr 20 20:31:42 [kernel] hub 2-0:1.0: port 1: status 0501 change 0001 Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: GetStatus port 2 status 001403 POWER sig=k CSC CONNECT Apr 20 20:31:42 [kernel] usbcore: registered new interface driver hiddev Apr 20 20:31:42 [kernel] usbcore: registered new interface driver usbhid Apr 20 20:31:42 [kernel] usbhid: USB HID core driver Apr 20 20:31:42 [kernel] AV200 0000:09:04.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 Apr 20 20:31:42 [kernel] ALSA sound/pci/oxygen/oxygen_lib.c:582: invalid PCI I/O range Apr 20 20:31:42 [kernel] AV200 0000:09:04.0: PCI INT A disabled Apr 20 20:31:42 [kernel] ALSA device list: Apr 20 20:31:42 [kernel] No soundcards found. Apr 20 20:31:42 [kernel] Netfilter messages via NETLINK v0.30. Apr 20 20:31:42 [kernel] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) Apr 20 20:31:42 [kernel] ctnetlink v0.93: registering with nfnetlink. Apr 20 20:31:42 [kernel] ip_tables: (C) 2000-2006 Netfilter Core Team Apr 20 20:31:42 [kernel] TCP cubic registered Apr 20 20:31:42 [kernel] Initializing XFRM netlink socket Apr 20 20:31:42 [kernel] NET: Registered protocol family 10 Apr 20 20:31:42 [kernel] ip6_tables: (C) 2000-2006 Netfilter Core Team Apr 20 20:31:42 [kernel] IPv6 over IPv4 tunneling driver Apr 20 20:31:42 [kernel] NET: Registered protocol family 17 Apr 20 20:31:42 [kernel] Bluetooth: L2CAP ver 2.14 Apr 20 20:31:42 [kernel] Bluetooth: L2CAP socket layer initialized Apr 20 20:31:42 [kernel] Bluetooth: SCO (Voice Link) ver 0.6 Apr 20 20:31:42 [kernel] Bluetooth: SCO socket layer initialized Apr 20 20:31:42 [kernel] Bluetooth: RFCOMM socket layer initialized Apr 20 20:31:42 [kernel] Bluetooth: RFCOMM ver 1.11 Apr 20 20:31:42 [kernel] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 Apr 20 20:31:42 [kernel] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 Apr 20 20:31:42 [kernel] Using IPI No-Shortcut mode Apr 20 20:31:42 [kernel] hub 2-0:1.0: port 2: status 0501 change 0001 Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: GetStatus port 3 status 001803 POWER sig=j CSC CONNECT Apr 20 20:31:42 [kernel] hub 2-0:1.0: port 3: status 0501 change 0001 Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: GetStatus port 4 status 001803 POWER sig=j CSC CONNECT Apr 20 20:31:42 [kernel] hub 2-0:1.0: port 4: status 0501 change 0001 Apr 20 20:31:42 [kernel] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000 Apr 20 20:31:42 [kernel] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000 Apr 20 20:31:42 [kernel] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.0: port 1 portsc 008a,00 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.0: port 2 portsc 008a,00 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.1: port 1 portsc 0082,00 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.1: port 2 portsc 0082,00 Apr 20 20:31:42 [kernel] hub 8-0:1.0: state 7 ports 2 chg 0000 evt 0000 Apr 20 20:31:42 [kernel] hub 2-0:1.0: state 7 ports 6 chg 001e evt 0000 Apr 20 20:31:42 [kernel] hub 2-0:1.0: port 1, status 0501, change 0000, 480 Mb/s Apr 20 20:31:42 [kernel] ata7: SATA link down (SStatus 0 SControl 300) Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: port 1 full speed --> companion Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: GetStatus port 1 status 003801 POWER OWNER sig=j CONNECT Apr 20 20:31:42 [kernel] hub 2-0:1.0: port 1 not reset yet, waiting 50ms Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: GetStatus port 1 status 003002 POWER OWNER sig=se0 CSC Apr 20 20:31:42 [kernel] hub 2-0:1.0: port 2, status 0501, change 0000, 480 Mb/s Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: port 2 low speed --> companion Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: GetStatus port 2 status 003002 POWER OWNER sig=se0 CSC Apr 20 20:31:42 [kernel] hub 2-0:1.0: port 3, status 0501, change 0000, 480 Mb/s Apr 20 20:31:42 [kernel] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) Apr 20 20:31:42 [kernel] ata1.00: ATA-7: INTEL SSDSA2M080G2GC, 2CV102HD, max UDMA/133 Apr 20 20:31:42 [kernel] ata1.00: 156301488 sectors, multi 1: LBA48 NCQ (depth 31/32) Apr 20 20:31:42 [kernel] sd 0:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB) Apr 20 20:31:42 [kernel] sd 0:0:0:0: Attached scsi generic sg0 type 0 Apr 20 20:31:42 [kernel] sd 0:0:0:0: [sda] Write Protect is off Apr 20 20:31:42 [kernel] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 Apr 20 20:31:42 [kernel] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Apr 20 20:31:42 [kernel] sda: sda1 sda2 sda3 Apr 20 20:31:42 [kernel] sd 0:0:0:0: [sda] Attached SCSI disk Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: port 3 full speed --> companion Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: GetStatus port 3 status 003801 POWER OWNER sig=j CONNECT Apr 20 20:31:42 [kernel] hub 2-0:1.0: port 3 not reset yet, waiting 50ms Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: GetStatus port 3 status 003002 POWER OWNER sig=se0 CSC Apr 20 20:31:42 [kernel] hub 2-0:1.0: port 4, status 0501, change 0000, 480 Mb/s Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: port 4 high speed Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: GetStatus port 4 status 001005 POWER sig=se0 PE CONNECT Apr 20 20:31:42 [kernel] usb 2-4: new high speed USB device using ehci_hcd and address 5 Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: port 4 high speed Apr 20 20:31:42 [kernel] ehci_hcd 0000:00:1d.7: GetStatus port 4 status 001005 POWER sig=se0 PE CONNECT Apr 20 20:31:42 [kernel] usb 2-4: udev 5, busnum 2, minor = 132 Apr 20 20:31:42 [kernel] usb 2-4: New USB device found, idVendor=0424, idProduct=2504 Apr 20 20:31:42 [kernel] usb 2-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0 Apr 20 20:31:42 [kernel] usb 2-4: usb_probe_device Apr 20 20:31:42 [kernel] usb 2-4: configuration #1 chosen from 1 choice Apr 20 20:31:42 [kernel] usb 2-4: adding 2-4:1.0 (config #1, interface 0) Apr 20 20:31:42 [kernel] hub 2-4:1.0: usb_probe_interface Apr 20 20:31:42 [kernel] hub 2-4:1.0: usb_probe_interface - got id Apr 20 20:31:42 [kernel] hub 2-4:1.0: USB hub found Apr 20 20:31:42 [kernel] hub 2-4:1.0: 4 ports detected Apr 20 20:31:42 [kernel] hub 2-4:1.0: standalone hub Apr 20 20:31:42 [kernel] hub 2-4:1.0: ganged power switching Apr 20 20:31:42 [kernel] hub 2-4:1.0: global over-current protection Apr 20 20:31:42 [kernel] hub 2-4:1.0: TT per port Apr 20 20:31:42 [kernel] hub 2-4:1.0: TT requires at most 8 FS bit times (666 ns) Apr 20 20:31:42 [kernel] hub 2-4:1.0: power on to power good time: 100ms Apr 20 20:31:42 [kernel] hub 2-4:1.0: local power source is good Apr 20 20:31:42 [kernel] hub 2-4:1.0: no over-current condition exists Apr 20 20:31:42 [kernel] hub 2-4:1.0: enabling power on all ports Apr 20 20:31:42 [kernel] drivers/usb/core/inode.c: creating file '005' Apr 20 20:31:42 [kernel] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0006 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.0: port 1 portsc 0093,00 Apr 20 20:31:42 [kernel] hub 6-0:1.0: port 1, status 0101, change 0001, 12 Mb/s Apr 20 20:31:42 [kernel] usb 2-4: link qh256-0001/f6a1f740 start 1 [1/0 us] Apr 20 20:31:42 [kernel] hub 6-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x101 Apr 20 20:31:42 [kernel] usb 6-1: new full speed USB device using uhci_hcd and address 2 Apr 20 20:31:42 [kernel] usb 6-1: ep0 maxpacket = 8 Apr 20 20:31:42 [kernel] usb 6-1: skipped 1 descriptor after interface - Last output repeated twice - Apr 20 20:31:42 [kernel] usb 6-1: default language 0x0409 Apr 20 20:31:42 [kernel] usb 6-1: udev 2, busnum 6, minor = 641 Apr 20 20:31:42 [kernel] usb 6-1: New USB device found, idVendor=046d, idProduct=c041 Apr 20 20:31:42 [kernel] usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Apr 20 20:31:42 [kernel] usb 6-1: Product: USB Gaming Mouse Apr 20 20:31:42 [kernel] usb 6-1: Manufacturer: Logitech Apr 20 20:31:42 [kernel] usb 6-1: usb_probe_device Apr 20 20:31:42 [kernel] usb 6-1: configuration #1 chosen from 1 choice Apr 20 20:31:42 [kernel] usb 6-1: adding 6-1:1.0 (config #1, interface 0) Apr 20 20:31:42 [kernel] usbhid 6-1:1.0: usb_probe_interface Apr 20 20:31:42 [kernel] usbhid 6-1:1.0: usb_probe_interface - got id Apr 20 20:31:42 [kernel] usb usb3: suspend_rh (auto-stop) Apr 20 20:31:42 [kernel] usb usb4: suspend_rh (auto-stop) Apr 20 20:31:42 [kernel] usb usb5: suspend_rh (auto-stop) Apr 20 20:31:42 [kernel] usb usb8: suspend_rh (auto-stop) Apr 20 20:31:42 [kernel] input: Logitech USB Gaming Mouse as /devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1:1.0/input/input2 Apr 20 20:31:42 [kernel] generic-usb 0003:046D:C041.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Gaming Mouse] on usb-0000:00:1d.0-1/input0 Apr 20 20:31:42 [kernel] usb 6-1: adding 6-1:1.1 (config #1, interface 1) Apr 20 20:31:42 [kernel] usbhid 6-1:1.1: usb_probe_interface Apr 20 20:31:42 [kernel] usbhid 6-1:1.1: usb_probe_interface - got id Apr 20 20:31:42 [kernel] drivers/usb/core/file.c: looking for a minor, starting at 96 Apr 20 20:31:42 [kernel] generic-usb 0003:046D:C041.0002: hiddev96,hidraw1: USB HID v1.11 Device [Logitech USB Gaming Mouse] on usb-0000:00:1d.0-1/input1 Apr 20 20:31:42 [kernel] drivers/usb/core/inode.c: creating file '002' Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.0: port 2 portsc 01a3,00 Apr 20 20:31:42 [kernel] hub 6-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s Apr 20 20:31:42 [kernel] hub 6-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 Apr 20 20:31:42 [kernel] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) Apr 20 20:31:42 [kernel] ata2.00: ATA-7: INTEL SSDSA2M080G2GC, 2CV102HD, max UDMA/133 Apr 20 20:31:42 [kernel] ata2.00: 156301488 sectors, multi 1: LBA48 NCQ (depth 31/32) Apr 20 20:31:42 [kernel] sd 1:0:0:0: [sdb] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB) Apr 20 20:31:42 [kernel] sd 1:0:0:0: Attached scsi generic sg1 type 0 Apr 20 20:31:42 [kernel] sd 1:0:0:0: [sdb] Write Protect is off Apr 20 20:31:42 [kernel] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00 Apr 20 20:31:42 [kernel] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Apr 20 20:31:42 [kernel] sdb: sdb1 sdb2 sdb3 Apr 20 20:31:42 [kernel] sd 1:0:0:0: [sdb] Attached SCSI disk Apr 20 20:31:42 [kernel] usb 6-2: new low speed USB device using uhci_hcd and address 3 Apr 20 20:31:42 [kernel] usb 6-2: skipped 1 descriptor after interface - Last output repeated twice - Apr 20 20:31:42 [kernel] usb 6-2: default language 0x0409 Apr 20 20:31:42 [kernel] usb 6-2: udev 3, busnum 6, minor = 642 Apr 20 20:31:42 [kernel] usb 6-2: New USB device found, idVendor=045e, idProduct=00db Apr 20 20:31:42 [kernel] usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Apr 20 20:31:42 [kernel] usb 6-2: Product: Natural® Ergonomic Keyboard 4000 Apr 20 20:31:42 [kernel] usb 6-2: Manufacturer: Microsoft Apr 20 20:31:42 [kernel] usb 6-2: usb_probe_device Apr 20 20:31:42 [kernel] usb 6-2: configuration #1 chosen from 1 choice Apr 20 20:31:42 [kernel] usb 6-2: adding 6-2:1.0 (config #1, interface 0) Apr 20 20:31:42 [kernel] usbhid 6-2:1.0: usb_probe_interface Apr 20 20:31:42 [kernel] usbhid 6-2:1.0: usb_probe_interface - got id Apr 20 20:31:42 [kernel] input: Microsoft Natural® Ergonomic Keyboard 4000 as /devices/pci0000:00/0000:00:1d.0/usb6/6-2/6-2:1.0/input/input3 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.0: reserve dev 3 ep81-INT, period 8, phase 4, 118 us Apr 20 20:31:42 [kernel] microsoft 0003:045E:00DB.0003: input,hidraw2: USB HID v1.11 Keyboard [Microsoft Natural® Ergonomic Keyboard 4000] on usb-0000:00:1d.0-2/input0 Apr 20 20:31:42 [kernel] usb 6-2: adding 6-2:1.1 (config #1, interface 1) Apr 20 20:31:42 [kernel] usbhid 6-2:1.1: usb_probe_interface Apr 20 20:31:42 [kernel] usbhid 6-2:1.1: usb_probe_interface - got id Apr 20 20:31:42 [kernel] input: Microsoft Natural® Ergonomic Keyboard 4000 as /devices/pci0000:00/0000:00:1d.0/usb6/6-2/6-2:1.1/input/input4 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.0: reserve dev 3 ep82-INT, period 8, phase 4, 118 us Apr 20 20:31:42 [kernel] microsoft 0003:045E:00DB.0004: input,hidraw3: USB HID v1.11 Device [Microsoft Natural® Ergonomic Keyboard 4000] on usb-0000:00:1d.0-2/input1 Apr 20 20:31:42 [kernel] drivers/usb/core/inode.c: creating file '003' Apr 20 20:31:42 [kernel] hub 7-0:1.0: state 7 ports 2 chg 0000 evt 0002 Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.1: port 1 portsc 0093,00 Apr 20 20:31:42 [kernel] hub 7-0:1.0: port 1, status 0101, change 0001, 12 Mb/s Apr 20 20:31:42 [kernel] ata3: SATA link down (SStatus 0 SControl 300) Apr 20 20:31:42 [kernel] hub 7-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x101 Apr 20 20:31:42 [kernel] usb 7-1: new full speed USB device using uhci_hcd and address 2 Apr 20 20:31:42 [kernel] usb 7-1: skipped 1 descriptor after interface Apr 20 20:31:42 [kernel] usb 7-1: default language 0x0409 Apr 20 20:31:42 [kernel] usb 7-1: udev 2, busnum 7, minor = 769 Apr 20 20:31:42 [kernel] usb 7-1: New USB device found, idVendor=07b8, idProduct=b02a Apr 20 20:31:42 [kernel] usb 7-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0 Apr 20 20:31:42 [kernel] usb 7-1: Product: Bluetooth USB Adapter Apr 20 20:31:42 [kernel] usb 7-1: usb_probe_device Apr 20 20:31:42 [kernel] usb 7-1: configuration #1 chosen from 1 choice Apr 20 20:31:42 [kernel] usb 7-1: adding 7-1:1.0 (config #1, interface 0) Apr 20 20:31:42 [kernel] btusb 7-1:1.0: usb_probe_interface Apr 20 20:31:42 [kernel] btusb 7-1:1.0: usb_probe_interface - got id Apr 20 20:31:42 [kernel] usb 7-1: adding 7-1:1.1 (config #1, interface 1) Apr 20 20:31:42 [kernel] usb 7-1: adding 7-1:1.2 (config #1, interface 2) Apr 20 20:31:42 [kernel] btusb 7-1:1.2: usb_probe_interface Apr 20 20:31:42 [kernel] btusb 7-1:1.2: usb_probe_interface - got id Apr 20 20:31:42 [kernel] drivers/usb/core/inode.c: creating file '002' Apr 20 20:31:42 [kernel] hub 2-0:1.0: state 7 ports 6 chg 0000 evt 0008 Apr 20 20:31:42 [kernel] hub 2-4:1.0: state 7 ports 4 chg 0000 evt 0000 Apr 20 20:31:42 [kernel] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0004 Apr 20 20:31:42 [kernel] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300) Apr 20 20:31:42 [kernel] ata4.00: ATAPI: HL-DT-ST BD-RE GGW-H20L, YL01, max UDMA/133 Apr 20 20:31:42 [kernel] ata4.00: configured for UDMA/133 Apr 20 20:31:42 [kernel] scsi 3:0:0:0: CD-ROM HL-DT-ST BD-RE GGW-H20L YL01 PQ: 0 ANSI: 5 Apr 20 20:31:42 [kernel] sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray Apr 20 20:31:42 [kernel] Uniform CD-ROM driver Revision: 3.20 Apr 20 20:31:42 [kernel] sr 3:0:0:0: Attached scsi CD-ROM sr0 Apr 20 20:31:42 [kernel] sr 3:0:0:0: Attached scsi generic sg2 type 5 Apr 20 20:31:42 [kernel] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300) Apr 20 20:31:42 [kernel] ata5.00: ATA-8: WDC WD10EACS-00ZJB0, 01.01B01, max UDMA/133 Apr 20 20:31:42 [kernel] ata5.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA Apr 20 20:31:42 [kernel] ata5.00: configured for UDMA/133 Apr 20 20:31:42 [kernel] scsi 4:0:0:0: Direct-Access ATA WDC WD10EACS-00Z 01.0 PQ: 0 ANSI: 5 Apr 20 20:31:42 [kernel] sd 4:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) Apr 20 20:31:42 [kernel] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00 Apr 20 20:31:42 [kernel] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Apr 20 20:31:42 [kernel] sdc: sdc1 Apr 20 20:31:42 [kernel] sd 4:0:0:0: [sdc] Attached SCSI disk Apr 20 20:31:42 [kernel] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300) Apr 20 20:31:42 [kernel] ata6.00: ATA-8: WDC WD10EACS-00ZJB0, 01.01B01, max UDMA/133 Apr 20 20:31:42 [kernel] ata6.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA Apr 20 20:31:42 [kernel] ata6.00: configured for UDMA/133 Apr 20 20:31:42 [kernel] scsi 5:0:0:0: Direct-Access ATA WDC WD10EACS-00Z 01.0 PQ: 0 ANSI: 5 Apr 20 20:31:42 [kernel] sd 5:0:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) Apr 20 20:31:42 [kernel] sd 5:0:0:0: Attached scsi generic sg4 type 0 Apr 20 20:31:42 [kernel] sd 5:0:0:0: [sdd] Write Protect is off Apr 20 20:31:42 [kernel] sd 5:0:0:0: [sdd] Mode Sense: 00 3a 00 00 Apr 20 20:31:42 [kernel] sd 5:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Apr 20 20:31:42 [kernel] sdd: sdd1 Apr 20 20:31:42 [kernel] sd 5:0:0:0: [sdd] Attached SCSI disk Apr 20 20:31:42 [kernel] ata8: SATA link down (SStatus 0 SControl 300) Apr 20 20:31:42 [kernel] ata9: SATA link down (SStatus 0 SControl 300) Apr 20 20:31:42 [kernel] ata10: SATA link down (SStatus 0 SControl 300) Apr 20 20:31:42 [kernel] md: Waiting for all devices to be available before autodetect Apr 20 20:31:42 [kernel] md: If you don't use raid, use raid=noautodetect Apr 20 20:31:42 [kernel] md: Autodetecting RAID arrays. Apr 20 20:31:42 [kernel] md: Scanned 6 and added 6 devices. Apr 20 20:31:42 [kernel] md: autorun ... Apr 20 20:31:42 [kernel] md: considering sdd1 ... Apr 20 20:31:42 [kernel] md: adding sdd1 ... Apr 20 20:31:42 [kernel] md: adding sdc1 ... Apr 20 20:31:42 [kernel] md: sdb3 has different UUID to sdd1 Apr 20 20:31:42 [kernel] md: sdb1 has different UUID to sdd1 Apr 20 20:31:42 [kernel] md: sda3 has different UUID to sdd1 Apr 20 20:31:42 [kernel] md: sda1 has different UUID to sdd1 Apr 20 20:31:42 [kernel] md: created md4 Apr 20 20:31:42 [kernel] md: bind<sdc1> Apr 20 20:31:42 [kernel] md: bind<sdd1> Apr 20 20:31:42 [kernel] md: running: <sdd1><sdc1> Apr 20 20:31:42 [kernel] raid0: looking at sdd1 Apr 20 20:31:42 [kernel] raid0: comparing sdd1(1953519872) Apr 20 20:31:42 [kernel] with sdd1(1953519872) Apr 20 20:31:42 [kernel] raid0: END Apr 20 20:31:42 [kernel] raid0: ==> UNIQUE Apr 20 20:31:42 [kernel] raid0: 1 zones Apr 20 20:31:42 [kernel] raid0: looking at sdc1 Apr 20 20:31:42 [kernel] raid0: comparing sdc1(1953519872) Apr 20 20:31:42 [kernel] with sdd1(1953519872) Apr 20 20:31:42 [kernel] raid0: EQUAL Apr 20 20:31:42 [kernel] raid0: FINAL 1 zones Apr 20 20:31:42 [kernel] raid0: done. Apr 20 20:31:42 [kernel] raid0 : md_size is 3907039744 sectors. Apr 20 20:31:42 [kernel] ******* md4 configuration ********* Apr 20 20:31:42 [kernel] zone0=[sdc1/sdd1/] Apr 20 20:31:42 [kernel] zone offset=0kb device offset=0kb size=1953519872kb Apr 20 20:31:42 [kernel] ********************************** Apr 20 20:31:42 [kernel] md4: detected capacity change from 0 to 2000404348928 Apr 20 20:31:42 [kernel] md: considering sdb3 ... Apr 20 20:31:42 [kernel] md: adding sdb3 ... Apr 20 20:31:42 [kernel] md: sdb1 has different UUID to sdb3 Apr 20 20:31:42 [kernel] md: adding sda3 ... Apr 20 20:31:42 [kernel] md: sda1 has different UUID to sdb3 Apr 20 20:31:42 [kernel] md: created md3 Apr 20 20:31:42 [kernel] md: bind<sda3> Apr 20 20:31:42 [kernel] md: bind<sdb3> Apr 20 20:31:42 [kernel] md: running: <sdb3><sda3> Apr 20 20:31:42 [kernel] raid0: looking at sdb3 Apr 20 20:31:42 [kernel] raid0: comparing sdb3(154962688) Apr 20 20:31:42 [kernel] with sdb3(154962688) Apr 20 20:31:42 [kernel] raid0: END Apr 20 20:31:42 [kernel] raid0: ==> UNIQUE Apr 20 20:31:42 [kernel] raid0: 1 zones Apr 20 20:31:42 [kernel] raid0: looking at sda3 Apr 20 20:31:42 [kernel] raid0: comparing sda3(154962688) Apr 20 20:31:42 [kernel] with sdb3(154962688) Apr 20 20:31:42 [kernel] raid0: EQUAL Apr 20 20:31:42 [kernel] raid0: FINAL 1 zones Apr 20 20:31:42 [kernel] raid0: done. Apr 20 20:31:42 [kernel] raid0 : md_size is 309925376 sectors. Apr 20 20:31:42 [kernel] ******* md3 configuration ********* Apr 20 20:31:42 [kernel] zone0=[sda3/sdb3/] Apr 20 20:31:42 [kernel] zone offset=0kb device offset=0kb size=154962688kb Apr 20 20:31:42 [kernel] ********************************** Apr 20 20:31:42 [kernel] md3: detected capacity change from 0 to 158681792512 Apr 20 20:31:42 [kernel] md: considering sdb1 ... Apr 20 20:31:42 [kernel] md: adding sdb1 ... Apr 20 20:31:42 [kernel] md: adding sda1 ... Apr 20 20:31:42 [kernel] md: created md1 Apr 20 20:31:42 [kernel] md: bind<sda1> Apr 20 20:31:42 [kernel] md: bind<sdb1> Apr 20 20:31:42 [kernel] md: running: <sdb1><sda1> Apr 20 20:31:42 [kernel] raid1: raid set md1 active with 2 out of 2 mirrors Apr 20 20:31:42 [kernel] md1: detected capacity change from 0 to 139722752 Apr 20 20:31:42 [kernel] md: ... autorun DONE. Apr 20 20:31:42 [kernel] md3: unknown partition table Apr 20 20:31:42 [kernel] EXT4-fs (md3): mounted filesystem with ordered data mode Apr 20 20:31:42 [kernel] VFS: Mounted root (ext2 filesystem) readonly on device 9:3. Apr 20 20:31:42 [kernel] Freeing unused kernel memory: 352k freed Apr 20 20:31:42 [kernel] Write protecting the kernel text: 3812k Apr 20 20:31:42 [kernel] Write protecting the kernel read-only data: 1256k Apr 20 20:31:42 [kernel] udev: starting version 151 Apr 20 20:31:42 [kernel] md1: Apr 20 20:31:42 [kernel] md4: unknown partition table Apr 20 20:31:42 [kernel] unknown partition table Apr 20 20:31:42 [kernel] EXT4-fs (md4): mounted filesystem with ordered data mode Apr 20 20:31:42 [kernel] uhci_hcd 0000:00:1d.1: reserve dev 2 ep81-INT, period 1, phase 0, 23 us Apr 20 20:31:42 [kernel] skge 0000:0a:04.0: eth0: enabling interface Apr 20 20:31:42 [kernel] ADDRCONF(NETDEV_UP): eth0: link is not ready Apr 20 20:31:43 [kernel] Adding 530140k swap on /dev/sda2. Priority:-1 extents:1 across:530140k SSD Apr 20 20:31:43 [kernel] Adding 530140k swap on /dev/sdb2. Priority:-2 extents:1 across:530140k SSD Apr 20 20:31:44 [kernel] [drm] nouveau 0000:01:00.0: Allocating FIFO number 2 Apr 20 20:31:44 [kernel] [drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 2 Apr 20 20:31:44 [kernel] [drm] nouveau 0000:01:00.0: Allocating FIFO number 3 Apr 20 20:31:44 [kernel] [drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 3 Apr 20 20:31:44 [kernel] uhci_hcd 0000:00:1d.0: reserve dev 2 ep81-INT, period 1, phase 0, 19 us Apr 20 20:31:45 [kernel] skge 0000:0a:04.0: eth0: Link is up at 1000 Mbps, full duplex, flow control both Apr 20 20:31:45 [kernel] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready Apr 20 20:31:56 [kernel] eth0: no IPv6 routers present ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [regression, bisected] Xonar DX invalid PCI I/O range since 977d17bb174 2010-04-20 18:45 ` Peter Henriksson @ 2010-04-21 6:06 ` Yinghai 2010-04-21 9:06 ` Peter Henriksson 2010-04-21 15:54 ` Jesse Barnes 0 siblings, 2 replies; 13+ messages in thread From: Yinghai @ 2010-04-21 6:06 UTC (permalink / raw) To: Peter Henriksson Cc: Yinghai, Clemens Ladisch, Jesse Barnes, linux-pci, linux-kernel On 04/20/2010 11:45 AM, Peter Henriksson wrote: > Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: scanning [bus 04-09] behind > bridge, pass 0 > Apr 20 20:31:42 [kernel] pci_bus 0000:04: scanning bus > Apr 20 20:31:42 [kernel] pci 0000:04:00.0: found [10b5:8518] class > 000604 header type 01 > Apr 20 20:31:42 [kernel] pci 0000:04:00.0: reg 10: [mem > 0xfeae0000-0xfeafffff] > Apr 20 20:31:42 [kernel] pci 0000:04:00.0: calling > quirk_resource_alignment+0x0/0x166 > Apr 20 20:31:42 [kernel] pci 0000:04:00.0: PME# supported from D0 D3hot > D3cold > Apr 20 20:31:42 [kernel] pci 0000:04:00.0: PME# disabled > Apr 20 20:31:42 [kernel] pci_bus 0000:04: fixups for bus > Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: PCI bridge to [bus 04-09] > Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: bridge window [io > 0xd000-0xdfff] > Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: bridge window [mem > 0xfea00000-0xfeafffff] > Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: bridge window [mem > 0xf8e00000-0xf8ffffff 64bit pref] > Apr 20 20:31:42 [kernel] pci 0000:04:00.0: scanning [bus 05-09] behind > bridge, pass 0 > Apr 20 20:31:42 [kernel] pci_bus 0000:05: scanning bus > Apr 20 20:31:42 [kernel] pci 0000:05:01.0: found [10b5:8518] class > 000604 header type 01 > Apr 20 20:31:42 [kernel] pci 0000:05:01.0: calling > quirk_resource_alignment+0x0/0x166 > Apr 20 20:31:42 [kernel] pci 0000:05:01.0: PME# supported from D0 D3hot > D3cold > Apr 20 20:31:42 [kernel] pci 0000:05:01.0: PME# disabled > Apr 20 20:31:42 [kernel] pci 0000:05:02.0: found [10b5:8518] class > 000604 header type 01 > Apr 20 20:31:42 [kernel] pci 0000:05:02.0: calling > quirk_resource_alignment+0x0/0x166 > Apr 20 20:31:42 [kernel] pci 0000:05:02.0: PME# supported from D0 D3hot > D3cold > Apr 20 20:31:42 [kernel] pci 0000:05:02.0: PME# disabled > Apr 20 20:31:42 [kernel] pci 0000:05:03.0: found [10b5:8518] class > 000604 header type 01 > Apr 20 20:31:42 [kernel] pci 0000:05:03.0: calling > quirk_resource_alignment+0x0/0x166 > Apr 20 20:31:42 [kernel] pci 0000:05:03.0: PME# supported from D0 D3hot > D3cold > Apr 20 20:31:42 [kernel] pci 0000:05:03.0: PME# disabled > Apr 20 20:31:42 [kernel] pci_bus 0000:05: fixups for bus > Apr 20 20:31:42 [kernel] pci 0000:04:00.0: PCI bridge to [bus 05-09] > Apr 20 20:31:42 [kernel] pci 0000:04:00.0: bridge window [io > 0xd000-0xdfff] > Apr 20 20:31:42 [kernel] pci 0000:04:00.0: bridge window [mem > 0xfff00000-0x000fffff] (disabled) > Apr 20 20:31:42 [kernel] pci 0000:04:00.0: bridge window [mem > 0xf8e00000-0xf8ffffff 64bit pref] > Apr 20 20:31:42 [kernel] pci 0000:05:01.0: scanning [bus 08-09] behind > bridge, pass 0 > Apr 20 20:31:42 [kernel] pci_bus 0000:08: scanning bus > Apr 20 20:31:42 [kernel] pci 0000:08:00.0: found [10b5:8112] class > 000604 header type 01 > Apr 20 20:31:42 [kernel] pci 0000:08:00.0: calling > quirk_resource_alignment+0x0/0x166 > Apr 20 20:31:42 [kernel] pci_bus 0000:08: fixups for bus > Apr 20 20:31:42 [kernel] pci 0000:05:01.0: PCI bridge to [bus 08-09] > Apr 20 20:31:42 [kernel] pci 0000:05:01.0: bridge window [io > 0xd000-0xdfff] > Apr 20 20:31:42 [kernel] pci 0000:05:01.0: bridge window [mem > 0xfff00000-0x000fffff] (disabled) > Apr 20 20:31:42 [kernel] pci 0000:05:01.0: bridge window [mem > 0xfff00000-0x000fffff pref] (disabled) > Apr 20 20:31:42 [kernel] pci_bus 0000:09: scanning bus > Apr 20 20:31:42 [kernel] pci 0000:09:04.0: found [13f6:8788] class > 000401 header type 00 > Apr 20 20:31:42 [kernel] pci 0000:09:04.0: reg 10: [io 0xd800-0xd8ff] > Apr 20 20:31:42 [kernel] pci 0000:09:04.0: calling > quirk_resource_alignment+0x0/0x166 > Apr 20 20:31:42 [kernel] pci 0000:09:04.0: supports D1 D2 > Apr 20 20:31:42 [kernel] pci_bus 0000:09: fixups for bus > Apr 20 20:31:42 [kernel] pci 0000:08:00.0: PCI bridge to [bus 09-09] > Apr 20 20:31:42 [kernel] pci 0000:08:00.0: bridge window [io > 0xd000-0xdfff] > Apr 20 20:31:42 [kernel] pci 0000:08:00.0: bridge window [mem > 0xfff00000-0x000fffff] (disabled) > Apr 20 20:31:42 [kernel] pci 0000:08:00.0: bridge window [mem > 0xfff00000-0x000fffff pref] (disabled) > Apr 20 20:31:42 [kernel] pci_bus 0000:09: bus scan returning with max=09 > Apr 20 20:31:42 [kernel] pci 0000:08:00.0: scanning [bus 09-09] behind > bridge, pass 1 > Apr 20 20:31:42 [kernel] pci_bus 0000:08: bus scan returning with max=09 > Apr 20 20:31:42 [kernel] pci 0000:05:02.0: scanning [bus 07-07] behind > bridge, pass 0 > Apr 20 20:31:42 [kernel] pci_bus 0000:07: scanning bus > Apr 20 20:31:42 [kernel] pci_bus 0000:07: fixups for bus > Apr 20 20:31:42 [kernel] pci 0000:05:02.0: PCI bridge to [bus 07-07] > Apr 20 20:31:42 [kernel] pci 0000:05:02.0: bridge window [io > 0xf000-0x0000] (disabled) > Apr 20 20:31:42 [kernel] pci 0000:05:02.0: bridge window [mem > 0xfff00000-0x000fffff] (disabled) > Apr 20 20:31:42 [kernel] pci 0000:05:02.0: bridge window [mem > 0xf8f00000-0xf8ffffff 64bit pref] > Apr 20 20:31:42 [kernel] pci_bus 0000:07: bus scan returning with max=07 > Apr 20 20:31:42 [kernel] pci 0000:05:03.0: scanning [bus 06-06] behind > bridge, pass 0 > Apr 20 20:31:42 [kernel] pci_bus 0000:06: scanning bus > Apr 20 20:31:42 [kernel] pci_bus 0000:06: fixups for bus > Apr 20 20:31:42 [kernel] pci 0000:05:03.0: PCI bridge to [bus 06-06] > Apr 20 20:31:42 [kernel] pci 0000:05:03.0: bridge window [io > 0xf000-0x0000] (disabled) > Apr 20 20:31:42 [kernel] pci 0000:05:03.0: bridge window [mem > 0xfff00000-0x000fffff] (disabled) > Apr 20 20:31:42 [kernel] pci 0000:05:03.0: bridge window [mem > 0xf8e00000-0xf8efffff 64bit pref] > Apr 20 20:31:42 [kernel] pci_bus 0000:06: bus scan returning with max=06 > Apr 20 20:31:42 [kernel] pci 0000:05:01.0: scanning [bus 08-09] behind > bridge, pass 1 > Apr 20 20:31:42 [kernel] pci 0000:05:02.0: scanning [bus 07-07] behind > bridge, pass 1 > Apr 20 20:31:42 [kernel] pci 0000:05:03.0: scanning [bus 06-06] behind > bridge, pass 1 > Apr 20 20:31:42 [kernel] pci_bus 0000:05: bus scan returning with max=09 > Apr 20 20:31:42 [kernel] pci 0000:04:00.0: scanning [bus 05-09] behind > bridge, pass 1 > Apr 20 20:31:42 [kernel] pci_bus 0000:04: bus scan returning with max=09 > Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: scanning [bus 04-09] behind > bridge, pass 1 > Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: scanning [bus 03-03] behind > bridge, pass 1 > Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: scanning [bus 02-02] behind > bridge, pass 1 > Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: scanning [bus 0a-0a] behind > bridge, pass 1 ... > Apr 20 20:31:42 [kernel] pci 0000:04:00.0: BAR 0: reserving [mem > 0xfeae0000-0xfeafffff flags 0x40200] (d=0, p=0) > Apr 20 20:31:42 [kernel] pci 0000:09:04.0: BAR 0: reserving [io > 0xd800-0xd8ff flags 0x40101] (d=0, p=0) ... > Apr 20 20:31:42 [kernel] PCI: max bus depth: 4 pci_try_num: 5 > Apr 20 20:31:42 [kernel] pci 0000:04:00.0: BAR 8: can't assign mem (size > 0xc00000) > Apr 20 20:31:42 [kernel] pci 0000:05:01.0: BAR 8: can't assign mem (size > 0x200000) > Apr 20 20:31:42 [kernel] pci 0000:05:01.0: BAR 9: can't assign mem pref > (size 0x200000) > Apr 20 20:31:42 [kernel] pci 0000:05:02.0: BAR 8: can't assign mem (size > 0x400000) > Apr 20 20:31:42 [kernel] pci 0000:05:03.0: BAR 7: can't assign io (size > 0x1000) > Apr 20 20:31:42 [kernel] pci 0000:08:00.0: PCI bridge to [bus 09-09] > Apr 20 20:31:42 [kernel] pci 0000:08:00.0: bridge window [io > 0xd000-0xdfff] > Apr 20 20:31:42 [kernel] pci 0000:08:00.0: bridge window [mem > disabled] > Apr 20 20:31:42 [kernel] pci 0000:08:00.0: bridge window [mem pref > disabled] > Apr 20 20:31:42 [kernel] pci 0000:05:01.0: PCI bridge to [bus 08-09] > Apr 20 20:31:42 [kernel] pci 0000:05:01.0: bridge window [io > 0xd000-0xdfff] > Apr 20 20:31:42 [kernel] pci 0000:05:01.0: bridge window [mem > disabled] > Apr 20 20:31:42 [kernel] pci 0000:05:01.0: bridge window [mem pref > disabled] > Apr 20 20:31:42 [kernel] pci 0000:05:02.0: PCI bridge to [bus 07-07] > Apr 20 20:31:42 [kernel] pci 0000:05:02.0: bridge window [io > disabled] > Apr 20 20:31:42 [kernel] pci 0000:05:02.0: bridge window [mem > disabled] > Apr 20 20:31:42 [kernel] pci 0000:05:02.0: bridge window [mem > 0xf8f00000-0xf8ffffff 64bit pref] > Apr 20 20:31:42 [kernel] pci 0000:05:03.0: PCI bridge to [bus 06-06] > Apr 20 20:31:42 [kernel] pci 0000:05:03.0: bridge window [io > disabled] > Apr 20 20:31:42 [kernel] pci 0000:05:03.0: bridge window [mem > disabled] > Apr 20 20:31:42 [kernel] pci 0000:05:03.0: bridge window [mem > 0xf8e00000-0xf8efffff 64bit pref] > Apr 20 20:31:42 [kernel] pci 0000:04:00.0: PCI bridge to [bus 05-09] > Apr 20 20:31:42 [kernel] pci 0000:04:00.0: bridge window [io > 0xd000-0xdfff] > Apr 20 20:31:42 [kernel] pci 0000:04:00.0: bridge window [mem > disabled] > Apr 20 20:31:42 [kernel] pci 0000:04:00.0: bridge window [mem > 0xf8e00000-0xf8ffffff 64bit pref] > Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: PCI bridge to [bus 04-09] > Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: bridge window [io > 0xd000-0xdfff] > Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: bridge window [mem > 0xfea00000-0xfeafffff] > Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: bridge window [mem > 0xf8e00000-0xf8ffffff 64bit pref] > Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: PCI bridge to [bus 03-03] > Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: bridge window [io > 0xc000-0xcfff] > Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: bridge window [mem > 0xfe900000-0xfe9fffff] > Apr 20 20:31:42 [kernel] pci 0000:00:1c.4: bridge window [mem > 0x80000000-0x801fffff 64bit pref] > Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: PCI bridge to [bus 02-02] > Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: bridge window [io > 0xb000-0xbfff] > Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: bridge window [mem > 0xfe800000-0xfe8fffff] > Apr 20 20:31:42 [kernel] pci 0000:00:1c.5: bridge window [mem > 0x80200000-0x803fffff 64bit pref] > Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a] > Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: bridge window [io > 0xe000-0xefff] > Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: bridge window [mem > 0xfeb00000-0xfebfffff] > Apr 20 20:31:42 [kernel] pci 0000:00:1e.0: bridge window [mem pref > disabled] > Apr 20 20:31:42 [kernel] PCI: No. 2 try to assign unassigned res > Apr 20 20:31:42 [kernel] pci 0000:00:01.0: PCI bridge to [bus 01-01] > Apr 20 20:31:42 [kernel] pci 0000:00:01.0: bridge window [io > 0xa000-0xafff] > Apr 20 20:31:42 [kernel] pci 0000:00:01.0: bridge window [mem > 0xfa000000-0xfe7fffff] > Apr 20 20:31:42 [kernel] pci 0000:00:01.0: bridge window [mem > 0xd0000000-0xdfffffff 64bit pref] > Apr 20 20:31:42 [kernel] pci 0000:04:00.0: BAR 8: can't assign mem (size > 0xc00000) > Apr 20 20:31:42 [kernel] pci 0000:05:01.0: BAR 8: can't assign mem (size > 0x200000) > Apr 20 20:31:42 [kernel] pci 0000:05:01.0: BAR 9: can't assign mem pref > (size 0x200000) > Apr 20 20:31:42 [kernel] pci 0000:05:02.0: BAR 8: can't assign mem (size > 0x400000) > Apr 20 20:31:42 [kernel] pci 0000:05:03.0: BAR 8: can't assign mem (size > 0x400000) > Apr 20 20:31:42 [kernel] pci 0000:05:02.0: BAR 7: can't assign io (size > 0x1000) > Apr 20 20:31:42 [kernel] pci 0000:05:03.0: BAR 7: can't assign io (size > 0x1000) several devices PCI bar doesn't get assigned from BIOS. > Apr 20 20:31:42 [kernel] PCI: No. 3 try to assign unassigned res > Apr 20 20:31:42 [kernel] release child resource [io 0xd800-0xd8ff] > Apr 20 20:31:42 [kernel] pci 0000:08:00.0: resource 7 [io > 0xd000-0xdfff] released > Apr 20 20:31:42 [kernel] pci 0000:08:00.0: PCI bridge to [bus 09-09] > Apr 20 20:31:42 [kernel] pci 0000:08:00.0: bridge window [io > disabled] > Apr 20 20:31:42 [kernel] pci 0000:05:01.0: resource 7 [io > 0xd000-0xdfff] released > Apr 20 20:31:42 [kernel] pci 0000:05:01.0: PCI bridge to [bus 08-09] > Apr 20 20:31:42 [kernel] pci 0000:05:01.0: bridge window [io > disabled] > Apr 20 20:31:42 [kernel] pci 0000:04:00.0: resource 7 [io > 0xd000-0xdfff] released > Apr 20 20:31:42 [kernel] pci 0000:04:00.0: PCI bridge to [bus 05-09] > Apr 20 20:31:42 [kernel] pci 0000:04:00.0: bridge window [io > disabled] > Apr 20 20:31:42 [kernel] pci 0000:05:02.0: resource 9 [mem > 0xf8f00000-0xf8ffffff 64bit pref] released > Apr 20 20:31:42 [kernel] pci 0000:05:02.0: PCI bridge to [bus 07-07] > Apr 20 20:31:42 [kernel] pci 0000:05:02.0: bridge window [mem pref > disabled] > Apr 20 20:31:42 [kernel] pci 0000:05:03.0: resource 9 [mem > 0xf8e00000-0xf8efffff 64bit pref] released > Apr 20 20:31:42 [kernel] pci 0000:05:03.0: PCI bridge to [bus 06-06] > Apr 20 20:31:42 [kernel] pci 0000:05:03.0: bridge window [mem pref > disabled] > Apr 20 20:31:42 [kernel] pci 0000:04:00.0: resource 9 [mem > 0xf8e00000-0xf8ffffff 64bit pref] released > Apr 20 20:31:42 [kernel] pci 0000:04:00.0: PCI bridge to [bus 05-09] > Apr 20 20:31:42 [kernel] pci 0000:04:00.0: bridge window [mem pref > disabled] > Apr 20 20:31:42 [kernel] release child resource [mem > 0xfeae0000-0xfeafffff] > Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: resource 8 [mem > 0xfea00000-0xfeafffff] released > Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: PCI bridge to [bus 04-09] > Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: bridge window [mem > disabled] > Apr 20 20:31:42 [kernel] pci 0000:00:1c.0: BAR 8: assigned [mem > 0x80400000-0x816fffff] > Apr 20 20:31:42 [kernel] pci 0000:00:01.0: PCI bridge to [bus 01-01] > Apr 20 20:31:42 [kernel] pci 0000:00:01.0: bridge window [io > 0xa000-0xafff] > Apr 20 20:31:42 [kernel] pci 0000:00:01.0: bridge window [mem > 0xfa000000-0xfe7fffff] > Apr 20 20:31:42 [kernel] pci 0000:00:01.0: bridge window [mem > 0xd0000000-0xdfffffff 64bit pref] > Apr 20 20:31:42 [kernel] pci 0000:04:00.0: BAR 8: assigned [mem > 0x80400000-0x80ffffff] > Apr 20 20:31:42 [kernel] pci 0000:04:00.0: BAR 9: assigned [mem > 0x81000000-0x815fffff 64bit pref] > Apr 20 20:31:42 [kernel] pci 0000:04:00.0: BAR 0: assigned [mem > 0x81600000-0x8161ffff] > Apr 20 20:31:42 [kernel] pci 0000:04:00.0: BAR 0: set to [mem > 0x81600000-0x8161ffff] (PCI address [0x81600000-0x8161ffff] > Apr 20 20:31:42 [kernel] pci 0000:04:00.0: BAR 7: can't assign io (size > 0x4000) > Apr 20 20:31:42 [kernel] pci 0000:05:01.0: BAR 8: assigned [mem > 0x80400000-0x805fffff] > Apr 20 20:31:42 [kernel] pci 0000:05:01.0: BAR 9: assigned [mem > 0x81000000-0x811fffff 64bit pref] > Apr 20 20:31:42 [kernel] pci 0000:05:02.0: BAR 8: assigned [mem > 0x80600000-0x809fffff] > Apr 20 20:31:42 [kernel] pci 0000:05:02.0: BAR 9: assigned [mem > 0x81200000-0x813fffff 64bit pref] > Apr 20 20:31:42 [kernel] pci 0000:05:03.0: BAR 8: assigned [mem > 0x80a00000-0x80dfffff] > Apr 20 20:31:42 [kernel] pci 0000:05:03.0: BAR 9: assigned [mem > 0x81400000-0x815fffff 64bit pref] > Apr 20 20:31:42 [kernel] pci 0000:05:01.0: BAR 7: can't assign io (size > 0x2000) > Apr 20 20:31:42 [kernel] pci 0000:05:02.0: BAR 7: can't assign io (size > 0x1000) > Apr 20 20:31:42 [kernel] pci 0000:05:03.0: BAR 7: can't assign io (size > 0x1000) > Apr 20 20:31:42 [kernel] pci 0000:08:00.0: BAR 7: can't assign io (size > 0x1000) > Apr 20 20:31:42 [kernel] pci 0000:09:04.0: BAR 0: can't assign io (size > 0x100) after several times retry, mmio ranges get assigned, but io port range can be allocated enough range. it needs 16k, but under 05:01.0 to 08:00.0 and 09:04.0 orginal io port from BIOS allocation get lost. wonder be good, if We can restore it for such case. current may have to disable bridge resizing feature by default. can you send out lspci -vvxxx lspci -tv YH ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [regression, bisected] Xonar DX invalid PCI I/O range since 977d17bb174 2010-04-21 6:06 ` Yinghai @ 2010-04-21 9:06 ` Peter Henriksson 2010-04-21 15:54 ` Jesse Barnes 1 sibling, 0 replies; 13+ messages in thread From: Peter Henriksson @ 2010-04-21 9:06 UTC (permalink / raw) To: Yinghai; +Cc: Clemens Ladisch, Jesse Barnes, linux-pci, linux-kernel > after several times retry, mmio ranges get assigned, but io port range can be allocated enough range. it needs 16k, > but under 05:01.0 to 08:00.0 and 09:04.0 orginal io port from BIOS allocation get lost. > > wonder be good, if We can restore it for such case. > > current may have to disable bridge resizing feature by default. > > can you send out > lspci -vvxxx > lspci -tv > > YH > lspci -vvxxx 00:00.0 Host bridge: Intel Corporation 82X38/X48 Express DRAM Controller (rev 01) Subsystem: ASUSTeK Computer Inc. Device 8295 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx- Latency: 0 Capabilities: [e0] Vendor Specific Information: Len=0c <?> 00: 86 80 e0 29 06 00 90 20 01 00 00 06 00 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 43 10 95 82 30: 00 00 00 00 e0 00 00 00 00 00 00 00 00 00 00 00 40: 01 90 d1 fe 00 00 00 00 01 40 d1 fe 00 00 00 00 50: 00 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00 60: 01 00 00 e0 00 00 00 00 01 80 d1 fe 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 11 11 00 00 33 33 00 ff 03 00 00 00 1a 38 00 a0: 20 00 00 08 00 00 00 80 00 00 00 80 00 00 00 80 b0: 00 80 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 49 00 00 00 00 00 00 00 e0: 09 00 0c 01 20 40 78 80 43 44 0b 02 00 00 00 00 f0: 00 00 00 00 00 00 00 00 90 0f 01 00 00 00 00 00 00:01.0 PCI bridge: Intel Corporation 82X38/X48 Express Host-Primary PCI Express Bridge (rev 01) (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: 32 bytes Bus: primary=00, secondary=01, subordinate=01, sec-latency=0 I/O behind bridge: 0000a000-0000afff Memory behind bridge: fa000000-fe7fffff 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: [88] Subsystem: ASUSTeK Computer Inc. Device 8295 Capabilities: [80] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit- Address: 00000000 Data: 0000 Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #2, Speed 5GT/s, Width x16, ASPM L0s, Latency L0 <1us, 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 x16, TrErr- Train- SlotClk+ DLActive- BWMgmt+ ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #0, PowerLimit 75.000W; Interlock- NoCompl- SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- DevCap2: Completion Timeout: Not Supported, TimeoutDis- ARIFwd- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- Capabilities: [140 v1] Root Complex Link Desc: PortNumber=02 ComponentID=01 EltType=Config Link0: Desc: TargetPort=00 TargetComponent=01 AssocRCRB- LinkType=MemMapped LinkValid+ Addr: 00000000fed19000 Kernel driver in use: pcieport 00: 86 80 e1 29 07 01 10 00 01 00 04 06 08 00 01 00 10: 00 00 00 00 00 00 00 00 00 01 01 00 a0 a0 00 00 20: 00 fa 70 fe 01 d0 f1 df 00 00 00 00 00 00 00 00 30: 00 00 00 00 88 00 00 00 00 00 00 00 0b 01 0a 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 02 80: 01 90 03 c8 08 00 00 00 0d 80 00 00 43 10 95 82 90: 05 a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 a0: 10 00 42 01 00 80 00 00 00 00 00 00 02 45 21 02 b0: 00 00 01 51 80 25 00 00 00 00 48 00 00 00 00 00 c0: 00 00 00 00 00 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: 08 00 01 00 03 e1 3f 80 90 0f 01 00 00 f0 00 f0 00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 02) (prog-if 00 [UHCI]) Subsystem: ASUSTeK Computer Inc. Device 8277 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 9800 [size=32] Capabilities: [50] Vendor Specific Information: Len=06 <?> Kernel driver in use: uhci_hcd 00: 86 80 37 29 05 00 90 02 02 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: 01 98 00 00 00 00 00 00 00 00 00 00 43 10 77 82 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: 09 00 06 20 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 01 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 02 00 00 00 00 00 00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 02) (prog-if 00 [UHCI]) Subsystem: ASUSTeK Computer Inc. Device 8277 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 9880 [size=32] Capabilities: [50] Vendor Specific Information: Len=06 <?> Kernel driver in use: uhci_hcd 00: 86 80 38 29 05 00 90 02 02 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: 81 98 00 00 00 00 00 00 00 00 00 00 43 10 77 82 30: 00 00 00 00 50 00 00 00 00 00 00 00 03 02 00 00 40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 50: 09 00 06 20 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 01 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 02 00 00 00 00 00 00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 02) (prog-if 00 [UHCI]) Subsystem: ASUSTeK Computer Inc. Device 8277 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 9c00 [size=32] Capabilities: [50] Vendor Specific Information: Len=06 <?> Kernel driver in use: uhci_hcd 00: 86 80 39 29 05 00 90 02 02 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: 01 9c 00 00 00 00 00 00 00 00 00 00 43 10 77 82 30: 00 00 00 00 50 00 00 00 00 00 00 00 05 03 00 00 40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 50: 09 00 06 20 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 01 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 02 00 00 00 00 00 00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 02) (prog-if 20 [EHCI]) Subsystem: ASUSTeK Computer Inc. Device 8277 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 f9fffc00 (32-bit, non-prefetchable) [size=1K] Capabilities: [50] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] Debug port: BAR=1 offset=00a0 Capabilities: [98] Vendor Specific Information: Len=06 <?> Kernel driver in use: ehci_hcd 00: 86 80 3c 29 06 00 90 02 02 20 03 0c 00 00 00 00 10: 00 fc ff f9 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 43 10 77 82 30: 00 00 00 00 50 00 00 00 00 00 00 00 05 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 98 a0 20 00 00 00 00 60: 20 20 ff 01 00 00 00 00 01 00 00 00 00 00 08 80 70: 00 00 cf 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 09 00 06 20 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 86 85 40 00 86 0f 02 00 0a 13 02 20 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02) Subsystem: ASUSTeK Computer Inc. Device 8277 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: 32 bytes Interrupt: pin A routed to IRQ 7 Region 0: Memory at f9ff8000 (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: 0000000000000000 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 PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=1 ArbSelect=Fixed TC/VC=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 00: 86 80 3e 29 06 00 10 00 02 00 03 04 08 00 00 00 10: 04 80 ff f9 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 43 10 77 82 30: 00 00 00 00 50 00 00 00 00 00 00 00 07 01 00 00 40: 01 00 00 07 07 00 00 00 00 00 00 00 00 00 00 00 50: 01 60 42 c8 00 00 00 00 00 00 00 00 00 00 00 00 60: 05 70 80 00 00 00 00 00 00 00 00 00 00 00 00 00 70: 10 00 91 00 00 00 00 10 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 02 00 00 00 00 00 00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 02) (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: 32 bytes Bus: primary=00, secondary=04, subordinate=09, sec-latency=0 I/O behind bridge: 0000d000-0000dfff Memory behind bridge: fea00000-feafffff Prefetchable memory behind bridge: 00000000f8e00000-00000000f8ffffff 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 x4, ASPM L0s L1, Latency L0 <256ns, L1 <4us ClockPM- Surprise- LLActRep+ BwNot- LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Slot #0, PowerLimit 25.000W; Interlock- NoCompl- SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet- LinkState- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit- Address: 00000000 Data: 0000 Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Device 8277 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 PATEntryBits=1 Arb: Fixed+ WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- 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 29 07 01 10 00 02 00 04 06 08 00 81 00 10: 00 00 00 00 00 00 00 00 00 04 09 00 d0 d0 00 20 20: a0 fe a0 fe e1 f8 f1 f8 00 00 00 00 00 00 00 00 30: 00 00 00 00 40 00 00 00 00 00 00 00 0a 01 02 00 40: 10 80 41 01 00 80 00 00 00 00 10 00 41 2c 11 01 50: 40 00 41 30 e0 0c 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 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90: 0d a0 00 00 43 10 77 82 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 02 00 00 00 00 00 00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 (rev 02) (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: 32 bytes Bus: primary=00, secondary=03, subordinate=03, sec-latency=0 I/O behind bridge: 0000c000-0000cfff Memory behind bridge: fe900000-fe9fffff Prefetchable memory behind bridge: 0000000080000000-00000000801fffff 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 Disabled; RCB 64 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Slot #0, PowerLimit 10.000W; Interlock- NoCompl- SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState+ RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit- Address: 00000000 Data: 0000 Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Device 8277 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 PATEntryBits=1 Arb: Fixed+ WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- 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 29 07 01 10 00 02 00 04 06 08 00 81 00 10: 00 00 00 00 00 00 00 00 00 03 03 00 c0 c0 00 00 20: 90 fe 90 fe 01 80 11 80 00 00 00 00 00 00 00 00 30: 00 00 00 00 40 00 00 00 00 00 00 00 0a 01 02 00 40: 10 80 41 01 00 80 00 00 00 00 10 00 11 2c 11 05 50: 40 00 11 30 60 05 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 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90: 0d a0 00 00 43 10 77 82 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 02 00 00 00 00 00 00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 02) (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: 32 bytes Bus: primary=00, secondary=02, subordinate=02, sec-latency=0 I/O behind bridge: 0000b000-0000bfff Memory behind bridge: fe800000-fe8fffff Prefetchable memory behind bridge: 0000000080200000-00000000803fffff 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 #6, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <256ns, L1 <4us ClockPM- Surprise- LLActRep+ BwNot- LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Slot #0, PowerLimit 10.000W; Interlock- NoCompl- SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState+ RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit- Address: 00000000 Data: 0000 Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Device 8277 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 PATEntryBits=1 Arb: Fixed+ WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- Capabilities: [180 v1] Root Complex Link Desc: PortNumber=06 ComponentID=00 EltType=Config Link0: Desc: TargetPort=00 TargetComponent=00 AssocRCRB- LinkType=MemMapped LinkValid+ Addr: 00000000fed1c000 Kernel driver in use: pcieport 00: 86 80 4a 29 07 01 10 00 02 00 04 06 08 00 81 00 10: 00 00 00 00 00 00 00 00 00 02 02 00 b0 b0 00 00 20: 80 fe 80 fe 21 80 31 80 00 00 00 00 00 00 00 00 30: 00 00 00 00 40 00 00 00 00 00 00 00 0b 02 02 00 40: 10 80 41 01 00 80 00 00 00 00 10 00 11 2c 11 06 50: 40 00 11 30 60 05 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 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90: 0d a0 00 00 43 10 77 82 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 02 00 00 00 00 00 00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 02) (prog-if 00 [UHCI]) Subsystem: ASUSTeK Computer Inc. Device 8277 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 9080 [size=32] Capabilities: [50] Vendor Specific Information: Len=06 <?> Kernel driver in use: uhci_hcd 00: 86 80 34 29 05 00 90 02 02 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 90 00 00 00 00 00 00 00 00 00 00 43 10 77 82 30: 00 00 00 00 50 00 00 00 00 00 00 00 04 01 00 00 40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 50: 09 00 06 20 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 01 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 02 00 00 00 00 00 00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 02) (prog-if 00 [UHCI]) Subsystem: ASUSTeK Computer Inc. Device 8277 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 9400 [size=32] Capabilities: [50] Vendor Specific Information: Len=06 <?> Kernel driver in use: uhci_hcd 00: 86 80 35 29 05 00 90 02 02 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: 01 94 00 00 00 00 00 00 00 00 00 00 43 10 77 82 30: 00 00 00 00 50 00 00 00 00 00 00 00 0f 02 00 00 40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 50: 09 00 06 20 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 01 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 02 00 00 00 00 00 00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 02) (prog-if 00 [UHCI]) Subsystem: ASUSTeK Computer Inc. Device 8277 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 9480 [size=32] Capabilities: [50] Vendor Specific Information: Len=06 <?> Kernel driver in use: uhci_hcd 00: 86 80 36 29 05 00 90 02 02 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: 81 94 00 00 00 00 00 00 00 00 00 00 43 10 77 82 30: 00 00 00 00 50 00 00 00 00 00 00 00 05 03 00 00 40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 50: 09 00 06 20 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 01 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 02 00 00 00 00 00 00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 02) (prog-if 20 [EHCI]) Subsystem: ASUSTeK Computer Inc. Device 8277 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 f9fff800 (32-bit, non-prefetchable) [size=1K] Capabilities: [50] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] Debug port: BAR=1 offset=00a0 Capabilities: [98] Vendor Specific Information: Len=06 <?> Kernel driver in use: ehci_hcd 00: 86 80 3a 29 06 00 90 02 02 20 03 0c 00 00 00 00 10: 00 f8 ff f9 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 43 10 77 82 30: 00 00 00 00 50 00 00 00 00 00 00 00 04 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 98 a0 20 00 00 00 00 60: 20 20 ff 01 00 00 00 00 01 00 00 00 00 00 08 80 70: 00 00 df 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 09 00 06 20 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 86 85 40 00 86 0f 02 00 0a 13 02 20 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 92) (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 I/O behind bridge: 0000e000-0000efff Memory behind bridge: feb00000-febfffff 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: ASUSTeK Computer Inc. Device 8277 00: 86 80 4e 24 07 01 10 00 92 01 04 06 00 00 01 00 10: 00 00 00 00 00 00 00 00 00 0a 0a 20 e0 e0 80 22 20: b0 fe b0 fe 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 ff 00 02 00 40: 08 00 00 00 00 00 00 00 00 00 00 00 00 12 00 00 50: 0d 00 00 00 43 10 77 82 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 02 00 00 00 00 00 00:1f.0 ISA bridge: Intel Corporation 82801IR (ICH9R) LPC Interface Controller (rev 02) Subsystem: ASUSTeK Computer Inc. Device 8277 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 29 07 00 10 02 02 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 43 10 77 82 30: 00 00 00 00 e0 00 00 00 00 00 00 00 00 00 00 00 40: 01 08 00 00 80 00 00 00 81 04 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 8a 85 8f d0 00 00 00 80 83 87 84 f8 00 00 00 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80: 00 00 0e 34 95 02 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: 28 06 00 00 39 02 00 00 13 00 00 00 00 03 00 40 b0: 00 00 f0 00 00 00 00 00 00 00 02 00 00 00 00 00 c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 d0: 33 22 11 00 67 45 00 00 c0 f0 00 00 00 00 00 00 e0: 09 00 0c 10 00 00 c4 02 60 00 00 00 00 00 00 00 f0: 01 c0 d1 fe 85 a0 28 00 86 0f 02 00 00 00 00 00 00:1f.2 SATA controller: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 6 port SATA AHCI Controller (rev 02) (prog-if 01 [AHCI 1.0]) Subsystem: ASUSTeK Computer Inc. Device 8277 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 22 Region 0: I/O ports at 8c00 [size=8] Region 1: I/O ports at 8880 [size=4] Region 2: I/O ports at 8800 [size=8] Region 3: I/O ports at 8480 [size=4] Region 4: I/O ports at 8400 [size=32] Region 5: Memory at f9ffe800 (32-bit, non-prefetchable) [size=2K] Capabilities: [80] MSI: Enable- Count=1/16 Maskable- 64bit- Address: 00000000 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 Capabilities: [b0] Vendor Specific Information: Len=06 <?> Kernel driver in use: ahci 00: 86 80 22 29 07 00 b0 02 02 01 06 01 00 00 00 00 10: 01 8c 00 00 81 88 00 00 01 88 00 00 81 84 00 00 20: 01 84 00 00 00 e8 ff f9 00 00 00 00 43 10 77 82 30: 00 00 00 00 80 00 00 00 00 00 00 00 07 02 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 08 00 00 00 00 00 00 00 00 00 00 00 00 00 90: 60 00 3f bb 93 01 00 00 00 00 00 00 00 00 00 00 a0: 00 00 00 00 00 00 00 00 12 b0 10 00 48 00 00 00 b0: 09 00 06 20 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 02 00 00 00 00 00 00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 02) Subsystem: ASUSTeK Computer Inc. Device 8277 Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Interrupt: pin C routed to IRQ 18 Region 0: Memory at f9fff400 (64-bit, non-prefetchable) [size=256] Region 4: I/O ports at 0400 [size=32] 00: 86 80 30 29 03 00 80 02 02 00 05 0c 00 00 00 00 10: 04 f4 ff f9 00 00 00 00 00 00 00 00 00 00 00 00 20: 01 04 00 00 00 00 00 00 00 00 00 00 43 10 77 82 30: 00 00 00 00 00 00 00 00 00 00 00 00 05 03 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 02 00 00 00 00 00 01:00.0 VGA compatible controller: nVidia Corporation GT200b [GeForce GTX 275] (rev a1) (prog-if 00 [VGA controller]) 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: 32 bytes Interrupt: pin A routed to IRQ 16 Region 0: Memory at fd000000 (32-bit, non-prefetchable) [size=16M] Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M] Region 3: Memory at fa000000 (64-bit, non-prefetchable) [size=32M] Region 5: I/O ports at ac00 [size=128] Expansion ROM at fe780000 [disabled] [size=512K] Capabilities: [60] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <1us, 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 <1us, 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 PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- Capabilities: [128 v1] Power Budgeting <?> Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?> Kernel driver in use: nouveau 00: de 10 e6 05 07 00 10 00 a1 00 00 03 08 00 00 00 10: 00 00 00 fd 0c 00 00 d0 00 00 00 00 04 00 00 fa 20: 00 00 00 00 01 ac 00 00 00 00 00 00 00 00 00 00 30: 00 00 78 fe 60 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 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 20 85 2c 01 80: 10 28 00 00 01 4d 00 00 08 00 01 01 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 02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8056 PCI-E Gigabit Ethernet Controller (rev 12) Subsystem: ASUSTeK Computer Inc. Device 81f8 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: 32 bytes Interrupt: pin A routed to IRQ 17 Region 0: Memory at fe8fc000 (64-bit, non-prefetchable) [size=16K] Region 2: I/O ports at b800 [size=256] Expansion ROM at fe8c0000 [disabled] [size=128K] Capabilities: [48] 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=1 PME- Capabilities: [50] Vital Product Data Product Name: Marvell Yukon 88E8056 Gigabit Ethernet Controller Read-only fields: [PN] Part number: Yukon 88E8056 [EC] Engineering changes: Rev. 1.2 [MN] Manufacture ID: 4d 61 72 76 65 6c 6c [SN] Serial number: AbCdEfG5C941F [CP] Extended capability: 01 10 cc 03 [RV] Reserved: checksum good, 9 byte(s) reserved Read/write fields: [RW] Read-write area: 121 byte(s) free End Capabilities: [5c] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 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 L1, Latency L0 <256ns, L1 unlimited ClockPM+ Surprise- LLActRep- BwNot- LnkCtl: ASPM Disabled; RCB 128 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: sky2 00: ab 11 64 43 07 00 10 00 12 00 00 02 08 00 00 00 10: 04 c0 8f fe 00 00 00 00 01 b8 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 43 10 f8 81 30: 00 00 8c fe 48 00 00 00 00 00 00 00 0a 01 00 00 40: 00 00 f0 01 00 80 a0 01 01 50 03 fe 00 20 00 13 50: 03 5c fc 80 00 00 00 78 00 00 00 01 05 e0 80 00 60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 70: 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80: 00 00 00 00 00 70 00 00 00 00 00 00 82 a8 e8 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 8f 28 00 00 20 10 00 11 ac 07 00 f0: 08 00 11 10 00 00 00 00 00 00 00 00 00 00 00 00 03:00.0 IDE interface: Marvell Technology Group Ltd. 88SE6145 SATA II PCI-E controller (rev a1) (prog-if 8f [Master SecP SecO PriP PriO]) Subsystem: ASUSTeK Computer Inc. Device 82b6 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 (2000ns min), Cache Line Size: 32 bytes Interrupt: pin A routed to IRQ 16 Region 0: I/O ports at cc00 [size=8] Region 1: I/O ports at c880 [size=4] Region 2: I/O ports at c800 [size=8] Region 3: I/O ports at c480 [size=4] Region 4: I/O ports at c400 [size=16] Region 5: Memory at fe9ffc00 (32-bit, non-prefetchable) [size=1K] Expansion ROM at fe980000 [disabled] [size=256K] 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 45 61 07 00 10 00 a1 8f 01 01 08 00 00 00 10: 01 cc 00 00 81 c8 00 00 01 c8 00 00 81 c4 00 00 20: 01 c4 00 00 00 fc 9f fe 00 00 00 00 43 10 b6 82 30: 00 00 98 fe 48 00 00 00 00 00 00 00 0b 01 08 00 40: 24 f9 f0 00 1f 80 10 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 0c 00 00 24 01 00 11 a4 03 00 f0: 00 00 11 10 00 00 00 00 00 00 00 00 00 00 00 00 04:00.0 PCI bridge: PLX Technology, Inc. PEX 8518 16-lane, 5-port PCI Express Switch (rev ac) (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: 32 bytes Region 0: Memory at feae0000 (32-bit, non-prefetchable) [size=128K] Bus: primary=04, secondary=05, subordinate=09, sec-latency=0 I/O behind bridge: 0000d000-0000dfff Prefetchable memory behind bridge: 00000000f8e00000-00000000f8ffffff 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: [48] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [68] Express (v1) Upstream Port, MSI 00 DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-SlotPowerLimit 25.000W 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 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <2us, L1 <32us ClockPM- Surprise- LLActRep- BwNot- LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt- Capabilities: [100 v1] Device Serial Number 00-00-00-01-00-00-0e-df Capabilities: [fb4 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: 14, GenCap+ CGenEn- ChkCap+ ChkEn- Capabilities: [138 v1] Power Budgeting <?> Capabilities: [148 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed+ WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable- ID=1 ArbSelect=Fixed TC/VC=00 Status: NegoPending- InProgress- Kernel driver in use: pcieport 00: b5 10 18 85 07 01 10 00 ac 00 04 06 08 00 01 00 10: 00 00 ae fe 00 00 00 00 04 05 09 00 d1 d1 00 00 20: f0 ff 00 00 e1 f8 f1 f8 00 00 00 00 00 00 00 00 30: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 03 00 40: 01 48 03 c8 08 00 00 00 05 68 80 00 00 00 00 00 50: 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff 60: ff ff ff ff ff ff ff ff 10 00 51 00 01 00 64 00 70: 00 00 0a 00 41 dc 02 00 00 00 41 00 00 00 00 00 80: 00 00 00 00 ff ff ff ff ff ff ff ff ff ff ff ff 90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 05:01.0 PCI bridge: PLX Technology, Inc. PEX 8518 16-lane, 5-port PCI Express Switch (rev ac) (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: 32 bytes Bus: primary=05, secondary=08, subordinate=09, sec-latency=0 I/O behind bridge: 0000d000-0000dfff 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: [48] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [68] Express (v1) Downstream 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 #1, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <2us, L1 <32us ClockPM- Surprise+ LLActRep+ BwNot- LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk- DLActive+ BWMgmt- ABWMgmt- SltCap: AttnBtn+ PwrCtrl+ MRL+ AttnInd+ PwrInd+ HotPlug+ Surprise- Slot #0, PowerLimit 25.000W; 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+ Capabilities: [100 v1] Device Serial Number 00-00-00-01-00-00-0e-df Capabilities: [fb4 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: 14, GenCap+ CGenEn- ChkCap+ ChkEn- Capabilities: [138 v1] Power Budgeting <?> Capabilities: [148 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed+ WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable- ID=1 ArbSelect=Fixed TC/VC=00 Status: NegoPending- InProgress- Kernel driver in use: pcieport 00: b5 10 18 85 05 01 10 00 ac 00 04 06 08 00 01 00 10: 00 00 00 00 00 00 00 00 05 08 09 00 d1 d1 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 0a 01 03 00 40: 01 48 03 c8 08 00 00 00 05 68 80 00 00 00 00 00 50: 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff 60: ff ff ff ff ff ff ff ff 10 00 61 01 01 00 00 00 70: 00 00 0a 00 41 dc 1a 01 00 00 11 20 df 0c 00 00 80: c0 07 24 01 ff ff ff ff ff ff ff ff ff ff ff ff 90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 05:02.0 PCI bridge: PLX Technology, Inc. PEX 8518 16-lane, 5-port PCI Express Switch (rev ac) (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: 32 bytes Bus: primary=05, secondary=07, subordinate=07, sec-latency=0 Prefetchable memory behind bridge: 00000000f8f00000-00000000f8ffffff 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: [48] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [68] Express (v1) Downstream 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 #2, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <2us, L1 <32us ClockPM- Surprise+ LLActRep+ BwNot- LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn+ PwrCtrl+ MRL+ AttnInd+ PwrInd+ HotPlug+ Surprise- Slot #0, PowerLimit 25.000W; 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- Capabilities: [100 v1] Device Serial Number 00-00-00-01-00-00-0e-df Capabilities: [fb4 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: 14, GenCap+ CGenEn- ChkCap+ ChkEn- Capabilities: [138 v1] Power Budgeting <?> Capabilities: [148 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed+ WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable- ID=1 ArbSelect=Fixed TC/VC=00 Status: NegoPending- InProgress- Kernel driver in use: pcieport 00: b5 10 18 85 06 01 10 00 ac 00 04 06 08 00 01 00 10: 00 00 00 00 00 00 00 00 05 07 07 00 f1 01 00 00 20: f0 ff 00 00 f1 f8 f1 f8 00 00 00 00 00 00 00 00 30: 00 00 00 00 40 00 00 00 00 00 00 00 05 01 03 00 40: 01 48 03 c8 08 00 00 00 05 68 80 00 00 00 00 00 50: 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff 60: ff ff ff ff ff ff ff ff 10 00 61 01 01 00 00 00 70: 00 00 0a 00 41 dc 1a 02 00 00 01 00 df 0c 00 00 80: c0 07 24 00 ff ff ff ff ff ff ff ff ff ff ff ff 90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 05:03.0 PCI bridge: PLX Technology, Inc. PEX 8518 16-lane, 5-port PCI Express Switch (rev ac) (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: 32 bytes Bus: primary=05, secondary=06, subordinate=06, sec-latency=0 Prefetchable memory behind bridge: 00000000f8e00000-00000000f8efffff 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: [48] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [68] Express (v1) Downstream 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 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <2us, L1 <32us ClockPM- Surprise+ LLActRep+ BwNot- LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn+ PwrCtrl+ MRL+ AttnInd+ PwrInd+ HotPlug+ Surprise- Slot #0, PowerLimit 25.000W; 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- Capabilities: [100 v1] Device Serial Number 00-00-00-01-00-00-0e-df Capabilities: [fb4 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: 14, GenCap+ CGenEn- ChkCap+ ChkEn- Capabilities: [138 v1] Power Budgeting <?> Capabilities: [148 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed+ WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable- ID=1 ArbSelect=Fixed TC/VC=00 Status: NegoPending- InProgress- Kernel driver in use: pcieport 00: b5 10 18 85 06 01 10 00 ac 00 04 06 08 00 01 00 10: 00 00 00 00 00 00 00 00 05 06 06 00 f1 01 00 00 20: f0 ff 00 00 e1 f8 e1 f8 00 00 00 00 00 00 00 00 30: 00 00 00 00 40 00 00 00 00 00 00 00 0f 01 03 00 40: 01 48 03 c8 08 00 00 00 05 68 80 00 00 00 00 00 50: 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff 60: ff ff ff ff ff ff ff ff 10 00 61 01 01 00 00 00 70: 00 00 0a 00 41 dc 1a 03 00 00 01 00 df 0c 00 00 80: c0 07 24 00 ff ff ff ff ff ff ff ff ff ff ff ff 90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 08:00.0 PCI bridge: PLX Technology, Inc. PEX8112 x1 Lane PCI Express-to-PCI Bridge (rev aa) (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: 32 bytes Bus: primary=08, secondary=09, subordinate=09, sec-latency=64 I/O behind bridge: 0000d000-0000dfff 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] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [60] Express (v1) PCI/PCI-X Bridge, MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- BrConfRtry- MaxPayload 128 bytes, MaxReadReq 512 bytes DevSta: CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend- LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <16us ClockPM- Surprise- LLActRep- BwNot- LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt- Capabilities: [100 v1] Power Budgeting <?> 00: b5 10 12 81 15 01 10 00 aa 00 04 06 08 00 01 00 10: 00 00 00 00 00 00 00 00 08 09 09 40 d0 d0 20 02 20: f0 ff 00 00 f0 ff 00 00 00 00 00 00 00 00 00 00 30: 00 00 00 00 50 00 00 00 00 00 00 00 0a 01 03 00 40: 01 50 02 5a 00 00 00 00 11 28 0e 00 00 00 00 00 50: 05 60 80 00 00 00 00 00 00 00 00 00 00 00 00 00 60: 10 00 71 00 00 00 64 00 00 20 0a 00 11 4c 02 00 70: 00 00 11 00 80 0c 00 00 00 00 40 00 00 00 00 00 80: 00 00 00 00 00 00 00 00 33 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 00 00 00 00 00 00 00 00 09:04.0 Multimedia audio controller: C-Media Electronics Inc CMI8788 [Oxygen HD Audio] Subsystem: ASUSTeK Computer Inc. Virtuoso 100 (Xonar DX) 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: 64 (500ns min, 6000ns max) Interrupt: pin A routed to IRQ 17 Region 0: I/O ports at d800 [size=256] Capabilities: [c0] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Kernel driver in use: AV200 00: f6 13 88 87 05 00 10 02 00 00 01 04 00 40 00 00 10: 01 d8 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 43 10 75 82 30: 00 00 00 00 c0 00 00 00 00 00 00 00 0a 01 02 18 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: 01 00 02 06 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 0a:04.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 14) Subsystem: ASUSTeK Computer Inc. Marvell 88E8001 Gigabit Ethernet Controller (Asus) 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: 64 (5750ns min, 7750ns max), Cache Line Size: 32 bytes Interrupt: pin A routed to IRQ 19 Region 0: Memory at febfc000 (32-bit, non-prefetchable) [size=16K] Region 1: I/O ports at e800 [size=256] Expansion ROM at febc0000 [disabled] [size=128K] 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] Vital Product Data Product Name: Marvell Yukon 88E8001 Gigabit Ethernet Controller Read-only fields: [PN] Part number: Yukon 88E8001 [EC] Engineering changes: Rev. 1.4 [MN] Manufacture ID: 4d 61 72 76 65 6c 6c [SN] Serial number: AbCdEfG5C9338 [CP] Extended capability: 01 10 cc 03 [RV] Reserved: checksum good, 9 byte(s) reserved Read/write fields: [RW] Read-write area: 121 byte(s) free End Kernel driver in use: skge 00: ab 11 20 43 17 00 b0 02 14 00 00 02 08 40 00 00 10: 00 c0 bf fe 01 e8 00 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 43 10 1a 81 30: 00 00 bc fe 48 00 00 00 00 00 00 00 0f 01 17 1f 40: 00 00 f0 05 00 80 a0 01 01 50 02 fe 00 20 00 13 50: 03 00 fc 80 00 00 00 78 00 00 04 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: 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 00 00 00 00 00 00 00 00 lspci -tv -[0000:00]-+-00.0 Intel Corporation 82X38/X48 Express DRAM Controller +-01.0-[01]----00.0 nVidia Corporation GT200b [GeForce GTX 275] +-1a.0 Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 +-1a.1 Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 +-1a.2 Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 +-1a.7 Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 +-1b.0 Intel Corporation 82801I (ICH9 Family) HD Audio Controller +-1c.0-[04-09]----00.0-[05-09]--+-01.0-[08-09]----00.0-[09]----04.0 C-Media Electronics Inc CMI8788 [Oxygen HD Audio] | +-02.0-[07]-- | \-03.0-[06]-- +-1c.4-[03]----00.0 Marvell Technology Group Ltd. 88SE6145 SATA II PCI-E controller +-1c.5-[02]----00.0 Marvell Technology Group Ltd. 88E8056 PCI-E Gigabit Ethernet Controller +-1d.0 Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 +-1d.1 Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 +-1d.2 Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 +-1d.7 Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 +-1e.0-[0a]----04.0 Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller +-1f.0 Intel Corporation 82801IR (ICH9R) LPC Interface Controller +-1f.2 Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 6 port SATA AHCI Controller \-1f.3 Intel Corporation 82801I (ICH9 Family) SMBus Controller // Peter ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [regression, bisected] Xonar DX invalid PCI I/O range since 977d17bb174 2010-04-21 6:06 ` Yinghai 2010-04-21 9:06 ` Peter Henriksson @ 2010-04-21 15:54 ` Jesse Barnes 2010-05-10 19:07 ` Peter Henriksson 1 sibling, 1 reply; 13+ messages in thread From: Jesse Barnes @ 2010-04-21 15:54 UTC (permalink / raw) To: Yinghai; +Cc: Peter Henriksson, Clemens Ladisch, linux-pci, linux-kernel On Tue, 20 Apr 2010 23:06:09 -0700 Yinghai <yinghai.lu@oracle.com> wrote: > after several times retry, mmio ranges get assigned, but io port range can be allocated enough range. it needs 16k, > but under 05:01.0 to 08:00.0 and 09:04.0 orginal io port from BIOS allocation get lost. > > wonder be good, if We can restore it for such case. > > current may have to disable bridge resizing feature by default. > > can you send out > lspci -vvxxx > lspci -tv Since we don't really know which devices will be in use until drivers load (and not even then if they're userspace drivers), it might be best to put off the reassignment until a PCI driver expresses an interest in the range. At least, it seems like that would be closer to the ideal approach than trying to reassign everything at boot, potentially making devices that don't matter get resources and leaving important devices disabled. -- Jesse Barnes, Intel Open Source Technology Center ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [regression, bisected] Xonar DX invalid PCI I/O range since 977d17bb174 2010-04-21 15:54 ` Jesse Barnes @ 2010-05-10 19:07 ` Peter Henriksson 0 siblings, 0 replies; 13+ messages in thread From: Peter Henriksson @ 2010-05-10 19:07 UTC (permalink / raw) To: Jesse Barnes; +Cc: Yinghai, Clemens Ladisch, linux-pci, linux-kernel Any chance of a fix for this before 2.6.34 is released? Cheers, Peter On Wed, 2010-04-21 at 08:54 -0700, Jesse Barnes wrote: > On Tue, 20 Apr 2010 23:06:09 -0700 > Yinghai <yinghai.lu@oracle.com> wrote: > > after several times retry, mmio ranges get assigned, but io port range can be allocated enough range. it needs 16k, > > but under 05:01.0 to 08:00.0 and 09:04.0 orginal io port from BIOS allocation get lost. > > > > wonder be good, if We can restore it for such case. > > > > current may have to disable bridge resizing feature by default. > > > > can you send out > > lspci -vvxxx > > lspci -tv > > Since we don't really know which devices will be in use until drivers > load (and not even then if they're userspace drivers), it might be best > to put off the reassignment until a PCI driver expresses an interest in > the range. > > At least, it seems like that would be closer to the ideal approach than > trying to reassign everything at boot, potentially making devices that > don't matter get resources and leaving important devices disabled. > ^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2010-05-10 19:07 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-19 6:56 [regression, bisected] Xonar DX invalid PCI I/O range since 977d17bb174 Clemens Ladisch
2010-04-19 7:44 ` Peter Henriksson
2010-04-19 8:06 ` Clemens Ladisch
2010-04-19 8:42 ` Peter Henriksson
[not found] ` <4BCCA5FD.6060002@oracle.com>
2010-04-19 19:42 ` Peter Henriksson
2010-04-20 6:41 ` Yinghai
2010-04-20 8:03 ` Peter Henriksson
2010-04-20 17:22 ` Yinghai Lu
2010-04-20 18:45 ` Peter Henriksson
2010-04-21 6:06 ` Yinghai
2010-04-21 9:06 ` Peter Henriksson
2010-04-21 15:54 ` Jesse Barnes
2010-05-10 19:07 ` Peter Henriksson
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox