[spectrum@localhost ~]$ lspci -x -v ***** 01:00.0 VGA compatible controller: nVidia Corporation G84 [Quadro FX 1700] (rev a1) (prog-if 00 [VGA controller]) Subsystem: nVidia Corporation Device 049a Physical Slot: 2 Flags: bus master, fast devsel, latency 0, IRQ 16 Memory at e2000000 (32-bit, non-prefetchable) [size=16M] Memory at c0000000 (64-bit, prefetchable) [size=512M] Memory at e0000000 (64-bit, non-prefetchable) [size=32M] I/O ports at 1100 [size=128] Expansion ROM at [disabled] Capabilities: Kernel driver in use: nouveau Kernel modules: windrvr6, nouveau, nvidiafb 00: de 10 0f 04 07 00 10 00 a1 00 00 03 10 00 00 00 10: 00 00 00 e2 0c 00 00 c0 00 00 00 00 04 00 00 e0 20: 00 00 00 00 01 11 00 00 00 00 00 00 de 10 9a 04 30: 00 00 00 00 60 00 00 00 00 00 00 00 0a 01 00 00 08:00.0 Multimedia controller: Texas Instruments Device b005 (rev 01) Physical Slot: 4 Flags: bus master, fast devsel, latency 0, IRQ 10 Memory at e4400000 (32-bit, non-prefetchable) [size=1M] Memory at e4200000 (32-bit, prefetchable) [size=1M] Memory at e4000000 (32-bit, prefetchable) [size=2M] Memory at e3000000 (32-bit, prefetchable) [size=16M] Memory at e4310000 (32-bit, prefetchable) [size=4K] Memory at e4300000 (32-bit, prefetchable) [size=64K] Capabilities: Kernel modules: windrvr6 00: 4c 10 05 b0 07 01 10 00 01 00 80 04 10 00 00 00 10: 00 00 40 e4 08 00 20 e4 08 00 00 e4 08 00 00 e3 20: 08 00 31 e4 08 00 30 e4 00 00 00 00 00 00 01 00 30: 00 00 00 00 40 00 00 00 00 00 00 00 0a 01 00 00 3f:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5755 Gigabit Ethernet PCI Express (rev 02) Subsystem: Hewlett-Packard Company Device 1308 Physical Slot: 0 Flags: bus master, fast devsel, latency 0, IRQ 47 Memory at e4500000 (64-bit, non-prefetchable) [size=64K] Expansion ROM at [disabled] Capabilities: Kernel driver in use: tg3 Kernel modules: windrvr6, tg3 00: e4 14 7b 16 06 04 10 00 02 00 00 02 10 00 00 00 10: 04 00 50 e4 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 3c 10 08 13 30: 00 00 00 44 48 00 00 00 00 00 00 00 05 01 00 00 /* Must select which demo to run */ #define HELLO_WORLD_DEMO 0 #define POST_DEMO 0 #define EDMA_INTC_DEMO 0 #define LOCAL_RESET 1 [spectrum@localhost ~]$ procinfo Linux 2.6.35.6-45.fc14.x86_64 (mockbuild@x86-02) (gcc [can't parse]) #??? 2CPU [localhost] Memory: Total Used Free Shared Buffers Mem: 2056692 508816 1547876 0 28764 Swap: 6225240 0 6225240 Bootup: Wed Jan 9 10:15:59 2013 Load average: 0.33 0.37 0.17 1/255 2207 user : 0:00:07.94 2.0 page in : 0 nice : 0:00:00.00 0.0 page out: 0 system: 0:00:11.94 3.0 swap in : 0 idle : 0:06:22.52 95.2 swap out: 0 steal : 0:00:00.00 0.0 uptime: 0:03:20.88 context : 152585 irq 0: 15495 timer irq 20: 1 ehci_hcd:usb2, irq 1: 91 i8042 irq 21: 0 uhci_hcd:usb4, irq 7: 0 parport0 irq 22: 0 ehci_hcd:usb1, irq 8: 1 rtc0 irq 45: 0 ahci irq 9: 0 acpi irq 46: 4 hda_intel irq 12: 0 i8042 irq 47: 0 eth0 irq 16: 0 nouveau [spectrum@localhost ~]$ su Password: [root@localhost spectrum]# d pcie_test/ bash: d: command not found... [root@localhost spectrum]# cd pcie_test/ [root@localhost pcie_test]# ls built-in.o pcieDdrInit_6670.h pciedemo.mod.c Makefile pciedemo.c pciedemo.mod.o modules.order pciedemo_int_log_rmmod.txt pciedemo.o Module.symvers pcieDemo_int_log.txt pcieInterrupt_6670.h pci_devices.txt pciedemo.ko pcieLocalReset_6670.h pcieBootCode_6670.h pciedemo_log.txt [root@localhost pcie_test]# make clean rm -fr *.o *.mod.c *.ko [root@localhost pcie_test]# make make -C /usr/src/kernels/2.6.35.6-45.fc14.x86_64 M=/home/spectrum/pcie_test make[1]: Entering directory `/usr/src/kernels/2.6.35.6-45.fc14.x86_64' LD /home/spectrum/pcie_test/built-in.o CC [M] /home/spectrum/pcie_test/pciedemo.o /home/spectrum/pcie_test/pciedemo.c: In function ‘init_module’: /home/spectrum/pcie_test/pciedemo.c:1553:11: warning: unused variable ‘bootEntryAddr’ /home/spectrum/pcie_test/pciedemo.c:1575:20: warning: ignoring return value of ‘pci_enable_device’, declared with attribute warn_unused_result /home/spectrum/pcie_test/pciedemo.c:1599:14: warning: ignoring return value of ‘request_irq’, declared with attribute warn_unused_result Building modules, stage 2. MODPOST 1 modules CC /home/spectrum/pcie_test/pciedemo.mod.o LD [M] /home/spectrum/pcie_test/pciedemo.ko make[1]: Leaving directory `/usr/src/kernels/2.6.35.6-45.fc14.x86_64' [root@localhost pcie_test]# insmod pcie pcieBootCode_6670.h pciedemo_log.txt pcieDdrInit_6670.h pciedemo.mod.c pciedemo.c pciedemo.mod.o pciedemo_int_log_rmmod.txt pciedemo.o pcieDemo_int_log.txt pcieInterrupt_6670.h pciedemo.ko pcieLocalReset_6670.h [root@localhost pcie_test]# insmod pcie pcieBootCode_6670.h pciedemo_log.txt pcieDdrInit_6670.h pciedemo.mod.c pciedemo.c pciedemo.mod.o pciedemo_int_log_rmmod.txt pciedemo.o pcieDemo_int_log.txt pcieInterrupt_6670.h pciedemo.ko pcieLocalReset_6670.h [root@localhost pcie_test]# insmod pciedemo.ko [root@localhost pcie_test]# dmesg [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 2.6.35.6-45.fc14.x86_64 (mockbuild@x86-02.phx2.fedoraproject.org) (gcc version 4.5.1 20100924 (Red Hat 4.5.1-4) (GCC) ) #1 SMP Mon Oct 18 23:57:44 UTC 2010 [ 0.000000] Command line: ro root=/dev/mapper/VolGroup-lv_root rd_LVM_LV=VolGroup/lv_root rd_LVM_LV=VolGroup/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 0000000000097c00 (usable) [ 0.000000] BIOS-e820: 0000000000097c00 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 000000007ffc1da0 (usable) [ 0.000000] BIOS-e820: 000000007ffc1da0 - 000000007ffc1e00 (ACPI NVS) [ 0.000000] BIOS-e820: 000000007ffc1e00 - 0000000080000000 (reserved) [ 0.000000] BIOS-e820: 00000000f4000000 - 00000000f8000000 (reserved) [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fed40000 (reserved) [ 0.000000] BIOS-e820: 00000000fed45000 - 0000000100000000 (reserved) [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] DMI 2.6 present. [ 0.000000] e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved) [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable) [ 0.000000] No AGP bridge found [ 0.000000] last_pfn = 0x7ffc1 max_arch_pfn = 0x400000000 [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR fixed ranges enabled: [ 0.000000] 00000-9FFFF write-back [ 0.000000] A0000-BFFFF uncachable [ 0.000000] C0000-E3FFF write-protect [ 0.000000] E4000-EFFFF write-back [ 0.000000] F0000-FFFFF write-protect [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 000000000 mask F80000000 write-back [ 0.000000] 1 disabled [ 0.000000] 2 disabled [ 0.000000] 3 disabled [ 0.000000] 4 disabled [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] initial memory mapped : 0 - 20000000 [ 0.000000] found SMP MP-table at [ffff8800000f9bf0] f9bf0 [ 0.000000] init_memory_mapping: 0000000000000000-000000007ffc1000 [ 0.000000] 0000000000 - 007fe00000 page 2M [ 0.000000] 007fe00000 - 007ffc1000 page 4k [ 0.000000] kernel direct mapping tables up to 7ffc1000 @ 8000-c000 [ 0.000000] RAMDISK: 37338000 - 37ff0000 [ 0.000000] ACPI: RSDP 00000000000e6410 00024 (v02 COMPAQ) [ 0.000000] ACPI: XSDT 000000007ffc1ee8 00064 (v01 HPQOEM SLIC-WKS 20120709 00000000) [ 0.000000] ACPI: FACP 000000007ffc2088 000F4 (v03 COMPAQ 7FFC2647 00000000) [ 0.000000] ACPI: DSDT 000000007ffc2647 098EC (v01 COMPAQ DSDT_PRJ 00000001 MSFT 0100000E) [ 0.000000] ACPI: FACS 000000007ffc1e00 00040 [ 0.000000] ACPI: APIC 000000007ffc217c 00084 (v01 COMPAQ BEARLX38 00000001 00000000) [ 0.000000] ACPI: ASF! 000000007ffc2200 00063 (v32 COMPAQ BEARLX38 00000001 00000000) [ 0.000000] ACPI: MCFG 000000007ffc2263 0003C (v01 COMPAQ BEARLX38 00000001 00000000) [ 0.000000] ACPI: TCPA 000000007ffc229f 00032 (v01 COMPAQ BEARLX38 00000001 00000000) [ 0.000000] ACPI: SLIC 000000007ffc22d1 00176 (v01 HPQOEM SLIC-WKS 00000001 00000000) [ 0.000000] ACPI: HPET 000000007ffc2447 00038 (v01 COMPAQ BEARLX38 00000001 00000000) [ 0.000000] ACPI: DMAR 000000007ffc247f 00158 (v01 COMPAQ BEARLX38 00000001 00000000) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at 0000000000000000-000000007ffc1000 [ 0.000000] Initmem setup node 0 0000000000000000-000000007ffc1000 [ 0.000000] NODE_DATA [0000000001e43140 - 0000000001e5713f] [ 0.000000] bootmap [0000000001e58000 - 0000000001e67fff] pages 10 [ 0.000000] (13/32 early reservations) ==> bootmem [0000000000 - 007ffc1000] [ 0.000000] #0 [0001000000 - 0001e42878] TEXT DATA BSS ==> [0001000000 - 0001e42878] [ 0.000000] #1 [0037338000 - 0037ff0000] RAMDISK ==> [0037338000 - 0037ff0000] [ 0.000000] #2 [0001e43000 - 0001e43138] BRK ==> [0001e43000 - 0001e43138] [ 0.000000] #3 [00000f9c00 - 0000100000] BIOS reserved ==> [00000f9c00 - 0000100000] [ 0.000000] #4 [00000f9bf0 - 00000f9c00] MP-table mpf ==> [00000f9bf0 - 00000f9c00] [ 0.000000] #5 [0000097c00 - 00000ea6c0] BIOS reserved ==> [0000097c00 - 00000ea6c0] [ 0.000000] #6 [00000ea934 - 00000f9bf0] BIOS reserved ==> [00000ea934 - 00000f9bf0] [ 0.000000] #7 [00000ea6c0 - 00000ea934] MP-table mpc ==> [00000ea6c0 - 00000ea934] [ 0.000000] #8 [0000001000 - 0000003000] TRAMPOLINE ==> [0000001000 - 0000003000] [ 0.000000] #9 [0000003000 - 0000007000] ACPI WAKEUP ==> [0000003000 - 0000007000] [ 0.000000] #10 [0000008000 - 000000a000] PGTABLE ==> [0000008000 - 000000a000] [ 0.000000] #11 [0001e43140 - 0001e57140] NODE_DATA ==> [0001e43140 - 0001e57140] [ 0.000000] #12 [0001e58000 - 0001e68000] BOOTMAP ==> [0001e58000 - 0001e68000] [ 0.000000] [ffffea0000000000-ffffea0001bfffff] PMD -> [ffff880002800000-ffff8800043fffff] on node 0 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000001 -> 0x00001000 [ 0.000000] DMA32 0x00001000 -> 0x00100000 [ 0.000000] Normal empty [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[2] active PFN ranges [ 0.000000] 0: 0x00000001 -> 0x00000097 [ 0.000000] 0: 0x00000100 -> 0x0007ffc1 [ 0.000000] On node 0 totalpages: 524119 [ 0.000000] DMA zone: 56 pages used for memmap [ 0.000000] DMA zone: 111 pages reserved [ 0.000000] DMA zone: 3823 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 7112 pages used for memmap [ 0.000000] DMA32 zone: 513017 pages, LIFO batch:31 [ 0.000000] ACPI: PM-Timer IO Port: 0xf808 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x00] disabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ2 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs [ 0.000000] nr_irqs_gsi: 40 [ 0.000000] PM: Registered nosave memory: 0000000000097000 - 0000000000098000 [ 0.000000] PM: Registered nosave memory: 0000000000098000 - 00000000000a0000 [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e8000 [ 0.000000] PM: Registered nosave memory: 00000000000e8000 - 0000000000100000 [ 0.000000] Allocating PCI resources starting at 80000000 (gap: 80000000:74000000) [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 30 pages/cpu @ffff880002000000 s90496 r8192 d24192 u524288 [ 0.000000] pcpu-alloc: s90496 r8192 d24192 u524288 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 2 3 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 516840 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: ro root=/dev/mapper/VolGroup-lv_root rd_LVM_LV=VolGroup/lv_root rd_LVM_LV=VolGroup/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240 [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing! [ 0.000000] ------------[ cut here ]------------ [ 0.000000] WARNING: at drivers/pci/dmar.c:633 warn_invalid_dmar+0x7d/0x8d() [ 0.000000] Hardware name: HP xw4600 Workstation [ 0.000000] Your BIOS is broken; DMAR reported at address fed90000 returns all ones! [ 0.000000] BIOS vendor: Hewlett-Packard; Ver: 786F3 v01.34; Product Version: [ 0.000000] Modules linked in: [ 0.000000] Pid: 0, comm: swapper Not tainted 2.6.35.6-45.fc14.x86_64 #1 [ 0.000000] Call Trace: [ 0.000000] [] warn_slowpath_common+0x85/0x9d [ 0.000000] [] ? _paravirt_ident_64+0x9/0xe [ 0.000000] [] warn_slowpath_fmt_taint+0x3f/0x41 [ 0.000000] [] ? __early_set_fixmap+0x93/0x99 [ 0.000000] [] ? _paravirt_ident_64+0x9/0xe [ 0.000000] [] warn_invalid_dmar+0x7d/0x8d [ 0.000000] [] ? early_iounmap+0xd8/0x120 [ 0.000000] [] check_zero_address+0xb9/0xf9 [ 0.000000] [] ? boot_command_line+0x0/0x800 [ 0.000000] [] ? _etext+0x0/0x1 [ 0.000000] [] detect_intel_iommu+0x12/0x95 [ 0.000000] [] pci_iommu_alloc+0x1c/0x28 [ 0.000000] [] mem_init+0x19/0xec [ 0.000000] [] ? boot_command_line+0x0/0x800 [ 0.000000] [] start_kernel+0x225/0x416 [ 0.000000] [] x86_64_start_reservations+0xb1/0xb5 [ 0.000000] [] x86_64_start_kernel+0xf8/0x107 [ 0.000000] ---[ end trace a7919e7f17c0a725 ]--- [ 0.000000] Disabling lock debugging due to kernel taint [ 0.000000] Memory: 2039312k/2096900k available (4548k kernel code, 424k absent, 57164k reserved, 7261k data, 944k init) [ 0.000000] SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU-based detection of stalled CPUs is disabled. [ 0.000000] Verbose stalled-CPUs detection is disabled. [ 0.000000] NR_IRQS:16640 nr_irqs:712 [ 0.000000] Extended CMOS year: 2000 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] allocated 20971520 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] hpet clockevent registered [ 0.000000] Fast TSC calibration using PIT [ 0.000000] Detected 3166.375 MHz processor. [ 0.001010] Calibrating delay loop (skipped), value calculated using timer frequency.. 6332.75 BogoMIPS (lpj=3166375) [ 0.001013] pid_max: default: 32768 minimum: 301 [ 0.001037] Security Framework initialized [ 0.001045] SELinux: Initializing. [ 0.001053] SELinux: Starting in permissive mode [ 0.001282] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.002918] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.003355] Mount-cache hash table entries: 256 [ 0.003485] Initializing cgroup subsys ns [ 0.003489] Initializing cgroup subsys cpuacct [ 0.003492] Initializing cgroup subsys memory [ 0.003503] Initializing cgroup subsys devices [ 0.003505] Initializing cgroup subsys freezer [ 0.003507] Initializing cgroup subsys net_cls [ 0.003509] Initializing cgroup subsys blkio [ 0.003541] CPU: Physical Processor ID: 0 [ 0.003542] CPU: Processor Core ID: 0 [ 0.003545] mce: CPU supports 6 MCE banks [ 0.003551] CPU0: Thermal monitoring enabled (TM2) [ 0.003553] using mwait in idle threads. [ 0.003555] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver. [ 0.003561] ... version: 2 [ 0.003562] ... bit width: 40 [ 0.003563] ... generic registers: 2 [ 0.003565] ... value mask: 000000ffffffffff [ 0.003566] ... max period: 000000007fffffff [ 0.003567] ... fixed-purpose events: 3 [ 0.003569] ... event mask: 0000000700000003 [ 0.003918] ACPI: Core revision 20100428 [ 0.011008] ftrace: converting mcount calls to 0f 1f 44 00 00 [ 0.011011] ftrace: allocating 23839 entries in 94 pages [ 0.012068] DMAR: Host address width 36 [ 0.012071] DMAR: DRHD base: 0x000000fed90000 flags: 0x0 [ 0.012077] DMAR: parse DMAR table failure. [ 0.012079] Setting APIC routing to flat [ 0.012379] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.023107] CPU0: Intel(R) Core(TM)2 Duo CPU E8500 @ 3.16GHz stepping 0a [ 0.023999] Booting Node 0, Processors #1 [ 0.095016] Brought up 2 CPUs [ 0.095018] Total of 2 processors activated (12665.09 BogoMIPS). [ 0.095749] sizeof(vma)=184 bytes [ 0.095750] sizeof(page)=56 bytes [ 0.095751] sizeof(inode)=584 bytes [ 0.095752] sizeof(dentry)=192 bytes [ 0.095753] sizeof(ext3inode)=800 bytes [ 0.095754] sizeof(buffer_head)=104 bytes [ 0.095755] sizeof(skbuff)=240 bytes [ 0.095757] sizeof(task_struct)=5944 bytes [ 0.095813] devtmpfs: initialized [ 0.100130] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.100148] Time: 10:15:59 Date: 01/09/13 [ 0.100182] NET: Registered protocol family 16 [ 0.100266] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it [ 0.100268] ACPI: bus type pci registered [ 0.100322] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf4000000-0xf7ffffff] (base 0xf4000000) [ 0.100325] PCI: MMCONFIG at [mem 0xf4000000-0xf7ffffff] reserved in E820 [ 0.103501] PCI: Using configuration type 1 for base access [ 0.104235] bio: create slab at 0 [ 0.105591] ACPI: EC: Look up EC in DSDT [ 0.109156] ACPI: SSDT 000000007ffcd361 003AC (v01 COMPAQ CPU_TM2 00000001 MSFT 0100000E) [ 0.109392] ACPI: Dynamic OEM Table Load: [ 0.109394] ACPI: SSDT (null) 003AC (v01 COMPAQ CPU_TM2 00000001 MSFT 0100000E) [ 0.109494] ACPI: SSDT 000000007ffcd1e5 0017C (v01 COMPAQ CST 00000001 MSFT 0100000E) [ 0.109693] ACPI: Dynamic OEM Table Load: [ 0.109695] ACPI: SSDT (null) 0017C (v01 COMPAQ CST 00000001 MSFT 0100000E) [ 0.109851] ACPI: Interpreter enabled [ 0.109853] ACPI: (supports S0 S3 S4 S5) [ 0.109868] ACPI: Using IOAPIC for interrupt routing [ 0.114358] ACPI: No dock devices found. [ 0.114361] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug [ 0.114622] ACPI Error (dsfield-0143): [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS [ 0.114627] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88007d73e020), AE_ALREADY_EXISTS [ 0.114632] ACPI: Marking method _OSC as Serialized because of AE_ALREADY_EXISTS error [ 0.114647] ACPI Warning for \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 (20100428/nspredef-352) [ 0.114651] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.115059] pci_root PNP0A08:00: host bridge window [mem 0xf8000000-0xfebfffff] (ignored) [ 0.115062] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored) [ 0.115064] pci_root PNP0A08:00: host bridge window [io 0x1000-0x2fff] (ignored) [ 0.115065] pci_root PNP0A08:00: host bridge window [io 0x3000-0x6fff] (ignored) [ 0.115067] pci_root PNP0A08:00: host bridge window [io 0x7000-0xafff] (ignored) [ 0.115069] pci_root PNP0A08:00: host bridge window [io 0xb000-0xffff] (ignored) [ 0.115071] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored) [ 0.115072] pci_root PNP0A08:00: host bridge window [mem 0x80000000-0xf3ffffff] (ignored) [ 0.115123] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold [ 0.115125] pci 0000:00:01.0: PME# disabled [ 0.115156] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold [ 0.115158] pci 0000:00:06.0: PME# disabled [ 0.115205] pci 0000:00:1a.0: reg 20: [io 0x2100-0x211f] [ 0.115258] pci 0000:00:1a.1: reg 20: [io 0x2120-0x213f] [ 0.115309] pci 0000:00:1a.2: reg 20: [io 0x2140-0x215f] [ 0.115359] pci 0000:00:1a.7: reg 10: [mem 0xe4604800-0xe4604bff] [ 0.115403] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold [ 0.115406] pci 0000:00:1a.7: PME# disabled [ 0.115433] pci 0000:00:1b.0: reg 10: [mem 0xe4600000-0xe4603fff 64bit] [ 0.115465] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold [ 0.115467] pci 0000:00:1b.0: PME# disabled [ 0.115517] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.115519] pci 0000:00:1c.0: PME# disabled [ 0.115573] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold [ 0.115575] pci 0000:00:1c.4: PME# disabled [ 0.115626] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold [ 0.115629] pci 0000:00:1c.5: PME# disabled [ 0.115668] pci 0000:00:1d.0: reg 20: [io 0x2160-0x217f] [ 0.115721] pci 0000:00:1d.1: reg 20: [io 0x2180-0x219f] [ 0.115772] pci 0000:00:1d.2: reg 20: [io 0x21a0-0x21bf] [ 0.115822] pci 0000:00:1d.7: reg 10: [mem 0xe4604c00-0xe4604fff] [ 0.115866] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold [ 0.115869] pci 0000:00:1d.7: PME# disabled [ 0.115962] pci 0000:00:1f.0: quirk: [io 0xf800-0xf87f] claimed by ICH6 ACPI/GPIO/TCO [ 0.115965] pci 0000:00:1f.0: quirk: [io 0xfa00-0xfa3f] claimed by ICH6 GPIO [ 0.115968] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0400 (mask 007f) [ 0.115970] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0480 (mask 000f) [ 0.115973] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0cb0 (mask 000f) [ 0.116019] pci 0000:00:1f.2: reg 10: [io 0x2200-0x2207] [ 0.116024] pci 0000:00:1f.2: reg 14: [io 0x2210-0x2213] [ 0.116028] pci 0000:00:1f.2: reg 18: [io 0x2208-0x220f] [ 0.116032] pci 0000:00:1f.2: reg 1c: [io 0x2214-0x2217] [ 0.116036] pci 0000:00:1f.2: reg 20: [io 0x21c0-0x21df] [ 0.116040] pci 0000:00:1f.2: reg 24: [mem 0xe4604000-0xe46047ff] [ 0.116064] pci 0000:00:1f.2: PME# supported from D3hot [ 0.116067] pci 0000:00:1f.2: PME# disabled [ 0.116109] pci 0000:01:00.0: reg 10: [mem 0xe2000000-0xe2ffffff] [ 0.116116] pci 0000:01:00.0: reg 14: [mem 0xc0000000-0xdfffffff 64bit pref] [ 0.116122] pci 0000:01:00.0: reg 1c: [mem 0xe0000000-0xe1ffffff 64bit] [ 0.116127] pci 0000:01:00.0: reg 24: [io 0x1100-0x117f] [ 0.116131] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref] [ 0.116155] pci 0000:00:01.0: PCI bridge to [bus 01-01] [ 0.116158] pci 0000:00:01.0: bridge window [io 0x1000-0x1fff] [ 0.116160] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe2ffffff] [ 0.116163] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xdfffffff 64bit pref] [ 0.116193] pci 0000:08:00.0: reg 10: [mem 0xe4400000-0xe44fffff] [ 0.116197] pci 0000:08:00.0: reg 14: [mem 0xe4200000-0xe42fffff pref] [ 0.116202] pci 0000:08:00.0: reg 18: [mem 0xe4000000-0xe41fffff pref] [ 0.116206] pci 0000:08:00.0: reg 1c: [mem 0xe3000000-0xe3ffffff pref] [ 0.116210] pci 0000:08:00.0: reg 20: [mem 0xe4310000-0xe4310fff pref] [ 0.116214] pci 0000:08:00.0: reg 24: [mem 0xe4300000-0xe430ffff pref] [ 0.116240] pci 0000:00:06.0: PCI bridge to [bus 08-08] [ 0.116242] pci 0000:00:06.0: bridge window [io 0xf000-0x0000] (disabled) [ 0.116244] pci 0000:00:06.0: bridge window [mem 0xe4400000-0xe44fffff] [ 0.116247] pci 0000:00:06.0: bridge window [mem 0xe3000000-0xe43fffff 64bit pref] [ 0.116278] pci 0000:00:1c.0: PCI bridge to [bus 28-28] [ 0.116281] pci 0000:00:1c.0: bridge window [io 0xf000-0x0000] (disabled) [ 0.116284] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled) [ 0.116288] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) [ 0.116319] pci 0000:00:1c.4: PCI bridge to [bus 34-34] [ 0.116322] pci 0000:00:1c.4: bridge window [io 0xf000-0x0000] (disabled) [ 0.116325] pci 0000:00:1c.4: bridge window [mem 0xfff00000-0x000fffff] (disabled) [ 0.116330] pci 0000:00:1c.4: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) [ 0.116397] pci 0000:3f:00.0: reg 10: [mem 0xe4500000-0xe450ffff 64bit] [ 0.116463] pci 0000:3f:00.0: PME# supported from D3hot D3cold [ 0.116467] pci 0000:3f:00.0: PME# disabled [ 0.116485] pci 0000:00:1c.5: PCI bridge to [bus 3f-3f] [ 0.116488] pci 0000:00:1c.5: bridge window [io 0xf000-0x0000] (disabled) [ 0.116491] pci 0000:00:1c.5: bridge window [mem 0xe4500000-0xe45fffff] [ 0.116495] pci 0000:00:1c.5: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) [ 0.116545] pci 0000:00:1e.0: PCI bridge to [bus 10-10] (subtractive decode) [ 0.116548] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled) [ 0.116551] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff] (disabled) [ 0.116556] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) [ 0.116558] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode) [ 0.116559] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffffffffffff] (subtractive decode) [ 0.116579] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 0.116755] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG1._PRT] [ 0.116819] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG2._PRT] [ 0.116883] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCX1._PRT] [ 0.116946] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCX5._PRT] [ 0.117011] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCX6._PRT] [ 0.117073] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB_._PRT] [ 0.117279] ACPI Error (dsfield-0143): [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS [ 0.117284] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88007d73e020), AE_ALREADY_EXISTS [ 0.117300] ACPI Warning for \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 (20100428/nspredef-352) [ 0.135134] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 14 15) [ 0.135212] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 14 15) [ 0.135289] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 *11 14 15) [ 0.135366] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled. [ 0.135444] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 *11 14 15) [ 0.135521] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 6 7 10 11 14 15) [ 0.135598] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *10 11 14 15) [ 0.135675] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled. [ 0.135716] HEST: Table is not found! [ 0.135766] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none [ 0.135769] vgaarb: loaded [ 0.135840] SCSI subsystem initialized [ 0.135845] libata version 3.00 loaded. [ 0.135845] usbcore: registered new interface driver usbfs [ 0.135845] usbcore: registered new interface driver hub [ 0.135845] usbcore: registered new device driver usb [ 0.135845] PCI: Using ACPI for IRQ routing [ 0.135845] PCI: pci_cache_line_size set to 64 bytes [ 0.136004] reserve RAM buffer: 0000000000097c00 - 000000000009ffff [ 0.136006] reserve RAM buffer: 000000007ffc1da0 - 000000007fffffff [ 0.136070] NetLabel: Initializing [ 0.136071] NetLabel: domain hash size = 128 [ 0.136072] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.136083] NetLabel: unlabeled traffic allowed by default [ 0.136129] HPET: 4 timers in total, 0 timers will be used for per-cpu timer [ 0.136133] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0 [ 0.136136] hpet0: 4 comparators, 64-bit 14.318180 MHz counter [ 0.139018] Switching to clocksource tsc [ 0.147636] pnp: PnP ACPI init [ 0.147648] ACPI: bus type pnp registered [ 0.149600] pnp 00:0d: disabling [io 0xf800-0xf81f] because it overlaps 0000:00:1f.0 BAR 13 [io 0xf800-0xf87f] [ 0.149602] pnp 00:0d: disabling [io 0xf820-0xf83f] because it overlaps 0000:00:1f.0 BAR 13 [io 0xf800-0xf87f] [ 0.149605] pnp 00:0d: disabling [io 0xf840-0xf85f] because it overlaps 0000:00:1f.0 BAR 13 [io 0xf800-0xf87f] [ 0.149607] pnp 00:0d: disabling [io 0xf860-0xf87f] because it overlaps 0000:00:1f.0 BAR 13 [io 0xf800-0xf87f] [ 0.150143] pnp: PnP ACPI: found 16 devices [ 0.150145] ACPI: ACPI bus type pnp unregistered [ 0.150156] system 00:0d: [io 0x0400-0x041f] has been reserved [ 0.150158] system 00:0d: [io 0x0420-0x043f] has been reserved [ 0.150160] system 00:0d: [io 0x0440-0x045f] has been reserved [ 0.150162] system 00:0d: [io 0x0460-0x047f] has been reserved [ 0.150163] system 00:0d: [io 0x0480-0x048f] has been reserved [ 0.150166] system 00:0d: [io 0xfa00-0xfa3f] has been reserved [ 0.150167] system 00:0d: [io 0xfc00-0xfc7f] has been reserved [ 0.150169] system 00:0d: [io 0xfc80-0xfcff] has been reserved [ 0.150171] system 00:0d: [io 0xfe00-0xfe7f] has been reserved [ 0.150173] system 00:0d: [io 0xfe80-0xfeff] has been reserved [ 0.150177] system 00:0e: [io 0x04d0-0x04d1] has been reserved [ 0.150179] system 00:0e: [io 0x0cb0-0x0cbf] has been reserved [ 0.150183] system 00:0f: [mem 0x00000000-0x0009ffff] could not be reserved [ 0.150185] system 00:0f: [mem 0x00100000-0x7fffffff] could not be reserved [ 0.150187] system 00:0f: [mem 0x000e4000-0x000fffff] could not be reserved [ 0.150189] system 00:0f: [mem 0xfec01000-0xfecfffff] has been reserved [ 0.150191] system 00:0f: [mem 0xfed00400-0xfed3ffff] has been reserved [ 0.150193] system 00:0f: [mem 0xfed40000-0xffffffff] could not be reserved [ 0.150195] system 00:0f: [mem 0xf4000000-0xf7ffffff] has been reserved [ 0.150202] system 00:0f: [mem 0x000cf600-0x000e3fff] has been reserved [ 0.156025] pci 0000:00:1c.0: BAR 14: assigned [mem 0x80000000-0x801fffff] [ 0.156027] pci 0000:00:1c.0: BAR 15: assigned [mem 0x80200000-0x803fffff 64bit pref] [ 0.156030] pci 0000:00:1c.4: BAR 14: assigned [mem 0x80400000-0x805fffff] [ 0.156032] pci 0000:00:1c.4: BAR 15: assigned [mem 0x80600000-0x807fffff 64bit pref] [ 0.156034] pci 0000:00:1c.5: BAR 15: assigned [mem 0x80800000-0x809fffff 64bit pref] [ 0.156036] pci 0000:00:1c.0: BAR 13: assigned [io 0x3000-0x3fff] [ 0.156038] pci 0000:00:1c.4: BAR 13: assigned [io 0x4000-0x4fff] [ 0.156040] pci 0000:00:1c.5: BAR 13: assigned [io 0x5000-0x5fff] [ 0.156043] pci 0000:01:00.0: BAR 6: can't assign mem pref (size 0x20000) [ 0.156045] pci 0000:00:01.0: PCI bridge to [bus 01-01] [ 0.156046] pci 0000:00:01.0: bridge window [io 0x1000-0x1fff] [ 0.156049] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe2ffffff] [ 0.156051] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xdfffffff 64bit pref] [ 0.156055] pci 0000:00:06.0: PCI bridge to [bus 08-08] [ 0.156056] pci 0000:00:06.0: bridge window [io disabled] [ 0.156058] pci 0000:00:06.0: bridge window [mem 0xe4400000-0xe44fffff] [ 0.156061] pci 0000:00:06.0: bridge window [mem 0xe3000000-0xe43fffff 64bit pref] [ 0.156064] pci 0000:00:1c.0: PCI bridge to [bus 28-28] [ 0.156066] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff] [ 0.156069] pci 0000:00:1c.0: bridge window [mem 0x80000000-0x801fffff] [ 0.156072] pci 0000:00:1c.0: bridge window [mem 0x80200000-0x803fffff 64bit pref] [ 0.156077] pci 0000:00:1c.4: PCI bridge to [bus 34-34] [ 0.156079] pci 0000:00:1c.4: bridge window [io 0x4000-0x4fff] [ 0.156082] pci 0000:00:1c.4: bridge window [mem 0x80400000-0x805fffff] [ 0.156085] pci 0000:00:1c.4: bridge window [mem 0x80600000-0x807fffff 64bit pref] [ 0.156090] pci 0000:00:1c.5: PCI bridge to [bus 3f-3f] [ 0.156092] pci 0000:00:1c.5: bridge window [io 0x5000-0x5fff] [ 0.156096] pci 0000:00:1c.5: bridge window [mem 0xe4500000-0xe45fffff] [ 0.156099] pci 0000:00:1c.5: bridge window [mem 0x80800000-0x809fffff 64bit pref] [ 0.156103] pci 0000:00:1e.0: PCI bridge to [bus 10-10] [ 0.156104] pci 0000:00:1e.0: bridge window [io disabled] [ 0.156108] pci 0000:00:1e.0: bridge window [mem disabled] [ 0.156111] pci 0000:00:1e.0: bridge window [mem pref disabled] [ 0.156119] alloc irq_desc for 16 on node -1 [ 0.156121] alloc kstat_irqs on node -1 [ 0.156125] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 0.156128] pci 0000:00:01.0: setting latency timer to 64 [ 0.156132] pci 0000:00:06.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 0.156134] pci 0000:00:06.0: setting latency timer to 64 [ 0.156140] pci 0000:00:1c.0: setting latency timer to 64 [ 0.156146] alloc irq_desc for 20 on node -1 [ 0.156147] alloc kstat_irqs on node -1 [ 0.156150] pci 0000:00:1c.4: PCI INT A -> GSI 20 (level, low) -> IRQ 20 [ 0.156153] pci 0000:00:1c.4: setting latency timer to 64 [ 0.156158] alloc irq_desc for 21 on node -1 [ 0.156159] alloc kstat_irqs on node -1 [ 0.156162] pci 0000:00:1c.5: PCI INT B -> GSI 21 (level, low) -> IRQ 21 [ 0.156165] pci 0000:00:1c.5: setting latency timer to 64 [ 0.156169] pci 0000:00:1e.0: setting latency timer to 64 [ 0.156172] pci_bus 0000:00: resource 0 [io 0x0000-0xffff] [ 0.156174] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffffffffffff] [ 0.156175] pci_bus 0000:01: resource 0 [io 0x1000-0x1fff] [ 0.156177] pci_bus 0000:01: resource 1 [mem 0xe0000000-0xe2ffffff] [ 0.156178] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xdfffffff 64bit pref] [ 0.156180] pci_bus 0000:08: resource 1 [mem 0xe4400000-0xe44fffff] [ 0.156182] pci_bus 0000:08: resource 2 [mem 0xe3000000-0xe43fffff 64bit pref] [ 0.156184] pci_bus 0000:28: resource 0 [io 0x3000-0x3fff] [ 0.156185] pci_bus 0000:28: resource 1 [mem 0x80000000-0x801fffff] [ 0.156187] pci_bus 0000:28: resource 2 [mem 0x80200000-0x803fffff 64bit pref] [ 0.156188] pci_bus 0000:34: resource 0 [io 0x4000-0x4fff] [ 0.156190] pci_bus 0000:34: resource 1 [mem 0x80400000-0x805fffff] [ 0.156191] pci_bus 0000:34: resource 2 [mem 0x80600000-0x807fffff 64bit pref] [ 0.156193] pci_bus 0000:3f: resource 0 [io 0x5000-0x5fff] [ 0.156195] pci_bus 0000:3f: resource 1 [mem 0xe4500000-0xe45fffff] [ 0.156196] pci_bus 0000:3f: resource 2 [mem 0x80800000-0x809fffff 64bit pref] [ 0.156198] pci_bus 0000:10: resource 4 [io 0x0000-0xffff] [ 0.156200] pci_bus 0000:10: resource 5 [mem 0x00000000-0xffffffffffffffff] [ 0.156218] NET: Registered protocol family 2 [ 0.156291] IP route cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.156780] TCP established hash table entries: 262144 (order: 10, 4194304 bytes) [ 0.158277] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 0.158642] TCP: Hash tables configured (established 262144 bind 65536) [ 0.158644] TCP reno registered [ 0.158649] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.158667] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.158756] NET: Registered protocol family 1 [ 0.158896] pci 0000:01:00.0: Boot video device [ 0.158911] PCI: CLS 64 bytes, default 64 [ 0.158964] Trying to unpack rootfs image as initramfs... [ 0.370973] Freeing initrd memory: 13024k freed [ 0.375180] audit: initializing netlink socket (disabled) [ 0.375192] type=2000 audit(1357726559.373:1): initialized [ 0.383122] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.384295] VFS: Disk quotas dquot_6.5.2 [ 0.384327] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.384682] msgmni has been set to 4008 [ 0.384727] SELinux: Registering netfilter hooks [ 0.384955] alg: No test for stdrng (krng) [ 0.384990] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 0.384993] io scheduler noop registered [ 0.384995] io scheduler deadline registered [ 0.385024] io scheduler cfq registered (default) [ 0.385155] pcieport 0000:00:01.0: setting latency timer to 64 [ 0.385172] alloc irq_desc for 40 on node -1 [ 0.385173] alloc kstat_irqs on node -1 [ 0.385181] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X [ 0.385225] pcieport 0000:00:06.0: setting latency timer to 64 [ 0.385239] alloc irq_desc for 41 on node -1 [ 0.385240] alloc kstat_irqs on node -1 [ 0.385244] pcieport 0000:00:06.0: irq 41 for MSI/MSI-X [ 0.385285] pcieport 0000:00:1c.0: setting latency timer to 64 [ 0.385308] alloc irq_desc for 42 on node -1 [ 0.385309] alloc kstat_irqs on node -1 [ 0.385314] pcieport 0000:00:1c.0: irq 42 for MSI/MSI-X [ 0.385378] pcieport 0000:00:1c.4: setting latency timer to 64 [ 0.385401] alloc irq_desc for 43 on node -1 [ 0.385402] alloc kstat_irqs on node -1 [ 0.385407] pcieport 0000:00:1c.4: irq 43 for MSI/MSI-X [ 0.385472] pcieport 0000:00:1c.5: setting latency timer to 64 [ 0.385495] alloc irq_desc for 44 on node -1 [ 0.385496] alloc kstat_irqs on node -1 [ 0.385504] pcieport 0000:00:1c.5: irq 44 for MSI/MSI-X [ 0.385580] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.385688] ACPI Error (dsfield-0143): [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS [ 0.385692] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88007d73e020), AE_ALREADY_EXISTS [ 0.385713] ACPI Warning for \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 (20100428/nspredef-352) [ 0.385791] ACPI Error (dsfield-0143): [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS [ 0.385795] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88007d73e020), AE_ALREADY_EXISTS [ 0.385811] ACPI Warning for \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 (20100428/nspredef-352) [ 0.385885] ACPI Error (dsfield-0143): [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS [ 0.385889] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88007d73e020), AE_ALREADY_EXISTS [ 0.385905] ACPI Warning for \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 (20100428/nspredef-352) [ 0.385994] ACPI Error (dsfield-0143): [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS [ 0.385998] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88007d73e020), AE_ALREADY_EXISTS [ 0.386015] ACPI Warning for \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 (20100428/nspredef-352) [ 0.386088] ACPI Error (dsfield-0143): [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS [ 0.386092] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88007d73e020), AE_ALREADY_EXISTS [ 0.386108] ACPI Warning for \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 (20100428/nspredef-352) [ 0.386181] ACPI Error (dsfield-0143): [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS [ 0.386185] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88007d73e020), AE_ALREADY_EXISTS [ 0.386201] ACPI Warning for \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 (20100428/nspredef-352) [ 0.386216] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.386217] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.386462] pci-stub: invalid id string "" [ 0.386512] intel_idle: MWAIT substates: 0x22220 [ 0.386514] intel_idle: does not run on family 6 model 23 [ 0.386588] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 [ 0.387012] ACPI: Power Button [PBTN] [ 0.387047] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 [ 0.387049] ACPI: Power Button [PWRF] [ 0.387432] ACPI: acpi_idle registered with cpuidle [ 0.387500] Marking TSC unstable due to TSC halts in idle [ 0.387533] Switching to clocksource hpet [ 0.389355] ERST: Table is not found! [ 0.389541] Non-volatile memory driver v1.3 [ 0.389543] Linux agpgart interface v0.103 [ 0.389598] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.633135] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 0.633421] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 0.634357] brd: module loaded [ 0.634764] loop: module loaded [ 0.634817] ahci 0000:00:1f.2: version 3.0 [ 0.634826] alloc irq_desc for 18 on node -1 [ 0.634827] alloc kstat_irqs on node -1 [ 0.634831] ahci 0000:00:1f.2: PCI INT B -> GSI 18 (level, low) -> IRQ 18 [ 0.634849] alloc irq_desc for 45 on node -1 [ 0.634851] alloc kstat_irqs on node -1 [ 0.634856] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X [ 0.634862] ahci 0000:00:1f.2: controller can't do SNTF, turning off CAP_SNTF [ 0.634923] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl RAID mode [ 0.634925] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ccc sxs [ 0.634928] ahci 0000:00:1f.2: setting latency timer to 64 [ 0.635228] scsi0 : ahci [ 0.635292] scsi1 : ahci [ 0.635344] scsi2 : ahci [ 0.635395] scsi3 : ahci [ 0.635446] scsi4 : ahci [ 0.635498] scsi5 : ahci [ 0.635530] ata1: SATA max UDMA/133 abar m2048@0xe4604000 port 0xe4604100 irq 45 [ 0.635533] ata2: SATA max UDMA/133 irq_stat 0x00000040, connection status changed irq 45 [ 0.635535] ata3: SATA max UDMA/133 abar m2048@0xe4604000 port 0xe4604200 irq 45 [ 0.635537] ata4: SATA max UDMA/133 abar m2048@0xe4604000 port 0xe4604280 irq 45 [ 0.635539] ata5: SATA max UDMA/133 abar m2048@0xe4604000 port 0xe4604300 irq 45 [ 0.635541] ata6: SATA max UDMA/133 abar m2048@0xe4604000 port 0xe4604380 irq 45 [ 0.635604] Fixed MDIO Bus: probed [ 0.635638] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.635650] alloc irq_desc for 22 on node -1 [ 0.635652] alloc kstat_irqs on node -1 [ 0.635655] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 22 [ 0.635662] ehci_hcd 0000:00:1a.7: setting latency timer to 64 [ 0.635665] ehci_hcd 0000:00:1a.7: EHCI Host Controller [ 0.635703] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1 [ 0.635723] ehci_hcd 0000:00:1a.7: debug port 1 [ 0.639594] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported [ 0.639606] ehci_hcd 0000:00:1a.7: irq 22, io mem 0xe4604800 [ 0.649013] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00 [ 0.649037] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 0.649039] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.649042] usb usb1: Product: EHCI Host Controller [ 0.649044] usb usb1: Manufacturer: Linux 2.6.35.6-45.fc14.x86_64 ehci_hcd [ 0.649046] usb usb1: SerialNumber: 0000:00:1a.7 [ 0.649166] hub 1-0:1.0: USB hub found [ 0.649172] hub 1-0:1.0: 6 ports detected [ 0.649241] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20 [ 0.649248] ehci_hcd 0000:00:1d.7: setting latency timer to 64 [ 0.649251] ehci_hcd 0000:00:1d.7: EHCI Host Controller [ 0.649284] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2 [ 0.649303] ehci_hcd 0000:00:1d.7: debug port 1 [ 0.653173] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported [ 0.653187] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xe4604c00 [ 0.662014] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00 [ 0.662039] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 0.662042] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.662044] usb usb2: Product: EHCI Host Controller [ 0.662046] usb usb2: Manufacturer: Linux 2.6.35.6-45.fc14.x86_64 ehci_hcd [ 0.662048] usb usb2: SerialNumber: 0000:00:1d.7 [ 0.662163] hub 2-0:1.0: USB hub found [ 0.662167] hub 2-0:1.0: 6 ports detected [ 0.662235] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.662245] uhci_hcd: USB Universal Host Controller Interface driver [ 0.662257] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20 [ 0.662261] uhci_hcd 0000:00:1a.0: setting latency timer to 64 [ 0.662263] uhci_hcd 0000:00:1a.0: UHCI Host Controller [ 0.662294] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3 [ 0.662315] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00002100 [ 0.662341] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.662343] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.662344] usb usb3: Product: UHCI Host Controller [ 0.662345] usb usb3: Manufacturer: Linux 2.6.35.6-45.fc14.x86_64 uhci_hcd [ 0.662347] usb usb3: SerialNumber: 0000:00:1a.0 [ 0.662408] hub 3-0:1.0: USB hub found [ 0.662411] hub 3-0:1.0: 2 ports detected [ 0.662458] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21 [ 0.662462] uhci_hcd 0000:00:1a.1: setting latency timer to 64 [ 0.662464] uhci_hcd 0000:00:1a.1: UHCI Host Controller [ 0.662490] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4 [ 0.662518] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00002120 [ 0.662542] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.662544] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.662545] usb usb4: Product: UHCI Host Controller [ 0.662547] usb usb4: Manufacturer: Linux 2.6.35.6-45.fc14.x86_64 uhci_hcd [ 0.662548] usb usb4: SerialNumber: 0000:00:1a.1 [ 0.662617] hub 4-0:1.0: USB hub found [ 0.662620] hub 4-0:1.0: 2 ports detected [ 0.662665] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22 [ 0.662670] uhci_hcd 0000:00:1a.2: setting latency timer to 64 [ 0.662672] uhci_hcd 0000:00:1a.2: UHCI Host Controller [ 0.662701] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5 [ 0.662721] uhci_hcd 0000:00:1a.2: irq 22, io base 0x00002140 [ 0.662745] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.662747] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.662748] usb usb5: Product: UHCI Host Controller [ 0.662750] usb usb5: Manufacturer: Linux 2.6.35.6-45.fc14.x86_64 uhci_hcd [ 0.662751] usb usb5: SerialNumber: 0000:00:1a.2 [ 0.662815] hub 5-0:1.0: USB hub found [ 0.662818] hub 5-0:1.0: 2 ports detected [ 0.662864] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20 [ 0.662869] uhci_hcd 0000:00:1d.0: setting latency timer to 64 [ 0.662871] uhci_hcd 0000:00:1d.0: UHCI Host Controller [ 0.662896] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6 [ 0.662917] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00002160 [ 0.662940] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.662942] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.662943] usb usb6: Product: UHCI Host Controller [ 0.662945] usb usb6: Manufacturer: Linux 2.6.35.6-45.fc14.x86_64 uhci_hcd [ 0.662946] usb usb6: SerialNumber: 0000:00:1d.0 [ 0.663008] hub 6-0:1.0: USB hub found [ 0.663011] hub 6-0:1.0: 2 ports detected [ 0.663055] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21 [ 0.663059] uhci_hcd 0000:00:1d.1: setting latency timer to 64 [ 0.663061] uhci_hcd 0000:00:1d.1: UHCI Host Controller [ 0.663097] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7 [ 0.663117] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00002180 [ 0.663151] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.663153] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.663154] usb usb7: Product: UHCI Host Controller [ 0.663155] usb usb7: Manufacturer: Linux 2.6.35.6-45.fc14.x86_64 uhci_hcd [ 0.663157] usb usb7: SerialNumber: 0000:00:1d.1 [ 0.663221] hub 7-0:1.0: USB hub found [ 0.663224] hub 7-0:1.0: 2 ports detected [ 0.663269] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22 [ 0.663274] uhci_hcd 0000:00:1d.2: setting latency timer to 64 [ 0.663276] uhci_hcd 0000:00:1d.2: UHCI Host Controller [ 0.663302] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8 [ 0.663322] uhci_hcd 0000:00:1d.2: irq 22, io base 0x000021a0 [ 0.663347] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.663348] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.663350] usb usb8: Product: UHCI Host Controller [ 0.663351] usb usb8: Manufacturer: Linux 2.6.35.6-45.fc14.x86_64 uhci_hcd [ 0.663353] usb usb8: SerialNumber: 0000:00:1d.2 [ 0.663413] hub 8-0:1.0: USB hub found [ 0.663416] hub 8-0:1.0: 2 ports detected [ 0.663509] PNP: PS/2 Controller [PNP0303:KBD,PNP0f0e:PS2M] at 0x60,0x64 irq 1,12 [ 0.666414] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666419] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.666459] mice: PS/2 mouse device common for all mice [ 0.666553] rtc_cmos 00:03: RTC can wake from S4 [ 0.666583] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0 [ 0.666604] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs [ 0.666650] device-mapper: uevent: version 1.0.3 [ 0.666736] device-mapper: ioctl: 4.19.1-ioctl (2010-10-12) initialised: dm-devel@redhat.com [ 0.666830] cpuidle: using governor ladder [ 0.666887] cpuidle: using governor menu [ 0.667033] usbcore: registered new interface driver hiddev [ 0.667043] usbcore: registered new interface driver usbhid [ 0.667044] usbhid: USB HID core driver [ 0.667065] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) [ 0.667168] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use [ 0.667170] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or [ 0.667172] sysctl net.netfilter.nf_conntrack_acct=1 to enable it. [ 0.667221] ip_tables: (C) 2000-2006 Netfilter Core Team [ 0.667232] TCP cubic registered [ 0.667234] Initializing XFRM netlink socket [ 0.667240] NET: Registered protocol family 17 [ 0.667314] PM: Resume from disk failed. [ 0.667323] registered taskstats version 1 [ 0.667532] Magic number: 13:422:274 [ 0.667551] tty tty11: hash matches [ 0.667598] rtc_cmos 00:03: setting system clock to 2013-01-09 10:16:00 UTC (1357726560) [ 0.667616] Initalizing network drop monitor service [ 0.687790] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 [ 0.940038] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 0.940685] ata1.00: ATA-8: WDC WD2500AAKS-60L9A0, 02.03E02, max UDMA/100 [ 0.940688] ata1.00: 488397168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA [ 0.941025] ata3: SATA link down (SStatus 0 SControl 300) [ 0.942344] ata1.00: configured for UDMA/100 [ 0.943040] ata6: SATA link down (SStatus 0 SControl 300) [ 0.943053] ata4: SATA link down (SStatus 0 SControl 300) [ 0.943066] ata5: SATA link down (SStatus 0 SControl 300) [ 0.953148] scsi 0:0:0:0: Direct-Access ATA WDC WD2500AAKS-6 02.0 PQ: 0 ANSI: 5 [ 0.953266] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 0.953276] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB) [ 0.953318] sd 0:0:0:0: [sda] Write Protect is off [ 0.953320] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 0.953338] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 0.953442] sda: sda1 sda2 sda3 sda4 < sda5 sda6 > [ 1.025445] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.119023] usb 7-2: new low speed USB device using uhci_hcd and address 2 [ 1.288168] usb 7-2: New USB device found, idVendor=045e, idProduct=0039 [ 1.288172] usb 7-2: New USB device strings: Mfr=1, Product=3, SerialNumber=0 [ 1.288176] usb 7-2: Product: Microsoft 5-Button Mouse with IntelliEye(TM) [ 1.288178] usb 7-2: Manufacturer: Microsoft [ 1.306390] input: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) as /devices/pci0000:00/0000:00:1d.1/usb7/7-2/7-2:1.0/input/input3 [ 1.306455] generic-usb 0003:045E:0039.0001: input,hidraw0: USB HID v1.10 Mouse [Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)] on usb-0000:00:1d.1-2/input0 [ 1.359040] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 1.362690] ata2.00: ATAPI: HL-DT-ST DVD-RAM GH40L, RB03, max UDMA/100 [ 1.367217] ata2.00: configured for UDMA/100 [ 1.386399] scsi 1:0:0:0: CD-ROM HL-DT-ST DVD-RAM GH40L RB03 PQ: 0 ANSI: 5 [ 1.407508] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray [ 1.407511] Uniform CD-ROM driver Revision: 3.20 [ 1.407599] sr 1:0:0:0: Attached scsi CD-ROM sr0 [ 1.407654] sr 1:0:0:0: Attached scsi generic sg1 type 5 [ 1.407723] Freeing unused kernel memory: 944k freed [ 1.407951] Write protecting the kernel read-only data: 10240k [ 1.408176] Freeing unused kernel memory: 1576k freed [ 1.408693] Freeing unused kernel memory: 1836k freed [ 1.417891] dracut: dracut-006-3.fc14 [ 1.421436] dracut: rd_NO_LUKS: removing cryptoluks activation [ 1.425923] udev[86]: starting version 161 [ 1.464111] [drm] Initialized drm 1.1.0 20060810 [ 1.483489] nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 1.483493] nouveau 0000:01:00.0: setting latency timer to 64 [ 1.485749] [drm] nouveau 0000:01:00.0: Detected an NV50 generation card (0x084f00a2) [ 1.487950] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN [ 1.535899] [drm] nouveau 0000:01:00.0: ... appears to be valid [ 1.535901] [drm] nouveau 0000:01:00.0: BIT BIOS found [ 1.535903] [drm] nouveau 0000:01:00.0: Bios version 60.84.6f.00 [ 1.535906] [drm] nouveau 0000:01:00.0: TMDS table version 2.0 [ 1.535907] [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 4.0 [ 1.535910] [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 02000300 00000028 [ 1.535912] [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 01000302 00000030 [ 1.535913] [drm] nouveau 0000:01:00.0: Raw DCB entry 2: 04011310 00000028 [ 1.535915] [drm] nouveau 0000:01:00.0: Raw DCB entry 3: 02011312 00000030 [ 1.535917] [drm] nouveau 0000:01:00.0: Raw DCB entry 4: 010223f1 00c0c080 [ 1.535919] [drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x40 5 14 2 [ 1.535921] [drm] nouveau 0000:01:00.0: 0: 0x00001030: type 0x30 idx 0 tag 0x07 [ 1.535923] [drm] nouveau 0000:01:00.0: 1: 0x00002130: type 0x30 idx 1 tag 0x08 [ 1.535925] [drm] nouveau 0000:01:00.0: 2: 0x00000210: type 0x10 idx 2 tag 0xff [ 1.535927] [drm] nouveau 0000:01:00.0: 3: 0x00000211: type 0x11 idx 3 tag 0xff [ 1.535929] [drm] nouveau 0000:01:00.0: 4: 0x00000213: type 0x13 idx 4 tag 0xff [ 1.535932] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xBF2C [ 1.562178] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xC2BD [ 1.581020] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xCF01 [ 1.581028] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xCFF3 [ 1.583100] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xD226 [ 1.583103] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0xD28B [ 1.604021] [drm] nouveau 0000:01:00.0: 0xD28B: Condition still not met after 20ms, skipping following opcodes [ 1.604033] [drm] nouveau 0000:01:00.0: Detected 512MiB VRAM [ 1.604091] [TTM] Zone kernel: Available graphics memory: 1028346 kiB. [ 1.604094] [TTM] Initializing pool allocator. [ 1.621440] [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture) [ 1.621969] [drm] nouveau 0000:01:00.0: DCB encoder 1 unknown [ 1.621971] [drm] nouveau 0000:01:00.0: TV-1 has no encoders, removing [ 1.640383] [drm] nouveau 0000:01:00.0: Allocating FIFO number 1 [ 1.643463] [drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 1 [ 1.800085] [drm] nouveau 0000:01:00.0: allocated 1680x1050 fb: 0x40260000, bo ffff880037efa800 [ 1.800134] fbcon: nouveaufb (fb0) is primary device [ 1.805094] Console: switching to colour frame buffer device 210x65 [ 1.807005] fb0: nouveaufb frame buffer device [ 1.807007] drm: registered panic notifier [ 1.807024] Slow work thread pool: Starting up [ 1.807092] Slow work thread pool: Ready [ 1.807096] [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0 [ 1.854554] dracut: Starting plymouth daemon [ 2.113389] dracut: rd_NO_DM: removing DM RAID activation [ 2.117318] dracut: rd_NO_MD: removing MD RAID activation [ 2.728543] dracut: Scanning devices sda6 for LVM logical volumes VolGroup/lv_root VolGroup/lv_swap [ 2.738990] dracut: inactive '/dev/VolGroup/lv_root' [50.00 GiB] inherit [ 2.739031] dracut: inactive '/dev/VolGroup/lv_home' [13.91 GiB] inherit [ 2.739068] dracut: inactive '/dev/VolGroup/lv_swap' [3.94 GiB] inherit [ 3.014638] EXT4-fs (dm-0): INFO: recovery required on readonly filesystem [ 3.014641] EXT4-fs (dm-0): write access will be enabled during recovery [ 3.151098] EXT4-fs (dm-0): orphan cleanup on readonly fs [ 3.151105] EXT4-fs (dm-0): ext4_orphan_cleanup: deleting unreferenced inode 1836527 [ 3.151155] EXT4-fs (dm-0): ext4_orphan_cleanup: deleting unreferenced inode 1836518 [ 3.151171] EXT4-fs (dm-0): ext4_orphan_cleanup: deleting unreferenced inode 1836468 [ 3.151198] EXT4-fs (dm-0): 3 orphan inodes deleted [ 3.151200] EXT4-fs (dm-0): recovery complete [ 3.408960] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) [ 3.441426] dracut: Mounted root filesystem /dev/mapper/VolGroup-lv_root [ 3.563258] dracut: Loading SELinux policy [ 3.830997] type=1404 audit(1357726563.662:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 [ 3.962813] SELinux: 2048 avtab hash slots, 217428 rules. [ 4.017960] SELinux: 2048 avtab hash slots, 217428 rules. [ 4.153080] SELinux: 9 users, 13 roles, 3544 types, 185 bools, 1 sens, 1024 cats [ 4.153084] SELinux: 81 classes, 217428 rules [ 4.156974] SELinux: Completing initialization. [ 4.156976] SELinux: Setting up existing superblocks. [ 4.156982] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts [ 4.156987] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts [ 4.157552] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts [ 4.157556] SELinux: initialized (dev proc, type proc), uses genfs_contexts [ 4.157564] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs [ 4.157575] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs [ 4.158381] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs [ 4.158385] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts [ 4.159901] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs [ 4.159905] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts [ 4.159909] SELinux: initialized (dev devpts, type devpts), uses transition SIDs [ 4.159927] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs [ 4.159931] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs [ 4.159936] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts [ 4.159958] SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts [ 4.159967] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts [ 4.160639] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs [ 4.160650] SELinux: initialized (dev dm-0, type ext4), uses xattr [ 4.162959] type=1403 audit(1357726563.993:3): policy loaded auid=4294967295 ses=4294967295 [ 4.362857] dracut: Switching root [ 5.740736] udev[495]: starting version 161 [ 6.451690] microcode: CPU0 sig=0x1067a, pf=0x1, revision=0xa0b [ 6.451697] microcode: CPU1 sig=0x1067a, pf=0x1, revision=0xa0b [ 6.451753] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 6.799284] ACPI: WMI: Mapper loaded [ 7.088922] tg3.c:v3.110 (April 9, 2010) [ 7.088939] alloc irq_desc for 17 on node -1 [ 7.088941] alloc kstat_irqs on node -1 [ 7.088948] tg3 0000:3f:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 [ 7.088956] tg3 0000:3f:00.0: setting latency timer to 64 [ 7.097222] tg3 0000:3f:00.0: eth0: Tigon3 [partno(BCM95755) rev a002] (PCI Express) MAC address 00:24:81:a1:cd:39 [ 7.097224] tg3 0000:3f:00.0: eth0: attached PHY is 5755 (10/100/1000Base-T Ethernet) (WireSpeed[1]) [ 7.097227] tg3 0000:3f:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1] [ 7.097228] tg3 0000:3f:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit] [ 7.111582] iTCO_vendor_support: vendor-support=0 [ 7.113663] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06 [ 7.113897] iTCO_wdt: Found a ICH9R TCO device (Version=2, TCOBASE=0xf860) [ 7.114462] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 7.354349] EDAC MC: Ver: 2.1.0 Oct 19 2010 [ 7.356416] EDAC MC0: Giving out device to 'x38_edac' 'x38': DEV 0000:00:00.0 [ 7.524495] parport_pc 00:07: reported by Plug and Play ACPI [ 7.524546] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE] [ 7.579556] windrvr6: module license 'Proprietary' taints kernel. [ 7.581295] WinDriver v10.11 Jungo (c) 1997 - 2010 Build Date: Jan 17 2010 x86_64 64bit loaded [ 7.581367] registering 32bit compatibility ioctls [ 7.652773] ppdev: user-space parallel port driver [ 7.685445] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21 [ 7.685483] alloc irq_desc for 46 on node -1 [ 7.685485] alloc kstat_irqs on node -1 [ 7.685495] HDA Intel 0000:00:1b.0: irq 46 for MSI/MSI-X [ 7.685515] HDA Intel 0000:00:1b.0: setting latency timer to 64 [ 7.876821] input: HP WMI hotkeys as /devices/virtual/input/input4 [ 8.207111] hda_codec: ALC262: SKU not ready 0x411111f0 [ 10.132929] EXT4-fs (dm-0): re-mounted. Opts: (null) [ 10.339141] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null) [ 10.348096] SELinux: initialized (dev sda5, type ext4), uses xattr [ 10.362720] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null) [ 10.362725] SELinux: initialized (dev dm-2, type ext4), uses xattr [ 10.835959] Adding 4128764k swap on /dev/mapper/VolGroup-lv_swap. Priority:-1 extents:1 across:4128764k [ 10.846034] Adding 2096476k swap on /dev/sda3. Priority:-2 extents:1 across:2096476k [ 10.849149] SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts [ 13.006028] NET: Registered protocol family 10 [ 13.006176] lo: Disabled Privacy Extensions [ 14.984056] alloc irq_desc for 47 on node -1 [ 14.984059] alloc kstat_irqs on node -1 [ 14.984074] tg3 0000:3f:00.0: irq 47 for MSI/MSI-X [ 15.017724] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 15.040816] RPC: Registered udp transport module. [ 15.040818] RPC: Registered tcp transport module. [ 15.040819] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 15.046038] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts [ 16.664426] tg3 0000:3f:00.0: eth0: Link is up at 100 Mbps, full duplex [ 16.664430] tg3 0000:3f:00.0: eth0: Flow control is on for TX and on for RX [ 16.664681] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 19.158967] [drm] nouveau 0000:01:00.0: Allocating FIFO number 2 [ 19.162382] [drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 2 [ 27.234019] eth0: no IPv6 routers present [ 40.732693] fuse init (API version 7.14) [ 40.744218] SELinux: initialized (dev fusectl, type fusectl), uses genfs_contexts [ 40.802288] SELinux: initialized (dev fuse, type fuse), uses genfs_contexts [ 450.067270] Finding the device.... [ 450.067291] Found TI device [ 450.067294] TI device: vendor=0x104c, dev=0xb005, irq=0x0000000a [ 450.067296] Reading the BAR areas.... [ 450.070895] Enabling the device.... [ 450.070913] pci 0000:08:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 450.070919] pci 0000:08:00.0: setting latency timer to 64 [ 450.070927] Access PCIE application register .... [ 450.070930] Registering the irq 10 ... [ 460.067958] Start local reset assert for core (module id): 23 ... [ 460.067965] Start local reset assert for core (module id): 24 ... [ 460.067970] Start local reset assert for core (module id): 26 ... [ 460.067976] Start local reset assert for core (module id): 28 ... [ 460.079074] Boot entry address is 0x 8f8000 [ 460.079141] Total 3 sections, 0x7a0 bytes of data were written [ 460.080144] Boot entry address is 0x 8f8000 [ 460.080166] Total 3 sections, 0x7a0 bytes of data were written [ 460.081168] Boot entry address is 0x 8f8000 [ 460.081190] Total 3 sections, 0x7a0 bytes of data were written [ 460.082193] Boot entry address is 0x 8f8000 [ 460.082214] Total 3 sections, 0x7a0 bytes of data were written [ 460.100259] MD stat for pid 2 mid 9 state: 3 timeout [ 460.112322] Start local reset de-assert for core (module id): 23 ... [ 460.112328] Start local reset de-assert for core (module id): 24 ... [ 460.112334] Start local reset de-assert for core (module id): 26 ... [ 460.112339] Start local reset de-assert for core (module id): 28 ... [root@localhost pcie_test]# procinfo Linux 2.6.35.6-45.fc14.x86_64 (mockbuild@x86-02) (gcc [can't parse]) #??? 2CPU [localhost] Memory: Total Used Free Shared Buffers Mem: 2056692 638520 1418172 0 31840 Swap: 6225240 0 6225240 Bootup: Wed Jan 9 10:15:59 2013 Load average: 0.24 0.44 0.27 1/237 2488 user : 0:00:11.83 1.0 page in : 0 nice : 0:00:00.00 0.0 page out: 0 system: 0:00:24.19 2.0 swap in : 0 idle : 0:19:37.32 97.1 swap out: 0 steal : 0:00:00.00 0.0 uptime: 0:10:06.10 context : 223580 irq 0: 36271 timer irq 16: 1 nouveau irq 1: 399 i8042 irq 20: 0 ehci_hcd:usb2, irq 4: 0 serial irq 21: 1 uhci_hcd:usb4, irq 7: 0 parport0 irq 22: 0 ehci_hcd:usb1, irq 8: 6 rtc0 irq 45: 4 ahci irq 9: 0 acpi irq 46: 0 hda_intel irq 10: 0 TI irq 47: 0 eth0 irq 12: 0 i8042 [root@localhost pcie_test]# lspci -x -v -d 104c:b005 08:00.0 Multimedia controller: Texas Instruments Device b005 (rev 01) Physical Slot: 4 Flags: bus master, fast devsel, latency 0, IRQ 16 Memory at e4400000 (32-bit, non-prefetchable) [size=1M] Memory at e4200000 (32-bit, prefetchable) [size=1M] Memory at e4000000 (32-bit, prefetchable) [size=2M] Memory at e3000000 (32-bit, prefetchable) [size=16M] Memory at e4310000 (32-bit, prefetchable) [size=4K] Memory at e4300000 (32-bit, prefetchable) [size=64K] Capabilities: [40] Power Management version 3 Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Capabilities: [70] Express Endpoint, MSI 00 Capabilities: [100] Advanced Error Reporting Kernel modules: windrvr6 00: 4c 10 05 b0 07 01 10 08 01 00 80 04 10 00 00 00 10: 00 00 40 e4 08 00 20 e4 08 00 00 e4 08 00 00 e3 20: 08 00 31 e4 08 00 30 e4 00 00 00 00 00 00 01 00 30: 00 00 00 00 40 00 00 00 00 00 00 00 0a 01 00 00 [root@localhost pcie_test]# lsmod | grep pcie pciedemo 12538 0 [root@localhost pcie_test]# rmmod pciedemo [root@localhost pcie_test]# lsmod | grep pcie [root@localhost pcie_test]# [root@localhost pcie_test]# [root@localhost pcie_test]# [root@localhost pcie_test]# insmod pciedemo.ko [ 450.067270] Finding the device.... [ 450.067291] Found TI device [ 450.067294] TI device: vendor=0x104c, dev=0xb005, irq=0x0000000a [ 450.067296] Reading the BAR areas.... [ 450.070895] Enabling the device.... [ 450.070913] pci 0000:08:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 450.070919] pci 0000:08:00.0: setting latency timer to 64 [ 450.070927] Access PCIE application register .... [ 450.070930] Registering the irq 10 ... [ 460.067958] Start local reset assert for core (module id): 23 ... [ 460.067965] Start local reset assert for core (module id): 24 ... [ 460.067970] Start local reset assert for core (module id): 26 ... [ 460.067976] Start local reset assert for core (module id): 28 ... [ 460.079074] Boot entry address is 0x 8f8000 [ 460.079141] Total 3 sections, 0x7a0 bytes of data were written [ 460.080144] Boot entry address is 0x 8f8000 [ 460.080166] Total 3 sections, 0x7a0 bytes of data were written [ 460.081168] Boot entry address is 0x 8f8000 [ 460.081190] Total 3 sections, 0x7a0 bytes of data were written [ 460.082193] Boot entry address is 0x 8f8000 [ 460.082214] Total 3 sections, 0x7a0 bytes of data were written [ 460.100259] MD stat for pid 2 mid 9 state: 3 timeout [ 460.112322] Start local reset de-assert for core (module id): 23 ... [ 460.112328] Start local reset de-assert for core (module id): 24 ... [ 460.112334] Start local reset de-assert for core (module id): 26 ... [ 460.112339] Start local reset de-assert for core (module id): 28 ... [ 1240.050453] TCP lp registered [ 1410.525438] calling cleanup_module in PcieDemo [ 1420.509919] Finding the device.... [ 1420.509941] Found TI device [ 1420.509943] TI device: vendor=0x104c, dev=0xb005, irq=0x00000010 [ 1420.509945] Reading the BAR areas.... [ 1420.512711] Enabling the device.... [ 1420.512718] pci 0000:08:00.0: setting latency timer to 64 [ 1420.512726] Access PCIE application register .... [ 1420.512728] Registering the irq 16 ... [ 1430.508972] Start local reset assert for core (module id): 23 ... [ 1430.508978] Start local reset assert for core (module id): 24 ... [ 1430.508984] Start local reset assert for core (module id): 26 ... [ 1430.508989] Start local reset assert for core (module id): 28 ... [ 1430.527114] Boot entry address is 0x 8f8000 [ 1430.527145] Total 3 sections, 0x7a0 bytes of data were written [ 1430.528148] Boot entry address is 0x 8f8000 [ 1430.528169] Total 3 sections, 0x7a0 bytes of data were written [ 1430.529172] Boot entry address is 0x 8f8000 [ 1430.529194] Total 3 sections, 0x7a0 bytes of data were written [ 1430.530197] Boot entry address is 0x 8f8000 [ 1430.530218] Total 3 sections, 0x7a0 bytes of data were written [ 1430.548263] MD stat for pid 2 mid 9 state: 3 timeout [ 1430.560327] Start local reset de-assert for core (module id): 23 ... [ 1430.560333] Start local reset de-assert for core (module id): 24 ... [ 1430.560338] Start local reset de-assert for core (module id): 26 ... [ 1430.560344] Start local reset de-assert for core (module id): 28 ... [root@localhost pcie_test]# procinfo Linux 2.6.35.6-45.fc14.x86_64 (mockbuild@x86-02) (gcc [can't parse]) #??? 2CPU [localhost] Memory: Total Used Free Shared Buffers Mem: 2056692 894152 1162540 0 45736 Swap: 6225240 0 6225240 Bootup: Wed Jan 9 10:15:59 2013 Load average: 0.09 0.37 0.37 1/245 2603 user : 0:00:38.59 1.0 page in : 0 nice : 0:00:02.21 0.1 page out: 0 system: 0:00:48.31 1.3 swap in : 0 idle : 1:02:58.26 97.8 swap out: 0 steal : 0:00:00.00 0.0 uptime: 0:32:12.35 context : 605369 irq 0: 83106 timer irq 16: 1 nouveau, irq 1: 1565 i8042 irq 20: 0 ehci_hcd:usb2, irq 4: 0 serial irq 21: 1 uhci_hcd:usb4, irq 7: 0 parport0 irq 22: 0 ehci_hcd:usb1, irq 8: 6 rtc0 irq 45: 4 ahci irq 9: 0 acpi irq 46: 0 hda_intel irq 12: 0 i8042 irq 47: 0 eth0 [root@localhost pcie_test]# [root@localhost pcie_test]# lsmod | grep pcie pciedemo 12538 0 [root@localhost pcie_test]# procinfo Linux 2.6.35.6-45.fc14.x86_64 (mockbuild@x86-02) (gcc [can't parse]) #??? 2CPU [localhost] Memory: Total Used Free Shared Buffers Mem: 2056692 898356 1158336 0 46708 Swap: 6225240 0 6225240 Bootup: Wed Jan 9 10:15:59 2013 Load average: 0.00 0.07 0.21 1/247 2640 user : 0:00:42.26 0.9 page in : 0 nice : 0:00:02.21 0.1 page out: 0 system: 0:00:50.56 1.0 swap in : 0 idle : 1:22:35.13 98.2 swap out: 0 steal : 0:00:00.00 0.0 uptime: 0:42:03.65 context : 689315 irq 0: 97094 timer irq 16: 1 nouveau, irq 1: 2578 i8042 irq 20: 0 ehci_hcd:usb2, irq 4: 0 serial irq 21: 1 uhci_hcd:usb4, irq 7: 0 parport0 irq 22: 0 ehci_hcd:usb1, irq 8: 6 rtc0 irq 45: 4 ahci irq 9: 0 acpi irq 46: 0 hda_intel irq 12: 0 i8042 irq 47: 0 eth0 [root@localhost pcie_test]# cat /proc/interrupts CPU0 CPU1 0: 46236 53795 IO-APIC-edge timer 1: 1273 1357 IO-APIC-edge i8042 4: 3 3 IO-APIC-edge serial 7: 0 0 IO-APIC-edge parport0 8: 1 0 IO-APIC-edge rtc0 9: 0 0 IO-APIC-fasteoi acpi 10: 1 0 IO-APIC-edge 12: 2 2 IO-APIC-edge i8042 16: 3 5 IO-APIC-fasteoi nouveau, TI 667x PCIE 20: 0 2 IO-APIC-fasteoi ehci_hcd:usb2, uhci_hcd:usb3, uhci_hcd:usb6 21: 22530 59 IO-APIC-fasteoi uhci_hcd:usb4, uhci_hcd:usb7 22: 0 0 IO-APIC-fasteoi ehci_hcd:usb1, uhci_hcd:usb5, uhci_hcd:usb8 45: 15199 15416 PCI-MSI-edge ahci 46: 796 162 PCI-MSI-edge hda_intel 47: 11207 17 PCI-MSI-edge eth0 NMI: 0 0 Non-maskable interrupts LOC: 81409 66466 Local timer interrupts SPU: 0 0 Spurious interrupts PMI: 0 0 Performance monitoring interrupts PND: 0 0 Performance pending work RES: 56470 84621 Rescheduling interrupts CAL: 598 1185 Function call interrupts TLB: 3153 2182 TLB shootdowns TRM: 0 0 Thermal event interrupts THR: 0 0 Threshold APIC interrupts MCE: 0 0 Machine check exceptions MCP: 9 9 Machine check polls ERR: 1 MIS: 0 [root@localhost pcie_test]# [root@localhost pcie_test]# lsmod | grep pci pciedemo 12538 0 [root@localhost pcie_test]# rmmod pcie pcieBootCode_6670.h pcieDemo_int_log.txt pciedemo.mod.o pcieDdrInit_6670.h pciedemo.ko pciedemo.o pciedemo.c pciedemo_log.txt pcieInterrupt_6670.h pciedemo_int_log_rmmod.txt pciedemo.mod.c pcieLocalReset_6670.h [root@localhost pcie_test]# rmmod pcie pcieBootCode_6670.h pcieDemo_int_log.txt pciedemo.mod.o pcieDdrInit_6670.h pciedemo.ko pciedemo.o pciedemo.c pciedemo_log.txt pcieInterrupt_6670.h pciedemo_int_log_rmmod.txt pciedemo.mod.c pcieLocalReset_6670.h [root@localhost pcie_test]# rmmod pciedemo [root@localhost pcie_test]# lsmod | grep pci [root@localhost pcie_test]# [root@localhost pcie_test]# [root@localhost pcie_test]# insmod pciedemo.ko [root@localhost pcie_test]# [root@localhost pcie_test]# [root@localhost pcie_test]# [root@localhost pcie_test]# dmesg [ 3158.420211] calling cleanup_module in PcieDemo [ 3172.410917] Finding the device.... [ 3172.410938] Found TI device [ 3172.410940] TI device: vendor=0x104c, dev=0xb005, irq=0x00000010 [ 3172.410942] Reading the BAR areas.... [ 3172.413309] Enabling the device.... [ 3172.413316] pci 0000:08:00.0: setting latency timer to 64 [ 3172.413324] Access PCIE application register .... [ 3172.413326] Registering the irq 16 ... [ 3182.408940] Start local reset assert for core (module id): 23 ... [ 3182.408946] Start local reset assert for core (module id): 24 ... [ 3182.408952] Start local reset assert for core (module id): 26 ... [ 3182.408958] Start local reset assert for core (module id): 28 ... [ 3182.427062] Boot entry address is 0x 8f8000 [ 3182.427084] Total 3 sections, 0x7a0 bytes of data were written [ 3182.428087] Boot entry address is 0x 8f8000 [ 3182.428109] Total 3 sections, 0x7a0 bytes of data were written [ 3182.429112] Boot entry address is 0x 8f8000 [ 3182.429139] Total 3 sections, 0x7a0 bytes of data were written [ 3182.430142] Boot entry address is 0x 8f8000 [ 3182.430164] Total 3 sections, 0x7a0 bytes of data were written [ 3182.448209] MD stat for pid 2 mid 9 state: 3 timeout [ 3182.460272] Start local reset de-assert for core (module id): 23 ... [ 3182.460278] Start local reset de-assert for core (module id): 24 ... [ 3182.460284] Start local reset de-assert for core (module id): 26 ... [ 3182.460289] Start local reset de-assert for core (module id): 28 ... [root@localhost pcie_test]# [root@localhost pcie_test]# lsmod | grep pci pciedemo 12538 0 [root@localhost pcie_test]# rmmod pciedemo [root@localhost pcie_test]# lsmod | grep pci [root@localhost pcie_test]# [root@localhost pcie_test]# [root@localhost pcie_test]# [root@localhost pcie_test]# [root@localhost pcie_test]# [root@localhost pcie_test]# [root@localhost pcie_test]# [root@localhost pcie_test]# got completion (nil) for context 1 [root@localhost pcie_test]# [root@localhost pcie_test]# more pciedemo.c /****************************************************************************** * Copyright (c) 2011 Texas Instruments Incorporated - http://www.ti.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation version 2. * * This program is distributed "as is" WITHOUT ANY WARRANTY of any * kind, whether express or implied; without even the implied warranty * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. *****************************************************************************/ /************************************************************************************** * FILE NAME: pciedemo.c * * DESCRIPTION: A sample code to load DSP boot image from a Linux machine into DSP. * * Revision History: * - 1.0: Initial version (6678 little endian PCIE boot POST demo) * - 1.1: Add a new PCIE boot demo for HelloWorld * - 1.2: support 6670 boot * - 1.3: support big endian boot for 6670/6678; support 32-bit/64-bit Linux; * support EDMA; support interrupt between host and DSP; * added PCIE over EDMA throughput measurement * - 1.4: Add a DSP local reset demo; fix pushData() to handle cases when * sections within different memory regions in a header file * - 1.5: Support 6657 boot ***************************************************************************************/ #include #include #include #include #include #include #include #include #include #include #include #include MODULE_LICENSE("GPL v2"); /* Must select the endianess */ #define BIG_ENDIAN 0 /* Must select which demo to run */ #define HELLO_WORLD_DEMO 1 #define POST_DEMO 0 #define EDMA_INTC_DEMO 0 #define LOCAL_RESET 1 /* Must select a platform */ #define EVMC6678L 0 #define EVMC6670L 1 #define EVMC6657L 0 [root@localhost pcie_test]# [root@localhost pcie_test]# [root@localhost pcie_test]# [root@localhost pcie_test]# make clean rm -fr *.o *.mod.c *.ko [root@localhost pcie_test]# make make -C /usr/src/kernels/2.6.35.6-45.fc14.x86_64 M=/home/spectrum/pcie_test make[1]: Entering directory `/usr/src/kernels/2.6.35.6-45.fc14.x86_64' LD /home/spectrum/pcie_test/built-in.o CC [M] /home/spectrum/pcie_test/pciedemo.o /home/spectrum/pcie_test/pciedemo.c: In function ‘init_module’: /home/spectrum/pcie_test/pciedemo.c:1575:20: warning: ignoring return value of ‘pci_enable_device’, declared with attribute warn_unused_result /home/spectrum/pcie_test/pciedemo.c:1599:14: warning: ignoring return value of ‘request_irq’, declared with attribute warn_unused_result Building modules, stage 2. MODPOST 1 modules CC /home/spectrum/pcie_test/pciedemo.mod.o LD [M] /home/spectrum/pcie_test/pciedemo.ko make[1]: Leaving directory `/usr/src/kernels/2.6.35.6-45.fc14.x86_64' [root@localhost pcie_test]# [root@localhost pcie_test]# [root@localhost pcie_test]# [root@localhost pcie_test]# lsmod | grep pci [root@localhost pcie_test]# insmod pciedemo.ko [root@localhost pcie_test]# dmesg -c [ 3158.420211] calling cleanup_module in PcieDemo [ 3172.410917] Finding the device.... [ 3172.410938] Found TI device [ 3172.410940] TI device: vendor=0x104c, dev=0xb005, irq=0x00000010 [ 3172.410942] Reading the BAR areas.... [ 3172.413309] Enabling the device.... [ 3172.413316] pci 0000:08:00.0: setting latency timer to 64 [ 3172.413324] Access PCIE application register .... [ 3172.413326] Registering the irq 16 ... [ 3182.408940] Start local reset assert for core (module id): 23 ... [ 3182.408946] Start local reset assert for core (module id): 24 ... [ 3182.408952] Start local reset assert for core (module id): 26 ... [ 3182.408958] Start local reset assert for core (module id): 28 ... [ 3182.427062] Boot entry address is 0x 8f8000 [ 3182.427084] Total 3 sections, 0x7a0 bytes of data were written [ 3182.428087] Boot entry address is 0x 8f8000 [ 3182.428109] Total 3 sections, 0x7a0 bytes of data were written [ 3182.429112] Boot entry address is 0x 8f8000 [ 3182.429139] Total 3 sections, 0x7a0 bytes of data were written [ 3182.430142] Boot entry address is 0x 8f8000 [ 3182.430164] Total 3 sections, 0x7a0 bytes of data were written [ 3182.448209] MD stat for pid 2 mid 9 state: 3 timeout [ 3182.460272] Start local reset de-assert for core (module id): 23 ... [ 3182.460278] Start local reset de-assert for core (module id): 24 ... [ 3182.460284] Start local reset de-assert for core (module id): 26 ... [ 3182.460289] Start local reset de-assert for core (module id): 28 ... [ 3266.074972] calling cleanup_module in PcieDemo [ 3347.465013] Finding the device.... [ 3347.465034] Found TI device [ 3347.465037] TI device: vendor=0x104c, dev=0xb005, irq=0x00000010 [ 3347.465039] Reading the BAR areas.... [ 3347.467650] Enabling the device.... [ 3347.467656] pci 0000:08:00.0: setting latency timer to 64 [ 3347.467665] Access PCIE application register .... [ 3347.467668] Registering the irq 16 ... [ 3347.467679] Boot entry address is 0x1082d740 [ 3347.468268] Total 4 sections, 0xe2b4 bytes of data were written [ 3347.527708] Boot entry address is 0x8000d8a0 [ 3347.528201] Total 4 sections, 0xe570 bytes of data were written [ 3357.524432] Start local reset assert for core (module id): 23 ... [ 3357.524437] Start local reset assert for core (module id): 24 ... [ 3357.524442] Start local reset assert for core (module id): 26 ... [ 3357.524447] Start local reset assert for core (module id): 28 ... [ 3357.542545] Boot entry address is 0x 8f8000 [ 3357.542567] Total 3 sections, 0x7a0 bytes of data were written [ 3357.543570] Boot entry address is 0x 8f8000 [ 3357.543592] Total 3 sections, 0x7a0 bytes of data were written [ 3357.544594] Boot entry address is 0x 8f8000 [ 3357.544616] Total 3 sections, 0x7a0 bytes of data were written [ 3357.545619] Boot entry address is 0x 8f8000 [ 3357.545641] Total 3 sections, 0x7a0 bytes of data were written [ 3357.563684] MD stat for pid 2 mid 9 state: 3 timeout [ 3357.575748] Start local reset de-assert for core (module id): 23 ... [ 3357.575753] Start local reset de-assert for core (module id): 24 ... [ 3357.575758] Start local reset de-assert for core (module id): 26 ... [ 3357.575763] Start local reset de-assert for core (module id): 28 ... [root@localhost pcie_test]# lsmod | grep pcie pciedemo 129615 0 [root@localhost pcie_test]# rmmod pciedemo Killed [root@localhost pcie_test]# lsmod | grep pcie pciedemo 129615 0 [root@localhost pcie_test]# dmesg [ 3541.857202] calling cleanup_module in PcieDemo [ 3541.858716] BUG: unable to handle kernel paging request at ffffc90009d0006c [ 3541.858720] IP: [] ioread32+0xd/0x31 [ 3541.858727] PGD 7f821067 PUD 7f822067 PMD 7b48c067 PTE 0 [ 3541.858733] Oops: 0000 [#1] SMP [ 3541.858736] last sysfs file: /sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map [ 3541.858739] CPU 0 [ 3541.858741] Modules linked in: pciedemo(-) tcp_lp fuse sunrpc ipv6 cpufreq_ondemand acpi_cpufreq freq_table mperf uinput snd_hda_codec_realtek hp_wmi rfkill snd_hda_intel windrvr6(P) ppdev parport_pc parport snd_hda_codec snd_hwdep serio_raw x38_edac edac_core snd_seq snd_seq_device snd_pcm snd_timer iTCO_wdt iTCO_vendor_support snd tg3 wmi soundcore snd_page_alloc microcode nouveau ttm drm_kms_helper drm i2c_algo_bit video output i2c_core [last unloaded: pciedemo] [ 3541.858775] [ 3541.858778] Pid: 2956, comm: rmmod Tainted: P I 2.6.35.6-45.fc14.x86_64 #1 0AA0h/HP xw4600 Workstation [ 3541.858781] RIP: 0010:[] [] ioread32+0xd/0x31 [ 3541.858786] RSP: 0018:ffff880074441e18 EFLAGS: 00010092 [ 3541.858788] RAX: 0000000000000282 RBX: 0000000000000010 RCX: 000000000000019e [ 3541.858791] RDX: 0000000000000282 RSI: ffffffffa028b334 RDI: ffffc90009d0006c [ 3541.858794] RBP: ffff880074441e18 R08: ffff88007d27a100 R09: 0000000000000000 [ 3541.858796] R10: ffff8800f4441df7 R11: 0000000000000000 R12: 0000000000000282 [ 3541.858799] R13: 0000000000000010 R14: ffffffffa028b334 R15: ffff88007d27a16c [ 3541.858802] FS: 00007f1dcfaa1720(0000) GS:ffff880002000000(0000) knlGS:0000000000000000 [ 3541.858805] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b [ 3541.858808] CR2: ffffc90009d0006c CR3: 000000005a6c2000 CR4: 00000000000406f0 [ 3541.858810] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 3541.858813] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400 [ 3541.858816] Process rmmod (pid: 2956, threadinfo ffff880074440000, task ffff88007a3d5d00) [ 3541.858818] Stack: [ 3541.858820] ffff880074441e28 ffffffffa026c3cb ffff880074441e48 ffffffffa026c6fd [ 3541.858824] <0> ffff88007d27a100 ffff88005a4b59c0 ffff880074441e98 ffffffff810a5e68 [ 3541.858828] <0> ffff880074441e98 0000000000000296 ffff880074441ea8 0000000000000010 [ 3541.858833] Call Trace: [ 3541.858838] [] HAL_CheckPciInterrupt+0x19/0x20 [pciedemo] [ 3541.858843] [] ISR_handler+0x15/0xd3 [pciedemo] [ 3541.858847] [] __free_irq+0x15b/0x1a0 [ 3541.858851] [] free_irq+0x39/0x55 [ 3541.858855] [] cleanup_module+0x138/0x13a [pciedemo] [ 3541.858859] [] sys_delete_module+0x1ca/0x23b [ 3541.858864] [] ? do_page_fault+0x238/0x265 [ 3541.858868] [] ? audit_syscall_entry+0x2f/0x148 [ 3541.858872] [] system_call_fastpath+0x16/0x1b [ 3541.858875] Code: 00 01 00 76 08 0f b7 d7 ed 0f c8 eb 0f 48 c7 c6 3c 11 7b 81 e8 1d fd ff ff 83 c8 ff c9 c3 55 48 81 ff ff ff 03 00 48 89 e5 76 04 <8b> 07 eb 1e 48 81 ff 00 00 01 00 76 06 0f b7 d7 ed eb 0f 48 c7 [ 3541.858909] RIP [] ioread32+0xd/0x31 [ 3541.858913] RSP [ 3541.858915] CR2: ffffc90009d0006c [ 3541.858918] ---[ end trace a7919e7f17c0a727 ]--- [ 3541.858921] BUG: sleeping function called from invalid context at kernel/rwsem.c:21 [ 3541.858924] in_atomic(): 0, irqs_disabled(): 1, pid: 2956, name: rmmod [ 3541.858927] Pid: 2956, comm: rmmod Tainted: P D I 2.6.35.6-45.fc14.x86_64 #1 [ 3541.858930] Call Trace: [ 3541.858934] [] __might_sleep+0xeb/0xf0 [ 3541.858938] [] down_read+0x24/0x3b [ 3541.858942] [] acct_collect+0x4d/0x185 [ 3541.858946] [] do_exit+0x204/0x73d [ 3541.858949] [] ? _raw_spin_unlock_irqrestore+0x17/0x19 [ 3541.858953] [] oops_end+0xbf/0xc7 [ 3541.858957] [] no_context+0x1f9/0x208 [ 3541.858960] [] __bad_area_nosemaphore+0x18f/0x1b2 [ 3541.858963] [] ? pud_page_vaddr+0xe/0x2a [ 3541.858967] [] ? pte_offset_kernel+0x19/0x40 [ 3541.858970] [] bad_area_nosemaphore+0x13/0x15 [ 3541.858974] [] do_page_fault+0x13a/0x265 [ 3541.858977] [] page_fault+0x25/0x30 [ 3541.858981] [] ? ioread32+0xd/0x31 [ 3541.858984] [] HAL_CheckPciInterrupt+0x19/0x20 [pciedemo] [ 3541.858989] [] ISR_handler+0x15/0xd3 [pciedemo] [ 3541.858992] [] __free_irq+0x15b/0x1a0 [ 3541.858995] [] free_irq+0x39/0x55 [ 3541.858999] [] cleanup_module+0x138/0x13a [pciedemo] [ 3541.859003] [] sys_delete_module+0x1ca/0x23b [ 3541.859006] [] ? do_page_fault+0x238/0x265 [ 3541.859006] [] ? audit_syscall_entry+0x2f/0x148 [ 3541.859006] [] system_call_fastpath+0x16/0x1b [root@localhost pcie_test]#