libata: ATA exception error messages in pata_sch module (CONFIG_PATA_SCH)

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

 



I see the following group of exception messages (repeated 5 times)
when a IDE CD-ROM is present along with IDE hard drive on this Intel
Atom/Menlow  system:

[    4.278671] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6
[    4.278769] ata1.00: BMDMA stat 0x64
[    4.278856] ata1.00: failed command: READ DMA
[    4.278950] ata1.00: cmd c8/00:20:70:ca:ab/00:00:00:00:00/e0 tag 0
dma 16384 in
[    4.278953]          res 51/84:00:8f:ca:ab/00:00:00:00:00/e0 Emask
0x10 (ATA bus error)
[    4.279238] ata1.00: status: { DRDY ERR }
[    4.279322] ata1.00: error: { ICRC ABRT }
[    4.279429] ata1: soft resetting link
[    4.656816] ata1.00: configured for UDMA/100
[    4.688263] ata1.01: configured for UDMA/33
[    4.689038] ata1: EH complete
[    4.703657] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6
[    4.703749] ata1.00: BMDMA stat 0x64
[    4.703834] ata1.00: failed command: READ DMA
[    4.703928] ata1.00: cmd c8/00:20:70:ca:ab/00:00:00:00:00/e0 tag 0
dma 16384 in
[    4.703931]          res 51/84:00:8f:ca:ab/00:00:00:00:00/e0 Emask
0x10 (ATA bus error)
[    4.704163] ata1.00: status: { DRDY ERR }
[    4.704249] ata1.00: error: { ICRC ABRT }
[    4.704355] ata1: soft resetting link
[    5.081245] ata1.00: configured for UDMA/100
[    5.112262] ata1.01: configured for UDMA/33
[    5.113026] ata1: EH complete

The system does boot fine ultimately and hdparm reports the correct
max. UDMA mode permissible on the system which is UDMA2 in this case.
The system uses 40 conductor cable. I do not see the above exception
messages when only IDE hard drive is present.

Giving the parameter libata.force=40c gets rid of these messages.

Attaching dmesg and lspci -vvvxxx output when both an IDE CD-ROM and
hard drive is present. I noticed that the D0TIM Bit30 (PPE) and D0TIM
Bit31 (USD) are both set by Linux kernel in the PCI config space of
the IDE controller.

Please let me know what other information I can provide in this regards.

Kushal Koolwal
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.37-1-686 (Debian 2.6.37-1) (ben@xxxxxxxxxxxxxxx) (gcc version 4.4.5 (Debian 4.4.5-10) ) #1 SMP Tue Feb 15 18:21:50 UTC 2011
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009c800 (usable)
[    0.000000]  BIOS-e820: 000000000009c800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000003efc0000 (usable)
[    0.000000]  BIOS-e820: 000000003efc0000 - 000000003f7f0000 (reserved)
[    0.000000]  BIOS-e820: 000000003f7f0000 - 000000003f7f8800 (usable)
[    0.000000]  BIOS-e820: 000000003f7f8800 - 000000003f7fa800 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000003f7fa800 - 000000003f7fdc00 (ACPI data)
[    0.000000]  BIOS-e820: 000000003f7fdc00 - 000000003f7fe000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000003f7fe000 - 0000000040000000 (reserved)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fed00000 (reserved)
[    0.000000]  BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[    0.000000] DMI 2.1 present.
[    0.000000] DMI: VersaLogic EPMs-21 (Ocelot) board/No System Name, BIOS Embedded BIOS(R) w/StrongFrame(R) Technology (005) 02/24/2011
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] last_pfn = 0x3f7f8 max_arch_pfn = 0x100000
[    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-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask 0C0000000 write-back
[    0.000000]   1 base 03F800000 mask 0FF800000 uncachable
[    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] found SMP MP-table at [c009c890] 9c890
[    0.000000] initial memory mapped : 0 - 01800000
[    0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 0037400000 page 2M
[    0.000000]  0037400000 - 00377fe000 page 4k
[    0.000000] kernel direct mapping tables up to 377fe000 @ 17fb000-1800000
[    0.000000] RAMDISK: 376cd000 - 37ff0000
[    0.000000] Allocated new RAMDISK: 36daa000 - 376ccddf
[    0.000000] Move RAMDISK from 00000000376cd000 - 0000000037fefdde to 36daa000 - 376ccdde
[    0.000000] ACPI: RSDP 000fad40 00024 (v02 PTECH )
[    0.000000] ACPI: XSDT 3f7faa8d 00044 (v01 PTECH  OEM00001 00000001 MSFT 0FE60097)
[    0.000000] ACPI: FACP 3f7fa800 000F4 (v04 PTECH  OEM00001 00000001 MSFT 0FE60097)
[    0.000000] ACPI: DSDT 3f7faad1 02E1B (v01 PTECH  DSDT0001 00000001 MSFT 02000002)
[    0.000000] ACPI: FACS 3f7fdc00 00040
[    0.000000] ACPI: APIC 3f7fa9a1 0005C (v02 PTECH  OEM00001 00000001 MSFT 0FE60097)
[    0.000000] ACPI: BOOT 3f7fa9fd 00028 (v01 PTECH  OEM00001 00000001 MSFT 0FE60097)
[    0.000000] ACPI: DBGP 3f7faa25 00034 (v01 PTECH  OEM00001 00000001 MSFT 0FE60097)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 127MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x000377fe
[    0.000000]   HighMem  0x000377fe -> 0x0003f7f8
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009c
[    0.000000]     0: 0x00000100 -> 0x0003efc0
[    0.000000]     0: 0x0003f7f0 -> 0x0003f7f8
[    0.000000] On node 0 totalpages: 257876
[    0.000000] free_area_init_node: node 0, pgdat c13db440, node_mem_map f65ba200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3948 pages, LIFO batch:0
[    0.000000]   Normal zone: 1744 pages used for memmap
[    0.000000]   Normal zone: 221486 pages, LIFO batch:31
[    0.000000]   HighMem zone: 256 pages used for memmap
[    0.000000]   HighMem zone: 30410 pages, LIFO batch:7
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: IOAPIC (id[0x0e] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 14, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009c000 - 000000000009d000
[    0.000000] PM: Registered nosave memory: 000000000009d000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:a0000000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 12 pages/cpu @f6000000 s26944 r0 d22208 u2097152
[    0.000000] pcpu-alloc: s26944 r0 d22208 u2097152 alloc=1*4194304
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 255844
[    0.000000] Kernel command line: root=/dev/sda1 ro 
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (000377fe:0003f7f8)
[    0.000000] Memory: 1007972k/1040352k available (2613k kernel code, 23532k reserved, 1372k data, 384k init, 122664k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xffd36000 - 0xfffff000   (2852 kB)
[    0.000000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.000000]     vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
[    0.000000]       .init : 0xc13e5000 - 0xc1445000   ( 384 kB)
[    0.000000]       .data : 0xc128d7f0 - 0xc13e4b00   (1372 kB)
[    0.000000]       .text : 0xc1000000 - 0xc128d7f0   (2613 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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] NR_IRQS:1280
[    0.000000] CPU 0 irqstacks, hard=f5c08000 soft=f5c0a000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 1600.012 MHz processor.
[    0.004009] Calibrating delay loop (skipped), value calculated using timer frequency.. 3200.02 BogoMIPS (lpj=6400048)
[    0.004186] pid_max: default: 32768 minimum: 301
[    0.004316] Security Framework initialized
[    0.004404] SELinux:  Disabled at boot.
[    0.004530] Mount-cache hash table entries: 512
[    0.004859] Initializing cgroup subsys ns
[    0.004950] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[    0.005065] Initializing cgroup subsys cpuacct
[    0.005156] Initializing cgroup subsys devices
[    0.005242] Initializing cgroup subsys freezer
[    0.005328] Initializing cgroup subsys net_cls
[    0.005413] Initializing cgroup subsys blkio
[    0.005553] CPU: Physical Processor ID: 0
[    0.005637] CPU: Processor Core ID: 0
[    0.005721] mce: CPU supports 5 MCE banks
[    0.005818] CPU0: Thermal monitoring enabled (TM2)
[    0.005908] using mwait in idle threads.
[    0.006002] Performance Events: PEBS fmt0+, Atom events, Intel PMU driver.
[    0.006262] ... version:                3
[    0.006345] ... bit width:              40
[    0.006428] ... generic registers:      2
[    0.006512] ... value mask:             000000ffffffffff
[    0.006598] ... max period:             000000007fffffff
[    0.006690] ... fixed-purpose events:   3
[    0.006773] ... event mask:             0000000700000003
[    0.008528] ACPI: Core revision 20101013
[    0.013693] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.014099] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.053879] CPU0: Intel(R) Atom(TM) CPU Z530   @ 1.60GHz stepping 02
[    0.056000] NMI watchdog enabled, takes one hw-pmu counter.
[    0.056000] CPU 1 irqstacks, hard=f5c8a000 soft=f5c8c000
[    0.056000] Booting Node   0, Processors  #1 Ok.
[    0.008000] Initializing CPU#1
[    0.144049] NMI watchdog enabled, takes one hw-pmu counter.
[    0.144286] Brought up 2 CPUs
[    0.144371] Total of 2 processors activated (6400.21 BogoMIPS).
[    0.144781] devtmpfs: initialized
[    0.144781] regulator: core version 0.5
[    0.144781] regulator: dummy: 
[    0.144781] NET: Registered protocol family 16
[    0.144974] ACPI: bus type pci registered
[    0.145611] PCI: PCI BIOS revision 2.10 entry at 0xff5fa, last bus=3
[    0.145702] PCI: Using configuration type 1 for base access
[    0.148088] bio: create slab <bio-0> at 0
[    0.148922] ACPI: EC: Look up EC in DSDT
[    0.155533] ACPI: Interpreter enabled
[    0.155628] ACPI: (supports S0 S3 S4 S5)
[    0.155955] ACPI: Using IOAPIC for interrupt routing
[    0.161502] ACPI Exception: AE_NOT_FOUND, Evaluating _PRW (20101013/scan-723)
[    0.161883] ACPI Exception: AE_NOT_FOUND, Evaluating _PRW (20101013/scan-723)
[    0.164250] ACPI: No dock devices found.
[    0.164341] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.164684] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.165202] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7]
[    0.165296] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff]
[    0.165389] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.165501] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff]
[    0.165613] pci_root PNP0A03:00: host bridge window [mem 0x3f800000-0x3fffffff]
[    0.165725] pci_root PNP0A03:00: host bridge window [mem 0x80000000-0xffffffff]
[    0.165858] pci 0000:00:00.0: [8086:8100] type 0 class 0x000600
[    0.165935] pci 0000:00:02.0: [8086:8108] type 0 class 0x000300
[    0.165958] pci 0000:00:02.0: reg 10: [mem 0xdfe80000-0xdfefffff]
[    0.165972] pci 0000:00:02.0: reg 14: [io  0xec88-0xec8f]
[    0.165986] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xd7ffffff]
[    0.165999] pci 0000:00:02.0: reg 1c: [mem 0xdfe60000-0xdfe7ffff]
[    0.166168] pci 0000:00:1a.0: [8086:8118] type 0 class 0x000c03
[    0.166189] pci 0000:00:1a.0: reg 10: [mem 0xdfe5b000-0xdfe5bfff]
[    0.166274] pci 0000:00:1b.0: [8086:811b] type 0 class 0x000403
[    0.166296] pci 0000:00:1b.0: reg 10: [mem 0xdfe5c000-0xdfe5ffff 64bit]
[    0.166358] pci 0000:00:1b.0: PME# supported from D0 D3hot
[    0.166365] pci 0000:00:1b.0: PME# disabled
[    0.166391] pci 0000:00:1c.0: [8086:8110] type 1 class 0x000604
[    0.166451] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.166459] pci 0000:00:1c.0: PME# disabled
[    0.166486] pci 0000:00:1c.1: [8086:8112] type 1 class 0x000604
[    0.166546] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.166553] pci 0000:00:1c.1: PME# disabled
[    0.166584] pci 0000:00:1d.0: [8086:8114] type 0 class 0x000c03
[    0.166627] pci 0000:00:1d.0: reg 20: [io  0xeca0-0xecbf]
[    0.166666] pci 0000:00:1d.1: [8086:8115] type 0 class 0x000c03
[    0.166711] pci 0000:00:1d.1: reg 20: [io  0xecc0-0xecdf]
[    0.166750] pci 0000:00:1d.2: [8086:8116] type 0 class 0x000c03
[    0.166794] pci 0000:00:1d.2: reg 20: [io  0xece0-0xecff]
[    0.166848] pci 0000:00:1d.7: [8086:8117] type 0 class 0x000c03
[    0.166880] pci 0000:00:1d.7: reg 10: [mem 0xdfe5ac00-0xdfe5afff]
[    0.166986] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.166995] pci 0000:00:1d.7: PME# disabled
[    0.167022] pci 0000:00:1f.0: [8086:8119] type 0 class 0x000601
[    0.167102] pci 0000:00:1f.1: [8086:811a] type 0 class 0x000101
[    0.167147] pci 0000:00:1f.1: reg 20: [io  0xec90-0xec9f]
[    0.167248] pci 0000:01:00.0: [12d8:e111] type 1 class 0x000604
[    0.167332] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.167341] pci 0000:01:00.0: PME# disabled
[    0.172026] pci 0000:00:1c.0: PCI bridge to [bus 01-02]
[    0.172118] pci 0000:00:1c.0:   bridge window [io  0xd000-0xdfff]
[    0.172127] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.172135] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.172259] pci 0000:01:00.0: PCI bridge to [bus 02-02]
[    0.172354] pci 0000:01:00.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.172363] pci 0000:01:00.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.172375] pci 0000:01:00.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.172460] pci 0000:03:00.0: [8086:10d3] type 0 class 0x000200
[    0.172490] pci 0000:03:00.0: reg 10: [mem 0xdffc0000-0xdffdffff]
[    0.172513] pci 0000:03:00.0: reg 14: [mem 0xdff00000-0xdff7ffff]
[    0.172536] pci 0000:03:00.0: reg 18: [io  0xfce0-0xfcff]
[    0.172559] pci 0000:03:00.0: reg 1c: [mem 0xdfff8000-0xdfffbfff]
[    0.172616] pci 0000:03:00.0: reg 30: [mem 0xdff80000-0xdffbffff pref]
[    0.172680] pci 0000:03:00.0: PME# supported from D0 D3hot
[    0.172690] pci 0000:03:00.0: PME# disabled
[    0.180027] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    0.180118] pci 0000:00:1c.1:   bridge window [io  0xf000-0xffff]
[    0.180126] pci 0000:00:1c.1:   bridge window [mem 0xdff00000-0xdfffffff]
[    0.180135] pci 0000:00:1c.1:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.180153] pci_bus 0000:00: on NUMA node 0
[    0.180164] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.180335] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCX0._PRT]
[    0.180421] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCX0.PCXP._PRT]
[    0.180603] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCX1._PRT]
[    0.184773] ACPI: PCI Interrupt Link [LNKA] (IRQs *10 11 15)
[    0.185310] ACPI: PCI Interrupt Link [LNKB] (IRQs 10 *11 15)
[    0.185840] ACPI: PCI Interrupt Link [LNKC] (IRQs 10 11 *15)
[    0.186368] ACPI: PCI Interrupt Link [LNKD] (IRQs *10 11 15)
[    0.186899] ACPI: PCI Interrupt Link [LNKE] (IRQs 10 11 15) *0, disabled.
[    0.187537] ACPI: PCI Interrupt Link [LNKF] (IRQs 10 11 15) *0, disabled.
[    0.188145] ACPI: PCI Interrupt Link [LNKG] (IRQs 9) *0, disabled.
[    0.188680] ACPI: PCI Interrupt Link [LNKH] (IRQs 10 11 15) *0, disabled.
[    0.189214] HEST: Table is not found!
[    0.189446] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.189571] vgaarb: loaded
[    0.189690] PCI: Using ACPI for IRQ routing
[    0.189690] PCI: pci_cache_line_size set to 64 bytes
[    0.189690] reserve RAM buffer: 000000000009c800 - 000000000009ffff 
[    0.189690] reserve RAM buffer: 000000003efc0000 - 000000003fffffff 
[    0.189690] reserve RAM buffer: 000000003f7f8800 - 000000003fffffff 
[    0.189690] Switching to clocksource tsc
[    0.190147] pnp: PnP ACPI init
[    0.190300] ACPI: bus type pnp registered
[    0.190661] pnp 00:00: [bus 00-ff]
[    0.190668] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.190675] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.190681] pnp 00:00: [io  0x0d00-0xffff window]
[    0.190687] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.190693] pnp 00:00: [mem 0x000c0000-0x000dffff window]
[    0.190699] pnp 00:00: [mem 0x3f800000-0x3fffffff window]
[    0.190705] pnp 00:00: [mem 0x80000000-0xffffffff window]
[    0.190828] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[    0.190883] pnp 00:01: [io  0x0080]
[    0.190889] pnp 00:01: [io  0x0092]
[    0.190894] pnp 00:01: [io  0x00b2-0x00b3]
[    0.190992] pnp 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.191049] pnp 00:02: [io  0x0000-0x001f]
[    0.191056] pnp 00:02: [io  0x0081-0x0091]
[    0.191061] pnp 00:02: [io  0x00c0-0x00df]
[    0.191067] pnp 00:02: [dma 4]
[    0.191143] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.191190] pnp 00:03: [io  0x0061]
[    0.191262] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.191287] pnp 00:04: [io  0x00f0-0x00ff]
[    0.191309] pnp 00:04: [irq 13]
[    0.191381] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.191437] pnp 00:05: [mem 0xff000000-0xffffffff]
[    0.191443] pnp 00:05: [mem 0x000e0000-0x000fffff]
[    0.191522] pnp 00:05: Plug and Play ACPI device, IDs INT0800 (active)
[    0.191562] pnp 00:06: [io  0x0070-0x0077]
[    0.191574] pnp 00:06: [irq 8]
[    0.191648] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.192207] pnp 00:07: [io  0x0000-0xffffffff disabled]
[    0.192214] pnp 00:07: [io  0x0c00-0x0c7f]
[    0.192317] pnp 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.192753] pnp 00:08: [io  0x03f8-0x03ff]
[    0.192765] pnp 00:08: [irq 4]
[    0.192962] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.193392] pnp 00:09: [io  0x02f8-0x02ff]
[    0.193404] pnp 00:09: [irq 3]
[    0.193600] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.194050] pnp: PnP ACPI: found 10 devices
[    0.194139] ACPI: ACPI bus type pnp unregistered
[    0.198217] PnPBIOS: Disabled by ACPI PNP
[    0.198333] system 00:07: [io  0x0c00-0x0c7f] has been reserved
[    0.238230] pci 0000:00:1c.0: BAR 14: assigned [mem 0x80000000-0x801fffff]
[    0.238334] pci 0000:00:1c.0: BAR 15: assigned [mem 0x80200000-0x803fffff pref]
[    0.238450] pci 0000:00:1c.1: BAR 15: assigned [mem 0x80400000-0x805fffff pref]
[    0.238562] pci 0000:01:00.0: PCI bridge to [bus 02-02]
[    0.238649] pci 0000:01:00.0:   bridge window [io  disabled]
[    0.238742] pci 0000:01:00.0:   bridge window [mem disabled]
[    0.238833] pci 0000:01:00.0:   bridge window [mem pref disabled]
[    0.238929] pci 0000:00:1c.0: PCI bridge to [bus 01-02]
[    0.239018] pci 0000:00:1c.0:   bridge window [io  0xd000-0xdfff]
[    0.239112] pci 0000:00:1c.0:   bridge window [mem 0x80000000-0x801fffff]
[    0.239206] pci 0000:00:1c.0:   bridge window [mem 0x80200000-0x803fffff pref]
[    0.239322] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    0.239411] pci 0000:00:1c.1:   bridge window [io  0xf000-0xffff]
[    0.239504] pci 0000:00:1c.1:   bridge window [mem 0xdff00000-0xdfffffff]
[    0.239599] pci 0000:00:1c.1:   bridge window [mem 0x80400000-0x805fffff pref]
[    0.239724] pci 0000:00:1c.0: enabling device (0005 -> 0007)
[    0.239831] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.239926] pci 0000:00:1c.0: setting latency timer to 64
[    0.239941] pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.240035] pci 0000:01:00.0: setting latency timer to 64
[    0.240052] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    0.240146] pci 0000:00:1c.1: setting latency timer to 64
[    0.240154] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.240161] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.240167] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.240174] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff]
[    0.240180] pci_bus 0000:00: resource 8 [mem 0x3f800000-0x3fffffff]
[    0.240187] pci_bus 0000:00: resource 9 [mem 0x80000000-0xffffffff]
[    0.240193] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    0.240199] pci_bus 0000:01: resource 1 [mem 0x80000000-0x801fffff]
[    0.240206] pci_bus 0000:01: resource 2 [mem 0x80200000-0x803fffff pref]
[    0.240213] pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
[    0.240219] pci_bus 0000:03: resource 1 [mem 0xdff00000-0xdfffffff]
[    0.240225] pci_bus 0000:03: resource 2 [mem 0x80400000-0x805fffff pref]
[    0.240305] NET: Registered protocol family 2
[    0.240529] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.241192] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.242501] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.243231] TCP: Hash tables configured (established 131072 bind 65536)
[    0.243326] TCP reno registered
[    0.243416] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.243525] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.243876] NET: Registered protocol family 1
[    0.244007] pci 0000:00:02.0: Boot video device
[    0.289789] PCI: CLS 64 bytes, default 64
[    0.289901] Unpacking initramfs...
[    0.808093] Freeing initrd memory: 9356k freed
[    0.821087] Simple Boot Flag at 0x34 set to 0x1
[    0.822093] audit: initializing netlink socket (disabled)
[    0.822212] type=2000 audit(1298991337.820:1): initialized
[    0.834863] highmem bounce pool size: 64 pages
[    0.834959] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.839154] VFS: Disk quotas dquot_6.5.2
[    0.839371] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.839639] msgmni has been set to 1747
[    0.840088] alg: No test for stdrng (krng)
[    0.840298] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.840412] io scheduler noop registered
[    0.840495] io scheduler deadline registered
[    0.840605] io scheduler cfq registered (default)
[    0.841194] ERST: Table is not found!
[    0.841315] isapnp: Scanning for PnP cards...
[    1.195549] isapnp: No Plug & Play device found
[    1.196048] Linux agpgart interface v0.103
[    1.196376] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.216947] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.237577] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    1.258708] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.279411] 00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    1.279899] PNP: No PS/2 controller found. Probing ports directly.
[    1.284114] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.284211] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.284511] mice: PS/2 mouse device common for all mice
[    1.284673] rtc_cmos 00:06: RTC can wake from S4
[    1.284887] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    1.285002] rtc0: alarms up to one day, 242 bytes nvram
[    1.285110] cpuidle: using governor ladder
[    1.285194] cpuidle: using governor menu
[    1.285908] TCP cubic registered
[    1.286308] NET: Registered protocol family 10
[    1.287261] lo: Disabled Privacy Extensions
[    1.287883] Mobile IPv6
[    1.287965] NET: Registered protocol family 17
[    1.288086] Registering the dns_resolver key type
[    1.288208] Using IPI No-Shortcut mode
[    1.288535] PM: Hibernation image not present or could not be loaded.
[    1.288557] registered taskstats version 1
[    1.288991] rtc_cmos 00:06: setting system clock to 2011-03-01 14:55:39 UTC (1298991339)
[    1.289181] Initalizing network drop monitor service
[    1.289361] Freeing unused kernel memory: 384k freed
[    1.289764] Write protecting the kernel text: 2616k
[    1.289887] Write protecting the kernel read-only data: 980k
[    1.331091] udev[52]: starting version 164
[    1.559844] e1000e: Intel(R) PRO/1000 Network Driver - 1.2.7-k2
[    1.559944] e1000e: Copyright (c) 1999 - 2010 Intel Corporation.
[    1.576134] e1000e 0000:03:00.0: enabling device (0000 -> 0002)
[    1.576256] e1000e 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.576378] e1000e 0000:03:00.0: setting latency timer to 64
[    1.576669] e1000e 0000:03:00.0: irq 40 for MSI/MSI-X
[    1.576681] e1000e 0000:03:00.0: irq 41 for MSI/MSI-X
[    1.576693] e1000e 0000:03:00.0: irq 42 for MSI/MSI-X
[    1.576882] e1000e 0000:03:00.0: Disabling ASPM L0s 
[    1.640514] SCSI subsystem initialized
[    1.679066] usbcore: registered new interface driver usbfs
[    1.679640] usbcore: registered new interface driver hub
[    1.679859] usbcore: registered new device driver usb
[    1.692915] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.693096] ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    1.693232] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.693243] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.693391] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    1.709270] e1000e 0000:03:00.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:04:bf:92:65:2f
[    1.709395] e1000e 0000:03:00.0: eth0: Intel(R) PRO/1000 Network Connection
[    1.709505] e1000e 0000:03:00.0: eth0: MAC: 3, PHY: 8, PBA No: ffffff-0ff
[    1.758664] libata version 3.00 loaded.
[    1.760123] ehci_hcd 0000:00:1d.7: debug port 1
[    1.764111] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[    1.764502] ehci_hcd 0000:00:1d.7: irq 19, io mem 0xdfe5ac00
[    1.780029] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.780200] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.780294] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.780405] usb usb1: Product: EHCI Host Controller
[    1.780491] usb usb1: Manufacturer: Linux 2.6.37-1-686 ehci_hcd
[    1.780580] usb usb1: SerialNumber: 0000:00:1d.7
[    1.781001] hub 1-0:1.0: USB hub found
[    1.781104] hub 1-0:1.0: 8 ports detected
[    1.781386] pata_sch 0000:00:1f.1: version 0.2
[    1.781469] pata_sch 0000:00:1f.1: setting latency timer to 64
[    1.783543] scsi0 : pata_sch
[    1.784198] scsi1 : pata_sch
[    1.785238] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xec90 irq 14
[    1.785340] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xec98 irq 15
[    1.789043] uhci_hcd: USB Universal Host Controller Interface driver
[    1.789257] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.789372] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.789383] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.789504] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.804082] uhci_hcd 0000:00:1d.0: irq 16, io base 0x0000eca0
[    1.804260] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.804353] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.804464] usb usb2: Product: UHCI Host Controller
[    1.804551] usb usb2: Manufacturer: Linux 2.6.37-1-686 uhci_hcd
[    1.804640] usb usb2: SerialNumber: 0000:00:1d.0
[    1.805067] hub 2-0:1.0: USB hub found
[    1.805170] hub 2-0:1.0: 2 ports detected
[    1.805447] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    1.805551] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.805558] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.805659] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    1.805859] uhci_hcd 0000:00:1d.1: irq 17, io base 0x0000ecc0
[    1.806023] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.806116] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.806227] usb usb3: Product: UHCI Host Controller
[    1.806313] usb usb3: Manufacturer: Linux 2.6.37-1-686 uhci_hcd
[    1.806402] usb usb3: SerialNumber: 0000:00:1d.1
[    1.806836] hub 3-0:1.0: USB hub found
[    1.806945] hub 3-0:1.0: 2 ports detected
[    1.807274] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.807392] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.807402] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.807517] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    1.807720] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000ece0
[    1.807889] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.807983] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.808117] usb usb4: Product: UHCI Host Controller
[    1.808210] usb usb4: Manufacturer: Linux 2.6.37-1-686 uhci_hcd
[    1.808307] usb usb4: SerialNumber: 0000:00:1d.2
[    1.808870] hub 4-0:1.0: USB hub found
[    1.808971] hub 4-0:1.0: 2 ports detected
[    2.156384] ata1.00: HPA detected: current 312579695, native 312581808
[    2.156486] ata1.00: ATA-7: WDC WD1600AAJB-00PVA0, 00.07H00, max UDMA/100
[    2.156579] ata1.00: 312579695 sectors, multi 0: LBA48 
[    2.156674] ata1.01: ATAPI: TEAC DW-552GA, R4K6, max UDMA/33
[    2.165283] ata1.00: configured for UDMA/100
[    2.196263] ata1.01: configured for UDMA/33
[    2.199015] scsi 0:0:0:0: Direct-Access     ATA      WDC WD1600AAJB-0 00.0 PQ: 0 ANSI: 5
[    2.200996] scsi 0:0:1:0: CD-ROM            TEAC     DW-552GA         R4K6 PQ: 0 ANSI: 5
[    2.204052] usb 1-6: new high speed USB device using ehci_hcd and address 4
[    2.338666] usb 1-6: New USB device found, idVendor=0ecd, idProduct=a100
[    2.338768] usb 1-6: New USB device strings: Mfr=96, Product=76, SerialNumber=63
[    2.338884] usb 1-6: Product: Mass Storage Device
[    2.338973] usb 1-6: Manufacturer: USB2.0 External
[    2.339062] usb 1-6: SerialNumber: DEF10CB84245
[    2.361845] Initializing USB Mass Storage driver...
[    2.362177] scsi2 : usb-storage 1-6:1.0
[    2.362709] usbcore: registered new interface driver usb-storage
[    2.362807] USB Mass Storage support registered.
[    2.382940] usbcore: registered new interface driver uas
[    2.417747] sd 0:0:0:0: [sda] 312579695 512-byte logical blocks: (160 GB/149 GiB)
[    2.418080] sd 0:0:0:0: [sda] Write Protect is off
[    2.418177] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.418266] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.442694] sr0: scsi3-mmc drive: 4x/40x writer cd/rw xa/form2 cdda tray
[    2.442794] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.443222] sr 0:0:1:0: Attached scsi CD-ROM sr0
[    2.486436]  sda: sda1 sda2 < sda5 sda6 sda7 sda8 sda9 >
[    2.487804] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.508241] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.508685] sr 0:0:1:0: Attached scsi generic sg1 type 5
[    3.361458] scsi 2:0:0:0: CD-ROM            LITE-ON  DVDRW SHM-165P6S MS0P PQ: 0 ANSI: 0
[    3.368675] sr1: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    3.369141] sr 2:0:0:0: Attached scsi CD-ROM sr1
[    3.370812] sr 2:0:0:0: Attached scsi generic sg2 type 5
[    3.765573] PM: Starting manual resume from disk
[    3.765686] PM: Hibernation image partition 8:5 present
[    3.765690] PM: Looking for hibernation image.
[    3.782676] PM: Image not found (code -22)
[    3.782681] PM: Hibernation image not present or could not be loaded.
[    3.838030] EXT3-fs: barriers not enabled
[    3.851215] kjournald starting.  Commit interval 5 seconds
[    3.851290] EXT3-fs (sda1): mounted filesystem with ordered data mode
[    4.278671] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6
[    4.278769] ata1.00: BMDMA stat 0x64
[    4.278856] ata1.00: failed command: READ DMA
[    4.278950] ata1.00: cmd c8/00:20:70:ca:ab/00:00:00:00:00/e0 tag 0 dma 16384 in
[    4.278953]          res 51/84:00:8f:ca:ab/00:00:00:00:00/e0 Emask 0x10 (ATA bus error)
[    4.279238] ata1.00: status: { DRDY ERR }
[    4.279322] ata1.00: error: { ICRC ABRT }
[    4.279429] ata1: soft resetting link
[    4.656816] ata1.00: configured for UDMA/100
[    4.688263] ata1.01: configured for UDMA/33
[    4.689038] ata1: EH complete
[    4.703657] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6
[    4.703749] ata1.00: BMDMA stat 0x64
[    4.703834] ata1.00: failed command: READ DMA
[    4.703928] ata1.00: cmd c8/00:20:70:ca:ab/00:00:00:00:00/e0 tag 0 dma 16384 in
[    4.703931]          res 51/84:00:8f:ca:ab/00:00:00:00:00/e0 Emask 0x10 (ATA bus error)
[    4.704163] ata1.00: status: { DRDY ERR }
[    4.704249] ata1.00: error: { ICRC ABRT }
[    4.704355] ata1: soft resetting link
[    5.081245] ata1.00: configured for UDMA/100
[    5.112262] ata1.01: configured for UDMA/33
[    5.113026] ata1: EH complete
[    5.120319] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6
[    5.120411] ata1.00: BMDMA stat 0x64
[    5.120495] ata1.00: failed command: READ DMA
[    5.120590] ata1.00: cmd c8/00:20:70:ca:ab/00:00:00:00:00/e0 tag 0 dma 16384 in
[    5.120593]          res 51/84:00:8f:ca:ab/00:00:00:00:00/e0 Emask 0x10 (ATA bus error)
[    5.120811] ata1.00: status: { DRDY ERR }
[    5.120895] ata1.00: error: { ICRC ABRT }
[    5.120998] ata1: soft resetting link
[    5.496666] ata1.00: configured for UDMA/100
[    5.528263] ata1.01: configured for UDMA/33
[    5.529031] ata1: EH complete
[    5.536978] ata1.00: limiting speed to UDMA/66:PIO4
[    5.537068] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6
[    5.537158] ata1.00: BMDMA stat 0x64
[    5.537242] ata1.00: failed command: READ DMA
[    5.537337] ata1.00: cmd c8/00:20:70:ca:ab/00:00:00:00:00/e0 tag 0 dma 16384 in
[    5.537340]          res 51/84:00:8f:ca:ab/00:00:00:00:00/e0 Emask 0x10 (ATA bus error)
[    5.537558] ata1.00: status: { DRDY ERR }
[    5.537642] ata1.00: error: { ICRC ABRT }
[    5.537745] ata1: soft resetting link
[    5.913085] ata1.00: configured for UDMA/66
[    5.944262] ata1.01: configured for UDMA/33
[    5.945019] ata1: EH complete
[    5.953709] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6
[    5.953800] ata1.00: BMDMA stat 0x64
[    5.953885] ata1.00: failed command: READ DMA
[    5.953979] ata1.00: cmd c8/00:20:70:ca:ab/00:00:00:00:00/e0 tag 0 dma 16384 in
[    5.953982]          res 51/84:00:8f:ca:ab/00:00:00:00:00/e0 Emask 0x10 (ATA bus error)
[    5.954200] ata1.00: status: { DRDY ERR }
[    5.954285] ata1.00: error: { ICRC ABRT }
[    5.954388] ata1: soft resetting link
[    6.328501] ata1.00: configured for UDMA/66
[    6.360263] ata1.01: configured for UDMA/33
[    6.361233] ata1: EH complete
[    6.370374] ata1.00: limiting speed to UDMA/33:PIO4
[    6.370463] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6
[    6.370554] ata1.00: BMDMA stat 0x64
[    6.370638] ata1.00: failed command: READ DMA
[    6.370732] ata1.00: cmd c8/00:20:70:ca:ab/00:00:00:00:00/e0 tag 0 dma 16384 in
[    6.370735]          res 51/84:00:8f:ca:ab/00:00:00:00:00/e0 Emask 0x10 (ATA bus error)
[    6.370953] ata1.00: status: { DRDY ERR }
[    6.371038] ata1.00: error: { ICRC ABRT }
[    6.371140] ata1: soft resetting link
[    6.752940] ata1.00: configured for UDMA/33
[    6.784296] ata1.01: configured for UDMA/33
[    6.785068] sd 0:0:0:0: [sda]  Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[    6.785235] sd 0:0:0:0: [sda]  Sense Key : Aborted Command [current] [descriptor]
[    6.785558] Descriptor sense data with sense descriptors (in hex):
[    6.785698]         72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00 
[    6.786684]         00 ab ca 8f 
[    6.787028] sd 0:0:0:0: [sda]  Add. Sense: Scsi parity error
[    6.787227] sd 0:0:0:0: [sda] CDB: Read(10): 28 00 00 ab ca 70 00 00 20 00
[    6.788022] end_request: I/O error, dev sda, sector 11258480
[    6.788152] ata1: EH complete
[    7.712752] udev[281]: starting version 164
[    8.540368] input: PC Speaker as /devices/platform/pcspkr/input/input0
[    8.590889] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[    8.591040] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    8.591781] ACPI: Power Button [PWRB]
[    8.592349] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    8.592475] ACPI: Power Button [PWRF]
[    8.592574] ACPI Error: Could not enable PowerButton event (20101013/evxfevnt-205)
[    8.592802] ACPI Warning: Could not enable fixed event 0x2 (20101013/evxface-146)
[    8.601386] ACPI: acpi_idle registered with cpuidle
[    8.616066] button: probe of LNXPWRBN:00 failed with error -22
[    8.624632] Marking TSC unstable due to TSC halts in idle
[    8.646675] Switching to clocksource acpi_pm
[    8.862950] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   10.039824] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   10.040078] HDA Intel 0000:00:1b.0: setting latency timer to 64
[   12.048049] usb 2-2: new low speed USB device using uhci_hcd and address 2
[   12.222100] usb 2-2: New USB device found, idVendor=413c, idProduct=2003
[   12.222207] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   12.222306] usb 2-2: Product: Dell USB Keyboard
[   12.222396] usb 2-2: Manufacturer: Dell
[   12.372486] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input3
[   12.373050] generic-usb 0003:413C:2003.0001: input,hidraw0: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:1d.0-2/input0
[   12.373376] usbcore: registered new interface driver usbhid
[   12.373474] usbhid: USB HID core driver
[   13.088015] hda-intel: azx_get_response timeout, switching to polling mode: last cmd=0x001f0500
[   14.092016] hda_intel: azx_get_response timeout, switching to single_cmd mode: last cmd=0x001f0500
[   14.140942] input: HDA Intel MID Line In at Ext Rear Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input4
[   14.141378] input: HDA Intel MID Mic at Ext Front Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
[   14.891525] Adding 1951740k swap on /dev/sda5.  Priority:-1 extents:1 across:1951740k 
[   73.848149] EXT3-fs (sda1): using internal journal
[   73.954813] loop: module loaded
[   74.828503] fuse init (API version 7.15)
[   76.769406] sshd (1457): /proc/1457/oom_adj is deprecated, please use /proc/1457/oom_score_adj instead.
[   78.037709] Bluetooth: Core ver 2.15
[   78.037868] NET: Registered protocol family 31
[   78.037958] Bluetooth: HCI device and connection manager initialized
[   78.038054] Bluetooth: HCI socket layer initialized
[   78.126100] Bluetooth: L2CAP ver 2.15
[   78.126199] Bluetooth: L2CAP socket layer initialized
[   78.146305] Bluetooth: RFCOMM TTY layer initialized
[   78.146491] Bluetooth: RFCOMM socket layer initialized
[   78.146588] Bluetooth: RFCOMM ver 1.11
[   78.372206] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   78.372307] Bluetooth: BNEP filters: protocol multicast
[   79.453243] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   81.238421] Bridge firewalling registered
[   82.459082] Bluetooth: SCO (Voice Link) ver 0.6
[   82.459182] Bluetooth: SCO socket layer initialized
[   82.565100] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[   82.565753] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   90.062218] hda-intel: Invalid position buffer, using LPIB read method instead.
[   92.752022] eth0: no IPv6 routers present
00:00.0 Host bridge: Intel Corporation System Controller Hub (SCH Poulsbo) (rev 07)
	Subsystem: Intel Corporation Device 8119
	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
00: 86 80 00 81 07 00 00 00 07 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 86 80 19 81
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 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 10 20 00 80 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 07 00 00 00 00 00

00:02.0 VGA compatible controller: Intel Corporation System Controller Hub (SCH Poulsbo) Graphics Controller (rev 07) (prog-if 00 [VGA controller])
	Subsystem: Intel Corporation Device 8119
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 10
	Region 0: Memory at dfe80000 (32-bit, non-prefetchable) [size=512K]
	Region 1: I/O ports at ec88 [size=8]
	Region 2: Memory at d0000000 (32-bit, non-prefetchable) [size=128M]
	Region 3: Memory at dfe60000 (32-bit, non-prefetchable) [size=128K]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: [d0] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [b0] Vendor Specific Information: Len=07 <?>
00: 86 80 08 81 07 00 10 00 07 00 00 03 00 00 00 00
10: 00 00 e8 df 89 ec 00 00 00 00 00 d0 00 00 e6 df
20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 19 81
30: 00 00 00 00 d0 00 00 00 00 00 00 00 0a 01 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 30 00 00 00 00 00 00 00 00 00 00 00 80 3f
60: 00 00 03 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: 05 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: 09 00 07 01 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00
d0: 01 b0 22 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: 06 00 ff 01 00 00 00 00 86 0f 07 00 00 88 7f 3f

00:1a.0 USB Controller: Intel Corporation System Controller Hub (SCH Poulsbo) USB Client Controller (rev 07) (prog-if 80 [Unspecified])
	Subsystem: Intel Corporation Device 8119
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 10
	Region 0: Memory at dfe5b000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
00: 86 80 18 81 06 00 10 00 07 80 03 0c 00 00 00 00
10: 00 b0 e5 df 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 19 81
30: 00 00 00 00 50 00 00 00 00 00 00 00 0a 01 00 00
40: 82 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 01 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 07 00 00 00 00 00

00:1b.0 Audio device: Intel Corporation System Controller Hub (SCH Poulsbo) HD Audio Controller (rev 07)
	Subsystem: Intel Corporation Device 8119
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at dfe5c000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] 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: [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 L0s Enabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
	Kernel driver in use: HDA Intel
00: 86 80 1b 81 06 00 10 00 07 00 03 04 10 00 00 00
10: 04 c0 e5 df 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 19 81
30: 00 00 00 00 50 00 00 00 00 00 00 00 0a 01 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00
50: 01 70 02 48 00 00 00 00 00 00 00 00 00 00 00 00
60: 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 10 00 91 00 00 00 00 00 00 00 20 00 00 00 00 00
80: 01 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 01 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 07 00 02 00 00 00

00:1c.0 PCI bridge: Intel Corporation System Controller Hub (SCH Poulsbo) PCI Express Port 1 (rev 07) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=01, subordinate=02, sec-latency=0
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: 80000000-801fffff
	Prefetchable memory behind bridge: 80200000-803fffff
	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 unlimited, L1 unlimited
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #1, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <64ns, 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 #1, PowerLimit 10.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
	Capabilities: [90] Subsystem: Intel Corporation Device 8119
	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-
00: 86 80 10 81 07 00 10 00 07 00 04 06 10 00 81 00
10: 00 00 00 00 00 00 00 00 00 01 02 00 d0 d0 00 00
20: 00 80 10 80 20 80 30 80 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 0a 01 00 00
40: 10 90 41 01 c0 8f 00 00 00 00 10 00 11 0c 15 01
50: 40 01 11 30 60 05 08 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: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 0d a0 00 00 86 80 19 81 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 40 00 00 00 00 00
e0: 00 00 c7 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 07 00 00 00 00 00

00:1c.1 PCI bridge: Intel Corporation System Controller Hub (SCH Poulsbo) PCI Express Port 2 (rev 07) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 0000f000-0000ffff
	Memory behind bridge: dff00000-dfffffff
	Prefetchable memory behind bridge: 80400000-805fffff
	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 unlimited, L1 unlimited
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #2, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <64ns, 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 #2, 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: [90] Subsystem: Intel Corporation Device 8119
	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-
00: 86 80 12 81 07 00 10 00 07 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 00 03 03 00 f0 f0 00 00
20: f0 df f0 df 40 80 50 80 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 0b 02 00 00
40: 10 90 41 01 c0 8f 00 00 00 00 10 00 11 0c 15 02
50: 40 01 11 30 60 05 10 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: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 0d a0 00 00 86 80 19 81 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 40 00 00 00 00 00
e0: 00 00 c7 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 07 00 00 00 00 00

00:1d.0 USB Controller: Intel Corporation System Controller Hub (SCH Poulsbo) USB UHCI #1 (rev 07) (prog-if 00 [UHCI])
	Subsystem: Intel Corporation Device 8119
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 16
	Region 4: I/O ports at eca0 [size=32]
	Kernel driver in use: uhci_hcd
00: 86 80 14 81 05 00 00 00 07 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: a1 ec 00 00 00 00 00 00 00 00 00 00 86 80 19 81
30: 00 00 00 00 00 00 00 00 00 00 00 00 0a 01 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 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 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 07 00 04 00 00 00

00:1d.1 USB Controller: Intel Corporation System Controller Hub (SCH Poulsbo) USB UHCI #2 (rev 07) (prog-if 00 [UHCI])
	Subsystem: Intel Corporation Device 8119
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 17
	Region 4: I/O ports at ecc0 [size=32]
	Kernel driver in use: uhci_hcd
00: 86 80 15 81 05 00 00 00 07 00 03 0c 00 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: c1 ec 00 00 00 00 00 00 00 00 00 00 86 80 19 81
30: 00 00 00 00 00 00 00 00 00 00 00 00 0b 02 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 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 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 07 00 04 00 00 00

00:1d.2 USB Controller: Intel Corporation System Controller Hub (SCH Poulsbo) USB UHCI #3 (rev 07) (prog-if 00 [UHCI])
	Subsystem: Intel Corporation Device 8119
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 18
	Region 4: I/O ports at ece0 [size=32]
	Kernel driver in use: uhci_hcd
00: 86 80 16 81 05 00 00 00 07 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: e1 ec 00 00 00 00 00 00 00 00 00 00 86 80 19 81
30: 00 00 00 00 00 00 00 00 00 00 00 00 0f 03 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 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 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 07 00 04 00 00 00

00:1d.7 USB Controller: Intel Corporation System Controller Hub (SCH Poulsbo) USB EHCI #1 (rev 07) (prog-if 20 [EHCI])
	Subsystem: Intel Corporation Device 8119
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin D routed to IRQ 19
	Region 0: Memory at dfe5ac00 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Kernel driver in use: ehci_hcd
00: 86 80 17 81 06 00 10 00 07 20 03 0c 00 00 00 00
10: 00 ac e5 df 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 19 81
30: 00 00 00 00 50 00 00 00 00 00 00 00 0a 04 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 01 58 c2 c9 00 00 00 00 0a 00 a0 20 00 00 00 00
60: 20 20 ff 01 00 00 00 00 01 00 00 01 00 00 08 00
70: 00 00 d7 3f 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 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: 04 00 00 00 9f 1f 00 16 00 c0 00 00 4f ff 00 18
d0: 00 00 00 00 00 aa ff 00 ff 00 ff 00 22 01 00 00
e0: 00 00 8d a2 db b6 6d 00 00 00 00 00 00 00 00 00
f0: 01 80 00 49 88 85 40 00 86 0f 07 00 00 00 00 10

00:1f.0 ISA bridge: Intel Corporation System Controller Hub (SCH Poulsbo) LPC Bridge (rev 07)
	Subsystem: Intel Corporation System Controller Hub (SCH Poulsbo) LPC Bridge
	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-
	Kernel driver in use: lpc_sch
00: 86 80 19 81 03 00 00 00 07 00 01 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 19 81
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 40 10 00 80 00 05 00 80 00 10 00 80 c0 10 00 80
50: 00 00 00 00 ff 0f 06 00 00 00 00 00 00 00 00 00
60: 8a 8b 8f 8a 80 80 80 80 80 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: 33 22 11 00 00 00 00 ff 01 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: 01 c0 d1 fe 00 00 00 00 86 0f 07 00 00 00 00 00

00:1f.1 IDE interface: Intel Corporation System Controller Hub (SCH Poulsbo) IDE Controller (rev 07) (prog-if 80 [Master])
	Subsystem: Intel Corporation Device 8119
	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
	Region 0: [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8]
	Region 1: [virtual] Memory at 000003f0 (type 3, non-prefetchable) [size=1]
	Region 2: [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8]
	Region 3: [virtual] Memory at 00000370 (type 3, non-prefetchable) [size=1]
	Region 4: I/O ports at ec90 [size=16]
	Kernel driver in use: pata_sch
00: 86 80 1a 81 05 00 00 00 07 80 01 01 00 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 91 ec 00 00 00 00 00 00 00 00 00 00 86 80 19 81
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 04 00 02 c0 04 00 02 80 00 00 00 00 00 00 00 00
90: 7c 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 07 00 00 00 00 00

01:00.0 PCI bridge: Pericom Semiconductor Device e111 (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: 64 bytes
	Bus: primary=01, secondary=02, subordinate=02, sec-latency=32
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	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: [80] PCI-X bridge device
		Secondary Status: 64bit- 133MHz- SCD- USC- SCO- SRD- Freq=conv
		Status: Dev=01:00.0 64bit- 133MHz- SCD- USC- SCO- SRD-
		Upstream: Capacity=16 CommitmentLimit=16
		Downstream: Capacity=16 CommitmentLimit=16
	Capabilities: [90] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [a8] Subsystem: Gammagraphx, Inc. (or missing ID) Device 0000
	Capabilities: [b0] Express (v1) PCI/PCI-X Bridge, MSI 00
		DevCap:	MaxPayload 512 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 <512ns, L1 <1us
			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: [f0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
00: d8 12 11 e1 04 00 10 00 02 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 01 02 02 20 f1 01 a0 22
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 80 00 00 00 00 00 00 00 0a 01 00 00
40: 20 00 20 09 00 00 00 00 1f 80 40 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 08 00 b8 00 00 00 00
70: 80 00 00 00 00 00 00 00 00 00 00 f0 00 00 00 00
80: 07 90 00 00 00 01 00 00 10 00 10 00 10 00 10 00
90: 01 a8 43 c8 00 00 00 00 00 00 00 00 00 00 00 00
a0: 04 b0 00 00 00 00 01 00 0d b0 00 00 00 00 00 00
b0: 10 f0 71 00 22 80 00 00 00 20 1b 00 11 3c 00 00
c0: 40 00 11 30 00 00 00 00 00 00 00 01 60 10 00 04
d0: 71 02 00 04 54 02 19 00 03 f0 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 05 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00

03:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
	Subsystem: Intel Corporation Device 0000
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 17
	Region 0: Memory at dffc0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at dff00000 (32-bit, non-prefetchable) [size=512K]
	Region 2: I/O ports at fce0 [disabled] [size=32]
	Region 3: Memory at dfff8000 (32-bit, non-prefetchable) [size=16K]
	Expansion ROM at dff80000 [disabled] [size=256K]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <128ns, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [a0] MSI-X: Enable+ Count=5 Masked-
		Vector table: BAR=3 offset=00000000
		PBA: BAR=3 offset=00002000
	Kernel driver in use: e1000e
00: 86 80 d3 10 06 04 10 00 00 00 00 02 10 00 00 00
10: 00 00 fc df 00 00 f0 df e1 fc 00 00 00 80 ff df
20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 00 00
30: 00 00 f8 df c8 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: 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: 11 00 04 80 03 00 00 00 03 20 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 01 d0 22 48 00 20 00 0f
d0: 05 e0 80 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 10 a0 01 00 c1 8c 00 00 10 28 09 00 11 1c 03 00
f0: 40 00 11 10 00 00 00 00 00 00 00 00 00 00 00 00


[Index of Archives]     [Linux Filesystems]     [Linux SCSI]     [Linux RAID]     [Git]     [Kernel Newbies]     [Linux Newbie]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Samba]     [Device Mapper]

  Powered by Linux