All of lore.kernel.org
 help / color / mirror / Atom feed
* pv_ops dom0 USB fixed
@ 2008-12-10 20:05 Jeremy Fitzhardinge
  2008-12-10 20:39 ` Pasi Kärkkäinen
  2008-12-10 22:48 ` Todd Deshane
  0 siblings, 2 replies; 92+ messages in thread
From: Jeremy Fitzhardinge @ 2008-12-10 20:05 UTC (permalink / raw)
  To: Aviv Grafi, Todd Deshane, Xen-devel

Ian Campbell noticed a missing TLB flush which was causing the USB 
crashes/failures when booting the pvops dom0 kernel.  With that fixed, 
enabling USB boots reliably and seems to work.

Its quite possible this will also improve matters with ATA/SATA 
controllers, though I haven't tested it so far.

Anyway, its a significant fix and its worth trying the current pvops 
patch queue again.  Please tell me what you find.

Thanks,
    J

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: pv_ops dom0 USB fixed
  2008-12-10 20:05 pv_ops dom0 USB fixed Jeremy Fitzhardinge
@ 2008-12-10 20:39 ` Pasi Kärkkäinen
  2008-12-10 20:48   ` Jeremy Fitzhardinge
  2008-12-10 22:48 ` Todd Deshane
  1 sibling, 1 reply; 92+ messages in thread
From: Pasi Kärkkäinen @ 2008-12-10 20:39 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Todd Deshane, Xen-devel, Aviv Grafi

On Wed, Dec 10, 2008 at 12:05:32PM -0800, Jeremy Fitzhardinge wrote:
> Ian Campbell noticed a missing TLB flush which was causing the USB 
> crashes/failures when booting the pvops dom0 kernel.  With that fixed, 
> enabling USB boots reliably and seems to work.
> 

Nice!

> Its quite possible this will also improve matters with ATA/SATA 
> controllers, though I haven't tested it so far.
> 
> Anyway, its a significant fix and its worth trying the current pvops 
> patch queue again.  Please tell me what you find.
> 

Hmm.. against what kernel/tree are these patches?

-- Pasi

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: pv_ops dom0 USB fixed
  2008-12-10 20:39 ` Pasi Kärkkäinen
@ 2008-12-10 20:48   ` Jeremy Fitzhardinge
  2008-12-10 20:57     ` Pasi Kärkkäinen
  2008-12-10 21:03     ` Andrew Lyon
  0 siblings, 2 replies; 92+ messages in thread
From: Jeremy Fitzhardinge @ 2008-12-10 20:48 UTC (permalink / raw)
  To: Pasi Kärkkäinen; +Cc: Todd Deshane, Xen-devel, Aviv Grafi

Pasi Kärkkäinen wrote:
> On Wed, Dec 10, 2008 at 12:05:32PM -0800, Jeremy Fitzhardinge wrote:
>   
>> Ian Campbell noticed a missing TLB flush which was causing the USB 
>> crashes/failures when booting the pvops dom0 kernel.  With that fixed, 
>> enabling USB boots reliably and seems to work.
>>
>>     
>
> Nice!
>
>   
>> Its quite possible this will also improve matters with ATA/SATA 
>> controllers, though I haven't tested it so far.
>>
>> Anyway, its a significant fix and its worth trying the current pvops 
>> patch queue again.  Please tell me what you find.
>>
>>     
>
> Hmm.. against what kernel/tree are these patches?
>   

See the wiki ;)


Pull the kernel.org/hg/linux-2.6 tree, "hg update $(cat 
KERNEL_VERSION)", then "hg qpush -a"

    J

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: pv_ops dom0 USB fixed
  2008-12-10 20:48   ` Jeremy Fitzhardinge
@ 2008-12-10 20:57     ` Pasi Kärkkäinen
  2008-12-10 21:03     ` Andrew Lyon
  1 sibling, 0 replies; 92+ messages in thread
From: Pasi Kärkkäinen @ 2008-12-10 20:57 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Xen-devel

On Wed, Dec 10, 2008 at 12:48:09PM -0800, Jeremy Fitzhardinge wrote:
> Pasi Kärkkäinen wrote:
> >On Wed, Dec 10, 2008 at 12:05:32PM -0800, Jeremy Fitzhardinge wrote:
> >  
> >>Ian Campbell noticed a missing TLB flush which was causing the USB 
> >>crashes/failures when booting the pvops dom0 kernel.  With that fixed, 
> >>enabling USB boots reliably and seems to work.
> >>
> >>    
> >
> >Nice!
> >
> >  
> >>Its quite possible this will also improve matters with ATA/SATA 
> >>controllers, though I haven't tested it so far.
> >>
> >>Anyway, its a significant fix and its worth trying the current pvops 
> >>patch queue again.  Please tell me what you find.
> >>
> >>    
> >
> >Hmm.. against what kernel/tree are these patches?
> >  
> 
> See the wiki ;)
>

Heh. It was too far down on the wiki page ;)
 
> 
> Pull the kernel.org/hg/linux-2.6 tree, "hg update $(cat 
> KERNEL_VERSION)", then "hg qpush -a"
> 

Yep. Thanks. 

-- Pasi

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: pv_ops dom0 USB fixed
  2008-12-10 20:48   ` Jeremy Fitzhardinge
  2008-12-10 20:57     ` Pasi Kärkkäinen
@ 2008-12-10 21:03     ` Andrew Lyon
  2008-12-11 17:10       ` Andrew Lyon
  1 sibling, 1 reply; 92+ messages in thread
From: Andrew Lyon @ 2008-12-10 21:03 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Todd Deshane, Xen-devel, Aviv Grafi

On Wed, Dec 10, 2008 at 8:48 PM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:
> Pasi Kärkkäinen wrote:
>>
>> On Wed, Dec 10, 2008 at 12:05:32PM -0800, Jeremy Fitzhardinge wrote:
>>
>>>
>>> Ian Campbell noticed a missing TLB flush which was causing the USB
>>> crashes/failures when booting the pvops dom0 kernel.  With that fixed,
>>> enabling USB boots reliably and seems to work.
>>>
>>>
>>
>> Nice!
>>
>>
>>>
>>> Its quite possible this will also improve matters with ATA/SATA
>>> controllers, though I haven't tested it so far.
>>>
>>> Anyway, its a significant fix and its worth trying the current pvops
>>> patch queue again.  Please tell me what you find.
>>>
>>>

Excellent news, I've tried the pv_ops dom0 kernel several times
recently and had failure with usb and sata drivers, so fingers crossed
it will work now.

I will test tomorrow and report my results ;-)

Andy

>>
>> Hmm.. against what kernel/tree are these patches?
>>
>
> See the wiki ;)
>
>
> Pull the kernel.org/hg/linux-2.6 tree, "hg update $(cat KERNEL_VERSION)",
> then "hg qpush -a"
>
>   J
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: pv_ops dom0 USB fixed
  2008-12-10 20:05 pv_ops dom0 USB fixed Jeremy Fitzhardinge
  2008-12-10 20:39 ` Pasi Kärkkäinen
@ 2008-12-10 22:48 ` Todd Deshane
  2008-12-11  8:04   ` Jeremy Fitzhardinge
  1 sibling, 1 reply; 92+ messages in thread
From: Todd Deshane @ 2008-12-10 22:48 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Xen-devel, Aviv Grafi

[-- Attachment #1: Type: text/plain, Size: 1235 bytes --]

On Wed, Dec 10, 2008 at 3:05 PM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:
> Ian Campbell noticed a missing TLB flush which was causing the USB
> crashes/failures when booting the pvops dom0 kernel.  With that fixed,
> enabling USB boots reliably and seems to work.
>
> Its quite possible this will also improve matters with ATA/SATA controllers,
> though I haven't tested it so far.
>
> Anyway, its a significant fix and its worth trying the current pvops patch
> queue again.  Please tell me what you find.
>

Looks like some progress has been made.

Two logs attached.

The first, with both CPUs enabled give a pretty hard crash.
(Maybe some indication of an SMP problem)

The second, with nosmp on the dom0 kernel command line
sitll doesn't fully boot, but look like it picks up the device, just
that it is picking it up late maybe.


Notice toward the end of boot that it goes to a busybox
shell:

"ALERT! /dev/sda1 does not exist. Dropping to a shell!


BusyBox v1.10.2 (Ubuntu 1:1.10.2-1ubuntu6) built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs)"

Then ATA stuff that keeps trying...

Let me know what you guys think.

Cheers,
Todd

-- 
Todd Deshane
http://todddeshane.net
http://runningxen.com

[-- Attachment #2: xenboot.with-new-fix --]
[-- Type: application/octet-stream, Size: 37132 bytes --]

 __  __            _____ _  _                      _        _     _      
 \ \/ /___ _ __   |___ /| || |     _   _ _ __  ___| |_ __ _| |__ | | ___ 
  \  // _ \ '_ \    |_ \| || |_ __| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
  /  \  __/ | | |  ___) |__   _|__| |_| | | | \__ \ || (_| | |_) | |  __/
 /_/\_\___|_| |_| |____(_) |_|     \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
                                                                         
(XEN) Xen version 3.4-unstable (deshantm@) (gcc version 4.2.4 (Ubuntu 4.2.4-3ubuntu4)) Wed Nov 26 16:27:34 EST 2008
(XEN) Latest ChangeSet: Wed Nov 19 19:13:22 2008 +0000 18796:98d48f7680db
(XEN) Command line: loglvl=all guest_loglvl=all com1=115200,8n1 console=com1 mem=3G 
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN)  Found 2 MBR signatures
(XEN)  Found 2 EDD information structures
(XEN) Truncating memory map to 3145728kB
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 000000000009fc00 (usable)
(XEN)  00000000000f0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 00000000c0000000 (usable)
(XEN) System RAM: 3071MB (3145340kB)
(XEN) ACPI: RSDP 000FEBF0, 0024 (r2 DELL  )
(XEN) ACPI: XSDT 000FCE97, 0084 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: FACP 000FCFBF, 00F4 (r3 DELL    B8K           15 ASL        61)
(XEN) ACPI: DSDT FFF68960, 475F (r1   DELL    dt_ex     1000 INTL 20050624)
(XEN) ACPI: FACS CFDFFC00, 0040
(XEN) ACPI: SSDT FFF6D397, 009A (r1   DELL    st_ex     1000 INTL 20050624)
(XEN) ACPI: APIC 000FD0B3, 0092 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: BOOT 000FD145, 0028 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: ASF! 000FD16D, 0092 (r32 DELL    B8K           15 ASL        61)
(XEN) ACPI: MCFG 000FD1FF, 003E (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: HPET 000FD23D, 0038 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: TCPA 000FD499, 0032 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: SLIC 000FD275, 0176 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: SSDT CFDFFC40, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CFE00049, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CFE00452, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
(XEN) NUMA turned off
(XEN) Faking a node at 0000000000000000-00000000c0000000
(XEN) Xen heap: 14MB (14664kB)
(XEN) Domain heap initialised
(XEN) found SMP MP-table at 000fe710
(XEN) DMI 2.3 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x808
(XEN) ACPI: ACPI SLEEP INFO: pm1x_cnt[804,0], pm1x_evt[800,0]
(XEN) ACPI:                  wakeup_vec[cfdffc0c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) Processor #0 6:15 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
(XEN) Processor #1 6:15 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
(XEN) ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
(XEN) ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) ACPI: HPET id: 0x8086a201 base: 0xfed00000
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Initializing CPU#0
(XEN) Detected 2394.058 MHz processor.
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 4096K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 0
(XEN) HVM: VMX enabled
(XEN) CPU0: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
(XEN) Booting processor 1/1 eip 8c000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 4096K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) CPU1: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
(XEN) Total of 2 processors activated.
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using new ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) checking TSC synchronization across 2 CPUs: passed.
(XEN) Platform timer is 14.318MHz HPET
(XEN) Brought up 2 CPUs
(XEN) I/O virtualisation disabled
(XEN) ACPI sleep modes: S3
(XEN) MCA: Machine check polling timer started.
(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x200000 -> 0x8797bc
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000090000000->00000000a0000000 (673519 pages to be allocated)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff80200000->ffffffff808797bc
(XEN)  Init. ramdisk: ffffffff8087a000->ffffffff8c71aa00
(XEN)  Phys-Mach map: ffffffff8c71b000->ffffffff8ccbe778
(XEN)  Start info:    ffffffff8ccbf000->ffffffff8ccbf4a4
(XEN)  Page tables:   ffffffff8ccc0000->ffffffff8cd2b000
(XEN)  Boot stack:    ffffffff8cd2b000->ffffffff8cd2c000
(XEN)  TOTAL:         ffffffff80000000->ffffffff8d000000
(XEN)  ENTRY ADDRESS: ffffffff806d8200
(XEN) Dom0 has maximum 2 VCPUs
(XEN) Scrubbing Free RAM: .done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 108kB init memory.
mapping kernel into physical memory
Xen: setup ISA identity maps
about to get started...
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.28-rc7-tip (deshantm@vt) (gcc version 4.2.4 (Ubuntu 4.2.4-3ubuntu4)) #1 SMP Wed Dec 10 17:01:24 EST 2008
[    0.000000] Command line: root=/dev/sda1 ro console=hvc0 earlyprintk=xen xencons=ttyS0,115200 
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  Xen: 0000000000000000 - 00000000000a0000 (usable)
[    0.000000]  Xen: 00000000000a0000 - 0000000000100000 (reserved)
[    0.000000]  Xen: 0000000000100000 - 000000000c71b000 (usable)
[    0.000000]  Xen: 000000000c71b000 - 000000000ccc0000 (reserved)
[    0.000000]  Xen: 000000000ccc0000 - 00000000b46ef000 (usable)
[    0.000000] console [xenboot0] enabled
[    0.000000] DMI 2.3 present.
[    0.000000] last_pfn = 0xb46ef max_arch_pfn = 0x3ffffffff
[    0.000000] init_memory_mapping: 0000000000000000-00000000b46ef000
[    0.000000] last_map_addr: b46ef000 end: b46ef000
[    0.000000] RAMDISK: 0087a000 - 0c71aa00
[    0.000000] ACPI: RSDP 000FEBF0, 0024 (r2 DELL  )
[    0.000000] ACPI: XSDT 000FCE97, 0084 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: FACP 000FCFBF, 00F4 (r3 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: DSDT FFF68960, 475F (r1   DELL    dt_ex     1000 INTL 20050624)
[    0.000000] ACPI: FACS CFDFFC00, 0040
[    0.000000] ACPI: SSDT FFF6D397, 009A (r1   DELL    st_ex     1000 INTL 20050624)
[    0.000000] ACPI: APIC 000FD0B3, 0092 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: BOOT 000FD145, 0028 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: ASF! 000FD16D, 0092 (r32 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: MCFG 000FD1FF, 003E (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: HPET 000FD23D, 0038 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: TCPA 000FD499, 0032 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: SLIC 000FD275, 0176 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: SSDT CFDFFC40, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CFE00049, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CFE00452, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-00000000b46ef000
[    0.000000] Bootmem setup node 0 0000000000000000-00000000b46ef000
[    0.000000]   NODE_DATA [0000000000001000 - 0000000000005fff]
[    0.000000]   bootmap [0000000000008000 -  000000000001e8df] pages 17
[    0.000000] (6 early reservations) ==> bootmem [0000000000 - 00b46ef000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [000ccc0000 - 000cd2b000]   XEN PAGETABLES ==> [000ccc0000 - 000cd2b000]
[    0.000000]   #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #3 [0000200000 - 00008797bc]    TEXT DATA BSS ==> [0000200000 - 00008797bc]
[    0.000000]   #4 [000087a000 - 000c71aa00]          RAMDISK ==> [000087a000 - 000c71aa00]
[    0.000000]   #5 [000cd2b000 - 000d265000]          PGTABLE ==> [000cd2b000 - 000d265000]
[    0.000000] found SMP MP-table at [ffff8800000fe710] 000fe710
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00100000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x000000a0
[    0.000000]     0: 0x00000100 -> 0x0000c71b
[    0.000000]     0: 0x0000ccc0 -> 0x000b46ef
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x05] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 0, 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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
(XEN) io_apic.c:2203: 
(XEN) ioapic_guest_write: apic=0, pin=2, old_irq=0, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f0, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
(XEN) io_apic.c:2203: 
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 000000000c71b000 - 000000000ccc0000
[    0.000000] Allocating PCI resources starting at b8000000 (gap: b46ef000:4b911000)
[    0.000000] PERCPU: Allocating 57344 bytes of per cpu data
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 725747
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/sda1 ro console=hvc0 earlyprintk=xen xencons=ttyS0,115200 
[    0.000000] Initializing CPU#0
[    0.000000] xen: allocated irq 9 for acpi 9
[    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[    0.000000] Detected 2394.014 MHz processor.
[    0.004000] Console: colour dummy device 80x25
[    0.004000] console handover: boot [xenboot0] -> real [hvc0]
[    0.004000] allocated 30146560 bytes of page_cgroup
[    0.004000] please try cgroup_disable=memory option if you don't want
[    0.004000] Checking aperture...
[    0.004000] No AGP bridge found
[    0.004000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.004000] Placing 64MB software IO TLB between ffff88001187e000 - ffff88001587dfff
[    0.004000] software IO TLB at phys 0x1187e000 - 0x1587dfff bus 0x1c0000 - 0x7f3ffff
[    0.004000] Memory: 2605160k/2956220k available (3005k kernel code, 6164k absent, 344896k reserved, 1701k data, 568k init)
[    0.004000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.004000] installing Xen timer for CPU 0
[    0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4788.02 BogoMIPS (lpj=9576056)
[    0.004000] Security Framework initialized
[    0.004000] SELinux:  Disabled at boot.
[    0.004000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.004000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.004000] Mount-cache hash table entries: 256
[    0.004047] Initializing cgroup subsys ns
[    0.004053] Initializing cgroup subsys cpuacct
[    0.004057] Initializing cgroup subsys memory
[    0.004084] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.004088] CPU: L2 cache: 4096K
[    0.004092] CPU 0/0x0 -> Node 0
[    0.004095] CPU: Physical Processor ID: 0
[    0.004098] CPU: Processor Core ID: 0
[    0.004115] SMP alternatives: switching to UP code
[    0.028496] ACPI: Core revision 20080926
[    0.237114] cpu 0 spinlock event irq 17
[    0.237637] installing Xen timer for CPU 1
[    0.237655] cpu 1 spinlock event irq 23
[    0.237681] SMP alternatives: switching to SMP code
[    0.000008] Initializing CPU#1
[    0.000050] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.000052] CPU: L2 cache: 4096K
[    0.000054] CPU 1/0x0 -> Node 0
[    0.000055] CPU: Physical Processor ID: 0
[    0.000056] CPU: Processor Core ID: 0
[    0.267483] Brought up 2 CPUs
[    0.267792] net_namespace: 1400 bytes
[    0.267799] Booting paravirtualized kernel on Xen
[    0.267802] Xen version: 3.4-unstable (preserve-AD) (dom0)
[    0.271298] Grant table initialized
[    0.271328] Time: 22:29:50  Date: 12/10/08
[    0.271356] NET: Registered protocol family 16
[    0.271598] xenbus_probe_init ok
[    0.271829] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.271835] ACPI: bus type pci registered
[    0.271939] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.271944] PCI: Not using MMCONFIG.
[    0.271947] PCI: Using configuration type 1 for base access
[    0.327059] ACPI: BIOS _OSI(Linux) query ignored
[    0.349370] ACPI: Interpreter enabled
[    0.349375] ACPI: (supports S0 S3 S4 S5)
[    0.349392] ACPI: Using IOAPIC for interrupt routing
[    0.349503] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.417378] PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
[    0.464137] PCI: Using MMCONFIG at e0000000 - efffffff
[    0.562315] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[    0.562332] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.562363] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.562363] pci 0000:00:01.0: PME# disabled
[    0.562363] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.562363] pci 0000:00:1a.7: PME# disabled
[    0.562363] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.562363] pci 0000:00:1b.0: PME# disabled
[    0.562363] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.562363] pci 0000:00:1c.0: PME# disabled
[    0.562363] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.562363] pci 0000:00:1c.4: PME# disabled
[    0.562363] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.562363] pci 0000:00:1d.7: PME# disabled
[    0.564172] pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
[    0.564179] pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO
[    0.564306] pci 0000:00:1f.2: PME# supported from D3hot
[    0.564313] pci 0000:00:1f.2: PME# disabled
[    0.564502] pci 0000:00:1f.5: PME# supported from D3hot
[    0.564509] pci 0000:00:1f.5: PME# disabled
[    0.565049] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.565058] pci 0000:03:00.0: PME# disabled
[    0.565269] pci 0000:04:02.0: PME# supported from D1 D2 D3hot D3cold
[    0.565277] pci 0000:04:02.0: PME# disabled
[    0.565347] pci 0000:00:1e.0: transparent bridge
[    1.554147] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
[    1.556024] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    1.556831] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 9 10 11 12 15)
[    1.557610] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    1.558430] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    1.559205] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    1.560017] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    1.560830] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 9 10 11 12 15)
[    1.561042] ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] - 00, should be 88 [20080926]
[    1.561042] xen_balloon: Initialising balloon driver.
[    1.561042] PCI: Using ACPI for IRQ routing
[    1.576019] NET: Registered protocol family 8
[    1.576024] NET: Registered protocol family 20
[    1.576050] NetLabel: Initializing
[    1.576050] NetLabel:  domain hash size = 128
[    1.576050] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.576050] NetLabel:  unlabeled traffic allowed by default
[    1.576050] Xen: Initializing Xen DMA ops
[    1.576050] Xen: Enabling DMA fallback to swiotlb
[    1.576073] PCI-GART: No AMD GART found.
[    1.588149] pnp: PnP ACPI init
[    1.588162] ACPI: bus type pnp registered
[    1.600720] pnp 00:01: io resource (0x800-0x85f) overlaps 0000:00:1f.0 BAR 7 (0x800-0x87f), disabling
[    1.600726] pnp 00:01: io resource (0x860-0x8ff) overlaps 0000:00:1f.0 BAR 7 (0x800-0x87f), disabling
[    1.600975] system 00:01: ioport range 0xc00-0xc7f has been reserved
[    1.601563] xen_set_ioapic_routing: irq 13 gsi 13 vector 112 ioapic 0 pin 13 triggering 1 polarity 0
[    1.602138] xen_set_ioapic_routing: irq 8 gsi 8 vector 72 ioapic 0 pin 8 triggering 1 polarity 0
[    1.618697] xen_set_ioapic_routing: irq 4 gsi 4 vector 241 ioapic 0 pin 4 triggering 1 polarity 0
(XEN) io_apic.c:2216: 
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=4
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=000189f1
(XEN) ioapic_guest_write: Attempt to modify IO-APIC pin for in-use IRQ!
[    1.641862] system 00:07: iomem range 0x0-0x9ffff could not be reserved
[    1.641867] system 00:07: iomem range 0x100000-0xffffff could not be reserved
[    1.641872] system 00:07: iomem range 0x1000000-0xcfdffbff could not be reserved
[    1.641877] system 00:07: iomem range 0xf0000-0xfffff could not be reserved
[    1.641881] system 00:07: iomem range 0xc0000-0xcffff could not be reserved
[    1.641885] system 00:07: iomem range 0xfec00000-0xfecfffff has been reserved
[    1.641890] system 00:07: iomem range 0xfee00000-0xfeefffff has been reserved
[    1.641894] system 00:07: iomem range 0xffb00000-0xffbfffff has been reserved
[    1.641898] system 00:07: iomem range 0xffc00000-0xffffffff has been reserved
[    1.646210] system 00:08: ioport range 0x100-0x1fe has been reserved
[    1.646214] system 00:08: ioport range 0x200-0x277 has been reserved
[    1.646219] system 00:08: ioport range 0x280-0x2e7 has been reserved
[    1.646223] system 00:08: ioport range 0x2f0-0x2f7 has been reserved
[    1.646227] system 00:08: ioport range 0x300-0x377 has been reserved
[    1.646231] system 00:08: ioport range 0x380-0x3bb has been reserved
[    1.646235] system 00:08: ioport range 0x3c0-0x3e7 has been reserved
[    1.646239] system 00:08: ioport range 0x3f6-0x3f7 has been reserved
[    1.646243] system 00:08: ioport range 0x400-0x4cf has been reserved
[    1.646248] system 00:08: ioport range 0x4d2-0x57f has been reserved
[    1.646252] system 00:08: ioport range 0x580-0x677 has been reserved
[    1.646256] system 00:08: ioport range 0x680-0x777 has been reserved
[    1.646260] system 00:08: ioport range 0x780-0x7bb has been reserved
[    1.646264] system 00:08: ioport range 0x7c0-0x7ff has been reserved
[    1.646268] system 00:08: ioport range 0x8e0-0x8ff has been reserved
[    1.646272] system 00:08: ioport range 0x900-0x9fe has been reserved
[    1.646276] system 00:08: ioport range 0xa00-0xafe has been reserved
[    1.646280] system 00:08: ioport range 0xb00-0xbfe has been reserved
[    1.646285] system 00:08: ioport range 0xc80-0xcaf has been reserved
[    1.646289] system 00:08: ioport range 0xcc0-0xcf7 has been reserved
[    1.646293] system 00:08: ioport range 0xd00-0xdfe has been reserved
[    1.646297] system 00:08: ioport range 0xe00-0xefe has been reserved
[    1.646301] system 00:08: ioport range 0xf00-0xffe has been reserved
[    1.646306] system 00:08: ioport range 0x2000-0x20fe has been reserved
[    1.646310] system 00:08: ioport range 0x2100-0x21fe has been reserved
[    1.646314] system 00:08: ioport range 0x2200-0x22fe has been reserved
[    1.646319] system 00:08: ioport range 0x2300-0x23fe has been reserved
[    1.646323] system 00:08: ioport range 0x2400-0x24fe has been reserved
[    1.646327] system 00:08: ioport range 0x2500-0x25fe has been reserved
[    1.646331] system 00:08: ioport range 0x2600-0x26fe has been reserved
[    1.646336] system 00:08: ioport range 0x2700-0x27fe has been reserved
[    1.646340] system 00:08: ioport range 0x2800-0x28fe has been reserved
[    1.646344] system 00:08: ioport range 0x2900-0x29fe has been reserved
[    1.646348] system 00:08: ioport range 0x2a00-0x2afe has been reserved
[    1.646352] system 00:08: ioport range 0x2b00-0x2bfe has been reserved
[    1.646357] system 00:08: ioport range 0x2c00-0x2cfe has been reserved
[    1.646361] system 00:08: ioport range 0x2d00-0x2dfe has been reserved
[    1.646365] system 00:08: ioport range 0x2e00-0x2efe has been reserved
[    1.646370] system 00:08: ioport range 0x2f00-0x2ffe has been reserved
[    1.646374] system 00:08: ioport range 0x5000-0x50fe has been reserved
[    1.646378] system 00:08: ioport range 0x5100-0x51fe has been reserved
[    1.646383] system 00:08: ioport range 0x5200-0x52fe has been reserved
[    1.646387] system 00:08: ioport range 0x5300-0x53fe has been reserved
[    1.646391] system 00:08: ioport range 0x5400-0x54fe has been reserved
[    1.646396] system 00:08: ioport range 0x5500-0x55fe has been reserved
[    1.646400] system 00:08: ioport range 0x5600-0x56fe has been reserved
[    1.646404] system 00:08: ioport range 0x5700-0x57fe has been reserved
[    1.646411] system 00:08: ioport range 0x5800-0x58fe has been reserved
[    1.646416] system 00:08: ioport range 0x5900-0x59fe has been reserved
[    1.646420] system 00:08: ioport range 0x5a00-0x5afe has been reserved
[    1.646424] system 00:08: ioport range 0x5b00-0x5bfe has been reserved
[    1.646429] system 00:08: ioport range 0x5c00-0x5cfe has been reserved
[    1.646433] system 00:08: ioport range 0x5d00-0x5dfe has been reserved
[    1.646438] system 00:08: ioport range 0x5e00-0x5efe has been reserved
[    1.646442] system 00:08: ioport range 0x5f00-0x5ffe has been reserved
[    1.646446] system 00:08: ioport range 0x6000-0x60fe has been reserved
[    1.646451] system 00:08: ioport range 0x6100-0x61fe has been reserved
[    1.646455] system 00:08: ioport range 0x6200-0x62fe has been reserved
[    1.646460] system 00:08: ioport range 0x6300-0x63fe has been reserved
[    1.646464] system 00:08: ioport range 0x6400-0x64fe has been reserved
[    1.646468] system 00:08: ioport range 0x6500-0x65fe has been reserved
[    1.646473] system 00:08: ioport range 0x6600-0x66fe has been reserved
[    1.646478] system 00:08: ioport range 0x6700-0x67fe has been reserved
[    1.646482] system 00:08: ioport range 0x6800-0x68fe has been reserved
[    1.646487] system 00:08: ioport range 0x6900-0x69fe has been reserved
[    1.646491] system 00:08: ioport range 0x6a00-0x6afe has been reserved
[    1.646496] system 00:08: ioport range 0x6b00-0x6bfe has been reserved
[    1.646500] system 00:08: ioport range 0x6c00-0x6cfe has been reserved
[    1.646505] system 00:08: ioport range 0x6d00-0x6dfe has been reserved
[    1.646509] system 00:08: ioport range 0x6e00-0x6efe has been reserved
[    1.646514] system 00:08: ioport range 0x6f00-0x6ffe has been reserved
[    1.646518] system 00:08: ioport range 0xa000-0xa0fe has been reserved
[    1.646522] system 00:08: ioport range 0xa100-0xa1fe has been reserved
[    1.646527] system 00:08: ioport range 0xa200-0xa2fe has been reserved
[    1.646531] system 00:08: ioport range 0xa300-0xa3fe has been reserved
[    1.646536] system 00:08: ioport range 0xa400-0xa4fe has been reserved
[    1.646540] system 00:08: ioport range 0xa500-0xa5fe has been reserved
[    1.646545] system 00:08: ioport range 0xa600-0xa6fe has been reserved
[    1.646552] system 00:08: ioport range 0xa700-0xa7fe has been reserved
[    1.646556] system 00:08: ioport range 0xa800-0xa8fe has been reserved
[    1.646561] system 00:08: ioport range 0xa900-0xa9fe has been reserved
[    1.646565] system 00:08: ioport range 0xaa00-0xaafe has been reserved
[    1.646570] system 00:08: ioport range 0xab00-0xabfe has been reserved
[    1.646956] system 00:08: ioport range 0xac00-0xacfe has been reserved
[    1.653887] system 00:08: ioport range 0xad00-0xadfe has been reserved
[    1.659423] system 00:08: ioport range 0xae00-0xaefe has been reserved
[    1.666348] system 00:08: ioport range 0xaf00-0xaffe has been reserved
[    1.673270] system 00:08: iomem range 0xe0000000-0xefffffff has been reserved
[    1.681577] system 00:08: iomem range 0xfeda0000-0xfedacfff has been reserved
[    1.688782] pnp: PnP ACPI: found 10 devices
[    1.691265] ACPI: ACPI bus type pnp unregistered
[    1.702038] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    1.702347] pci 0000:00:01.0:   IO window: 0xd000-0xdfff
[    1.707892] pci 0000:00:01.0:   MEM window: 0xfe900000-0xfeafffff
[    1.714812] pci 0000:00:01.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
[    1.721740] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[    1.728656] pci 0000:00:1c.0:   IO window: disabled
[    1.732816] pci 0000:00:1c.0:   MEM window: 0xfe800000-0xfe8fffff
[    1.738354] pci 0000:00:1c.0:   PREFETCH window: disabled
[    1.743896] pci 0000:00:1c.4: PCI bridge, secondary bus 0000:03
[    1.750811] pci 0000:00:1c.4:   IO window: disabled
[    1.754971] pci 0000:00:1c.4:   MEM window: 0xfe700000-0xfe7fffff
[    1.761894] pci 0000:00:1c.4:   PREFETCH window: disabled
[    1.766051] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:04
[    1.772970] pci 0000:00:1e.0:   IO window: 0xc000-0xcfff
[    1.777126] pci 0000:00:1e.0:   MEM window: 0xfe500000-0xfe6fffff
[    1.784049] pci 0000:00:1e.0:   PREFETCH window: 0x000000b8000000-0x000000b80fffff
[    1.792392] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    1.800664] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[    1.807586] xen: PCI device 0000:00:01.0 pin 1 -> irq 29
[    1.813140] xen_allocate_pirq: returning irq 29 for gsi 16
[    1.818665] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    1.828357] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[    1.833893] xen: PCI device 0000:00:1c.0 pin 1 -> irq 29
[    1.839449] xen_allocate_pirq: returning irq 29 for gsi 16
[    1.844974] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    1.854667] pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[    1.861589] xen: PCI device 0000:00:1c.4 pin 1 -> irq 29
[    1.865760] bus: 00 index 0 io port: [0x00-0xffff]
[    1.871281] bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
[    1.878205] bus: 01 index 0 io port: [0xd000-0xdfff]
[    1.882358] bus: 01 index 1 mmio: [0xfe900000-0xfeafffff]
[    1.887898] bus: 01 index 2 mmio: [0xd0000000-0xdfffffff]
[    1.893435] bus: 01 index 3 mmio: [0x0-0x0]
[    1.897590] bus: 02 index 0 mmio: [0x0-0x0]
[    1.901744] bus: 02 index 1 mmio: [0xfe800000-0xfe8fffff]
[    1.907282] bus: 02 index 2 mmio: [0x0-0x0]
[    1.911437] bus: 02 index 3 mmio: [0x0-0x0]
[    1.915592] bus: 03 index 0 mmio: [0x0-0x0]
[    1.919745] bus: 03 index 1 mmio: [0xfe700000-0xfe7fffff]
[    1.925285] bus: 03 index 2 mmio: [0x0-0x0]
[    1.929437] bus: 03 index 3 mmio: [0x0-0x0]
[    1.933592] bus: 04 index 0 io port: [0xc000-0xcfff]
[    1.939132] bus: 04 index 1 mmio: [0xfe500000-0xfe6fffff]
[    1.944670] bus: 04 index 2 mmio: [0xb8000000-0xb80fffff]
[    1.950209] bus: 04 index 3 io port: [0x00-0xffff]
[    1.954362] bus: 04 index 4 mmio: [0x000000-0xffffffffffffffff]
[    1.961294] NET: Registered protocol family 2
[    2.004409] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    2.006176] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    2.010149] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    2.010649] TCP: Hash tables configured (established 524288 bind 65536)
[    2.010654] TCP reno registered
[    2.020204] NET: Registered protocol family 1
[    2.020345] checking if image is initramfs... it is
[    2.172607] Freeing initrd memory: 195202k freed
[    2.280962] Simple Boot Flag at 0x7a set to 0x1
[    2.282128] audit: initializing netlink socket (disabled)
[    2.282149] type=2000 audit(1228948193.681:1): initialized
[    2.287866] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.290333] VFS: Disk quotas dquot_6.5.1
[    2.290415] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.290523] msgmni has been set to 6155
[    2.290719] alg: No test for stdrng (krng)
[    2.290735] io scheduler noop registered
[    2.290738] io scheduler anticipatory registered
[    2.290742] io scheduler deadline registered
[    2.290860] io scheduler cfq registered (default)
[    2.356801] pcieport-driver 0000:00:01.0: found MSI capability
[    2.356844] BUG: unable to handle kernel NULL pointer dereference at 000000000000001c
[    2.356849] IP: [<ffffffff80227e7c>] create_irq_nr+0x4c/0xc0
[    2.356857] PGD 0 
[    2.356860] Oops: 0000 [#1] SMP 
[    2.356864] last sysfs file: 
[    2.356867] CPU 1 
[    2.356870] Modules linked in:
[    2.356874] Pid: 1, comm: swapper Not tainted 2.6.28-rc7-tip #1
[    2.356878] RIP: e030:[<ffffffff80227e7c>]  [<ffffffff80227e7c>] create_irq_nr+0x4c/0xc0
[    2.356884] RSP: e02b:ffff8800b3eafb40  EFLAGS: 00010086
[    2.356888] RAX: ffff8800b4008c00 RBX: 0000000000000018 RCX: 0000000000000000
[    2.356892] RDX: 0000000000000001 RSI: 0000000000000000 RDI: 0000000000000018
[    2.356897] RBP: ffff8800b3eafb60 R08: 0000000000000000 R09: ffff8800a6b730c0
[    2.356902] R10: 0000000000000008 R11: 0000000000000000 R12: ffff8800b4008c00
[    2.356906] R13: 0000000000000000 R14: 0000000000000200 R15: ffff8800b3039800
[    2.356913] FS:  0000000000000000(0000) GS:ffff8800b3e95900(0000) knlGS:0000000000000000
[    2.356918] CS:  e033 DS: 0000 ES: 0000 CR0: 000000008005003b
[    2.356922] CR2: 000000000000001c CR3: 0000000000201000 CR4: 0000000000002620
[    2.356927] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[    2.356932] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[    2.356937] Process swapper (pid: 1, threadinfo ffff8800b3eae000, task ffff8800b3eb0000)
[    2.356941] Stack:
[    2.356943]  00000000fffffff4 ffff8800a6b730c0 0000000000000018 0000000000000090
[    2.356949]  ffff8800b3eafba0 ffffffff8022857b ffff8800b3039ec0 00000000fffffff4
[    2.356956]  ffff8800b3039800 ffff8800a6b730c0 0000000000000090 ffff8800b3eafc40
[    2.356963] Call Trace:
[    2.356966]  [<ffffffff8022857b>] arch_setup_msi_irqs+0x3b/0xa0
[    2.356971]  [<ffffffff803af461>] pci_enable_msi+0x1b1/0x240
[    2.356977]  [<ffffffff803ac82c>] pcie_port_device_register+0x42c/0x460
[    2.356982]  [<ffffffff803a2cc4>] ? pci_bus_write_config_byte+0x64/0x80
[    2.356988]  [<ffffffff8043e075>] ? pcibios_set_master+0x85/0xb0
[    2.356994]  [<ffffffff804d81c0>] pcie_portdrv_probe+0x70/0xe0
[    2.357000]  [<ffffffff803a8c75>] pci_device_probe+0xd5/0x130
[    2.357055]  [<ffffffff8033ed0e>] ? sysfs_create_link+0xe/0x10
[    2.357061]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    2.357067]  [<ffffffff8041f179>] __driver_attach+0x99/0xa0
[    2.357071]  [<ffffffff8041f0e0>] ? __driver_attach+0x0/0xa0
[    2.357127]  [<ffffffff8041e864>] bus_for_each_dev+0x54/0x80
[    2.357131]  [<ffffffff8041ee1c>] driver_attach+0x1c/0x20
[    2.357136]  [<ffffffff8041e189>] bus_add_driver+0x1e9/0x260
[    2.357140]  [<ffffffff8041f41f>] driver_register+0x5f/0x140
[    2.357145]  [<ffffffff807020c0>] ? pcie_portdrv_init+0x0/0x60
[    2.357150]  [<ffffffff803a8a6d>] __pci_register_driver+0x6d/0xb0
[    2.357155]  [<ffffffff807020c0>] ? pcie_portdrv_init+0x0/0x60
[    2.357160]  [<ffffffff80702105>] pcie_portdrv_init+0x45/0x60
[    2.357164]  [<ffffffff8020a03c>] do_one_initcall+0x3c/0x170
[    2.357169]  [<ffffffff80298e6c>] ? register_irq_proc+0xbc/0xe0
[    2.357174]  [<ffffffff80330000>] ? environ_read+0xe0/0x1a0
[    2.360690]  [<ffffffff806d8f4c>] kernel_init+0x13c/0x1a0
[    2.360690]  [<ffffffff8021383a>] child_rip+0xa/0x20
[    2.360690]  [<ffffffff8021312d>] ? retint_restore_args+0x5/0x20
[    2.360690]  [<ffffffff80213830>] ? child_rip+0x0/0x20
[    2.360690] Code: c6 76 0e eb 48 83 c3 01 81 fb 00 11 00 00 90 74 3c 83 fb 0f 76 ef 31 f6 89 df e8 80 e9 06 00 48 85 c0 49 89 c4 74 40 4c 8b 68 38 <41> 80 7d 1c 00 75 d3 48 8b 05 5e 80 47 00 ff 50 20 4c 89 ee 48 
[    2.360690] RIP  [<ffffffff80227e7c>] create_irq_nr+0x4c/0xc0
[    2.360690]  RSP <ffff8800b3eafb40>
[    2.360690] CR2: 000000000000001c
[    2.360690] ---[ end trace a7919e7f17c0a725 ]---
[    2.420310] Kernel panic - not syncing: Attempted to kill init!
[    2.427257] Pid: 1, comm: swapper Tainted: G      D    2.6.28-rc7-tip #1
[    2.432768] Call Trace:
[    2.435539]  [<ffffffff8024daa0>] panic+0xa0/0x180
[    2.441079]  [<ffffffff80299b97>] ? call_rcu+0x57/0x70
[    2.445231]  [<ffffffff8024f58c>] ? put_files_struct+0x7c/0xd0
[    2.452156]  [<ffffffff80284ee8>] ? cgroup_exit+0x98/0x110
[    2.456309]  [<ffffffff80250984>] do_exit+0x8a4/0x990
[    2.461849]  [<ffffffff804e9038>] oops_end+0xe8/0xf0
[    2.467388]  [<ffffffff804ead36>] do_page_fault+0x796/0xaf0
[    2.472926]  [<ffffffff804e80a8>] ? _spin_unlock_irqrestore+0x18/0x20
[    2.479849]  [<ffffffff8043e54c>] ? pci_conf1_read+0xdc/0x110
[    2.485388]  [<ffffffff804e80a8>] ? _spin_unlock_irqrestore+0x18/0x20
[    2.490928]  [<ffffffff804e83f5>] page_fault+0x25/0x30
[    2.496466]  [<ffffffff80227e7c>] ? create_irq_nr+0x4c/0xc0
[    2.502006]  [<ffffffff8022857b>] arch_setup_msi_irqs+0x3b/0xa0
[    2.508928]  [<ffffffff803af461>] pci_enable_msi+0x1b1/0x240
[    2.514468]  [<ffffffff803ac82c>] pcie_port_device_register+0x42c/0x460
[    2.520005]  [<ffffffff803a2cc4>] ? pci_bus_write_config_byte+0x64/0x80
[    2.526931]  [<ffffffff8043e075>] ? pcibios_set_master+0x85/0xb0
[    2.533855]  [<ffffffff804d81c0>] pcie_portdrv_probe+0x70/0xe0
[    2.539391]  [<ffffffff803a8c75>] pci_device_probe+0xd5/0x130
[    2.546315]  [<ffffffff8033ed0e>] ? sysfs_create_link+0xe/0x10
[    2.551853]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    2.557393]  [<ffffffff8041f179>] __driver_attach+0x99/0xa0
[    2.561547]  [<ffffffff8041f0e0>] ? __driver_attach+0x0/0xa0
[    2.569855]  [<ffffffff8041e864>] bus_for_each_dev+0x54/0x80
[    2.575393]  [<ffffffff8041ee1c>] driver_attach+0x1c/0x20
[    2.579548]  [<ffffffff8041e189>] bus_add_driver+0x1e9/0x260
[    2.586473]  [<ffffffff8041f41f>] driver_register+0x5f/0x140
[    2.592010]  [<ffffffff807020c0>] ? pcie_portdrv_init+0x0/0x60
[    2.597550]  [<ffffffff803a8a6d>] __pci_register_driver+0x6d/0xb0
[    2.603087]  [<ffffffff807020c0>] ? pcie_portdrv_init+0x0/0x60
[    2.610012]  [<ffffffff80702105>] pcie_portdrv_init+0x45/0x60
[    2.615550]  [<ffffffff8020a03c>] do_one_initcall+0x3c/0x170
[    2.621090]  [<ffffffff80298e6c>] ? register_irq_proc+0xbc/0xe0
[    2.626627]  [<ffffffff80330000>] ? environ_read+0xe0/0x1a0
[    2.632168]  [<ffffffff806d8f4c>] kernel_init+0x13c/0x1a0
[    2.637705]  [<ffffffff8021383a>] child_rip+0xa/0x20
[    2.643245]  [<ffffffff8021312d>] ? retint_restore_args+0x5/0x20
[    2.648783]  [<ffffffff80213830>] ? child_rip+0x0/0x20

[-- Attachment #3: xenboot-with-new-fix.nosmp --]
[-- Type: application/octet-stream, Size: 49579 bytes --]

 __  __            _____ _  _                      _        _     _      
 \ \/ /___ _ __   |___ /| || |     _   _ _ __  ___| |_ __ _| |__ | | ___ 
  \  // _ \ '_ \    |_ \| || |_ __| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
  /  \  __/ | | |  ___) |__   _|__| |_| | | | \__ \ || (_| | |_) | |  __/
 /_/\_\___|_| |_| |____(_) |_|     \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
                                                                         
(XEN) Xen version 3.4-unstable (deshantm@) (gcc version 4.2.4 (Ubuntu 4.2.4-3ubuntu4)) Wed Nov 26 16:27:34 EST 2008
(XEN) Latest ChangeSet: Wed Nov 19 19:13:22 2008 +0000 18796:98d48f7680db
(XEN) Command line: loglvl=all guest_loglvl=all com1=115200,8n1 console=com1 mem=3G 
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN)  Found 2 MBR signatures
(XEN)  Found 2 EDD information structures
(XEN) Truncating memory map to 3145728kB
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 000000000009fc00 (usable)
(XEN)  00000000000f0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 00000000c0000000 (usable)
(XEN) System RAM: 3071MB (3145340kB)
(XEN) ACPI: RSDP 000FEBF0, 0024 (r2 DELL  )
(XEN) ACPI: XSDT 000FCE97, 0084 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: FACP 000FCFBF, 00F4 (r3 DELL    B8K           15 ASL        61)
(XEN) ACPI: DSDT FFF68960, 475F (r1   DELL    dt_ex     1000 INTL 20050624)
(XEN) ACPI: FACS CFDFFC00, 0040
(XEN) ACPI: SSDT FFF6D397, 009A (r1   DELL    st_ex     1000 INTL 20050624)
(XEN) ACPI: APIC 000FD0B3, 0092 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: BOOT 000FD145, 0028 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: ASF! 000FD16D, 0092 (r32 DELL    B8K           15 ASL        61)
(XEN) ACPI: MCFG 000FD1FF, 003E (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: HPET 000FD23D, 0038 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: TCPA 000FD499, 0032 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: SLIC 000FD275, 0176 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: SSDT CFDFFC40, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CFE00049, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CFE00452, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
(XEN) NUMA turned off
(XEN) Faking a node at 0000000000000000-00000000c0000000
(XEN) Xen heap: 14MB (14664kB)
(XEN) Domain heap initialised
(XEN) found SMP MP-table at 000fe710
(XEN) DMI 2.3 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x808
(XEN) ACPI: ACPI SLEEP INFO: pm1x_cnt[804,0], pm1x_evt[800,0]
(XEN) ACPI:                  wakeup_vec[cfdffc0c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) Processor #0 6:15 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
(XEN) Processor #1 6:15 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
(XEN) ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
(XEN) ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) ACPI: HPET id: 0x8086a201 base: 0xfed00000
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Initializing CPU#0
(XEN) Detected 2394.066 MHz processor.
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 4096K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 0
(XEN) HVM: VMX enabled
(XEN) CPU0: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
(XEN) Booting processor 1/1 eip 8c000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 4096K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) CPU1: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
(XEN) Total of 2 processors activated.
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using new ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) checking TSC synchronization across 2 CPUs: passed.
(XEN) Platform timer is 14.318MHz HPET
(XEN) Brought up 2 CPUs
(XEN) I/O virtualisation disabled
(XEN) ACPI sleep modes: S3
(XEN) MCA: Machine check polling timer started.
(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x200000 -> 0x8797bc
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000090000000->00000000a0000000 (673519 pages to be allocated)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff80200000->ffffffff808797bc
(XEN)  Init. ramdisk: ffffffff8087a000->ffffffff8c71aa00
(XEN)  Phys-Mach map: ffffffff8c71b000->ffffffff8ccbe778
(XEN)  Start info:    ffffffff8ccbf000->ffffffff8ccbf4a4
(XEN)  Page tables:   ffffffff8ccc0000->ffffffff8cd2b000
(XEN)  Boot stack:    ffffffff8cd2b000->ffffffff8cd2c000
(XEN)  TOTAL:         ffffffff80000000->ffffffff8d000000
(XEN)  ENTRY ADDRESS: ffffffff806d8200
(XEN) Dom0 has maximum 2 VCPUs
(XEN) Scrubbing Free RAM: .done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 108kB init memory.
mapping kernel into physical memory
Xen: setup ISA identity maps
about to get started...
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.28-rc7-tip (deshantm@vt) (gcc version 4.2.4 (Ubuntu 4.2.4-3ubuntu4)) #1 SMP Wed Dec 10 17:01:24 EST 2008
[    0.000000] Command line: root=/dev/sda1 ro console=hvc0 earlyprintk=xen xencons=ttyS0,115200 nosmp
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  Xen: 0000000000000000 - 00000000000a0000 (usable)
[    0.000000]  Xen: 00000000000a0000 - 0000000000100000 (reserved)
[    0.000000]  Xen: 0000000000100000 - 000000000c71b000 (usable)
[    0.000000]  Xen: 000000000c71b000 - 000000000ccc0000 (reserved)
[    0.000000]  Xen: 000000000ccc0000 - 00000000b46ef000 (usable)
[    0.000000] console [xenboot0] enabled
[    0.000000] DMI 2.3 present.
[    0.000000] last_pfn = 0xb46ef max_arch_pfn = 0x3ffffffff
[    0.000000] init_memory_mapping: 0000000000000000-00000000b46ef000
[    0.000000] last_map_addr: b46ef000 end: b46ef000
[    0.000000] RAMDISK: 0087a000 - 0c71aa00
[    0.000000] ACPI: RSDP 000FEBF0, 0024 (r2 DELL  )
[    0.000000] ACPI: XSDT 000FCE97, 0084 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: FACP 000FCFBF, 00F4 (r3 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: DSDT FFF68960, 475F (r1   DELL    dt_ex     1000 INTL 20050624)
[    0.000000] ACPI: FACS CFDFFC00, 0040
[    0.000000] ACPI: SSDT FFF6D397, 009A (r1   DELL    st_ex     1000 INTL 20050624)
[    0.000000] ACPI: APIC 000FD0B3, 0092 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: BOOT 000FD145, 0028 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: ASF! 000FD16D, 0092 (r32 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: MCFG 000FD1FF, 003E (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: HPET 000FD23D, 0038 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: TCPA 000FD499, 0032 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: SLIC 000FD275, 0176 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: SSDT CFDFFC40, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CFE00049, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CFE00452, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-00000000b46ef000
[    0.000000] Bootmem setup node 0 0000000000000000-00000000b46ef000
[    0.000000]   NODE_DATA [0000000000001000 - 0000000000005fff]
[    0.000000]   bootmap [0000000000008000 -  000000000001e8df] pages 17
[    0.000000] (6 early reservations) ==> bootmem [0000000000 - 00b46ef000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [000ccc0000 - 000cd2b000]   XEN PAGETABLES ==> [000ccc0000 - 000cd2b000]
[    0.000000]   #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #3 [0000200000 - 00008797bc]    TEXT DATA BSS ==> [0000200000 - 00008797bc]
[    0.000000]   #4 [000087a000 - 000c71aa00]          RAMDISK ==> [000087a000 - 000c71aa00]
[    0.000000]   #5 [000cd2b000 - 000d265000]          PGTABLE ==> [000cd2b000 - 000d265000]
[    0.000000] found SMP MP-table at [ffff8800000fe710] 000fe710
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00100000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x000000a0
[    0.000000]     0: 0x00000100 -> 0x0000c71b
[    0.000000]     0: 0x0000ccc0 -> 0x000b46ef
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x05] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
[    0.000000] ACPI: Skipping IOAPIC probe due to 'noapic' option.
[    0.000000] Using ACPI for processor (LAPIC) configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] Intel MultiProcessor Specification v1.4
[    0.000000] MPTABLE: OEM ID: DELL    
[    0.000000] MPTABLE: Product ID: Opti 745    
[    0.000000] MPTABLE: APIC at: 0xFEE00000
[    0.000000] I/O APIC #8 Version 32 at 0xFEC00000.
[    0.000000] Processors: 2
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] ExtINT not setup in hardware but reported by MP table
(XEN) io_apic.c:2203: 
(XEN) ioapic_guest_write: apic=0, pin=2, old_irq=0, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f0, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
(XEN) io_apic.c:2203: 
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 000000000c71b000 - 000000000ccc0000
[    0.000000] Allocating PCI resources starting at b8000000 (gap: b46ef000:4b911000)
[    0.000000] PERCPU: Allocating 57344 bytes of per cpu data
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 725747
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/sda1 ro console=hvc0 earlyprintk=xen xencons=ttyS0,115200 nosmp
[    0.000000] Initializing CPU#0
[    0.000000] xen: allocated irq 9 for acpi 9
[    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[    0.000000] Detected 2394.066 MHz processor.
[    0.004000] Console: colour dummy device 80x25
[    0.004000] console handover: boot [xenboot0] -> real [hvc0]
[    0.004000] allocated 30146560 bytes of page_cgroup
[    0.004000] please try cgroup_disable=memory option if you don't want
[    0.004000] Checking aperture...
[    0.004000] No AGP bridge found
[    0.004000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.004000] Placing 64MB software IO TLB between ffff88001187e000 - ffff88001587dfff
[    0.004000] software IO TLB at phys 0x1187e000 - 0x1587dfff bus 0x1c0000 - 0x7f3ffff
[    0.004000] Memory: 2605160k/2956220k available (3005k kernel code, 6164k absent, 344896k reserved, 1701k data, 568k init)
[    0.004000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.004000] installing Xen timer for CPU 0
[    0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4788.13 BogoMIPS (lpj=9576264)
[    0.004000] Security Framework initialized
[    0.004000] SELinux:  Disabled at boot.
[    0.004000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.004000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.004000] Mount-cache hash table entries: 256
[    0.004052] Initializing cgroup subsys ns
[    0.004059] Initializing cgroup subsys cpuacct
[    0.004062] Initializing cgroup subsys memory
[    0.004090] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.004094] CPU: L2 cache: 4096K
[    0.004098] CPU 0/0x0 -> Node 0
[    0.004101] CPU: Physical Processor ID: 0
[    0.004104] CPU: Processor Core ID: 0
[    0.004121] SMP alternatives: switching to UP code
[    0.028501] ACPI: Core revision 20080926
[    0.236741] ACPI: setting ELCR to 0200 (from 0e28)
[    0.237149] cpu 0 spinlock event irq 17
[    0.237461] Brought up 1 CPUs
[    0.237653] net_namespace: 1400 bytes
[    0.237659] Booting paravirtualized kernel on Xen
[    0.237662] Xen version: 3.4-unstable (preserve-AD) (dom0)
[    0.237811] Grant table initialized
[    0.237841] Time: 22:36:00  Date: 12/10/08
[    0.237864] NET: Registered protocol family 16
[    0.238089] xenbus_probe_init ok
[    0.238277] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.238282] ACPI: bus type pci registered
[    0.238375] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.238380] PCI: Not using MMCONFIG.
[    0.238383] PCI: Using configuration type 1 for base access
[    0.292488] ACPI: BIOS _OSI(Linux) query ignored
[    0.314289] ACPI: Interpreter enabled
[    0.314293] ACPI: (supports S0 S3 S4 S5)
[    0.314311] ACPI: Using PIC for interrupt routing
[    0.314420] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.382169] PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
[    0.428876] PCI: Using MMCONFIG at e0000000 - efffffff
[    0.527026] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[    0.527045] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.527269] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.527276] pci 0000:00:01.0: PME# disabled
[    0.527613] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.527621] pci 0000:00:1a.7: PME# disabled
[    0.527736] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.527743] pci 0000:00:1b.0: PME# disabled
[    0.527822] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.527829] pci 0000:00:1c.0: PME# disabled
[    0.527916] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.527923] pci 0000:00:1c.4: PME# disabled
[    0.528307] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.528315] pci 0000:00:1d.7: PME# disabled
[    0.528524] pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
[    0.528531] pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO
[    0.528656] pci 0000:00:1f.2: PME# supported from D3hot
[    0.528662] pci 0000:00:1f.2: PME# disabled
[    0.528852] pci 0000:00:1f.5: PME# supported from D3hot
[    0.528859] pci 0000:00:1f.5: PME# disabled
[    0.529398] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.529406] pci 0000:03:00.0: PME# disabled
[    0.529617] pci 0000:04:02.0: PME# supported from D1 D2 D3hot D3cold
[    0.529625] pci 0000:04:02.0: PME# disabled
[    0.529694] pci 0000:00:1e.0: transparent bridge
[    1.509102] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
[    1.509927] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    1.510732] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 9 10 11 12 15)
[    1.511512] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    1.512385] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    1.513160] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    1.513966] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    1.514778] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 9 10 11 12 15)
[    1.515273] ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] - 00, should be 88 [20080926]
[    1.515317] xen_balloon: Initialising balloon driver.
[    1.515640] PCI: Using ACPI for IRQ routing
[    1.532031] NET: Registered protocol family 8
[    1.532037] NET: Registered protocol family 20
[    1.532088] NetLabel: Initializing
[    1.532092] NetLabel:  domain hash size = 128
[    1.532097] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.532114] NetLabel:  unlabeled traffic allowed by default
[    1.532120] Xen: Initializing Xen DMA ops
[    1.532124] Xen: Enabling DMA fallback to swiotlb
[    1.532143] PCI-GART: No AMD GART found.
[    1.544123] pnp: PnP ACPI init
[    1.544135] ACPI: bus type pnp registered
[    1.556722] pnp 00:01: io resource (0x800-0x85f) overlaps 0000:00:1f.0 BAR 7 (0x800-0x87f), disabling
[    1.556728] pnp 00:01: io resource (0x860-0x8ff) overlaps 0000:00:1f.0 BAR 7 (0x800-0x87f), disabling
[    1.556963] system 00:01: ioport range 0xc00-0xc7f has been reserved
[    1.557565] ERROR: Unable to locate IOAPIC for GSI 13
[    1.557568] xen_set_ioapic_routing: irq 13 gsi 13 ioapic -1
[    1.558091] ERROR: Unable to locate IOAPIC for GSI 8
[    1.558094] xen_set_ioapic_routing: irq 8 gsi 8 ioapic -1
[    1.574705] ERROR: Unable to locate IOAPIC for GSI 4
[    1.574709] xen_set_ioapic_routing: irq 4 gsi 4 ioapic -1
[    1.597731] system 00:07: iomem range 0x0-0x9ffff could not be reserved
[    1.597736] system 00:07: iomem range 0x100000-0xffffff could not be reserved
[    1.597741] system 00:07: iomem range 0x1000000-0xcfdffbff could not be reserved
[    1.597745] system 00:07: iomem range 0xf0000-0xfffff could not be reserved
[    1.597750] system 00:07: iomem range 0xc0000-0xcffff could not be reserved
[    1.597754] system 00:07: iomem range 0xfec00000-0xfecfffff has been reserved
[    1.597758] system 00:07: iomem range 0xfee00000-0xfeefffff has been reserved
[    1.597763] system 00:07: iomem range 0xffb00000-0xffbfffff has been reserved
[    1.597767] system 00:07: iomem range 0xffc00000-0xffffffff has been reserved
[    1.602099] system 00:08: ioport range 0x100-0x1fe has been reserved
[    1.602104] system 00:08: ioport range 0x200-0x277 has been reserved
[    1.602108] system 00:08: ioport range 0x280-0x2e7 has been reserved
[    1.602112] system 00:08: ioport range 0x2f0-0x2f7 has been reserved
[    1.602117] system 00:08: ioport range 0x300-0x377 has been reserved
[    1.602121] system 00:08: ioport range 0x380-0x3bb has been reserved
[    1.602125] system 00:08: ioport range 0x3c0-0x3e7 has been reserved
[    1.602129] system 00:08: ioport range 0x3f6-0x3f7 has been reserved
[    1.602133] system 00:08: ioport range 0x400-0x4cf has been reserved
[    1.602137] system 00:08: ioport range 0x4d2-0x57f has been reserved
[    1.602141] system 00:08: ioport range 0x580-0x677 has been reserved
[    1.602145] system 00:08: ioport range 0x680-0x777 has been reserved
[    1.602150] system 00:08: ioport range 0x780-0x7bb has been reserved
[    1.602154] system 00:08: ioport range 0x7c0-0x7ff has been reserved
[    1.602158] system 00:08: ioport range 0x8e0-0x8ff has been reserved
[    1.602162] system 00:08: ioport range 0x900-0x9fe has been reserved
[    1.602166] system 00:08: ioport range 0xa00-0xafe has been reserved
[    1.602171] system 00:08: ioport range 0xb00-0xbfe has been reserved
[    1.602175] system 00:08: ioport range 0xc80-0xcaf has been reserved
[    1.602179] system 00:08: ioport range 0xcc0-0xcf7 has been reserved
[    1.602183] system 00:08: ioport range 0xd00-0xdfe has been reserved
[    1.602187] system 00:08: ioport range 0xe00-0xefe has been reserved
[    1.602191] system 00:08: ioport range 0xf00-0xffe has been reserved
[    1.602195] system 00:08: ioport range 0x2000-0x20fe has been reserved
[    1.602200] system 00:08: ioport range 0x2100-0x21fe has been reserved
[    1.602204] system 00:08: ioport range 0x2200-0x22fe has been reserved
[    1.602208] system 00:08: ioport range 0x2300-0x23fe has been reserved
[    1.602212] system 00:08: ioport range 0x2400-0x24fe has been reserved
[    1.602216] system 00:08: ioport range 0x2500-0x25fe has been reserved
[    1.602221] system 00:08: ioport range 0x2600-0x26fe has been reserved
[    1.602225] system 00:08: ioport range 0x2700-0x27fe has been reserved
[    1.602232] system 00:08: ioport range 0x2800-0x28fe has been reserved
[    1.602236] system 00:08: ioport range 0x2900-0x29fe has been reserved
[    1.602241] system 00:08: ioport range 0x2a00-0x2afe has been reserved
[    1.602245] system 00:08: ioport range 0x2b00-0x2bfe has been reserved
[    1.602249] system 00:08: ioport range 0x2c00-0x2cfe has been reserved
[    1.602253] system 00:08: ioport range 0x2d00-0x2dfe has been reserved
[    1.602257] system 00:08: ioport range 0x2e00-0x2efe has been reserved
[    1.602262] system 00:08: ioport range 0x2f00-0x2ffe has been reserved
[    1.602266] system 00:08: ioport range 0x5000-0x50fe has been reserved
[    1.602270] system 00:08: ioport range 0x5100-0x51fe has been reserved
[    1.602274] system 00:08: ioport range 0x5200-0x52fe has been reserved
[    1.602279] system 00:08: ioport range 0x5300-0x53fe has been reserved
[    1.602283] system 00:08: ioport range 0x5400-0x54fe has been reserved
[    1.602287] system 00:08: ioport range 0x5500-0x55fe has been reserved
[    1.602292] system 00:08: ioport range 0x5600-0x56fe has been reserved
[    1.602296] system 00:08: ioport range 0x5700-0x57fe has been reserved
[    1.602300] system 00:08: ioport range 0x5800-0x58fe has been reserved
[    1.602305] system 00:08: ioport range 0x5900-0x59fe has been reserved
[    1.602309] system 00:08: ioport range 0x5a00-0x5afe has been reserved
[    1.602313] system 00:08: ioport range 0x5b00-0x5bfe has been reserved
[    1.602318] system 00:08: ioport range 0x5c00-0x5cfe has been reserved
[    1.602322] system 00:08: ioport range 0x5d00-0x5dfe has been reserved
[    1.602326] system 00:08: ioport range 0x5e00-0x5efe has been reserved
[    1.602330] system 00:08: ioport range 0x5f00-0x5ffe has been reserved
[    1.602335] system 00:08: ioport range 0x6000-0x60fe has been reserved
[    1.602339] system 00:08: ioport range 0x6100-0x61fe has been reserved
[    1.602344] system 00:08: ioport range 0x6200-0x62fe has been reserved
[    1.602348] system 00:08: ioport range 0x6300-0x63fe has been reserved
[    1.602352] system 00:08: ioport range 0x6400-0x64fe has been reserved
[    1.602357] system 00:08: ioport range 0x6500-0x65fe has been reserved
[    1.602361] system 00:08: ioport range 0x6600-0x66fe has been reserved
[    1.602366] system 00:08: ioport range 0x6700-0x67fe has been reserved
[    1.602370] system 00:08: ioport range 0x6800-0x68fe has been reserved
[    1.602374] system 00:08: ioport range 0x6900-0x69fe has been reserved
[    1.602379] system 00:08: ioport range 0x6a00-0x6afe has been reserved
[    1.602383] system 00:08: ioport range 0x6b00-0x6bfe has been reserved
[    1.602388] system 00:08: ioport range 0x6c00-0x6cfe has been reserved
[    1.602392] system 00:08: ioport range 0x6d00-0x6dfe has been reserved
[    1.602397] system 00:08: ioport range 0x6e00-0x6efe has been reserved
[    1.602402] system 00:08: ioport range 0x6f00-0x6ffe has been reserved
[    1.602406] system 00:08: ioport range 0xa000-0xa0fe has been reserved
[    1.602410] system 00:08: ioport range 0xa100-0xa1fe has been reserved
[    1.602415] system 00:08: ioport range 0xa200-0xa2fe has been reserved
[    1.602419] system 00:08: ioport range 0xa300-0xa3fe has been reserved
[    1.602424] system 00:08: ioport range 0xa400-0xa4fe has been reserved
[    1.602428] system 00:08: ioport range 0xa500-0xa5fe has been reserved
[    1.602433] system 00:08: ioport range 0xa600-0xa6fe has been reserved
[    1.602437] system 00:08: ioport range 0xa700-0xa7fe has been reserved
[    1.602442] system 00:08: ioport range 0xa800-0xa8fe has been reserved
[    1.602446] system 00:08: ioport range 0xa900-0xa9fe has been reserved
[    1.602451] system 00:08: ioport range 0xaa00-0xaafe has been reserved
[    1.602457] system 00:08: ioport range 0xab00-0xabfe has been reserved
[    1.602462] system 00:08: ioport range 0xac00-0xacfe has been reserved
[    1.602466] system 00:08: ioport range 0xad00-0xadfe has been reserved
[    1.602471] system 00:08: ioport range 0xae00-0xaefe has been reserved
[    1.604800] system 00:08: ioport range 0xaf00-0xaffe has been reserved
[    1.611719] system 00:08: iomem range 0xe0000000-0xefffffff has been reserved
[    1.620025] system 00:08: iomem range 0xfeda0000-0xfedacfff has been reserved
[    1.627219] pnp: PnP ACPI: found 10 devices
[    1.629719] ACPI: ACPI bus type pnp unregistered
[    1.640275] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    1.642177] pci 0000:00:01.0:   IO window: 0xd000-0xdfff
[    1.646340] pci 0000:00:01.0:   MEM window: 0xfe900000-0xfeafffff
[    1.653260] pci 0000:00:01.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
[    1.660188] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[    1.667104] pci 0000:00:1c.0:   IO window: disabled
[    1.671265] pci 0000:00:1c.0:   MEM window: 0xfe800000-0xfe8fffff
[    1.678185] pci 0000:00:1c.0:   PREFETCH window: disabled
[    1.682344] pci 0000:00:1c.4: PCI bridge, secondary bus 0000:03
[    1.689259] pci 0000:00:1c.4:   IO window: disabled
[    1.693419] pci 0000:00:1c.4:   MEM window: 0xfe700000-0xfe7fffff
[    1.700340] pci 0000:00:1c.4:   PREFETCH window: disabled
[    1.704499] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:04
[    1.711416] pci 0000:00:1e.0:   IO window: 0xc000-0xcfff
[    1.716960] pci 0000:00:1e.0:   MEM window: 0xfe500000-0xfe6fffff
[    1.723880] pci 0000:00:1e.0:   PREFETCH window: 0x000000b8000000-0x000000b80fffff
[    1.731867] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
[    1.737743] ERROR: Unable to locate IOAPIC for GSI 11
[    1.741879] xen_set_ioapic_routing: irq 11 gsi 11 ioapic -1
[    1.746034] pci 0000:00:01.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[    1.754341] xen: PCI device 0000:00:01.0 pin 1 -> irq 11
[    1.759896] xen_allocate_pirq: returning irq 11 for gsi 11
[    1.765420] ERROR: Unable to locate IOAPIC for GSI 11
[    1.770956] xen_set_ioapic_routing: irq 11 gsi 11 ioapic -1
[    1.776496] pci 0000:00:1c.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[    1.784804] xen: PCI device 0000:00:1c.0 pin 1 -> irq 11
[    1.790360] xen_allocate_pirq: returning irq 11 for gsi 11
[    1.794497] ERROR: Unable to locate IOAPIC for GSI 11
[    1.800036] xen_set_ioapic_routing: irq 11 gsi 11 ioapic -1
[    1.805576] pci 0000:00:1c.4: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[    1.813883] xen: PCI device 0000:00:1c.4 pin 1 -> irq 11
[    1.819439] bus: 00 index 0 io port: [0x00-0xffff]
[    1.824961] bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
[    1.830498] bus: 01 index 0 io port: [0xd000-0xdfff]
[    1.836038] bus: 01 index 1 mmio: [0xfe900000-0xfeafffff]
[    1.840193] bus: 01 index 2 mmio: [0xd0000000-0xdfffffff]
[    1.845730] bus: 01 index 3 mmio: [0x0-0x0]
[    1.849885] bus: 02 index 0 mmio: [0x0-0x0]
[    1.854038] bus: 02 index 1 mmio: [0xfe800000-0xfe8fffff]
[    1.859578] bus: 02 index 2 mmio: [0x0-0x0]
[    1.863733] bus: 02 index 3 mmio: [0x0-0x0]
[    1.867885] bus: 03 index 0 mmio: [0x0-0x0]
[    1.872040] bus: 03 index 1 mmio: [0xfe700000-0xfe7fffff]
[    1.877580] bus: 03 index 2 mmio: [0x0-0x0]
[    1.881732] bus: 03 index 3 mmio: [0x0-0x0]
[    1.885888] bus: 04 index 0 io port: [0xc000-0xcfff]
[    1.891425] bus: 04 index 1 mmio: [0xfe500000-0xfe6fffff]
[    1.896965] bus: 04 index 2 mmio: [0xb8000000-0xb80fffff]
[    1.902502] bus: 04 index 3 io port: [0x00-0xffff]
[    1.908042] bus: 04 index 4 mmio: [0x000000-0xffffffffffffffff]
[    1.913586] NET: Registered protocol family 2
[    1.956313] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    1.957853] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    1.961794] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.962310] TCP: Hash tables configured (established 524288 bind 65536)
[    1.962315] TCP reno registered
[    1.972189] NET: Registered protocol family 1
[    1.972325] checking if image is initramfs... it is
[    2.103738] Freeing initrd memory: 195202k freed
[    2.209773] Simple Boot Flag at 0x7a set to 0x1
[    2.210409] audit: initializing netlink socket (disabled)
[    2.210424] type=2000 audit(1228948563.039:1): initialized
[    2.216482] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.218582] VFS: Disk quotas dquot_6.5.1
[    2.218659] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.218765] msgmni has been set to 6155
[    2.218920] alg: No test for stdrng (krng)
[    2.218933] io scheduler noop registered
[    2.218936] io scheduler anticipatory registered
[    2.218940] io scheduler deadline registered
[    2.219040] io scheduler cfq registered (default)
[    2.272740] pcieport-driver 0000:00:01.0: found MSI capability
[    2.273010] pcieport-driver 0000:00:1c.0: found MSI capability
[    2.273304] pcieport-driver 0000:00:1c.4: found MSI capability
[    2.273774] xenbus_probe_backend_init bus registered ok
[    2.273824] Event-channel device installed.
[    2.273827] ***blkif_init
[    2.305000] hpet_acpi_add: no address or irqs in _CRS
[    2.305042] Linux agpgart interface v0.103
[    2.305048] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
[    2.307095] brd: module loaded
[    2.307157] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[    2.307303] PNP: No PS/2 controller found. Probing ports directly.
[    2.309442] i8042: probe of i8042 failed with error -38
[    2.320225] mice: PS/2 mouse device common for all mice
[    2.320322] rtc_cmos 00:05: RTC can wake from S4
[    2.320384] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    2.320422] rtc0: alarms up to one day, 242 bytes nvram
[    2.320483] cpuidle: using governor ladder
[    2.320486] cpuidle: using governor menu
[    2.320816] TCP cubic registered
[    2.320833] IO APIC resources could be not be allocated.
[    2.320983] registered taskstats version 1
[    2.321082]   Magic number: 4:703:653
[    2.321197] rtc_cmos 00:05: setting system clock to 2008-12-10 22:36:02 UTC (1228948562)
[    2.321202] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.321206] EDD information not available.
[    2.321225] Freeing unused kernel memory: 568k freed
[    2.321433] Write protecting the kernel read-only data: 4316k
Loading, please wait...
Couldnt get a file descriptor referring to the console
Begin: Loading essential drivers... ...
[    2.412189] fuse init (API version 7.10)
[    2.427199] processor ACPI_CPU:00: registered as cooling_device0
[    2.445115] device-mapper: uevent: version 1.0.3
[    2.445288] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
Done.
Begin: Running /scripts/init-premount ...
Done.
Begin: Mounting root file system... ...
Begin: Running /scripts/local-top ...
Done.
Begin: Waiting for root file system... ...
[    2.830805] usbcore: registered new interface driver usbfs
[    2.830828] usbcore: registered new interface driver hub
[    2.838870] usbcore: registered new device driver usb
[    2.841456] uhci_hcd: USB Universal Host Controller Interface driver
[    2.841505] xen_allocate_pirq: returning irq 11 for gsi 11
[    2.841510] ERROR: Unable to locate IOAPIC for GSI 11
[    2.841513] xen_set_ioapic_routing: irq 11 gsi 11 ioapic -1
[    2.841518] uhci_hcd 0000:00:1a.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[    2.841522] xen: PCI device 0000:00:1a.0 pin 1 -> irq 11
[    2.841538] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    2.841575] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    2.841623] uhci_hcd 0000:00:1a.0: irq 11, io base 0x0000ff20
[    2.841884] usb usb1: configuration #1 chosen from 1 choice
[    2.841906] hub 1-0:1.0: USB hub found
[    2.841917] hub 1-0:1.0: 2 ports detected
[    2.843134] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10
[    2.843159] ERROR: Unable to locate IOAPIC for GSI 10
[    2.843162] xen_set_ioapic_routing: irq 10 gsi 10 ioapic -1
[    2.843166] uhci_hcd 0000:00:1a.1: PCI INT B -> Link[LNKB] -> GSI 10 (level, low) -> IRQ 10
[    2.843170] xen: PCI device 0000:00:1a.1 pin 2 -> irq 10
[    2.843183] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    2.843202] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
[    2.843240] uhci_hcd 0000:00:1a.1: irq 10, io base 0x0000ff00
[    2.843325] usb usb2: configuration #1 chosen from 1 choice
[    2.843345] hub 2-0:1.0: USB hub found
[    2.843356] hub 2-0:1.0: 2 ports detected
[    2.844587] ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 5
[    2.844608] ERROR: Unable to locate IOAPIC for GSI 5
[    2.844611] xen_set_ioapic_routing: irq 5 gsi 5 ioapic -1
[    2.844615] uhci_hcd 0000:00:1d.0: PCI INT A -> Link[LNKH] -> GSI 5 (level, low) -> IRQ 5
[    2.844620] xen: PCI device 0000:00:1d.0 pin 1 -> irq 5
[    2.844632] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    2.844652] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 3
[    2.844690] uhci_hcd 0000:00:1d.0: irq 5, io base 0x0000ff80
[    2.844774] usb usb3: configuration #1 chosen from 1 choice
[    2.844794] hub 3-0:1.0: USB hub found
[    2.844805] hub 3-0:1.0: 2 ports detected
[    2.844895] xen_allocate_pirq: returning irq 10 for gsi 10
[    2.844899] ERROR: Unable to locate IOAPIC for GSI 10
[    2.844902] xen_set_ioapic_routing: irq 10 gsi 10 ioapic -1
[    2.844906] uhci_hcd 0000:00:1d.1: PCI INT B -> Link[LNKB] -> GSI 10 (level, low) -> IRQ 10
[    2.844911] xen: PCI device 0000:00:1d.1 pin 2 -> irq 10
[    2.844923] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    2.844945] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 4
[    2.844976] uhci_hcd 0000:00:1d.1: irq 10, io base 0x0000ff60
[    2.845060] usb usb4: configuration #1 chosen from 1 choice
[    2.845079] hub 4-0:1.0: USB hub found
[    2.845090] hub 4-0:1.0: 2 ports detected
[    2.847073] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 3
[    2.847096] ERROR: Unable to locate IOAPIC for GSI 3
[    2.847099] xen_set_ioapic_routing: irq 3 gsi 3 ioapic -1
[    2.847103] uhci_hcd 0000:00:1d.2: PCI INT C -> Link[LNKC] -> GSI 3 (level, low) -> IRQ 3
[    2.847107] xen: PCI device 0000:00:1d.2 pin 3 -> irq 3
[    2.847121] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    2.847142] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 5
[    2.847182] uhci_hcd 0000:00:1d.2: irq 3, io base 0x0000ff40
[    2.847268] usb usb5: configuration #1 chosen from 1 choice
[    2.847288] hub 5-0:1.0: USB hub found
[    2.847300] hub 5-0:1.0: 2 ports detected
[    2.873536] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.873542] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
[    2.874669] ACPI: PCI Interrupt Link [LNKG] enabled at IRQ 9
[    2.874675] xen_allocate_pirq: returning irq 9 for gsi 9
[    2.874680] ERROR: Unable to locate IOAPIC for GSI 9
[    2.874683] xen_set_ioapic_routing: irq 9 gsi 9 ioapic -1
[    2.874687] ehci_hcd 0000:00:1a.7: PCI INT C -> Link[LNKG] -> GSI 9 (level, low) -> IRQ 9
[    2.874691] xen: PCI device 0000:00:1a.7 pin 3 -> irq 9
[    2.874923] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    2.874950] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 6
[    2.878881] ehci_hcd 0000:00:1a.7: debug port 1
[    2.878896] ehci_hcd 0000:00:1a.7: irq 9, io mem 0xfebfbc00
[    2.908071] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    2.908173] usb usb6: configuration #1 chosen from 1 choice
[    2.908196] hub 6-0:1.0: USB hub found
[    2.908210] hub 6-0:1.0: 4 ports detected
[    2.908314] xen_allocate_pirq: returning irq 5 for gsi 5
[    2.908319] ERROR: Unable to locate IOAPIC for GSI 5
[    2.908322] xen_set_ioapic_routing: irq 5 gsi 5 ioapic -1
[    2.908326] ehci_hcd 0000:00:1d.7: PCI INT A -> Link[LNKH] -> GSI 5 (level, low) -> IRQ 5
[    2.908330] xen: PCI device 0000:00:1d.7 pin 1 -> irq 5
[    2.908351] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    2.908371] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 7
[    2.912298] ehci_hcd 0000:00:1d.7: debug port 1
[    2.912313] ehci_hcd 0000:00:1d.7: irq 5, io mem 0xff980800
[    2.928069] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    2.928135] usb usb7: configuration #1 chosen from 1 choice
[    2.928155] hub 7-0:1.0: USB hub found
[    2.928168] hub 7-0:1.0: 6 ports detected
[    2.952751] tg3.c:v3.94 (August 14, 2008)
[    2.952778] xen_allocate_pirq: returning irq 11 for gsi 11
[    2.952783] ERROR: Unable to locate IOAPIC for GSI 11
[    2.952786] xen_set_ioapic_routing: irq 11 gsi 11 ioapic -1
[    2.952790] tg3 0000:03:00.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[    2.952795] xen: PCI device 0000:03:00.0 pin 1 -> irq 11
[    2.972709] eth0: Tigon3 [partno(BCM95754) rev b002 PHY(5787)] (PCI Express) 10/100/1000Base-T Ethernet 00:1a:a0:a9:f2:81
[    2.972717] eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] WireSpeed[1] TSOcap[1]
[    2.972721] eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    3.012676] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    3.012704] xen_allocate_pirq: returning irq 3 for gsi 3
[    3.012708] ERROR: Unable to locate IOAPIC for GSI 3
[    3.012711] xen_set_ioapic_routing: irq 3 gsi 3 ioapic -1
[    3.012716] r8169 0000:04:02.0: PCI INT A -> Link[LNKC] -> GSI 3 (level, low) -> IRQ 3
[    3.012720] xen: PCI device 0000:04:02.0 pin 1 -> irq 3
[    3.013041] r8169 0000:04:02.0: no PCI Express capability
[    3.013271] eth1: RTL8110s at 0xffffc20011190f00, 00:18:4d:f0:19:07, XID 04000000 IRQ 3
[    3.054723] SCSI subsystem initialized
[    3.091338] ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 9
[    3.091347] xen_allocate_pirq: returning irq 9 for gsi 9
[    3.091351] ERROR: Unable to locate IOAPIC for GSI 9
[    3.091354] xen_set_ioapic_routing: irq 9 gsi 9 ioapic -1
[    3.091358] ata_piix 0000:00:1f.2: PCI INT C -> Link[LNKE] -> GSI 9 (level, low) -> IRQ 9
[    3.091363] xen: PCI device 0000:00:1f.2 pin 3 -> irq 9
[    3.091369] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    3.247637] scsi0 : ata_piix
[    3.247726] scsi1 : ata_piix
[    3.253450] ata1: SATA max UDMA/133 cmd 0xfe00 ctl 0xfe10 bmdma 0xfec0 irq 9
[    3.253461] ata2: SATA max UDMA/133 cmd 0xfe20 ctl 0xfe30 bmdma 0xfec8 irq 9
[    3.408548] usb 2-2: new low speed USB device using uhci_hcd and address 2
[    4.048307] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.048334] ata1.01: SATA link down (SStatus 4 SControl 300)
[    6.601852] usb 2-2: configuration #1 chosen from 1 choice
[    6.866426] usbcore: registered new interface driver hiddev
[    7.016072] usb 7-5: new high speed USB device using ehci_hcd and address 3
[    7.344338] ------------[ cut here ]------------
[    7.344347] WARNING: at kernel/smp.c:333 smp_call_function_mask+0x200/0x210()
[    7.344351] Hardware name: OptiPlex 745                 
[    7.344355] Modules linked in: usbhid(+) hid ata_piix(+) libata scsi_mod r8169 mii tg3 libphy ehci_hcd uhci_hcd usbcore dm_mirror dm_region_hash dm_log dm_snapshot dm_mod thermal processor fan fuse
[    7.344380] Pid: 1965, comm: modprobe Not tainted 2.6.28-rc7-tip #1
[    7.344384] Call Trace:
[    7.344389]  [<ffffffff8024d9bc>] warn_slowpath+0xdc/0x110
[    7.344395]  [<ffffffff8020b7b0>] ? load_TLS_descriptor+0x80/0xc0
[    7.344399]  [<ffffffff8020b7b0>] ? load_TLS_descriptor+0x80/0xc0
[    7.344404]  [<ffffffff80244600>] ? update_curr+0xa0/0xf0
[    7.344409]  [<ffffffff80274650>] smp_call_function_mask+0x200/0x210
[    7.344415]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    7.344419]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    7.344424]  [<ffffffff802ae861>] ? get_page_from_freelist+0x4b1/0x6e0
[    7.344428]  [<ffffffff8020c8e2>] ? xen_pte_val+0x12/0x40
[    7.344433]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    7.344465]  [<ffffffff8027467b>] smp_call_function+0x1b/0x20
[    7.344470]  [<ffffffff802530cf>] on_each_cpu+0x1f/0x50
[    7.344474]  [<ffffffff80225a17>] flush_tlb_all+0x17/0x20
[    7.344479]  [<ffffffff802c7307>] __purge_vmap_area_lazy+0x127/0x180
[    7.344484]  [<ffffffff802c8816>] vm_unmap_aliases+0x166/0x180
[    7.344489]  [<ffffffff8020dbcd>] xen_create_contiguous_region+0x5d/0x110
[    7.344494]  [<ffffffff802d2378>] ? alloc_pages_current+0xa8/0x100
[    7.344501]  [<ffffffff803afbe4>] xen_alloc_coherent+0x94/0x100
[    7.344505]  [<ffffffff802cdb0f>] dma_pool_alloc+0x1af/0x2b0
[    7.344510]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    7.344526]  [<ffffffffa0076327>] hcd_buffer_alloc+0x127/0x130 [usbcore]
[    7.344539]  [<ffffffffa006938e>] usb_buffer_alloc+0x1e/0x30 [usbcore]
[    7.344545]  [<ffffffffa0175ddb>] usbhid_start+0xdb/0x570 [usbhid]
[    7.344552]  [<ffffffffa01649e9>] hid_device_probe+0xc9/0x100 [hid]
[    7.344558]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    7.344562]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    7.344566]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    7.344570]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    7.344575]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    7.344579]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    7.344583]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    7.344589]  [<ffffffffa01645c5>] hid_add_device+0x95/0x120 [hid]
[    7.344595]  [<ffffffffa0174dd2>] hid_probe+0x222/0x310 [usbhid]
[    7.344607]  [<ffffffffa0074586>] usb_probe_interface+0xc6/0x180 [usbcore]
[    7.344613]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    7.344618]  [<ffffffff8041f179>] __driver_attach+0x99/0xa0
[    7.344622]  [<ffffffff8041f0e0>] ? __driver_attach+0x0/0xa0
[    7.344626]  [<ffffffff8041e864>] bus_for_each_dev+0x54/0x80
[    7.344631]  [<ffffffff8041ee1c>] driver_attach+0x1c/0x20
[    7.344635]  [<ffffffff8041e189>] bus_add_driver+0x1e9/0x260
[    7.344640]  [<ffffffff8041f41f>] driver_register+0x5f/0x140
[    7.344652]  [<ffffffffa00735d9>] usb_register_driver+0xa9/0x120 [usbcore]
[    7.344658]  [<ffffffffa017f000>] ? hid_init+0x0/0xa0 [usbhid]
[    7.344663]  [<ffffffffa017f069>] hid_init+0x69/0xa0 [usbhid]
[    7.344667]  [<ffffffff8020a03c>] do_one_initcall+0x3c/0x170
[    7.344673]  [<ffffffff802687f3>] ? __blocking_notifier_call_chain+0x63/0x80
[    7.344678]  [<ffffffff80278c52>] sys_init_module+0xb2/0x1f0
[    7.344683]  [<ffffffff802125aa>] system_call_fastpath+0x16/0x1b
[    7.344688] ---[ end trace 03fa16365039b664 ]---
[    7.344747] input: Logitech Optical USB Mouse as /devices/pci0000:00/0000:00:1a.1/usb2/2-2/2-2:1.0/input/input1
[    7.356233] generic-usb 0003:046D:C016.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-0000:00:1a.1-2/input0
[    7.356256] usbcore: registered new interface driver usbhid
[    7.356262] usbhid: v2.6:USB HID core driver
[    9.056103] ata1.00: qc timeout (cmd 0x27)
[    9.056120] ata1.00: failed to read native max address (err_mask=0x4)
[    9.852171] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    9.852203] ata1.01: SATA link down (SStatus 4 SControl 300)
[   12.016069] ehci_hcd 0000:00:1d.7: Unlink after no-IRQ?  Controller is probably using the wrong IRQ.
[   23.575200] ata1.00: qc timeout (cmd 0x27)
[   23.575212] ata1.00: failed to read native max address (err_mask=0x4)
[   23.575216] ata1.00: revalidation failed (errno=-5)
[   23.788067] usb 7-5: device not accepting address 3, error -110
[   23.900072] usb 7-5: new high speed USB device using ehci_hcd and address 4
[   24.368171] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   24.368203] ata1.01: SATA link down (SStatus 4 SControl 300)
[   34.376107] ata1.00: qc timeout (cmd 0x27)
[   34.376122] ata1.00: failed to read native max address (err_mask=0x4)
[   34.376128] ata1.00: revalidation failed (errno=-5)
[   34.376133] ata1.00: disabled
[   34.376167] ata1.00: hard resetting link
[   34.696079] ata1.01: hard resetting link
[   35.172172] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   35.172203] ata1.01: SATA link down (SStatus 4 SControl 300)
[   35.172217] ata1: EH complete
[   35.968168] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   35.968199] ata2.01: SATA link down (SStatus 4 SControl 300)
[   35.976320] ata2.00: ATAPI: Optiarc DVD+/-RW AD-5170S, 101B, max UDMA/66
[   35.992323] ata2.00: configured for UDMA/66
Done.
Gave up waiting for root device.  Common problems:
 - Boot args (cat /proc/cmdline)
   - Check rootdelay= (did the system wait long enough?)
   - Check root= (did the system wait for the right device?)
 - Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/sda1 does not exist. Dropping to a shell!


BusyBox v1.10.2 (Ubuntu 1:1.10.2-1ubuntu6) built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs) [   39.456068] usb 7-5: device not accepting address 4, error -110
[   39.568070] usb 7-5: new high speed USB device using ehci_hcd and address 5
[   40.992090] ata2.00: qc timeout (cmd 0xa0)
[   40.992105] ata2.00: TEST_UNIT_READY failed (err_mask=0x5)
[   41.788167] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   41.788198] ata2.01: SATA link down (SStatus 4 SControl 300)
[   41.812325] ata2.00: configured for UDMA/66
[   46.812084] ata2.00: qc timeout (cmd 0xa0)
[   46.812098] ata2.00: TEST_UNIT_READY failed (err_mask=0x5)
[   46.812107] ata2.00: limiting SATA link speed to 1.5 Gbps
[   46.812112] ata2.00: limiting speed to UDMA/66:PIO3
[   47.608165] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[   47.608196] ata2.01: SATA link down (SStatus 4 SControl 300)
[   47.632325] ata2.00: configured for UDMA/66
[   50.000084] usb 7-5: device not accepting address 5, error -110
[   50.112070] usb 7-5: new high speed USB device using ehci_hcd and address 6
[   52.632084] ata2.00: qc timeout (cmd 0xa0)
[   52.632099] ata2.00: TEST_UNIT_READY failed (err_mask=0x5)
[   52.632103] ata2.00: disabled
[   52.632136] ata2.00: hard resetting link
[   52.952078] ata2.01: hard resetting link
[   53.428166] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[   53.428197] ata2.01: SATA link down (SStatus 4 SControl 300)
[   53.428209] ata2: EH complete
[   53.428298] xen_allocate_pirq: returning irq 9 for gsi 9
[   53.428303] ERROR: Unable to locate IOAPIC for GSI 9
[   53.428306] xen_set_ioapic_routing: irq 9 gsi 9 ioapic -1
[   53.428311] ata_piix 0000:00:1f.5: PCI INT C -> Link[LNKE] -> GSI 9 (level, low) -> IRQ 9
[   53.428315] xen: PCI device 0000:00:1f.5 pin 3 -> irq 9
[   53.428321] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[   53.584174] scsi2 : ata_piix
[   53.585809] scsi3 : ata_piix
[   53.585845] ata3: SATA max UDMA/133 cmd 0xfe40 ctl 0xfe50 bmdma 0xfed0 irq 9
[   53.585852] ata4: SATA max UDMA/133 cmd 0xfe60 ctl 0xfe70 bmdma 0xfed8 irq 9
[   53.904124] ata3: SATA link down (SStatus 0 SControl 300)
[   54.380135] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   59.404095] ata4.00: qc timeout (cmd 0x27)
[   59.404110] ata4.00: failed to read native max address (err_mask=0x4)
[   59.880134] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   60.544065] usb 7-5: device not accepting address 6, error -110
[   60.544083] hub 7-0:1.0: unable to enumerate USB device on port 5
[   69.888094] ata4.00: qc timeout (cmd 0x27)
[   69.888109] ata4.00: failed to read native max address (err_mask=0x4)
[   69.888115] ata4.00: revalidation failed (errno=-5)
[   70.364133] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   80.372094] ata4.00: qc timeout (cmd 0x27)
[   80.372109] ata4.00: failed to read native max address (err_mask=0x4)
[   80.372115] ata4.00: revalidation failed (errno=-5)
[   80.372119] ata4.00: disabled
[   80.372146] ata4: hard resetting link
[   80.848133] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   80.848154] ata4: EH complete

[-- Attachment #4: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-10 22:48 ` Todd Deshane
@ 2008-12-11  8:04   ` Jeremy Fitzhardinge
  2008-12-11 16:50     ` Todd Deshane
  0 siblings, 1 reply; 92+ messages in thread
From: Jeremy Fitzhardinge @ 2008-12-11  8:04 UTC (permalink / raw)
  To: deshantm; +Cc: Xen-devel, Aviv Grafi

Todd Deshane wrote:
> On Wed, Dec 10, 2008 at 3:05 PM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:
>   
>> Ian Campbell noticed a missing TLB flush which was causing the USB
>> crashes/failures when booting the pvops dom0 kernel.  With that fixed,
>> enabling USB boots reliably and seems to work.
>>
>> Its quite possible this will also improve matters with ATA/SATA controllers,
>> though I haven't tested it so far.
>>
>> Anyway, its a significant fix and its worth trying the current pvops patch
>> queue again.  Please tell me what you find.
>>
>>     
>
> Looks like some progress has been made.
>
> Two logs attached.
>
> The first, with both CPUs enabled give a pretty hard crash.
> (Maybe some indication of an SMP problem)
>
> The second, with nosmp on the dom0 kernel command line
> sitll doesn't fully boot, but look like it picks up the device, just
> that it is picking it up late maybe.
>
>
> Notice toward the end of boot that it goes to a busybox
> shell:
>
> "ALERT! /dev/sda1 does not exist. Dropping to a shell!
>
>
> BusyBox v1.10.2 (Ubuntu 1:1.10.2-1ubuntu6) built-in shell (ash)
> Enter 'help' for a list of built-in commands.
>
> (initramfs)"
>
> Then ATA stuff that keeps trying...
>   

Well, for a start, disable MSI for now (pci=nomsi on the kernel command 
line).  I haven't done any MSI support yet.

In the nosmp boot, something seems amiss with interrupt routing.  nomsi 
may help there as well, but I'll need to have a closer look at the code 
to work out what's really going wrong here.  Hm, its probably:
[    0.000000] ACPI: Skipping IOAPIC probe due to 'noapic' option.

I guess nosmp implies noapic?  Anyway, we don't do well without ioapics 
at present...

    J

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-11  8:04   ` Jeremy Fitzhardinge
@ 2008-12-11 16:50     ` Todd Deshane
  2008-12-11 17:18       ` Todd Deshane
  2008-12-11 18:17       ` Jeremy Fitzhardinge
  0 siblings, 2 replies; 92+ messages in thread
From: Todd Deshane @ 2008-12-11 16:50 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Xen-devel, Aviv Grafi

[-- Attachment #1: Type: text/plain, Size: 1036 bytes --]

> Well, for a start, disable MSI for now (pci=nomsi on the kernel command
> line).  I haven't done any MSI support yet.
>
> In the nosmp boot, something seems amiss with interrupt routing.  nomsi may
> help there as well, but I'll need to have a closer look at the code to work
> out what's really going wrong here.  Hm, its probably:
> [    0.000000] ACPI: Skipping IOAPIC probe due to 'noapic' option.
>
> I guess nosmp implies noapic?  Anyway, we don't do well without ioapics at
> present...
>
>   J
>
The pci=nomsi helped a lot.

I have booting (at least almost)

Again two logs attached. This time the without nosmp does better.

Gets to a checking battery state line then it seems to stop.

The nosmp does the same as last time, a initramfs prompt followed by
ATA trying...

I will try to disable some of the init scripts or try single user mode to
see if I can get a normal prompt.

Might not have much time to work on it over the next couple days...

Cheers,
Todd

-- 
Todd Deshane
http://todddeshane.net
http://runningxen.com

[-- Attachment #2: xenboot-with-fix.nomsi --]
[-- Type: application/octet-stream, Size: 66575 bytes --]

 __  __            _____ _  _                      _        _     _      
 \ \/ /___ _ __   |___ /| || |     _   _ _ __  ___| |_ __ _| |__ | | ___ 
  \  // _ \ '_ \    |_ \| || |_ __| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
  /  \  __/ | | |  ___) |__   _|__| |_| | | | \__ \ || (_| | |_) | |  __/
 /_/\_\___|_| |_| |____(_) |_|     \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
                                                                         
(XEN) Xen version 3.4-unstable (deshantm@) (gcc version 4.2.4 (Ubuntu 4.2.4-3ubuntu4)) Wed Nov 26 16:27:34 EST 2008
(XEN) Latest ChangeSet: Wed Nov 19 19:13:22 2008 +0000 18796:98d48f7680db
(XEN) Command line: loglvl=all guest_loglvl=all com1=115200,8n1 console=com1 mem=3G 
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN)  Found 2 MBR signatures
(XEN)  Found 2 EDD information structures
(XEN) Truncating memory map to 3145728kB
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 000000000009fc00 (usable)
(XEN)  00000000000f0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 00000000c0000000 (usable)
(XEN) System RAM: 3071MB (3145340kB)
(XEN) ACPI: RSDP 000FEBF0, 0024 (r2 DELL  )
(XEN) ACPI: XSDT 000FCE97, 0084 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: FACP 000FCFBF, 00F4 (r3 DELL    B8K           15 ASL        61)
(XEN) ACPI: DSDT FFF68960, 475F (r1   DELL    dt_ex     1000 INTL 20050624)
(XEN) ACPI: FACS CFDFFC00, 0040
(XEN) ACPI: SSDT FFF6D397, 009A (r1   DELL    st_ex     1000 INTL 20050624)
(XEN) ACPI: APIC 000FD0B3, 0092 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: BOOT 000FD145, 0028 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: ASF! 000FD16D, 0092 (r32 DELL    B8K           15 ASL        61)
(XEN) ACPI: MCFG 000FD1FF, 003E (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: HPET 000FD23D, 0038 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: TCPA 000FD499, 0032 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: SLIC 000FD275, 0176 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: SSDT CFDFFC40, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CFE00049, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CFE00452, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
(XEN) NUMA turned off
(XEN) Faking a node at 0000000000000000-00000000c0000000
(XEN) Xen heap: 14MB (14664kB)
(XEN) Domain heap initialised
(XEN) found SMP MP-table at 000fe710
(XEN) DMI 2.3 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x808
(XEN) ACPI: ACPI SLEEP INFO: pm1x_cnt[804,0], pm1x_evt[800,0]
(XEN) ACPI:                  wakeup_vec[cfdffc0c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) Processor #0 6:15 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
(XEN) Processor #1 6:15 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
(XEN) ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
(XEN) ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) ACPI: HPET id: 0x8086a201 base: 0xfed00000
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Initializing CPU#0
(XEN) Detected 2394.072 MHz processor.
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 4096K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 0
(XEN) HVM: VMX enabled
(XEN) CPU0: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
(XEN) Booting processor 1/1 eip 8c000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 4096K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) CPU1: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
(XEN) Total of 2 processors activated.
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using new ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) checking TSC synchronization across 2 CPUs: passed.
(XEN) Platform timer is 14.318MHz HPET
(XEN) Brought up 2 CPUs
(XEN) I/O virtualisation disabled
(XEN) ACPI sleep modes: S3
(XEN) MCA: Machine check polling timer started.
(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x200000 -> 0x8797bc
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000090000000->00000000a0000000 (673519 pages to be allocated)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff80200000->ffffffff808797bc
(XEN)  Init. ramdisk: ffffffff8087a000->ffffffff8c71aa00
(XEN)  Phys-Mach map: ffffffff8c71b000->ffffffff8ccbe778
(XEN)  Start info:    ffffffff8ccbf000->ffffffff8ccbf4a4
(XEN)  Page tables:   ffffffff8ccc0000->ffffffff8cd2b000
(XEN)  Boot stack:    ffffffff8cd2b000->ffffffff8cd2c000
(XEN)  TOTAL:         ffffffff80000000->ffffffff8d000000
(XEN)  ENTRY ADDRESS: ffffffff806d8200
(XEN) Dom0 has maximum 2 VCPUs
(XEN) Scrubbing Free RAM: .done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 108kB init memory.
mapping kernel into physical memory
Xen: setup ISA identity maps
about to get started...
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.28-rc7-tip (deshantm@vt) (gcc version 4.2.4 (Ubuntu 4.2.4-3ubuntu4)) #1 SMP Wed Dec 10 17:01:24 EST 2008
[    0.000000] Command line: root=/dev/sda1 ro console=hvc0 earlyprintk=xen xencons=ttyS0,115200 pci=nomsi
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  Xen: 0000000000000000 - 00000000000a0000 (usable)
[    0.000000]  Xen: 00000000000a0000 - 0000000000100000 (reserved)
[    0.000000]  Xen: 0000000000100000 - 000000000c71b000 (usable)
[    0.000000]  Xen: 000000000c71b000 - 000000000ccc0000 (reserved)
[    0.000000]  Xen: 000000000ccc0000 - 00000000b46ef000 (usable)
[    0.000000] console [xenboot0] enabled
[    0.000000] DMI 2.3 present.
[    0.000000] last_pfn = 0xb46ef max_arch_pfn = 0x3ffffffff
[    0.000000] init_memory_mapping: 0000000000000000-00000000b46ef000
[    0.000000] last_map_addr: b46ef000 end: b46ef000
[    0.000000] RAMDISK: 0087a000 - 0c71aa00
[    0.000000] ACPI: RSDP 000FEBF0, 0024 (r2 DELL  )
[    0.000000] ACPI: XSDT 000FCE97, 0084 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: FACP 000FCFBF, 00F4 (r3 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: DSDT FFF68960, 475F (r1   DELL    dt_ex     1000 INTL 20050624)
[    0.000000] ACPI: FACS CFDFFC00, 0040
[    0.000000] ACPI: SSDT FFF6D397, 009A (r1   DELL    st_ex     1000 INTL 20050624)
[    0.000000] ACPI: APIC 000FD0B3, 0092 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: BOOT 000FD145, 0028 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: ASF! 000FD16D, 0092 (r32 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: MCFG 000FD1FF, 003E (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: HPET 000FD23D, 0038 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: TCPA 000FD499, 0032 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: SLIC 000FD275, 0176 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: SSDT CFDFFC40, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CFE00049, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CFE00452, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-00000000b46ef000
[    0.000000] Bootmem setup node 0 0000000000000000-00000000b46ef000
[    0.000000]   NODE_DATA [0000000000001000 - 0000000000005fff]
[    0.000000]   bootmap [0000000000008000 -  000000000001e8df] pages 17
[    0.000000] (6 early reservations) ==> bootmem [0000000000 - 00b46ef000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [000ccc0000 - 000cd2b000]   XEN PAGETABLES ==> [000ccc0000 - 000cd2b000]
[    0.000000]   #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #3 [0000200000 - 00008797bc]    TEXT DATA BSS ==> [0000200000 - 00008797bc]
[    0.000000]   #4 [000087a000 - 000c71aa00]          RAMDISK ==> [000087a000 - 000c71aa00]
[    0.000000]   #5 [000cd2b000 - 000d265000]          PGTABLE ==> [000cd2b000 - 000d265000]
[    0.000000] found SMP MP-table at [ffff8800000fe710] 000fe710
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00100000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x000000a0
[    0.000000]     0: 0x00000100 -> 0x0000c71b
[    0.000000]     0: 0x0000ccc0 -> 0x000b46ef
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x05] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 0, 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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
(XEN) io_apic.c:2203: 
(XEN) ioapic_guest_write: apic=0, pin=2, old_irq=0, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f0, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
(XEN) io_apic.c:2203: 
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 000000000c71b000 - 000000000ccc0000
[    0.000000] Allocating PCI resources starting at b8000000 (gap: b46ef000:4b911000)
[    0.000000] PERCPU: Allocating 57344 bytes of per cpu data
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 725747
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/sda1 ro console=hvc0 earlyprintk=xen xencons=ttyS0,115200 pci=nomsi
[    0.000000] Initializing CPU#0
[    0.000000] xen: allocated irq 9 for acpi 9
[    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[    0.000000] Detected 2394.072 MHz processor.
[    0.004000] Console: colour dummy device 80x25
[    0.004000] console handover: boot [xenboot0] -> real [hvc0]
[    0.004000] allocated 30146560 bytes of page_cgroup
[    0.004000] please try cgroup_disable=memory option if you don't want
[    0.004000] Checking aperture...
[    0.004000] No AGP bridge found
[    0.004000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.004000] Placing 64MB software IO TLB between ffff88001187e000 - ffff88001587dfff
[    0.004000] software IO TLB at phys 0x1187e000 - 0x1587dfff bus 0x1c0000 - 0x7f3ffff
[    0.004000] Memory: 2605160k/2956220k available (3005k kernel code, 6164k absent, 344896k reserved, 1701k data, 568k init)
[    0.004000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.004000] installing Xen timer for CPU 0
[    0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4788.14 BogoMIPS (lpj=9576288)
[    0.004000] Security Framework initialized
[    0.004000] SELinux:  Disabled at boot.
[    0.004000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.004000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.004000] Mount-cache hash table entries: 256
[    0.004043] Initializing cgroup subsys ns
[    0.004049] Initializing cgroup subsys cpuacct
[    0.004053] Initializing cgroup subsys memory
[    0.004080] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.004084] CPU: L2 cache: 4096K
[    0.004088] CPU 0/0x0 -> Node 0
[    0.004091] CPU: Physical Processor ID: 0
[    0.004094] CPU: Processor Core ID: 0
[    0.004112] SMP alternatives: switching to UP code
[    0.028492] ACPI: Core revision 20080926
[    0.237201] cpu 0 spinlock event irq 17
[    0.237696] installing Xen timer for CPU 1
[    0.237714] cpu 1 spinlock event irq 23
[    0.237741] SMP alternatives: switching to SMP code
[    0.000009] Initializing CPU#1
[    0.000051] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.000052] CPU: L2 cache: 4096K
[    0.000054] CPU 1/0x0 -> Node 0
[    0.000056] CPU: Physical Processor ID: 0
[    0.000057] CPU: Processor Core ID: 0
[    0.267574] Brought up 2 CPUs
[    0.267857] net_namespace: 1400 bytes
[    0.267864] Booting paravirtualized kernel on Xen
[    0.267867] Xen version: 3.4-unstable (preserve-AD) (dom0)
[    0.271444] Grant table initialized
[    0.271475] Time: 16:32:28  Date: 12/11/08
[    0.271502] NET: Registered protocol family 16
[    0.271744] xenbus_probe_init ok
[    0.271948] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.271954] ACPI: bus type pci registered
[    0.272143] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.272148] PCI: Not using MMCONFIG.
[    0.272151] PCI: Using configuration type 1 for base access
[    0.327235] ACPI: BIOS _OSI(Linux) query ignored
[    0.349443] ACPI: Interpreter enabled
[    0.349448] ACPI: (supports S0 S3 S4 S5)
[    0.349466] ACPI: Using IOAPIC for interrupt routing
[    0.349576] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.417408] PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
[    0.464093] PCI: Using MMCONFIG at e0000000 - efffffff
[    0.562363] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[    0.562379] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.562411] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.562411] pci 0000:00:01.0: PME# disabled
[    0.562411] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.562411] pci 0000:00:1a.7: PME# disabled
[    0.562411] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.562411] pci 0000:00:1b.0: PME# disabled
[    0.562411] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.562411] pci 0000:00:1c.0: PME# disabled
[    0.562411] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.562411] pci 0000:00:1c.4: PME# disabled
[    0.562411] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.562411] pci 0000:00:1d.7: PME# disabled
[    0.564120] pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
[    0.564127] pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO
[    0.564255] pci 0000:00:1f.2: PME# supported from D3hot
[    0.564262] pci 0000:00:1f.2: PME# disabled
[    0.564452] pci 0000:00:1f.5: PME# supported from D3hot
[    0.564458] pci 0000:00:1f.5: PME# disabled
[    0.565000] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.565009] pci 0000:03:00.0: PME# disabled
[    0.565221] pci 0000:04:02.0: PME# supported from D1 D2 D3hot D3cold
[    0.565229] pci 0000:04:02.0: PME# disabled
[    0.565299] pci 0000:00:1e.0: transparent bridge
[    1.552604] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
[    1.553432] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    1.554240] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 9 10 11 12 15)
[    1.555018] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    1.556434] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    1.557210] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    1.558017] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    1.558830] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 9 10 11 12 15)
[    1.559092] ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] - 00, should be 88 [20080926]
[    1.559092] xen_balloon: Initialising balloon driver.
[    1.559092] PCI: Using ACPI for IRQ routing
[    1.580019] NET: Registered protocol family 8
[    1.580024] NET: Registered protocol family 20
[    1.580048] NetLabel: Initializing
[    1.580048] NetLabel:  domain hash size = 128
[    1.580048] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.580048] NetLabel:  unlabeled traffic allowed by default
[    1.580048] Xen: Initializing Xen DMA ops
[    1.580048] Xen: Enabling DMA fallback to swiotlb
[    1.580073] PCI-GART: No AMD GART found.
[    1.592180] pnp: PnP ACPI init
[    1.592192] ACPI: bus type pnp registered
[    1.604800] pnp 00:01: io resource (0x800-0x85f) overlaps 0000:00:1f.0 BAR 7 (0x800-0x87f), disabling
[    1.604807] pnp 00:01: io resource (0x860-0x8ff) overlaps 0000:00:1f.0 BAR 7 (0x800-0x87f), disabling
[    1.605098] system 00:01: ioport range 0xc00-0xc7f has been reserved
[    1.605721] xen_set_ioapic_routing: irq 13 gsi 13 vector 112 ioapic 0 pin 13 triggering 1 polarity 0
[    1.606284] xen_set_ioapic_routing: irq 8 gsi 8 vector 72 ioapic 0 pin 8 triggering 1 polarity 0
[    1.622832] xen_set_ioapic_routing: irq 4 gsi 4 vector 241 ioapic 0 pin 4 triggering 1 polarity 0
(XEN) io_apic.c:2216: 
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=4
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=000189f1
(XEN) ioapic_guest_write: Attempt to modify IO-APIC pin for in-use IRQ!
[    1.645955] system 00:07: iomem range 0x0-0x9ffff could not be reserved
[    1.645960] system 00:07: iomem range 0x100000-0xffffff could not be reserved
[    1.645965] system 00:07: iomem range 0x1000000-0xcfdffbff could not be reserved
[    1.645969] system 00:07: iomem range 0xf0000-0xfffff could not be reserved
[    1.645974] system 00:07: iomem range 0xc0000-0xcffff could not be reserved
[    1.645978] system 00:07: iomem range 0xfec00000-0xfecfffff has been reserved
[    1.645982] system 00:07: iomem range 0xfee00000-0xfeefffff has been reserved
[    1.645987] system 00:07: iomem range 0xffb00000-0xffbfffff has been reserved
[    1.645991] system 00:07: iomem range 0xffc00000-0xffffffff has been reserved
[    1.650308] system 00:08: ioport range 0x100-0x1fe has been reserved
[    1.650313] system 00:08: ioport range 0x200-0x277 has been reserved
[    1.650317] system 00:08: ioport range 0x280-0x2e7 has been reserved
[    1.650321] system 00:08: ioport range 0x2f0-0x2f7 has been reserved
[    1.650325] system 00:08: ioport range 0x300-0x377 has been reserved
[    1.650329] system 00:08: ioport range 0x380-0x3bb has been reserved
[    1.650334] system 00:08: ioport range 0x3c0-0x3e7 has been reserved
[    1.650338] system 00:08: ioport range 0x3f6-0x3f7 has been reserved
[    1.650342] system 00:08: ioport range 0x400-0x4cf has been reserved
[    1.650346] system 00:08: ioport range 0x4d2-0x57f has been reserved
[    1.650350] system 00:08: ioport range 0x580-0x677 has been reserved
[    1.650354] system 00:08: ioport range 0x680-0x777 has been reserved
[    1.650358] system 00:08: ioport range 0x780-0x7bb has been reserved
[    1.650362] system 00:08: ioport range 0x7c0-0x7ff has been reserved
[    1.650367] system 00:08: ioport range 0x8e0-0x8ff has been reserved
[    1.650371] system 00:08: ioport range 0x900-0x9fe has been reserved
[    1.650375] system 00:08: ioport range 0xa00-0xafe has been reserved
[    1.650379] system 00:08: ioport range 0xb00-0xbfe has been reserved
[    1.650383] system 00:08: ioport range 0xc80-0xcaf has been reserved
[    1.650387] system 00:08: ioport range 0xcc0-0xcf7 has been reserved
[    1.650391] system 00:08: ioport range 0xd00-0xdfe has been reserved
[    1.650395] system 00:08: ioport range 0xe00-0xefe has been reserved
[    1.650400] system 00:08: ioport range 0xf00-0xffe has been reserved
[    1.650404] system 00:08: ioport range 0x2000-0x20fe has been reserved
[    1.650408] system 00:08: ioport range 0x2100-0x21fe has been reserved
[    1.650412] system 00:08: ioport range 0x2200-0x22fe has been reserved
[    1.650417] system 00:08: ioport range 0x2300-0x23fe has been reserved
[    1.650421] system 00:08: ioport range 0x2400-0x24fe has been reserved
[    1.650425] system 00:08: ioport range 0x2500-0x25fe has been reserved
[    1.650429] system 00:08: ioport range 0x2600-0x26fe has been reserved
[    1.650434] system 00:08: ioport range 0x2700-0x27fe has been reserved
[    1.650438] system 00:08: ioport range 0x2800-0x28fe has been reserved
[    1.650442] system 00:08: ioport range 0x2900-0x29fe has been reserved
[    1.650446] system 00:08: ioport range 0x2a00-0x2afe has been reserved
[    1.650451] system 00:08: ioport range 0x2b00-0x2bfe has been reserved
[    1.650455] system 00:08: ioport range 0x2c00-0x2cfe has been reserved
[    1.650459] system 00:08: ioport range 0x2d00-0x2dfe has been reserved
[    1.650463] system 00:08: ioport range 0x2e00-0x2efe has been reserved
[    1.650468] system 00:08: ioport range 0x2f00-0x2ffe has been reserved
[    1.650472] system 00:08: ioport range 0x5000-0x50fe has been reserved
[    1.650476] system 00:08: ioport range 0x5100-0x51fe has been reserved
[    1.650481] system 00:08: ioport range 0x5200-0x52fe has been reserved
[    1.650485] system 00:08: ioport range 0x5300-0x53fe has been reserved
[    1.650489] system 00:08: ioport range 0x5400-0x54fe has been reserved
[    1.650494] system 00:08: ioport range 0x5500-0x55fe has been reserved
[    1.650498] system 00:08: ioport range 0x5600-0x56fe has been reserved
[    1.650502] system 00:08: ioport range 0x5700-0x57fe has been reserved
[    1.650509] system 00:08: ioport range 0x5800-0x58fe has been reserved
[    1.650514] system 00:08: ioport range 0x5900-0x59fe has been reserved
[    1.650518] system 00:08: ioport range 0x5a00-0x5afe has been reserved
[    1.650522] system 00:08: ioport range 0x5b00-0x5bfe has been reserved
[    1.650527] system 00:08: ioport range 0x5c00-0x5cfe has been reserved
[    1.650531] system 00:08: ioport range 0x5d00-0x5dfe has been reserved
[    1.650535] system 00:08: ioport range 0x5e00-0x5efe has been reserved
[    1.650540] system 00:08: ioport range 0x5f00-0x5ffe has been reserved
[    1.650544] system 00:08: ioport range 0x6000-0x60fe has been reserved
[    1.650549] system 00:08: ioport range 0x6100-0x61fe has been reserved
[    1.650553] system 00:08: ioport range 0x6200-0x62fe has been reserved
[    1.650558] system 00:08: ioport range 0x6300-0x63fe has been reserved
[    1.650562] system 00:08: ioport range 0x6400-0x64fe has been reserved
[    1.650566] system 00:08: ioport range 0x6500-0x65fe has been reserved
[    1.650571] system 00:08: ioport range 0x6600-0x66fe has been reserved
[    1.650575] system 00:08: ioport range 0x6700-0x67fe has been reserved
[    1.650580] system 00:08: ioport range 0x6800-0x68fe has been reserved
[    1.650584] system 00:08: ioport range 0x6900-0x69fe has been reserved
[    1.650589] system 00:08: ioport range 0x6a00-0x6afe has been reserved
[    1.650593] system 00:08: ioport range 0x6b00-0x6bfe has been reserved
[    1.650597] system 00:08: ioport range 0x6c00-0x6cfe has been reserved
[    1.650602] system 00:08: ioport range 0x6d00-0x6dfe has been reserved
[    1.650606] system 00:08: ioport range 0x6e00-0x6efe has been reserved
[    1.650611] system 00:08: ioport range 0x6f00-0x6ffe has been reserved
[    1.650615] system 00:08: ioport range 0xa000-0xa0fe has been reserved
[    1.650620] system 00:08: ioport range 0xa100-0xa1fe has been reserved
[    1.650624] system 00:08: ioport range 0xa200-0xa2fe has been reserved
[    1.650629] system 00:08: ioport range 0xa300-0xa3fe has been reserved
[    1.650633] system 00:08: ioport range 0xa400-0xa4fe has been reserved
[    1.650638] system 00:08: ioport range 0xa500-0xa5fe has been reserved
[    1.650642] system 00:08: ioport range 0xa600-0xa6fe has been reserved
[    1.650649] system 00:08: ioport range 0xa700-0xa7fe has been reserved
[    1.650681] system 00:08: ioport range 0xa800-0xa8fe has been reserved
[    1.650686] system 00:08: ioport range 0xa900-0xa9fe has been reserved
[    1.650690] system 00:08: ioport range 0xaa00-0xaafe has been reserved
[    1.650695] system 00:08: ioport range 0xab00-0xabfe has been reserved
[    1.650699] system 00:08: ioport range 0xac00-0xacfe has been reserved
[    1.652080] system 00:08: ioport range 0xad00-0xadfe has been reserved
[    1.657609] system 00:08: ioport range 0xae00-0xaefe has been reserved
[    1.664534] system 00:08: ioport range 0xaf00-0xaffe has been reserved
[    1.671456] system 00:08: iomem range 0xe0000000-0xefffffff has been reserved
[    1.679765] system 00:08: iomem range 0xfeda0000-0xfedacfff has been reserved
[    1.686969] pnp: PnP ACPI: found 10 devices
[    1.689458] ACPI: ACPI bus type pnp unregistered
[    1.700123] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    1.700532] pci 0000:00:01.0:   IO window: 0xd000-0xdfff
[    1.706078] pci 0000:00:01.0:   MEM window: 0xfe900000-0xfeafffff
[    1.713000] pci 0000:00:01.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
[    1.719926] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[    1.726844] pci 0000:00:1c.0:   IO window: disabled
[    1.731002] pci 0000:00:1c.0:   MEM window: 0xfe800000-0xfe8fffff
[    1.736542] pci 0000:00:1c.0:   PREFETCH window: disabled
[    1.742082] pci 0000:00:1c.4: PCI bridge, secondary bus 0000:03
[    1.748999] pci 0000:00:1c.4:   IO window: disabled
[    1.753157] pci 0000:00:1c.4:   MEM window: 0xfe700000-0xfe7fffff
[    1.760080] pci 0000:00:1c.4:   PREFETCH window: disabled
[    1.764239] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:04
[    1.771156] pci 0000:00:1e.0:   IO window: 0xc000-0xcfff
[    1.775314] pci 0000:00:1e.0:   MEM window: 0xfe500000-0xfe6fffff
[    1.782236] pci 0000:00:1e.0:   PREFETCH window: 0x000000b8000000-0x000000b80fffff
[    1.790577] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    1.798852] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[    1.805772] xen: PCI device 0000:00:01.0 pin 1 -> irq 29
[    1.811328] xen_allocate_pirq: returning irq 29 for gsi 16
[    1.816851] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    1.826544] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[    1.832082] xen: PCI device 0000:00:1c.0 pin 1 -> irq 29
[    1.837635] xen_allocate_pirq: returning irq 29 for gsi 16
[    1.843161] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    1.852853] pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[    1.859774] xen: PCI device 0000:00:1c.4 pin 1 -> irq 29
[    1.863947] bus: 00 index 0 io port: [0x00-0xffff]
[    1.869469] bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
[    1.876391] bus: 01 index 0 io port: [0xd000-0xdfff]
[    1.880546] bus: 01 index 1 mmio: [0xfe900000-0xfeafffff]
[    1.886083] bus: 01 index 2 mmio: [0xd0000000-0xdfffffff]
[    1.891623] bus: 01 index 3 mmio: [0x0-0x0]
[    1.895776] bus: 02 index 0 mmio: [0x0-0x0]
[    1.899931] bus: 02 index 1 mmio: [0xfe800000-0xfe8fffff]
[    1.905471] bus: 02 index 2 mmio: [0x0-0x0]
[    1.909623] bus: 02 index 3 mmio: [0x0-0x0]
[    1.913778] bus: 03 index 0 mmio: [0x0-0x0]
[    1.917933] bus: 03 index 1 mmio: [0xfe700000-0xfe7fffff]
[    1.923470] bus: 03 index 2 mmio: [0x0-0x0]
[    1.927626] bus: 03 index 3 mmio: [0x0-0x0]
[    1.931779] bus: 04 index 0 io port: [0xc000-0xcfff]
[    1.937318] bus: 04 index 1 mmio: [0xfe500000-0xfe6fffff]
[    1.942858] bus: 04 index 2 mmio: [0xb8000000-0xb80fffff]
[    1.948396] bus: 04 index 3 io port: [0x00-0xffff]
[    1.952550] bus: 04 index 4 mmio: [0x000000-0xffffffffffffffff]
[    1.959480] NET: Registered protocol family 2
[    2.000370] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    2.002175] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    2.006148] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    2.006673] TCP: Hash tables configured (established 524288 bind 65536)
[    2.006678] TCP reno registered
[    2.016183] NET: Registered protocol family 1
[    2.016347] checking if image is initramfs... it is
[    2.168748] Freeing initrd memory: 195202k freed
[    2.277176] Simple Boot Flag at 0x7a set to 0x1
[    2.278280] audit: initializing netlink socket (disabled)
[    2.278301] type=2000 audit(1229013151.001:1): initialized
[    2.284017] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.286395] VFS: Disk quotas dquot_6.5.1
[    2.286474] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.286583] msgmni has been set to 6155
[    2.286750] alg: No test for stdrng (krng)
[    2.286763] io scheduler noop registered
[    2.286766] io scheduler anticipatory registered
[    2.286770] io scheduler deadline registered
[    2.286880] io scheduler cfq registered (default)
[    2.287244] pcieport-driver 0000:00:01.0: found MSI capability
[    2.287455] pcieport-driver 0000:00:1c.0: found MSI capability
[    2.287709] pcieport-driver 0000:00:1c.4: found MSI capability
[    2.288283] xenbus_probe_backend_init bus registered ok
[    2.288347] Event-channel device installed.
[    2.288351] ***blkif_init
[    2.323071] hpet_acpi_add: no address or irqs in _CRS
[    2.323124] Linux agpgart interface v0.103
[    2.323130] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
[    2.325966] brd: module loaded
[    2.326040] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[    2.326234] PNP: No PS/2 controller found. Probing ports directly.
[    2.328241] i8042: probe of i8042 failed with error -38
[    2.341239] mice: PS/2 mouse device common for all mice
[    2.341341] rtc_cmos 00:05: RTC can wake from S4
[    2.341418] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    2.341455] rtc0: alarms up to one day, 242 bytes nvram
[    2.341502] cpuidle: using governor ladder
[    2.341505] cpuidle: using governor menu
[    2.341886] TCP cubic registered
[    2.341905] IO APIC resources could be not be allocated.
[    2.342090] registered taskstats version 1
[    2.342200]   Magic number: 4:39:540
[    2.342328] rtc_cmos 00:05: setting system clock to 2008-12-11 16:32:30 UTC (1229013150)
[    2.342333] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.342336] EDD information not available.
[    2.342358] Freeing unused kernel memory: 568k freed
[    2.342575] Write protecting the kernel read-only data: 4316k
Loading, please wait...
Couldnt get a file descriptor referring to the console
Begin: Loading essential drivers... ...
[    2.433843] fuse init (API version 7.10)
[    2.466086] device-mapper: uevent: version 1.0.3
[    2.466319] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
Done.
Begin: Running /scripts/init-premount ...
Done.
Begin: Mounting root file system... ...
Begin: Running /scripts/local-top ...
Done.
Begin: Waiting for root file system... ...
[    2.710799] usbcore: registered new interface driver usbfs
[    2.710828] usbcore: registered new interface driver hub
[    2.710864] usbcore: registered new device driver usb
[    2.713588] uhci_hcd: USB Universal Host Controller Interface driver
[    2.713639] xen_allocate_pirq: returning irq 29 for gsi 16
[    2.713645] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    2.713654] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[    2.713659] xen: PCI device 0000:00:1a.0 pin 1 -> irq 29
[    2.713733] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    2.713772] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    2.713820] uhci_hcd 0000:00:1a.0: irq 29, io base 0x0000ff20
[    2.713979] usb usb1: configuration #1 chosen from 1 choice
[    2.714006] hub 1-0:1.0: USB hub found
[    2.714019] hub 1-0:1.0: 2 ports detected
[    2.714181] xen_set_ioapic_routing: irq 31 gsi 17 vector 152 ioapic 0 pin 17 triggering 0 polarity 1
[    2.714189] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 17 (level, low) -> IRQ 31
[    2.714194] xen: PCI device 0000:00:1a.1 pin 2 -> irq 31
[    2.714208] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    2.714230] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
[    2.714271] uhci_hcd 0000:00:1a.1: irq 31, io base 0x0000ff00
[    2.714359] usb usb2: configuration #1 chosen from 1 choice
[    2.714383] hub 2-0:1.0: USB hub found
[    2.714395] hub 2-0:1.0: 2 ports detected
[    2.714514] xen_set_ioapic_routing: irq 32 gsi 23 vector 160 ioapic 0 pin 23 triggering 0 polarity 1
[    2.714522] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 32
[    2.714527] xen: PCI device 0000:00:1d.0 pin 1 -> irq 32
[    2.714542] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    2.714564] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 3
[    2.714603] uhci_hcd 0000:00:1d.0: irq 32, io base 0x0000ff80
[    2.714692] usb usb3: configuration #1 chosen from 1 choice
[    2.714716] hub 3-0:1.0: USB hub found
[    2.714728] hub 3-0:1.0: 2 ports detected
[    2.714826] xen_allocate_pirq: returning irq 31 for gsi 17
[    2.714831] xen_set_ioapic_routing: irq 31 gsi 17 vector 152 ioapic 0 pin 17 triggering 0 polarity 1
[    2.714838] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 31
[    2.714843] xen: PCI device 0000:00:1d.1 pin 2 -> irq 31
[    2.714856] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    2.714879] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 4
[    2.714912] uhci_hcd 0000:00:1d.1: irq 31, io base 0x0000ff60
[    2.714997] usb usb4: configuration #1 chosen from 1 choice
[    2.715026] hub 4-0:1.0: USB hub found
[    2.715040] hub 4-0:1.0: 2 ports detected
[    2.715154] xen_set_ioapic_routing: irq 33 gsi 18 vector 168 ioapic 0 pin 18 triggering 0 polarity 1
[    2.715162] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 33
[    2.715168] xen: PCI device 0000:00:1d.2 pin 3 -> irq 33
[    2.715180] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    2.715199] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 5
[    2.715237] uhci_hcd 0000:00:1d.2: irq 33, io base 0x0000ff40
[    2.715322] usb usb5: configuration #1 chosen from 1 choice
[    2.715346] hub 5-0:1.0: USB hub found
[    2.715359] hub 5-0:1.0: 2 ports detected
[    2.722440] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.722446] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
[    2.722502] xen_set_ioapic_routing: irq 34 gsi 22 vector 176 ioapic 0 pin 22 triggering 0 polarity 1
[    2.722511] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 34
[    2.722516] xen: PCI device 0000:00:1a.7 pin 3 -> irq 34
[    2.722693] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    2.722723] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 6
[    2.726639] ehci_hcd 0000:00:1a.7: debug port 1
[    2.726664] ehci_hcd 0000:00:1a.7: irq 34, io mem 0xfebfbc00
[    2.745022] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    2.745136] usb usb6: configuration #1 chosen from 1 choice
[    2.745161] hub 6-0:1.0: USB hub found
[    2.745178] hub 6-0:1.0: 4 ports detected
[    2.745287] xen_allocate_pirq: returning irq 32 for gsi 23
[    2.745292] xen_set_ioapic_routing: irq 32 gsi 23 vector 160 ioapic 0 pin 23 triggering 0 polarity 1
[    2.745301] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 32
[    2.745306] xen: PCI device 0000:00:1d.7 pin 1 -> irq 32
[    2.745329] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    2.745352] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 7
[    2.749283] ehci_hcd 0000:00:1d.7: debug port 1
[    2.749298] ehci_hcd 0000:00:1d.7: irq 32, io mem 0xff980800
[    2.764186] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    2.764287] usb usb7: configuration #1 chosen from 1 choice
[    2.764312] hub 7-0:1.0: USB hub found
[    2.764328] hub 7-0:1.0: 6 ports detected
[    2.774990] tg3.c:v3.94 (August 14, 2008)
[    2.775013] vendor=8086 device=2847
[    2.775019] xen_allocate_pirq: returning irq 29 for gsi 16
[    2.775024] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    2.775033] tg3 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[    2.775061] xen: PCI device 0000:03:00.0 pin 1 -> irq 29
[    2.793693] eth0: Tigon3 [partno(BCM95754) rev b002 PHY(5787)] (PCI Express) 10/100/1000Base-T Ethernet 00:1a:a0:a9:f2:81
[    2.793702] eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] WireSpeed[1] TSOcap[1]
[    2.793706] eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    2.822784] SCSI subsystem initialized
[    2.825836] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.825863] vendor=8086 device=244e
[    2.825869] xen_allocate_pirq: returning irq 33 for gsi 18
[    2.825874] xen_set_ioapic_routing: irq 33 gsi 18 vector 168 ioapic 0 pin 18 triggering 0 polarity 1
[    2.825884] r8169 0000:04:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 33
[    2.825889] xen: PCI device 0000:04:02.0 pin 1 -> irq 33
[    2.826076] r8169 0000:04:02.0: no PCI Express capability
[    2.826352] eth1: RTL8110s at 0xffffc2000104cf00, 00:18:4d:f0:19:07, XID 04000000 IRQ 33
[    2.841984] xen_set_ioapic_routing: irq 35 gsi 20 vector 184 ioapic 0 pin 20 triggering 0 polarity 1
[    2.841995] ata_piix 0000:00:1f.2: PCI INT C -> GSI 20 (level, low) -> IRQ 35
[    2.842001] xen: PCI device 0000:00:1f.2 pin 3 -> irq 35
[    2.842007] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    3.001238] scsi0 : ata_piix
[    3.001332] scsi1 : ata_piix
[    3.007157] ata1: SATA max UDMA/133 cmd 0xfe00 ctl 0xfe10 bmdma 0xfec0 irq 35
[    3.007167] ata2: SATA max UDMA/133 cmd 0xfe20 ctl 0xfe30 bmdma 0xfec8 irq 35
[    3.169070] usb 7-5: new high speed USB device using ehci_hcd and address 3
[    3.301576] usb 7-5: configuration #1 chosen from 1 choice
[    3.301809] hub 7-5:1.0: USB hub found
[    3.301968] hub 7-5:1.0: 4 ports detected
[    3.541067] usb 2-2: new low speed USB device using uhci_hcd and address 2
[    3.721436] usb 2-2: configuration #1 chosen from 1 choice
[    3.801152] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.801179] ata1.01: SATA link down (SStatus 4 SControl 300)
[    3.826270] usbcore: registered new interface driver hiddev
[    3.842613] ------------[ cut here ]------------
[    3.842623] WARNING: at kernel/smp.c:333 smp_call_function_mask+0x200/0x210()
[    3.842627] Hardware name: OptiPlex 745                 
[    3.842631] Modules linked in: usbhid(+) hid ata_piix(+) libata r8169 mii scsi_mod tg3 libphy ehci_hcd uhci_hcd usbcore dm_mirror dm_region_hash dm_log dm_snapshot dm_mod thermal processor fan fuse
[    3.842656] Pid: 1959, comm: modprobe Not tainted 2.6.28-rc7-tip #1
[    3.842660] Call Trace:
[    3.842665]  [<ffffffff8024d9bc>] warn_slowpath+0xdc/0x110
[    3.842671]  [<ffffffff802af8c7>] ? free_hot_cold_page+0x167/0x230
[    3.842676]  [<ffffffff8020b7b0>] ? load_TLS_descriptor+0x80/0xc0
[    3.842682]  [<ffffffff80244600>] ? update_curr+0xa0/0xf0
[    3.842686]  [<ffffffff80274650>] smp_call_function_mask+0x200/0x210
[    3.842691]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    3.842696]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    3.842700]  [<ffffffff802ae861>] ? get_page_from_freelist+0x4b1/0x6e0
[    3.842705]  [<ffffffff8020c8e2>] ? xen_pte_val+0x12/0x40
[    3.842737]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    3.842742]  [<ffffffff8027467b>] smp_call_function+0x1b/0x20
[    3.842746]  [<ffffffff802530cf>] on_each_cpu+0x1f/0x50
[    3.842750]  [<ffffffff80225a17>] flush_tlb_all+0x17/0x20
[    3.842755]  [<ffffffff802c7307>] __purge_vmap_area_lazy+0x127/0x180
[    3.842760]  [<ffffffff802c8816>] vm_unmap_aliases+0x166/0x180
[    3.842765]  [<ffffffff8020dbcd>] xen_create_contiguous_region+0x5d/0x110
[    3.842771]  [<ffffffff802d2378>] ? alloc_pages_current+0xa8/0x100
[    3.842777]  [<ffffffff803afbe4>] xen_alloc_coherent+0x94/0x100
[    3.842782]  [<ffffffff802cdb0f>] dma_pool_alloc+0x1af/0x2b0
[    3.842787]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    3.842803]  [<ffffffffa0076327>] hcd_buffer_alloc+0x127/0x130 [usbcore]
[    3.842815]  [<ffffffffa006938e>] usb_buffer_alloc+0x1e/0x30 [usbcore]
[    3.842822]  [<ffffffffa0175ddb>] usbhid_start+0xdb/0x570 [usbhid]
[    3.842829]  [<ffffffffa01649e9>] hid_device_probe+0xc9/0x100 [hid]
[    3.842835]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    3.842839]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    3.842844]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    3.842848]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    3.842852]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    3.842856]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    3.842861]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    3.842867]  [<ffffffffa01645c5>] hid_add_device+0x95/0x120 [hid]
[    3.842872]  [<ffffffffa0174dd2>] hid_probe+0x222/0x310 [usbhid]
[    3.842885]  [<ffffffffa0074586>] usb_probe_interface+0xc6/0x180 [usbcore]
[    3.842890]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    3.842895]  [<ffffffff8041f179>] __driver_attach+0x99/0xa0
[    3.842899]  [<ffffffff8041f0e0>] ? __driver_attach+0x0/0xa0
[    3.842903]  [<ffffffff8041e864>] bus_for_each_dev+0x54/0x80
[    3.842908]  [<ffffffff8041ee1c>] driver_attach+0x1c/0x20
[    3.842912]  [<ffffffff8041e189>] bus_add_driver+0x1e9/0x260
[    3.842917]  [<ffffffff8041f41f>] driver_register+0x5f/0x140
[    3.842929]  [<ffffffffa00735d9>] usb_register_driver+0xa9/0x120 [usbcore]
[    3.842935]  [<ffffffffa017f000>] ? hid_init+0x0/0xa0 [usbhid]
[    3.842940]  [<ffffffffa017f069>] hid_init+0x69/0xa0 [usbhid]
[    3.842945]  [<ffffffff8020a03c>] do_one_initcall+0x3c/0x170
[    3.842950]  [<ffffffff802687f3>] ? __blocking_notifier_call_chain+0x63/0x80
[    3.842956]  [<ffffffff80278c52>] sys_init_module+0xb2/0x1f0
[    3.842960]  [<ffffffff802125aa>] system_call_fastpath+0x16/0x1b
[    3.842964] ---[ end trace 14d13db4bd431fc9 ]---
[    3.842968] ------------[ cut here ]------------
[    3.842972] WARNING: at kernel/smp.c:220 smp_call_function_single+0xf6/0x100()
[    3.842975] Hardware name: OptiPlex 745                 
[    3.842978] Modules linked in: usbhid(+) hid ata_piix(+) libata r8169 mii scsi_mod tg3 libphy ehci_hcd uhci_hcd usbcore dm_mirror dm_region_hash dm_log dm_snapshot dm_mod thermal processor fan fuse
[    3.843001] Pid: 1959, comm: modprobe Tainted: G        W  2.6.28-rc7-tip #1
[    3.843005] Call Trace:
[    3.843008]  [<ffffffff8024d9bc>] warn_slowpath+0xdc/0x110
[    3.843012]  [<ffffffff80216302>] ? dump_stack+0x72/0x80
[    3.843017]  [<ffffffff80275187>] ? print_modules+0x97/0xa0
[    3.843021]  [<ffffffff8024d78e>] ? print_oops_end_marker+0x1e/0x20
[    3.843025]  [<ffffffff8024d9cf>] ? warn_slowpath+0xef/0x110
[    3.843030]  [<ffffffff802af8c7>] ? free_hot_cold_page+0x167/0x230
[    3.843035]  [<ffffffff80274446>] smp_call_function_single+0xf6/0x100
[    3.843039]  [<ffffffff8020b7b0>] ? load_TLS_descriptor+0x80/0xc0
[    3.843044]  [<ffffffff80244600>] ? update_curr+0xa0/0xf0
[    3.843048]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    3.843053]  [<ffffffff80274614>] smp_call_function_mask+0x1c4/0x210
[    3.843057]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    3.843062]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    3.843066]  [<ffffffff802ae861>] ? get_page_from_freelist+0x4b1/0x6e0
[    3.843071]  [<ffffffff8020c8e2>] ? xen_pte_val+0x12/0x40
[    3.843075]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    3.843079]  [<ffffffff8027467b>] smp_call_function+0x1b/0x20
[    3.843084]  [<ffffffff802530cf>] on_each_cpu+0x1f/0x50
[    3.843087]  [<ffffffff80225a17>] flush_tlb_all+0x17/0x20
[    3.843092]  [<ffffffff802c7307>] __purge_vmap_area_lazy+0x127/0x180
[    3.843096]  [<ffffffff802c8816>] vm_unmap_aliases+0x166/0x180
[    3.843101]  [<ffffffff8020dbcd>] xen_create_contiguous_region+0x5d/0x110
[    3.843105]  [<ffffffff802d2378>] ? alloc_pages_current+0xa8/0x100
[    3.843110]  [<ffffffff803afbe4>] xen_alloc_coherent+0x94/0x100
[    3.843115]  [<ffffffff802cdb0f>] dma_pool_alloc+0x1af/0x2b0
[    3.843120]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    3.843131]  [<ffffffffa0076327>] hcd_buffer_alloc+0x127/0x130 [usbcore]
[    3.843142]  [<ffffffffa006938e>] usb_buffer_alloc+0x1e/0x30 [usbcore]
[    3.843148]  [<ffffffffa0175ddb>] usbhid_start+0xdb/0x570 [usbhid]
[    3.843155]  [<ffffffffa01649e9>] hid_device_probe+0xc9/0x100 [hid]
[    3.843160]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    3.843164]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    3.843168]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    3.843173]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    3.843177]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    3.843181]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    3.843185]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    3.843191]  [<ffffffffa01645c5>] hid_add_device+0x95/0x120 [hid]
[    3.843197]  [<ffffffffa0174dd2>] hid_probe+0x222/0x310 [usbhid]
[    3.843209]  [<ffffffffa0074586>] usb_probe_interface+0xc6/0x180 [usbcore]
[    3.843214]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    3.843219]  [<ffffffff8041f179>] __driver_attach+0x99/0xa0
[    3.843223]  [<ffffffff8041f0e0>] ? __driver_attach+0x0/0xa0
[    3.843228]  [<ffffffff8041e864>] bus_for_each_dev+0x54/0x80
[    3.843232]  [<ffffffff8041ee1c>] driver_attach+0x1c/0x20
[    3.843236]  [<ffffffff8041e189>] bus_add_driver+0x1e9/0x260
[    3.843241]  [<ffffffff8041f41f>] driver_register+0x5f/0x140
[    3.843253]  [<ffffffffa00735d9>] usb_register_driver+0xa9/0x120 [usbcore]
[    3.843259]  [<ffffffffa017f000>] ? hid_init+0x0/0xa0 [usbhid]
[    3.843264]  [<ffffffffa017f069>] hid_init+0x69/0xa0 [usbhid]
[    3.843268]  [<ffffffff8020a03c>] do_one_initcall+0x3c/0x170
[    3.843273]  [<ffffffff802687f3>] ? __blocking_notifier_call_chain+0x63/0x80
[    3.843278]  [<ffffffff80278c52>] sys_init_module+0xb2/0x1f0
[    3.843283]  [<ffffffff802125aa>] system_call_fastpath+0x16/0x1b
[    3.843286] ---[ end trace 14d13db4bd431fc9 ]---
[    3.843366] input: Logitech Optical USB Mouse as /devices/pci0000:00/0000:00:1a.1/usb2/2-2/2-2:1.0/input/input1
[    3.860257] generic-usb 0003:046D:C016.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-0000:00:1a.1-2/input0
[    3.860282] usbcore: registered new interface driver usbhid
[    3.863439] usbhid: v2.6:USB HID core driver
[    3.869071] ata1.00: ATA-7: ST3250820AS, 3.ADG, max UDMA/133
[    3.874613] ata1.00: 488281250 sectors, multi 8: LBA48 NCQ (depth 0/32)
[    3.940714] ata1.00: configured for UDMA/133
[    3.964103] usb 4-1: new low speed USB device using uhci_hcd and address 2
[    4.140263] usb 4-1: configuration #1 chosen from 1 choice
[    4.158187] ------------[ cut here ]------------
[    4.158192] WARNING: at kernel/smp.c:333 smp_call_function_mask+0x200/0x210()
[    4.158196] Hardware name: OptiPlex 745                 
[    4.158199] Modules linked in: usbhid hid ata_piix(+) libata r8169 mii scsi_mod tg3 libphy ehci_hcd uhci_hcd usbcore dm_mirror dm_region_hash dm_log dm_snapshot dm_mod thermal processor fan fuse
[    4.158223] Pid: 1147, comm: khubd Tainted: G        W  2.6.28-rc7-tip #1
[    4.158227] Call Trace:
[    4.158233]  [<ffffffff8024d9bc>] warn_slowpath+0xdc/0x110
[    4.158239]  [<ffffffff802ac7ad>] ? __rmqueue_smallest+0xed/0x180
[    4.158244]  [<ffffffff802ac7ad>] ? __rmqueue_smallest+0xed/0x180
[    4.158249]  [<ffffffff80274650>] smp_call_function_mask+0x200/0x210
[    4.158255]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    4.158259]  [<ffffffff802ae9c2>] ? get_page_from_freelist+0x612/0x6e0
[    4.158264]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    4.158268]  [<ffffffff802ae861>] ? get_page_from_freelist+0x4b1/0x6e0
[    4.158273]  [<ffffffff8020c8e2>] ? xen_pte_val+0x12/0x40
[    4.158278]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    4.158283]  [<ffffffff8027467b>] smp_call_function+0x1b/0x20
[    4.158287]  [<ffffffff802530cf>] on_each_cpu+0x1f/0x50
[    4.158291]  [<ffffffff80225a17>] flush_tlb_all+0x17/0x20
[    4.158296]  [<ffffffff802c7307>] __purge_vmap_area_lazy+0x127/0x180
[    4.158301]  [<ffffffff802c8816>] vm_unmap_aliases+0x166/0x180
[    4.158305]  [<ffffffff8020dbcd>] xen_create_contiguous_region+0x5d/0x110
[    4.158311]  [<ffffffff802d2378>] ? alloc_pages_current+0xa8/0x100
[    4.158317]  [<ffffffff803afbe4>] xen_alloc_coherent+0x94/0x100
[    4.158321]  [<ffffffff802cdb0f>] dma_pool_alloc+0x1af/0x2b0
[    4.158326]  [<ffffffff802c7c15>] ? vfree+0x25/0x30
[    4.158333]  [<ffffffffa0164d38>] ? hid_parse_report+0x1a8/0x210 [hid]
[    4.158338]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    4.158380]  [<ffffffffa0076327>] hcd_buffer_alloc+0x127/0x130 [usbcore]
[    4.158392]  [<ffffffffa006938e>] usb_buffer_alloc+0x1e/0x30 [usbcore]
[    4.158399]  [<ffffffffa0175ddb>] usbhid_start+0xdb/0x570 [usbhid]
[    4.158406]  [<ffffffffa01649e9>] hid_device_probe+0xc9/0x100 [hid]
[    4.158411]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    4.158416]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    4.158420]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    4.158424]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    4.158429]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    4.158433]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    4.158437]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    4.158443]  [<ffffffffa01645c5>] hid_add_device+0x95/0x120 [hid]
[    4.158449]  [<ffffffffa0174dd2>] hid_probe+0x222/0x310 [usbhid]
[    4.158461]  [<ffffffffa0074586>] usb_probe_interface+0xc6/0x180 [usbcore]
[    4.158466]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    4.161952]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    4.161952]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    4.161952]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    4.161952]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    4.161952]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    4.161952]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    4.161952]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    4.161952]  [<ffffffffa0071eaf>] usb_set_configuration+0x39f/0x5f0 [usbcore]
[    4.161952]  [<ffffffffa007b936>] generic_probe+0x76/0xb0 [usbcore]
[    4.161952]  [<ffffffffa00739ba>] usb_probe_device+0x3a/0x40 [usbcore]
[    4.161952]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    4.161952]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    4.161952]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    4.161952]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    4.161952]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    4.161952]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    4.161952]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    4.161952]  [<ffffffffa0073d92>] ? usb_autopm_do_device+0x92/0x120 [usbcore]
[    4.161952]  [<ffffffffa006b806>] usb_new_device+0x66/0xc0 [usbcore]
[    4.161952]  [<ffffffffa006d508>] hub_thread+0x7a8/0x1030 [usbcore]
[    4.161952]  [<ffffffff802640e0>] ? autoremove_wake_function+0x0/0x40
[    4.161952]  [<ffffffff804e80a8>] ? _spin_unlock_irqrestore+0x18/0x20
[    4.161952]  [<ffffffffa006cd60>] ? hub_thread+0x0/0x1030 [usbcore]
[    4.161952]  [<ffffffff80263b3d>] kthread+0x4d/0x80
[    4.161952]  [<ffffffff8021383a>] child_rip+0xa/0x20
[    4.161952]  [<ffffffff8021312d>] ? retint_restore_args+0x5/0x20
[    4.161952]  [<ffffffff80213830>] ? child_rip+0x0/0x20
[    4.161952] ---[ end trace 14d13db4bd431fc9 ]---
[    4.161952] ------------[ cut here ]------------
[    4.161952] WARNING: at kernel/smp.c:220 smp_call_function_single+0xf6/0x100()
[    4.161952] Hardware name: OptiPlex 745                 
[    4.161952] Modules linked in: usbhid hid ata_piix(+) libata r8169 mii scsi_mod tg3 libphy ehci_hcd uhci_hcd usbcore dm_mirror dm_region_hash dm_log dm_snapshot dm_mod thermal processor fan fuse
[    4.161952] Pid: 1147, comm: khubd Tainted: G        W  2.6.28-rc7-tip #1
[    4.161952] Call Trace:
[    4.161952]  [<ffffffff8024d9bc>] warn_slowpath+0xdc/0x110
[    4.161952]  [<ffffffff80216302>] ? dump_stack+0x72/0x80
[    4.161952]  [<ffffffff80275187>] ? print_modules+0x97/0xa0
[    4.161952]  [<ffffffff8024d78e>] ? print_oops_end_marker+0x1e/0x20
[    4.161952]  [<ffffffff8024d9cf>] ? warn_slowpath+0xef/0x110
[    4.161952]  [<ffffffff80274446>] smp_call_function_single+0xf6/0x100
[    4.161952]  [<ffffffff802ac7ad>] ? __rmqueue_smallest+0xed/0x180
[    4.161952]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    4.161952]  [<ffffffff80274614>] smp_call_function_mask+0x1c4/0x210
[    4.161952]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    4.161952]  [<ffffffff802ae9c2>] ? get_page_from_freelist+0x612/0x6e0
[    4.161952]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    4.161952]  [<ffffffff802ae861>] ? get_page_from_freelist+0x4b1/0x6e0
[    4.161952]  [<ffffffff8020c8e2>] ? xen_pte_val+0x12/0x40
[    4.161952]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    4.161952]  [<ffffffff8027467b>] smp_call_function+0x1b/0x20
[    4.161952]  [<ffffffff802530cf>] on_each_cpu+0x1f/0x50
[    4.161952]  [<ffffffff80225a17>] flush_tlb_all+0x17/0x20
[    4.161952]  [<ffffffff802c7307>] __purge_vmap_area_lazy+0x127/0x180
[    4.161952]  [<ffffffff802c8816>] vm_unmap_aliases+0x166/0x180
[    4.161952]  [<ffffffff8020dbcd>] xen_create_contiguous_region+0x5d/0x110
[    4.161952]  [<ffffffff802d2378>] ? alloc_pages_current+0xa8/0x100
[    4.161952]  [<ffffffff803afbe4>] xen_alloc_coherent+0x94/0x100
[    4.161952]  [<ffffffff802cdb0f>] dma_pool_alloc+0x1af/0x2b0
[    4.161952]  [<ffffffff802c7c15>] ? vfree+0x25/0x30
[    4.161952]  [<ffffffffa0164d38>] ? hid_parse_report+0x1a8/0x210 [hid]
[    4.161952]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    4.161952]  [<ffffffffa0076327>] hcd_buffer_alloc+0x127/0x130 [usbcore]
[    4.161952]  [<ffffffffa006938e>] usb_buffer_alloc+0x1e/0x30 [usbcore]
[    4.161952]  [<ffffffffa0175ddb>] usbhid_start+0xdb/0x570 [usbhid]
[    4.161952]  [<ffffffffa01649e9>] hid_device_probe+0xc9/0x100 [hid]
[    4.161952]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    4.161952]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    4.161952]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    4.161952]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    4.161952]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    4.161952]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    4.161952]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    4.161952]  [<ffffffffa01645c5>] hid_add_device+0x95/0x120 [hid]
[    4.161952]  [<ffffffffa0174dd2>] hid_probe+0x222/0x310 [usbhid]
[    4.161952]  [<ffffffffa0074586>] usb_probe_interface+0xc6/0x180 [usbcore]
[    4.161952]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    4.161952]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    4.161952]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    4.161952]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    4.161952]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    4.161952]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    4.161952]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    4.161952]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    4.161952]  [<ffffffffa0071eaf>] usb_set_configuration+0x39f/0x5f0 [usbcore]
[    4.161952]  [<ffffffffa007b936>] generic_probe+0x76/0xb0 [usbcore]
[    4.161952]  [<ffffffffa00739ba>] usb_probe_device+0x3a/0x40 [usbcore]
[    4.161952]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    4.161952]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    4.161952]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    4.161952]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    4.161952]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    4.161952]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    4.161952]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    4.161952]  [<ffffffffa0073d92>] ? usb_autopm_do_device+0x92/0x120 [usbcore]
[    4.161952]  [<ffffffffa006b806>] usb_new_device+0x66/0xc0 [usbcore]
[    4.161952]  [<ffffffffa006d508>] hub_thread+0x7a8/0x1030 [usbcore]
[    4.161952]  [<ffffffff802640e0>] ? autoremove_wake_function+0x0/0x40
[    4.161952]  [<ffffffff804e80a8>] ? _spin_unlock_irqrestore+0x18/0x20
[    4.161952]  [<ffffffffa006cd60>] ? hub_thread+0x0/0x1030 [usbcore]
[    4.161952]  [<ffffffff80263b3d>] kthread+0x4d/0x80
[    4.161952]  [<ffffffff8021383a>] child_rip+0xa/0x20
[    4.161952]  [<ffffffff8021312d>] ? retint_restore_args+0x5/0x20
[    4.161952]  [<ffffffff80213830>] ? child_rip+0x0/0x20
[    4.161952] ---[ end trace 14d13db4bd431fc9 ]---
[    4.786829] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1d.1/usb4/4-1/4-1:1.0/input/input2
[    4.809218] generic-usb 0003:413C:2003.0002: input,hidraw1: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:1d.1-1/input0
[    5.260182] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    5.260210] ata2.01: SATA link down (SStatus 4 SControl 300)
[    5.268397] ata2.00: ATAPI: Optiarc DVD+/-RW AD-5170S, 101B, max UDMA/66
[    5.284356] ata2.00: configured for UDMA/66
[    5.285422] scsi 0:0:0:0: Direct-Access     ATA      ST3250820AS      3.AD PQ: 0 ANSI: 5
[    5.286427] scsi 1:0:0:0: CD-ROM            Optiarc  DVD+-RW AD-5170S 101B PQ: 0 ANSI: 5
[    5.286500] xen_allocate_pirq: returning irq 35 for gsi 20
[    5.286505] xen_set_ioapic_routing: irq 35 gsi 20 vector 184 ioapic 0 pin 20 triggering 0 polarity 1
[    5.286514] ata_piix 0000:00:1f.5: PCI INT C -> GSI 20 (level, low) -> IRQ 35
[    5.286519] xen: PCI device 0000:00:1f.5 pin 3 -> irq 35
[    5.286525] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[    5.440290] scsi2 : ata_piix
[    5.440372] scsi3 : ata_piix
[    5.440406] ata3: SATA max UDMA/133 cmd 0xfe40 ctl 0xfe50 bmdma 0xfed0 irq 35
[    5.440413] ata4: SATA max UDMA/133 cmd 0xfe60 ctl 0xfe70 bmdma 0xfed8 irq 35
[    5.764125] ata3: SATA link down (SStatus 0 SControl 300)
[    6.240138] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    6.264526] ata4.00: ATA-7: Hitachi HDS721075KLA330, GK8OA51D, max UDMA/133
[    6.264538] ata4.00: 1465149168 sectors, multi 8: LBA48 NCQ (depth 0/32)
[    6.280524] ata4.00: configured for UDMA/133
[    6.280639] scsi 3:0:0:0: Direct-Access     ATA      Hitachi HDS72107 GK8O PQ: 0 ANSI: 5
[    6.292730] scsi 0:0:0:0: Attached scsi generic sg0 type 0
[    6.292768] scsi 1:0:0:0: Attached scsi generic sg1 type 5
[    6.292799] scsi 3:0:0:0: Attached scsi generic sg2 type 0
[    6.315726] Driver 'sd' needs updating - please use bus_type methods
[    6.315833] sd 0:0:0:0: [sda] 488281250 512-byte hardware sectors: (250 GB/232 GiB)
[    6.315868] sd 0:0:0:0: [sda] Write Protect is off
[    6.315897] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.315968] sd 0:0:0:0: [sda] 488281250 512-byte hardware sectors: (250 GB/232 GiB)
[    6.315985] sd 0:0:0:0: [sda] Write Protect is off
[    6.316014] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.316020]  sda:<4>Driver 'sr' needs updating - please use bus_type methods
[    6.337648]  sda1 sda2 < sda5 >
[    6.357402] sd 0:0:0:0: [sda] Attached SCSI disk
[    6.357489] sd 3:0:0:0: [sdb] 1465149168 512-byte hardware sectors: (750 GB/698 GiB)
[    6.357508] sd 3:0:0:0: [sdb] Write Protect is off
[    6.357538] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.357619] sd 3:0:0:0: [sdb] 1465149168 512-byte hardware sectors: (750 GB/698 GiB)
[    6.357636] sd 3:0:0:0: [sdb] Write Protect is off
[    6.357666] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.357692]  sdb:sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[    6.365069] Uniform CD-ROM driver Revision: 3.20
[    6.377280]  sdb1
[    6.377382] sd 3:0:0:0: [sdb] Attached SCSI disk
Done.
Begin: Running /scripts/local-premount ...
19+0 records in
19+0 records out
kinit: name_to_dev_t(/dev/disk/by-uuid/ae16483f-7eb2-489d-aa20-98f1c9c302ee) = dev(8,5)
kinit: trying to resume from /dev/disk/by-uuid/ae16483f-7eb2-489d-aa20-98f1c9c302ee
[    6.850579] PM: Starting manual resume from disk
kinit: No resume image, doing normal boot...
Done.
[    6.906899] kjournald starting.  Commit interval 5 seconds
[    6.906916] EXT3-fs: mounted filesystem with ordered data mode.
Begin: Running /scripts/local-bottom ...
Done.
Done.
Begin: Running /scripts/init-bottom ...
Done.
 * Reading files needed to boot...        [ OK ]
 * Setting preliminary keymap...        [ OK ]
 * Preparing restricted drivers...        [ OK ]
 * Setting the system clock
 * Starting basic networking...        [ OK ]
 * Starting kernel event manager...        [   12.726706] udevd version 124 started
[ OK ]
 * Loading hardware drivers...        [   13.183697] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   13.206958] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   13.225252] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[   13.240074] ACPI: Power Button (FF) [PWRF]
[   13.240150] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
[   13.256179] ACPI: Power Button (CM) [VBTN]
[   13.838215] iTCO_vendor_support: vendor-support=0
[   13.850975] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.04
[   13.851215] iTCO_wdt: failed to reset NO_REBOOT flag, reboot disabled by hardware
[   13.851228] iTCO_wdt: No card detected
[   14.025652] input: PC Speaker as /devices/platform/pcspkr/input/input5
[   14.172772] xen_allocate_pirq: returning irq 29 for gsi 16
[   14.172785] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[   14.172794] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[   14.172800] xen: PCI device 0000:00:1b.0 pin 1 -> irq 29
[   14.242099] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   14.326079] device-mapper: multipath: version 1.0.5 loaded
[ OK ]
 * Setting the system clock
 * Loading kernel modules...         * Loading manual drivers...        [   16.671258] lp: driver loaded but no devices found
[ OK ]
 * Setting kernel variables (/etc/sysctl.conf)...        [ OK ]
 * Setting kernel variables (/etc/sysctl.d/10-console-messages.conf)...        [ OK ]
 * Setting kernel variables (/etc/sysctl.d/10-network-security.conf)...        [ OK ]
 * Setting kernel variables (/etc/sysctl.d/10-process-security.conf)...        error: "kernel.maps_protect" is an unknown key
[fail]
 * Setting kernel variables (/etc/sysctl.d/30-tracker.conf)...        [ OK ]
 * Activating swap...        [ OK ]
 * Checking root file system...        fsck 1.41.3 (12-Oct-2008)
/dev/sda1: clean, 633892/14639104 files, 8068681/58550892 blocks
[ OK ]
 * Checking file systems...        fsck 1.41.3 (12-Oct-2008)
[ OK ]
 * Mounting local filesystems...        [ OK ]
 * Activating swapfile swap...        [ OK ]
$Mounting securityfs on /sys/kernel/security: done.
$Loading AppArmor module: Failed.
 * Skipping firewall: ufw (not enabled)...        [ OK ]
 * Configuring network interfaces...        [ OK ]
 * Setting up console font and keymap...        [ OK ]
 * Loading ACPI modules...        [ OK ]
 * Starting ACPI services...        [ OK ]
 * Starting system log daemon...        [ OK ]
 * Doing Wacom setup...        [ OK ]
 * Starting kernel log daemon...        [ OK ]
 * Starting system message bus dbus        [ OK ]
 * Starting Avahi mDNS/DNS-SD Daemon avahi-daemon        [ OK ]
 * Starting OpenBSD Secure Shell server sshd        [ OK ]
 * Starting Common Unix Printing System: cupsd        [ OK ]
 * Starting DenyHosts denyhosts        [ OK ]
 * Your system does not have the CPU extensions required to use KVM. Not doing anything.
 * Starting Postfix Mail Transport Agent postfix        [ OK ]
 * Starting powernowd...          * CPU frequency scaling not supported...        [ OK ]
 * Starting Hardware abstraction layer hald        [ OK ]
 * Starting bluetooth        [ OK ]
 * Starting GNOME Display Manager...        [ OK ]
 * Starting System Tools Backends system-tools-backends        [ OK ]
 * Starting anac(h)ronistic cron anacron        [ OK ]
 * Starting deferred execution scheduler atd        [ OK ]
 * Starting periodic command scheduler crond        [ OK ]
 * Enabling additional executable binary formats binfmt-support        [ OK ]
 * Checking battery state...        [ OK ]



^C

[-- Attachment #3: xenboot-with-fix.nomsi.nosmp --]
[-- Type: application/octet-stream, Size: 54900 bytes --]


AT S7=45 S0=0 L1 V1 X4 &c1 E1 Q0
 __  __            _____ _  _                      _        _     _      
 \ \/ /___ _ __   |___ /| || |     _   _ _ __  ___| |_ __ _| |__ | | ___ 
  \  // _ \ '_ \    |_ \| || |_ __| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
  /  \  __/ | | |  ___) |__   _|__| |_| | | | \__ \ || (_| | |_) | |  __/
 /_/\_\___|_| |_| |____(_) |_|     \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
                                                                         
(XEN) Xen version 3.4-unstable (deshantm@) (gcc version 4.2.4 (Ubuntu 4.2.4-3ubuntu4)) Wed Nov 26 16:27:34 EST 2008
(XEN) Latest ChangeSet: Wed Nov 19 19:13:22 2008 +0000 18796:98d48f7680db
(XEN) Command line: loglvl=all guest_loglvl=all com1=115200,8n1 console=com1 mem=3G 
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN)  Found 2 MBR signatures
(XEN)  Found 2 EDD information structures
(XEN) Truncating memory map to 3145728kB
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 000000000009fc00 (usable)
(XEN)  00000000000f0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 00000000c0000000 (usable)
(XEN) System RAM: 3071MB (3145340kB)
(XEN) ACPI: RSDP 000FEBF0, 0024 (r2 DELL  )
(XEN) ACPI: XSDT 000FCE97, 0084 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: FACP 000FCFBF, 00F4 (r3 DELL    B8K           15 ASL        61)
(XEN) ACPI: DSDT FFF68960, 475F (r1   DELL    dt_ex     1000 INTL 20050624)
(XEN) ACPI: FACS CFDFFC00, 0040
(XEN) ACPI: SSDT FFF6D397, 009A (r1   DELL    st_ex     1000 INTL 20050624)
(XEN) ACPI: APIC 000FD0B3, 0092 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: BOOT 000FD145, 0028 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: ASF! 000FD16D, 0092 (r32 DELL    B8K           15 ASL        61)
(XEN) ACPI: MCFG 000FD1FF, 003E (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: HPET 000FD23D, 0038 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: TCPA 000FD499, 0032 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: SLIC 000FD275, 0176 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: SSDT CFDFFC40, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CFE00049, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CFE00452, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
(XEN) NUMA turned off
(XEN) Faking a node at 0000000000000000-00000000c0000000
(XEN) Xen heap: 14MB (14664kB)
(XEN) Domain heap initialised
(XEN) found SMP MP-table at 000fe710
(XEN) DMI 2.3 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x808
(XEN) ACPI: ACPI SLEEP INFO: pm1x_cnt[804,0], pm1x_evt[800,0]
(XEN) ACPI:                  wakeup_vec[cfdffc0c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) Processor #0 6:15 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
(XEN) Processor #1 6:15 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
(XEN) ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
(XEN) ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) ACPI: HPET id: 0x8086a201 base: 0xfed00000
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Initializing CPU#0
(XEN) Detected 2394.054 MHz processor.
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 4096K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 0
(XEN) HVM: VMX enabled
(XEN) CPU0: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
(XEN) Booting processor 1/1 eip 8c000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 4096K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) CPU1: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
(XEN) Total of 2 processors activated.
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using new ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) checking TSC synchronization across 2 CPUs: passed.
(XEN) Platform timer is 14.318MHz HPET
(XEN) Brought up 2 CPUs
(XEN) I/O virtualisation disabled
(XEN) ACPI sleep modes: S3
(XEN) MCA: Machine check polling timer started.
(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x200000 -> 0x8797bc
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000090000000->00000000a0000000 (673519 pages to be allocated)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff80200000->ffffffff808797bc
(XEN)  Init. ramdisk: ffffffff8087a000->ffffffff8c71aa00
(XEN)  Phys-Mach map: ffffffff8c71b000->ffffffff8ccbe778
(XEN)  Start info:    ffffffff8ccbf000->ffffffff8ccbf4a4
(XEN)  Page tables:   ffffffff8ccc0000->ffffffff8cd2b000
(XEN)  Boot stack:    ffffffff8cd2b000->ffffffff8cd2c000
(XEN)  TOTAL:         ffffffff80000000->ffffffff8d000000
(XEN)  ENTRY ADDRESS: ffffffff806d8200
(XEN) Dom0 has maximum 2 VCPUs
(XEN) Scrubbing Free RAM: .done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 108kB init memory.
mapping kernel into physical memory
Xen: setup ISA identity maps
about to get started...
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.28-rc7-tip (deshantm@vt) (gcc version 4.2.4 (Ubuntu 4.2.4-3ubuntu4)) #1 SMP Wed Dec 10 17:01:24 EST 2008
[    0.000000] Command line: root=/dev/sda1 ro console=hvc0 earlyprintk=xen xencons=ttyS0,115200 pci=nomsi nosmp
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  Xen: 0000000000000000 - 00000000000a0000 (usable)
[    0.000000]  Xen: 00000000000a0000 - 0000000000100000 (reserved)
[    0.000000]  Xen: 0000000000100000 - 000000000c71b000 (usable)
[    0.000000]  Xen: 000000000c71b000 - 000000000ccc0000 (reserved)
[    0.000000]  Xen: 000000000ccc0000 - 00000000b46ef000 (usable)
[    0.000000] console [xenboot0] enabled
[    0.000000] DMI 2.3 present.
[    0.000000] last_pfn = 0xb46ef max_arch_pfn = 0x3ffffffff
[    0.000000] init_memory_mapping: 0000000000000000-00000000b46ef000
[    0.000000] last_map_addr: b46ef000 end: b46ef000
[    0.000000] RAMDISK: 0087a000 - 0c71aa00
[    0.000000] ACPI: RSDP 000FEBF0, 0024 (r2 DELL  )
[    0.000000] ACPI: XSDT 000FCE97, 0084 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: FACP 000FCFBF, 00F4 (r3 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: DSDT FFF68960, 475F (r1   DELL    dt_ex     1000 INTL 20050624)
[    0.000000] ACPI: FACS CFDFFC00, 0040
[    0.000000] ACPI: SSDT FFF6D397, 009A (r1   DELL    st_ex     1000 INTL 20050624)
[    0.000000] ACPI: APIC 000FD0B3, 0092 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: BOOT 000FD145, 0028 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: ASF! 000FD16D, 0092 (r32 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: MCFG 000FD1FF, 003E (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: HPET 000FD23D, 0038 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: TCPA 000FD499, 0032 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: SLIC 000FD275, 0176 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: SSDT CFDFFC40, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CFE00049, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CFE00452, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-00000000b46ef000
[    0.000000] Bootmem setup node 0 0000000000000000-00000000b46ef000
[    0.000000]   NODE_DATA [0000000000001000 - 0000000000005fff]
[    0.000000]   bootmap [0000000000008000 -  000000000001e8df] pages 17
[    0.000000] (6 early reservations) ==> bootmem [0000000000 - 00b46ef000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [000ccc0000 - 000cd2b000]   XEN PAGETABLES ==> [000ccc0000 - 000cd2b000]
[    0.000000]   #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #3 [0000200000 - 00008797bc]    TEXT DATA BSS ==> [0000200000 - 00008797bc]
[    0.000000]   #4 [000087a000 - 000c71aa00]          RAMDISK ==> [000087a000 - 000c71aa00]
[    0.000000]   #5 [000cd2b000 - 000d265000]          PGTABLE ==> [000cd2b000 - 000d265000]
[    0.000000] found SMP MP-table at [ffff8800000fe710] 000fe710
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00100000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x000000a0
[    0.000000]     0: 0x00000100 -> 0x0000c71b
[    0.000000]     0: 0x0000ccc0 -> 0x000b46ef
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x05] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
[    0.000000] ACPI: Skipping IOAPIC probe due to 'noapic' option.
[    0.000000] Using ACPI for processor (LAPIC) configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] Intel MultiProcessor Specification v1.4
[    0.000000] MPTABLE: OEM ID: DELL    
[    0.000000] MPTABLE: Product ID: Opti 745    
[    0.000000] MPTABLE: APIC at: 0xFEE00000
[    0.000000] I/O APIC #8 Version 32 at 0xFEC00000.
[    0.000000] Processors: 2
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] ExtINT not setup in hardware but reported by MP table
(XEN) io_apic.c:2203: 
(XEN) ioapic_guest_write: apic=0, pin=2, old_irq=0, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f0, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
(XEN) io_apic.c:2203: 
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 000000000c71b000 - 000000000ccc0000
[    0.000000] Allocating PCI resources starting at b8000000 (gap: b46ef000:4b911000)
[    0.000000] PERCPU: Allocating 57344 bytes of per cpu data
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 725747
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/sda1 ro console=hvc0 earlyprintk=xen xencons=ttyS0,115200 pci=nomsi nosmp
[    0.000000] Initializing CPU#0
[    0.000000] xen: allocated irq 9 for acpi 9
[    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[    0.000000] Detected 2394.054 MHz processor.
[    0.004000] Console: colour dummy device 80x25
[    0.004000] console handover: boot [xenboot0] -> real [hvc0]
[    0.004000] allocated 30146560 bytes of page_cgroup
[    0.004000] please try cgroup_disable=memory option if you don't want
[    0.004000] Checking aperture...
[    0.004000] No AGP bridge found
[    0.004000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.004000] Placing 64MB software IO TLB between ffff88001187e000 - ffff88001587dfff
[    0.004000] software IO TLB at phys 0x1187e000 - 0x1587dfff bus 0x1c0000 - 0x7f3ffff
[    0.004000] Memory: 2605160k/2956220k available (3005k kernel code, 6164k absent, 344896k reserved, 1701k data, 568k init)
[    0.004000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.004000] installing Xen timer for CPU 0
[    0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4788.10 BogoMIPS (lpj=9576216)
[    0.004000] Security Framework initialized
[    0.004000] SELinux:  Disabled at boot.
[    0.004000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.004000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.004000] Mount-cache hash table entries: 256
[    0.004041] Initializing cgroup subsys ns
[    0.004047] Initializing cgroup subsys cpuacct
[    0.004051] Initializing cgroup subsys memory
[    0.004079] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.004082] CPU: L2 cache: 4096K
[    0.004087] CPU 0/0x0 -> Node 0
[    0.004090] CPU: Physical Processor ID: 0
[    0.004092] CPU: Processor Core ID: 0
[    0.004110] SMP alternatives: switching to UP code
[    0.028463] ACPI: Core revision 20080926
[    0.237379] ACPI: setting ELCR to 0200 (from 0e28)
[    0.237787] cpu 0 spinlock event irq 17
[    0.238048] Brought up 1 CPUs
[    0.238241] net_namespace: 1400 bytes
[    0.238247] Booting paravirtualized kernel on Xen
[    0.238250] Xen version: 3.4-unstable (preserve-AD) (dom0)
[    0.238399] Grant table initialized
[    0.238429] Time: 16:36:29  Date: 12/11/08
[    0.238453] NET: Registered protocol family 16
[    0.238678] xenbus_probe_init ok
[    0.238865] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.238871] ACPI: bus type pci registered
[    0.238964] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.238968] PCI: Not using MMCONFIG.
[    0.238971] PCI: Using configuration type 1 for base access
[    0.293532] ACPI: BIOS _OSI(Linux) query ignored
[    0.315367] ACPI: Interpreter enabled
[    0.315372] ACPI: (supports S0 S3 S4 S5)
[    0.315389] ACPI: Using PIC for interrupt routing
[    0.315499] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.383026] PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
[    0.429649] PCI: Using MMCONFIG at e0000000 - efffffff
[    0.527026] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[    0.527045] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.527270] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.527277] pci 0000:00:01.0: PME# disabled
[    0.527615] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.527623] pci 0000:00:1a.7: PME# disabled
[    0.527737] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.527745] pci 0000:00:1b.0: PME# disabled
[    0.527824] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.527832] pci 0000:00:1c.0: PME# disabled
[    0.527919] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.527926] pci 0000:00:1c.4: PME# disabled
[    0.528309] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.528317] pci 0000:00:1d.7: PME# disabled
[    0.528527] pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
[    0.528534] pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO
[    0.528659] pci 0000:00:1f.2: PME# supported from D3hot
[    0.528666] pci 0000:00:1f.2: PME# disabled
[    0.528856] pci 0000:00:1f.5: PME# supported from D3hot
[    0.528863] pci 0000:00:1f.5: PME# disabled
[    0.529402] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.529411] pci 0000:03:00.0: PME# disabled
[    0.529622] pci 0000:04:02.0: PME# supported from D1 D2 D3hot D3cold
[    0.529630] pci 0000:04:02.0: PME# disabled
[    0.529700] pci 0000:00:1e.0: transparent bridge
[    1.515061] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
[    1.515885] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    1.516696] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 9 10 11 12 15)
[    1.517475] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    1.518294] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    1.519069] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    1.519875] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    1.520696] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 9 10 11 12 15)
[    1.521192] ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] - 00, should be 88 [20080926]
[    1.521236] xen_balloon: Initialising balloon driver.
[    1.521560] PCI: Using ACPI for IRQ routing
[    1.536031] NET: Registered protocol family 8
[    1.536037] NET: Registered protocol family 20
[    1.536088] NetLabel: Initializing
[    1.536092] NetLabel:  domain hash size = 128
[    1.536096] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.536114] NetLabel:  unlabeled traffic allowed by default
[    1.536120] Xen: Initializing Xen DMA ops
[    1.536124] Xen: Enabling DMA fallback to swiotlb
[    1.536143] PCI-GART: No AMD GART found.
[    1.548113] pnp: PnP ACPI init
[    1.548121] ACPI: bus type pnp registered
[    1.560694] pnp 00:01: io resource (0x800-0x85f) overlaps 0000:00:1f.0 BAR 7 (0x800-0x87f), disabling
[    1.560700] pnp 00:01: io resource (0x860-0x8ff) overlaps 0000:00:1f.0 BAR 7 (0x800-0x87f), disabling
[    1.560934] system 00:01: ioport range 0xc00-0xc7f has been reserved
[    1.561507] ERROR: Unable to locate IOAPIC for GSI 13
[    1.561511] xen_set_ioapic_routing: irq 13 gsi 13 ioapic -1
[    1.562060] ERROR: Unable to locate IOAPIC for GSI 8
[    1.562063] xen_set_ioapic_routing: irq 8 gsi 8 ioapic -1
[    1.578603] ERROR: Unable to locate IOAPIC for GSI 4
[    1.578606] xen_set_ioapic_routing: irq 4 gsi 4 ioapic -1
[    1.601728] system 00:07: iomem range 0x0-0x9ffff could not be reserved
[    1.601734] system 00:07: iomem range 0x100000-0xffffff could not be reserved
[    1.601738] system 00:07: iomem range 0x1000000-0xcfdffbff could not be reserved
[    1.601743] system 00:07: iomem range 0xf0000-0xfffff could not be reserved
[    1.601747] system 00:07: iomem range 0xc0000-0xcffff could not be reserved
[    1.601751] system 00:07: iomem range 0xfec00000-0xfecfffff has been reserved
[    1.601756] system 00:07: iomem range 0xfee00000-0xfeefffff has been reserved
[    1.601760] system 00:07: iomem range 0xffb00000-0xffbfffff has been reserved
[    1.601764] system 00:07: iomem range 0xffc00000-0xffffffff has been reserved
[    1.606037] system 00:08: ioport range 0x100-0x1fe has been reserved
[    1.606042] system 00:08: ioport range 0x200-0x277 has been reserved
[    1.606046] system 00:08: ioport range 0x280-0x2e7 has been reserved
[    1.606050] system 00:08: ioport range 0x2f0-0x2f7 has been reserved
[    1.606054] system 00:08: ioport range 0x300-0x377 has been reserved
[    1.606058] system 00:08: ioport range 0x380-0x3bb has been reserved
[    1.606062] system 00:08: ioport range 0x3c0-0x3e7 has been reserved
[    1.606066] system 00:08: ioport range 0x3f6-0x3f7 has been reserved
[    1.606070] system 00:08: ioport range 0x400-0x4cf has been reserved
[    1.606074] system 00:08: ioport range 0x4d2-0x57f has been reserved
[    1.606079] system 00:08: ioport range 0x580-0x677 has been reserved
[    1.606083] system 00:08: ioport range 0x680-0x777 has been reserved
[    1.606087] system 00:08: ioport range 0x780-0x7bb has been reserved
[    1.606091] system 00:08: ioport range 0x7c0-0x7ff has been reserved
[    1.606095] system 00:08: ioport range 0x8e0-0x8ff has been reserved
[    1.606099] system 00:08: ioport range 0x900-0x9fe has been reserved
[    1.606103] system 00:08: ioport range 0xa00-0xafe has been reserved
[    1.606107] system 00:08: ioport range 0xb00-0xbfe has been reserved
[    1.606112] system 00:08: ioport range 0xc80-0xcaf has been reserved
[    1.606116] system 00:08: ioport range 0xcc0-0xcf7 has been reserved
[    1.606120] system 00:08: ioport range 0xd00-0xdfe has been reserved
[    1.606124] system 00:08: ioport range 0xe00-0xefe has been reserved
[    1.606128] system 00:08: ioport range 0xf00-0xffe has been reserved
[    1.606133] system 00:08: ioport range 0x2000-0x20fe has been reserved
[    1.606137] system 00:08: ioport range 0x2100-0x21fe has been reserved
[    1.606141] system 00:08: ioport range 0x2200-0x22fe has been reserved
[    1.606145] system 00:08: ioport range 0x2300-0x23fe has been reserved
[    1.606149] system 00:08: ioport range 0x2400-0x24fe has been reserved
[    1.606154] system 00:08: ioport range 0x2500-0x25fe has been reserved
[    1.606158] system 00:08: ioport range 0x2600-0x26fe has been reserved
[    1.606162] system 00:08: ioport range 0x2700-0x27fe has been reserved
[    1.606169] system 00:08: ioport range 0x2800-0x28fe has been reserved
[    1.606173] system 00:08: ioport range 0x2900-0x29fe has been reserved
[    1.606177] system 00:08: ioport range 0x2a00-0x2afe has been reserved
[    1.606182] system 00:08: ioport range 0x2b00-0x2bfe has been reserved
[    1.606186] system 00:08: ioport range 0x2c00-0x2cfe has been reserved
[    1.606190] system 00:08: ioport range 0x2d00-0x2dfe has been reserved
[    1.606195] system 00:08: ioport range 0x2e00-0x2efe has been reserved
[    1.606199] system 00:08: ioport range 0x2f00-0x2ffe has been reserved
[    1.606203] system 00:08: ioport range 0x5000-0x50fe has been reserved
[    1.606208] system 00:08: ioport range 0x5100-0x51fe has been reserved
[    1.606212] system 00:08: ioport range 0x5200-0x52fe has been reserved
[    1.606216] system 00:08: ioport range 0x5300-0x53fe has been reserved
[    1.606220] system 00:08: ioport range 0x5400-0x54fe has been reserved
[    1.606225] system 00:08: ioport range 0x5500-0x55fe has been reserved
[    1.606229] system 00:08: ioport range 0x5600-0x56fe has been reserved
[    1.606233] system 00:08: ioport range 0x5700-0x57fe has been reserved
[    1.606238] system 00:08: ioport range 0x5800-0x58fe has been reserved
[    1.606242] system 00:08: ioport range 0x5900-0x59fe has been reserved
[    1.606247] system 00:08: ioport range 0x5a00-0x5afe has been reserved
[    1.606251] system 00:08: ioport range 0x5b00-0x5bfe has been reserved
[    1.606255] system 00:08: ioport range 0x5c00-0x5cfe has been reserved
[    1.606260] system 00:08: ioport range 0x5d00-0x5dfe has been reserved
[    1.606264] system 00:08: ioport range 0x5e00-0x5efe has been reserved
[    1.606268] system 00:08: ioport range 0x5f00-0x5ffe has been reserved
[    1.606273] system 00:08: ioport range 0x6000-0x60fe has been reserved
[    1.606277] system 00:08: ioport range 0x6100-0x61fe has been reserved
[    1.606281] system 00:08: ioport range 0x6200-0x62fe has been reserved
[    1.606286] system 00:08: ioport range 0x6300-0x63fe has been reserved
[    1.606290] system 00:08: ioport range 0x6400-0x64fe has been reserved
[    1.606295] system 00:08: ioport range 0x6500-0x65fe has been reserved
[    1.606299] system 00:08: ioport range 0x6600-0x66fe has been reserved
[    1.606304] system 00:08: ioport range 0x6700-0x67fe has been reserved
[    1.606308] system 00:08: ioport range 0x6800-0x68fe has been reserved
[    1.606312] system 00:08: ioport range 0x6900-0x69fe has been reserved
[    1.606317] system 00:08: ioport range 0x6a00-0x6afe has been reserved
[    1.606322] system 00:08: ioport range 0x6b00-0x6bfe has been reserved
[    1.606326] system 00:08: ioport range 0x6c00-0x6cfe has been reserved
[    1.606331] system 00:08: ioport range 0x6d00-0x6dfe has been reserved
[    1.606335] system 00:08: ioport range 0x6e00-0x6efe has been reserved
[    1.606339] system 00:08: ioport range 0x6f00-0x6ffe has been reserved
[    1.606344] system 00:08: ioport range 0xa000-0xa0fe has been reserved
[    1.606348] system 00:08: ioport range 0xa100-0xa1fe has been reserved
[    1.606353] system 00:08: ioport range 0xa200-0xa2fe has been reserved
[    1.606357] system 00:08: ioport range 0xa300-0xa3fe has been reserved
[    1.606362] system 00:08: ioport range 0xa400-0xa4fe has been reserved
[    1.606366] system 00:08: ioport range 0xa500-0xa5fe has been reserved
[    1.606371] system 00:08: ioport range 0xa600-0xa6fe has been reserved
[    1.606375] system 00:08: ioport range 0xa700-0xa7fe has been reserved
[    1.606380] system 00:08: ioport range 0xa800-0xa8fe has been reserved
[    1.606384] system 00:08: ioport range 0xa900-0xa9fe has been reserved
[    1.606389] system 00:08: ioport range 0xaa00-0xaafe has been reserved
[    1.606395] system 00:08: ioport range 0xab00-0xabfe has been reserved
[    1.606400] system 00:08: ioport range 0xac00-0xacfe has been reserved
[    1.606404] system 00:08: ioport range 0xad00-0xadfe has been reserved
[    1.606409] system 00:08: ioport range 0xae00-0xaefe has been reserved
[    1.610972] system 00:08: ioport range 0xaf00-0xaffe has been reserved
[    1.617888] system 00:08: iomem range 0xe0000000-0xefffffff has been reserved
[    1.626194] system 00:08: iomem range 0xfeda0000-0xfedacfff has been reserved
[    1.633388] pnp: PnP ACPI: found 10 devices
[    1.635884] ACPI: ACPI bus type pnp unregistered
[    1.646391] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    1.648351] pci 0000:00:01.0:   IO window: 0xd000-0xdfff
[    1.652508] pci 0000:00:01.0:   MEM window: 0xfe900000-0xfeafffff
[    1.659431] pci 0000:00:01.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
[    1.666356] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[    1.673273] pci 0000:00:1c.0:   IO window: disabled
[    1.677433] pci 0000:00:1c.0:   MEM window: 0xfe800000-0xfe8fffff
[    1.684354] pci 0000:00:1c.0:   PREFETCH window: disabled
[    1.688513] pci 0000:00:1c.4: PCI bridge, secondary bus 0000:03
[    1.695430] pci 0000:00:1c.4:   IO window: disabled
[    1.699588] pci 0000:00:1c.4:   MEM window: 0xfe700000-0xfe7fffff
[    1.706511] pci 0000:00:1c.4:   PREFETCH window: disabled
[    1.710668] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:04
[    1.717588] pci 0000:00:1e.0:   IO window: 0xc000-0xcfff
[    1.723128] pci 0000:00:1e.0:   MEM window: 0xfe500000-0xfe6fffff
[    1.730051] pci 0000:00:1e.0:   PREFETCH window: 0x000000b8000000-0x000000b80fffff
[    1.738036] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
[    1.743911] ERROR: Unable to locate IOAPIC for GSI 11
[    1.748048] xen_set_ioapic_routing: irq 11 gsi 11 ioapic -1
[    1.752203] pci 0000:00:01.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[    1.760510] xen: PCI device 0000:00:01.0 pin 1 -> irq 11
[    1.766067] xen_allocate_pirq: returning irq 11 for gsi 11
[    1.771589] ERROR: Unable to locate IOAPIC for GSI 11
[    1.777127] xen_set_ioapic_routing: irq 11 gsi 11 ioapic -1
[    1.782665] pci 0000:00:1c.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[    1.790972] xen: PCI device 0000:00:1c.0 pin 1 -> irq 11
[    1.796529] xen_allocate_pirq: returning irq 11 for gsi 11
[    1.800669] ERROR: Unable to locate IOAPIC for GSI 11
[    1.806205] xen_set_ioapic_routing: irq 11 gsi 11 ioapic -1
[    1.811745] pci 0000:00:1c.4: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[    1.820052] xen: PCI device 0000:00:1c.4 pin 1 -> irq 11
[    1.825610] bus: 00 index 0 io port: [0x00-0xffff]
[    1.831130] bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
[    1.836669] bus: 01 index 0 io port: [0xd000-0xdfff]
[    1.842207] bus: 01 index 1 mmio: [0xfe900000-0xfeafffff]
[    1.846362] bus: 01 index 2 mmio: [0xd0000000-0xdfffffff]
[    1.851899] bus: 01 index 3 mmio: [0x0-0x0]
[    1.856054] bus: 02 index 0 mmio: [0x0-0x0]
[    1.860209] bus: 02 index 1 mmio: [0xfe800000-0xfe8fffff]
[    1.865746] bus: 02 index 2 mmio: [0x0-0x0]
[    1.869901] bus: 02 index 3 mmio: [0x0-0x0]
[    1.874054] bus: 03 index 0 mmio: [0x0-0x0]
[    1.878209] bus: 03 index 1 mmio: [0xfe700000-0xfe7fffff]
[    1.883749] bus: 03 index 2 mmio: [0x0-0x0]
[    1.887901] bus: 03 index 3 mmio: [0x0-0x0]
[    1.892057] bus: 04 index 0 io port: [0xc000-0xcfff]
[    1.897596] bus: 04 index 1 mmio: [0xfe500000-0xfe6fffff]
[    1.903134] bus: 04 index 2 mmio: [0xb8000000-0xb80fffff]
[    1.908675] bus: 04 index 3 io port: [0x00-0xffff]
[    1.914211] bus: 04 index 4 mmio: [0x000000-0xffffffffffffffff]
[    1.919758] NET: Registered protocol family 2
[    1.964303] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    1.965881] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    1.969894] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.970384] TCP: Hash tables configured (established 524288 bind 65536)
[    1.970389] TCP reno registered
[    1.980190] NET: Registered protocol family 1
[    1.980328] checking if image is initramfs... it is
[    2.111850] Freeing initrd memory: 195202k freed
[    2.217985] Simple Boot Flag at 0x7a set to 0x1
[    2.218597] audit: initializing netlink socket (disabled)
[    2.218612] type=2000 audit(1229013392.060:1): initialized
[    2.224648] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.226721] VFS: Disk quotas dquot_6.5.1
[    2.226798] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.226904] msgmni has been set to 6155
[    2.227059] alg: No test for stdrng (krng)
[    2.227072] io scheduler noop registered
[    2.227075] io scheduler anticipatory registered
[    2.227078] io scheduler deadline registered
[    2.227207] io scheduler cfq registered (default)
[    2.227598] pcieport-driver 0000:00:01.0: found MSI capability
[    2.227802] pcieport-driver 0000:00:1c.0: found MSI capability
[    2.228098] pcieport-driver 0000:00:1c.4: found MSI capability
[    2.228484] xenbus_probe_backend_init bus registered ok
[    2.228562] Event-channel device installed.
[    2.228565] ***blkif_init
[    2.259578] hpet_acpi_add: no address or irqs in _CRS
[    2.259624] Linux agpgart interface v0.103
[    2.259629] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
[    2.261853] brd: module loaded
[    2.261914] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[    2.262059] PNP: No PS/2 controller found. Probing ports directly.
[    2.264183] i8042: probe of i8042 failed with error -38
[    2.276224] mice: PS/2 mouse device common for all mice
[    2.276322] rtc_cmos 00:05: RTC can wake from S4
[    2.276383] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    2.276421] rtc0: alarms up to one day, 242 bytes nvram
[    2.276455] cpuidle: using governor ladder
[    2.276458] cpuidle: using governor menu
[    2.276788] TCP cubic registered
[    2.276806] IO APIC resources could be not be allocated.
[    2.276954] registered taskstats version 1
[    2.277079]   Magic number: 4:142:641
[    2.277198] rtc_cmos 00:05: setting system clock to 2008-12-11 16:36:31 UTC (1229013391)
[    2.277204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.277207] EDD information not available.
[    2.277227] Freeing unused kernel memory: 568k freed
[    2.277434] Write protecting the kernel read-only data: 4316k
Loading, please wait...
Couldnt get a file descriptor referring to the console
Begin: Loading essential drivers... ...
[    2.368327] fuse init (API version 7.10)
[    2.383241] processor ACPI_CPU:00: registered as cooling_device0
[    2.400670] device-mapper: uevent: version 1.0.3
[    2.400843] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
Done.
Begin: Running /scripts/init-premount ...
Done.
Begin: Mounting root file system... ...
Begin: Running /scripts/local-top ...
Done.
Begin: Waiting for root file system... ...
[    2.810624] usbcore: registered new interface driver usbfs
[    2.810647] usbcore: registered new interface driver hub
[    2.817412] usbcore: registered new device driver usb
[    2.819955] uhci_hcd: USB Universal Host Controller Interface driver
[    2.820077] xen_allocate_pirq: returning irq 11 for gsi 11
[    2.820082] ERROR: Unable to locate IOAPIC for GSI 11
[    2.820085] xen_set_ioapic_routing: irq 11 gsi 11 ioapic -1
[    2.820089] uhci_hcd 0000:00:1a.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[    2.820094] xen: PCI device 0000:00:1a.0 pin 1 -> irq 11
[    2.820111] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    2.820149] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    2.820196] uhci_hcd 0000:00:1a.0: irq 11, io base 0x0000ff20
[    2.820506] usb usb1: configuration #1 chosen from 1 choice
[    2.820528] hub 1-0:1.0: USB hub found
[    2.820539] hub 1-0:1.0: 2 ports detected
[    2.821752] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10
[    2.821777] ERROR: Unable to locate IOAPIC for GSI 10
[    2.821780] xen_set_ioapic_routing: irq 10 gsi 10 ioapic -1
[    2.821784] uhci_hcd 0000:00:1a.1: PCI INT B -> Link[LNKB] -> GSI 10 (level, low) -> IRQ 10
[    2.821789] xen: PCI device 0000:00:1a.1 pin 2 -> irq 10
[    2.821802] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    2.821820] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
[    2.821859] uhci_hcd 0000:00:1a.1: irq 10, io base 0x0000ff00
[    2.821946] usb usb2: configuration #1 chosen from 1 choice
[    2.821966] hub 2-0:1.0: USB hub found
[    2.821977] hub 2-0:1.0: 2 ports detected
[    2.823142] ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 5
[    2.823163] ERROR: Unable to locate IOAPIC for GSI 5
[    2.823166] xen_set_ioapic_routing: irq 5 gsi 5 ioapic -1
[    2.823171] uhci_hcd 0000:00:1d.0: PCI INT A -> Link[LNKH] -> GSI 5 (level, low) -> IRQ 5
[    2.823175] xen: PCI device 0000:00:1d.0 pin 1 -> irq 5
[    2.823188] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    2.823207] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 3
[    2.823245] uhci_hcd 0000:00:1d.0: irq 5, io base 0x0000ff80
[    2.823329] usb usb3: configuration #1 chosen from 1 choice
[    2.823349] hub 3-0:1.0: USB hub found
[    2.823359] hub 3-0:1.0: 2 ports detected
[    2.823447] xen_allocate_pirq: returning irq 10 for gsi 10
[    2.823452] ERROR: Unable to locate IOAPIC for GSI 10
[    2.823455] xen_set_ioapic_routing: irq 10 gsi 10 ioapic -1
[    2.823459] uhci_hcd 0000:00:1d.1: PCI INT B -> Link[LNKB] -> GSI 10 (level, low) -> IRQ 10
[    2.823463] xen: PCI device 0000:00:1d.1 pin 2 -> irq 10
[    2.823476] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    2.823497] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 4
[    2.823528] uhci_hcd 0000:00:1d.1: irq 10, io base 0x0000ff60
[    2.823609] usb usb4: configuration #1 chosen from 1 choice
[    2.823628] hub 4-0:1.0: USB hub found
[    2.823638] hub 4-0:1.0: 2 ports detected
[    2.826270] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.826275] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
[    2.827089] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 3
[    2.827114] ERROR: Unable to locate IOAPIC for GSI 3
[    2.827117] xen_set_ioapic_routing: irq 3 gsi 3 ioapic -1
[    2.827121] uhci_hcd 0000:00:1d.2: PCI INT C -> Link[LNKC] -> GSI 3 (level, low) -> IRQ 3
[    2.827126] xen: PCI device 0000:00:1d.2 pin 3 -> irq 3
[    2.827141] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    2.827166] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 5
[    2.827209] uhci_hcd 0000:00:1d.2: irq 3, io base 0x0000ff40
[    2.827520] usb usb5: configuration #1 chosen from 1 choice
[    2.827541] hub 5-0:1.0: USB hub found
[    2.827553] hub 5-0:1.0: 2 ports detected
[    2.837679] ACPI: PCI Interrupt Link [LNKG] enabled at IRQ 9
[    2.837686] xen_allocate_pirq: returning irq 9 for gsi 9
[    2.837691] ERROR: Unable to locate IOAPIC for GSI 9
[    2.837694] xen_set_ioapic_routing: irq 9 gsi 9 ioapic -1
[    2.837698] ehci_hcd 0000:00:1a.7: PCI INT C -> Link[LNKG] -> GSI 9 (level, low) -> IRQ 9
[    2.837702] xen: PCI device 0000:00:1a.7 pin 3 -> irq 9
[    2.837726] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    2.837753] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 6
[    2.841700] ehci_hcd 0000:00:1a.7: debug port 1
[    2.841716] ehci_hcd 0000:00:1a.7: irq 9, io mem 0xfebfbc00
[    2.864069] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    2.864181] usb usb6: configuration #1 chosen from 1 choice
[    2.864203] hub 6-0:1.0: USB hub found
[    2.864217] hub 6-0:1.0: 4 ports detected
[    2.864316] xen_allocate_pirq: returning irq 5 for gsi 5
[    2.864321] ERROR: Unable to locate IOAPIC for GSI 5
[    2.864324] xen_set_ioapic_routing: irq 5 gsi 5 ioapic -1
[    2.864328] ehci_hcd 0000:00:1d.7: PCI INT A -> Link[LNKH] -> GSI 5 (level, low) -> IRQ 5
[    2.864333] xen: PCI device 0000:00:1d.7 pin 1 -> irq 5
[    2.864353] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    2.864372] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 7
[    2.868284] ehci_hcd 0000:00:1d.7: debug port 1
[    2.868299] ehci_hcd 0000:00:1d.7: irq 5, io mem 0xff980800
[    2.884069] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    2.884133] usb usb7: configuration #1 chosen from 1 choice
[    2.884154] hub 7-0:1.0: USB hub found
[    2.884166] hub 7-0:1.0: 6 ports detected
[    2.907426] tg3.c:v3.94 (August 14, 2008)
[    2.907454] xen_allocate_pirq: returning irq 11 for gsi 11
[    2.907459] ERROR: Unable to locate IOAPIC for GSI 11
[    2.907463] xen_set_ioapic_routing: irq 11 gsi 11 ioapic -1
[    2.907467] tg3 0000:03:00.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[    2.907471] xen: PCI device 0000:03:00.0 pin 1 -> irq 11
[    2.928648] eth0: Tigon3 [partno(BCM95754) rev b002 PHY(5787)] (PCI Express) 10/100/1000Base-T Ethernet 00:1a:a0:a9:f2:81
[    2.928656] eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] WireSpeed[1] TSOcap[1]
[    2.928660] eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    2.958006] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.958035] xen_allocate_pirq: returning irq 3 for gsi 3
[    2.958040] ERROR: Unable to locate IOAPIC for GSI 3
[    2.958043] xen_set_ioapic_routing: irq 3 gsi 3 ioapic -1
[    2.958047] r8169 0000:04:02.0: PCI INT A -> Link[LNKC] -> GSI 3 (level, low) -> IRQ 3
[    2.958051] xen: PCI device 0000:04:02.0 pin 1 -> irq 3
[    2.958375] r8169 0000:04:02.0: no PCI Express capability
[    2.958602] eth1: RTL8110s at 0xffffc20011190f00, 00:18:4d:f0:19:07, XID 04000000 IRQ 3
[    3.001728] SCSI subsystem initialized
[    3.038355] ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 9
[    3.038364] xen_allocate_pirq: returning irq 9 for gsi 9
[    3.038368] ERROR: Unable to locate IOAPIC for GSI 9
[    3.038371] xen_set_ioapic_routing: irq 9 gsi 9 ioapic -1
[    3.038375] ata_piix 0000:00:1f.2: PCI INT C -> Link[LNKE] -> GSI 9 (level, low) -> IRQ 9
[    3.038380] xen: PCI device 0000:00:1f.2 pin 3 -> irq 9
[    3.038386] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    3.195602] scsi0 : ata_piix
[    3.195690] scsi1 : ata_piix
[    3.200560] ata1: SATA max UDMA/133 cmd 0xfe00 ctl 0xfe10 bmdma 0xfec0 irq 9
[    3.200597] ata2: SATA max UDMA/133 cmd 0xfe20 ctl 0xfe30 bmdma 0xfec8 irq 9
[    3.288293] usb 7-5: new high speed USB device using ehci_hcd and address 3
[    3.996212] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.996238] ata1.01: SATA link down (SStatus 4 SControl 300)
[    8.288064] ehci_hcd 0000:00:1d.7: Unlink after no-IRQ?  Controller is probably using the wrong IRQ.
[    9.004100] ata1.00: qc timeout (cmd 0x27)
[    9.004116] ata1.00: failed to read native max address (err_mask=0x4)
[    9.800172] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    9.800204] ata1.01: SATA link down (SStatus 4 SControl 300)
[   18.844064] usb 7-5: device not accepting address 3, error -110
[   18.956072] usb 7-5: new high speed USB device using ehci_hcd and address 4
[   19.808085] ata1.00: qc timeout (cmd 0x27)
[   19.808097] ata1.00: failed to read native max address (err_mask=0x4)
[   19.808101] ata1.00: revalidation failed (errno=-5)
[   20.604171] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   20.604203] ata1.01: SATA link down (SStatus 4 SControl 300)
[   30.612097] ata1.00: qc timeout (cmd 0x27)
[   30.612113] ata1.00: failed to read native max address (err_mask=0x4)
[   30.612119] ata1.00: revalidation failed (errno=-5)
[   30.612124] ata1.00: disabled
[   30.612157] ata1.00: hard resetting link
[   30.932091] ata1.01: hard resetting link
[   31.408170] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   31.408202] ata1.01: SATA link down (SStatus 4 SControl 300)
[   31.408216] ata1: EH complete
[   32.204168] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   32.204200] ata2.01: SATA link down (SStatus 4 SControl 300)
[   32.212356] ata2.00: ATAPI: Optiarc DVD+/-RW AD-5170S, 101B, max UDMA/66
[   32.228353] ata2.00: configured for UDMA/66
Done.
Gave up waiting for root device.  Common problems:
 - Boot args (cat /proc/cmdline)
   - Check rootdelay= (did the system wait long enough?)
   - Check root= (did the system wait for the right device?)
 - Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/sda1 does not exist. Dropping to a shell!


BusyBox v1.10.2 (Ubuntu 1:1.10.2-1ubuntu6) built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs) [   34.512067] usb 7-5: device not accepting address 4, error -110
[   34.624096] usb 7-5: new high speed USB device using ehci_hcd and address 5
[   37.228089] ata2.00: qc timeout (cmd 0xa0)
[   37.228105] ata2.00: TEST_UNIT_READY failed (err_mask=0x5)
[   38.024165] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   38.024197] ata2.01: SATA link down (SStatus 4 SControl 300)
[   38.048311] ata2.00: configured for UDMA/66
[   43.048084] ata2.00: qc timeout (cmd 0xa0)
[   43.048099] ata2.00: TEST_UNIT_READY failed (err_mask=0x5)
[   43.048107] ata2.00: limiting SATA link speed to 1.5 Gbps
[   43.048113] ata2.00: limiting speed to UDMA/66:PIO3
[   43.844165] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[   43.844196] ata2.01: SATA link down (SStatus 4 SControl 300)
[   43.868325] ata2.00: configured for UDMA/66
[   45.056066] usb 7-5: device not accepting address 5, error -110
[   45.168070] usb 7-5: new high speed USB device using ehci_hcd and address 6
[   48.868084] ata2.00: qc timeout (cmd 0xa0)
[   48.868099] ata2.00: TEST_UNIT_READY failed (err_mask=0x5)
[   48.868104] ata2.00: disabled
[   48.868136] ata2.00: hard resetting link
[   49.188078] ata2.01: hard resetting link
[   49.664166] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[   49.664197] ata2.01: SATA link down (SStatus 4 SControl 300)
[   49.664210] ata2: EH complete
[   49.664298] xen_allocate_pirq: returning irq 9 for gsi 9
[   49.664303] ERROR: Unable to locate IOAPIC for GSI 9
[   49.664306] xen_set_ioapic_routing: irq 9 gsi 9 ioapic -1
[   49.664311] ata_piix 0000:00:1f.5: PCI INT C -> Link[LNKE] -> GSI 9 (level, low) -> IRQ 9
[   49.664315] xen: PCI device 0000:00:1f.5 pin 3 -> irq 9
[   49.664321] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[   49.820173] scsi2 : ata_piix
[   49.821801] scsi3 : ata_piix
[   49.821836] ata3: SATA max UDMA/133 cmd 0xfe40 ctl 0xfe50 bmdma 0xfed0 irq 9
[   49.821843] ata4: SATA max UDMA/133 cmd 0xfe60 ctl 0xfe70 bmdma 0xfed8 irq 9
[   50.140124] ata3: SATA link down (SStatus 0 SControl 300)
[   50.616134] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   55.600066] usb 7-5: device not accepting address 6, error -110
[   55.600084] hub 7-0:1.0: unable to enumerate USB device on port 5
[   55.640095] ata4.00: qc timeout (cmd 0x27)
[   55.640109] ata4.00: failed to read native max address (err_mask=0x4)
[   55.864069] usb 2-2: new low speed USB device using uhci_hcd and address 2
[   56.116132] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   58.928184] usb 2-2: configuration #1 chosen from 1 choice
[   59.194097] usbcore: registered new interface driver hiddev
[   59.416068] usb 4-1: new low speed USB device using uhci_hcd and address 2
[   59.672351] ------------[ cut here ]------------
[   59.672359] WARNING: at kernel/smp.c:333 smp_call_function_mask+0x200/0x210()
[   59.672363] Hardware name: OptiPlex 745                 
[   59.672367] Modules linked in: usbhid(+) hid ata_piix(+) libata scsi_mod r8169 mii tg3 libphy ehci_hcd uhci_hcd usbcore dm_mirror dm_region_hash dm_log dm_snapshot dm_mod thermal processor fan fuse
[   59.672391] Pid: 2243, comm: modprobe Not tainted 2.6.28-rc7-tip #1
[   59.672395] Call Trace:
[   59.672400]  [<ffffffff8024d9bc>] warn_slowpath+0xdc/0x110
[   59.672406]  [<ffffffff8020b7b0>] ? load_TLS_descriptor+0x80/0xc0
[   59.672410]  [<ffffffff8020b7b0>] ? load_TLS_descriptor+0x80/0xc0
[   59.672416]  [<ffffffff80244600>] ? update_curr+0xa0/0xf0
[   59.672420]  [<ffffffff80274650>] smp_call_function_mask+0x200/0x210
[   59.672426]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[   59.672430]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[   59.672435]  [<ffffffff802ae861>] ? get_page_from_freelist+0x4b1/0x6e0
[   59.672439]  [<ffffffff8020c8e2>] ? xen_pte_val+0x12/0x40
[   59.672444]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[   59.672476]  [<ffffffff8027467b>] smp_call_function+0x1b/0x20
[   59.672481]  [<ffffffff802530cf>] on_each_cpu+0x1f/0x50
[   59.672485]  [<ffffffff80225a17>] flush_tlb_all+0x17/0x20
[   59.672490]  [<ffffffff802c7307>] __purge_vmap_area_lazy+0x127/0x180
[   59.672494]  [<ffffffff802c8816>] vm_unmap_aliases+0x166/0x180
[   59.672499]  [<ffffffff8020dbcd>] xen_create_contiguous_region+0x5d/0x110
[   59.672505]  [<ffffffff802d2378>] ? alloc_pages_current+0xa8/0x100
[   59.672511]  [<ffffffff803afbe4>] xen_alloc_coherent+0x94/0x100
[   59.672516]  [<ffffffff802cdb0f>] dma_pool_alloc+0x1af/0x2b0
[   59.672520]  [<ffffffff802c7c15>] ? vfree+0x25/0x30
[   59.672527]  [<ffffffffa0164d38>] ? hid_parse_report+0x1a8/0x210 [hid]
[   59.672532]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[   59.672547]  [<ffffffffa0076327>] hcd_buffer_alloc+0x127/0x130 [usbcore]
[   59.672560]  [<ffffffffa006938e>] usb_buffer_alloc+0x1e/0x30 [usbcore]
[   59.672566]  [<ffffffffa0175ddb>] usbhid_start+0xdb/0x570 [usbhid]
[   59.672573]  [<ffffffffa01649e9>] hid_device_probe+0xc9/0x100 [hid]
[   59.672578]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[   59.672583]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[   59.672587]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[   59.672591]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[   59.672595]  [<ffffffff8041f258>] device_attach+0x88/0x90
[   59.672600]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[   59.672604]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[   59.672610]  [<ffffffffa01645c5>] hid_add_device+0x95/0x120 [hid]
[   59.672616]  [<ffffffffa0174dd2>] hid_probe+0x222/0x310 [usbhid]
[   59.672628]  [<ffffffffa0074586>] usb_probe_interface+0xc6/0x180 [usbcore]
[   59.672634]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[   59.672639]  [<ffffffff8041f179>] __driver_attach+0x99/0xa0
[   59.672643]  [<ffffffff8041f0e0>] ? __driver_attach+0x0/0xa0
[   59.672647]  [<ffffffff8041e864>] bus_for_each_dev+0x54/0x80
[   59.672652]  [<ffffffff8041ee1c>] driver_attach+0x1c/0x20
[   59.672656]  [<ffffffff8041e189>] bus_add_driver+0x1e9/0x260
[   59.672661]  [<ffffffff8041f41f>] driver_register+0x5f/0x140
[   59.672673]  [<ffffffffa00735d9>] usb_register_driver+0xa9/0x120 [usbcore]
[   59.672679]  [<ffffffffa017f000>] ? hid_init+0x0/0xa0 [usbhid]
[   59.672684]  [<ffffffffa017f069>] hid_init+0x69/0xa0 [usbhid]
[   59.672688]  [<ffffffff8020a03c>] do_one_initcall+0x3c/0x170
[   59.672694]  [<ffffffff802687f3>] ? __blocking_notifier_call_chain+0x63/0x80
[   59.672699]  [<ffffffff80278c52>] sys_init_module+0xb2/0x1f0
[   59.672704]  [<ffffffff802125aa>] system_call_fastpath+0x16/0x1b
[   59.672708] ---[ end trace 21e779813474db89 ]---
[   59.672764] input: Logitech Optical USB Mouse as /devices/pci0000:00/0000:00:1a.1/usb2/2-2/2-2:1.0/input/input1
[   59.684208] generic-usb 0003:046D:C016.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-0000:00:1a.1-2/input0
[   59.684231] usbcore: registered new interface driver usbhid
[   59.684237] usbhid: v2.6:USB HID core driver
[   62.400178] usb 4-1: configuration #1 chosen from 1 choice
[   63.144350] ------------[ cut here ]------------
[   63.144359] WARNING: at kernel/smp.c:333 smp_call_function_mask+0x200/0x210()
[   63.144363] Hardware name: OptiPlex 745                 
[   63.144366] Modules linked in: usbhid hid ata_piix(+) libata scsi_mod r8169 mii tg3 libphy ehci_hcd uhci_hcd usbcore dm_mirror dm_region_hash dm_log dm_snapshot dm_mod thermal processor fan fuse
[   63.144390] Pid: 1137, comm: khubd Tainted: G        W  2.6.28-rc7-tip #1
[   63.144394] Call Trace:
[   63.144398]  [<ffffffff8024d9bc>] warn_slowpath+0xdc/0x110
[   63.144404]  [<ffffffff8020b7b0>] ? load_TLS_descriptor+0x80/0xc0
[   63.144408]  [<ffffffff8020b7b0>] ? load_TLS_descriptor+0x80/0xc0
[   63.144414]  [<ffffffff802ac7ad>] ? __rmqueue_smallest+0xed/0x180
[   63.144419]  [<ffffffff80274650>] smp_call_function_mask+0x200/0x210
[   63.144424]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[   63.144429]  [<ffffffff802ae9c2>] ? get_page_from_freelist+0x612/0x6e0
[   63.144433]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[   63.144438]  [<ffffffff802ae861>] ? get_page_from_freelist+0x4b1/0x6e0
[   63.144442]  [<ffffffff8020c8e2>] ? xen_pte_val+0x12/0x40
[   63.144474]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[   63.144479]  [<ffffffff8027467b>] smp_call_function+0x1b/0x20
[   63.144483]  [<ffffffff802530cf>] on_each_cpu+0x1f/0x50
[   63.144487]  [<ffffffff80225a17>] flush_tlb_all+0x17/0x20
[   63.144492]  [<ffffffff802c7307>] __purge_vmap_area_lazy+0x127/0x180
[   63.144496]  [<ffffffff802c8816>] vm_unmap_aliases+0x166/0x180
[   63.144501]  [<ffffffff8020dbcd>] xen_create_contiguous_region+0x5d/0x110
[   63.144506]  [<ffffffff802d2378>] ? alloc_pages_current+0xa8/0x100
[   63.144512]  [<ffffffff803afbe4>] xen_alloc_coherent+0x94/0x100
[   63.144516]  [<ffffffff802cdb0f>] dma_pool_alloc+0x1af/0x2b0
[   63.144521]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[   63.144535]  [<ffffffffa0076327>] hcd_buffer_alloc+0x127/0x130 [usbcore]
[   63.144547]  [<ffffffffa006938e>] usb_buffer_alloc+0x1e/0x30 [usbcore]
[   63.144554]  [<ffffffffa0175ddb>] usbhid_start+0xdb/0x570 [usbhid]
[   63.144561]  [<ffffffffa01649e9>] hid_device_probe+0xc9/0x100 [hid]
[   63.144567]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[   63.144571]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[   63.144575]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[   63.144579]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[   63.144584]  [<ffffffff8041f258>] device_attach+0x88/0x90
[   63.144588]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[   63.144592]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[   63.144598]  [<ffffffffa01645c5>] hid_add_device+0x95/0x120 [hid]
[   63.144604]  [<ffffffffa0174dd2>] hid_probe+0x222/0x310 [usbhid]
[   63.144616]  [<ffffffffa0074586>] usb_probe_interface+0xc6/0x180 [usbcore]
[   63.144621]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[   63.144626]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[   63.144630]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[   63.144634]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[   63.144639]  [<ffffffff8041f258>] device_attach+0x88/0x90
[   63.144643]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[   63.144647]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[   63.144652]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[   63.144663]  [<ffffffffa0071eaf>] usb_set_configuration+0x39f/0x5f0 [usbcore]
[   63.144676]  [<ffffffffa007b936>] generic_probe+0x76/0xb0 [usbcore]
[   63.144688]  [<ffffffffa00739ba>] usb_probe_device+0x3a/0x40 [usbcore]
[   63.144693]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[   63.144698]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[   63.144702]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[   63.144706]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[   63.144710]  [<ffffffff8041f258>] device_attach+0x88/0x90
[   63.144715]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[   63.144719]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[   63.144730]  [<ffffffffa0073d92>] ? usb_autopm_do_device+0x92/0x120 [usbcore]
[   63.144742]  [<ffffffffa006b806>] usb_new_device+0x66/0xc0 [usbcore]
[   63.144754]  [<ffffffffa006d508>] hub_thread+0x7a8/0x1030 [usbcore]
[   63.144760]  [<ffffffff802640e0>] ? autoremove_wake_function+0x0/0x40
[   63.144766]  [<ffffffff804e80a8>] ? _spin_unlock_irqrestore+0x18/0x20
[   63.144777]  [<ffffffffa006cd60>] ? hub_thread+0x0/0x1030 [usbcore]
[   63.144782]  [<ffffffff80263b3d>] kthread+0x4d/0x80
[   63.144786]  [<ffffffff8021383a>] child_rip+0xa/0x20
[   63.144790]  [<ffffffff8021312d>] ? retint_restore_args+0x5/0x20
[   63.144795]  [<ffffffff80213830>] ? child_rip+0x0/0x20
[   63.144798] ---[ end trace 21e779813474db89 ]---
[   63.144861] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1d.1/usb4/4-1/4-1:1.0/input/input2
[   63.156139] generic-usb 0003:413C:2003.0002: input,hidraw1: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:1d.1-1/input0
[   66.124102] ata4.00: qc timeout (cmd 0x27)
[   66.124115] ata4.00: failed to read native max address (err_mask=0x4)
[   66.124120] ata4.00: revalidation failed (errno=-5)
[   66.600135] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   76.608094] ata4.00: qc timeout (cmd 0x27)
[   76.608109] ata4.00: failed to read native max address (err_mask=0x4)
[   76.608115] ata4.00: revalidation failed (errno=-5)
[   76.608120] ata4.00: disabled
[   76.608148] ata4: hard resetting link
[   77.084133] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   77.084155] ata4: EH complete

[-- Attachment #4: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: pv_ops dom0 USB fixed
  2008-12-10 21:03     ` Andrew Lyon
@ 2008-12-11 17:10       ` Andrew Lyon
  2008-12-11 17:44         ` Pasi Kärkkäinen
  0 siblings, 1 reply; 92+ messages in thread
From: Andrew Lyon @ 2008-12-11 17:10 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Todd Deshane, Xen-devel, Aviv Grafi

On Wed, Dec 10, 2008 at 9:03 PM, Andrew Lyon <andrew.lyon@gmail.com> wrote:
> On Wed, Dec 10, 2008 at 8:48 PM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:
>> Pasi Kärkkäinen wrote:
>>>
>>> On Wed, Dec 10, 2008 at 12:05:32PM -0800, Jeremy Fitzhardinge wrote:
>>>
>>>>
>>>> Ian Campbell noticed a missing TLB flush which was causing the USB
>>>> crashes/failures when booting the pvops dom0 kernel.  With that fixed,
>>>> enabling USB boots reliably and seems to work.
>>>>
>>>>
>>>
>>> Nice!
>>>
>>>
>>>>
>>>> Its quite possible this will also improve matters with ATA/SATA
>>>> controllers, though I haven't tested it so far.
>>>>
>>>> Anyway, its a significant fix and its worth trying the current pvops
>>>> patch queue again.  Please tell me what you find.
>>>>
>>>>
>
> Excellent news, I've tried the pv_ops dom0 kernel several times
> recently and had failure with usb and sata drivers, so fingers crossed
> it will work now.
>
> I will test tomorrow and report my results ;-)
>
> Andy
>
>>>
>>> Hmm.. against what kernel/tree are these patches?
>>>
>>
>> See the wiki ;)
>>
>>
>> Pull the kernel.org/hg/linux-2.6 tree, "hg update $(cat KERNEL_VERSION)",
>> then "hg qpush -a"
>>
>>   J
>>
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@lists.xensource.com
>> http://lists.xensource.com/xen-devel
>>
>

I downloaded the source a few mins ago and tried pv_ops dom0 on my
test system a dell optiplex 755, it doesnt get very far at all into
the boot process:

(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x200000 -> 0x8a0418
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000120000000->0000000122000000 (951655 pages
to be allocated)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff80200000->ffffffff808a0418
(XEN)  Init. ramdisk: ffffffff808a1000->ffffffff808a1000
(XEN)  Phys-Mach map: ffffffff808a1000->ffffffff80ff3b38
(XEN)  Start info:    ffffffff80ff4000->ffffffff80ff44a4
(XEN)  Page tables:   ffffffff80ff5000->ffffffff81002000
(XEN)  Boot stack:    ffffffff81002000->ffffffff81003000
(XEN)  TOTAL:         ffffffff80000000->ffffffff81400000
(XEN)  ENTRY ADDRESS: ffffffff80765200
(XEN) Dom0 has maximum 2 VCPUs
(XEN) Scrubbing Free RAM: .done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: Errors and warnings
(XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings)
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch
input to Xen)
(XEN) Freed 108kB init memory.
mapping kernel into physical memory
Xen: setup ISA identity maps
about to get started...
(XEN) ioapic_guest_write: apic=0, pin=2, old_irq=0, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f0, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=4
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=000189f1
(XEN) ioapic_guest_write: Attempt to modify IO-APIC pin for in-use IRQ!

And then hangs.

I tried adding pci=nomsi to the kernel arguments, didnt seem to make
much difference.

Andy

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-11 16:50     ` Todd Deshane
@ 2008-12-11 17:18       ` Todd Deshane
  2008-12-11 18:20         ` Jeremy Fitzhardinge
  2008-12-11 18:21         ` Jeremy Fitzhardinge
  2008-12-11 18:17       ` Jeremy Fitzhardinge
  1 sibling, 2 replies; 92+ messages in thread
From: Todd Deshane @ 2008-12-11 17:18 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Xen-devel, Aviv Grafi

[-- Attachment #1: Type: text/plain, Size: 1371 bytes --]

On Thu, Dec 11, 2008 at 11:50 AM, Todd Deshane <deshantm@gmail.com> wrote:
>> Well, for a start, disable MSI for now (pci=nomsi on the kernel command
>> line).  I haven't done any MSI support yet.
>>
>> In the nosmp boot, something seems amiss with interrupt routing.  nomsi may
>> help there as well, but I'll need to have a closer look at the code to work
>> out what's really going wrong here.  Hm, its probably:
>> [    0.000000] ACPI: Skipping IOAPIC probe due to 'noapic' option.
>>
>> I guess nosmp implies noapic?  Anyway, we don't do well without ioapics at
>> present...
>>
>>   J
>>
> The pci=nomsi helped a lot.
>
> I have booting (at least almost)
>
> Again two logs attached. This time the without nosmp does better.
>
> Gets to a checking battery state line then it seems to stop.
>
> The nosmp does the same as last time, a initramfs prompt followed by
> ATA trying...
>
> I will try to disable some of the init scripts or try single user mode to
> see if I can get a normal prompt.
>

In single user mode, I have functional network, etc.

A log is attached.

It would help if I could get the display to work properly on the normal monitor
and not over a serial console.

It may be a very functional system

The log of single user mode and some very basic testing is attached.

Cheers,
Todd


-- 
Todd Deshane
http://todddeshane.net
http://runningxen.com

[-- Attachment #2: xenboot-with-fix.nomsi.single --]
[-- Type: application/octet-stream, Size: 356301 bytes --]

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: pv_ops dom0 USB fixed
  2008-12-11 17:10       ` Andrew Lyon
@ 2008-12-11 17:44         ` Pasi Kärkkäinen
  2008-12-11 17:46           ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 92+ messages in thread
From: Pasi Kärkkäinen @ 2008-12-11 17:44 UTC (permalink / raw)
  To: Andrew Lyon; +Cc: Todd Deshane, Jeremy Fitzhardinge, Xen-devel, Aviv Grafi

On Thu, Dec 11, 2008 at 05:10:24PM +0000, Andrew Lyon wrote:
> On Wed, Dec 10, 2008 at 9:03 PM, Andrew Lyon <andrew.lyon@gmail.com> wrote:
> > On Wed, Dec 10, 2008 at 8:48 PM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:
> >> Pasi Kärkkäinen wrote:
> >>>
> >>> On Wed, Dec 10, 2008 at 12:05:32PM -0800, Jeremy Fitzhardinge wrote:
> >>>
> >>>>
> >>>> Ian Campbell noticed a missing TLB flush which was causing the USB
> >>>> crashes/failures when booting the pvops dom0 kernel.  With that fixed,
> >>>> enabling USB boots reliably and seems to work.
> >>>>
> >>>>
> >>>
> >>> Nice!
> >>>
> >>>
> >>>>
> >>>> Its quite possible this will also improve matters with ATA/SATA
> >>>> controllers, though I haven't tested it so far.
> >>>>
> >>>> Anyway, its a significant fix and its worth trying the current pvops
> >>>> patch queue again.  Please tell me what you find.
> >>>>
> >>>>
> >
> > Excellent news, I've tried the pv_ops dom0 kernel several times
> > recently and had failure with usb and sata drivers, so fingers crossed
> > it will work now.
> >
> > I will test tomorrow and report my results ;-)
> >
> > Andy
> >
> >>>
> >>> Hmm.. against what kernel/tree are these patches?
> >>>
> >>
> >> See the wiki ;)
> >>
> >>
> >> Pull the kernel.org/hg/linux-2.6 tree, "hg update $(cat KERNEL_VERSION)",
> >> then "hg qpush -a"
> >>
> >>   J
> >>
> >> _______________________________________________
> >> Xen-devel mailing list
> >> Xen-devel@lists.xensource.com
> >> http://lists.xensource.com/xen-devel
> >>
> >
> 
> I downloaded the source a few mins ago and tried pv_ops dom0 on my
> test system a dell optiplex 755, it doesnt get very far at all into
> the boot process:
> 
> (XEN) *** LOADING DOMAIN 0 ***
> (XEN)  Xen  kernel: 64-bit, lsb, compat32
> (XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x200000 -> 0x8a0418
> (XEN) PHYSICAL MEMORY ARRANGEMENT:
> (XEN)  Dom0 alloc.:   0000000120000000->0000000122000000 (951655 pages
> to be allocated)
> (XEN) VIRTUAL MEMORY ARRANGEMENT:
> (XEN)  Loaded kernel: ffffffff80200000->ffffffff808a0418
> (XEN)  Init. ramdisk: ffffffff808a1000->ffffffff808a1000
> (XEN)  Phys-Mach map: ffffffff808a1000->ffffffff80ff3b38
> (XEN)  Start info:    ffffffff80ff4000->ffffffff80ff44a4
> (XEN)  Page tables:   ffffffff80ff5000->ffffffff81002000
> (XEN)  Boot stack:    ffffffff81002000->ffffffff81003000
> (XEN)  TOTAL:         ffffffff80000000->ffffffff81400000
> (XEN)  ENTRY ADDRESS: ffffffff80765200
> (XEN) Dom0 has maximum 2 VCPUs
> (XEN) Scrubbing Free RAM: .done.
> (XEN) Xen trace buffers: disabled
> (XEN) Std. Loglevel: Errors and warnings
> (XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings)
> (XEN) Xen is relinquishing VGA console.
> (XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch
> input to Xen)
> (XEN) Freed 108kB init memory.
> mapping kernel into physical memory
> Xen: setup ISA identity maps
> about to get started...
> (XEN) ioapic_guest_write: apic=0, pin=2, old_irq=0, new_irq=-1
> (XEN) ioapic_guest_write: old_entry=000009f0, new_entry=00010900
> (XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
> (XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=-1
> (XEN) ioapic_guest_write: old_entry=000009f1, new_entry=00010900
> (XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
> (XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=4
> (XEN) ioapic_guest_write: old_entry=000009f1, new_entry=000189f1
> (XEN) ioapic_guest_write: Attempt to modify IO-APIC pin for in-use IRQ!
> 
> And then hangs.
> 
> I tried adding pci=nomsi to the kernel arguments, didnt seem to make
> much difference.
> 

Did you try specifying both pci=nomsi and nosmp ? 

-- Pasi

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: pv_ops dom0 USB fixed
  2008-12-11 17:44         ` Pasi Kärkkäinen
@ 2008-12-11 17:46           ` Jeremy Fitzhardinge
  0 siblings, 0 replies; 92+ messages in thread
From: Jeremy Fitzhardinge @ 2008-12-11 17:46 UTC (permalink / raw)
  To: Pasi Kärkkäinen
  Cc: Todd Deshane, Andrew Lyon, Aviv Grafi, Xen-devel

Pasi Kärkkäinen wrote:
> On Thu, Dec 11, 2008 at 05:10:24PM +0000, Andrew Lyon wrote:
>   
>> On Wed, Dec 10, 2008 at 9:03 PM, Andrew Lyon <andrew.lyon@gmail.com> wrote:
>>     
>>> On Wed, Dec 10, 2008 at 8:48 PM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:
>>>       
>>>> Pasi Kärkkäinen wrote:
>>>>         
>>>>> On Wed, Dec 10, 2008 at 12:05:32PM -0800, Jeremy Fitzhardinge wrote:
>>>>>
>>>>>           
>>>>>> Ian Campbell noticed a missing TLB flush which was causing the USB
>>>>>> crashes/failures when booting the pvops dom0 kernel.  With that fixed,
>>>>>> enabling USB boots reliably and seems to work.
>>>>>>
>>>>>>
>>>>>>             
>>>>> Nice!
>>>>>
>>>>>
>>>>>           
>>>>>> Its quite possible this will also improve matters with ATA/SATA
>>>>>> controllers, though I haven't tested it so far.
>>>>>>
>>>>>> Anyway, its a significant fix and its worth trying the current pvops
>>>>>> patch queue again.  Please tell me what you find.
>>>>>>
>>>>>>
>>>>>>             
>>> Excellent news, I've tried the pv_ops dom0 kernel several times
>>> recently and had failure with usb and sata drivers, so fingers crossed
>>> it will work now.
>>>
>>> I will test tomorrow and report my results ;-)
>>>
>>> Andy
>>>
>>>       
>>>>> Hmm.. against what kernel/tree are these patches?
>>>>>
>>>>>           
>>>> See the wiki ;)
>>>>
>>>>
>>>> Pull the kernel.org/hg/linux-2.6 tree, "hg update $(cat KERNEL_VERSION)",
>>>> then "hg qpush -a"
>>>>
>>>>   J
>>>>
>>>> _______________________________________________
>>>> Xen-devel mailing list
>>>> Xen-devel@lists.xensource.com
>>>> http://lists.xensource.com/xen-devel
>>>>
>>>>         
>> I downloaded the source a few mins ago and tried pv_ops dom0 on my
>> test system a dell optiplex 755, it doesnt get very far at all into
>> the boot process:
>>
>> (XEN) *** LOADING DOMAIN 0 ***
>> (XEN)  Xen  kernel: 64-bit, lsb, compat32
>> (XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x200000 -> 0x8a0418
>> (XEN) PHYSICAL MEMORY ARRANGEMENT:
>> (XEN)  Dom0 alloc.:   0000000120000000->0000000122000000 (951655 pages
>> to be allocated)
>> (XEN) VIRTUAL MEMORY ARRANGEMENT:
>> (XEN)  Loaded kernel: ffffffff80200000->ffffffff808a0418
>> (XEN)  Init. ramdisk: ffffffff808a1000->ffffffff808a1000
>> (XEN)  Phys-Mach map: ffffffff808a1000->ffffffff80ff3b38
>> (XEN)  Start info:    ffffffff80ff4000->ffffffff80ff44a4
>> (XEN)  Page tables:   ffffffff80ff5000->ffffffff81002000
>> (XEN)  Boot stack:    ffffffff81002000->ffffffff81003000
>> (XEN)  TOTAL:         ffffffff80000000->ffffffff81400000
>> (XEN)  ENTRY ADDRESS: ffffffff80765200
>> (XEN) Dom0 has maximum 2 VCPUs
>> (XEN) Scrubbing Free RAM: .done.
>> (XEN) Xen trace buffers: disabled
>> (XEN) Std. Loglevel: Errors and warnings
>> (XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings)
>> (XEN) Xen is relinquishing VGA console.
>> (XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch
>> input to Xen)
>> (XEN) Freed 108kB init memory.
>> mapping kernel into physical memory
>> Xen: setup ISA identity maps
>> about to get started...
>> (XEN) ioapic_guest_write: apic=0, pin=2, old_irq=0, new_irq=-1
>> (XEN) ioapic_guest_write: old_entry=000009f0, new_entry=00010900
>> (XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
>> (XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=-1
>> (XEN) ioapic_guest_write: old_entry=000009f1, new_entry=00010900
>> (XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
>> (XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=4
>> (XEN) ioapic_guest_write: old_entry=000009f1, new_entry=000189f1
>> (XEN) ioapic_guest_write: Attempt to modify IO-APIC pin for in-use IRQ!
>>
>> And then hangs.
>>
>> I tried adding pci=nomsi to the kernel arguments, didnt seem to make
>> much difference.
>>
>>     
>
> Did you try specifying both pci=nomsi and nosmp ? 
>   

No, I think "nosmp" is a problem.  Let it be SMP if it wants.

However, you should also have "console=hvc0 earlyprink=xen" to see the 
console output (and perhaps it only works on a serial console for some 
reason).

    J

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-11 16:50     ` Todd Deshane
  2008-12-11 17:18       ` Todd Deshane
@ 2008-12-11 18:17       ` Jeremy Fitzhardinge
  2008-12-11 19:47         ` Todd Deshane
  1 sibling, 1 reply; 92+ messages in thread
From: Jeremy Fitzhardinge @ 2008-12-11 18:17 UTC (permalink / raw)
  To: deshantm; +Cc: Xen-devel, Aviv Grafi

Todd Deshane wrote:
>> Well, for a start, disable MSI for now (pci=nomsi on the kernel command
>> line).  I haven't done any MSI support yet.
>>
>> In the nosmp boot, something seems amiss with interrupt routing.  nomsi may
>> help there as well, but I'll need to have a closer look at the code to work
>> out what's really going wrong here.  Hm, its probably:
>> [    0.000000] ACPI: Skipping IOAPIC probe due to 'noapic' option.
>>
>> I guess nosmp implies noapic?  Anyway, we don't do well without ioapics at
>> present...
>>
>>   J
>>
>>     
> The pci=nomsi helped a lot.
>
> I have booting (at least almost)
>
> Again two logs attached. This time the without nosmp does better.
>
> Gets to a checking battery state line then it seems to stop.
>   

What normally happens next?  Looks like its pretty close to the end of 
the boot sequence; is that where it would normally print the login 
prompt?  Is the machine on the network at that point?  Can you log in 
remotely?

> The nosmp does the same as last time, a initramfs prompt followed by
> ATA trying...
>   

Yes, that's going to be non-functional; none of the hardware interrupts 
have been set up properly, so none of the drivers are going to see the 
interrupts they're expecting.

> I will try to disable some of the init scripts or try single user mode to
> see if I can get a normal prompt.
>   

I think it might just be a matter of getting your devices set up 
properly or something.

> Might not have much time to work on it over the next couple days...
>   

Thanks for testing this.  Your logs have lots of valuable stuff in them.

    J

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-11 17:18       ` Todd Deshane
@ 2008-12-11 18:20         ` Jeremy Fitzhardinge
  2008-12-11 19:27           ` Todd Deshane
  2008-12-11 18:21         ` Jeremy Fitzhardinge
  1 sibling, 1 reply; 92+ messages in thread
From: Jeremy Fitzhardinge @ 2008-12-11 18:20 UTC (permalink / raw)
  To: deshantm; +Cc: Xen-devel, Aviv Grafi

Todd Deshane wrote:
> On Thu, Dec 11, 2008 at 11:50 AM, Todd Deshane <deshantm@gmail.com> wrote:
>   
>>> Well, for a start, disable MSI for now (pci=nomsi on the kernel command
>>> line).  I haven't done any MSI support yet.
>>>
>>> In the nosmp boot, something seems amiss with interrupt routing.  nomsi may
>>> help there as well, but I'll need to have a closer look at the code to work
>>> out what's really going wrong here.  Hm, its probably:
>>> [    0.000000] ACPI: Skipping IOAPIC probe due to 'noapic' option.
>>>
>>> I guess nosmp implies noapic?  Anyway, we don't do well without ioapics at
>>> present...
>>>
>>>   J
>>>
>>>       
>> The pci=nomsi helped a lot.
>>
>> I have booting (at least almost)
>>
>> Again two logs attached. This time the without nosmp does better.
>>
>> Gets to a checking battery state line then it seems to stop.
>>
>> The nosmp does the same as last time, a initramfs prompt followed by
>> ATA trying...
>>
>> I will try to disable some of the init scripts or try single user mode to
>> see if I can get a normal prompt.
>>
>>     
>
> In single user mode, I have functional network, etc.
>
> A log is attached.
>
> It would help if I could get the display to work properly on the normal monitor
> and not over a serial console.
>
> It may be a very functional system
>
> The log of single user mode and some very basic testing is attached.
>   

Yep, that looks promising.  I think the important information is what is 
supposed to happen next on your hanging boot.  If its another init 
script it would be useful to know what it is, and whether you can just 
disable it.  If its the login prompt, its probably a terminal setup thing.

What distro is it?

    J

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-11 17:18       ` Todd Deshane
  2008-12-11 18:20         ` Jeremy Fitzhardinge
@ 2008-12-11 18:21         ` Jeremy Fitzhardinge
  1 sibling, 0 replies; 92+ messages in thread
From: Jeremy Fitzhardinge @ 2008-12-11 18:21 UTC (permalink / raw)
  To: deshantm; +Cc: Xen-devel, Aviv Grafi

Todd Deshane wrote:
> It may be a very functional system

BTW, does your hardware support AHCI mode for the SATA controller?  
Could you try it out?

Thanks,
    J

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-11 18:20         ` Jeremy Fitzhardinge
@ 2008-12-11 19:27           ` Todd Deshane
  0 siblings, 0 replies; 92+ messages in thread
From: Todd Deshane @ 2008-12-11 19:27 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Xen-devel, Aviv Grafi

> What distro is it?

Ubuntu 8.10

I'll test and answer the other questions as I can.

Todd

-- 
Todd Deshane
http://todddeshane.net
http://runningxen.com

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-11 18:17       ` Jeremy Fitzhardinge
@ 2008-12-11 19:47         ` Todd Deshane
  2008-12-11 19:49           ` Todd Deshane
                             ` (3 more replies)
  0 siblings, 4 replies; 92+ messages in thread
From: Todd Deshane @ 2008-12-11 19:47 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Xen-devel, Aviv Grafi

On Thu, Dec 11, 2008 at 1:17 PM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:
> Todd Deshane wrote:
>>>
>>> Well, for a start, disable MSI for now (pci=nomsi on the kernel command
>>> line).  I haven't done any MSI support yet.
>>>
>>> In the nosmp boot, something seems amiss with interrupt routing.  nomsi
>>> may
>>> help there as well, but I'll need to have a closer look at the code to
>>> work
>>> out what's really going wrong here.  Hm, its probably:
>>> [    0.000000] ACPI: Skipping IOAPIC probe due to 'noapic' option.
>>>
>>> I guess nosmp implies noapic?  Anyway, we don't do well without ioapics
>>> at
>>> present...
>>>
>>>  J
>>>
>>>
>>
>> The pci=nomsi helped a lot.
>>
>> I have booting (at least almost)
>>
>> Again two logs attached. This time the without nosmp does better.
>>
>> Gets to a checking battery state line then it seems to stop.
>>
>
> What normally happens next?  Looks like its pretty close to the end of the
> boot sequence; is that where it would normally print the login prompt?  Is
> the machine on the network at that point?  Can you log in remotely?
>

Correct it is fully booted. This is the same thing shown on a normal
linux boot. I have attached both logs for reference. The linux one
is not exactly the same kernel, but it is close (both are rc7)
The vanilla linux one doesn't have any xen dom0 patches.

On the normal linux one, even when putting the console on
the serial port, gdm loads up on the monitor, but this
doesn't happen for the dom0 kernel.

However I can SSH into the dom0 kernel fine.

/proc/xen/capabilities is missing, so xend does not start.

Any ideas on how to get xend working. Just let me know
what logs you need etc.


> Thanks for testing this.  Your logs have lots of valuable stuff in them.
>

Glad that I can help.

>BTW, does your hardware support AHCI mode for the SATA controller?  Could you try it out?

I will check this. I also want to change my Xen testing temporarily to the
Dell 755 (VT-d), which also has a VGA monitor (not DVI) so that may
make testing easier (assuming that the dom0 kernel can work on
my 755 box).

I'll report back more progress as I can

Cheers,
Todd


-- 
Todd Deshane
http://todddeshane.net
http://runningxen.com

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-11 19:47         ` Todd Deshane
@ 2008-12-11 19:49           ` Todd Deshane
  2008-12-11 20:03           ` Ian Campbell
                             ` (2 subsequent siblings)
  3 siblings, 0 replies; 92+ messages in thread
From: Todd Deshane @ 2008-12-11 19:49 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Xen-devel, Aviv Grafi

[-- Attachment #1: Type: text/plain, Size: 31 bytes --]

Attachments added this time...

[-- Attachment #2: xenboot --]
[-- Type: application/octet-stream, Size: 67370 bytes --]

 __  __            _____ _  _                      _        _     _      
 \ \/ /___ _ __   |___ /| || |     _   _ _ __  ___| |_ __ _| |__ | | ___ 
  \  // _ \ '_ \    |_ \| || |_ __| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
  /  \  __/ | | |  ___) |__   _|__| |_| | | | \__ \ || (_| | |_) | |  __/
 /_/\_\___|_| |_| |____(_) |_|     \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
                                                                         
(XEN) Xen version 3.4-unstable (deshantm@) (gcc version 4.2.4 (Ubuntu 4.2.4-3ubuntu4)) Wed Nov 26 16:27:34 EST 2008
(XEN) Latest ChangeSet: Wed Nov 19 19:13:22 2008 +0000 18796:98d48f7680db
(XEN) Command line: loglvl=all guest_loglvl=all com1=115200,8n1 console=com1 mem=3G 
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN)  Found 2 MBR signatures
(XEN)  Found 2 EDD information structures
(XEN) Truncating memory map to 3145728kB
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 000000000009fc00 (usable)
(XEN)  00000000000f0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 00000000c0000000 (usable)
(XEN) System RAM: 3071MB (3145340kB)
(XEN) ACPI: RSDP 000FEBF0, 0024 (r2 DELL  )
(XEN) ACPI: XSDT 000FCE97, 0084 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: FACP 000FCFBF, 00F4 (r3 DELL    B8K           15 ASL        61)
(XEN) ACPI: DSDT FFF68960, 475F (r1   DELL    dt_ex     1000 INTL 20050624)
(XEN) ACPI: FACS CFDFFC00, 0040
(XEN) ACPI: SSDT FFF6D397, 009A (r1   DELL    st_ex     1000 INTL 20050624)
(XEN) ACPI: APIC 000FD0B3, 0092 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: BOOT 000FD145, 0028 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: ASF! 000FD16D, 0092 (r32 DELL    B8K           15 ASL        61)
(XEN) ACPI: MCFG 000FD1FF, 003E (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: HPET 000FD23D, 0038 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: TCPA 000FD499, 0032 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: SLIC 000FD275, 0176 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: SSDT CFDFFC40, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CFE00049, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CFE00452, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
(XEN) NUMA turned off
(XEN) Faking a node at 0000000000000000-00000000c0000000
(XEN) Xen heap: 14MB (14664kB)
(XEN) Domain heap initialised
(XEN) found SMP MP-table at 000fe710
(XEN) DMI 2.3 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x808
(XEN) ACPI: ACPI SLEEP INFO: pm1x_cnt[804,0], pm1x_evt[800,0]
(XEN) ACPI:                  wakeup_vec[cfdffc0c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) Processor #0 6:15 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
(XEN) Processor #1 6:15 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
(XEN) ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
(XEN) ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) ACPI: HPET id: 0x8086a201 base: 0xfed00000
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Initializing CPU#0
(XEN) Detected 2394.021 MHz processor.
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 4096K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 0
(XEN) HVM: VMX enabled
(XEN) CPU0: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
(XEN) Booting processor 1/1 eip 8c000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 4096K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) CPU1: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
(XEN) Total of 2 processors activated.
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using new ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) checking TSC synchronization across 2 CPUs: passed.
(XEN) Platform timer is 14.318MHz HPET
(XEN) Brought up 2 CPUs
(XEN) I/O virtualisation disabled
(XEN) ACPI sleep modes: S3
(XEN) MCA: Machine check polling timer started.
(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x200000 -> 0x8797bc
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000090000000->00000000a0000000 (673519 pages to be allocated)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff80200000->ffffffff808797bc
(XEN)  Init. ramdisk: ffffffff8087a000->ffffffff8c71aa00
(XEN)  Phys-Mach map: ffffffff8c71b000->ffffffff8ccbe778
(XEN)  Start info:    ffffffff8ccbf000->ffffffff8ccbf4a4
(XEN)  Page tables:   ffffffff8ccc0000->ffffffff8cd2b000
(XEN)  Boot stack:    ffffffff8cd2b000->ffffffff8cd2c000
(XEN)  TOTAL:         ffffffff80000000->ffffffff8d000000
(XEN)  ENTRY ADDRESS: ffffffff806d8200
(XEN) Dom0 has maximum 2 VCPUs
(XEN) Scrubbing Free RAM: .done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 108kB init memory.
mapping kernel into physical memory
Xen: setup ISA identity maps
about to get started...
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.28-rc7-tip (deshantm@vt) (gcc version 4.2.4 (Ubuntu 4.2.4-3ubuntu4)) #1 SMP Wed Dec 10 17:01:24 EST 2008
[    0.000000] Command line: root=/dev/sda1 ro console=hvc0 earlyprintk=xen xencons=ttyS0,115200 pci=nomsi
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  Xen: 0000000000000000 - 00000000000a0000 (usable)
[    0.000000]  Xen: 00000000000a0000 - 0000000000100000 (reserved)
[    0.000000]  Xen: 0000000000100000 - 000000000c71b000 (usable)
[    0.000000]  Xen: 000000000c71b000 - 000000000ccc0000 (reserved)
[    0.000000]  Xen: 000000000ccc0000 - 00000000b46ef000 (usable)
[    0.000000] console [xenboot0] enabled
[    0.000000] DMI 2.3 present.
[    0.000000] last_pfn = 0xb46ef max_arch_pfn = 0x3ffffffff
[    0.000000] init_memory_mapping: 0000000000000000-00000000b46ef000
[    0.000000] last_map_addr: b46ef000 end: b46ef000
[    0.000000] RAMDISK: 0087a000 - 0c71aa00
[    0.000000] ACPI: RSDP 000FEBF0, 0024 (r2 DELL  )
[    0.000000] ACPI: XSDT 000FCE97, 0084 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: FACP 000FCFBF, 00F4 (r3 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: DSDT FFF68960, 475F (r1   DELL    dt_ex     1000 INTL 20050624)
[    0.000000] ACPI: FACS CFDFFC00, 0040
[    0.000000] ACPI: SSDT FFF6D397, 009A (r1   DELL    st_ex     1000 INTL 20050624)
[    0.000000] ACPI: APIC 000FD0B3, 0092 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: BOOT 000FD145, 0028 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: ASF! 000FD16D, 0092 (r32 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: MCFG 000FD1FF, 003E (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: HPET 000FD23D, 0038 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: TCPA 000FD499, 0032 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: SLIC 000FD275, 0176 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: SSDT CFDFFC40, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CFE00049, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CFE00452, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-00000000b46ef000
[    0.000000] Bootmem setup node 0 0000000000000000-00000000b46ef000
[    0.000000]   NODE_DATA [0000000000001000 - 0000000000005fff]
[    0.000000]   bootmap [0000000000008000 -  000000000001e8df] pages 17
[    0.000000] (6 early reservations) ==> bootmem [0000000000 - 00b46ef000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [000ccc0000 - 000cd2b000]   XEN PAGETABLES ==> [000ccc0000 - 000cd2b000]
[    0.000000]   #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #3 [0000200000 - 00008797bc]    TEXT DATA BSS ==> [0000200000 - 00008797bc]
[    0.000000]   #4 [000087a000 - 000c71aa00]          RAMDISK ==> [000087a000 - 000c71aa00]
[    0.000000]   #5 [000cd2b000 - 000d265000]          PGTABLE ==> [000cd2b000 - 000d265000]
[    0.000000] found SMP MP-table at [ffff8800000fe710] 000fe710
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00100000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x000000a0
[    0.000000]     0: 0x00000100 -> 0x0000c71b
[    0.000000]     0: 0x0000ccc0 -> 0x000b46ef
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x05] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 0, 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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
(XEN) io_apic.c:2203: 
(XEN) ioapic_guest_write: apic=0, pin=2, old_irq=0, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f0, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
(XEN) io_apic.c:2203: 
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 000000000c71b000 - 000000000ccc0000
[    0.000000] Allocating PCI resources starting at b8000000 (gap: b46ef000:4b911000)
[    0.000000] PERCPU: Allocating 57344 bytes of per cpu data
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 725747
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/sda1 ro console=hvc0 earlyprintk=xen xencons=ttyS0,115200 pci=nomsi
[    0.000000] Initializing CPU#0
[    0.000000] xen: allocated irq 9 for acpi 9
[    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[    0.000000] Detected 2394.012 MHz processor.
[    0.004000] Console: colour dummy device 80x25
[    0.004000] console handover: boot [xenboot0] -> real [hvc0]
[    0.004000] allocated 30146560 bytes of page_cgroup
[    0.004000] please try cgroup_disable=memory option if you don't want
[    0.004000] Checking aperture...
[    0.004000] No AGP bridge found
[    0.004000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.004000] Placing 64MB software IO TLB between ffff88001187e000 - ffff88001587dfff
[    0.004000] software IO TLB at phys 0x1187e000 - 0x1587dfff bus 0x1c0000 - 0x7f3ffff
[    0.004000] Memory: 2605160k/2956220k available (3005k kernel code, 6164k absent, 344896k reserved, 1701k data, 568k init)
[    0.004000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.004000] installing Xen timer for CPU 0
[    0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4788.02 BogoMIPS (lpj=9576048)
[    0.004000] Security Framework initialized
[    0.004000] SELinux:  Disabled at boot.
[    0.004000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.004000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.004000] Mount-cache hash table entries: 256
[    0.004050] Initializing cgroup subsys ns
[    0.004056] Initializing cgroup subsys cpuacct
[    0.004060] Initializing cgroup subsys memory
[    0.004087] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.004091] CPU: L2 cache: 4096K
[    0.004095] CPU 0/0x0 -> Node 0
[    0.004099] CPU: Physical Processor ID: 0
[    0.004101] CPU: Processor Core ID: 0
[    0.004119] SMP alternatives: switching to UP code
[    0.028463] ACPI: Core revision 20080926
[    0.236949] cpu 0 spinlock event irq 17
[    0.237471] installing Xen timer for CPU 1
[    0.237489] cpu 1 spinlock event irq 23
[    0.237516] SMP alternatives: switching to SMP code
[    0.000008] Initializing CPU#1
[    0.000050] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.000052] CPU: L2 cache: 4096K
[    0.000054] CPU 1/0x0 -> Node 0
[    0.000056] CPU: Physical Processor ID: 0
[    0.000057] CPU: Processor Core ID: 0
[    0.267306] Brought up 2 CPUs
[    0.267617] net_namespace: 1400 bytes
[    0.267624] Booting paravirtualized kernel on Xen
[    0.267627] Xen version: 3.4-unstable (preserve-AD) (dom0)
[    0.271123] Grant table initialized
[    0.271154] Time: 19:36:15  Date: 12/11/08
[    0.271182] NET: Registered protocol family 16
[    0.271422] xenbus_probe_init ok
[    0.271655] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.271660] ACPI: bus type pci registered
[    0.271764] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.271769] PCI: Not using MMCONFIG.
[    0.271772] PCI: Using configuration type 1 for base access
[    0.326496] ACPI: BIOS _OSI(Linux) query ignored
[    0.347331] ACPI: Interpreter enabled
[    0.347336] ACPI: (supports S0 S3 S4 S5)
[    0.347354] ACPI: Using IOAPIC for interrupt routing
[    0.347464] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.414820] PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
[    0.461527] PCI: Using MMCONFIG at e0000000 - efffffff
[    0.558365] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[    0.558382] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.558413] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.558413] pci 0000:00:01.0: PME# disabled
[    0.558413] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.558413] pci 0000:00:1a.7: PME# disabled
[    0.558413] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.558413] pci 0000:00:1b.0: PME# disabled
[    0.558413] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.558413] pci 0000:00:1c.0: PME# disabled
[    0.558413] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.558413] pci 0000:00:1c.4: PME# disabled
[    0.560093] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.560101] pci 0000:00:1d.7: PME# disabled
[    0.560312] pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
[    0.560319] pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO
[    0.560446] pci 0000:00:1f.2: PME# supported from D3hot
[    0.560453] pci 0000:00:1f.2: PME# disabled
[    0.560642] pci 0000:00:1f.5: PME# supported from D3hot
[    0.560649] pci 0000:00:1f.5: PME# disabled
[    0.561190] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.561199] pci 0000:03:00.0: PME# disabled
[    0.561411] pci 0000:04:02.0: PME# supported from D1 D2 D3hot D3cold
[    0.561419] pci 0000:04:02.0: PME# disabled
[    0.561489] pci 0000:00:1e.0: transparent bridge
[    1.546144] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
[    1.548022] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    1.548829] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 9 10 11 12 15)
[    1.549608] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    1.550427] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    1.551203] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    1.552014] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    1.552828] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 9 10 11 12 15)
[    1.553040] ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] - 00, should be 88 [20080926]
[    1.553040] xen_balloon: Initialising balloon driver.
[    1.553040] PCI: Using ACPI for IRQ routing
[    1.568019] NET: Registered protocol family 8
[    1.568024] NET: Registered protocol family 20
[    1.568049] NetLabel: Initializing
[    1.568049] NetLabel:  domain hash size = 128
[    1.568049] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.568049] NetLabel:  unlabeled traffic allowed by default
[    1.568049] Xen: Initializing Xen DMA ops
[    1.568049] Xen: Enabling DMA fallback to swiotlb
[    1.568072] PCI-GART: No AMD GART found.
[    1.580150] pnp: PnP ACPI init
[    1.580162] ACPI: bus type pnp registered
[    1.592716] pnp 00:01: io resource (0x800-0x85f) overlaps 0000:00:1f.0 BAR 7 (0x800-0x87f), disabling
[    1.592722] pnp 00:01: io resource (0x860-0x8ff) overlaps 0000:00:1f.0 BAR 7 (0x800-0x87f), disabling
[    1.592971] system 00:01: ioport range 0xc00-0xc7f has been reserved
[    1.593558] xen_set_ioapic_routing: irq 13 gsi 13 vector 112 ioapic 0 pin 13 triggering 1 polarity 0
[    1.594133] xen_set_ioapic_routing: irq 8 gsi 8 vector 72 ioapic 0 pin 8 triggering 1 polarity 0
[    1.610683] xen_set_ioapic_routing: irq 4 gsi 4 vector 241 ioapic 0 pin 4 triggering 1 polarity 0
(XEN) io_apic.c:2216: 
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=4
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=000189f1
(XEN) ioapic_guest_write: Attempt to modify IO-APIC pin for in-use IRQ!
[    1.633859] system 00:07: iomem range 0x0-0x9ffff could not be reserved
[    1.633864] system 00:07: iomem range 0x100000-0xffffff could not be reserved
[    1.633869] system 00:07: iomem range 0x1000000-0xcfdffbff could not be reserved
[    1.633873] system 00:07: iomem range 0xf0000-0xfffff could not be reserved
[    1.633878] system 00:07: iomem range 0xc0000-0xcffff could not be reserved
[    1.633882] system 00:07: iomem range 0xfec00000-0xfecfffff has been reserved
[    1.633886] system 00:07: iomem range 0xfee00000-0xfeefffff has been reserved
[    1.633891] system 00:07: iomem range 0xffb00000-0xffbfffff has been reserved
[    1.633895] system 00:07: iomem range 0xffc00000-0xffffffff has been reserved
[    1.638206] system 00:08: ioport range 0x100-0x1fe has been reserved
[    1.638211] system 00:08: ioport range 0x200-0x277 has been reserved
[    1.638215] system 00:08: ioport range 0x280-0x2e7 has been reserved
[    1.638219] system 00:08: ioport range 0x2f0-0x2f7 has been reserved
[    1.638223] system 00:08: ioport range 0x300-0x377 has been reserved
[    1.638227] system 00:08: ioport range 0x380-0x3bb has been reserved
[    1.638231] system 00:08: ioport range 0x3c0-0x3e7 has been reserved
[    1.638236] system 00:08: ioport range 0x3f6-0x3f7 has been reserved
[    1.638240] system 00:08: ioport range 0x400-0x4cf has been reserved
[    1.638244] system 00:08: ioport range 0x4d2-0x57f has been reserved
[    1.638248] system 00:08: ioport range 0x580-0x677 has been reserved
[    1.638252] system 00:08: ioport range 0x680-0x777 has been reserved
[    1.638256] system 00:08: ioport range 0x780-0x7bb has been reserved
[    1.638260] system 00:08: ioport range 0x7c0-0x7ff has been reserved
[    1.638264] system 00:08: ioport range 0x8e0-0x8ff has been reserved
[    1.638268] system 00:08: ioport range 0x900-0x9fe has been reserved
[    1.638273] system 00:08: ioport range 0xa00-0xafe has been reserved
[    1.638277] system 00:08: ioport range 0xb00-0xbfe has been reserved
[    1.638281] system 00:08: ioport range 0xc80-0xcaf has been reserved
[    1.638285] system 00:08: ioport range 0xcc0-0xcf7 has been reserved
[    1.638289] system 00:08: ioport range 0xd00-0xdfe has been reserved
[    1.638294] system 00:08: ioport range 0xe00-0xefe has been reserved
[    1.638298] system 00:08: ioport range 0xf00-0xffe has been reserved
[    1.638302] system 00:08: ioport range 0x2000-0x20fe has been reserved
[    1.638306] system 00:08: ioport range 0x2100-0x21fe has been reserved
[    1.638310] system 00:08: ioport range 0x2200-0x22fe has been reserved
[    1.638315] system 00:08: ioport range 0x2300-0x23fe has been reserved
[    1.638319] system 00:08: ioport range 0x2400-0x24fe has been reserved
[    1.638323] system 00:08: ioport range 0x2500-0x25fe has been reserved
[    1.638327] system 00:08: ioport range 0x2600-0x26fe has been reserved
[    1.638332] system 00:08: ioport range 0x2700-0x27fe has been reserved
[    1.638336] system 00:08: ioport range 0x2800-0x28fe has been reserved
[    1.638340] system 00:08: ioport range 0x2900-0x29fe has been reserved
[    1.638344] system 00:08: ioport range 0x2a00-0x2afe has been reserved
[    1.638348] system 00:08: ioport range 0x2b00-0x2bfe has been reserved
[    1.638353] system 00:08: ioport range 0x2c00-0x2cfe has been reserved
[    1.638357] system 00:08: ioport range 0x2d00-0x2dfe has been reserved
[    1.638361] system 00:08: ioport range 0x2e00-0x2efe has been reserved
[    1.638366] system 00:08: ioport range 0x2f00-0x2ffe has been reserved
[    1.638370] system 00:08: ioport range 0x5000-0x50fe has been reserved
[    1.638374] system 00:08: ioport range 0x5100-0x51fe has been reserved
[    1.638379] system 00:08: ioport range 0x5200-0x52fe has been reserved
[    1.638383] system 00:08: ioport range 0x5300-0x53fe has been reserved
[    1.638387] system 00:08: ioport range 0x5400-0x54fe has been reserved
[    1.638392] system 00:08: ioport range 0x5500-0x55fe has been reserved
[    1.638396] system 00:08: ioport range 0x5600-0x56fe has been reserved
[    1.638401] system 00:08: ioport range 0x5700-0x57fe has been reserved
[    1.638408] system 00:08: ioport range 0x5800-0x58fe has been reserved
[    1.638412] system 00:08: ioport range 0x5900-0x59fe has been reserved
[    1.638416] system 00:08: ioport range 0x5a00-0x5afe has been reserved
[    1.638421] system 00:08: ioport range 0x5b00-0x5bfe has been reserved
[    1.638425] system 00:08: ioport range 0x5c00-0x5cfe has been reserved
[    1.638430] system 00:08: ioport range 0x5d00-0x5dfe has been reserved
[    1.638434] system 00:08: ioport range 0x5e00-0x5efe has been reserved
[    1.638438] system 00:08: ioport range 0x5f00-0x5ffe has been reserved
[    1.638443] system 00:08: ioport range 0x6000-0x60fe has been reserved
[    1.638447] system 00:08: ioport range 0x6100-0x61fe has been reserved
[    1.638452] system 00:08: ioport range 0x6200-0x62fe has been reserved
[    1.638456] system 00:08: ioport range 0x6300-0x63fe has been reserved
[    1.638461] system 00:08: ioport range 0x6400-0x64fe has been reserved
[    1.638465] system 00:08: ioport range 0x6500-0x65fe has been reserved
[    1.638470] system 00:08: ioport range 0x6600-0x66fe has been reserved
[    1.638474] system 00:08: ioport range 0x6700-0x67fe has been reserved
[    1.638479] system 00:08: ioport range 0x6800-0x68fe has been reserved
[    1.638483] system 00:08: ioport range 0x6900-0x69fe has been reserved
[    1.638487] system 00:08: ioport range 0x6a00-0x6afe has been reserved
[    1.638492] system 00:08: ioport range 0x6b00-0x6bfe has been reserved
[    1.638496] system 00:08: ioport range 0x6c00-0x6cfe has been reserved
[    1.638501] system 00:08: ioport range 0x6d00-0x6dfe has been reserved
[    1.638505] system 00:08: ioport range 0x6e00-0x6efe has been reserved
[    1.638510] system 00:08: ioport range 0x6f00-0x6ffe has been reserved
[    1.638514] system 00:08: ioport range 0xa000-0xa0fe has been reserved
[    1.638518] system 00:08: ioport range 0xa100-0xa1fe has been reserved
[    1.638523] system 00:08: ioport range 0xa200-0xa2fe has been reserved
[    1.638527] system 00:08: ioport range 0xa300-0xa3fe has been reserved
[    1.638532] system 00:08: ioport range 0xa400-0xa4fe has been reserved
[    1.638536] system 00:08: ioport range 0xa500-0xa5fe has been reserved
[    1.638541] system 00:08: ioport range 0xa600-0xa6fe has been reserved
[    1.638548] system 00:08: ioport range 0xa700-0xa7fe has been reserved
[    1.638552] system 00:08: ioport range 0xa800-0xa8fe has been reserved
[    1.638557] system 00:08: ioport range 0xa900-0xa9fe has been reserved
[    1.638561] system 00:08: ioport range 0xaa00-0xaafe has been reserved
[    1.638566] system 00:08: ioport range 0xab00-0xabfe has been reserved
[    1.638930] system 00:08: ioport range 0xac00-0xacfe has been reserved
[    1.645861] system 00:08: ioport range 0xad00-0xadfe has been reserved
[    1.651397] system 00:08: ioport range 0xae00-0xaefe has been reserved
[    1.658322] system 00:08: ioport range 0xaf00-0xaffe has been reserved
[    1.665244] system 00:08: iomem range 0xe0000000-0xefffffff has been reserved
[    1.673551] system 00:08: iomem range 0xfeda0000-0xfedacfff has been reserved
[    1.680756] pnp: PnP ACPI: found 10 devices
[    1.683241] ACPI: ACPI bus type pnp unregistered
[    1.693990] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    1.694321] pci 0000:00:01.0:   IO window: 0xd000-0xdfff
[    1.699866] pci 0000:00:01.0:   MEM window: 0xfe900000-0xfeafffff
[    1.706789] pci 0000:00:01.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
[    1.713714] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[    1.720630] pci 0000:00:1c.0:   IO window: disabled
[    1.724790] pci 0000:00:1c.0:   MEM window: 0xfe800000-0xfe8fffff
[    1.730329] pci 0000:00:1c.0:   PREFETCH window: disabled
[    1.735870] pci 0000:00:1c.4: PCI bridge, secondary bus 0000:03
[    1.742789] pci 0000:00:1c.4:   IO window: disabled
[    1.746946] pci 0000:00:1c.4:   MEM window: 0xfe700000-0xfe7fffff
[    1.753869] pci 0000:00:1c.4:   PREFETCH window: disabled
[    1.758026] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:04
[    1.764944] pci 0000:00:1e.0:   IO window: 0xc000-0xcfff
[    1.769101] pci 0000:00:1e.0:   MEM window: 0xfe500000-0xfe6fffff
[    1.776023] pci 0000:00:1e.0:   PREFETCH window: 0x000000b8000000-0x000000b80fffff
[    1.784366] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    1.792638] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[    1.799560] xen: PCI device 0000:00:01.0 pin 1 -> irq 29
[    1.805114] xen_allocate_pirq: returning irq 29 for gsi 16
[    1.810639] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    1.820331] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[    1.825870] xen: PCI device 0000:00:1c.0 pin 1 -> irq 29
[    1.831423] xen_allocate_pirq: returning irq 29 for gsi 16
[    1.836948] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    1.846641] pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[    1.853563] xen: PCI device 0000:00:1c.4 pin 1 -> irq 29
[    1.857735] bus: 00 index 0 io port: [0x00-0xffff]
[    1.863257] bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
[    1.870180] bus: 01 index 0 io port: [0xd000-0xdfff]
[    1.874334] bus: 01 index 1 mmio: [0xfe900000-0xfeafffff]
[    1.879872] bus: 01 index 2 mmio: [0xd0000000-0xdfffffff]
[    1.885411] bus: 01 index 3 mmio: [0x0-0x0]
[    1.889564] bus: 02 index 0 mmio: [0x0-0x0]
[    1.893719] bus: 02 index 1 mmio: [0xfe800000-0xfe8fffff]
[    1.899256] bus: 02 index 2 mmio: [0x0-0x0]
[    1.903412] bus: 02 index 3 mmio: [0x0-0x0]
[    1.907567] bus: 03 index 0 mmio: [0x0-0x0]
[    1.911719] bus: 03 index 1 mmio: [0xfe700000-0xfe7fffff]
[    1.917259] bus: 03 index 2 mmio: [0x0-0x0]
[    1.921414] bus: 03 index 3 mmio: [0x0-0x0]
[    1.925566] bus: 04 index 0 io port: [0xc000-0xcfff]
[    1.931106] bus: 04 index 1 mmio: [0xfe500000-0xfe6fffff]
[    1.936644] bus: 04 index 2 mmio: [0xb8000000-0xb80fffff]
[    1.942184] bus: 04 index 3 io port: [0x00-0xffff]
[    1.946338] bus: 04 index 4 mmio: [0x000000-0xffffffffffffffff]
[    1.953268] NET: Registered protocol family 2
[    1.996369] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    1.998179] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    2.002145] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    2.002638] TCP: Hash tables configured (established 524288 bind 65536)
[    2.002643] TCP reno registered
[    2.012223] NET: Registered protocol family 1
[    2.012365] checking if image is initramfs... it is
[    2.164498] Freeing initrd memory: 195202k freed
[    2.272824] Simple Boot Flag at 0x7a set to 0x1
[    2.273776] audit: initializing netlink socket (disabled)
[    2.273797] type=2000 audit(1229024178.794:1): initialized
[    2.279515] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.282038] VFS: Disk quotas dquot_6.5.1
[    2.282117] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.282226] msgmni has been set to 6155
[    2.282394] alg: No test for stdrng (krng)
[    2.282407] io scheduler noop registered
[    2.282410] io scheduler anticipatory registered
[    2.282413] io scheduler deadline registered
[    2.282527] io scheduler cfq registered (default)
[    2.282898] pcieport-driver 0000:00:01.0: found MSI capability
[    2.283107] pcieport-driver 0000:00:1c.0: found MSI capability
[    2.283349] pcieport-driver 0000:00:1c.4: found MSI capability
[    2.283757] xenbus_probe_backend_init bus registered ok
[    2.283813] Event-channel device installed.
[    2.283816] ***blkif_init
[    2.319041] hpet_acpi_add: no address or irqs in _CRS
[    2.319094] Linux agpgart interface v0.103
[    2.319100] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
[    2.321426] brd: module loaded
[    2.321490] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[    2.321645] PNP: No PS/2 controller found. Probing ports directly.
[    2.323789] i8042: probe of i8042 failed with error -38
[    2.329356] mice: PS/2 mouse device common for all mice
[    2.329437] rtc_cmos 00:05: RTC can wake from S4
[    2.329513] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    2.329551] rtc0: alarms up to one day, 242 bytes nvram
[    2.329597] cpuidle: using governor ladder
[    2.329600] cpuidle: using governor menu
[    2.329934] TCP cubic registered
[    2.329952] IO APIC resources could be not be allocated.
[    2.330139] registered taskstats version 1
[    2.330247]   Magic number: 4:460:647
[    2.330283] tty ptydc: hash matches
[    2.330377] rtc_cmos 00:05: setting system clock to 2008-12-11 19:36:17 UTC (1229024177)
[    2.330382] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.330386] EDD information not available.
[    2.330408] Freeing unused kernel memory: 568k freed
[    2.330627] Write protecting the kernel read-only data: 4316k
Loading, please wait...
Couldnt get a file descriptor referring to the console
Begin: Loading essential drivers... ...
[    2.422455] fuse init (API version 7.10)
[    2.455015] device-mapper: uevent: version 1.0.3
[    2.455225] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
Done.
Begin: Running /scripts/init-premount ...
Done.
Begin: Mounting root file system... ...
Begin: Running /scripts/local-top ...
Done.
Begin: Waiting for root file system... ...
[    2.696936] usbcore: registered new interface driver usbfs
[    2.696968] usbcore: registered new interface driver hub
[    2.697009] usbcore: registered new device driver usb
[    2.699750] uhci_hcd: USB Universal Host Controller Interface driver
[    2.699806] xen_allocate_pirq: returning irq 29 for gsi 16
[    2.699812] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    2.699821] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[    2.699826] xen: PCI device 0000:00:1a.0 pin 1 -> irq 29
[    2.699843] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    2.699880] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    2.699927] uhci_hcd 0000:00:1a.0: irq 29, io base 0x0000ff20
[    2.700202] usb usb1: configuration #1 chosen from 1 choice
[    2.700230] hub 1-0:1.0: USB hub found
[    2.700243] hub 1-0:1.0: 2 ports detected
[    2.700390] xen_set_ioapic_routing: irq 31 gsi 17 vector 152 ioapic 0 pin 17 triggering 0 polarity 1
[    2.700398] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 17 (level, low) -> IRQ 31
[    2.700403] xen: PCI device 0000:00:1a.1 pin 2 -> irq 31
[    2.700417] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    2.700436] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
[    2.700475] uhci_hcd 0000:00:1a.1: irq 31, io base 0x0000ff00
[    2.700567] usb usb2: configuration #1 chosen from 1 choice
[    2.700589] hub 2-0:1.0: USB hub found
[    2.700601] hub 2-0:1.0: 2 ports detected
[    2.700722] xen_set_ioapic_routing: irq 32 gsi 23 vector 160 ioapic 0 pin 23 triggering 0 polarity 1
[    2.700730] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 32
[    2.700735] xen: PCI device 0000:00:1d.0 pin 1 -> irq 32
[    2.700748] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    2.700769] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 3
[    2.700808] uhci_hcd 0000:00:1d.0: irq 32, io base 0x0000ff80
[    2.700896] usb usb3: configuration #1 chosen from 1 choice
[    2.700918] hub 3-0:1.0: USB hub found
[    2.700930] hub 3-0:1.0: 2 ports detected
[    2.701054] xen_allocate_pirq: returning irq 31 for gsi 17
[    2.701059] xen_set_ioapic_routing: irq 31 gsi 17 vector 152 ioapic 0 pin 17 triggering 0 polarity 1
[    2.701066] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 31
[    2.701071] xen: PCI device 0000:00:1d.1 pin 2 -> irq 31
[    2.701084] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    2.701106] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 4
[    2.701138] uhci_hcd 0000:00:1d.1: irq 31, io base 0x0000ff60
[    2.701227] usb usb4: configuration #1 chosen from 1 choice
[    2.701249] hub 4-0:1.0: USB hub found
[    2.701261] hub 4-0:1.0: 2 ports detected
[    2.701375] xen_set_ioapic_routing: irq 33 gsi 18 vector 168 ioapic 0 pin 18 triggering 0 polarity 1
[    2.701383] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 33
[    2.701388] xen: PCI device 0000:00:1d.2 pin 3 -> irq 33
[    2.701400] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    2.701421] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 5
[    2.701459] uhci_hcd 0000:00:1d.2: irq 33, io base 0x0000ff40
[    2.701545] usb usb5: configuration #1 chosen from 1 choice
[    2.701569] hub 5-0:1.0: USB hub found
[    2.701581] hub 5-0:1.0: 2 ports detected
[    2.708289] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.708296] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
[    2.708353] xen_set_ioapic_routing: irq 34 gsi 22 vector 176 ioapic 0 pin 22 triggering 0 polarity 1
[    2.708362] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 34
[    2.708367] xen: PCI device 0000:00:1a.7 pin 3 -> irq 34
[    2.708544] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    2.708573] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 6
[    2.712498] ehci_hcd 0000:00:1a.7: debug port 1
[    2.712524] ehci_hcd 0000:00:1a.7: irq 34, io mem 0xfebfbc00
[    2.729135] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    2.729240] usb usb6: configuration #1 chosen from 1 choice
[    2.729267] hub 6-0:1.0: USB hub found
[    2.729284] hub 6-0:1.0: 4 ports detected
[    2.729393] xen_allocate_pirq: returning irq 32 for gsi 23
[    2.729398] xen_set_ioapic_routing: irq 32 gsi 23 vector 160 ioapic 0 pin 23 triggering 0 polarity 1
[    2.729407] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 32
[    2.729412] xen: PCI device 0000:00:1d.7 pin 1 -> irq 32
[    2.729434] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    2.729456] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 7
[    2.733372] ehci_hcd 0000:00:1d.7: debug port 1
[    2.733387] ehci_hcd 0000:00:1d.7: irq 32, io mem 0xff980800
[    2.749068] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    2.749158] usb usb7: configuration #1 chosen from 1 choice
[    2.749183] hub 7-0:1.0: USB hub found
[    2.749198] hub 7-0:1.0: 6 ports detected
[    2.776397] tg3.c:v3.94 (August 14, 2008)
[    2.776419] vendor=8086 device=2847
[    2.776425] xen_allocate_pirq: returning irq 29 for gsi 16
[    2.776430] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    2.776439] tg3 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[    2.776444] xen: PCI device 0000:03:00.0 pin 1 -> irq 29
[    2.794350] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.794377] vendor=8086 device=244e
[    2.794382] xen_allocate_pirq: returning irq 33 for gsi 18
[    2.794387] xen_set_ioapic_routing: irq 33 gsi 18 vector 168 ioapic 0 pin 18 triggering 0 polarity 1
[    2.794397] r8169 0000:04:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 33
[    2.794402] xen: PCI device 0000:04:02.0 pin 1 -> irq 33
[    2.794588] r8169 0000:04:02.0: no PCI Express capability
[    2.794819] eth0: RTL8110s at 0xffffc2000104cf00, 00:18:4d:f0:19:07, XID 04000000 IRQ 33
[    2.802630] eth1: Tigon3 [partno(BCM95754) rev b002 PHY(5787)] (PCI Express) 10/100/1000Base-T Ethernet 00:1a:a0:a9:f2:81
[    2.802639] eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] WireSpeed[1] TSOcap[1]
[    2.806251] eth1: dma_rwctrl[76180000] dma_mask[64-bit]
[    2.807193] SCSI subsystem initialized
[    2.837825] xen_set_ioapic_routing: irq 35 gsi 20 vector 184 ioapic 0 pin 20 triggering 0 polarity 1
[    2.837836] ata_piix 0000:00:1f.2: PCI INT C -> GSI 20 (level, low) -> IRQ 35
[    2.837841] xen: PCI device 0000:00:1f.2 pin 3 -> irq 35
[    2.837847] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    2.996226] scsi0 : ata_piix
[    2.996324] scsi1 : ata_piix
[    3.001164] ata1: SATA max UDMA/133 cmd 0xfe00 ctl 0xfe10 bmdma 0xfec0 irq 35
[    3.001174] ata2: SATA max UDMA/133 cmd 0xfe20 ctl 0xfe30 bmdma 0xfec8 irq 35
[    3.156079] usb 7-5: new high speed USB device using ehci_hcd and address 3
[    3.288541] usb 7-5: configuration #1 chosen from 1 choice
[    3.288703] hub 7-5:1.0: USB hub found
[    3.288807] hub 7-5:1.0: 4 ports detected
[    3.528077] usb 2-2: new low speed USB device using uhci_hcd and address 2
[    3.707637] usb 2-2: configuration #1 chosen from 1 choice
[    3.799421] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.799448] ata1.01: SATA link down (SStatus 4 SControl 300)
[    3.809568] usbcore: registered new interface driver hiddev
[    3.822730] ------------[ cut here ]------------
[    3.822741] WARNING: at kernel/smp.c:333 smp_call_function_mask+0x200/0x210()
[    3.822745] Hardware name: OptiPlex 745                 
[    3.822748] Modules linked in: usbhid(+) hid ata_piix(+) libata scsi_mod r8169 mii tg3 libphy ehci_hcd uhci_hcd usbcore dm_mirror dm_region_hash dm_log dm_snapshot dm_mod thermal processor fan fuse
[    3.822773] Pid: 1956, comm: modprobe Not tainted 2.6.28-rc7-tip #1
[    3.822777] Call Trace:
[    3.822783]  [<ffffffff8024d9bc>] warn_slowpath+0xdc/0x110
[    3.822789]  [<ffffffff802af8c7>] ? free_hot_cold_page+0x167/0x230
[    3.822793]  [<ffffffff802af8c7>] ? free_hot_cold_page+0x167/0x230
[    3.822798]  [<ffffffff8024b0bf>] ? __mmdrop+0x3f/0x60
[    3.822802]  [<ffffffff80274650>] smp_call_function_mask+0x200/0x210
[    3.822807]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    3.822811]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    3.822816]  [<ffffffff802ae861>] ? get_page_from_freelist+0x4b1/0x6e0
[    3.822821]  [<ffffffff8020c8e2>] ? xen_pte_val+0x12/0x40
[    3.822854]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    3.822859]  [<ffffffff8027467b>] smp_call_function+0x1b/0x20
[    3.822864]  [<ffffffff802530cf>] on_each_cpu+0x1f/0x50
[    3.822868]  [<ffffffff80225a17>] flush_tlb_all+0x17/0x20
[    3.822873]  [<ffffffff802c7307>] __purge_vmap_area_lazy+0x127/0x180
[    3.822877]  [<ffffffff802c8816>] vm_unmap_aliases+0x166/0x180
[    3.822882]  [<ffffffff8020dbcd>] xen_create_contiguous_region+0x5d/0x110
[    3.822888]  [<ffffffff802d2378>] ? alloc_pages_current+0xa8/0x100
[    3.822894]  [<ffffffff803afbe4>] xen_alloc_coherent+0x94/0x100
[    3.822899]  [<ffffffff802cdb0f>] dma_pool_alloc+0x1af/0x2b0
[    3.822903]  [<ffffffff802c7c15>] ? vfree+0x25/0x30
[    3.822910]  [<ffffffffa0164d38>] ? hid_parse_report+0x1a8/0x210 [hid]
[    3.822915]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    3.822930]  [<ffffffffa0076327>] hcd_buffer_alloc+0x127/0x130 [usbcore]
[    3.822943]  [<ffffffffa006938e>] usb_buffer_alloc+0x1e/0x30 [usbcore]
[    3.822950]  [<ffffffffa0175ddb>] usbhid_start+0xdb/0x570 [usbhid]
[    3.822956]  [<ffffffffa01649e9>] hid_device_probe+0xc9/0x100 [hid]
[    3.822962]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    3.822967]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    3.822971]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    3.822975]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    3.822980]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    3.822984]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    3.822988]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    3.822994]  [<ffffffffa01645c5>] hid_add_device+0x95/0x120 [hid]
[    3.823000]  [<ffffffffa0174dd2>] hid_probe+0x222/0x310 [usbhid]
[    3.823013]  [<ffffffffa0074586>] usb_probe_interface+0xc6/0x180 [usbcore]
[    3.823018]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    3.823023]  [<ffffffff8041f179>] __driver_attach+0x99/0xa0
[    3.823027]  [<ffffffff8041f0e0>] ? __driver_attach+0x0/0xa0
[    3.823031]  [<ffffffff8041e864>] bus_for_each_dev+0x54/0x80
[    3.823036]  [<ffffffff8041ee1c>] driver_attach+0x1c/0x20
[    3.823040]  [<ffffffff8041e189>] bus_add_driver+0x1e9/0x260
[    3.823045]  [<ffffffff8041f41f>] driver_register+0x5f/0x140
[    3.823057]  [<ffffffffa00735d9>] usb_register_driver+0xa9/0x120 [usbcore]
[    3.823063]  [<ffffffffa017f000>] ? hid_init+0x0/0xa0 [usbhid]
[    3.823068]  [<ffffffffa017f069>] hid_init+0x69/0xa0 [usbhid]
[    3.823072]  [<ffffffff8020a03c>] do_one_initcall+0x3c/0x170
[    3.823078]  [<ffffffff802687f3>] ? __blocking_notifier_call_chain+0x63/0x80
[    3.823084]  [<ffffffff80278c52>] sys_init_module+0xb2/0x1f0
[    3.823088]  [<ffffffff802125aa>] system_call_fastpath+0x16/0x1b
[    3.823092] ---[ end trace a40a79f2c57f8c50 ]---
[    3.823097] ------------[ cut here ]------------
[    3.823100] WARNING: at kernel/smp.c:220 smp_call_function_single+0xf6/0x100()
[    3.823104] Hardware name: OptiPlex 745                 
[    3.823107] Modules linked in: usbhid(+) hid ata_piix(+) libata scsi_mod r8169 mii tg3 libphy ehci_hcd uhci_hcd usbcore dm_mirror dm_region_hash dm_log dm_snapshot dm_mod thermal processor fan fuse
[    3.823130] Pid: 1956, comm: modprobe Tainted: G        W  2.6.28-rc7-tip #1
[    3.823134] Call Trace:
[    3.823137]  [<ffffffff8024d9bc>] warn_slowpath+0xdc/0x110
[    3.823141]  [<ffffffff80216302>] ? dump_stack+0x72/0x80
[    3.823146]  [<ffffffff80275187>] ? print_modules+0x97/0xa0
[    3.823150]  [<ffffffff8024d78e>] ? print_oops_end_marker+0x1e/0x20
[    3.823154]  [<ffffffff8024d9cf>] ? warn_slowpath+0xef/0x110
[    3.823159]  [<ffffffff80274446>] smp_call_function_single+0xf6/0x100
[    3.823164]  [<ffffffff8024b0bf>] ? __mmdrop+0x3f/0x60
[    3.823167]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    3.823172]  [<ffffffff80274614>] smp_call_function_mask+0x1c4/0x210
[    3.823177]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    3.823181]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    3.823186]  [<ffffffff802ae861>] ? get_page_from_freelist+0x4b1/0x6e0
[    3.823190]  [<ffffffff8020c8e2>] ? xen_pte_val+0x12/0x40
[    3.823194]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    3.823199]  [<ffffffff8027467b>] smp_call_function+0x1b/0x20
[    3.823203]  [<ffffffff802530cf>] on_each_cpu+0x1f/0x50
[    3.823207]  [<ffffffff80225a17>] flush_tlb_all+0x17/0x20
[    3.823211]  [<ffffffff802c7307>] __purge_vmap_area_lazy+0x127/0x180
[    3.823216]  [<ffffffff802c8816>] vm_unmap_aliases+0x166/0x180
[    3.823220]  [<ffffffff8020dbcd>] xen_create_contiguous_region+0x5d/0x110
[    3.823225]  [<ffffffff802d2378>] ? alloc_pages_current+0xa8/0x100
[    3.823230]  [<ffffffff803afbe4>] xen_alloc_coherent+0x94/0x100
[    3.823234]  [<ffffffff802cdb0f>] dma_pool_alloc+0x1af/0x2b0
[    3.823239]  [<ffffffff802c7c15>] ? vfree+0x25/0x30
[    3.823244]  [<ffffffffa0164d38>] ? hid_parse_report+0x1a8/0x210 [hid]
[    3.823249]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    3.823260]  [<ffffffffa0076327>] hcd_buffer_alloc+0x127/0x130 [usbcore]
[    3.823272]  [<ffffffffa006938e>] usb_buffer_alloc+0x1e/0x30 [usbcore]
[    3.823278]  [<ffffffffa0175ddb>] usbhid_start+0xdb/0x570 [usbhid]
[    3.823285]  [<ffffffffa01649e9>] hid_device_probe+0xc9/0x100 [hid]
[    3.823290]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    3.823294]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    3.823298]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    3.823302]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    3.823306]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    3.823311]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    3.823315]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    3.823321]  [<ffffffffa01645c5>] hid_add_device+0x95/0x120 [hid]
[    3.823326]  [<ffffffffa0174dd2>] hid_probe+0x222/0x310 [usbhid]
[    3.823339]  [<ffffffffa0074586>] usb_probe_interface+0xc6/0x180 [usbcore]
[    3.823344]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    3.823349]  [<ffffffff8041f179>] __driver_attach+0x99/0xa0
[    3.823353]  [<ffffffff8041f0e0>] ? __driver_attach+0x0/0xa0
[    3.823358]  [<ffffffff8041e864>] bus_for_each_dev+0x54/0x80
[    3.823362]  [<ffffffff8041ee1c>] driver_attach+0x1c/0x20
[    3.823366]  [<ffffffff8041e189>] bus_add_driver+0x1e9/0x260
[    3.823371]  [<ffffffff8041f41f>] driver_register+0x5f/0x140
[    3.823383]  [<ffffffffa00735d9>] usb_register_driver+0xa9/0x120 [usbcore]
[    3.823389]  [<ffffffffa017f000>] ? hid_init+0x0/0xa0 [usbhid]
[    3.823394]  [<ffffffffa017f069>] hid_init+0x69/0xa0 [usbhid]
[    3.823398]  [<ffffffff8020a03c>] do_one_initcall+0x3c/0x170
[    3.823403]  [<ffffffff802687f3>] ? __blocking_notifier_call_chain+0x63/0x80
[    3.823408]  [<ffffffff80278c52>] sys_init_module+0xb2/0x1f0
[    3.823412]  [<ffffffff802125aa>] system_call_fastpath+0x16/0x1b
[    3.823416] ---[ end trace a40a79f2c57f8c50 ]---
[    3.827034] input: Logitech Optical USB Mouse as /devices/pci0000:00/0000:00:1a.1/usb2/2-2/2-2:1.0/input/input1
[    3.852174] generic-usb 0003:046D:C016.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-0000:00:1a.1-2/input0
[    3.852192] usbcore: registered new interface driver usbhid
[    3.853277] usbhid: v2.6:USB HID core driver
[    3.859563] ata1.00: ATA-7: ST3250820AS, 3.ADG, max UDMA/133
[    3.865718] ata1.00: 488281250 sectors, multi 8: LBA48 NCQ (depth 0/32)
[    3.911129] ata1.00: configured for UDMA/133
[    3.952101] usb 4-1: new low speed USB device using uhci_hcd and address 2
[    4.130321] usb 4-1: configuration #1 chosen from 1 choice
[    4.149966] ------------[ cut here ]------------
[    4.149971] WARNING: at kernel/smp.c:333 smp_call_function_mask+0x200/0x210()
[    4.149976] Hardware name: OptiPlex 745                 
[    4.149979] Modules linked in: usbhid hid ata_piix(+) libata scsi_mod r8169 mii tg3 libphy ehci_hcd uhci_hcd usbcore dm_mirror dm_region_hash dm_log dm_snapshot dm_mod thermal processor fan fuse
[    4.150003] Pid: 1147, comm: khubd Tainted: G        W  2.6.28-rc7-tip #1
[    4.150007] Call Trace:
[    4.150012]  [<ffffffff8024d9bc>] warn_slowpath+0xdc/0x110
[    4.150018]  [<ffffffff8020b7b0>] ? load_TLS_descriptor+0x80/0xc0
[    4.150024]  [<ffffffff802ac7ad>] ? __rmqueue_smallest+0xed/0x180
[    4.150029]  [<ffffffff80274650>] smp_call_function_mask+0x200/0x210
[    4.150034]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    4.150039]  [<ffffffff802ae9c2>] ? get_page_from_freelist+0x612/0x6e0
[    4.150044]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    4.150048]  [<ffffffff802ae861>] ? get_page_from_freelist+0x4b1/0x6e0
[    4.150052]  [<ffffffff8020c8e2>] ? xen_pte_val+0x12/0x40
[    4.150057]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    4.150062]  [<ffffffff8027467b>] smp_call_function+0x1b/0x20
[    4.150067]  [<ffffffff802530cf>] on_each_cpu+0x1f/0x50
[    4.150071]  [<ffffffff80225a17>] flush_tlb_all+0x17/0x20
[    4.150075]  [<ffffffff802c7307>] __purge_vmap_area_lazy+0x127/0x180
[    4.150080]  [<ffffffff802c8816>] vm_unmap_aliases+0x166/0x180
[    4.150085]  [<ffffffff8020dbcd>] xen_create_contiguous_region+0x5d/0x110
[    4.150090]  [<ffffffff802d2378>] ? alloc_pages_current+0xa8/0x100
[    4.150096]  [<ffffffff803afbe4>] xen_alloc_coherent+0x94/0x100
[    4.150101]  [<ffffffff802cdb0f>] dma_pool_alloc+0x1af/0x2b0
[    4.150105]  [<ffffffff802c7c15>] ? vfree+0x25/0x30
[    4.150112]  [<ffffffffa0164d38>] ? hid_parse_report+0x1a8/0x210 [hid]
[    4.150117]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    4.150131]  [<ffffffffa0076327>] hcd_buffer_alloc+0x127/0x130 [usbcore]
[    4.150144]  [<ffffffffa006938e>] usb_buffer_alloc+0x1e/0x30 [usbcore]
[    4.150150]  [<ffffffffa0175ddb>] usbhid_start+0xdb/0x570 [usbhid]
[    4.150157]  [<ffffffffa01649e9>] hid_device_probe+0xc9/0x100 [hid]
[    4.150163]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    4.150167]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    4.150171]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    4.150175]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    4.150181]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    4.150185]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    4.150190]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    4.150195]  [<ffffffffa01645c5>] hid_add_device+0x95/0x120 [hid]
[    4.150201]  [<ffffffffa0174dd2>] hid_probe+0x222/0x310 [usbhid]
[    4.150214]  [<ffffffffa0074586>] usb_probe_interface+0xc6/0x180 [usbcore]
[    4.150219]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    4.152054]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    4.152054]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    4.152054]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    4.152054]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    4.152054]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    4.152054]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    4.152054]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    4.152054]  [<ffffffffa0071eaf>] usb_set_configuration+0x39f/0x5f0 [usbcore]
[    4.152054]  [<ffffffffa007b936>] generic_probe+0x76/0xb0 [usbcore]
[    4.152054]  [<ffffffffa00739ba>] usb_probe_device+0x3a/0x40 [usbcore]
[    4.152054]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    4.152054]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    4.152054]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    4.152054]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    4.152054]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    4.152054]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    4.152054]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    4.152054]  [<ffffffffa0073d92>] ? usb_autopm_do_device+0x92/0x120 [usbcore]
[    4.152054]  [<ffffffffa006b806>] usb_new_device+0x66/0xc0 [usbcore]
[    4.152054]  [<ffffffffa006d508>] hub_thread+0x7a8/0x1030 [usbcore]
[    4.152054]  [<ffffffff802640e0>] ? autoremove_wake_function+0x0/0x40
[    4.152054]  [<ffffffff804e80a8>] ? _spin_unlock_irqrestore+0x18/0x20
[    4.152054]  [<ffffffffa006cd60>] ? hub_thread+0x0/0x1030 [usbcore]
[    4.152054]  [<ffffffff80263b3d>] kthread+0x4d/0x80
[    4.152054]  [<ffffffff8021383a>] child_rip+0xa/0x20
[    4.152054]  [<ffffffff8021312d>] ? retint_restore_args+0x5/0x20
[    4.152054]  [<ffffffff80213830>] ? child_rip+0x0/0x20
[    4.152054] ---[ end trace a40a79f2c57f8c50 ]---
[    4.152054] ------------[ cut here ]------------
[    4.152054] WARNING: at kernel/smp.c:220 smp_call_function_single+0xf6/0x100()
[    4.152054] Hardware name: OptiPlex 745                 
[    4.152054] Modules linked in: usbhid hid ata_piix(+) libata scsi_mod r8169 mii tg3 libphy ehci_hcd uhci_hcd usbcore dm_mirror dm_region_hash dm_log dm_snapshot dm_mod thermal processor fan fuse
[    4.152054] Pid: 1147, comm: khubd Tainted: G        W  2.6.28-rc7-tip #1
[    4.152054] Call Trace:
[    4.152054]  [<ffffffff8024d9bc>] warn_slowpath+0xdc/0x110
[    4.152054]  [<ffffffff80216302>] ? dump_stack+0x72/0x80
[    4.152054]  [<ffffffff80275187>] ? print_modules+0x97/0xa0
[    4.152054]  [<ffffffff8024d78e>] ? print_oops_end_marker+0x1e/0x20
[    4.152054]  [<ffffffff8024d9cf>] ? warn_slowpath+0xef/0x110
[    4.152054]  [<ffffffff80274446>] smp_call_function_single+0xf6/0x100
[    4.152054]  [<ffffffff802ac7ad>] ? __rmqueue_smallest+0xed/0x180
[    4.152054]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    4.152054]  [<ffffffff80274614>] smp_call_function_mask+0x1c4/0x210
[    4.152054]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    4.152054]  [<ffffffff802ae9c2>] ? get_page_from_freelist+0x612/0x6e0
[    4.152054]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    4.152054]  [<ffffffff802ae861>] ? get_page_from_freelist+0x4b1/0x6e0
[    4.152054]  [<ffffffff8020c8e2>] ? xen_pte_val+0x12/0x40
[    4.152054]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    4.152054]  [<ffffffff8027467b>] smp_call_function+0x1b/0x20
[    4.152054]  [<ffffffff802530cf>] on_each_cpu+0x1f/0x50
[    4.152054]  [<ffffffff80225a17>] flush_tlb_all+0x17/0x20
[    4.152054]  [<ffffffff802c7307>] __purge_vmap_area_lazy+0x127/0x180
[    4.152054]  [<ffffffff802c8816>] vm_unmap_aliases+0x166/0x180
[    4.152054]  [<ffffffff8020dbcd>] xen_create_contiguous_region+0x5d/0x110
[    4.152054]  [<ffffffff802d2378>] ? alloc_pages_current+0xa8/0x100
[    4.152054]  [<ffffffff803afbe4>] xen_alloc_coherent+0x94/0x100
[    4.152054]  [<ffffffff802cdb0f>] dma_pool_alloc+0x1af/0x2b0
[    4.152054]  [<ffffffff802c7c15>] ? vfree+0x25/0x30
[    4.152054]  [<ffffffffa0164d38>] ? hid_parse_report+0x1a8/0x210 [hid]
[    4.152054]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    4.152054]  [<ffffffffa0076327>] hcd_buffer_alloc+0x127/0x130 [usbcore]
[    4.152054]  [<ffffffffa006938e>] usb_buffer_alloc+0x1e/0x30 [usbcore]
[    4.152054]  [<ffffffffa0175ddb>] usbhid_start+0xdb/0x570 [usbhid]
[    4.152054]  [<ffffffffa01649e9>] hid_device_probe+0xc9/0x100 [hid]
[    4.152054]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    4.152054]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    4.152054]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    4.152054]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    4.152054]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    4.152054]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    4.152054]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    4.152054]  [<ffffffffa01645c5>] hid_add_device+0x95/0x120 [hid]
[    4.152054]  [<ffffffffa0174dd2>] hid_probe+0x222/0x310 [usbhid]
[    4.152054]  [<ffffffffa0074586>] usb_probe_interface+0xc6/0x180 [usbcore]
[    4.152054]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    4.152054]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    4.152054]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    4.152054]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    4.152054]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    4.152054]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    4.152054]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    4.152054]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    4.152054]  [<ffffffffa0071eaf>] usb_set_configuration+0x39f/0x5f0 [usbcore]
[    4.152054]  [<ffffffffa007b936>] generic_probe+0x76/0xb0 [usbcore]
[    4.152054]  [<ffffffffa00739ba>] usb_probe_device+0x3a/0x40 [usbcore]
[    4.152054]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    4.152054]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    4.152054]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    4.152054]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    4.152054]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    4.152054]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    4.152054]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    4.152054]  [<ffffffffa0073d92>] ? usb_autopm_do_device+0x92/0x120 [usbcore]
[    4.152054]  [<ffffffffa006b806>] usb_new_device+0x66/0xc0 [usbcore]
[    4.152054]  [<ffffffffa006d508>] hub_thread+0x7a8/0x1030 [usbcore]
[    4.152054]  [<ffffffff802640e0>] ? autoremove_wake_function+0x0/0x40
[    4.152054]  [<ffffffff804e80a8>] ? _spin_unlock_irqrestore+0x18/0x20
[    4.152054]  [<ffffffffa006cd60>] ? hub_thread+0x0/0x1030 [usbcore]
[    4.152054]  [<ffffffff80263b3d>] kthread+0x4d/0x80
[    4.152054]  [<ffffffff8021383a>] child_rip+0xa/0x20
[    4.152054]  [<ffffffff8021312d>] ? retint_restore_args+0x5/0x20
[    4.152054]  [<ffffffff80213830>] ? child_rip+0x0/0x20
[    4.152054] ---[ end trace a40a79f2c57f8c50 ]---
[    4.775119] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1d.1/usb4/4-1/4-1:1.0/input/input2
[    4.796167] generic-usb 0003:413C:2003.0002: input,hidraw1: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:1d.1-1/input0
[    5.248170] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    5.248198] ata2.01: SATA link down (SStatus 4 SControl 300)
[    5.256359] ata2.00: ATAPI: Optiarc DVD+/-RW AD-5170S, 101B, max UDMA/66
[    5.272374] ata2.00: configured for UDMA/66
[    5.273370] scsi 0:0:0:0: Direct-Access     ATA      ST3250820AS      3.AD PQ: 0 ANSI: 5
[    5.274435] scsi 1:0:0:0: CD-ROM            Optiarc  DVD+-RW AD-5170S 101B PQ: 0 ANSI: 5
[    5.274505] xen_allocate_pirq: returning irq 35 for gsi 20
[    5.274511] xen_set_ioapic_routing: irq 35 gsi 20 vector 184 ioapic 0 pin 20 triggering 0 polarity 1
[    5.274519] ata_piix 0000:00:1f.5: PCI INT C -> GSI 20 (level, low) -> IRQ 35
[    5.274525] xen: PCI device 0000:00:1f.5 pin 3 -> irq 35
[    5.274531] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[    5.428349] scsi2 : ata_piix
[    5.428434] scsi3 : ata_piix
[    5.428469] ata3: SATA max UDMA/133 cmd 0xfe40 ctl 0xfe50 bmdma 0xfed0 irq 35
[    5.428476] ata4: SATA max UDMA/133 cmd 0xfe60 ctl 0xfe70 bmdma 0xfed8 irq 35
[    5.748124] ata3: SATA link down (SStatus 0 SControl 300)
[    6.224187] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    6.248518] ata4.00: ATA-7: Hitachi HDS721075KLA330, GK8OA51D, max UDMA/133
[    6.248530] ata4.00: 1465149168 sectors, multi 8: LBA48 NCQ (depth 0/32)
[    6.264625] ata4.00: configured for UDMA/133
[    6.264765] scsi 3:0:0:0: Direct-Access     ATA      Hitachi HDS72107 GK8O PQ: 0 ANSI: 5
[    6.278026] scsi 0:0:0:0: Attached scsi generic sg0 type 0
[    6.278068] scsi 1:0:0:0: Attached scsi generic sg1 type 5
[    6.278099] scsi 3:0:0:0: Attached scsi generic sg2 type 0
[    6.301358] Driver 'sd' needs updating - please use bus_type methods
[    6.301489] sd 0:0:0:0: [sda] 488281250 512-byte hardware sectors: (250 GB/232 GiB)
[    6.301508] sd 0:0:0:0: [sda] Write Protect is off
[    6.301545] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.301607] sd 0:0:0:0: [sda] 488281250 512-byte hardware sectors: (250 GB/232 GiB)
[    6.301624] sd 0:0:0:0: [sda] Write Protect is off
[    6.301653] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.301660]  sda:<4>Driver 'sr' needs updating - please use bus_type methods
[    6.324762]  sda1 sda2 < sda5 >
[    6.344487] sd 0:0:0:0: [sda] Attached SCSI disk
[    6.344669] sd 3:0:0:0: [sdb] 1465149168 512-byte hardware sectors: (750 GB/698 GiB)
[    6.344687] sd 3:0:0:0: [sdb] Write Protect is off
[    6.344716] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.344950] sd 3:0:0:0: [sdb] 1465149168 512-byte hardware sectors: (750 GB/698 GiB)
[    6.344980] sd 3:0:0:0: [sdb] Write Protect is off
[    6.345009] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.345015]  sdb:sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[    6.348983] Uniform CD-ROM driver Revision: 3.20
[    6.360189]  sdb1
[    6.360294] sd 3:0:0:0: [sdb] Attached SCSI disk
Done.
Begin: Running /scripts/local-premount ...
19+0 records in
19+0 records out
kinit: name_to_dev_t(/dev/disk/by-uuid/ae16483f-7eb2-489d-aa20-98f1c9c302ee) = dev(8,5)
kinit: trying to resume from /dev/disk/by-uuid/ae16483f-7eb2-489d-aa20-98f1c9c302ee
[    6.685565] PM: Starting manual resume from disk
kinit: No resume image, doing normal boot...
Done.
[    6.752376] kjournald starting.  Commit interval 5 seconds
[    6.752392] EXT3-fs: mounted filesystem with ordered data mode.
Begin: Running /scripts/local-bottom ...
Done.
Done.
Begin: Running /scripts/init-bottom ...
Done.
 * Reading files needed to boot...        [ OK ]
 * Setting preliminary keymap...        [ OK ]
 * Preparing restricted drivers...        [ OK ]
 * Setting the system clock
 * Starting basic networking...        [ OK ]
 * Starting kernel event manager...        [   12.722076] udevd version 124 started
[ OK ]
 * Loading hardware drivers...        [   13.204417] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   13.227490] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   13.353821] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[   13.372130] ACPI: Power Button (FF) [PWRF]
[   13.372220] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
[   13.388085] ACPI: Power Button (CM) [VBTN]
[   13.758652] iTCO_vendor_support: vendor-support=0
[   13.771629] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.04
[   13.771860] iTCO_wdt: failed to reset NO_REBOOT flag, reboot disabled by hardware
[   13.771872] iTCO_wdt: No card detected
[   13.869060] udev: renamed network interface eth0 to eth1
[   13.888612] udev: renamed network interface eth1_rename to eth0
[   14.017926] input: PC Speaker as /devices/platform/pcspkr/input/input5
[   14.126175] xen_allocate_pirq: returning irq 29 for gsi 16
[   14.126187] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[   14.126196] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[   14.126202] xen: PCI device 0000:00:1b.0 pin 1 -> irq 29
[   14.203964] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   14.274349] device-mapper: multipath: version 1.0.5 loaded
[ OK ]
 * Setting the system clock
 * Loading kernel modules...         * Loading manual drivers...        [   16.656083] lp: driver loaded but no devices found
[ OK ]
 * Setting kernel variables (/etc/sysctl.conf)...        [ OK ]
 * Setting kernel variables (/etc/sysctl.d/10-console-messages.conf)...        [ OK ]
 * Setting kernel variables (/etc/sysctl.d/10-network-security.conf)...        [ OK ]
 * Setting kernel variables (/etc/sysctl.d/10-process-security.conf)...        error: "kernel.maps_protect" is an unknown key
[fail]
 * Setting kernel variables (/etc/sysctl.d/30-tracker.conf)...        [ OK ]
 * Activating swap...        [ OK ]
 * Checking root file system...        fsck 1.41.3 (12-Oct-2008)
/dev/sda1: clean, 633887/14639104 files, 8069731/58550892 blocks
[ OK ]
 * Checking file systems...        fsck 1.41.3 (12-Oct-2008)
[ OK ]
 * Mounting local filesystems...        [ OK ]
 * Activating swapfile swap...        [ OK ]
$Mounting securityfs on /sys/kernel/security: done.
$Loading AppArmor module: Failed.
 * Skipping firewall: ufw (not enabled)...        [ OK ]
 * Configuring network interfaces...        [ OK ]
 * Setting up console font and keymap...        [ OK ]
 * Starting system log daemon...        [ OK ]
 * Doing Wacom setup...        [ OK ]
 * Starting kernel log daemon...        [ OK ]
 * Starting system message bus dbus        [ OK ]
 * Starting Avahi mDNS/DNS-SD Daemon avahi-daemon        [ OK ]
 * Starting OpenBSD Secure Shell server sshd        [ OK ]
 * Starting Common Unix Printing System: cupsd        [ OK ]
 * Starting DenyHosts denyhosts        [ OK ]
 * Your system does not have the CPU extensions required to use KVM. Not doing anything.
 * Starting Postfix Mail Transport Agent postfix        [ OK ]
 * Starting Hardware abstraction layer hald        [ OK ]
 * Starting GNOME Display Manager...        [ OK ]
 * Starting System Tools Backends system-tools-backends        [ OK ]
 * Starting anac(h)ronistic cron anacron        [ OK ]
 * Starting deferred execution scheduler atd        [ OK ]
 * Starting periodic command scheduler crond        [ OK ]
 * Enabling additional executable binary formats binfmt-support        [ OK ]
 * Checking battery state...        [ OK ]
 * Stopping GNOME Display Manager...        [ OK ]
 * Stopping DenyHosts denyhosts        [ OK ]
 * Stopping Postfix Mail Transport Agent postfix        [ OK ]
 * Saving the system clock
 * Stopping firewall: ufw...        [ OK ]
 * Shutting down ALSA...        [ OK ]
 * Stopping bluetooth        [ OK ]
 * Stopping Avahi mDNS/DNS-SD Daemon avahi-daemon        [ OK ]
 * Asking all remaining processes to terminate...        [ OK ]
 * All processes ended within 2 seconds....        [ OK ]
 * Deconfiguring network interfaces...        [ OK ]
 * Deactivating swap...        [ OK ]
 * Unmounting local filesystems...        [ OK ]
 * Will now restart
[  148.544616] Restarting system.
(XEN) Domain 0 shutdown: rebooting machine.

[-- Attachment #3: linuxboot --]
[-- Type: application/octet-stream, Size: 41832 bytes --]

[    0.000000] BIOS EBDA/lowmem at: 0009fc00/0009fc00
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.28-rc7 (deshantm@vt) (gcc version 4.2.4 (Ubuntu 4.2.4-3ubuntu4)) #1 SMP Wed Dec 10 18:19:10 EST 2008
[    0.000000] Command line: root=UUID=30596923-1435-4516-809d-ef8cd2958532 ro verbose console=ttyS0,115200
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000cfdffc00 (usable)
[    0.000000]  BIOS-e820: 00000000cfdffc00 - 00000000cfe01c00 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000cfe03c00 - 00000000cfe53c00 (reserved)
[    0.000000]  BIOS-e820: 00000000cfe53c00 - 00000000cfe55c00 (ACPI data)
[    0.000000]  BIOS-e820: 00000000cfe55c00 - 00000000d0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fed00400 (reserved)
[    0.000000]  BIOS-e820: 00000000fed20000 - 00000000feda0000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 000000012c000000 (usable)
[    0.000000] DMI 2.3 present.
[    0.000000] last_pfn = 0x12c000 max_arch_pfn = 0x3ffffffff
[    0.000000] last_pfn = 0xcfdff max_arch_pfn = 0x3ffffffff
[    0.000000] init_memory_mapping: 0000000000000000-00000000cfdff000
[    0.000000] last_map_addr: cfdff000 end: cfdff000
[    0.000000] init_memory_mapping: 0000000100000000-000000012c000000
[    0.000000] last_map_addr: 12c000000 end: 12c000000
[    0.000000] RAMDISK: 348f1000 - 37fef1eb
[    0.000000] ACPI: RSDP 000FEBF0, 0024 (r2 DELL  )
[    0.000000] ACPI: XSDT 000FCE97, 0084 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: FACP 000FCFBF, 00F4 (r3 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: DSDT FFF68960, 475F (r1   DELL    dt_ex     1000 INTL 20050624)
[    0.000000] ACPI: FACS CFDFFC00, 0040
[    0.000000] ACPI: SSDT FFF6D397, 009A (r1   DELL    st_ex     1000 INTL 20050624)
[    0.000000] ACPI: APIC 000FD0B3, 0092 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: BOOT 000FD145, 0028 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: ASF! 000FD16D, 0092 (r32 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: MCFG 000FD1FF, 003E (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: HPET 000FD23D, 0038 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: TCPA 000FD499, 0032 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: SLIC 000FD275, 0176 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: SSDT CFDFFC40, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CFE00049, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CFE00452, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-000000012c000000
[    0.000000] Bootmem setup node 0 0000000000000000-000000012c000000
[    0.000000]   NODE_DATA [0000000000001000 - 0000000000005fff]
[    0.000000]   bootmap [000000000000d000 -  00000000000327ff] pages 26
[    0.000000] (7 early reservations) ==> bootmem [0000000000 - 012c000000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #2 [0000200000 - 000090aabc]    TEXT DATA BSS ==> [0000200000 - 000090aabc]
[    0.000000]   #3 [00348f1000 - 0037fef1eb]          RAMDISK ==> [00348f1000 - 0037fef1eb]
[    0.000000]   #4 [000009fc00 - 0000100000]    BIOS reserved ==> [000009fc00 - 0000100000]
[    0.000000]   #5 [0000008000 - 000000c000]          PGTABLE ==> [0000008000 - 000000c000]
[    0.000000]   #6 [000000c000 - 000000d000]          PGTABLE ==> [000000c000 - 000000d000]
[    0.000000] found SMP MP-table at [ffff8800000fe710] 000fe710
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x0012c000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x000cfdff
[    0.000000]     0: 0x00100000 -> 0x0012c000
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x05] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 0, 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: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] SMP: Allowing 8 CPUs, 6 hotplug CPUs
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000cfdff000 - 00000000cfe00000
[    0.000000] PM: Registered nosave memory: 00000000cfe00000 - 00000000cfe01000
[    0.000000] PM: Registered nosave memory: 00000000cfe01000 - 00000000cfe04000
[    0.000000] PM: Registered nosave memory: 00000000cfe04000 - 00000000cfe53000
[    0.000000] PM: Registered nosave memory: 00000000cfe53000 - 00000000cfe54000
[    0.000000] PM: Registered nosave memory: 00000000cfe54000 - 00000000cfe55000
[    0.000000] PM: Registered nosave memory: 00000000cfe55000 - 00000000cfe56000
[    0.000000] PM: Registered nosave memory: 00000000cfe56000 - 00000000d0000000
[    0.000000] PM: Registered nosave memory: 00000000d0000000 - 00000000e0000000
[    0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
[    0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fed00000
[    0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed20000
[    0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000feda0000
[    0.000000] PM: Registered nosave memory: 00000000feda0000 - 00000000fee00000
[    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fef00000
[    0.000000] PM: Registered nosave memory: 00000000fef00000 - 00000000ffb00000
[    0.000000] PM: Registered nosave memory: 00000000ffb00000 - 0000000100000000
[    0.000000] Allocating PCI resources starting at d1000000 (gap: d0000000:10000000)
[    0.000000] PERCPU: Allocating 69632 bytes of per cpu data
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1012874
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: root=UUID=30596923-1435-4516-809d-ef8cd2958532 ro verbose console=ttyS0,115200
[    0.000000] Initializing CPU#0
[    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 2394.263 MHz processor.
[    0.004000] Console: colour VGA+ 80x25
[    0.004000] console [ttyS0] enabled
[    0.004000] allocated 41943040 bytes of page_cgroup
[    0.004000] please try cgroup_disable=memory option if you don't want
[    0.004000] Checking aperture...
[    0.004000] No AGP bridge found
[    0.004000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.004000] Placing software IO TLB between 0x20000000 - 0x24000000
[    0.004000] Memory: 3895692k/4915200k available (2953k kernel code, 788872k absent, 230636k reserved, 1771k data, 580k init)
[    0.004000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.004000] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.004010] Calibrating delay loop (skipped), value calculated using timer frequency.. 4788.52 BogoMIPS (lpj=9577052)
[    0.012020] Security Framework initialized
[    0.016008] SELinux:  Disabled at boot.
[    0.020366] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.025997] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.029017] Mount-cache hash table entries: 256
[    0.032163] Initializing cgroup subsys ns
[    0.036008] Initializing cgroup subsys cpuacct
[    0.040004] Initializing cgroup subsys memory
[    0.044016] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.048003] CPU: L2 cache: 4096K
[    0.052004] CPU 0/0x0 -> Node 0
[    0.055123] CPU: Physical Processor ID: 0
[    0.056003] CPU: Processor Core ID: 0
[    0.060008] CPU0: Thermal monitoring enabled (TM2)
[    0.064003] using mwait in idle threads.
[    0.069693] ACPI: Core revision 20080926
[    0.277566] Setting APIC routing to flat
[    0.280417] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.327570] CPU0: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
[    0.336001] Booting processor 1 APIC 0x1 ip 0x6000
[    0.004000] Initializing CPU#1
[    0.004000] Calibrating delay using timer specific routine.. 4787.99 BogoMIPS (lpj=9575991)
[    0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.004000] CPU: L2 cache: 4096K
[    0.004000] CPU 1/0x1 -> Node 0
[    0.004000] CPU: Physical Processor ID: 0
[    0.004000] CPU: Processor Core ID: 1
[    0.004000] CPU1: Thermal monitoring enabled (TM2)
[    0.428614] CPU1: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
[    0.437237] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[    0.440041] Brought up 2 CPUs
[    0.442991] Total of 2 processors activated (9576.52 BogoMIPS).
[    0.444141] net_namespace: 1400 bytes
[    0.448005] Booting paravirtualized kernel on bare hardware
[    0.452122] Time: 19:31:36  Date: 12/11/08
[    0.456027] NET: Registered protocol family 16
[    0.464019] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.468003] ACPI: bus type pci registered
[    0.472029] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.476005] PCI: MCFG area at e0000000 reserved in E820
[    0.488220] PCI: Using MMCONFIG at e0000000 - efffffff
[    0.492002] PCI: Using configuration type 1 for base access
[    0.552200] ACPI: BIOS _OSI(Linux) query ignored
[    0.578205] ACPI: Interpreter enabled
[    0.580004] ACPI: (supports S0 S3 S4 S5)
[    0.585093] ACPI: Using IOAPIC for interrupt routing
[    0.688355] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[    0.692011] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.696056] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.700005] pci 0000:00:01.0: PME# disabled
[    0.704169] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.708005] pci 0000:00:1a.7: PME# disabled
[    0.712058] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.716004] pci 0000:00:1b.0: PME# disabled
[    0.720039] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.724004] pci 0000:00:1c.0: PME# disabled
[    0.728043] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.732004] pci 0000:00:1c.4: PME# disabled
[    0.736194] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.740005] pci 0000:00:1d.7: PME# disabled
[    0.744100] pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
[    0.748004] pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO
[    0.752065] pci 0000:00:1f.2: PME# supported from D3hot
[    0.756004] pci 0000:00:1f.2: PME# disabled
[    0.760096] pci 0000:00:1f.5: PME# supported from D3hot
[    0.764004] pci 0000:00:1f.5: PME# disabled
[    0.768275] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.772006] pci 0000:03:00.0: PME# disabled
[    0.776116] pci 0000:04:02.0: PME# supported from D1 D2 D3hot D3cold
[    0.780005] pci 0000:04:02.0: PME# disabled
[    0.784039] pci 0000:00:1e.0: transparent bridge
[    1.780600] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
[    1.789061] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    1.796950] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 9 10 11 12 15)
[    1.804767] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    1.812961] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    1.821315] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    1.830547] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    1.838130] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 9 10 11 12 15)
[    1.845554] ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] - 00, should be 88 [20080926]
[    1.853151] PCI: Using ACPI for IRQ routing
[    1.876014] NET: Registered protocol family 8
[    1.880006] NET: Registered protocol family 20
[    1.884019] NetLabel: Initializing
[    1.888005] NetLabel:  domain hash size = 128
[    1.892005] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.896015] NetLabel:  unlabeled traffic allowed by default
[    1.900019] PCI-GART: No AMD GART found.
[    1.904010] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    1.908909] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    1.928030] pnp: PnP ACPI init
[    1.931072] ACPI: bus type pnp registered
[    1.946887] pnp 00:01: io resource (0x800-0x85f) overlaps 0000:00:1f.0 BAR 7 (0x800-0x87f), disabling
[    1.956081] pnp 00:01: io resource (0x860-0x8ff) overlaps 0000:00:1f.0 BAR 7 (0x800-0x87f), disabling
[    2.007771] pnp: PnP ACPI: found 10 devices
[    2.011941] ACPI: ACPI bus type pnp unregistered
[    2.016547] system 00:01: ioport range 0xc00-0xc7f has been reserved
[    2.022883] system 00:07: iomem range 0x0-0x9ffff could not be reserved
[    2.029475] system 00:07: iomem range 0x100000-0xffffff could not be reserved
[    2.036584] system 00:07: iomem range 0x1000000-0xcfdffbff could not be reserved
[    2.043953] system 00:07: iomem range 0xf0000-0xfffff could not be reserved
[    2.050889] system 00:07: iomem range 0xc0000-0xcffff has been reserved
[    2.057480] system 00:07: iomem range 0xfec00000-0xfecfffff has been reserved
[    2.064589] system 00:07: iomem range 0xfee00000-0xfeefffff has been reserved
[    2.071698] system 00:07: iomem range 0xffb00000-0xffbfffff has been reserved
[    2.078808] system 00:07: iomem range 0xffc00000-0xffffffff has been reserved
[    2.085919] system 00:08: ioport range 0x100-0x1fe has been reserved
[    2.092251] system 00:08: ioport range 0x200-0x277 has been reserved
[    2.098582] system 00:08: ioport range 0x280-0x2e7 has been reserved
[    2.104913] system 00:08: ioport range 0x2f0-0x2f7 has been reserved
[    2.111245] system 00:08: ioport range 0x300-0x377 has been reserved
[    2.117576] system 00:08: ioport range 0x380-0x3bb has been reserved
[    2.123908] system 00:08: ioport range 0x3c0-0x3e7 could not be reserved
[    2.130584] system 00:08: ioport range 0x3f6-0x3f7 has been reserved
[    2.136915] system 00:08: ioport range 0x400-0x4cf has been reserved
[    2.143246] system 00:08: ioport range 0x4d2-0x57f has been reserved
[    2.149577] system 00:08: ioport range 0x580-0x677 has been reserved
[    2.155909] system 00:08: ioport range 0x680-0x777 has been reserved
[    2.162240] system 00:08: ioport range 0x780-0x7bb has been reserved
[    2.168572] system 00:08: ioport range 0x7c0-0x7ff has been reserved
[    2.174903] system 00:08: ioport range 0x8e0-0x8ff has been reserved
[    2.181234] system 00:08: ioport range 0x900-0x9fe has been reserved
[    2.187567] system 00:08: ioport range 0xa00-0xafe has been reserved
[    2.193898] system 00:08: ioport range 0xb00-0xbfe has been reserved
[    2.200230] system 00:08: ioport range 0xc80-0xcaf has been reserved
[    2.206561] system 00:08: ioport range 0xcc0-0xcf7 has been reserved
[    2.212892] system 00:08: ioport range 0xd00-0xdfe has been reserved
[    2.219224] system 00:08: ioport range 0xe00-0xefe has been reserved
[    2.225555] system 00:08: ioport range 0xf00-0xffe has been reserved
[    2.231887] system 00:08: ioport range 0x2000-0x20fe has been reserved
[    2.238391] system 00:08: ioport range 0x2100-0x21fe has been reserved
[    2.244894] system 00:08: ioport range 0x2200-0x22fe has been reserved
[    2.251399] system 00:08: ioport range 0x2300-0x23fe has been reserved
[    2.257904] system 00:08: ioport range 0x2400-0x24fe has been reserved
[    2.264407] system 00:08: ioport range 0x2500-0x25fe has been reserved
[    2.270912] system 00:08: ioport range 0x2600-0x26fe has been reserved
[    2.277417] system 00:08: ioport range 0x2700-0x27fe has been reserved
[    2.283920] system 00:08: ioport range 0x2800-0x28fe has been reserved
[    2.290425] system 00:08: ioport range 0x2900-0x29fe has been reserved
[    2.296930] system 00:08: ioport range 0x2a00-0x2afe has been reserved
[    2.303435] system 00:08: ioport range 0x2b00-0x2bfe has been reserved
[    2.309938] system 00:08: ioport range 0x2c00-0x2cfe has been reserved
[    2.316443] system 00:08: ioport range 0x2d00-0x2dfe has been reserved
[    2.322948] system 00:08: ioport range 0x2e00-0x2efe has been reserved
[    2.329454] system 00:08: ioport range 0x2f00-0x2ffe has been reserved
[    2.335957] system 00:08: ioport range 0x5000-0x50fe has been reserved
[    2.342462] system 00:08: ioport range 0x5100-0x51fe has been reserved
[    2.348964] system 00:08: ioport range 0x5200-0x52fe has been reserved
[    2.355475] system 00:08: ioport range 0x5300-0x53fe has been reserved
[    2.361980] system 00:08: ioport range 0x5400-0x54fe has been reserved
[    2.368485] system 00:08: ioport range 0x5500-0x55fe has been reserved
[    2.374990] system 00:08: ioport range 0x5600-0x56fe has been reserved
[    2.381496] system 00:08: ioport range 0x5700-0x57fe has been reserved
[    2.388001] system 00:08: ioport range 0x5800-0x58fe has been reserved
[    2.394504] system 00:08: ioport range 0x5900-0x59fe has been reserved
[    2.401009] system 00:08: ioport range 0x5a00-0x5afe has been reserved
[    2.407514] system 00:08: ioport range 0x5b00-0x5bfe has been reserved
[    2.414020] system 00:08: ioport range 0x5c00-0x5cfe has been reserved
[    2.420523] system 00:08: ioport range 0x5d00-0x5dfe has been reserved
[    2.427028] system 00:08: ioport range 0x5e00-0x5efe has been reserved
[    2.433534] system 00:08: ioport range 0x5f00-0x5ffe has been reserved
[    2.440038] system 00:08: ioport range 0x6000-0x60fe has been reserved
[    2.446543] system 00:08: ioport range 0x6100-0x61fe has been reserved
[    2.453046] system 00:08: ioport range 0x6200-0x62fe has been reserved
[    2.459551] system 00:08: ioport range 0x6300-0x63fe has been reserved
[    2.466056] system 00:08: ioport range 0x6400-0x64fe has been reserved
[    2.472559] system 00:08: ioport range 0x6500-0x65fe has been reserved
[    2.479064] system 00:08: ioport range 0x6600-0x66fe has been reserved
[    2.485569] system 00:08: ioport range 0x6700-0x67fe has been reserved
[    2.492073] system 00:08: ioport range 0x6800-0x68fe has been reserved
[    2.498578] system 00:08: ioport range 0x6900-0x69fe has been reserved
[    2.505084] system 00:08: ioport range 0x6a00-0x6afe has been reserved
[    2.511589] system 00:08: ioport range 0x6b00-0x6bfe has been reserved
[    2.518094] system 00:08: ioport range 0x6c00-0x6cfe has been reserved
[    2.524598] system 00:08: ioport range 0x6d00-0x6dfe has been reserved
[    2.531103] system 00:08: ioport range 0x6e00-0x6efe has been reserved
[    2.537608] system 00:08: ioport range 0x6f00-0x6ffe has been reserved
[    2.544113] system 00:08: ioport range 0xa000-0xa0fe has been reserved
[    2.550618] system 00:08: ioport range 0xa100-0xa1fe has been reserved
[    2.557123] system 00:08: ioport range 0xa200-0xa2fe has been reserved
[    2.563627] system 00:08: ioport range 0xa300-0xa3fe has been reserved
[    2.570132] system 00:08: ioport range 0xa400-0xa4fe has been reserved
[    2.576637] system 00:08: ioport range 0xa500-0xa5fe has been reserved
[    2.583142] system 00:08: ioport range 0xa600-0xa6fe has been reserved
[    2.589646] system 00:08: ioport range 0xa700-0xa7fe has been reserved
[    2.596152] system 00:08: ioport range 0xa800-0xa8fe has been reserved
[    2.602657] system 00:08: ioport range 0xa900-0xa9fe has been reserved
[    2.609162] system 00:08: ioport range 0xaa00-0xaafe has been reserved
[    2.615667] system 00:08: ioport range 0xab00-0xabfe has been reserved
[    2.622171] system 00:08: ioport range 0xac00-0xacfe has been reserved
[    2.628676] system 00:08: ioport range 0xad00-0xadfe has been reserved
[    2.635181] system 00:08: ioport range 0xae00-0xaefe has been reserved
[    2.641686] system 00:08: ioport range 0xaf00-0xaffe has been reserved
[    2.648191] system 00:08: iomem range 0xe0000000-0xefffffff has been reserved
[    2.655303] system 00:08: iomem range 0xfeda0000-0xfedacfff has been reserved
[    2.667346] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    2.673250] pci 0000:00:01.0:   IO window: 0xd000-0xdfff
[    2.678543] pci 0000:00:01.0:   MEM window: 0xfe900000-0xfeafffff
[    2.684615] pci 0000:00:01.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
[    2.692158] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[    2.698056] pci 0000:00:1c.0:   IO window: disabled
[    2.702919] pci 0000:00:1c.0:   MEM window: 0xfe800000-0xfe8fffff
[    2.708993] pci 0000:00:1c.0:   PREFETCH window: disabled
[    2.714375] pci 0000:00:1c.4: PCI bridge, secondary bus 0000:03
[    2.720272] pci 0000:00:1c.4:   IO window: disabled
[    2.725135] pci 0000:00:1c.4:   MEM window: 0xfe700000-0xfe7fffff
[    2.731208] pci 0000:00:1c.4:   PREFETCH window: disabled
[    2.736591] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:04
[    2.742489] pci 0000:00:1e.0:   IO window: 0xc000-0xcfff
[    2.747782] pci 0000:00:1e.0:   MEM window: 0xfe500000-0xfe6fffff
[    2.753856] pci 0000:00:1e.0:   PREFETCH window: 0x000000f0000000-0x000000f00fffff
[    2.761406] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.768091] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.774776] pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.781460] bus: 00 index 0 io port: [0x00-0xffff]
[    2.786233] bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
[    2.792130] bus: 01 index 0 io port: [0xd000-0xdfff]
[    2.797076] bus: 01 index 1 mmio: [0xfe900000-0xfeafffff]
[    2.802455] bus: 01 index 2 mmio: [0xd0000000-0xdfffffff]
[    2.807834] bus: 01 index 3 mmio: [0x0-0x0]
[    2.812000] bus: 02 index 0 mmio: [0x0-0x0]
[    2.816167] bus: 02 index 1 mmio: [0xfe800000-0xfe8fffff]
[    2.821546] bus: 02 index 2 mmio: [0x0-0x0]
[    2.825714] bus: 02 index 3 mmio: [0x0-0x0]
[    2.829882] bus: 03 index 0 mmio: [0x0-0x0]
[    2.834050] bus: 03 index 1 mmio: [0xfe700000-0xfe7fffff]
[    2.839429] bus: 03 index 2 mmio: [0x0-0x0]
[    2.843595] bus: 03 index 3 mmio: [0x0-0x0]
[    2.847760] bus: 04 index 0 io port: [0xc000-0xcfff]
[    2.852706] bus: 04 index 1 mmio: [0xfe500000-0xfe6fffff]
[    2.858085] bus: 04 index 2 mmio: [0xf0000000-0xf00fffff]
[    2.863464] bus: 04 index 3 io port: [0x00-0xffff]
[    2.868236] bus: 04 index 4 mmio: [0x000000-0xffffffffffffffff]
[    2.874140] NET: Registered protocol family 2
[    2.916216] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    2.924573] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    2.935562] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    2.942764] TCP: Hash tables configured (established 524288 bind 65536)
[    2.949355] TCP reno registered
[    2.964195] NET: Registered protocol family 1
[    2.968650] checking if image is initramfs... it is
[    7.634036] Freeing initrd memory: 56312k freed
[    7.668339] Simple Boot Flag at 0x7a set to 0x1
[    7.673649] audit: initializing netlink socket (disabled)
[    7.679052] type=2000 audit(1229023902.676:1): initialized
[    7.690078] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    7.698498] VFS: Disk quotas dquot_6.5.1
[    7.702481] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    7.708992] msgmni has been set to 7718
[    7.713000] alg: No test for stdrng (krng)
[    7.717089] io scheduler noop registered
[    7.720997] io scheduler anticipatory registered
[    7.725597] io scheduler deadline registered
[    7.729940] io scheduler cfq registered (default)
[    7.800083] pcieport-driver 0000:00:01.0: found MSI capability
[    7.806042] pcieport-driver 0000:00:1c.0: found MSI capability
[    7.812038] pcieport-driver 0000:00:1c.4: found MSI capability
[    7.843074] Linux agpgart interface v0.103
[    7.847221] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
[    7.853621] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    7.860155] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    7.867115] brd: module loaded
[    7.870216] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[    7.878065] PNP: No PS/2 controller found. Probing ports directly.
[    7.886780] serio: i8042 KBD port at 0x60,0x64 irq 1
[    7.891753] serio: i8042 AUX port at 0x60,0x64 irq 12
[    7.916156] mice: PS/2 mouse device common for all mice
[    7.921424] rtc_cmos 00:05: RTC can wake from S4
[    7.926076] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    7.932178] rtc0: alarms up to one day, 242 bytes nvram, hpet irqs
[    7.938365] cpuidle: using governor ladder
[    7.942446] cpuidle: using governor menu
[    7.946690] TCP cubic registered
[    7.950062] registered taskstats version 1
[    7.954260]   Magic number: 4:357:546
[    7.957980] mem null: hash matches
[    7.961377] acpi ACPI_CPU:01: hash matches
[    7.965479] rtc_cmos 00:05: setting system clock to 2008-12-11 19:31:44 UTC (1229023904)
[    7.973546] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    7.979530] EDD information not available.
[    7.983646] Freeing unused kernel memory: 580k freed
[    7.988812] Write protecting the kernel read-only data: 4248k
Loading, please wait...

AT S7=45 S0=0 L1 V1 X4 &c1 E1 Q0
Couldnt get a file descriptor referring to the console
Begin: Loading essential drivers... ...
[    8.044439] fuse init (API version 7.10)
[    8.057199] processor ACPI_CPU:00: registered as cooling_device0
[    8.063280] processor ACPI_CPU:01: registered as cooling_device1
[    8.081381] device-mapper: uevent: version 1.0.3
[    8.086149] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
Done.
Begin: Running /scripts/init-premount ...
Done.
Begin: Mounting root file system... ...
Begin: Running /scripts/local-top ...
Done.
Begin: Waiting for root file system... ...
[    8.282305] usbcore: registered new interface driver usbfs
[    8.287800] usbcore: registered new interface driver hub
[    8.298204] usbcore: registered new device driver usb
[    8.304920] uhci_hcd: USB Universal Host Controller Interface driver
[    8.311302] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    8.311558] tg3.c:v3.94 (August 14, 2008)
[    8.311569] tg3 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    8.329102] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    8.336316] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    8.342828] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
[    8.356472] eth0: Tigon3 [partno(BCM95754) rev b002 PHY(5787)] (PCI Express) 10/100/1000Base-T Ethernet 00:1a:a0:a9:f2:81
[    8.361675] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    8.361717] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000ff20
[    8.361840] usb usb1: configuration #1 chosen from 1 choice
[    8.361861] hub 1-0:1.0: USB hub found
[    8.361866] hub 1-0:1.0: 2 ports detected
[    8.361984] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[    8.400861] eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] WireSpeed[1] TSOcap[1]
[    8.400863] eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    8.413535] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    8.425037] SCSI subsystem initialized
[    8.431442] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    8.437121] r8169 0000:04:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    8.444037] r8169 0000:04:02.0: no PCI Express capability
[    8.449695] eth1: RTL8110s at 0xffffc20011616f00, 00:18:4d:f0:19:07, XID 04000000 IRQ 18
[    8.461560] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 2
[    8.477235] ehci_hcd 0000:00:1a.7: debug port 1
[    8.481774] ehci_hcd 0000:00:1a.7: irq 22, io mem 0xfebfbc00
[    8.500260] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    8.506098] usb usb2: configuration #1 chosen from 1 choice
[    8.511677] hub 2-0:1.0: USB hub found
[    8.515418] hub 2-0:1.0: 4 ports detected
[    8.519525] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    8.526649] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    8.531881] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 3
[    8.539285] uhci_hcd 0000:00:1a.1: irq 17, io base 0x0000ff00
[    8.545104] usb usb3: configuration #1 chosen from 1 choice
[    8.550686] hub 3-0:1.0: USB hub found
[    8.554426] hub 3-0:1.0: 2 ports detected
[    8.558532] ata_piix 0000:00:1f.2: PCI INT C -> GSI 20 (level, low) -> IRQ 20
[    8.565671] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    8.728384] scsi0 : ata_piix
[    8.731804] scsi1 : ata_piix
[    8.739340] ata1: SATA max UDMA/133 cmd 0xfe00 ctl 0xfe10 bmdma 0xfec0 irq 20
[    8.746461] ata2: SATA max UDMA/133 cmd 0xfe20 ctl 0xfe30 bmdma 0xfec8 irq 20
[    9.012535] usb 3-2: new low speed USB device using uhci_hcd and address 2
[    9.200098] usb 3-2: configuration #1 chosen from 1 choice
[    9.548072] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    9.554501] ata1.01: SATA link down (SStatus 4 SControl 300)
[    9.613119] ata1.00: ATA-7: ST3250820AS, 3.ADG, max UDMA/133
[    9.618761] ata1.00: 488281250 sectors, multi 8: LBA48 NCQ (depth 0/32)
[    9.688087] ata1.00: configured for UDMA/133
[   10.488075] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   10.494502] ata2.01: SATA link down (SStatus 4 SControl 300)
[   10.508211] ata2.00: ATAPI: Optiarc DVD+/-RW AD-5170S, 101B, max UDMA/66
[   10.528212] ata2.00: configured for UDMA/66
[   10.533165] scsi 0:0:0:0: Direct-Access     ATA      ST3250820AS      3.AD PQ: 0 ANSI: 5
[   10.542225] scsi 1:0:0:0: CD-ROM            Optiarc  DVD+-RW AD-5170S 101B PQ: 0 ANSI: 5
[   10.550360] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[   10.557518] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[   10.562748] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 4
[   10.574035] ehci_hcd 0000:00:1d.7: debug port 1
[   10.578569] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xff980800
[   10.596279] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[   10.602071] usb usb4: configuration #1 chosen from 1 choice
[   10.607649] hub 4-0:1.0: USB hub found
[   10.611388] hub 4-0:1.0: 6 ports detected
[   10.615482] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[   10.622604] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[   10.627829] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[   10.635220] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000ff80
[   10.641051] usb usb5: configuration #1 chosen from 1 choice
[   10.646631] hub 5-0:1.0: USB hub found
[   10.650371] hub 5-0:1.0: 2 ports detected
[   10.654821] ata_piix 0000:00:1f.5: PCI INT C -> GSI 20 (level, low) -> IRQ 20
[   10.661963] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[   10.824100] scsi2 : ata_piix
[   10.828675] scsi3 : ata_piix
[   10.831568] ata3: SATA max UDMA/133 cmd 0xfe40 ctl 0xfe50 bmdma 0xfed0 irq 20
[   10.838686] ata4: SATA max UDMA/133 cmd 0xfe60 ctl 0xfe70 bmdma 0xfed8 irq 20
[   10.980022] usb 4-5: new high speed USB device using ehci_hcd and address 3
[   11.116407] usb 4-5: configuration #1 chosen from 1 choice
[   11.121982] hub 4-5:1.0: USB hub found
[   11.125825] hub 4-5:1.0: 4 ports detected
[   11.168057] ata3: SATA link down (SStatus 0 SControl 300)
[   11.648057] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   11.676371] ata4.00: ATA-7: Hitachi HDS721075KLA330, GK8OA51D, max UDMA/133
[   11.683311] ata4.00: 1465149168 sectors, multi 8: LBA48 NCQ (depth 0/32)
[   11.704379] ata4.00: configured for UDMA/133
[   11.708706] scsi 3:0:0:0: Direct-Access     ATA      Hitachi HDS72107 GK8O PQ: 0 ANSI: 5
[   11.716851] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[   11.723976] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[   11.729206] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[   11.736598] uhci_hcd 0000:00:1d.1: irq 17, io base 0x0000ff60
[   11.742426] usb usb6: configuration #1 chosen from 1 choice
[   11.748000] hub 6-0:1.0: USB hub found
[   11.751740] hub 6-0:1.0: 2 ports detected
[   11.756183] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[   11.763300] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[   11.768525] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[   11.775922] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000ff40
[   11.781715] usb usb7: configuration #1 chosen from 1 choice
[   11.787289] hub 7-0:1.0: USB hub found
[   11.791235] hub 7-0:1.0: 2 ports detected
[   11.804538] scsi 0:0:0:0: Attached scsi generic sg0 type 0
[   11.810094] scsi 1:0:0:0: Attached scsi generic sg1 type 5
[   11.815664] scsi 3:0:0:0: Attached scsi generic sg2 type 0
[   11.841525] usbcore: registered new interface driver hiddev
[   11.850526] Driver 'sr' needs updating - please use bus_type methods
[   11.861711] sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[   11.862800] input: Logitech Optical USB Mouse as /devices/pci0000:00/0000:00:1a.1/usb3/3-2/3-2:1.0/input/input1
[   11.862868] Driver 'sd' needs updating - please use bus_type methods
[   11.862937] sd 0:0:0:0: [sda] 488281250 512-byte hardware sectors: (250 GB/232 GiB)
[   11.862950] sd 0:0:0:0: [sda] Write Protect is off
[   11.862971] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   11.863028] sd 0:0:0:0: [sda] 488281250 512-byte hardware sectors: (250 GB/232 GiB)
[   11.863040] sd 0:0:0:0: [sda] Write Protect is off
[   11.863061] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   11.863064]  sda:<6>Uniform CD-ROM driver Revision: 3.20
[   11.929463]  sda1 sda2 <<7>sr 1:0:0:0: Attached scsi CD-ROM sr0
[   11.940375] generic-usb 0003:046D:C016.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-0000:00:1a.1-2/input0
[   11.952698] usbcore: registered new interface driver usbhid
[   11.954440]  sda5 >
[   11.960389] usbhid: v2.6:USB HID core driver
[   11.960396] sd 0:0:0:0: [sda] Attached SCSI disk
[   11.960454] sd 3:0:0:0: [sdb] 1465149168 512-byte hardware sectors: (750 GB/698 GiB)
[   11.960466] sd 3:0:0:0: [sdb] Write Protect is off
[   11.960486] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   11.960527] sd 3:0:0:0: [sdb] 1465149168 512-byte hardware sectors: (750 GB/698 GiB)
[   11.960538] sd 3:0:0:0: [sdb] Write Protect is off
[   11.960558] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   11.960561]  sdb: sdb1
[   12.016143] sd 3:0:0:0: [sdb] Attached SCSI disk
[   12.124148] usb 6-1: new low speed USB device using uhci_hcd and address 2
[   12.306421] usb 6-1: configuration #1 chosen from 1 choice
[   12.333558] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.0/input/input2
[   12.361021] generic-usb 0003:413C:2003.0002: input,hidraw1: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:1d.1-1/input0
Done.
Begin: Running /scripts/local-premount ...
19+0 records in[   12.513785] PM: Starting manual resume from disk

19+0 records out
kinit: name_to_dev_t(/dev/disk/by-uuid/ae16483f-7eb2-489d-aa20-98f1c9c302ee) = dev(8,5)
kinit: trying to resume from /dev/disk/by-uuid/ae16483f-7eb2-489d-aa20-98f1c9c302ee
kinit: No resume image, doing normal boot...
Done.
[   12.578973] kjournald starting.  Commit interval 5 seconds
[   12.578979] EXT3-fs: mounted filesystem with ordered data mode.
Begin: Running /scripts/local-bottom ...
Done.
Done.
Begin: Running /scripts/init-bottom ...
Done.
 * Reading files needed to boot...        [ OK ]
 * Setting preliminary keymap...        [ OK ]
 * Preparing restricted drivers...        [ OK ]
 * Setting the system clock
 * Starting basic networking...        [ OK ]
 * Starting kernel event manager...        [   17.872950] udevd version 124 started
[ OK ]
 * Loading hardware drivers...        [   18.399562] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   18.433346] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   18.452102] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[   18.476295] ACPI: Power Button (FF) [PWRF]
[   18.480461] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
[   18.504279] ACPI: Power Button (CM) [VBTN]
[   18.674380] iTCO_vendor_support: vendor-support=0
[   18.740809] input: PC Speaker as /devices/platform/pcspkr/input/input5
[   18.760689] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.03 (30-Apr-2008)
[   18.767667] iTCO_wdt: failed to reset NO_REBOOT flag, reboot disabled by hardware
[   18.775139] iTCO_wdt: No card detected
[   19.206193] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   19.244595] device-mapper: multipath: version 1.0.5 loaded
[   19.569428] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ OK ]
 * Setting the system clock
 * Loading kernel modules...         * Loading manual drivers...        [   20.834395] lp: driver loaded but no devices found
[ OK ]
 * Setting kernel variables (/etc/sysctl.conf)...        [ OK ]
 * Setting kernel variables (/etc/sysctl.d/10-console-messages.conf)...        [ OK ]
 * Setting kernel variables (/etc/sysctl.d/10-network-security.conf)...        [ OK ]
 * Setting kernel variables (/etc/sysctl.d/10-process-security.conf)...        error: "kernel.maps_protect" is an unknown key
[fail]
 * Setting kernel variables (/etc/sysctl.d/30-tracker.conf)...        [ OK ]
 * Activating swap...        [ OK ]
 * Checking root file system...        fsck 1.41.3 (12-Oct-2008)
/dev/sda1: clean, 633906/14639104 files, 8069683/58550892 blocks
[ OK ]
 * Checking file systems...        fsck 1.41.3 (12-Oct-2008)
[ OK ]
 * Mounting local filesystems...        [ OK ]
 * Activating swapfile swap...        [ OK ]
$Mounting securityfs on /sys/kernel/security: done.
$Loading AppArmor module: Failed.
 * Skipping firewall: ufw (not enabled)...        [ OK ]
 * Configuring network interfaces...        [ OK ]
 * Setting up console font and keymap...        [ OK ]
 * Starting system log daemon...        [ OK ]
 * Doing Wacom setup...        [ OK ]
 * Starting kernel log daemon...        [ OK ]
 * Starting system message bus dbus        [ OK ]
 * Starting Avahi mDNS/DNS-SD Daemon avahi-daemon        [ OK ]
 * Starting OpenBSD Secure Shell server sshd        [ OK ]
 * Starting Common Unix Printing System: cupsd        [ OK ]
 * Starting DenyHosts denyhosts        [ OK ]
 * Loading kvm module kvm_intel
 * Starting Postfix Mail Transport Agent postfix        [ OK ]
 * Starting Hardware abstraction layer hald        [ OK ]
 * Starting GNOME Display Manager...        [ OK ]
 * Starting System Tools Backends system-tools-backends        [ OK ]
 * Starting anac(h)ronistic cron anacron        [ OK ]
 * Starting deferred execution scheduler atd        [ OK ]
 * Starting periodic command scheduler crond        [ OK ]
 * Enabling additional executable binary formats binfmt-support        [ OK ]
 * Checking battery state...        [ OK ]

 * Stopping GNOME Display Manager...        [ OK ]
 * Stopping DenyHosts denyhosts        [ OK ]
 * Succesfully unloaded kvm module kvm_intel
 * Stopping Postfix Mail Transport Agent postfix        [ OK ]
 * Saving the system clock
 * Stopping firewall: ufw...        [ OK ]
 * Shutting down ALSA...        [ OK ]
 * Stopping bluetooth        [ OK ]
 * Stopping Avahi mDNS/DNS-SD Daemon avahi-daemon        [ OK ]
 * Asking all remaining processes to terminate...        [ OK ]
 * All processes ended within 2 seconds....        [ OK ]
 * Deconfiguring network interfaces...        [ OK ]
 * Deactivating swap...        [ OK ]
 * Unmounting local filesystems...        [ OK ]
 * Will now restart
[  210.988559] Restarting system.

[-- Attachment #4: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-11 19:47         ` Todd Deshane
  2008-12-11 19:49           ` Todd Deshane
@ 2008-12-11 20:03           ` Ian Campbell
  2008-12-11 20:20             ` Todd Deshane
  2008-12-11 20:03           ` Todd Deshane
  2008-12-11 20:24           ` Jeremy Fitzhardinge
  3 siblings, 1 reply; 92+ messages in thread
From: Ian Campbell @ 2008-12-11 20:03 UTC (permalink / raw)
  To: deshantm; +Cc: Jeremy Fitzhardinge, Xen-devel, Aviv Grafi

On Thu, 2008-12-11 at 14:47 -0500, Todd Deshane wrote:
> On Thu, Dec 11, 2008 at 1:17 PM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:
> > Todd Deshane wrote:
> >>>
> >>> Well, for a start, disable MSI for now (pci=nomsi on the kernel command
> >>> line).  I haven't done any MSI support yet.
> >>>
> >>> In the nosmp boot, something seems amiss with interrupt routing.  nomsi
> >>> may
> >>> help there as well, but I'll need to have a closer look at the code to
> >>> work
> >>> out what's really going wrong here.  Hm, its probably:
> >>> [    0.000000] ACPI: Skipping IOAPIC probe due to 'noapic' option.
> >>>
> >>> I guess nosmp implies noapic?  Anyway, we don't do well without ioapics
> >>> at
> >>> present...
> >>>
> >>>  J
> >>>
> >>>
> >>
> >> The pci=nomsi helped a lot.
> >>
> >> I have booting (at least almost)
> >>
> >> Again two logs attached. This time the without nosmp does better.
> >>
> >> Gets to a checking battery state line then it seems to stop.
> >>
> >
> > What normally happens next?  Looks like its pretty close to the end of the
> > boot sequence; is that where it would normally print the login prompt?  Is
> > the machine on the network at that point?  Can you log in remotely?
> >
> 
> Correct it is fully booted. This is the same thing shown on a normal
> linux boot. I have attached both logs for reference. The linux one
> is not exactly the same kernel, but it is close (both are rc7)
> The vanilla linux one doesn't have any xen dom0 patches.
> 
> On the normal linux one, even when putting the console on
> the serial port, gdm loads up on the monitor, but this
> doesn't happen for the dom0 kernel.
> 
> However I can SSH into the dom0 kernel fine.

Do you have a getty running on hvc0?

> /proc/xen/capabilities is missing, so xend does not start.

/proc/xen is now a filesystem mount point, make sure you have
CONFIG_XENFS and CONFIG_XEN_COMPAT_XENFS and add to /etc/fstab:

none            /proc/xen       xenfs   defaults        0       0

Ian.

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-11 19:47         ` Todd Deshane
  2008-12-11 19:49           ` Todd Deshane
  2008-12-11 20:03           ` Ian Campbell
@ 2008-12-11 20:03           ` Todd Deshane
  2008-12-11 20:26             ` Jeremy Fitzhardinge
  2008-12-11 20:24           ` Jeremy Fitzhardinge
  3 siblings, 1 reply; 92+ messages in thread
From: Todd Deshane @ 2008-12-11 20:03 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Xen-devel, Aviv Grafi

[-- Attachment #1: Type: text/plain, Size: 687 bytes --]

>>BTW, does your hardware support AHCI mode for the SATA controller?  Could you try it out?
>
> I will check this. I also want to change my Xen testing temporarily to the
> Dell 755 (VT-d), which also has a VGA monitor (not DVI) so that may
> make testing easier (assuming that the dom0 kernel can work on
> my 755 box).
>
> I'll report back more progress as I can

In the BIOS it has two SATA operation modes.
Normal and Legacy.

If it is set to legacy, the Xen kernel stops dead at
the initramfs prompt.

Xen boot of Normal and Legacy mode attached.

I will now try to copy my xen config over to the
VT-d (755) box.

Todd

-- 
Todd Deshane
http://todddeshane.net
http://runningxen.com

[-- Attachment #2: xenboot-sata-normal --]
[-- Type: application/octet-stream, Size: 67419 bytes --]

 __  __            _____ _  _                      _        _     _      
 \ \/ /___ _ __   |___ /| || |     _   _ _ __  ___| |_ __ _| |__ | | ___ 
  \  // _ \ '_ \    |_ \| || |_ __| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
  /  \  __/ | | |  ___) |__   _|__| |_| | | | \__ \ || (_| | |_) | |  __/
 /_/\_\___|_| |_| |____(_) |_|     \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
                                                                         
(XEN) Xen version 3.4-unstable (deshantm@) (gcc version 4.2.4 (Ubuntu 4.2.4-3ubuntu4)) Wed Nov 26 16:27:34 EST 2008
(XEN) Latest ChangeSet: Wed Nov 19 19:13:22 2008 +0000 18796:98d48f7680db
(XEN) Command line: loglvl=all guest_loglvl=all com1=115200,8n1 console=com1 mem=3G 
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN)  Found 2 MBR signatures
(XEN)  Found 2 EDD information structures
(XEN) Truncating memory map to 3145728kB
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 000000000009fc00 (usable)
(XEN)  00000000000f0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 00000000c0000000 (usable)
(XEN) System RAM: 3071MB (3145340kB)
(XEN) ACPI: RSDP 000FEBF0, 0024 (r2 DELL  )
(XEN) ACPI: XSDT 000FCE97, 0084 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: FACP 000FCFBF, 00F4 (r3 DELL    B8K           15 ASL        61)
(XEN) ACPI: DSDT FFF68960, 475F (r1   DELL    dt_ex     1000 INTL 20050624)
(XEN) ACPI: FACS CFDFFC00, 0040
(XEN) ACPI: SSDT FFF6D397, 009A (r1   DELL    st_ex     1000 INTL 20050624)
(XEN) ACPI: APIC 000FD0B3, 0092 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: BOOT 000FD145, 0028 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: ASF! 000FD16D, 0092 (r32 DELL    B8K           15 ASL        61)
(XEN) ACPI: MCFG 000FD1FF, 003E (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: HPET 000FD23D, 0038 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: TCPA 000FD499, 0032 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: SLIC 000FD275, 0176 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: SSDT CFDFFC40, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CFE00049, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CFE00452, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
(XEN) NUMA turned off
(XEN) Faking a node at 0000000000000000-00000000c0000000
(XEN) Xen heap: 14MB (14664kB)
(XEN) Domain heap initialised
(XEN) found SMP MP-table at 000fe710
(XEN) DMI 2.3 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x808
(XEN) ACPI: ACPI SLEEP INFO: pm1x_cnt[804,0], pm1x_evt[800,0]
(XEN) ACPI:                  wakeup_vec[cfdffc0c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) Processor #0 6:15 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
(XEN) Processor #1 6:15 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
(XEN) ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
(XEN) ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) ACPI: HPET id: 0x8086a201 base: 0xfed00000
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Initializing CPU#0
(XEN) Detected 2394.073 MHz processor.
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 4096K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 0
(XEN) HVM: VMX enabled
(XEN) CPU0: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
(XEN) Booting processor 1/1 eip 8c000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 4096K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) CPU1: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
(XEN) Total of 2 processors activated.
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using new ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) checking TSC synchronization across 2 CPUs: passed.
(XEN) Platform timer is 14.318MHz HPET
(XEN) Brought up 2 CPUs
(XEN) I/O virtualisation disabled
(XEN) ACPI sleep modes: S3
(XEN) MCA: Machine check polling timer started.
(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x200000 -> 0x8797bc
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000090000000->00000000a0000000 (673519 pages to be allocated)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff80200000->ffffffff808797bc
(XEN)  Init. ramdisk: ffffffff8087a000->ffffffff8c71aa00
(XEN)  Phys-Mach map: ffffffff8c71b000->ffffffff8ccbe778
(XEN)  Start info:    ffffffff8ccbf000->ffffffff8ccbf4a4
(XEN)  Page tables:   ffffffff8ccc0000->ffffffff8cd2b000
(XEN)  Boot stack:    ffffffff8cd2b000->ffffffff8cd2c000
(XEN)  TOTAL:         ffffffff80000000->ffffffff8d000000
(XEN)  ENTRY ADDRESS: ffffffff806d8200
(XEN) Dom0 has maximum 2 VCPUs
(XEN) Scrubbing Free RAM: .done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 108kB init memory.
mapping kernel into physical memory
Xen: setup ISA identity maps
about to get started...
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.28-rc7-tip (deshantm@vt) (gcc version 4.2.4 (Ubuntu 4.2.4-3ubuntu4)) #1 SMP Wed Dec 10 17:01:24 EST 2008
[    0.000000] Command line: root=/dev/sda1 ro console=hvc0 earlyprintk=xen xencons=ttyS0,115200 pci=nomsi
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  Xen: 0000000000000000 - 00000000000a0000 (usable)
[    0.000000]  Xen: 00000000000a0000 - 0000000000100000 (reserved)
[    0.000000]  Xen: 0000000000100000 - 000000000c71b000 (usable)
[    0.000000]  Xen: 000000000c71b000 - 000000000ccc0000 (reserved)
[    0.000000]  Xen: 000000000ccc0000 - 00000000b46ef000 (usable)
[    0.000000] console [xenboot0] enabled
[    0.000000] DMI 2.3 present.
[    0.000000] last_pfn = 0xb46ef max_arch_pfn = 0x3ffffffff
[    0.000000] init_memory_mapping: 0000000000000000-00000000b46ef000
[    0.000000] last_map_addr: b46ef000 end: b46ef000
[    0.000000] RAMDISK: 0087a000 - 0c71aa00
[    0.000000] ACPI: RSDP 000FEBF0, 0024 (r2 DELL  )
[    0.000000] ACPI: XSDT 000FCE97, 0084 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: FACP 000FCFBF, 00F4 (r3 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: DSDT FFF68960, 475F (r1   DELL    dt_ex     1000 INTL 20050624)
[    0.000000] ACPI: FACS CFDFFC00, 0040
[    0.000000] ACPI: SSDT FFF6D397, 009A (r1   DELL    st_ex     1000 INTL 20050624)
[    0.000000] ACPI: APIC 000FD0B3, 0092 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: BOOT 000FD145, 0028 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: ASF! 000FD16D, 0092 (r32 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: MCFG 000FD1FF, 003E (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: HPET 000FD23D, 0038 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: TCPA 000FD499, 0032 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: SLIC 000FD275, 0176 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: SSDT CFDFFC40, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CFE00049, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CFE00452, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-00000000b46ef000
[    0.000000] Bootmem setup node 0 0000000000000000-00000000b46ef000
[    0.000000]   NODE_DATA [0000000000001000 - 0000000000005fff]
[    0.000000]   bootmap [0000000000008000 -  000000000001e8df] pages 17
[    0.000000] (6 early reservations) ==> bootmem [0000000000 - 00b46ef000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [000ccc0000 - 000cd2b000]   XEN PAGETABLES ==> [000ccc0000 - 000cd2b000]
[    0.000000]   #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #3 [0000200000 - 00008797bc]    TEXT DATA BSS ==> [0000200000 - 00008797bc]
[    0.000000]   #4 [000087a000 - 000c71aa00]          RAMDISK ==> [000087a000 - 000c71aa00]
[    0.000000]   #5 [000cd2b000 - 000d265000]          PGTABLE ==> [000cd2b000 - 000d265000]
[    0.000000] found SMP MP-table at [ffff8800000fe710] 000fe710
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00100000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x000000a0
[    0.000000]     0: 0x00000100 -> 0x0000c71b
[    0.000000]     0: 0x0000ccc0 -> 0x000b46ef
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x05] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 0, 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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
(XEN) io_apic.c:2203: 
(XEN) ioapic_guest_write: apic=0, pin=2, old_irq=0, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f0, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
(XEN) io_apic.c:2203: 
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 000000000c71b000 - 000000000ccc0000
[    0.000000] Allocating PCI resources starting at b8000000 (gap: b46ef000:4b911000)
[    0.000000] PERCPU: Allocating 57344 bytes of per cpu data
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 725747
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/sda1 ro console=hvc0 earlyprintk=xen xencons=ttyS0,115200 pci=nomsi
[    0.000000] Initializing CPU#0
[    0.000000] xen: allocated irq 9 for acpi 9
[    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[    0.000000] Detected 2394.072 MHz processor.
[    0.004000] Console: colour dummy device 80x25
[    0.004000] console handover: boot [xenboot0] -> real [hvc0]
[    0.004000] allocated 30146560 bytes of page_cgroup
[    0.004000] please try cgroup_disable=memory option if you don't want
[    0.004000] Checking aperture...
[    0.004000] No AGP bridge found
[    0.004000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.004000] Placing 64MB software IO TLB between ffff88001187e000 - ffff88001587dfff
[    0.004000] software IO TLB at phys 0x1187e000 - 0x1587dfff bus 0x1c0000 - 0x7f3ffff
[    0.004000] Memory: 2605160k/2956220k available (3005k kernel code, 6164k absent, 344896k reserved, 1701k data, 568k init)
[    0.004000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.004000] installing Xen timer for CPU 0
[    0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4788.14 BogoMIPS (lpj=9576288)
[    0.004000] Security Framework initialized
[    0.004000] SELinux:  Disabled at boot.
[    0.004000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.004000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.004000] Mount-cache hash table entries: 256
[    0.004050] Initializing cgroup subsys ns
[    0.004057] Initializing cgroup subsys cpuacct
[    0.004061] Initializing cgroup subsys memory
[    0.004088] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.004092] CPU: L2 cache: 4096K
[    0.004096] CPU 0/0x0 -> Node 0
[    0.004099] CPU: Physical Processor ID: 0
[    0.004102] CPU: Processor Core ID: 0
[    0.004119] SMP alternatives: switching to UP code
[    0.028436] ACPI: Core revision 20080926
[    0.237377] cpu 0 spinlock event irq 17
[    0.237847] installing Xen timer for CPU 1
[    0.237865] cpu 1 spinlock event irq 23
[    0.237892] SMP alternatives: switching to SMP code
[    0.000008] Initializing CPU#1
[    0.000050] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.000052] CPU: L2 cache: 4096K
[    0.000054] CPU 1/0x0 -> Node 0
[    0.000056] CPU: Physical Processor ID: 0
[    0.000057] CPU: Processor Core ID: 0
[    0.267683] Brought up 2 CPUs
[    0.267990] net_namespace: 1400 bytes
[    0.267997] Booting paravirtualized kernel on Xen
[    0.268000] Xen version: 3.4-unstable (preserve-AD) (dom0)
[    0.271491] Grant table initialized
[    0.271522] Time: 19:55:38  Date: 12/11/08
[    0.271549] NET: Registered protocol family 16
[    0.271790] xenbus_probe_init ok
[    0.272106] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.272112] ACPI: bus type pci registered
[    0.272215] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.272219] PCI: Not using MMCONFIG.
[    0.272222] PCI: Using configuration type 1 for base access
[    0.326935] ACPI: BIOS _OSI(Linux) query ignored
[    0.348977] ACPI: Interpreter enabled
[    0.348982] ACPI: (supports S0 S3 S4 S5)
[    0.348999] ACPI: Using IOAPIC for interrupt routing
[    0.349110] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.416230] PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
[    0.462887] PCI: Using MMCONFIG at e0000000 - efffffff
[    0.560757] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[    0.560774] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.560815] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.560815] pci 0000:00:01.0: PME# disabled
[    0.560815] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.560815] pci 0000:00:1a.7: PME# disabled
[    0.560815] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.560815] pci 0000:00:1b.0: PME# disabled
[    0.560815] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.560815] pci 0000:00:1c.0: PME# disabled
[    0.560832] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.560839] pci 0000:00:1c.4: PME# disabled
[    0.561269] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.561277] pci 0000:00:1d.7: PME# disabled
[    0.561487] pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
[    0.561494] pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO
[    0.561621] pci 0000:00:1f.2: PME# supported from D3hot
[    0.561628] pci 0000:00:1f.2: PME# disabled
[    0.561817] pci 0000:00:1f.5: PME# supported from D3hot
[    0.561824] pci 0000:00:1f.5: PME# disabled
[    0.562364] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.562372] pci 0000:03:00.0: PME# disabled
[    0.562584] pci 0000:04:02.0: PME# supported from D1 D2 D3hot D3cold
[    0.562592] pci 0000:04:02.0: PME# disabled
[    0.562662] pci 0000:00:1e.0: transparent bridge
[    1.548607] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
[    1.549434] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    1.550240] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 9 10 11 12 15)
[    1.551018] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    1.552429] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    1.553203] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    1.554008] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    1.554819] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 9 10 11 12 15)
[    1.555040] ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] - 00, should be 88 [20080926]
[    1.555040] xen_balloon: Initialising balloon driver.
[    1.555040] PCI: Using ACPI for IRQ routing
[    1.572018] NET: Registered protocol family 8
[    1.572024] NET: Registered protocol family 20
[    1.572063] NetLabel: Initializing
[    1.572063] NetLabel:  domain hash size = 128
[    1.572063] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.572063] NetLabel:  unlabeled traffic allowed by default
[    1.572063] Xen: Initializing Xen DMA ops
[    1.572063] Xen: Enabling DMA fallback to swiotlb
[    1.572077] PCI-GART: No AMD GART found.
[    1.584162] pnp: PnP ACPI init
[    1.584174] ACPI: bus type pnp registered
[    1.596749] pnp 00:01: io resource (0x800-0x85f) overlaps 0000:00:1f.0 BAR 7 (0x800-0x87f), disabling
[    1.596755] pnp 00:01: io resource (0x860-0x8ff) overlaps 0000:00:1f.0 BAR 7 (0x800-0x87f), disabling
[    1.597004] system 00:01: ioport range 0xc00-0xc7f has been reserved
[    1.597619] xen_set_ioapic_routing: irq 13 gsi 13 vector 112 ioapic 0 pin 13 triggering 1 polarity 0
[    1.598221] xen_set_ioapic_routing: irq 8 gsi 8 vector 72 ioapic 0 pin 8 triggering 1 polarity 0
[    1.614726] xen_set_ioapic_routing: irq 4 gsi 4 vector 241 ioapic 0 pin 4 triggering 1 polarity 0
(XEN) io_apic.c:2216: 
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=4
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=000189f1
(XEN) ioapic_guest_write: Attempt to modify IO-APIC pin for in-use IRQ!
[    1.637819] system 00:07: iomem range 0x0-0x9ffff could not be reserved
[    1.637825] system 00:07: iomem range 0x100000-0xffffff could not be reserved
[    1.637829] system 00:07: iomem range 0x1000000-0xcfdffbff could not be reserved
[    1.637834] system 00:07: iomem range 0xf0000-0xfffff could not be reserved
[    1.637838] system 00:07: iomem range 0xc0000-0xcffff could not be reserved
[    1.637843] system 00:07: iomem range 0xfec00000-0xfecfffff has been reserved
[    1.637847] system 00:07: iomem range 0xfee00000-0xfeefffff has been reserved
[    1.637852] system 00:07: iomem range 0xffb00000-0xffbfffff has been reserved
[    1.637856] system 00:07: iomem range 0xffc00000-0xffffffff has been reserved
[    1.642193] system 00:08: ioport range 0x100-0x1fe has been reserved
[    1.642198] system 00:08: ioport range 0x200-0x277 has been reserved
[    1.642202] system 00:08: ioport range 0x280-0x2e7 has been reserved
[    1.642206] system 00:08: ioport range 0x2f0-0x2f7 has been reserved
[    1.642210] system 00:08: ioport range 0x300-0x377 has been reserved
[    1.642215] system 00:08: ioport range 0x380-0x3bb has been reserved
[    1.642219] system 00:08: ioport range 0x3c0-0x3e7 has been reserved
[    1.642223] system 00:08: ioport range 0x3f6-0x3f7 has been reserved
[    1.642227] system 00:08: ioport range 0x400-0x4cf has been reserved
[    1.642231] system 00:08: ioport range 0x4d2-0x57f has been reserved
[    1.642235] system 00:08: ioport range 0x580-0x677 has been reserved
[    1.642240] system 00:08: ioport range 0x680-0x777 has been reserved
[    1.642244] system 00:08: ioport range 0x780-0x7bb has been reserved
[    1.642248] system 00:08: ioport range 0x7c0-0x7ff has been reserved
[    1.642252] system 00:08: ioport range 0x8e0-0x8ff has been reserved
[    1.642256] system 00:08: ioport range 0x900-0x9fe has been reserved
[    1.642260] system 00:08: ioport range 0xa00-0xafe has been reserved
[    1.642264] system 00:08: ioport range 0xb00-0xbfe has been reserved
[    1.642269] system 00:08: ioport range 0xc80-0xcaf has been reserved
[    1.642273] system 00:08: ioport range 0xcc0-0xcf7 has been reserved
[    1.642277] system 00:08: ioport range 0xd00-0xdfe has been reserved
[    1.642281] system 00:08: ioport range 0xe00-0xefe has been reserved
[    1.642286] system 00:08: ioport range 0xf00-0xffe has been reserved
[    1.642290] system 00:08: ioport range 0x2000-0x20fe has been reserved
[    1.642294] system 00:08: ioport range 0x2100-0x21fe has been reserved
[    1.642298] system 00:08: ioport range 0x2200-0x22fe has been reserved
[    1.642303] system 00:08: ioport range 0x2300-0x23fe has been reserved
[    1.642307] system 00:08: ioport range 0x2400-0x24fe has been reserved
[    1.642311] system 00:08: ioport range 0x2500-0x25fe has been reserved
[    1.642315] system 00:08: ioport range 0x2600-0x26fe has been reserved
[    1.642320] system 00:08: ioport range 0x2700-0x27fe has been reserved
[    1.642324] system 00:08: ioport range 0x2800-0x28fe has been reserved
[    1.642328] system 00:08: ioport range 0x2900-0x29fe has been reserved
[    1.642333] system 00:08: ioport range 0x2a00-0x2afe has been reserved
[    1.642337] system 00:08: ioport range 0x2b00-0x2bfe has been reserved
[    1.642341] system 00:08: ioport range 0x2c00-0x2cfe has been reserved
[    1.642345] system 00:08: ioport range 0x2d00-0x2dfe has been reserved
[    1.642350] system 00:08: ioport range 0x2e00-0x2efe has been reserved
[    1.642354] system 00:08: ioport range 0x2f00-0x2ffe has been reserved
[    1.642358] system 00:08: ioport range 0x5000-0x50fe has been reserved
[    1.642362] system 00:08: ioport range 0x5100-0x51fe has been reserved
[    1.642367] system 00:08: ioport range 0x5200-0x52fe has been reserved
[    1.642371] system 00:08: ioport range 0x5300-0x53fe has been reserved
[    1.642376] system 00:08: ioport range 0x5400-0x54fe has been reserved
[    1.642380] system 00:08: ioport range 0x5500-0x55fe has been reserved
[    1.642385] system 00:08: ioport range 0x5600-0x56fe has been reserved
[    1.642389] system 00:08: ioport range 0x5700-0x57fe has been reserved
[    1.642396] system 00:08: ioport range 0x5800-0x58fe has been reserved
[    1.642400] system 00:08: ioport range 0x5900-0x59fe has been reserved
[    1.642405] system 00:08: ioport range 0x5a00-0x5afe has been reserved
[    1.642409] system 00:08: ioport range 0x5b00-0x5bfe has been reserved
[    1.642413] system 00:08: ioport range 0x5c00-0x5cfe has been reserved
[    1.642418] system 00:08: ioport range 0x5d00-0x5dfe has been reserved
[    1.642422] system 00:08: ioport range 0x5e00-0x5efe has been reserved
[    1.642427] system 00:08: ioport range 0x5f00-0x5ffe has been reserved
[    1.642431] system 00:08: ioport range 0x6000-0x60fe has been reserved
[    1.642436] system 00:08: ioport range 0x6100-0x61fe has been reserved
[    1.642440] system 00:08: ioport range 0x6200-0x62fe has been reserved
[    1.642445] system 00:08: ioport range 0x6300-0x63fe has been reserved
[    1.642449] system 00:08: ioport range 0x6400-0x64fe has been reserved
[    1.642453] system 00:08: ioport range 0x6500-0x65fe has been reserved
[    1.642458] system 00:08: ioport range 0x6600-0x66fe has been reserved
[    1.642462] system 00:08: ioport range 0x6700-0x67fe has been reserved
[    1.642467] system 00:08: ioport range 0x6800-0x68fe has been reserved
[    1.642471] system 00:08: ioport range 0x6900-0x69fe has been reserved
[    1.642476] system 00:08: ioport range 0x6a00-0x6afe has been reserved
[    1.642480] system 00:08: ioport range 0x6b00-0x6bfe has been reserved
[    1.642485] system 00:08: ioport range 0x6c00-0x6cfe has been reserved
[    1.642489] system 00:08: ioport range 0x6d00-0x6dfe has been reserved
[    1.642494] system 00:08: ioport range 0x6e00-0x6efe has been reserved
[    1.642498] system 00:08: ioport range 0x6f00-0x6ffe has been reserved
[    1.642503] system 00:08: ioport range 0xa000-0xa0fe has been reserved
[    1.642507] system 00:08: ioport range 0xa100-0xa1fe has been reserved
[    1.642512] system 00:08: ioport range 0xa200-0xa2fe has been reserved
[    1.642516] system 00:08: ioport range 0xa300-0xa3fe has been reserved
[    1.642521] system 00:08: ioport range 0xa400-0xa4fe has been reserved
[    1.642525] system 00:08: ioport range 0xa500-0xa5fe has been reserved
[    1.642530] system 00:08: ioport range 0xa600-0xa6fe has been reserved
[    1.642537] system 00:08: ioport range 0xa700-0xa7fe has been reserved
[    1.642541] system 00:08: ioport range 0xa800-0xa8fe has been reserved
[    1.642546] system 00:08: ioport range 0xa900-0xa9fe has been reserved
[    1.642550] system 00:08: ioport range 0xaa00-0xaafe has been reserved
[    1.642555] system 00:08: ioport range 0xab00-0xabfe has been reserved
[    1.642560] system 00:08: ioport range 0xac00-0xacfe has been reserved
[    1.647598] system 00:08: ioport range 0xad00-0xadfe has been reserved
[    1.653136] system 00:08: ioport range 0xae00-0xaefe has been reserved
[    1.660059] system 00:08: ioport range 0xaf00-0xaffe has been reserved
[    1.666983] system 00:08: iomem range 0xe0000000-0xefffffff has been reserved
[    1.675290] system 00:08: iomem range 0xfeda0000-0xfedacfff has been reserved
[    1.682495] pnp: PnP ACPI: found 10 devices
[    1.684983] ACPI: ACPI bus type pnp unregistered
[    1.695639] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    1.696063] pci 0000:00:01.0:   IO window: 0xd000-0xdfff
[    1.701604] pci 0000:00:01.0:   MEM window: 0xfe900000-0xfeafffff
[    1.708525] pci 0000:00:01.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
[    1.715453] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[    1.722369] pci 0000:00:1c.0:   IO window: disabled
[    1.726529] pci 0000:00:1c.0:   MEM window: 0xfe800000-0xfe8fffff
[    1.732065] pci 0000:00:1c.0:   PREFETCH window: disabled
[    1.737610] pci 0000:00:1c.4: PCI bridge, secondary bus 0000:03
[    1.744524] pci 0000:00:1c.4:   IO window: disabled
[    1.748684] pci 0000:00:1c.4:   MEM window: 0xfe700000-0xfe7fffff
[    1.755605] pci 0000:00:1c.4:   PREFETCH window: disabled
[    1.759764] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:04
[    1.766682] pci 0000:00:1e.0:   IO window: 0xc000-0xcfff
[    1.770840] pci 0000:00:1e.0:   MEM window: 0xfe500000-0xfe6fffff
[    1.777761] pci 0000:00:1e.0:   PREFETCH window: 0x000000b8000000-0x000000b80fffff
[    1.786105] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    1.794377] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[    1.801298] xen: PCI device 0000:00:01.0 pin 1 -> irq 29
[    1.806853] xen_allocate_pirq: returning irq 29 for gsi 16
[    1.812378] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    1.822071] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[    1.827607] xen: PCI device 0000:00:1c.0 pin 1 -> irq 29
[    1.833163] xen_allocate_pirq: returning irq 29 for gsi 16
[    1.838686] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    1.848378] pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[    1.855302] xen: PCI device 0000:00:1c.4 pin 1 -> irq 29
[    1.859474] bus: 00 index 0 io port: [0x00-0xffff]
[    1.864994] bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
[    1.871918] bus: 01 index 0 io port: [0xd000-0xdfff]
[    1.876071] bus: 01 index 1 mmio: [0xfe900000-0xfeafffff]
[    1.881611] bus: 01 index 2 mmio: [0xd0000000-0xdfffffff]
[    1.887148] bus: 01 index 3 mmio: [0x0-0x0]
[    1.891304] bus: 02 index 0 mmio: [0x0-0x0]
[    1.895458] bus: 02 index 1 mmio: [0xfe800000-0xfe8fffff]
[    1.900996] bus: 02 index 2 mmio: [0x0-0x0]
[    1.905151] bus: 02 index 3 mmio: [0x0-0x0]
[    1.909303] bus: 03 index 0 mmio: [0x0-0x0]
[    1.913458] bus: 03 index 1 mmio: [0xfe700000-0xfe7fffff]
[    1.918998] bus: 03 index 2 mmio: [0x0-0x0]
[    1.923150] bus: 03 index 3 mmio: [0x0-0x0]
[    1.927306] bus: 04 index 0 io port: [0xc000-0xcfff]
[    1.932844] bus: 04 index 1 mmio: [0xfe500000-0xfe6fffff]
[    1.938383] bus: 04 index 2 mmio: [0xb8000000-0xb80fffff]
[    1.943920] bus: 04 index 3 io port: [0x00-0xffff]
[    1.948076] bus: 04 index 4 mmio: [0x000000-0xffffffffffffffff]
[    1.955008] NET: Registered protocol family 2
[    1.996370] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    1.998170] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    2.002184] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    2.002679] TCP: Hash tables configured (established 524288 bind 65536)
[    2.002684] TCP reno registered
[    2.012182] NET: Registered protocol family 1
[    2.012326] checking if image is initramfs... it is
[    2.164735] Freeing initrd memory: 195202k freed
[    2.273197] Simple Boot Flag at 0x7a set to 0x1
[    2.274175] audit: initializing netlink socket (disabled)
[    2.274197] type=2000 audit(1229025341.057:1): initialized
[    2.279858] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.283084] VFS: Disk quotas dquot_6.5.1
[    2.283201] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.283324] msgmni has been set to 6155
[    2.283506] alg: No test for stdrng (krng)
[    2.283520] io scheduler noop registered
[    2.283523] io scheduler anticipatory registered
[    2.283526] io scheduler deadline registered
[    2.283666] io scheduler cfq registered (default)
[    2.284041] pcieport-driver 0000:00:01.0: found MSI capability
[    2.284414] pcieport-driver 0000:00:1c.0: found MSI capability
[    2.284711] pcieport-driver 0000:00:1c.4: found MSI capability
[    2.285267] xenbus_probe_backend_init bus registered ok
[    2.285330] Event-channel device installed.
[    2.285333] ***blkif_init
[    2.325966] hpet_acpi_add: no address or irqs in _CRS
[    2.326020] Linux agpgart interface v0.103
[    2.326025] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
[    2.328724] brd: module loaded
[    2.328796] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[    2.329062] PNP: No PS/2 controller found. Probing ports directly.
[    2.331083] i8042: probe of i8042 failed with error -38
[    2.345270] mice: PS/2 mouse device common for all mice
[    2.345368] rtc_cmos 00:05: RTC can wake from S4
[    2.345444] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    2.345489] rtc0: alarms up to one day, 242 bytes nvram
[    2.345539] cpuidle: using governor ladder
[    2.345542] cpuidle: using governor menu
[    2.345875] TCP cubic registered
[    2.345893] IO APIC resources could be not be allocated.
[    2.346094] registered taskstats version 1
[    2.346205]   Magic number: 4:769:950
[    2.346218] tty ttya5: hash matches
[    2.346282] tty tty7: hash matches
[    2.346338] rtc_cmos 00:05: setting system clock to 2008-12-11 19:55:40 UTC (1229025340)
[    2.346343] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.346346] EDD information not available.
[    2.346368] Freeing unused kernel memory: 568k freed
[    2.346586] Write protecting the kernel read-only data: 4316k
Loading, please wait...
Couldnt get a file descriptor referring to the console
Begin: Loading essential drivers... ...
[    2.438555] fuse init (API version 7.10)
[    2.470825] device-mapper: uevent: version 1.0.3
[    2.471048] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
Done.
Begin: Running /scripts/init-premount ...
Done.
Begin: Mounting root file system... ...
Begin: Running /scripts/local-top ...
Done.
Begin: Waiting for root file system... ...
[    2.705158] usbcore: registered new interface driver usbfs
[    2.705183] usbcore: registered new interface driver hub
[    2.707996] usbcore: registered new device driver usb
[    2.710640] uhci_hcd: USB Universal Host Controller Interface driver
[    2.710688] xen_allocate_pirq: returning irq 29 for gsi 16
[    2.710694] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    2.710703] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[    2.710708] xen: PCI device 0000:00:1a.0 pin 1 -> irq 29
[    2.710726] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    2.710771] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    2.710820] uhci_hcd 0000:00:1a.0: irq 29, io base 0x0000ff20
[    2.710970] usb usb1: configuration #1 chosen from 1 choice
[    2.710995] hub 1-0:1.0: USB hub found
[    2.711009] hub 1-0:1.0: 2 ports detected
[    2.711166] xen_set_ioapic_routing: irq 31 gsi 17 vector 152 ioapic 0 pin 17 triggering 0 polarity 1
[    2.711175] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 17 (level, low) -> IRQ 31
[    2.711180] xen: PCI device 0000:00:1a.1 pin 2 -> irq 31
[    2.711198] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    2.711221] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
[    2.711266] uhci_hcd 0000:00:1a.1: irq 31, io base 0x0000ff00
[    2.711370] usb usb2: configuration #1 chosen from 1 choice
[    2.711392] hub 2-0:1.0: USB hub found
[    2.711406] hub 2-0:1.0: 2 ports detected
[    2.711531] xen_set_ioapic_routing: irq 32 gsi 23 vector 160 ioapic 0 pin 23 triggering 0 polarity 1
[    2.711539] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 32
[    2.711544] xen: PCI device 0000:00:1d.0 pin 1 -> irq 32
[    2.711558] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    2.711578] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 3
[    2.711617] uhci_hcd 0000:00:1d.0: irq 32, io base 0x0000ff80
[    2.711707] usb usb3: configuration #1 chosen from 1 choice
[    2.711730] hub 3-0:1.0: USB hub found
[    2.711742] hub 3-0:1.0: 2 ports detected
[    2.711834] xen_allocate_pirq: returning irq 31 for gsi 17
[    2.711839] xen_set_ioapic_routing: irq 31 gsi 17 vector 152 ioapic 0 pin 17 triggering 0 polarity 1
[    2.711846] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 31
[    2.711851] xen: PCI device 0000:00:1d.1 pin 2 -> irq 31
[    2.711864] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    2.711884] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 4
[    2.711916] uhci_hcd 0000:00:1d.1: irq 31, io base 0x0000ff60
[    2.712003] usb usb4: configuration #1 chosen from 1 choice
[    2.712024] hub 4-0:1.0: USB hub found
[    2.712036] hub 4-0:1.0: 2 ports detected
[    2.712150] xen_set_ioapic_routing: irq 33 gsi 18 vector 168 ioapic 0 pin 18 triggering 0 polarity 1
[    2.712158] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 33
[    2.712163] xen: PCI device 0000:00:1d.2 pin 3 -> irq 33
[    2.712175] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    2.712196] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 5
[    2.712233] uhci_hcd 0000:00:1d.2: irq 33, io base 0x0000ff40
[    2.712326] usb usb5: configuration #1 chosen from 1 choice
[    2.712348] hub 5-0:1.0: USB hub found
[    2.712360] hub 5-0:1.0: 2 ports detected
[    2.713073] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.713078] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
[    2.713126] xen_set_ioapic_routing: irq 34 gsi 22 vector 176 ioapic 0 pin 22 triggering 0 polarity 1
[    2.713133] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 34
[    2.713139] xen: PCI device 0000:00:1a.7 pin 3 -> irq 34
[    2.713341] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    2.713364] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 6
[    2.717300] ehci_hcd 0000:00:1a.7: debug port 1
[    2.717324] ehci_hcd 0000:00:1a.7: irq 34, io mem 0xfebfbc00
[    2.732141] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    2.732246] usb usb6: configuration #1 chosen from 1 choice
[    2.732274] hub 6-0:1.0: USB hub found
[    2.732291] hub 6-0:1.0: 4 ports detected
[    2.732400] xen_allocate_pirq: returning irq 32 for gsi 23
[    2.732406] xen_set_ioapic_routing: irq 32 gsi 23 vector 160 ioapic 0 pin 23 triggering 0 polarity 1
[    2.732414] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 32
[    2.732419] xen: PCI device 0000:00:1d.7 pin 1 -> irq 32
[    2.732441] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    2.732463] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 7
[    2.736373] ehci_hcd 0000:00:1d.7: debug port 1
[    2.736389] ehci_hcd 0000:00:1d.7: irq 32, io mem 0xff980800
[    2.752068] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    2.752167] usb usb7: configuration #1 chosen from 1 choice
[    2.752191] hub 7-0:1.0: USB hub found
[    2.752206] hub 7-0:1.0: 6 ports detected
[    2.766911] tg3.c:v3.94 (August 14, 2008)
[    2.766933] vendor=8086 device=2847
[    2.766938] xen_allocate_pirq: returning irq 29 for gsi 16
[    2.766944] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    2.766953] tg3 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[    2.766958] xen: PCI device 0000:03:00.0 pin 1 -> irq 29
[    2.784755] eth0: Tigon3 [partno(BCM95754) rev b002 PHY(5787)] (PCI Express) 10/100/1000Base-T Ethernet 00:1a:a0:a9:f2:81
[    2.784763] eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] WireSpeed[1] TSOcap[1]
[    2.784767] eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    2.809581] SCSI subsystem initialized
[    2.813210] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.813235] vendor=8086 device=244e
[    2.813241] xen_allocate_pirq: returning irq 33 for gsi 18
[    2.813247] xen_set_ioapic_routing: irq 33 gsi 18 vector 168 ioapic 0 pin 18 triggering 0 polarity 1
[    2.813256] r8169 0000:04:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 33
[    2.813261] xen: PCI device 0000:04:02.0 pin 1 -> irq 33
[    2.813442] r8169 0000:04:02.0: no PCI Express capability
[    2.813697] eth1: RTL8110s at 0xffffc20001048f00, 00:18:4d:f0:19:07, XID 04000000 IRQ 33
[    2.852563] xen_set_ioapic_routing: irq 35 gsi 20 vector 184 ioapic 0 pin 20 triggering 0 polarity 1
[    2.852573] ata_piix 0000:00:1f.2: PCI INT C -> GSI 20 (level, low) -> IRQ 35
[    2.852579] xen: PCI device 0000:00:1f.2 pin 3 -> irq 35
[    2.852585] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    3.009202] scsi0 : ata_piix
[    3.009299] scsi1 : ata_piix
[    3.015152] ata1: SATA max UDMA/133 cmd 0xfe00 ctl 0xfe10 bmdma 0xfec0 irq 35
[    3.015162] ata2: SATA max UDMA/133 cmd 0xfe20 ctl 0xfe30 bmdma 0xfec8 irq 35
[    3.157085] usb 7-5: new high speed USB device using ehci_hcd and address 3
[    3.289546] usb 7-5: configuration #1 chosen from 1 choice
[    3.289708] hub 7-5:1.0: USB hub found
[    3.289807] hub 7-5:1.0: 4 ports detected
[    3.529078] usb 2-2: new low speed USB device using uhci_hcd and address 2
[    3.708485] usb 2-2: configuration #1 chosen from 1 choice
[    3.811769] usbcore: registered new interface driver hiddev
[    3.811954] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.811975] ata1.01: SATA link down (SStatus 4 SControl 300)
[    3.824610] ------------[ cut here ]------------
[    3.824616] WARNING: at kernel/smp.c:333 smp_call_function_mask+0x200/0x210()
[    3.824620] Hardware name: OptiPlex 745                 
[    3.824623] Modules linked in: usbhid(+) hid ata_piix(+) libata r8169 mii scsi_mod tg3 libphy ehci_hcd uhci_hcd usbcore dm_mirror dm_region_hash dm_log dm_snapshot dm_mod thermal processor fan fuse
[    3.824648] Pid: 1955, comm: modprobe Not tainted 2.6.28-rc7-tip #1
[    3.824652] Call Trace:
[    3.824657]  [<ffffffff8024d9bc>] warn_slowpath+0xdc/0x110
[    3.824663]  [<ffffffff802af8c7>] ? free_hot_cold_page+0x167/0x230
[    3.824667]  [<ffffffff802af8c7>] ? free_hot_cold_page+0x167/0x230
[    3.824672]  [<ffffffff8024b0bf>] ? __mmdrop+0x3f/0x60
[    3.824676]  [<ffffffff80274650>] smp_call_function_mask+0x200/0x210
[    3.824682]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    3.824686]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    3.824690]  [<ffffffff802ae861>] ? get_page_from_freelist+0x4b1/0x6e0
[    3.824696]  [<ffffffff8020c8e2>] ? xen_pte_val+0x12/0x40
[    3.824700]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    3.824705]  [<ffffffff8027467b>] smp_call_function+0x1b/0x20
[    3.824710]  [<ffffffff802530cf>] on_each_cpu+0x1f/0x50
[    3.824713]  [<ffffffff80225a17>] flush_tlb_all+0x17/0x20
[    3.824718]  [<ffffffff802c7307>] __purge_vmap_area_lazy+0x127/0x180
[    3.824723]  [<ffffffff802c8816>] vm_unmap_aliases+0x166/0x180
[    3.824728]  [<ffffffff8020dbcd>] xen_create_contiguous_region+0x5d/0x110
[    3.824733]  [<ffffffff802d2378>] ? alloc_pages_current+0xa8/0x100
[    3.824740]  [<ffffffff803afbe4>] xen_alloc_coherent+0x94/0x100
[    3.824745]  [<ffffffff802cdb0f>] dma_pool_alloc+0x1af/0x2b0
[    3.824749]  [<ffffffff802c7c15>] ? vfree+0x25/0x30
[    3.824756]  [<ffffffffa0161d38>] ? hid_parse_report+0x1a8/0x210 [hid]
[    3.824761]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    3.824777]  [<ffffffffa0076327>] hcd_buffer_alloc+0x127/0x130 [usbcore]
[    3.824789]  [<ffffffffa006938e>] usb_buffer_alloc+0x1e/0x30 [usbcore]
[    3.824796]  [<ffffffffa0175ddb>] usbhid_start+0xdb/0x570 [usbhid]
[    3.824803]  [<ffffffffa01619e9>] hid_device_probe+0xc9/0x100 [hid]
[    3.824808]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    3.824813]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    3.824817]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    3.824821]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    3.824826]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    3.824830]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    3.824835]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    3.824841]  [<ffffffffa01615c5>] hid_add_device+0x95/0x120 [hid]
[    3.824846]  [<ffffffffa0174dd2>] hid_probe+0x222/0x310 [usbhid]
[    3.824859]  [<ffffffffa0074586>] usb_probe_interface+0xc6/0x180 [usbcore]
[    3.824864]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    3.824869]  [<ffffffff8041f179>] __driver_attach+0x99/0xa0
[    3.824873]  [<ffffffff8041f0e0>] ? __driver_attach+0x0/0xa0
[    3.824878]  [<ffffffff8041e864>] bus_for_each_dev+0x54/0x80
[    3.824882]  [<ffffffff8041ee1c>] driver_attach+0x1c/0x20
[    3.824886]  [<ffffffff8041e189>] bus_add_driver+0x1e9/0x260
[    3.824891]  [<ffffffff8041f41f>] driver_register+0x5f/0x140
[    3.824903]  [<ffffffffa00735d9>] usb_register_driver+0xa9/0x120 [usbcore]
[    3.824909]  [<ffffffffa017f000>] ? hid_init+0x0/0xa0 [usbhid]
[    3.824914]  [<ffffffffa017f069>] hid_init+0x69/0xa0 [usbhid]
[    3.824918]  [<ffffffff8020a03c>] do_one_initcall+0x3c/0x170
[    3.824924]  [<ffffffff802687f3>] ? __blocking_notifier_call_chain+0x63/0x80
[    3.824929]  [<ffffffff80278c52>] sys_init_module+0xb2/0x1f0
[    3.824934]  [<ffffffff802125aa>] system_call_fastpath+0x16/0x1b
[    3.824938] ---[ end trace 676db15cb1b7e0c1 ]---
[    3.824943] ------------[ cut here ]------------
[    3.824946] WARNING: at kernel/smp.c:220 smp_call_function_single+0xf6/0x100()
[    3.824950] Hardware name: OptiPlex 745                 
[    3.824953] Modules linked in: usbhid(+) hid ata_piix(+) libata r8169 mii scsi_mod tg3 libphy ehci_hcd uhci_hcd usbcore dm_mirror dm_region_hash dm_log dm_snapshot dm_mod thermal processor fan fuse
[    3.824975] Pid: 1955, comm: modprobe Tainted: G        W  2.6.28-rc7-tip #1
[    3.824979] Call Trace:
[    3.824982]  [<ffffffff8024d9bc>] warn_slowpath+0xdc/0x110
[    3.824987]  [<ffffffff80216302>] ? dump_stack+0x72/0x80
[    3.824991]  [<ffffffff80275187>] ? print_modules+0x97/0xa0
[    3.824995]  [<ffffffff8024d78e>] ? print_oops_end_marker+0x1e/0x20
[    3.824999]  [<ffffffff8024d9cf>] ? warn_slowpath+0xef/0x110
[    3.825004]  [<ffffffff80274446>] smp_call_function_single+0xf6/0x100
[    3.825009]  [<ffffffff8024b0bf>] ? __mmdrop+0x3f/0x60
[    3.825013]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    3.825017]  [<ffffffff80274614>] smp_call_function_mask+0x1c4/0x210
[    3.825052]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    3.825057]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    3.825061]  [<ffffffff802ae861>] ? get_page_from_freelist+0x4b1/0x6e0
[    3.825066]  [<ffffffff8020c8e2>] ? xen_pte_val+0x12/0x40
[    3.825070]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    3.825074]  [<ffffffff8027467b>] smp_call_function+0x1b/0x20
[    3.825079]  [<ffffffff802530cf>] on_each_cpu+0x1f/0x50
[    3.825082]  [<ffffffff80225a17>] flush_tlb_all+0x17/0x20
[    3.825087]  [<ffffffff802c7307>] __purge_vmap_area_lazy+0x127/0x180
[    3.825091]  [<ffffffff802c8816>] vm_unmap_aliases+0x166/0x180
[    3.825096]  [<ffffffff8020dbcd>] xen_create_contiguous_region+0x5d/0x110
[    3.825100]  [<ffffffff802d2378>] ? alloc_pages_current+0xa8/0x100
[    3.825105]  [<ffffffff803afbe4>] xen_alloc_coherent+0x94/0x100
[    3.825110]  [<ffffffff802cdb0f>] dma_pool_alloc+0x1af/0x2b0
[    3.825114]  [<ffffffff802c7c15>] ? vfree+0x25/0x30
[    3.825120]  [<ffffffffa0161d38>] ? hid_parse_report+0x1a8/0x210 [hid]
[    3.825124]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    3.825136]  [<ffffffffa0076327>] hcd_buffer_alloc+0x127/0x130 [usbcore]
[    3.825147]  [<ffffffffa006938e>] usb_buffer_alloc+0x1e/0x30 [usbcore]
[    3.825154]  [<ffffffffa0175ddb>] usbhid_start+0xdb/0x570 [usbhid]
[    3.825160]  [<ffffffffa01619e9>] hid_device_probe+0xc9/0x100 [hid]
[    3.825165]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    3.825169]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    3.825174]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    3.825178]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    3.825182]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    3.825186]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    3.825190]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    3.825196]  [<ffffffffa01615c5>] hid_add_device+0x95/0x120 [hid]
[    3.825201]  [<ffffffffa0174dd2>] hid_probe+0x222/0x310 [usbhid]
[    3.825213]  [<ffffffffa0074586>] usb_probe_interface+0xc6/0x180 [usbcore]
[    3.825219]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    3.825224]  [<ffffffff8041f179>] __driver_attach+0x99/0xa0
[    3.825228]  [<ffffffff8041f0e0>] ? __driver_attach+0x0/0xa0
[    3.825232]  [<ffffffff8041e864>] bus_for_each_dev+0x54/0x80
[    3.825237]  [<ffffffff8041ee1c>] driver_attach+0x1c/0x20
[    3.825241]  [<ffffffff8041e189>] bus_add_driver+0x1e9/0x260
[    3.825246]  [<ffffffff8041f41f>] driver_register+0x5f/0x140
[    3.825257]  [<ffffffffa00735d9>] usb_register_driver+0xa9/0x120 [usbcore]
[    3.825263]  [<ffffffffa017f000>] ? hid_init+0x0/0xa0 [usbhid]
[    3.825268]  [<ffffffffa017f069>] hid_init+0x69/0xa0 [usbhid]
[    3.825273]  [<ffffffff8020a03c>] do_one_initcall+0x3c/0x170
[    3.825277]  [<ffffffff802687f3>] ? __blocking_notifier_call_chain+0x63/0x80
[    3.825283]  [<ffffffff80278c52>] sys_init_module+0xb2/0x1f0
[    3.825287]  [<ffffffff802125aa>] system_call_fastpath+0x16/0x1b
[    3.828337] ---[ end trace 676db15cb1b7e0c1 ]---
[    3.834063] input: Logitech Optical USB Mouse as /devices/pci0000:00/0000:00:1a.1/usb2/2-2/2-2:1.0/input/input1
[    3.857207] generic-usb 0003:046D:C016.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-0000:00:1a.1-2/input0
[    3.857232] usbcore: registered new interface driver usbhid
[    3.860293] usbhid: v2.6:USB HID core driver
[    3.874883] ata1.00: ATA-7: ST3250820AS, 3.ADG, max UDMA/133
[    3.874889] ata1.00: 488281250 sectors, multi 8: LBA48 NCQ (depth 0/32)
[    3.936253] ata1.00: configured for UDMA/133
[    3.953074] usb 4-1: new low speed USB device using uhci_hcd and address 2
[    4.127217] usb 4-1: configuration #1 chosen from 1 choice
[    4.145187] ------------[ cut here ]------------
[    4.145193] WARNING: at kernel/smp.c:333 smp_call_function_mask+0x200/0x210()
[    4.145197] Hardware name: OptiPlex 745                 
[    4.145200] Modules linked in: usbhid hid ata_piix(+) libata r8169 mii scsi_mod tg3 libphy ehci_hcd uhci_hcd usbcore dm_mirror dm_region_hash dm_log dm_snapshot dm_mod thermal processor fan fuse
[    4.145224] Pid: 1145, comm: khubd Tainted: G        W  2.6.28-rc7-tip #1
[    4.145228] Call Trace:
[    4.145234]  [<ffffffff8024d9bc>] warn_slowpath+0xdc/0x110
[    4.145239]  [<ffffffff8020b7b0>] ? load_TLS_descriptor+0x80/0xc0
[    4.145244]  [<ffffffff8020b7b0>] ? load_TLS_descriptor+0x80/0xc0
[    4.145250]  [<ffffffff802ac7ad>] ? __rmqueue_smallest+0xed/0x180
[    4.145255]  [<ffffffff80274650>] smp_call_function_mask+0x200/0x210
[    4.145260]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    4.145264]  [<ffffffff802ae9c2>] ? get_page_from_freelist+0x612/0x6e0
[    4.145269]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    4.145273]  [<ffffffff802ae861>] ? get_page_from_freelist+0x4b1/0x6e0
[    4.145277]  [<ffffffff8020c8e2>] ? xen_pte_val+0x12/0x40
[    4.145282]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    4.145287]  [<ffffffff8027467b>] smp_call_function+0x1b/0x20
[    4.145291]  [<ffffffff802530cf>] on_each_cpu+0x1f/0x50
[    4.145295]  [<ffffffff80225a17>] flush_tlb_all+0x17/0x20
[    4.145300]  [<ffffffff802c7307>] __purge_vmap_area_lazy+0x127/0x180
[    4.145305]  [<ffffffff802c8816>] vm_unmap_aliases+0x166/0x180
[    4.145310]  [<ffffffff8020dbcd>] xen_create_contiguous_region+0x5d/0x110
[    4.145316]  [<ffffffff802d2378>] ? alloc_pages_current+0xa8/0x100
[    4.145321]  [<ffffffff803afbe4>] xen_alloc_coherent+0x94/0x100
[    4.145326]  [<ffffffff802cdb0f>] dma_pool_alloc+0x1af/0x2b0
[    4.145330]  [<ffffffff802c7c15>] ? vfree+0x25/0x30
[    4.145338]  [<ffffffffa0161d38>] ? hid_parse_report+0x1a8/0x210 [hid]
[    4.145343]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    4.145357]  [<ffffffffa0076327>] hcd_buffer_alloc+0x127/0x130 [usbcore]
[    4.145370]  [<ffffffffa006938e>] usb_buffer_alloc+0x1e/0x30 [usbcore]
[    4.145376]  [<ffffffffa0175ddb>] usbhid_start+0xdb/0x570 [usbhid]
[    4.145383]  [<ffffffffa01619e9>] hid_device_probe+0xc9/0x100 [hid]
[    4.145388]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    4.145393]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    4.145397]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    4.145401]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    4.145406]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    4.145410]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    4.145415]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    4.145420]  [<ffffffffa01615c5>] hid_add_device+0x95/0x120 [hid]
[    4.146926]  [<ffffffffa0174dd2>] hid_probe+0x222/0x310 [usbhid]
[    4.148959]  [<ffffffffa0074586>] usb_probe_interface+0xc6/0x180 [usbcore]
[    4.148959]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    4.148959]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    4.148959]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    4.148959]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    4.148959]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    4.148959]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    4.148959]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    4.148959]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    4.148959]  [<ffffffffa0071eaf>] usb_set_configuration+0x39f/0x5f0 [usbcore]
[    4.148959]  [<ffffffffa007b936>] generic_probe+0x76/0xb0 [usbcore]
[    4.148959]  [<ffffffffa00739ba>] usb_probe_device+0x3a/0x40 [usbcore]
[    4.148959]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    4.148959]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    4.148959]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    4.148959]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    4.148959]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    4.148959]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    4.148959]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    4.148959]  [<ffffffffa0073d92>] ? usb_autopm_do_device+0x92/0x120 [usbcore]
[    4.148959]  [<ffffffffa006b806>] usb_new_device+0x66/0xc0 [usbcore]
[    4.148959]  [<ffffffffa006d508>] hub_thread+0x7a8/0x1030 [usbcore]
[    4.148959]  [<ffffffff802640e0>] ? autoremove_wake_function+0x0/0x40
[    4.148959]  [<ffffffff804e80a8>] ? _spin_unlock_irqrestore+0x18/0x20
[    4.148959]  [<ffffffffa006cd60>] ? hub_thread+0x0/0x1030 [usbcore]
[    4.148959]  [<ffffffff80263b3d>] kthread+0x4d/0x80
[    4.148959]  [<ffffffff8021383a>] child_rip+0xa/0x20
[    4.148959]  [<ffffffff8021312d>] ? retint_restore_args+0x5/0x20
[    4.148959]  [<ffffffff80213830>] ? child_rip+0x0/0x20
[    4.148959] ---[ end trace 676db15cb1b7e0c1 ]---
[    4.148959] ------------[ cut here ]------------
[    4.148959] WARNING: at kernel/smp.c:220 smp_call_function_single+0xf6/0x100()
[    4.148959] Hardware name: OptiPlex 745                 
[    4.148959] Modules linked in: usbhid hid ata_piix(+) libata r8169 mii scsi_mod tg3 libphy ehci_hcd uhci_hcd usbcore dm_mirror dm_region_hash dm_log dm_snapshot dm_mod thermal processor fan fuse
[    4.148959] Pid: 1145, comm: khubd Tainted: G        W  2.6.28-rc7-tip #1
[    4.148959] Call Trace:
[    4.148959]  [<ffffffff8024d9bc>] warn_slowpath+0xdc/0x110
[    4.148959]  [<ffffffff80216302>] ? dump_stack+0x72/0x80
[    4.148959]  [<ffffffff80275187>] ? print_modules+0x97/0xa0
[    4.148959]  [<ffffffff8024d78e>] ? print_oops_end_marker+0x1e/0x20
[    4.148959]  [<ffffffff8024d9cf>] ? warn_slowpath+0xef/0x110
[    4.148959]  [<ffffffff80274446>] smp_call_function_single+0xf6/0x100
[    4.148959]  [<ffffffff8020b7b0>] ? load_TLS_descriptor+0x80/0xc0
[    4.148959]  [<ffffffff802ac7ad>] ? __rmqueue_smallest+0xed/0x180
[    4.148959]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    4.148959]  [<ffffffff80274614>] smp_call_function_mask+0x1c4/0x210
[    4.148959]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    4.148959]  [<ffffffff802ae9c2>] ? get_page_from_freelist+0x612/0x6e0
[    4.148959]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    4.148959]  [<ffffffff802ae861>] ? get_page_from_freelist+0x4b1/0x6e0
[    4.148959]  [<ffffffff8020c8e2>] ? xen_pte_val+0x12/0x40
[    4.148959]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    4.148959]  [<ffffffff8027467b>] smp_call_function+0x1b/0x20
[    4.148959]  [<ffffffff802530cf>] on_each_cpu+0x1f/0x50
[    4.148959]  [<ffffffff80225a17>] flush_tlb_all+0x17/0x20
[    4.148959]  [<ffffffff802c7307>] __purge_vmap_area_lazy+0x127/0x180
[    4.148959]  [<ffffffff802c8816>] vm_unmap_aliases+0x166/0x180
[    4.148959]  [<ffffffff8020dbcd>] xen_create_contiguous_region+0x5d/0x110
[    4.148959]  [<ffffffff802d2378>] ? alloc_pages_current+0xa8/0x100
[    4.148959]  [<ffffffff803afbe4>] xen_alloc_coherent+0x94/0x100
[    4.148959]  [<ffffffff802cdb0f>] dma_pool_alloc+0x1af/0x2b0
[    4.148959]  [<ffffffff802c7c15>] ? vfree+0x25/0x30
[    4.148959]  [<ffffffffa0161d38>] ? hid_parse_report+0x1a8/0x210 [hid]
[    4.148959]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    4.148959]  [<ffffffffa0076327>] hcd_buffer_alloc+0x127/0x130 [usbcore]
[    4.148959]  [<ffffffffa006938e>] usb_buffer_alloc+0x1e/0x30 [usbcore]
[    4.148959]  [<ffffffffa0175ddb>] usbhid_start+0xdb/0x570 [usbhid]
[    4.148959]  [<ffffffffa01619e9>] hid_device_probe+0xc9/0x100 [hid]
[    4.148959]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    4.148959]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    4.148959]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    4.148959]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    4.148959]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    4.148959]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    4.148959]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    4.148959]  [<ffffffffa01615c5>] hid_add_device+0x95/0x120 [hid]
[    4.148959]  [<ffffffffa0174dd2>] hid_probe+0x222/0x310 [usbhid]
[    4.148959]  [<ffffffffa0074586>] usb_probe_interface+0xc6/0x180 [usbcore]
[    4.148959]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    4.148959]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    4.148959]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    4.148959]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    4.148959]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    4.148959]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    4.148959]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    4.148959]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    4.148959]  [<ffffffffa0071eaf>] usb_set_configuration+0x39f/0x5f0 [usbcore]
[    4.148959]  [<ffffffffa007b936>] generic_probe+0x76/0xb0 [usbcore]
[    4.148959]  [<ffffffffa00739ba>] usb_probe_device+0x3a/0x40 [usbcore]
[    4.148959]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    4.148959]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    4.148959]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    4.148959]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    4.148959]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    4.148959]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    4.148959]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    4.148959]  [<ffffffffa0073d92>] ? usb_autopm_do_device+0x92/0x120 [usbcore]
[    4.148959]  [<ffffffffa006b806>] usb_new_device+0x66/0xc0 [usbcore]
[    4.148959]  [<ffffffffa006d508>] hub_thread+0x7a8/0x1030 [usbcore]
[    4.148959]  [<ffffffff802640e0>] ? autoremove_wake_function+0x0/0x40
[    4.148959]  [<ffffffff804e80a8>] ? _spin_unlock_irqrestore+0x18/0x20
[    4.148959]  [<ffffffffa006cd60>] ? hub_thread+0x0/0x1030 [usbcore]
[    4.148959]  [<ffffffff80263b3d>] kthread+0x4d/0x80
[    4.148959]  [<ffffffff8021383a>] child_rip+0xa/0x20
[    4.148959]  [<ffffffff8021312d>] ? retint_restore_args+0x5/0x20
[    4.148959]  [<ffffffff80213830>] ? child_rip+0x0/0x20
[    4.148959] ---[ end trace 676db15cb1b7e0c1 ]---
[    4.796228] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1d.1/usb4/4-1/4-1:1.0/input/input2
[    4.821208] generic-usb 0003:413C:2003.0002: input,hidraw1: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:1d.1-1/input0
[    5.384181] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    5.384209] ata2.01: SATA link down (SStatus 4 SControl 300)
[    5.392320] ata2.00: ATAPI: Optiarc DVD+/-RW AD-5170S, 101B, max UDMA/66
[    5.409353] ata2.00: configured for UDMA/66
[    5.410557] scsi 0:0:0:0: Direct-Access     ATA      ST3250820AS      3.AD PQ: 0 ANSI: 5
[    5.411594] scsi 1:0:0:0: CD-ROM            Optiarc  DVD+-RW AD-5170S 101B PQ: 0 ANSI: 5
[    5.411668] xen_allocate_pirq: returning irq 35 for gsi 20
[    5.411673] xen_set_ioapic_routing: irq 35 gsi 20 vector 184 ioapic 0 pin 20 triggering 0 polarity 1
[    5.411682] ata_piix 0000:00:1f.5: PCI INT C -> GSI 20 (level, low) -> IRQ 35
[    5.411687] xen: PCI device 0000:00:1f.5 pin 3 -> irq 35
[    5.411693] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[    5.564217] scsi2 : ata_piix
[    5.564291] scsi3 : ata_piix
[    5.564324] ata3: SATA max UDMA/133 cmd 0xfe40 ctl 0xfe50 bmdma 0xfed0 irq 35
[    5.564331] ata4: SATA max UDMA/133 cmd 0xfe60 ctl 0xfe70 bmdma 0xfed8 irq 35
[    5.884125] ata3: SATA link down (SStatus 0 SControl 300)
[    6.360136] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    6.384524] ata4.00: ATA-7: Hitachi HDS721075KLA330, GK8OA51D, max UDMA/133
[    6.384536] ata4.00: 1465149168 sectors, multi 8: LBA48 NCQ (depth 0/32)
[    6.400527] ata4.00: configured for UDMA/133
[    6.400646] scsi 3:0:0:0: Direct-Access     ATA      Hitachi HDS72107 GK8O PQ: 0 ANSI: 5
[    6.413330] scsi 0:0:0:0: Attached scsi generic sg0 type 0
[    6.413376] scsi 1:0:0:0: Attached scsi generic sg1 type 5
[    6.413410] scsi 3:0:0:0: Attached scsi generic sg2 type 0
[    6.435437] Driver 'sd' needs updating - please use bus_type methods
[    6.435547] sd 0:0:0:0: [sda] 488281250 512-byte hardware sectors: (250 GB/232 GiB)
[    6.435579] sd 0:0:0:0: [sda] Write Protect is off
[    6.435610] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.435683] sd 0:0:0:0: [sda] 488281250 512-byte hardware sectors: (250 GB/232 GiB)
[    6.435701] sd 0:0:0:0: [sda] Write Protect is off
[    6.435731] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.435737]  sda:<4>Driver 'sr' needs updating - please use bus_type methods
[    6.458134]  sda1 sda2 < sda5 >
[    6.477858] sd 0:0:0:0: [sda] Attached SCSI disk
[    6.477944] sd 3:0:0:0: [sdb] 1465149168 512-byte hardware sectors: (750 GB/698 GiB)
[    6.477963] sd 3:0:0:0: [sdb] Write Protect is off
[    6.477993] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.478095] sd 3:0:0:0: [sdb] 1465149168 512-byte hardware sectors: (750 GB/698 GiB)
[    6.478113] sd 3:0:0:0: [sdb] Write Protect is off
[    6.478252] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.478258]  sdb:sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[    6.482748] Uniform CD-ROM driver Revision: 3.20
[    6.496471]  sdb1
[    6.496572] sd 3:0:0:0: [sdb] Attached SCSI disk
Done.
Begin: Running /scripts/local-premount ...
19+0 records in
19+0 records out
kinit: name_to_dev_t(/dev/disk/by-uuid/ae16483f-7eb2-489d-aa20-98f1c9c302ee) = dev(8,5)
kinit: trying to resume from /dev/disk/by-uuid/ae16483f-7eb2-489d-aa20-98f1c9c302ee
[    6.809063] PM: Starting manual resume from disk
kinit: No resume image, doing normal boot...
Done.
[    6.885786] kjournald starting.  Commit interval 5 seconds
[    6.885808] EXT3-fs: mounted filesystem with ordered data mode.
Begin: Running /scripts/local-bottom ...
Done.
Done.
Begin: Running /scripts/init-bottom ...
Done.
 * Reading files needed to boot...        [ OK ]
 * Setting preliminary keymap...        [ OK ]
 * Preparing restricted drivers...        [ OK ]
 * Setting the system clock
 * Starting basic networking...        [ OK ]
 * Starting kernel event manager...        [   12.738925] udevd version 124 started
[ OK ]
 * Loading hardware drivers...        [   13.146008] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   13.169170] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   13.278995] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[   13.296094] ACPI: Power Button (FF) [PWRF]
[   13.296180] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
[   13.308079] ACPI: Power Button (CM) [VBTN]
[   13.908897] iTCO_vendor_support: vendor-support=0
[   13.946653] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.04
[   13.946835] iTCO_wdt: failed to reset NO_REBOOT flag, reboot disabled by hardware
[   13.946848] iTCO_wdt: No card detected
[   14.059717] xen_allocate_pirq: returning irq 29 for gsi 16
[   14.059729] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[   14.059738] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[   14.059744] xen: PCI device 0000:00:1b.0 pin 1 -> irq 29
[   14.134758] input: PC Speaker as /devices/platform/pcspkr/input/input5
[   14.187657] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   14.235100] device-mapper: multipath: version 1.0.5 loaded
[ OK ]
 * Setting the system clock
 * Loading kernel modules...         * Loading manual drivers...        [   16.664592] lp: driver loaded but no devices found
[ OK ]
 * Setting kernel variables (/etc/sysctl.conf)...        [ OK ]
 * Setting kernel variables (/etc/sysctl.d/10-console-messages.conf)...        [ OK ]
 * Setting kernel variables (/etc/sysctl.d/10-network-security.conf)...        [ OK ]
 * Setting kernel variables (/etc/sysctl.d/10-process-security.conf)...        error: "kernel.maps_protect" is an unknown key
[fail]
 * Setting kernel variables (/etc/sysctl.d/30-tracker.conf)...        [ OK ]
 * Activating swap...        [ OK ]
 * Checking root file system...        fsck 1.41.3 (12-Oct-2008)
/dev/sda1: clean, 633908/14639104 files, 8069926/58550892 blocks
[ OK ]
 * Checking file systems...        fsck 1.41.3 (12-Oct-2008)
[ OK ]
 * Mounting local filesystems...        [ OK ]
 * Activating swapfile swap...        [ OK ]
$Mounting securityfs on /sys/kernel/security: done.
$Loading AppArmor module: Failed.
 * Skipping firewall: ufw (not enabled)...        [ OK ]
 * Configuring network interfaces...        [ OK ]
 * Setting up console font and keymap...        [ OK ]
 * Starting system log daemon...        [ OK ]
 * Doing Wacom setup...        [ OK ]
 * Starting kernel log daemon...        [ OK ]
 * Starting system message bus dbus        [ OK ]
 * Starting Avahi mDNS/DNS-SD Daemon avahi-daemon        [ OK ]
 * Starting OpenBSD Secure Shell server sshd        [ OK ]
 * Starting Common Unix Printing System: cupsd        [ OK ]
 * Starting DenyHosts denyhosts        [ OK ]
 * Your system does not have the CPU extensions required to use KVM. Not doing anything.
 * Starting Postfix Mail Transport Agent postfix        [ OK ]
 * Starting Hardware abstraction layer hald        [ OK ]
 * Starting GNOME Display Manager...        [ OK ]
 * Starting System Tools Backends system-tools-backends        [ OK ]
 * Starting anac(h)ronistic cron anacron        [ OK ]
 * Starting deferred execution scheduler atd        [ OK ]
 * Starting periodic command scheduler crond        [ OK ]
 * Enabling additional executable binary formats binfmt-support        [ OK ]
 * Checking battery state...        [ OK ]
 * Stopping GNOME Display Manager...        [ OK ]
 * Stopping DenyHosts denyhosts        [ OK ]
 * Stopping Postfix Mail Transport Agent postfix        [ OK ]
 * Saving the system clock
 * Stopping firewall: ufw...        [ OK ]
 * Shutting down ALSA...        [ OK ]
 * Stopping bluetooth        [ OK ]
 * Stopping Avahi mDNS/DNS-SD Daemon avahi-daemon        [ OK ]
 * Asking all remaining processes to terminate...        [ OK ]
 * All processes ended within 2 seconds....        [ OK ]
 * Deconfiguring network interfaces...        [ OK ]
 * Deactivating swap...        [ OK ]
 * Unmounting local filesystems...        [ OK ]
 * Will now restart
[   77.576654] Restarting system.
(XEN) Domain 0 shutdown: rebooting machine.

[-- Attachment #3: xenboot-sata-legacy --]
[-- Type: application/octet-stream, Size: 74756 bytes --]

 __  __            _____ _  _                      _        _     _      
 \ \/ /___ _ __   |___ /| || |     _   _ _ __  ___| |_ __ _| |__ | | ___ 
  \  // _ \ '_ \    |_ \| || |_ __| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
  /  \  __/ | | |  ___) |__   _|__| |_| | | | \__ \ || (_| | |_) | |  __/
 /_/\_\___|_| |_| |____(_) |_|     \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
                                                                         
(XEN) Xen version 3.4-unstable (deshantm@) (gcc version 4.2.4 (Ubuntu 4.2.4-3ubuntu4)) Wed Nov 26 16:27:34 EST 2008
(XEN) Latest ChangeSet: Wed Nov 19 19:13:22 2008 +0000 18796:98d48f7680db
(XEN) Command line: loglvl=all guest_loglvl=all com1=115200,8n1 console=com1 mem=3G 
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN)  Found 2 MBR signatures
(XEN)  Found 2 EDD information structures
(XEN) Truncating memory map to 3145728kB
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 000000000009fc00 (usable)
(XEN)  00000000000f0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 00000000c0000000 (usable)
(XEN) System RAM: 3071MB (3145340kB)
(XEN) ACPI: RSDP 000FEBF0, 0024 (r2 DELL  )
(XEN) ACPI: XSDT 000FCE97, 0084 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: FACP 000FCFBF, 00F4 (r3 DELL    B8K           15 ASL        61)
(XEN) ACPI: DSDT FFF68960, 475F (r1   DELL    dt_ex     1000 INTL 20050624)
(XEN) ACPI: FACS CFDFFC00, 0040
(XEN) ACPI: SSDT FFF6D397, 009A (r1   DELL    st_ex     1000 INTL 20050624)
(XEN) ACPI: APIC 000FD0B3, 0092 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: BOOT 000FD145, 0028 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: ASF! 000FD16D, 0092 (r32 DELL    B8K           15 ASL        61)
(XEN) ACPI: MCFG 000FD1FF, 003E (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: HPET 000FD23D, 0038 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: TCPA 000FD499, 0032 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: SLIC 000FD275, 0176 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: SSDT CFDFFC40, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CFE00049, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CFE00452, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
(XEN) NUMA turned off
(XEN) Faking a node at 0000000000000000-00000000c0000000
(XEN) Xen heap: 14MB (14664kB)
(XEN) Domain heap initialised
(XEN) found SMP MP-table at 000fe710
(XEN) DMI 2.3 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x808
(XEN) ACPI: ACPI SLEEP INFO: pm1x_cnt[804,0], pm1x_evt[800,0]
(XEN) ACPI:                  wakeup_vec[cfdffc0c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) Processor #0 6:15 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
(XEN) Processor #1 6:15 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
(XEN) ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
(XEN) ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) ACPI: HPET id: 0x8086a201 base: 0xfed00000
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Initializing CPU#0
(XEN) Detected 2394.058 MHz processor.
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 4096K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 0
(XEN) HVM: VMX enabled
(XEN) CPU0: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
(XEN) Booting processor 1/1 eip 8c000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 4096K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) CPU1: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
(XEN) Total of 2 processors activated.
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using new ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) checking TSC synchronization across 2 CPUs: passed.
(XEN) Platform timer is 14.318MHz HPET
(XEN) Brought up 2 CPUs
(XEN) I/O virtualisation disabled
(XEN) ACPI sleep modes: S3
(XEN) MCA: Machine check polling timer started.
(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x200000 -> 0x8797bc
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000090000000->00000000a0000000 (673519 pages to be allocated)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff80200000->ffffffff808797bc
(XEN)  Init. ramdisk: ffffffff8087a000->ffffffff8c71aa00
(XEN)  Phys-Mach map: ffffffff8c71b000->ffffffff8ccbe778
(XEN)  Start info:    ffffffff8ccbf000->ffffffff8ccbf4a4
(XEN)  Page tables:   ffffffff8ccc0000->ffffffff8cd2b000
(XEN)  Boot stack:    ffffffff8cd2b000->ffffffff8cd2c000
(XEN)  TOTAL:         ffffffff80000000->ffffffff8d000000
(XEN)  ENTRY ADDRESS: ffffffff806d8200
(XEN) Dom0 has maximum 2 VCPUs
(XEN) Scrubbing Free RAM: .done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 108kB init memory.
mapping kernel into physical memory
Xen: setup ISA identity maps
about to get started...
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.28-rc7-tip (deshantm@vt) (gcc version 4.2.4 (Ubuntu 4.2.4-3ubuntu4)) #1 SMP Wed Dec 10 17:01:24 EST 2008
[    0.000000] Command line: root=/dev/sda1 ro console=hvc0 earlyprintk=xen xencons=ttyS0,115200 pci=nomsi
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  Xen: 0000000000000000 - 00000000000a0000 (usable)
[    0.000000]  Xen: 00000000000a0000 - 0000000000100000 (reserved)
[    0.000000]  Xen: 0000000000100000 - 000000000c71b000 (usable)
[    0.000000]  Xen: 000000000c71b000 - 000000000ccc0000 (reserved)
[    0.000000]  Xen: 000000000ccc0000 - 00000000b46ef000 (usable)
[    0.000000] console [xenboot0] enabled
[    0.000000] DMI 2.3 present.
[    0.000000] last_pfn = 0xb46ef max_arch_pfn = 0x3ffffffff
[    0.000000] init_memory_mapping: 0000000000000000-00000000b46ef000
[    0.000000] last_map_addr: b46ef000 end: b46ef000
[    0.000000] RAMDISK: 0087a000 - 0c71aa00
[    0.000000] ACPI: RSDP 000FEBF0, 0024 (r2 DELL  )
[    0.000000] ACPI: XSDT 000FCE97, 0084 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: FACP 000FCFBF, 00F4 (r3 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: DSDT FFF68960, 475F (r1   DELL    dt_ex     1000 INTL 20050624)
[    0.000000] ACPI: FACS CFDFFC00, 0040
[    0.000000] ACPI: SSDT FFF6D397, 009A (r1   DELL    st_ex     1000 INTL 20050624)
[    0.000000] ACPI: APIC 000FD0B3, 0092 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: BOOT 000FD145, 0028 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: ASF! 000FD16D, 0092 (r32 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: MCFG 000FD1FF, 003E (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: HPET 000FD23D, 0038 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: TCPA 000FD499, 0032 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: SLIC 000FD275, 0176 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: SSDT CFDFFC40, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CFE00049, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CFE00452, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-00000000b46ef000
[    0.000000] Bootmem setup node 0 0000000000000000-00000000b46ef000
[    0.000000]   NODE_DATA [0000000000001000 - 0000000000005fff]
[    0.000000]   bootmap [0000000000008000 -  000000000001e8df] pages 17
[    0.000000] (6 early reservations) ==> bootmem [0000000000 - 00b46ef000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [000ccc0000 - 000cd2b000]   XEN PAGETABLES ==> [000ccc0000 - 000cd2b000]
[    0.000000]   #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #3 [0000200000 - 00008797bc]    TEXT DATA BSS ==> [0000200000 - 00008797bc]
[    0.000000]   #4 [000087a000 - 000c71aa00]          RAMDISK ==> [000087a000 - 000c71aa00]
[    0.000000]   #5 [000cd2b000 - 000d265000]          PGTABLE ==> [000cd2b000 - 000d265000]
[    0.000000] found SMP MP-table at [ffff8800000fe710] 000fe710
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00100000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x000000a0
[    0.000000]     0: 0x00000100 -> 0x0000c71b
[    0.000000]     0: 0x0000ccc0 -> 0x000b46ef
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x05] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 0, 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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
(XEN) io_apic.c:2203: 
(XEN) ioapic_guest_write: apic=0, pin=2, old_irq=0, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f0, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
(XEN) io_apic.c:2203: 
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 000000000c71b000 - 000000000ccc0000
[    0.000000] Allocating PCI resources starting at b8000000 (gap: b46ef000:4b911000)
[    0.000000] PERCPU: Allocating 57344 bytes of per cpu data
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 725747
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/sda1 ro console=hvc0 earlyprintk=xen xencons=ttyS0,115200 pci=nomsi
[    0.000000] Initializing CPU#0
[    0.000000] xen: allocated irq 9 for acpi 9
[    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[    0.000000] Detected 2394.058 MHz processor.
[    0.004000] Console: colour dummy device 80x25
[    0.004000] console handover: boot [xenboot0] -> real [hvc0]
[    0.004000] allocated 30146560 bytes of page_cgroup
[    0.004000] please try cgroup_disable=memory option if you don't want
[    0.004000] Checking aperture...
[    0.004000] No AGP bridge found
[    0.004000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.004000] Placing 64MB software IO TLB between ffff88001187e000 - ffff88001587dfff
[    0.004000] software IO TLB at phys 0x1187e000 - 0x1587dfff bus 0x1c0000 - 0x7f3ffff
[    0.004000] Memory: 2605160k/2956220k available (3005k kernel code, 6164k absent, 344896k reserved, 1701k data, 568k init)
[    0.004000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.004000] installing Xen timer for CPU 0
[    0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4788.11 BogoMIPS (lpj=9576232)
[    0.004000] Security Framework initialized
[    0.004000] SELinux:  Disabled at boot.
[    0.004000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.004000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.004000] Mount-cache hash table entries: 256
[    0.004047] Initializing cgroup subsys ns
[    0.004053] Initializing cgroup subsys cpuacct
[    0.004057] Initializing cgroup subsys memory
[    0.004084] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.004088] CPU: L2 cache: 4096K
[    0.004092] CPU 0/0x0 -> Node 0
[    0.004096] CPU: Physical Processor ID: 0
[    0.004098] CPU: Processor Core ID: 0
[    0.004116] SMP alternatives: switching to UP code
[    0.028491] ACPI: Core revision 20080926
[    0.237117] cpu 0 spinlock event irq 17
[    0.237642] installing Xen timer for CPU 1
[    0.237660] cpu 1 spinlock event irq 23
[    0.237687] SMP alternatives: switching to SMP code
[    0.000008] Initializing CPU#1
[    0.000050] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.000052] CPU: L2 cache: 4096K
[    0.000054] CPU 1/0x0 -> Node 0
[    0.000056] CPU: Physical Processor ID: 0
[    0.000057] CPU: Processor Core ID: 0
[    0.267468] Brought up 2 CPUs
[    0.267779] net_namespace: 1400 bytes
[    0.267785] Booting paravirtualized kernel on Xen
[    0.267789] Xen version: 3.4-unstable (preserve-AD) (dom0)
[    0.271284] Grant table initialized
[    0.271315] Time: 19:53:17  Date: 12/11/08
[    0.271342] NET: Registered protocol family 16
[    0.271583] xenbus_probe_init ok
[    0.271816] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.271821] ACPI: bus type pci registered
[    0.271925] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.271930] PCI: Not using MMCONFIG.
[    0.271933] PCI: Using configuration type 1 for base access
[    0.327130] ACPI: BIOS _OSI(Linux) query ignored
[    0.349395] ACPI: Interpreter enabled
[    0.349400] ACPI: (supports S0 S3 S4 S5)
[    0.349418] ACPI: Using IOAPIC for interrupt routing
[    0.349529] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.417403] PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
[    0.464144] PCI: Using MMCONFIG at e0000000 - efffffff
[    0.562364] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[    0.562381] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.562412] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.562412] pci 0000:00:01.0: PME# disabled
[    0.562412] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.562412] pci 0000:00:1a.7: PME# disabled
[    0.562412] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.562412] pci 0000:00:1b.0: PME# disabled
[    0.562412] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.562412] pci 0000:00:1c.0: PME# disabled
[    0.562412] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.562412] pci 0000:00:1c.4: PME# disabled
[    0.562412] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.562412] pci 0000:00:1d.7: PME# disabled
[    0.564123] pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
[    0.564130] pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO
[    0.564258] pci 0000:00:1f.2: PME# supported from D3hot
[    0.564264] pci 0000:00:1f.2: PME# disabled
[    0.564454] pci 0000:00:1f.5: PME# supported from D3hot
[    0.564460] pci 0000:00:1f.5: PME# disabled
[    0.565001] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.565009] pci 0000:03:00.0: PME# disabled
[    0.565221] pci 0000:04:02.0: PME# supported from D1 D2 D3hot D3cold
[    0.565229] pci 0000:04:02.0: PME# disabled
[    0.565299] pci 0000:00:1e.0: transparent bridge
[    1.552604] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
[    1.553432] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    1.554238] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 9 10 11 12 15)
[    1.555017] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    1.556429] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    1.557205] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    1.558011] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    1.558823] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 9 10 11 12 15)
[    1.559086] ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] - 00, should be 88 [20080926]
[    1.559086] xen_balloon: Initialising balloon driver.
[    1.559086] PCI: Using ACPI for IRQ routing
[    1.576019] NET: Registered protocol family 8
[    1.576024] NET: Registered protocol family 20
[    1.576049] NetLabel: Initializing
[    1.576049] NetLabel:  domain hash size = 128
[    1.576049] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.576049] NetLabel:  unlabeled traffic allowed by default
[    1.576049] Xen: Initializing Xen DMA ops
[    1.576049] Xen: Enabling DMA fallback to swiotlb
[    1.576072] PCI-GART: No AMD GART found.
[    1.592160] pnp: PnP ACPI init
[    1.592172] ACPI: bus type pnp registered
[    1.604773] pnp 00:01: io resource (0x800-0x85f) overlaps 0000:00:1f.0 BAR 7 (0x800-0x87f), disabling
[    1.604779] pnp 00:01: io resource (0x860-0x8ff) overlaps 0000:00:1f.0 BAR 7 (0x800-0x87f), disabling
[    1.605090] system 00:01: ioport range 0xc00-0xc7f has been reserved
[    1.605713] xen_set_ioapic_routing: irq 13 gsi 13 vector 112 ioapic 0 pin 13 triggering 1 polarity 0
[    1.606275] xen_set_ioapic_routing: irq 8 gsi 8 vector 72 ioapic 0 pin 8 triggering 1 polarity 0
[    1.622772] xen_set_ioapic_routing: irq 4 gsi 4 vector 241 ioapic 0 pin 4 triggering 1 polarity 0
(XEN) io_apic.c:2216: 
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=4
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=000189f1
(XEN) ioapic_guest_write: Attempt to modify IO-APIC pin for in-use IRQ!
[    1.645836] system 00:07: iomem range 0x0-0x9ffff could not be reserved
[    1.645842] system 00:07: iomem range 0x100000-0xffffff could not be reserved
[    1.645846] system 00:07: iomem range 0x1000000-0xcfdffbff could not be reserved
[    1.645851] system 00:07: iomem range 0xf0000-0xfffff could not be reserved
[    1.645855] system 00:07: iomem range 0xc0000-0xcffff could not be reserved
[    1.645859] system 00:07: iomem range 0xfec00000-0xfecfffff has been reserved
[    1.645864] system 00:07: iomem range 0xfee00000-0xfeefffff has been reserved
[    1.645868] system 00:07: iomem range 0xffb00000-0xffbfffff has been reserved
[    1.645873] system 00:07: iomem range 0xffc00000-0xffffffff has been reserved
[    1.650184] system 00:08: ioport range 0x100-0x1fe could not be reserved
[    1.650189] system 00:08: ioport range 0x200-0x277 has been reserved
[    1.650193] system 00:08: ioport range 0x280-0x2e7 has been reserved
[    1.650197] system 00:08: ioport range 0x2f0-0x2f7 has been reserved
[    1.650201] system 00:08: ioport range 0x300-0x377 could not be reserved
[    1.650205] system 00:08: ioport range 0x380-0x3bb has been reserved
[    1.650210] system 00:08: ioport range 0x3c0-0x3e7 has been reserved
[    1.650214] system 00:08: ioport range 0x3f6-0x3f7 could not be reserved
[    1.650218] system 00:08: ioport range 0x400-0x4cf has been reserved
[    1.650223] system 00:08: ioport range 0x4d2-0x57f has been reserved
[    1.650227] system 00:08: ioport range 0x580-0x677 has been reserved
[    1.650231] system 00:08: ioport range 0x680-0x777 has been reserved
[    1.650235] system 00:08: ioport range 0x780-0x7bb has been reserved
[    1.650239] system 00:08: ioport range 0x7c0-0x7ff has been reserved
[    1.650243] system 00:08: ioport range 0x8e0-0x8ff has been reserved
[    1.650247] system 00:08: ioport range 0x900-0x9fe has been reserved
[    1.650251] system 00:08: ioport range 0xa00-0xafe has been reserved
[    1.650255] system 00:08: ioport range 0xb00-0xbfe has been reserved
[    1.650259] system 00:08: ioport range 0xc80-0xcaf has been reserved
[    1.650264] system 00:08: ioport range 0xcc0-0xcf7 has been reserved
[    1.650268] system 00:08: ioport range 0xd00-0xdfe has been reserved
[    1.650272] system 00:08: ioport range 0xe00-0xefe has been reserved
[    1.650276] system 00:08: ioport range 0xf00-0xffe has been reserved
[    1.650280] system 00:08: ioport range 0x2000-0x20fe has been reserved
[    1.650284] system 00:08: ioport range 0x2100-0x21fe has been reserved
[    1.650289] system 00:08: ioport range 0x2200-0x22fe has been reserved
[    1.650293] system 00:08: ioport range 0x2300-0x23fe has been reserved
[    1.650297] system 00:08: ioport range 0x2400-0x24fe has been reserved
[    1.650301] system 00:08: ioport range 0x2500-0x25fe has been reserved
[    1.650305] system 00:08: ioport range 0x2600-0x26fe has been reserved
[    1.650310] system 00:08: ioport range 0x2700-0x27fe has been reserved
[    1.650314] system 00:08: ioport range 0x2800-0x28fe has been reserved
[    1.650318] system 00:08: ioport range 0x2900-0x29fe has been reserved
[    1.650323] system 00:08: ioport range 0x2a00-0x2afe has been reserved
[    1.650327] system 00:08: ioport range 0x2b00-0x2bfe has been reserved
[    1.650331] system 00:08: ioport range 0x2c00-0x2cfe has been reserved
[    1.650335] system 00:08: ioport range 0x2d00-0x2dfe has been reserved
[    1.650340] system 00:08: ioport range 0x2e00-0x2efe has been reserved
[    1.650344] system 00:08: ioport range 0x2f00-0x2ffe has been reserved
[    1.650348] system 00:08: ioport range 0x5000-0x50fe has been reserved
[    1.650353] system 00:08: ioport range 0x5100-0x51fe has been reserved
[    1.650357] system 00:08: ioport range 0x5200-0x52fe has been reserved
[    1.650361] system 00:08: ioport range 0x5300-0x53fe has been reserved
[    1.650366] system 00:08: ioport range 0x5400-0x54fe has been reserved
[    1.650370] system 00:08: ioport range 0x5500-0x55fe has been reserved
[    1.650375] system 00:08: ioport range 0x5600-0x56fe has been reserved
[    1.650379] system 00:08: ioport range 0x5700-0x57fe has been reserved
[    1.650383] system 00:08: ioport range 0x5800-0x58fe has been reserved
[    1.650388] system 00:08: ioport range 0x5900-0x59fe has been reserved
[    1.650392] system 00:08: ioport range 0x5a00-0x5afe has been reserved
[    1.650399] system 00:08: ioport range 0x5b00-0x5bfe has been reserved
[    1.650404] system 00:08: ioport range 0x5c00-0x5cfe has been reserved
[    1.650408] system 00:08: ioport range 0x5d00-0x5dfe has been reserved
[    1.650412] system 00:08: ioport range 0x5e00-0x5efe has been reserved
[    1.650417] system 00:08: ioport range 0x5f00-0x5ffe has been reserved
[    1.650421] system 00:08: ioport range 0x6000-0x60fe has been reserved
[    1.650426] system 00:08: ioport range 0x6100-0x61fe has been reserved
[    1.650430] system 00:08: ioport range 0x6200-0x62fe has been reserved
[    1.650435] system 00:08: ioport range 0x6300-0x63fe has been reserved
[    1.650439] system 00:08: ioport range 0x6400-0x64fe has been reserved
[    1.650443] system 00:08: ioport range 0x6500-0x65fe has been reserved
[    1.650448] system 00:08: ioport range 0x6600-0x66fe has been reserved
[    1.650453] system 00:08: ioport range 0x6700-0x67fe has been reserved
[    1.650457] system 00:08: ioport range 0x6800-0x68fe has been reserved
[    1.650461] system 00:08: ioport range 0x6900-0x69fe has been reserved
[    1.650466] system 00:08: ioport range 0x6a00-0x6afe has been reserved
[    1.650470] system 00:08: ioport range 0x6b00-0x6bfe has been reserved
[    1.650475] system 00:08: ioport range 0x6c00-0x6cfe has been reserved
[    1.650479] system 00:08: ioport range 0x6d00-0x6dfe has been reserved
[    1.650484] system 00:08: ioport range 0x6e00-0x6efe has been reserved
[    1.650488] system 00:08: ioport range 0x6f00-0x6ffe has been reserved
[    1.650493] system 00:08: ioport range 0xa000-0xa0fe has been reserved
[    1.650497] system 00:08: ioport range 0xa100-0xa1fe has been reserved
[    1.650502] system 00:08: ioport range 0xa200-0xa2fe has been reserved
[    1.650506] system 00:08: ioport range 0xa300-0xa3fe has been reserved
[    1.650510] system 00:08: ioport range 0xa400-0xa4fe has been reserved
[    1.650515] system 00:08: ioport range 0xa500-0xa5fe has been reserved
[    1.650520] system 00:08: ioport range 0xa600-0xa6fe has been reserved
[    1.650524] system 00:08: ioport range 0xa700-0xa7fe has been reserved
[    1.650529] system 00:08: ioport range 0xa800-0xa8fe has been reserved
[    1.650533] system 00:08: ioport range 0xa900-0xa9fe has been reserved
[    1.650540] system 00:08: ioport range 0xaa00-0xaafe has been reserved
[    1.650572] system 00:08: ioport range 0xab00-0xabfe has been reserved
[    1.650577] system 00:08: ioport range 0xac00-0xacfe has been reserved
[    1.651955] system 00:08: ioport range 0xad00-0xadfe has been reserved
[    1.658890] system 00:08: ioport range 0xae00-0xaefe has been reserved
[    1.665808] system 00:08: ioport range 0xaf00-0xaffe has been reserved
[    1.672729] system 00:08: iomem range 0xe0000000-0xefffffff has been reserved
[    1.679651] system 00:08: iomem range 0xfeda0000-0xfedacfff has been reserved
[    1.688295] pnp: PnP ACPI: found 10 devices
[    1.690725] ACPI: ACPI bus type pnp unregistered
[    1.701388] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    1.701806] pci 0000:00:01.0:   IO window: 0xd000-0xdfff
[    1.707351] pci 0000:00:01.0:   MEM window: 0xfe900000-0xfeafffff
[    1.712889] pci 0000:00:01.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
[    1.721199] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[    1.726731] pci 0000:00:1c.0:   IO window: disabled
[    1.732276] pci 0000:00:1c.0:   MEM window: 0xfe800000-0xfe8fffff
[    1.737815] pci 0000:00:1c.0:   PREFETCH window: disabled
[    1.743355] pci 0000:00:1c.4: PCI bridge, secondary bus 0000:03
[    1.750271] pci 0000:00:1c.4:   IO window: disabled
[    1.754431] pci 0000:00:1c.4:   MEM window: 0xfe700000-0xfe7fffff
[    1.759969] pci 0000:00:1c.4:   PREFETCH window: disabled
[    1.765511] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:04
[    1.772429] pci 0000:00:1e.0:   IO window: 0xc000-0xcfff
[    1.776586] pci 0000:00:1e.0:   MEM window: 0xfe500000-0xfe6fffff
[    1.783509] pci 0000:00:1e.0:   PREFETCH window: 0x000000b8000000-0x000000b80fffff
[    1.790466] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    1.800124] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[    1.807046] xen: PCI device 0000:00:01.0 pin 1 -> irq 29
[    1.811215] xen_allocate_pirq: returning irq 29 for gsi 16
[    1.816740] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    1.826432] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[    1.833353] xen: PCI device 0000:00:1c.0 pin 1 -> irq 29
[    1.838908] xen_allocate_pirq: returning irq 29 for gsi 16
[    1.844434] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    1.854126] pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[    1.859663] xen: PCI device 0000:00:1c.4 pin 1 -> irq 29
[    1.865220] bus: 00 index 0 io port: [0x00-0xffff]
[    1.870740] bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
[    1.877665] bus: 01 index 0 io port: [0xd000-0xdfff]
[    1.881817] bus: 01 index 1 mmio: [0xfe900000-0xfeafffff]
[    1.887357] bus: 01 index 2 mmio: [0xd0000000-0xdfffffff]
[    1.891512] bus: 01 index 3 mmio: [0x0-0x0]
[    1.895664] bus: 02 index 0 mmio: [0x0-0x0]
[    1.899820] bus: 02 index 1 mmio: [0xfe800000-0xfe8fffff]
[    1.906742] bus: 02 index 2 mmio: [0x0-0x0]
[    1.909512] bus: 02 index 3 mmio: [0x0-0x0]
[    1.915052] bus: 03 index 0 mmio: [0x0-0x0]
[    1.919205] bus: 03 index 1 mmio: [0xfe700000-0xfe7fffff]
[    1.924744] bus: 03 index 2 mmio: [0x0-0x0]
[    1.928897] bus: 03 index 3 mmio: [0x0-0x0]
[    1.933052] bus: 04 index 0 io port: [0xc000-0xcfff]
[    1.938591] bus: 04 index 1 mmio: [0xfe500000-0xfe6fffff]
[    1.942744] bus: 04 index 2 mmio: [0xb8000000-0xb80fffff]
[    1.948284] bus: 04 index 3 io port: [0x00-0xffff]
[    1.953821] bus: 04 index 4 mmio: [0x000000-0xffffffffffffffff]
[    1.960754] NET: Registered protocol family 2
[    2.004356] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    2.006124] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    2.010100] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    2.010622] TCP: Hash tables configured (established 524288 bind 65536)
[    2.010627] TCP reno registered
[    2.020182] NET: Registered protocol family 1
[    2.020350] checking if image is initramfs... it is
[    2.172744] Freeing initrd memory: 195202k freed
[    2.281140] Simple Boot Flag at 0x7a set to 0x1
[    2.282224] audit: initializing netlink socket (disabled)
[    2.282246] type=2000 audit(1229025200.060:1): initialized
[    2.287964] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.290396] VFS: Disk quotas dquot_6.5.1
[    2.290476] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.290585] msgmni has been set to 6155
[    2.290782] alg: No test for stdrng (krng)
[    2.290798] io scheduler noop registered
[    2.290801] io scheduler anticipatory registered
[    2.290805] io scheduler deadline registered
[    2.290918] io scheduler cfq registered (default)
[    2.291282] pcieport-driver 0000:00:01.0: found MSI capability
[    2.291488] pcieport-driver 0000:00:1c.0: found MSI capability
[    2.291746] pcieport-driver 0000:00:1c.4: found MSI capability
[    2.292320] xenbus_probe_backend_init bus registered ok
[    2.292384] Event-channel device installed.
[    2.292387] ***blkif_init
[    2.327318] hpet_acpi_add: no address or irqs in _CRS
[    2.327372] Linux agpgart interface v0.103
[    2.327378] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
[    2.329956] brd: module loaded
[    2.330020] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[    2.330178] PNP: No PS/2 controller found. Probing ports directly.
[    2.332324] i8042: probe of i8042 failed with error -38
[    2.345276] mice: PS/2 mouse device common for all mice
[    2.345357] rtc_cmos 00:05: RTC can wake from S4
[    2.345434] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    2.345472] rtc0: alarms up to one day, 242 bytes nvram
[    2.345519] cpuidle: using governor ladder
[    2.345522] cpuidle: using governor menu
[    2.345853] TCP cubic registered
[    2.345871] IO APIC resources could be not be allocated.
[    2.346056] registered taskstats version 1
[    2.346165]   Magic number: 4:219:900
[    2.346217] tty ptyvd: hash matches
[    2.346253] acpi PNP0501:00: hash matches
[    2.346297] rtc_cmos 00:05: setting system clock to 2008-12-11 19:53:19 UTC (1229025199)
[    2.346302] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.346306] EDD information not available.
[    2.346327] Freeing unused kernel memory: 568k freed
[    2.346546] Write protecting the kernel read-only data: 4316k
Loading, please wait...
Couldnt get a file descriptor referring to the console
Begin: Loading essential drivers... ...
[    2.438629] fuse init (API version 7.10)
[    2.471055] device-mapper: uevent: version 1.0.3
[    2.471269] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
Done.
Begin: Running /scripts/init-premount ...
Done.
Begin: Mounting root file system... ...
Begin: Running /scripts/local-top ...
Done.
Begin: Waiting for root file system... ...
[    2.720804] usbcore: registered new interface driver usbfs
[    2.720828] usbcore: registered new interface driver hub
[    2.720903] usbcore: registered new device driver usb
[    2.723597] uhci_hcd: USB Universal Host Controller Interface driver
[    2.723647] xen_allocate_pirq: returning irq 29 for gsi 16
[    2.723652] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    2.723661] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[    2.723666] xen: PCI device 0000:00:1a.0 pin 1 -> irq 29
[    2.723683] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    2.723759] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    2.723807] uhci_hcd 0000:00:1a.0: irq 29, io base 0x0000ff20
[    2.723950] usb usb1: configuration #1 chosen from 1 choice
[    2.723974] hub 1-0:1.0: USB hub found
[    2.723988] hub 1-0:1.0: 2 ports detected
[    2.724201] xen_set_ioapic_routing: irq 31 gsi 17 vector 152 ioapic 0 pin 17 triggering 0 polarity 1
[    2.724210] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 17 (level, low) -> IRQ 31
[    2.724215] xen: PCI device 0000:00:1a.1 pin 2 -> irq 31
[    2.724228] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    2.724248] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
[    2.724287] uhci_hcd 0000:00:1a.1: irq 31, io base 0x0000ff00
[    2.724379] usb usb2: configuration #1 chosen from 1 choice
[    2.724401] hub 2-0:1.0: USB hub found
[    2.724414] hub 2-0:1.0: 2 ports detected
[    2.724547] xen_set_ioapic_routing: irq 32 gsi 23 vector 160 ioapic 0 pin 23 triggering 0 polarity 1
[    2.724554] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 32
[    2.724559] xen: PCI device 0000:00:1d.0 pin 1 -> irq 32
[    2.724572] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    2.724595] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 3
[    2.724633] uhci_hcd 0000:00:1d.0: irq 32, io base 0x0000ff80
[    2.724722] usb usb3: configuration #1 chosen from 1 choice
[    2.724796] hub 3-0:1.0: USB hub found
[    2.724811] hub 3-0:1.0: 2 ports detected
[    2.724907] xen_allocate_pirq: returning irq 31 for gsi 17
[    2.724912] xen_set_ioapic_routing: irq 31 gsi 17 vector 152 ioapic 0 pin 17 triggering 0 polarity 1
[    2.724919] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 31
[    2.724924] xen: PCI device 0000:00:1d.1 pin 2 -> irq 31
[    2.724936] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    2.724955] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 4
[    2.724987] uhci_hcd 0000:00:1d.1: irq 31, io base 0x0000ff60
[    2.725108] usb usb4: configuration #1 chosen from 1 choice
[    2.725134] hub 4-0:1.0: USB hub found
[    2.725146] hub 4-0:1.0: 2 ports detected
[    2.725264] xen_set_ioapic_routing: irq 33 gsi 18 vector 168 ioapic 0 pin 18 triggering 0 polarity 1
[    2.725271] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 33
[    2.725276] xen: PCI device 0000:00:1d.2 pin 3 -> irq 33
[    2.725289] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    2.725309] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 5
[    2.725348] uhci_hcd 0000:00:1d.2: irq 33, io base 0x0000ff40
[    2.725443] usb usb5: configuration #1 chosen from 1 choice
[    2.725469] hub 5-0:1.0: USB hub found
[    2.725485] hub 5-0:1.0: 2 ports detected
[    2.728264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.728270] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
[    2.728325] xen_set_ioapic_routing: irq 34 gsi 22 vector 176 ioapic 0 pin 22 triggering 0 polarity 1
[    2.728334] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 34
[    2.728339] xen: PCI device 0000:00:1a.7 pin 3 -> irq 34
[    2.728511] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    2.728540] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 6
[    2.732464] ehci_hcd 0000:00:1a.7: debug port 1
[    2.732493] ehci_hcd 0000:00:1a.7: irq 34, io mem 0xfebfbc00
[    2.757899] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    2.758023] usb usb6: configuration #1 chosen from 1 choice
[    2.758058] hub 6-0:1.0: USB hub found
[    2.758239] ------------[ cut here ]------------
[    2.758243] WARNING: at kernel/smp.c:333 smp_call_function_mask+0x200/0x210()
[    2.758248] Hardware name: OptiPlex 745                 
[    2.758251] Modules linked in: libphy ehci_hcd(+) uhci_hcd usbcore dm_mirror dm_region_hash dm_log dm_snapshot dm_mod thermal processor fan fuse
[    2.758267] Pid: 1140, comm: modprobe Not tainted 2.6.28-rc7-tip #1
[    2.758271] Call Trace:
[    2.758276]  [<ffffffff8024d9bc>] warn_slowpath+0xdc/0x110
[    2.758282]  [<ffffffff80396e9d>] ? string+0x3d/0xd0
[    2.758287]  [<ffffffff80274650>] smp_call_function_mask+0x200/0x210
[    2.758291]  [<ffffffff8039663e>] ? number+0x2ae/0x2d0
[    2.758296]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    2.758301]  [<ffffffff802ae861>] ? get_page_from_freelist+0x4b1/0x6e0
[    2.758335]  [<ffffffff8020c8e2>] ? xen_pte_val+0x12/0x40
[    2.758340]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    2.758344]  [<ffffffff8027467b>] smp_call_function+0x1b/0x20
[    2.758349]  [<ffffffff802530cf>] on_each_cpu+0x1f/0x50
[    2.758353]  [<ffffffff80225a17>] flush_tlb_all+0x17/0x20
[    2.758358]  [<ffffffff802c7307>] __purge_vmap_area_lazy+0x127/0x180
[    2.758363]  [<ffffffff802c8816>] vm_unmap_aliases+0x166/0x180
[    2.758368]  [<ffffffff8020dbcd>] xen_create_contiguous_region+0x5d/0x110
[    2.760058]  [<ffffffff802d2378>] ? alloc_pages_current+0xa8/0x100
[    2.760058]  [<ffffffff803afbe4>] xen_alloc_coherent+0x94/0x100
[    2.760058]  [<ffffffff802cdb0f>] dma_pool_alloc+0x1af/0x2b0
[    2.760058]  [<ffffffff802f813c>] ? ifind+0xbc/0xc0
[    2.760058]  [<ffffffffa0076327>] hcd_buffer_alloc+0x127/0x130 [usbcore]
[    2.760058]  [<ffffffffa006938e>] usb_buffer_alloc+0x1e/0x30 [usbcore]
[    2.760058]  [<ffffffffa006c60b>] hub_probe+0x1bb/0x760 [usbcore]
[    2.760058]  [<ffffffff804e6771>] ? mutex_lock+0x11/0x30
[    2.760058]  [<ffffffffa0072e78>] ? usb_match_one_id+0x38/0xc0 [usbcore]
[    2.760058]  [<ffffffffa0073d92>] ? usb_autopm_do_device+0x92/0x120 [usbcore]
[    2.760058]  [<ffffffffa0074586>] usb_probe_interface+0xc6/0x180 [usbcore]
[    2.760058]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    2.760058]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    2.760058]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    2.760058]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    2.760058]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    2.760058]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    2.760058]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    2.760058]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    2.760058]  [<ffffffffa0071eaf>] usb_set_configuration+0x39f/0x5f0 [usbcore]
[    2.760058]  [<ffffffffa007b936>] generic_probe+0x76/0xb0 [usbcore]
[    2.760058]  [<ffffffffa00739ba>] usb_probe_device+0x3a/0x40 [usbcore]
[    2.760058]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    2.760058]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    2.760058]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    2.760058]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    2.760058]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    2.760058]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    2.760058]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    2.760058]  [<ffffffffa006b806>] usb_new_device+0x66/0xc0 [usbcore]
[    2.760058]  [<ffffffffa006f63f>] usb_add_hcd+0x46f/0x630 [usbcore]
[    2.760058]  [<ffffffffa007bf41>] usb_hcd_pci_probe+0x1c1/0x2c0 [usbcore]
[    2.760058]  [<ffffffff803a8c75>] pci_device_probe+0xd5/0x130
[    2.760058]  [<ffffffff8033ed0e>] ? sysfs_create_link+0xe/0x10
[    2.760058]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    2.760058]  [<ffffffff8041f179>] __driver_attach+0x99/0xa0
[    2.760058]  [<ffffffff8041f0e0>] ? __driver_attach+0x0/0xa0
[    2.760058]  [<ffffffff8041e864>] bus_for_each_dev+0x54/0x80
[    2.760058]  [<ffffffff8041ee1c>] driver_attach+0x1c/0x20
[    2.760058]  [<ffffffff8041e189>] bus_add_driver+0x1e9/0x260
[    2.760058]  [<ffffffff8041f41f>] driver_register+0x5f/0x140
[    2.760058]  [<ffffffffa0029000>] ? ehci_hcd_init+0x0/0x7a [ehci_hcd]
[    2.760058]  [<ffffffff803a8a6d>] __pci_register_driver+0x6d/0xb0
[    2.760058]  [<ffffffffa0029000>] ? ehci_hcd_init+0x0/0x7a [ehci_hcd]
[    2.760058]  [<ffffffffa0029068>] ehci_hcd_init+0x68/0x7a [ehci_hcd]
[    2.760058]  [<ffffffff8020a03c>] do_one_initcall+0x3c/0x170
[    2.760058]  [<ffffffff802687f3>] ? __blocking_notifier_call_chain+0x63/0x80
[    2.760058]  [<ffffffff80278c52>] sys_init_module+0xb2/0x1f0
[    2.760058]  [<ffffffff802125aa>] system_call_fastpath+0x16/0x1b
[    2.760058] ---[ end trace f6e8725069d11547 ]---
[    2.760058] ------------[ cut here ]------------
[    2.760058] WARNING: at kernel/smp.c:220 smp_call_function_single+0xf6/0x100()
[    2.760058] Hardware name: OptiPlex 745                 
[    2.760058] Modules linked in: libphy ehci_hcd(+) uhci_hcd usbcore dm_mirror dm_region_hash dm_log dm_snapshot dm_mod thermal processor fan fuse
[    2.760058] Pid: 1140, comm: modprobe Tainted: G        W  2.6.28-rc7-tip #1
[    2.760058] Call Trace:
[    2.760058]  [<ffffffff8024d9bc>] warn_slowpath+0xdc/0x110
[    2.760058]  [<ffffffff80216302>] ? dump_stack+0x72/0x80
[    2.760058]  [<ffffffff80275187>] ? print_modules+0x97/0xa0
[    2.760058]  [<ffffffff8024d78e>] ? print_oops_end_marker+0x1e/0x20
[    2.760058]  [<ffffffff8024d9cf>] ? warn_slowpath+0xef/0x110
[    2.760058]  [<ffffffff80274446>] smp_call_function_single+0xf6/0x100
[    2.760058]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    2.760058]  [<ffffffff80274614>] smp_call_function_mask+0x1c4/0x210
[    2.760058]  [<ffffffff8039663e>] ? number+0x2ae/0x2d0
[    2.760058]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    2.760058]  [<ffffffff802ae861>] ? get_page_from_freelist+0x4b1/0x6e0
[    2.760058]  [<ffffffff8020c8e2>] ? xen_pte_val+0x12/0x40
[    2.760058]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    2.760058]  [<ffffffff8027467b>] smp_call_function+0x1b/0x20
[    2.760058]  [<ffffffff802530cf>] on_each_cpu+0x1f/0x50
[    2.760058]  [<ffffffff80225a17>] flush_tlb_all+0x17/0x20
[    2.760058]  [<ffffffff802c7307>] __purge_vmap_area_lazy+0x127/0x180
[    2.760058]  [<ffffffff802c8816>] vm_unmap_aliases+0x166/0x180
[    2.760058]  [<ffffffff8020dbcd>] xen_create_contiguous_region+0x5d/0x110
[    2.760058]  [<ffffffff802d2378>] ? alloc_pages_current+0xa8/0x100
[    2.760058]  [<ffffffff803afbe4>] xen_alloc_coherent+0x94/0x100
[    2.760058]  [<ffffffff802cdb0f>] dma_pool_alloc+0x1af/0x2b0
[    2.760058]  [<ffffffff802f813c>] ? ifind+0xbc/0xc0
[    2.760058]  [<ffffffffa0076327>] hcd_buffer_alloc+0x127/0x130 [usbcore]
[    2.760058]  [<ffffffffa006938e>] usb_buffer_alloc+0x1e/0x30 [usbcore]
[    2.760058]  [<ffffffffa006c60b>] hub_probe+0x1bb/0x760 [usbcore]
[    2.760058]  [<ffffffff804e6771>] ? mutex_lock+0x11/0x30
[    2.760058]  [<ffffffffa0072e78>] ? usb_match_one_id+0x38/0xc0 [usbcore]
[    2.760058]  [<ffffffffa0073d92>] ? usb_autopm_do_device+0x92/0x120 [usbcore]
[    2.760058]  [<ffffffffa0074586>] usb_probe_interface+0xc6/0x180 [usbcore]
[    2.760058]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    2.760058]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    2.760058]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    2.760058]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    2.760058]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    2.760058]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    2.760058]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    2.760058]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    2.760058]  [<ffffffffa0071eaf>] usb_set_configuration+0x39f/0x5f0 [usbcore]
[    2.760058]  [<ffffffffa007b936>] generic_probe+0x76/0xb0 [usbcore]
[    2.760058]  [<ffffffffa00739ba>] usb_probe_device+0x3a/0x40 [usbcore]
[    2.760058]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    2.760058]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    2.760058]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    2.760058]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    2.760058]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    2.760058]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    2.760058]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    2.760058]  [<ffffffffa006b806>] usb_new_device+0x66/0xc0 [usbcore]
[    2.760058]  [<ffffffffa006f63f>] usb_add_hcd+0x46f/0x630 [usbcore]
[    2.760058]  [<ffffffffa007bf41>] usb_hcd_pci_probe+0x1c1/0x2c0 [usbcore]
[    2.760058]  [<ffffffff803a8c75>] pci_device_probe+0xd5/0x130
[    2.760058]  [<ffffffff8033ed0e>] ? sysfs_create_link+0xe/0x10
[    2.760058]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    2.760058]  [<ffffffff8041f179>] __driver_attach+0x99/0xa0
[    2.760058]  [<ffffffff8041f0e0>] ? __driver_attach+0x0/0xa0
[    2.760058]  [<ffffffff8041e864>] bus_for_each_dev+0x54/0x80
[    2.760058]  [<ffffffff8041ee1c>] driver_attach+0x1c/0x20
[    2.760058]  [<ffffffff8041e189>] bus_add_driver+0x1e9/0x260
[    2.760058]  [<ffffffff8041f41f>] driver_register+0x5f/0x140
[    2.760058]  [<ffffffffa0029000>] ? ehci_hcd_init+0x0/0x7a [ehci_hcd]
[    2.760058]  [<ffffffff803a8a6d>] __pci_register_driver+0x6d/0xb0
[    2.760058]  [<ffffffffa0029000>] ? ehci_hcd_init+0x0/0x7a [ehci_hcd]
[    2.760058]  [<ffffffffa0029068>] ehci_hcd_init+0x68/0x7a [ehci_hcd]
[    2.760058]  [<ffffffff8020a03c>] do_one_initcall+0x3c/0x170
[    2.760058]  [<ffffffff802687f3>] ? __blocking_notifier_call_chain+0x63/0x80
[    2.760058]  [<ffffffff80278c52>] sys_init_module+0xb2/0x1f0
[    2.760058]  [<ffffffff802125aa>] system_call_fastpath+0x16/0x1b
[    2.760058] ---[ end trace f6e8725069d11547 ]---
[    3.515941] tg3.c:v3.94 (August 14, 2008)
[    3.515964] vendor=8086 device=2847
[    3.518543] xen_allocate_pirq: returning irq 29 for gsi 16
[    3.522704] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    3.532388] tg3 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[    3.539307] xen: PCI device 0000:03:00.0 pin 1 -> irq 29
[    3.545157] hub 6-0:1.0: 4 ports detected
[    3.549180] xen_allocate_pirq: returning irq 32 for gsi 23
[    3.554547] xen_set_ioapic_routing: irq 32 gsi 23 vector 160 ioapic 0 pin 23 triggering 0 polarity 1
[    3.557639] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    3.557658] vendor=8086 device=244e
[    3.557661] xen_allocate_pirq: returning irq 33 for gsi 18
[    3.557664] xen_set_ioapic_routing: irq 33 gsi 18 vector 168 ioapic 0 pin 18 triggering 0 polarity 1
[    3.557670] r8169 0000:04:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 33
[    3.557672] xen: PCI device 0000:04:02.0 pin 1 -> irq 33
[    3.600239] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 32
[    3.600247] r8169 0000:04:02.0: no PCI Express capability
[    3.612698] xen: PCI device 0000:00:1d.7 pin 1 -> irq 32
[    3.618254] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    3.619117] eth0: RTL8110s at 0xffffc20001044f00, 00:18:4d:f0:19:07, XID 04000000 IRQ 33
[    3.632213] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 7
[    3.643781] eth1: Tigon3 [partno(BCM95754) rev b002 PHY(5787)] (PCI Express) 10/100/1000Base-T Ethernet 00:1a:a0:a9:f2:81
[    3.650094] eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] WireSpeed[1] TSOcap[1]
[    3.650366] SCSI subsystem initialized
[    3.661163] eth1: dma_rwctrl[76180000] dma_mask[64-bit]
[    3.670737] ehci_hcd 0000:00:1d.7: debug port 1
[    3.672250] ehci_hcd 0000:00:1d.7: irq 32, io mem 0xff980800
[    3.776099] usb 4-1: new low speed USB device using uhci_hcd and address 2
[    3.788082] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    3.788217] usb usb7: configuration #1 chosen from 1 choice
[    3.788244] hub 7-0:1.0: USB hub found
[    3.788263] hub 7-0:1.0: 6 ports detected
[    3.788583] xen_set_ioapic_routing: irq 35 gsi 20 vector 184 ioapic 0 pin 20 triggering 0 polarity 1
[    3.788593] ata_piix 0000:00:1f.2: PCI INT C -> GSI 20 (level, low) -> IRQ 35
[    3.788599] xen: PCI device 0000:00:1f.2 pin 3 -> irq 35
[    3.788605] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    3.844158] hub 4-0:1.0: unable to enumerate USB device on port 1
[    3.945325] xen: disable pci device 0000:00:1f.2
[    3.945332] Pid: 1184, comm: modprobe Tainted: G        W  2.6.28-rc7-tip #1
[    3.945336] Call Trace:
[    3.945344]  [<ffffffff803a2c40>] ? pci_bus_write_config_word+0x70/0x90
[    3.945353]  [<ffffffff8020fe3e>] xen_pci_pirq_disable+0x1e/0x20
[    3.945359]  [<ffffffff8043fdfb>] pcibios_disable_device+0x1b/0x20
[    3.945364]  [<ffffffff803a4d9e>] pci_disable_device+0x5e/0x90
[    3.945368]  [<ffffffff803a555d>] ? pci_release_region+0x7d/0xf0
[    3.945373]  [<ffffffff803a579a>] pcim_release+0xba/0xd0
[    3.945378]  [<ffffffff804218ed>] release_nodes+0x12d/0x1b0
[    3.945386]  [<ffffffff80421a51>] devres_release_all+0x31/0x40
[    3.945391]  [<ffffffff8041efea>] driver_probe_device+0xaa/0x1a0
[    3.945396]  [<ffffffff8041f179>] __driver_attach+0x99/0xa0
[    3.945402]  [<ffffffff8041f0e0>] ? __driver_attach+0x0/0xa0
[    3.945406]  [<ffffffff8041e864>] bus_for_each_dev+0x54/0x80
[    3.945411]  [<ffffffff8041ee1c>] driver_attach+0x1c/0x20
[    3.945415]  [<ffffffff8041e189>] bus_add_driver+0x1e9/0x260
[    3.945421]  [<ffffffff8041f41f>] driver_register+0x5f/0x140
[    3.945431]  [<ffffffffa00df000>] ? piix_init+0x0/0x2e [ata_piix]
[    3.945438]  [<ffffffff803a8a6d>] __pci_register_driver+0x6d/0xb0
[    3.945444]  [<ffffffffa00df000>] ? piix_init+0x0/0x2e [ata_piix]
[    3.945452]  [<ffffffffa00df01e>] piix_init+0x1e/0x2e [ata_piix]
[    3.945458]  [<ffffffff8020a03c>] do_one_initcall+0x3c/0x170
[    3.945466]  [<ffffffff802687f3>] ? __blocking_notifier_call_chain+0x63/0x80
[    3.945472]  [<ffffffff80278c52>] sys_init_module+0xb2/0x1f0
[    3.945477]  [<ffffffff802125aa>] system_call_fastpath+0x16/0x1b
[    3.945489] ata_piix: probe of 0000:00:1f.2 failed with error -38
[    3.945514] xen_allocate_pirq: returning irq 35 for gsi 20
[    3.945520] xen_set_ioapic_routing: irq 35 gsi 20 vector 184 ioapic 0 pin 20 triggering 0 polarity 1
[    3.945529] ata_piix 0000:00:1f.5: PCI INT C -> GSI 20 (level, low) -> IRQ 35
[    3.945534] xen: PCI device 0000:00:1f.5 pin 3 -> irq 35
[    3.945540] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[    4.101342] scsi0 : ata_piix
[    4.101448] scsi1 : ata_piix
[    4.101485] ata1: SATA max UDMA/133 cmd 0xfe40 ctl 0xfe50 bmdma 0xfed0 irq 35
[    4.101493] ata2: SATA max UDMA/133 cmd 0xfe60 ctl 0xfe70 bmdma 0xfed8 irq 35
[    4.196077] usb 7-5: new high speed USB device using ehci_hcd and address 3
[    4.328708] usb 7-5: configuration #1 chosen from 1 choice
[    4.328833] hub 7-5:1.0: USB hub found
[    4.328937] hub 7-5:1.0: 4 ports detected
[    4.420115] ata1: SATA link down (SStatus 0 SControl 300)
[    4.573282] usb 2-2: new low speed USB device using uhci_hcd and address 2
[    4.747479] usb 2-2: configuration #1 chosen from 1 choice
[    4.763978] usbcore: registered new interface driver hiddev
[    4.776644] ------------[ cut here ]------------
[    4.776656] WARNING: at kernel/smp.c:333 smp_call_function_mask+0x200/0x210()
[    4.776663] Hardware name: OptiPlex 745                 
[    4.776668] Modules linked in: usbhid(+) hid ata_piix(+) libata scsi_mod r8169 mii tg3 libphy ehci_hcd uhci_hcd usbcore dm_mirror dm_region_hash dm_log dm_snapshot dm_mod thermal processor fan fuse
[    4.776712] Pid: 1957, comm: modprobe Tainted: G        W  2.6.28-rc7-tip #1
[    4.776717] Call Trace:
[    4.776722]  [<ffffffff8024d9bc>] warn_slowpath+0xdc/0x110
[    4.776727]  [<ffffffff802aeb67>] ? __alloc_pages_internal+0xd7/0x4d0
[    4.776734]  [<ffffffff804e8656>] ? error_exit+0x36/0x70
[    4.776738]  [<ffffffff802af8c7>] ? free_hot_cold_page+0x167/0x230
[    4.776770]  [<ffffffff802af8c7>] ? free_hot_cold_page+0x167/0x230
[    4.776774]  [<ffffffff8024b0bf>] ? __mmdrop+0x3f/0x60
[    4.776779]  [<ffffffff80274650>] smp_call_function_mask+0x200/0x210
[    4.776784]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    4.776788]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    4.776792]  [<ffffffff802ae861>] ? get_page_from_freelist+0x4b1/0x6e0
[    4.776798]  [<ffffffff8020c8e2>] ? xen_pte_val+0x12/0x40
[    4.776803]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    4.776807]  [<ffffffff8027467b>] smp_call_function+0x1b/0x20
[    4.776812]  [<ffffffff802530cf>] on_each_cpu+0x1f/0x50
[    4.776816]  [<ffffffff80225a17>] flush_tlb_all+0x17/0x20
[    4.776821]  [<ffffffff802c7307>] __purge_vmap_area_lazy+0x127/0x180
[    4.776826]  [<ffffffff802c8816>] vm_unmap_aliases+0x166/0x180
[    4.776830]  [<ffffffff8020dbcd>] xen_create_contiguous_region+0x5d/0x110
[    4.776836]  [<ffffffff802d2378>] ? alloc_pages_current+0xa8/0x100
[    4.776842]  [<ffffffff803afbe4>] xen_alloc_coherent+0x94/0x100
[    4.776847]  [<ffffffff802cdb0f>] dma_pool_alloc+0x1af/0x2b0
[    4.776852]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    4.776868]  [<ffffffffa0076327>] hcd_buffer_alloc+0x127/0x130 [usbcore]
[    4.776880]  [<ffffffffa006938e>] usb_buffer_alloc+0x1e/0x30 [usbcore]
[    4.776887]  [<ffffffffa0179ddb>] usbhid_start+0xdb/0x570 [usbhid]
[    4.776894]  [<ffffffffa01689e9>] hid_device_probe+0xc9/0x100 [hid]
[    4.776899]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    4.776904]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    4.776908]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    4.776912]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    4.776917]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    4.776921]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    4.776925]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    4.776931]  [<ffffffffa01685c5>] hid_add_device+0x95/0x120 [hid]
[    4.776937]  [<ffffffffa0178dd2>] hid_probe+0x222/0x310 [usbhid]
[    4.776949]  [<ffffffffa0074586>] usb_probe_interface+0xc6/0x180 [usbcore]
[    4.776955]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    4.776960]  [<ffffffff8041f179>] __driver_attach+0x99/0xa0
[    4.776964]  [<ffffffff8041f0e0>] ? __driver_attach+0x0/0xa0
[    4.776968]  [<ffffffff8041e864>] bus_for_each_dev+0x54/0x80
[    4.776973]  [<ffffffff8041ee1c>] driver_attach+0x1c/0x20
[    4.776977]  [<ffffffff8041e189>] bus_add_driver+0x1e9/0x260
[    4.776981]  [<ffffffff8041f41f>] driver_register+0x5f/0x140
[    4.776993]  [<ffffffffa00735d9>] usb_register_driver+0xa9/0x120 [usbcore]
[    4.777000]  [<ffffffffa0029000>] ? hid_init+0x0/0xa0 [usbhid]
[    4.777005]  [<ffffffffa0029069>] hid_init+0x69/0xa0 [usbhid]
[    4.777009]  [<ffffffff8020a03c>] do_one_initcall+0x3c/0x170
[    4.777015]  [<ffffffff802687f3>] ? __blocking_notifier_call_chain+0x63/0x80
[    4.777020]  [<ffffffff80278c52>] sys_init_module+0xb2/0x1f0
[    4.777025]  [<ffffffff802125aa>] system_call_fastpath+0x16/0x1b
[    4.777029] ---[ end trace f6e8725069d11547 ]---
[    4.777033] ------------[ cut here ]------------
[    4.777037] WARNING: at kernel/smp.c:220 smp_call_function_single+0xf6/0x100()
[    4.777040] Hardware name: OptiPlex 745                 
[    4.777043] Modules linked in: usbhid(+) hid ata_piix(+) libata scsi_mod r8169 mii tg3 libphy ehci_hcd uhci_hcd usbcore dm_mirror dm_region_hash dm_log dm_snapshot dm_mod thermal processor fan fuse
[    4.777066] Pid: 1957, comm: modprobe Tainted: G        W  2.6.28-rc7-tip #1
[    4.777070] Call Trace:
[    4.777073]  [<ffffffff8024d9bc>] warn_slowpath+0xdc/0x110
[    4.777077]  [<ffffffff80216302>] ? dump_stack+0x72/0x80
[    4.777082]  [<ffffffff80275187>] ? print_modules+0x97/0xa0
[    4.777086]  [<ffffffff8024d78e>] ? print_oops_end_marker+0x1e/0x20
[    4.777090]  [<ffffffff8024d9cf>] ? warn_slowpath+0xef/0x110
[    4.777095]  [<ffffffff802aeb67>] ? __alloc_pages_internal+0xd7/0x4d0
[    4.777099]  [<ffffffff804e8656>] ? error_exit+0x36/0x70
[    4.777104]  [<ffffffff80274446>] smp_call_function_single+0xf6/0x100
[    4.777108]  [<ffffffff8024b0bf>] ? __mmdrop+0x3f/0x60
[    4.777113]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    4.777117]  [<ffffffff80274614>] smp_call_function_mask+0x1c4/0x210
[    4.777122]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    4.777126]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    4.777131]  [<ffffffff802ae861>] ? get_page_from_freelist+0x4b1/0x6e0
[    4.777135]  [<ffffffff8020c8e2>] ? xen_pte_val+0x12/0x40
[    4.777139]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    4.777144]  [<ffffffff8027467b>] smp_call_function+0x1b/0x20
[    4.777148]  [<ffffffff802530cf>] on_each_cpu+0x1f/0x50
[    4.777152]  [<ffffffff80225a17>] flush_tlb_all+0x17/0x20
[    4.777156]  [<ffffffff802c7307>] __purge_vmap_area_lazy+0x127/0x180
[    4.777161]  [<ffffffff802c8816>] vm_unmap_aliases+0x166/0x180
[    4.777166]  [<ffffffff8020dbcd>] xen_create_contiguous_region+0x5d/0x110
[    4.777170]  [<ffffffff802d2378>] ? alloc_pages_current+0xa8/0x100
[    4.777175]  [<ffffffff803afbe4>] xen_alloc_coherent+0x94/0x100
[    4.777180]  [<ffffffff802cdb0f>] dma_pool_alloc+0x1af/0x2b0
[    4.777184]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    4.777195]  [<ffffffffa0076327>] hcd_buffer_alloc+0x127/0x130 [usbcore]
[    4.777207]  [<ffffffffa006938e>] usb_buffer_alloc+0x1e/0x30 [usbcore]
[    4.777213]  [<ffffffffa0179ddb>] usbhid_start+0xdb/0x570 [usbhid]
[    4.777220]  [<ffffffffa01689e9>] hid_device_probe+0xc9/0x100 [hid]
[    4.777225]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    4.777229]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    4.777233]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    4.777237]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    4.777242]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    4.777246]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    4.777250]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    4.777256]  [<ffffffffa01685c5>] hid_add_device+0x95/0x120 [hid]
[    4.777262]  [<ffffffffa0178dd2>] hid_probe+0x222/0x310 [usbhid]
[    4.777274]  [<ffffffffa0074586>] usb_probe_interface+0xc6/0x180 [usbcore]
[    4.777279]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    4.777284]  [<ffffffff8041f179>] __driver_attach+0x99/0xa0
[    4.777288]  [<ffffffff8041f0e0>] ? __driver_attach+0x0/0xa0
[    4.777293]  [<ffffffff8041e864>] bus_for_each_dev+0x54/0x80
[    4.777297]  [<ffffffff8041ee1c>] driver_attach+0x1c/0x20
[    4.777302]  [<ffffffff8041e189>] bus_add_driver+0x1e9/0x260
[    4.777306]  [<ffffffff8041f41f>] driver_register+0x5f/0x140
[    4.777318]  [<ffffffffa00735d9>] usb_register_driver+0xa9/0x120 [usbcore]
[    4.777324]  [<ffffffffa0029000>] ? hid_init+0x0/0xa0 [usbhid]
[    4.777330]  [<ffffffffa0029069>] hid_init+0x69/0xa0 [usbhid]
[    4.777334]  [<ffffffff8020a03c>] do_one_initcall+0x3c/0x170
[    4.777339]  [<ffffffff802687f3>] ? __blocking_notifier_call_chain+0x63/0x80
[    4.777344]  [<ffffffff80278c52>] sys_init_module+0xb2/0x1f0
[    4.777348]  [<ffffffff802125aa>] system_call_fastpath+0x16/0x1b
[    4.777352] ---[ end trace f6e8725069d11547 ]---
[    4.782341] input: Logitech Optical USB Mouse as /devices/pci0000:00/0000:00:1a.1/usb2/2-2/2-2:1.0/input/input1
[    4.804212] generic-usb 0003:046D:C016.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-0000:00:1a.1-2/input0
[    4.804404] usbcore: registered new interface driver usbhid
[    4.809227] usbhid: v2.6:USB HID core driver
[    4.896280] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.920580] ata2.00: ATA-7: Hitachi HDS721075KLA330, GK8OA51D, max UDMA/133
[    4.920588] ata2.00: 1465149168 sectors, multi 8: LBA48 NCQ (depth 0/32)
[    4.936620] ata2.00: configured for UDMA/133
[    4.936762] scsi 1:0:0:0: Direct-Access     ATA      Hitachi HDS72107 GK8O PQ: 0 ANSI: 5
[    4.938968] xen_allocate_pirq: returning irq 35 for gsi 20
[    4.938974] xen_set_ioapic_routing: irq 35 gsi 20 vector 184 ioapic 0 pin 20 triggering 0 polarity 1
[    4.938982] pata_acpi 0000:00:1f.2: PCI INT C -> GSI 20 (level, low) -> IRQ 35
[    4.938988] xen: PCI device 0000:00:1f.2 pin 3 -> irq 35
[    4.939031] xen: disable pci device 0000:00:1f.2
[    4.939036] Pid: 1184, comm: modprobe Tainted: G        W  2.6.28-rc7-tip #1
[    4.939040] Call Trace:
[    4.939047]  [<ffffffff803a2c40>] ? pci_bus_write_config_word+0x70/0x90
[    4.939053]  [<ffffffff8020fe3e>] xen_pci_pirq_disable+0x1e/0x20
[    4.939059]  [<ffffffff8043fdfb>] pcibios_disable_device+0x1b/0x20
[    4.939064]  [<ffffffff803a4d9e>] pci_disable_device+0x5e/0x90
[    4.939068]  [<ffffffff803a555d>] ? pci_release_region+0x7d/0xf0
[    4.939073]  [<ffffffff803a579a>] pcim_release+0xba/0xd0
[    4.939078]  [<ffffffff804218ed>] release_nodes+0x12d/0x1b0
[    4.939082]  [<ffffffff804219d8>] devres_release_group+0x68/0xb0
[    4.939099]  [<ffffffffa0137725>] ata_pci_sff_init_one+0xe5/0x130 [libata]
[    4.942871]  [<ffffffffa0183069>] pacpi_init_one+0x39/0x60 [pata_acpi]
[    4.949792]  [<ffffffff803a8c75>] pci_device_probe+0xd5/0x130
[    4.956715]  [<ffffffff8033ed0e>] ? sysfs_create_link+0xe/0x10
[    4.962254]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    4.967791]  [<ffffffff8041f179>] __driver_attach+0x99/0xa0
[    4.971946]  [<ffffffff8041f0e0>] ? __driver_attach+0x0/0xa0
[    4.978869]  [<ffffffff8041e864>] bus_for_each_dev+0x54/0x80
[    4.985793]  [<ffffffff8041ee1c>] driver_attach+0x1c/0x20
[    4.989945]  [<ffffffff8041e189>] bus_add_driver+0x1e9/0x260
[    4.996062] usb 4-1: new low speed USB device using uhci_hcd and address 3
[    5.002412]  [<ffffffff8041f41f>] driver_register+0x5f/0x140
[    5.009334]  [<ffffffffa0029000>] ? pacpi_init+0x0/0x20 [pata_acpi]
[    5.014875]  [<ffffffff803a8a6d>] __pci_register_driver+0x6d/0xb0
[    5.020413]  [<ffffffffa0029000>] ? pacpi_init+0x0/0x20 [pata_acpi]
[    5.027333]  [<ffffffffa002901e>] pacpi_init+0x1e/0x20 [pata_acpi]
[    5.032873]  [<ffffffff8020a03c>] do_one_initcall+0x3c/0x170
[    5.039796]  [<ffffffff802687f3>] ? __blocking_notifier_call_chain+0x63/0x80
[    5.046721]  [<ffffffff80278c52>] sys_init_module+0xb2/0x1f0
[    5.052258]  [<ffffffff802125aa>] system_call_fastpath+0x16/0x1b
[    5.067616] scsi 1:0:0:0: Attached scsi generic sg0 type 0
[    5.083745] Driver 'sd' needs updating - please use bus_type methods
[    5.083840] sd 1:0:0:0: [sda] 1465149168 512-byte hardware sectors: (750 GB/698 GiB)
[    5.083858] sd 1:0:0:0: [sda] Write Protect is off
[    5.083887] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.091112] sd 1:0:0:0: [sda] 1465149168 512-byte hardware sectors: (750 GB/698 GiB)
[    5.099383] sd 1:0:0:0: [sda] Write Protect is off
[    5.104907] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.113195]  sda: sda1
[    5.135376] sd 1:0:0:0: [sda] Attached SCSI disk
[    5.176324] usb 4-1: configuration #1 chosen from 1 choice
[    5.196102] ------------[ cut here ]------------
[    5.196107] WARNING: at kernel/smp.c:333 smp_call_function_mask+0x200/0x210()
[    5.196112] Hardware name: OptiPlex 745                 
[    5.196115] Modules linked in: sd_mod crc_t10dif sg ata_generic pata_acpi usbhid hid ata_piix libata scsi_mod r8169 mii tg3 libphy ehci_hcd uhci_hcd usbcore dm_mirror dm_region_hash dm_log dm_snapshot dm_mod thermal processor fan fuse
[    5.196145] Pid: 1149, comm: khubd Tainted: G        W  2.6.28-rc7-tip #1
[    5.196149] Call Trace:
[    5.196154]  [<ffffffff8024d9bc>] warn_slowpath+0xdc/0x110
[    5.196160]  [<ffffffff8020be0a>] ? xen_write_cr0+0x8a/0xb0
[    5.196166]  [<ffffffff802ac7ad>] ? __rmqueue_smallest+0xed/0x180
[    5.196171]  [<ffffffff80274650>] smp_call_function_mask+0x200/0x210
[    5.196265]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    5.200055]  [<ffffffff802ae9c2>] ? get_page_from_freelist+0x612/0x6e0
[    5.200055]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    5.200055]  [<ffffffff802ae861>] ? get_page_from_freelist+0x4b1/0x6e0
[    5.200055]  [<ffffffff8020c8e2>] ? xen_pte_val+0x12/0x40
[    5.200055]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    5.200055]  [<ffffffff8027467b>] smp_call_function+0x1b/0x20
[    5.200055]  [<ffffffff802530cf>] on_each_cpu+0x1f/0x50
[    5.200055]  [<ffffffff80225a17>] flush_tlb_all+0x17/0x20
[    5.200055]  [<ffffffff802c7307>] __purge_vmap_area_lazy+0x127/0x180
[    5.200055]  [<ffffffff802c8816>] vm_unmap_aliases+0x166/0x180
[    5.200055]  [<ffffffff8020dbcd>] xen_create_contiguous_region+0x5d/0x110
[    5.200055]  [<ffffffff802d2378>] ? alloc_pages_current+0xa8/0x100
[    5.200055]  [<ffffffff803afbe4>] xen_alloc_coherent+0x94/0x100
[    5.200055]  [<ffffffff802cdb0f>] dma_pool_alloc+0x1af/0x2b0
[    5.200055]  [<ffffffffa0076327>] hcd_buffer_alloc+0x127/0x130 [usbcore]
[    5.200055]  [<ffffffffa006938e>] usb_buffer_alloc+0x1e/0x30 [usbcore]
[    5.200055]  [<ffffffffa0179ddb>] usbhid_start+0xdb/0x570 [usbhid]
[    5.200055]  [<ffffffffa01689e9>] hid_device_probe+0xc9/0x100 [hid]
[    5.200055]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    5.200055]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    5.200055]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    5.200055]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    5.200055]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    5.200055]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    5.200055]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    5.200055]  [<ffffffffa01685c5>] hid_add_device+0x95/0x120 [hid]
[    5.200055]  [<ffffffffa0178dd2>] hid_probe+0x222/0x310 [usbhid]
[    5.200055]  [<ffffffffa0074586>] usb_probe_interface+0xc6/0x180 [usbcore]
[    5.200055]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    5.200055]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    5.200055]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    5.200055]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    5.200055]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    5.200055]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    5.200055]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    5.200055]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    5.200055]  [<ffffffffa0071eaf>] usb_set_configuration+0x39f/0x5f0 [usbcore]
[    5.200055]  [<ffffffffa007b936>] generic_probe+0x76/0xb0 [usbcore]
[    5.200055]  [<ffffffffa00739ba>] usb_probe_device+0x3a/0x40 [usbcore]
[    5.200055]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    5.200055]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    5.200055]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    5.200055]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    5.200055]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    5.200055]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    5.200055]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    5.200055]  [<ffffffffa0073d92>] ? usb_autopm_do_device+0x92/0x120 [usbcore]
[    5.200055]  [<ffffffffa006b806>] usb_new_device+0x66/0xc0 [usbcore]
[    5.200055]  [<ffffffffa006d508>] hub_thread+0x7a8/0x1030 [usbcore]
[    5.200055]  [<ffffffff802640e0>] ? autoremove_wake_function+0x0/0x40
[    5.200055]  [<ffffffff804e80a8>] ? _spin_unlock_irqrestore+0x18/0x20
[    5.200055]  [<ffffffffa006cd60>] ? hub_thread+0x0/0x1030 [usbcore]
[    5.200055]  [<ffffffff80263b3d>] kthread+0x4d/0x80
[    5.200055]  [<ffffffff8021383a>] child_rip+0xa/0x20
[    5.200055]  [<ffffffff8021312d>] ? retint_restore_args+0x5/0x20
[    5.200055]  [<ffffffff80213830>] ? child_rip+0x0/0x20
[    5.200055] ---[ end trace f6e8725069d11547 ]---
[    5.200055] ------------[ cut here ]------------
[    5.200055] WARNING: at kernel/smp.c:220 smp_call_function_single+0xf6/0x100()
[    5.200055] Hardware name: OptiPlex 745                 
[    5.200055] Modules linked in: sd_mod crc_t10dif sg ata_generic pata_acpi usbhid hid ata_piix libata scsi_mod r8169 mii tg3 libphy ehci_hcd uhci_hcd usbcore dm_mirror dm_region_hash dm_log dm_snapshot dm_mod thermal processor fan fuse
[    5.200055] Pid: 1149, comm: khubd Tainted: G        W  2.6.28-rc7-tip #1
[    5.200055] Call Trace:
[    5.200055]  [<ffffffff8024d9bc>] warn_slowpath+0xdc/0x110
[    5.200055]  [<ffffffff80216302>] ? dump_stack+0x72/0x80
[    5.200055]  [<ffffffff80275187>] ? print_modules+0x97/0xa0
[    5.200055]  [<ffffffff8024d78e>] ? print_oops_end_marker+0x1e/0x20
[    5.200055]  [<ffffffff8024d9cf>] ? warn_slowpath+0xef/0x110
[    5.200055]  [<ffffffff80274446>] smp_call_function_single+0xf6/0x100
[    5.200055]  [<ffffffff802ac7ad>] ? __rmqueue_smallest+0xed/0x180
[    5.200055]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    5.200055]  [<ffffffff80274614>] smp_call_function_mask+0x1c4/0x210
[    5.200055]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    5.200055]  [<ffffffff802ae9c2>] ? get_page_from_freelist+0x612/0x6e0
[    5.200055]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    5.200055]  [<ffffffff802ae861>] ? get_page_from_freelist+0x4b1/0x6e0
[    5.200055]  [<ffffffff8020c8e2>] ? xen_pte_val+0x12/0x40
[    5.200055]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    5.200055]  [<ffffffff8027467b>] smp_call_function+0x1b/0x20
[    5.200055]  [<ffffffff802530cf>] on_each_cpu+0x1f/0x50
[    5.200055]  [<ffffffff80225a17>] flush_tlb_all+0x17/0x20
[    5.200055]  [<ffffffff802c7307>] __purge_vmap_area_lazy+0x127/0x180
[    5.200055]  [<ffffffff802c8816>] vm_unmap_aliases+0x166/0x180
[    5.200055]  [<ffffffff8020dbcd>] xen_create_contiguous_region+0x5d/0x110
[    5.200055]  [<ffffffff802d2378>] ? alloc_pages_current+0xa8/0x100
[    5.200055]  [<ffffffff803afbe4>] xen_alloc_coherent+0x94/0x100
[    5.200055]  [<ffffffff802cdb0f>] dma_pool_alloc+0x1af/0x2b0
[    5.200055]  [<ffffffffa0076327>] hcd_buffer_alloc+0x127/0x130 [usbcore]
[    5.200055]  [<ffffffffa006938e>] usb_buffer_alloc+0x1e/0x30 [usbcore]
[    5.200055]  [<ffffffffa0179ddb>] usbhid_start+0xdb/0x570 [usbhid]
[    5.200055]  [<ffffffffa01689e9>] hid_device_probe+0xc9/0x100 [hid]
[    5.200055]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    5.200055]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    5.200055]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    5.200055]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    5.200055]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    5.200055]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    5.200055]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    5.200055]  [<ffffffffa01685c5>] hid_add_device+0x95/0x120 [hid]
[    5.200055]  [<ffffffffa0178dd2>] hid_probe+0x222/0x310 [usbhid]
[    5.200055]  [<ffffffffa0074586>] usb_probe_interface+0xc6/0x180 [usbcore]
[    5.200055]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    5.200055]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    5.200055]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    5.200055]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    5.200055]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    5.200055]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    5.200055]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    5.200055]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    5.200055]  [<ffffffffa0071eaf>] usb_set_configuration+0x39f/0x5f0 [usbcore]
[    5.200055]  [<ffffffffa007b936>] generic_probe+0x76/0xb0 [usbcore]
[    5.200055]  [<ffffffffa00739ba>] usb_probe_device+0x3a/0x40 [usbcore]
[    5.200055]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    5.200055]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    5.200055]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    5.200055]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    5.200055]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    5.200055]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    5.200055]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    5.200055]  [<ffffffffa0073d92>] ? usb_autopm_do_device+0x92/0x120 [usbcore]
[    5.200055]  [<ffffffffa006b806>] usb_new_device+0x66/0xc0 [usbcore]
[    5.200055]  [<ffffffffa006d508>] hub_thread+0x7a8/0x1030 [usbcore]
[    5.200055]  [<ffffffff802640e0>] ? autoremove_wake_function+0x0/0x40
[    5.200055]  [<ffffffff804e80a8>] ? _spin_unlock_irqrestore+0x18/0x20
[    5.200055]  [<ffffffffa006cd60>] ? hub_thread+0x0/0x1030 [usbcore]
[    5.200055]  [<ffffffff80263b3d>] kthread+0x4d/0x80
[    5.200055]  [<ffffffff8021383a>] child_rip+0xa/0x20
[    5.200055]  [<ffffffff8021312d>] ? retint_restore_args+0x5/0x20
[    5.200055]  [<ffffffff80213830>] ? child_rip+0x0/0x20
[    5.200055] ---[ end trace f6e8725069d11547 ]---
[    5.988975] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1d.1/usb4/4-1/4-1:1.0/input/input2
[    6.013264] generic-usb 0003:413C:2003.0002: input,hidraw1: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:1d.1-1/input0
Done.
Begin: Running /scripts/local-premount ...
Begin: Waiting for resume device... ...
Done.
Done.
[   11.191899] kjournald starting.  Commit interval 5 seconds
[   11.191913] EXT3-fs: mounted filesystem with ordered data mode.
Begin: Running /scripts/local-bottom ...
Done.
Done.
Begin: Running /scripts/init-bottom ...
mount: mounting /root/dev on /dev/.static/dev failed: No such file or directory
Done.
mount: mounting /sys on /root/sys failed: No such file or directory
mount: mounting /proc on /root/proc failed: No such file or directory
Target filesystem doesn't have /sbin/init.
No init found. Try passing init= bootarg.


BusyBox v1.10.2 (Ubuntu 1:1.10.2-1ubuntu6) built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs) 

[-- Attachment #4: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-11 20:03           ` Ian Campbell
@ 2008-12-11 20:20             ` Todd Deshane
  2008-12-11 20:25               ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 92+ messages in thread
From: Todd Deshane @ 2008-12-11 20:20 UTC (permalink / raw)
  To: Ian Campbell; +Cc: Jeremy Fitzhardinge, Xen-devel, Aviv Grafi

[-- Attachment #1: Type: text/plain, Size: 718 bytes --]

> Do you have a getty running on hvc0?
>
Ah. I added one and now I have a prompt on the serial console!
nice.


>> /proc/xen/capabilities is missing, so xend does not start.
>
> /proc/xen is now a filesystem mount point, make sure you have
> CONFIG_XENFS and CONFIG_XEN_COMPAT_XENFS and add to /etc/fstab:
>
> none            /proc/xen       xenfs   defaults        0       0
>

OK. I add this and now xend is trying to start.

I am getting python xc level errors now though.

I might need to rebuild something or I might
have broke a python path.

Anyway, a lot closer.

The log is attached. Any pointers, questions, comments,
let me know.

Thanks,
Todd

-- 
Todd Deshane
http://todddeshane.net
http://runningxen.com

[-- Attachment #2: xenboot-procxen-getty --]
[-- Type: application/octet-stream, Size: 73166 bytes --]

 __  __            _____ _  _                      _        _     _      
 \ \/ /___ _ __   |___ /| || |     _   _ _ __  ___| |_ __ _| |__ | | ___ 
  \  // _ \ '_ \    |_ \| || |_ __| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
  /  \  __/ | | |  ___) |__   _|__| |_| | | | \__ \ || (_| | |_) | |  __/
 /_/\_\___|_| |_| |____(_) |_|     \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
                                                                         
(XEN) Xen version 3.4-unstable (deshantm@) (gcc version 4.2.4 (Ubuntu 4.2.4-3ubuntu4)) Wed Nov 26 16:27:34 EST 2008
(XEN) Latest ChangeSet: Wed Nov 19 19:13:22 2008 +0000 18796:98d48f7680db
(XEN) Command line: loglvl=all guest_loglvl=all com1=115200,8n1 console=com1 mem=3G 
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN)  Found 2 MBR signatures
(XEN)  Found 2 EDD information structures
(XEN) Truncating memory map to 3145728kB
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 000000000009fc00 (usable)
(XEN)  00000000000f0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 00000000c0000000 (usable)
(XEN) System RAM: 3071MB (3145340kB)
(XEN) ACPI: RSDP 000FEBF0, 0024 (r2 DELL  )
(XEN) ACPI: XSDT 000FCE97, 0084 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: FACP 000FCFBF, 00F4 (r3 DELL    B8K           15 ASL        61)
(XEN) ACPI: DSDT FFF68960, 475F (r1   DELL    dt_ex     1000 INTL 20050624)
(XEN) ACPI: FACS CFDFFC00, 0040
(XEN) ACPI: SSDT FFF6D397, 009A (r1   DELL    st_ex     1000 INTL 20050624)
(XEN) ACPI: APIC 000FD0B3, 0092 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: BOOT 000FD145, 0028 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: ASF! 000FD16D, 0092 (r32 DELL    B8K           15 ASL        61)
(XEN) ACPI: MCFG 000FD1FF, 003E (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: HPET 000FD23D, 0038 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: TCPA 000FD499, 0032 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: SLIC 000FD275, 0176 (r1 DELL    B8K           15 ASL        61)
(XEN) ACPI: SSDT CFDFFC40, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CFE00049, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CFE00452, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
(XEN) NUMA turned off
(XEN) Faking a node at 0000000000000000-00000000c0000000
(XEN) Xen heap: 14MB (14664kB)
(XEN) Domain heap initialised
(XEN) found SMP MP-table at 000fe710
(XEN) DMI 2.3 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x808
(XEN) ACPI: ACPI SLEEP INFO: pm1x_cnt[804,0], pm1x_evt[800,0]
(XEN) ACPI:                  wakeup_vec[cfdffc0c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) Processor #0 6:15 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
(XEN) Processor #1 6:15 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
(XEN) ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
(XEN) ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) ACPI: HPET id: 0x8086a201 base: 0xfed00000
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Initializing CPU#0
(XEN) Detected 2394.053 MHz processor.
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 4096K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 0
(XEN) HVM: VMX enabled
(XEN) CPU0: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
(XEN) Booting processor 1/1 eip 8c000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 4096K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) CPU1: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
(XEN) Total of 2 processors activated.
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using new ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) checking TSC synchronization across 2 CPUs: passed.
(XEN) Platform timer is 14.318MHz HPET
(XEN) Brought up 2 CPUs
(XEN) I/O virtualisation disabled
(XEN) ACPI sleep modes: S3
(XEN) MCA: Machine check polling timer started.
(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x200000 -> 0x8797bc
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000090000000->00000000a0000000 (673519 pages to be allocated)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff80200000->ffffffff808797bc
(XEN)  Init. ramdisk: ffffffff8087a000->ffffffff8c71aa00
(XEN)  Phys-Mach map: ffffffff8c71b000->ffffffff8ccbe778
(XEN)  Start info:    ffffffff8ccbf000->ffffffff8ccbf4a4
(XEN)  Page tables:   ffffffff8ccc0000->ffffffff8cd2b000
(XEN)  Boot stack:    ffffffff8cd2b000->ffffffff8cd2c000
(XEN)  TOTAL:         ffffffff80000000->ffffffff8d000000
(XEN)  ENTRY ADDRESS: ffffffff806d8200
(XEN) Dom0 has maximum 2 VCPUs
(XEN) Scrubbing Free RAM: .done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 108kB init memory.
mapping kernel into physical memory
Xen: setup ISA identity maps
about to get started...
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.28-rc7-tip (deshantm@vt) (gcc version 4.2.4 (Ubuntu 4.2.4-3ubuntu4)) #1 SMP Wed Dec 10 17:01:24 EST 2008
[    0.000000] Command line: root=/dev/sda1 ro console=hvc0 earlyprintk=xen xencons=ttyS0,115200 pci=nomsi
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  Xen: 0000000000000000 - 00000000000a0000 (usable)
[    0.000000]  Xen: 00000000000a0000 - 0000000000100000 (reserved)
[    0.000000]  Xen: 0000000000100000 - 000000000c71b000 (usable)
[    0.000000]  Xen: 000000000c71b000 - 000000000ccc0000 (reserved)
[    0.000000]  Xen: 000000000ccc0000 - 00000000b46ef000 (usable)
[    0.000000] console [xenboot0] enabled
[    0.000000] DMI 2.3 present.
[    0.000000] last_pfn = 0xb46ef max_arch_pfn = 0x3ffffffff
[    0.000000] init_memory_mapping: 0000000000000000-00000000b46ef000
[    0.000000] last_map_addr: b46ef000 end: b46ef000
[    0.000000] RAMDISK: 0087a000 - 0c71aa00
[    0.000000] ACPI: RSDP 000FEBF0, 0024 (r2 DELL  )
[    0.000000] ACPI: XSDT 000FCE97, 0084 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: FACP 000FCFBF, 00F4 (r3 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: DSDT FFF68960, 475F (r1   DELL    dt_ex     1000 INTL 20050624)
[    0.000000] ACPI: FACS CFDFFC00, 0040
[    0.000000] ACPI: SSDT FFF6D397, 009A (r1   DELL    st_ex     1000 INTL 20050624)
[    0.000000] ACPI: APIC 000FD0B3, 0092 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: BOOT 000FD145, 0028 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: ASF! 000FD16D, 0092 (r32 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: MCFG 000FD1FF, 003E (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: HPET 000FD23D, 0038 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: TCPA 000FD499, 0032 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: SLIC 000FD275, 0176 (r1 DELL    B8K           15 ASL        61)
[    0.000000] ACPI: SSDT CFDFFC40, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CFE00049, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CFE00452, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-00000000b46ef000
[    0.000000] Bootmem setup node 0 0000000000000000-00000000b46ef000
[    0.000000]   NODE_DATA [0000000000001000 - 0000000000005fff]
[    0.000000]   bootmap [0000000000008000 -  000000000001e8df] pages 17
[    0.000000] (6 early reservations) ==> bootmem [0000000000 - 00b46ef000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [000ccc0000 - 000cd2b000]   XEN PAGETABLES ==> [000ccc0000 - 000cd2b000]
[    0.000000]   #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #3 [0000200000 - 00008797bc]    TEXT DATA BSS ==> [0000200000 - 00008797bc]
[    0.000000]   #4 [000087a000 - 000c71aa00]          RAMDISK ==> [000087a000 - 000c71aa00]
[    0.000000]   #5 [000cd2b000 - 000d265000]          PGTABLE ==> [000cd2b000 - 000d265000]
[    0.000000] found SMP MP-table at [ffff8800000fe710] 000fe710
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00100000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x000000a0
[    0.000000]     0: 0x00000100 -> 0x0000c71b
[    0.000000]     0: 0x0000ccc0 -> 0x000b46ef
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x05] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 0, 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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
(XEN) io_apic.c:2203: 
(XEN) ioapic_guest_write: apic=0, pin=2, old_irq=0, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f0, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
(XEN) io_apic.c:2203: 
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 000000000c71b000 - 000000000ccc0000
[    0.000000] Allocating PCI resources starting at b8000000 (gap: b46ef000:4b911000)
[    0.000000] PERCPU: Allocating 57344 bytes of per cpu data
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 725747
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/sda1 ro console=hvc0 earlyprintk=xen xencons=ttyS0,115200 pci=nomsi
[    0.000000] Initializing CPU#0
[    0.000000] xen: allocated irq 9 for acpi 9
[    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[    0.000000] Detected 2394.052 MHz processor.
[    0.004000] Console: colour dummy device 80x25
[    0.004000] console handover: boot [xenboot0] -> real [hvc0]
[    0.004000] allocated 30146560 bytes of page_cgroup
[    0.004000] please try cgroup_disable=memory option if you don't want
[    0.004000] Checking aperture...
[    0.004000] No AGP bridge found
[    0.004000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.004000] Placing 64MB software IO TLB between ffff88001187e000 - ffff88001587dfff
[    0.004000] software IO TLB at phys 0x1187e000 - 0x1587dfff bus 0x1c0000 - 0x7f3ffff
[    0.004000] Memory: 2605160k/2956220k available (3005k kernel code, 6164k absent, 344896k reserved, 1701k data, 568k init)
[    0.004000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.004000] installing Xen timer for CPU 0
[    0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4788.10 BogoMIPS (lpj=9576208)
[    0.004000] Security Framework initialized
[    0.004000] SELinux:  Disabled at boot.
[    0.004000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.004000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.004000] Mount-cache hash table entries: 256
[    0.004053] Initializing cgroup subsys ns
[    0.004060] Initializing cgroup subsys cpuacct
[    0.004064] Initializing cgroup subsys memory
[    0.004092] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.004095] CPU: L2 cache: 4096K
[    0.004100] CPU 0/0x0 -> Node 0
[    0.004103] CPU: Physical Processor ID: 0
[    0.004106] CPU: Processor Core ID: 0
[    0.004123] SMP alternatives: switching to UP code
[    0.028442] ACPI: Core revision 20080926
[    0.236846] cpu 0 spinlock event irq 17
[    0.237340] installing Xen timer for CPU 1
[    0.237358] cpu 1 spinlock event irq 23
[    0.237384] SMP alternatives: switching to SMP code
[    0.000008] Initializing CPU#1
[    0.000050] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.000051] CPU: L2 cache: 4096K
[    0.000054] CPU 1/0x0 -> Node 0
[    0.000055] CPU: Physical Processor ID: 0
[    0.000056] CPU: Processor Core ID: 0
[    0.267265] Brought up 2 CPUs
[    0.267545] net_namespace: 1400 bytes
[    0.267552] Booting paravirtualized kernel on Xen
[    0.267555] Xen version: 3.4-unstable (preserve-AD) (dom0)
[    0.271075] Grant table initialized
[    0.271106] Time: 20:08:38  Date: 12/11/08
[    0.271133] NET: Registered protocol family 16
[    0.271374] xenbus_probe_init ok
[    0.271578] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.271584] ACPI: bus type pci registered
[    0.271687] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.271692] PCI: Not using MMCONFIG.
[    0.271695] PCI: Using configuration type 1 for base access
[    0.326127] ACPI: BIOS _OSI(Linux) query ignored
[    0.347328] ACPI: Interpreter enabled
[    0.347333] ACPI: (supports S0 S3 S4 S5)
[    0.347351] ACPI: Using IOAPIC for interrupt routing
[    0.347461] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.414708] PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
[    0.461431] PCI: Using MMCONFIG at e0000000 - efffffff
[    0.558317] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[    0.558334] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.558365] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.558365] pci 0000:00:01.0: PME# disabled
[    0.558365] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.558365] pci 0000:00:1a.7: PME# disabled
[    0.558365] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.558365] pci 0000:00:1b.0: PME# disabled
[    0.558365] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.558365] pci 0000:00:1c.0: PME# disabled
[    0.558365] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.558365] pci 0000:00:1c.4: PME# disabled
[    0.560093] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.560101] pci 0000:00:1d.7: PME# disabled
[    0.560311] pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
[    0.560318] pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO
[    0.560445] pci 0000:00:1f.2: PME# supported from D3hot
[    0.560452] pci 0000:00:1f.2: PME# disabled
[    0.560641] pci 0000:00:1f.5: PME# supported from D3hot
[    0.560647] pci 0000:00:1f.5: PME# disabled
[    0.561188] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.561196] pci 0000:03:00.0: PME# disabled
[    0.561408] pci 0000:04:02.0: PME# supported from D1 D2 D3hot D3cold
[    0.561416] pci 0000:04:02.0: PME# disabled
[    0.561486] pci 0000:00:1e.0: transparent bridge
[    1.536603] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
[    1.537430] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    1.538235] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 9 10 11 12 15)
[    1.539014] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    1.540470] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    1.541245] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    1.542052] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    1.542864] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 9 10 11 12 15)
[    1.543076] ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] - 00, should be 88 [20080926]
[    1.543076] xen_balloon: Initialising balloon driver.
[    1.543076] PCI: Using ACPI for IRQ routing
[    1.560019] NET: Registered protocol family 8
[    1.560024] NET: Registered protocol family 20
[    1.560048] NetLabel: Initializing
[    1.560048] NetLabel:  domain hash size = 128
[    1.560048] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.560048] NetLabel:  unlabeled traffic allowed by default
[    1.560048] Xen: Initializing Xen DMA ops
[    1.560048] Xen: Enabling DMA fallback to swiotlb
[    1.560082] PCI-GART: No AMD GART found.
[    1.572160] pnp: PnP ACPI init
[    1.572173] ACPI: bus type pnp registered
[    1.584739] pnp 00:01: io resource (0x800-0x85f) overlaps 0000:00:1f.0 BAR 7 (0x800-0x87f), disabling
[    1.584745] pnp 00:01: io resource (0x860-0x8ff) overlaps 0000:00:1f.0 BAR 7 (0x800-0x87f), disabling
[    1.584994] system 00:01: ioport range 0xc00-0xc7f has been reserved
[    1.585610] xen_set_ioapic_routing: irq 13 gsi 13 vector 112 ioapic 0 pin 13 triggering 1 polarity 0
[    1.586157] xen_set_ioapic_routing: irq 8 gsi 8 vector 72 ioapic 0 pin 8 triggering 1 polarity 0
[    1.602701] xen_set_ioapic_routing: irq 4 gsi 4 vector 241 ioapic 0 pin 4 triggering 1 polarity 0
(XEN) io_apic.c:2216: 
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=4
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=000189f1
(XEN) ioapic_guest_write: Attempt to modify IO-APIC pin for in-use IRQ!
[    1.625751] system 00:07: iomem range 0x0-0x9ffff could not be reserved
[    1.625756] system 00:07: iomem range 0x100000-0xffffff could not be reserved
[    1.625761] system 00:07: iomem range 0x1000000-0xcfdffbff could not be reserved
[    1.625766] system 00:07: iomem range 0xf0000-0xfffff could not be reserved
[    1.625770] system 00:07: iomem range 0xc0000-0xcffff could not be reserved
[    1.625774] system 00:07: iomem range 0xfec00000-0xfecfffff has been reserved
[    1.625778] system 00:07: iomem range 0xfee00000-0xfeefffff has been reserved
[    1.625783] system 00:07: iomem range 0xffb00000-0xffbfffff has been reserved
[    1.625787] system 00:07: iomem range 0xffc00000-0xffffffff has been reserved
[    1.630128] system 00:08: ioport range 0x100-0x1fe has been reserved
[    1.630133] system 00:08: ioport range 0x200-0x277 has been reserved
[    1.630137] system 00:08: ioport range 0x280-0x2e7 has been reserved
[    1.630141] system 00:08: ioport range 0x2f0-0x2f7 has been reserved
[    1.630145] system 00:08: ioport range 0x300-0x377 has been reserved
[    1.630149] system 00:08: ioport range 0x380-0x3bb has been reserved
[    1.630153] system 00:08: ioport range 0x3c0-0x3e7 has been reserved
[    1.630157] system 00:08: ioport range 0x3f6-0x3f7 has been reserved
[    1.630161] system 00:08: ioport range 0x400-0x4cf has been reserved
[    1.630166] system 00:08: ioport range 0x4d2-0x57f has been reserved
[    1.630170] system 00:08: ioport range 0x580-0x677 has been reserved
[    1.630174] system 00:08: ioport range 0x680-0x777 has been reserved
[    1.630178] system 00:08: ioport range 0x780-0x7bb has been reserved
[    1.630182] system 00:08: ioport range 0x7c0-0x7ff has been reserved
[    1.630186] system 00:08: ioport range 0x8e0-0x8ff has been reserved
[    1.630190] system 00:08: ioport range 0x900-0x9fe has been reserved
[    1.630194] system 00:08: ioport range 0xa00-0xafe has been reserved
[    1.630199] system 00:08: ioport range 0xb00-0xbfe has been reserved
[    1.630203] system 00:08: ioport range 0xc80-0xcaf has been reserved
[    1.630207] system 00:08: ioport range 0xcc0-0xcf7 has been reserved
[    1.630211] system 00:08: ioport range 0xd00-0xdfe has been reserved
[    1.630215] system 00:08: ioport range 0xe00-0xefe has been reserved
[    1.630220] system 00:08: ioport range 0xf00-0xffe has been reserved
[    1.630224] system 00:08: ioport range 0x2000-0x20fe has been reserved
[    1.630228] system 00:08: ioport range 0x2100-0x21fe has been reserved
[    1.630232] system 00:08: ioport range 0x2200-0x22fe has been reserved
[    1.630237] system 00:08: ioport range 0x2300-0x23fe has been reserved
[    1.630241] system 00:08: ioport range 0x2400-0x24fe has been reserved
[    1.630245] system 00:08: ioport range 0x2500-0x25fe has been reserved
[    1.630249] system 00:08: ioport range 0x2600-0x26fe has been reserved
[    1.630253] system 00:08: ioport range 0x2700-0x27fe has been reserved
[    1.630258] system 00:08: ioport range 0x2800-0x28fe has been reserved
[    1.630262] system 00:08: ioport range 0x2900-0x29fe has been reserved
[    1.630266] system 00:08: ioport range 0x2a00-0x2afe has been reserved
[    1.630270] system 00:08: ioport range 0x2b00-0x2bfe has been reserved
[    1.630275] system 00:08: ioport range 0x2c00-0x2cfe has been reserved
[    1.630279] system 00:08: ioport range 0x2d00-0x2dfe has been reserved
[    1.630283] system 00:08: ioport range 0x2e00-0x2efe has been reserved
[    1.630288] system 00:08: ioport range 0x2f00-0x2ffe has been reserved
[    1.630292] system 00:08: ioport range 0x5000-0x50fe has been reserved
[    1.630296] system 00:08: ioport range 0x5100-0x51fe has been reserved
[    1.630301] system 00:08: ioport range 0x5200-0x52fe has been reserved
[    1.630305] system 00:08: ioport range 0x5300-0x53fe has been reserved
[    1.630309] system 00:08: ioport range 0x5400-0x54fe has been reserved
[    1.630314] system 00:08: ioport range 0x5500-0x55fe has been reserved
[    1.630318] system 00:08: ioport range 0x5600-0x56fe has been reserved
[    1.630323] system 00:08: ioport range 0x5700-0x57fe has been reserved
[    1.630330] system 00:08: ioport range 0x5800-0x58fe has been reserved
[    1.630334] system 00:08: ioport range 0x5900-0x59fe has been reserved
[    1.630338] system 00:08: ioport range 0x5a00-0x5afe has been reserved
[    1.630343] system 00:08: ioport range 0x5b00-0x5bfe has been reserved
[    1.630347] system 00:08: ioport range 0x5c00-0x5cfe has been reserved
[    1.630351] system 00:08: ioport range 0x5d00-0x5dfe has been reserved
[    1.630356] system 00:08: ioport range 0x5e00-0x5efe has been reserved
[    1.630360] system 00:08: ioport range 0x5f00-0x5ffe has been reserved
[    1.630365] system 00:08: ioport range 0x6000-0x60fe has been reserved
[    1.630369] system 00:08: ioport range 0x6100-0x61fe has been reserved
[    1.630373] system 00:08: ioport range 0x6200-0x62fe has been reserved
[    1.630378] system 00:08: ioport range 0x6300-0x63fe has been reserved
[    1.630382] system 00:08: ioport range 0x6400-0x64fe has been reserved
[    1.630386] system 00:08: ioport range 0x6500-0x65fe has been reserved
[    1.630391] system 00:08: ioport range 0x6600-0x66fe has been reserved
[    1.630396] system 00:08: ioport range 0x6700-0x67fe has been reserved
[    1.630400] system 00:08: ioport range 0x6800-0x68fe has been reserved
[    1.630404] system 00:08: ioport range 0x6900-0x69fe has been reserved
[    1.630409] system 00:08: ioport range 0x6a00-0x6afe has been reserved
[    1.630413] system 00:08: ioport range 0x6b00-0x6bfe has been reserved
[    1.630418] system 00:08: ioport range 0x6c00-0x6cfe has been reserved
[    1.630422] system 00:08: ioport range 0x6d00-0x6dfe has been reserved
[    1.630427] system 00:08: ioport range 0x6e00-0x6efe has been reserved
[    1.630431] system 00:08: ioport range 0x6f00-0x6ffe has been reserved
[    1.630436] system 00:08: ioport range 0xa000-0xa0fe has been reserved
[    1.630440] system 00:08: ioport range 0xa100-0xa1fe has been reserved
[    1.630445] system 00:08: ioport range 0xa200-0xa2fe has been reserved
[    1.630449] system 00:08: ioport range 0xa300-0xa3fe has been reserved
[    1.630453] system 00:08: ioport range 0xa400-0xa4fe has been reserved
[    1.630458] system 00:08: ioport range 0xa500-0xa5fe has been reserved
[    1.630462] system 00:08: ioport range 0xa600-0xa6fe has been reserved
[    1.630470] system 00:08: ioport range 0xa700-0xa7fe has been reserved
[    1.630474] system 00:08: ioport range 0xa800-0xa8fe has been reserved
[    1.630479] system 00:08: ioport range 0xa900-0xa9fe has been reserved
[    1.630483] system 00:08: ioport range 0xaa00-0xaafe has been reserved
[    1.630488] system 00:08: ioport range 0xab00-0xabfe has been reserved
[    1.630492] system 00:08: ioport range 0xac00-0xacfe has been reserved
[    1.635576] system 00:08: ioport range 0xad00-0xadfe has been reserved
[    1.641115] system 00:08: ioport range 0xae00-0xaefe has been reserved
[    1.648037] system 00:08: ioport range 0xaf00-0xaffe has been reserved
[    1.654960] system 00:08: iomem range 0xe0000000-0xefffffff has been reserved
[    1.663269] system 00:08: iomem range 0xfeda0000-0xfedacfff has been reserved
[    1.670472] pnp: PnP ACPI: found 10 devices
[    1.672962] ACPI: ACPI bus type pnp unregistered
[    1.683636] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    1.684058] pci 0000:00:01.0:   IO window: 0xd000-0xdfff
[    1.689583] pci 0000:00:01.0:   MEM window: 0xfe900000-0xfeafffff
[    1.696504] pci 0000:00:01.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
[    1.703429] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[    1.710348] pci 0000:00:1c.0:   IO window: disabled
[    1.714506] pci 0000:00:1c.0:   MEM window: 0xfe800000-0xfe8fffff
[    1.720044] pci 0000:00:1c.0:   PREFETCH window: disabled
[    1.725585] pci 0000:00:1c.4: PCI bridge, secondary bus 0000:03
[    1.732503] pci 0000:00:1c.4:   IO window: disabled
[    1.736664] pci 0000:00:1c.4:   MEM window: 0xfe700000-0xfe7fffff
[    1.743584] pci 0000:00:1c.4:   PREFETCH window: disabled
[    1.747743] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:04
[    1.754660] pci 0000:00:1e.0:   IO window: 0xc000-0xcfff
[    1.758818] pci 0000:00:1e.0:   MEM window: 0xfe500000-0xfe6fffff
[    1.765738] pci 0000:00:1e.0:   PREFETCH window: 0x000000b8000000-0x000000b80fffff
[    1.774081] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    1.782356] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[    1.789276] xen: PCI device 0000:00:01.0 pin 1 -> irq 29
[    1.794832] xen_allocate_pirq: returning irq 29 for gsi 16
[    1.800354] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    1.810047] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[    1.815586] xen: PCI device 0000:00:1c.0 pin 1 -> irq 29
[    1.821139] xen_allocate_pirq: returning irq 29 for gsi 16
[    1.826664] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    1.836357] pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[    1.843280] xen: PCI device 0000:00:1c.4 pin 1 -> irq 29
[    1.847450] bus: 00 index 0 io port: [0x00-0xffff]
[    1.852972] bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
[    1.859895] bus: 01 index 0 io port: [0xd000-0xdfff]
[    1.864049] bus: 01 index 1 mmio: [0xfe900000-0xfeafffff]
[    1.869587] bus: 01 index 2 mmio: [0xd0000000-0xdfffffff]
[    1.875127] bus: 01 index 3 mmio: [0x0-0x0]
[    1.879281] bus: 02 index 0 mmio: [0x0-0x0]
[    1.883435] bus: 02 index 1 mmio: [0xfe800000-0xfe8fffff]
[    1.888974] bus: 02 index 2 mmio: [0x0-0x0]
[    1.893127] bus: 02 index 3 mmio: [0x0-0x0]
[    1.897282] bus: 03 index 0 mmio: [0x0-0x0]
[    1.901436] bus: 03 index 1 mmio: [0xfe700000-0xfe7fffff]
[    1.906974] bus: 03 index 2 mmio: [0x0-0x0]
[    1.911129] bus: 03 index 3 mmio: [0x0-0x0]
[    1.915284] bus: 04 index 0 io port: [0xc000-0xcfff]
[    1.920821] bus: 04 index 1 mmio: [0xfe500000-0xfe6fffff]
[    1.926361] bus: 04 index 2 mmio: [0xb8000000-0xb80fffff]
[    1.931899] bus: 04 index 3 io port: [0x00-0xffff]
[    1.936054] bus: 04 index 4 mmio: [0x000000-0xffffffffffffffff]
[    1.942983] NET: Registered protocol family 2
[    1.984334] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    1.986133] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    1.990094] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.990590] TCP: Hash tables configured (established 524288 bind 65536)
[    1.990595] TCP reno registered
[    2.000202] NET: Registered protocol family 1
[    2.000346] checking if image is initramfs... it is
[    2.152715] Freeing initrd memory: 195202k freed
[    2.261178] Simple Boot Flag at 0x7a set to 0x1
[    2.262280] audit: initializing netlink socket (disabled)
[    2.262301] type=2000 audit(1229026120.997:1): initialized
[    2.268017] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.270394] VFS: Disk quotas dquot_6.5.1
[    2.270473] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.270584] msgmni has been set to 6155
[    2.270781] alg: No test for stdrng (krng)
[    2.270797] io scheduler noop registered
[    2.270800] io scheduler anticipatory registered
[    2.270804] io scheduler deadline registered
[    2.270916] io scheduler cfq registered (default)
[    2.271282] pcieport-driver 0000:00:01.0: found MSI capability
[    2.271488] pcieport-driver 0000:00:1c.0: found MSI capability
[    2.271732] pcieport-driver 0000:00:1c.4: found MSI capability
[    2.272318] xenbus_probe_backend_init bus registered ok
[    2.272382] Event-channel device installed.
[    2.272385] ***blkif_init
[    2.307398] hpet_acpi_add: no address or irqs in _CRS
[    2.307444] Linux agpgart interface v0.103
[    2.307450] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
[    2.310194] brd: module loaded
[    2.310266] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[    2.310462] PNP: No PS/2 controller found. Probing ports directly.
[    2.312625] i8042: probe of i8042 failed with error -38
[    2.321232] mice: PS/2 mouse device common for all mice
[    2.321312] rtc_cmos 00:05: RTC can wake from S4
[    2.321387] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    2.321425] rtc0: alarms up to one day, 242 bytes nvram
[    2.321470] cpuidle: using governor ladder
[    2.321474] cpuidle: using governor menu
[    2.321806] TCP cubic registered
[    2.321824] IO APIC resources could be not be allocated.
[    2.322011] registered taskstats version 1
[    2.322119]   Magic number: 4:51:144
[    2.322124] block ram9: hash matches
[    2.322247] rtc_cmos 00:05: setting system clock to 2008-12-11 20:08:40 UTC (1229026120)
[    2.322253] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.322256] EDD information not available.
[    2.322277] Freeing unused kernel memory: 568k freed
[    2.322494] Write protecting the kernel read-only data: 4316k
Loading, please wait...
Couldnt get a file descriptor referring to the console
Begin: Loading essential drivers... ...
[    2.414276] fuse init (API version 7.10)
[    2.446634] device-mapper: uevent: version 1.0.3
[    2.446849] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
Done.
Begin: Running /scripts/init-premount ...
Done.
Begin: Mounting root file system... ...
Begin: Running /scripts/local-top ...
Done.
Begin: Waiting for root file system... ...
[    2.671006] usbcore: registered new interface driver usbfs
[    2.671036] usbcore: registered new interface driver hub
[    2.671070] usbcore: registered new device driver usb
[    2.673782] uhci_hcd: USB Universal Host Controller Interface driver
[    2.673831] xen_allocate_pirq: returning irq 29 for gsi 16
[    2.673837] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    2.673846] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[    2.673851] xen: PCI device 0000:00:1a.0 pin 1 -> irq 29
[    2.673868] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    2.673904] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    2.673950] uhci_hcd 0000:00:1a.0: irq 29, io base 0x0000ff20
[    2.674159] usb usb1: configuration #1 chosen from 1 choice
[    2.674184] hub 1-0:1.0: USB hub found
[    2.674198] hub 1-0:1.0: 2 ports detected
[    2.674332] xen_set_ioapic_routing: irq 31 gsi 17 vector 152 ioapic 0 pin 17 triggering 0 polarity 1
[    2.674340] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 17 (level, low) -> IRQ 31
[    2.674345] xen: PCI device 0000:00:1a.1 pin 2 -> irq 31
[    2.674358] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    2.674377] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
[    2.674416] uhci_hcd 0000:00:1a.1: irq 31, io base 0x0000ff00
[    2.674506] usb usb2: configuration #1 chosen from 1 choice
[    2.674528] hub 2-0:1.0: USB hub found
[    2.674541] hub 2-0:1.0: 2 ports detected
[    2.674676] xen_set_ioapic_routing: irq 32 gsi 23 vector 160 ioapic 0 pin 23 triggering 0 polarity 1
[    2.674685] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 32
[    2.674690] xen: PCI device 0000:00:1d.0 pin 1 -> irq 32
[    2.674703] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    2.674723] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 3
[    2.674762] uhci_hcd 0000:00:1d.0: irq 32, io base 0x0000ff80
[    2.674850] usb usb3: configuration #1 chosen from 1 choice
[    2.674872] hub 3-0:1.0: USB hub found
[    2.674886] hub 3-0:1.0: 2 ports detected
[    2.674995] xen_allocate_pirq: returning irq 31 for gsi 17
[    2.675000] xen_set_ioapic_routing: irq 31 gsi 17 vector 152 ioapic 0 pin 17 triggering 0 polarity 1
[    2.675009] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 31
[    2.675014] xen: PCI device 0000:00:1d.1 pin 2 -> irq 31
[    2.675027] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    2.675048] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 4
[    2.675080] uhci_hcd 0000:00:1d.1: irq 31, io base 0x0000ff60
[    2.675241] usb usb4: configuration #1 chosen from 1 choice
[    2.675263] hub 4-0:1.0: USB hub found
[    2.675277] hub 4-0:1.0: 2 ports detected
[    2.675393] xen_set_ioapic_routing: irq 33 gsi 18 vector 168 ioapic 0 pin 18 triggering 0 polarity 1
[    2.675400] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 33
[    2.675405] xen: PCI device 0000:00:1d.2 pin 3 -> irq 33
[    2.675418] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    2.675440] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 5
[    2.675509] uhci_hcd 0000:00:1d.2: irq 33, io base 0x0000ff40
[    2.675601] usb usb5: configuration #1 chosen from 1 choice
[    2.675625] hub 5-0:1.0: USB hub found
[    2.675638] hub 5-0:1.0: 2 ports detected
[    2.700928] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.700934] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
[    2.700997] xen_set_ioapic_routing: irq 34 gsi 22 vector 176 ioapic 0 pin 22 triggering 0 polarity 1
[    2.701007] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 34
[    2.701012] xen: PCI device 0000:00:1a.7 pin 3 -> irq 34
[    2.701189] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    2.701226] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 6
[    2.705151] ehci_hcd 0000:00:1a.7: debug port 1
[    2.705177] ehci_hcd 0000:00:1a.7: irq 34, io mem 0xfebfbc00
[    2.720071] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    2.720195] usb usb6: configuration #1 chosen from 1 choice
[    2.720220] hub 6-0:1.0: USB hub found
[    2.720236] hub 6-0:1.0: 4 ports detected
[    2.720364] xen_allocate_pirq: returning irq 32 for gsi 23
[    2.720370] xen_set_ioapic_routing: irq 32 gsi 23 vector 160 ioapic 0 pin 23 triggering 0 polarity 1
[    2.720378] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 32
[    2.720383] xen: PCI device 0000:00:1d.7 pin 1 -> irq 32
[    2.720407] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    2.720431] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 7
[    2.724346] ehci_hcd 0000:00:1d.7: debug port 1
[    2.724365] ehci_hcd 0000:00:1d.7: irq 32, io mem 0xff980800
[    2.738944] tg3.c:v3.94 (August 14, 2008)
[    2.738969] vendor=8086 device=2847
[    2.738975] xen_allocate_pirq: returning irq 29 for gsi 16
[    2.738980] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    2.738989] tg3 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[    2.738994] xen: PCI device 0000:03:00.0 pin 1 -> irq 29
[    2.740075] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    2.740199] usb usb7: configuration #1 chosen from 1 choice
[    2.740226] hub 7-0:1.0: USB hub found
[    2.740244] hub 7-0:1.0: 6 ports detected
[    2.756732] eth0: Tigon3 [partno(BCM95754) rev b002 PHY(5787)] (PCI Express) 10/100/1000Base-T Ethernet 00:1a:a0:a9:f2:81
[    2.756740] eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] WireSpeed[1] TSOcap[1]
[    2.756744] eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    2.771010] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.771046] vendor=8086 device=244e
[    2.771052] xen_allocate_pirq: returning irq 33 for gsi 18
[    2.771057] xen_set_ioapic_routing: irq 33 gsi 18 vector 168 ioapic 0 pin 18 triggering 0 polarity 1
[    2.775192] r8169 0000:04:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 33
[    2.782111] xen: PCI device 0000:04:02.0 pin 1 -> irq 33
[    2.787826] SCSI subsystem initialized
[    2.790435] r8169 0000:04:02.0: no PCI Express capability
[    2.798587] eth1: RTL8110s at 0xffffc2000104cf00, 00:18:4d:f0:19:07, XID 04000000 IRQ 33
[    2.835473] xen_set_ioapic_routing: irq 35 gsi 20 vector 184 ioapic 0 pin 20 triggering 0 polarity 1
[    2.835485] ata_piix 0000:00:1f.2: PCI INT C -> GSI 20 (level, low) -> IRQ 35
[    2.835490] xen: PCI device 0000:00:1f.2 pin 3 -> irq 35
[    2.835496] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    2.988198] scsi0 : ata_piix
[    2.988297] scsi1 : ata_piix
[    2.993149] ata1: SATA max UDMA/133 cmd 0xfe00 ctl 0xfe10 bmdma 0xfec0 irq 35
[    2.993159] ata2: SATA max UDMA/133 cmd 0xfe20 ctl 0xfe30 bmdma 0xfec8 irq 35
[    3.148111] usb 7-5: new high speed USB device using ehci_hcd and address 3
[    3.280517] usb 7-5: configuration #1 chosen from 1 choice
[    3.280807] hub 7-5:1.0: USB hub found
[    3.280907] hub 7-5:1.0: 4 ports detected
[    3.520069] usb 2-2: new low speed USB device using uhci_hcd and address 2
[    3.700627] usb 2-2: configuration #1 chosen from 1 choice
[    3.752741] usbcore: registered new interface driver hiddev
[    3.768768] ------------[ cut here ]------------
[    3.768778] WARNING: at kernel/smp.c:333 smp_call_function_mask+0x200/0x210()
[    3.768783] Hardware name: OptiPlex 745                 
[    3.768786] Modules linked in: usbhid(+) hid ata_piix(+) libata scsi_mod r8169 mii tg3 libphy ehci_hcd uhci_hcd usbcore dm_mirror dm_region_hash dm_log dm_snapshot dm_mod thermal processor fan fuse
[    3.768811] Pid: 1953, comm: modprobe Not tainted 2.6.28-rc7-tip #1
[    3.768815] Call Trace:
[    3.768820]  [<ffffffff8024d9bc>] warn_slowpath+0xdc/0x110
[    3.768826]  [<ffffffff802aeb67>] ? __alloc_pages_internal+0xd7/0x4d0
[    3.768832]  [<ffffffff804e7ea9>] ? _spin_lock+0x9/0x10
[    3.768836]  [<ffffffff802af726>] ? free_pages_bulk+0x2d6/0x310
[    3.768840]  [<ffffffff802af8c7>] ? free_hot_cold_page+0x167/0x230
[    3.768846]  [<ffffffff8020b7b0>] ? load_TLS_descriptor+0x80/0xc0
[    3.768851]  [<ffffffff80244600>] ? update_curr+0xa0/0xf0
[    3.768855]  [<ffffffff80274650>] smp_call_function_mask+0x200/0x210
[    3.768860]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    3.768892]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    3.768896]  [<ffffffff802ae861>] ? get_page_from_freelist+0x4b1/0x6e0
[    3.768901]  [<ffffffff8020c8e2>] ? xen_pte_val+0x12/0x40
[    3.768906]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    3.768910]  [<ffffffff8027467b>] smp_call_function+0x1b/0x20
[    3.768915]  [<ffffffff802530cf>] on_each_cpu+0x1f/0x50
[    3.768919]  [<ffffffff80225a17>] flush_tlb_all+0x17/0x20
[    3.768924]  [<ffffffff802c7307>] __purge_vmap_area_lazy+0x127/0x180
[    3.768929]  [<ffffffff802c8816>] vm_unmap_aliases+0x166/0x180
[    3.768933]  [<ffffffff8020dbcd>] xen_create_contiguous_region+0x5d/0x110
[    3.768939]  [<ffffffff802d2378>] ? alloc_pages_current+0xa8/0x100
[    3.768945]  [<ffffffff803afbe4>] xen_alloc_coherent+0x94/0x100
[    3.768950]  [<ffffffff802cdb0f>] dma_pool_alloc+0x1af/0x2b0
[    3.768955]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    3.768971]  [<ffffffffa0076327>] hcd_buffer_alloc+0x127/0x130 [usbcore]
[    3.768984]  [<ffffffffa006938e>] usb_buffer_alloc+0x1e/0x30 [usbcore]
[    3.768990]  [<ffffffffa0175ddb>] usbhid_start+0xdb/0x570 [usbhid]
[    3.768998]  [<ffffffffa01649e9>] hid_device_probe+0xc9/0x100 [hid]
[    3.769003]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    3.769008]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    3.769012]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    3.769016]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    3.769021]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    3.769025]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    3.769030]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    3.769036]  [<ffffffffa01645c5>] hid_add_device+0x95/0x120 [hid]
[    3.769042]  [<ffffffffa0174dd2>] hid_probe+0x222/0x310 [usbhid]
[    3.769054]  [<ffffffffa0074586>] usb_probe_interface+0xc6/0x180 [usbcore]
[    3.769059]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    3.769064]  [<ffffffff8041f179>] __driver_attach+0x99/0xa0
[    3.769068]  [<ffffffff8041f0e0>] ? __driver_attach+0x0/0xa0
[    3.769072]  [<ffffffff8041e864>] bus_for_each_dev+0x54/0x80
[    3.769077]  [<ffffffff8041ee1c>] driver_attach+0x1c/0x20
[    3.769081]  [<ffffffff8041e189>] bus_add_driver+0x1e9/0x260
[    3.769086]  [<ffffffff8041f41f>] driver_register+0x5f/0x140
[    3.769098]  [<ffffffffa00735d9>] usb_register_driver+0xa9/0x120 [usbcore]
[    3.769104]  [<ffffffffa017f000>] ? hid_init+0x0/0xa0 [usbhid]
[    3.769109]  [<ffffffffa017f069>] hid_init+0x69/0xa0 [usbhid]
[    3.769113]  [<ffffffff8020a03c>] do_one_initcall+0x3c/0x170
[    3.769119]  [<ffffffff802687f3>] ? __blocking_notifier_call_chain+0x63/0x80
[    3.769124]  [<ffffffff80278c52>] sys_init_module+0xb2/0x1f0
[    3.769129]  [<ffffffff802125aa>] system_call_fastpath+0x16/0x1b
[    3.769133] ---[ end trace 6f4062237fd4774c ]---
[    3.769137] ------------[ cut here ]------------
[    3.769141] WARNING: at kernel/smp.c:220 smp_call_function_single+0xf6/0x100()
[    3.769145] Hardware name: OptiPlex 745                 
[    3.769148] Modules linked in: usbhid(+) hid ata_piix(+) libata scsi_mod r8169 mii tg3 libphy ehci_hcd uhci_hcd usbcore dm_mirror dm_region_hash dm_log dm_snapshot dm_mod thermal processor fan fuse
[    3.769170] Pid: 1953, comm: modprobe Tainted: G        W  2.6.28-rc7-tip #1
[    3.769174] Call Trace:
[    3.769177]  [<ffffffff8024d9bc>] warn_slowpath+0xdc/0x110
[    3.769182]  [<ffffffff80216302>] ? dump_stack+0x72/0x80
[    3.769186]  [<ffffffff80275187>] ? print_modules+0x97/0xa0
[    3.769190]  [<ffffffff8024d78e>] ? print_oops_end_marker+0x1e/0x20
[    3.769195]  [<ffffffff8024d9cf>] ? warn_slowpath+0xef/0x110
[    3.769199]  [<ffffffff802aeb67>] ? __alloc_pages_internal+0xd7/0x4d0
[    3.769203]  [<ffffffff802af726>] ? free_pages_bulk+0x2d6/0x310
[    3.769208]  [<ffffffff802af8c7>] ? free_hot_cold_page+0x167/0x230
[    3.769213]  [<ffffffff80274446>] smp_call_function_single+0xf6/0x100
[    3.769217]  [<ffffffff8020b7b0>] ? load_TLS_descriptor+0x80/0xc0
[    3.769221]  [<ffffffff80244600>] ? update_curr+0xa0/0xf0
[    3.769225]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    3.769230]  [<ffffffff80274614>] smp_call_function_mask+0x1c4/0x210
[    3.769235]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    3.769239]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    3.769244]  [<ffffffff802ae861>] ? get_page_from_freelist+0x4b1/0x6e0
[    3.769248]  [<ffffffff8020c8e2>] ? xen_pte_val+0x12/0x40
[    3.769252]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    3.769257]  [<ffffffff8027467b>] smp_call_function+0x1b/0x20
[    3.769261]  [<ffffffff802530cf>] on_each_cpu+0x1f/0x50
[    3.769265]  [<ffffffff80225a17>] flush_tlb_all+0x17/0x20
[    3.769269]  [<ffffffff802c7307>] __purge_vmap_area_lazy+0x127/0x180
[    3.769274]  [<ffffffff802c8816>] vm_unmap_aliases+0x166/0x180
[    3.769279]  [<ffffffff8020dbcd>] xen_create_contiguous_region+0x5d/0x110
[    3.769283]  [<ffffffff802d2378>] ? alloc_pages_current+0xa8/0x100
[    3.769288]  [<ffffffff803afbe4>] xen_alloc_coherent+0x94/0x100
[    3.769292]  [<ffffffff802cdb0f>] dma_pool_alloc+0x1af/0x2b0
[    3.769297]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    3.769308]  [<ffffffffa0076327>] hcd_buffer_alloc+0x127/0x130 [usbcore]
[    3.769320]  [<ffffffffa006938e>] usb_buffer_alloc+0x1e/0x30 [usbcore]
[    3.769326]  [<ffffffffa0175ddb>] usbhid_start+0xdb/0x570 [usbhid]
[    3.769333]  [<ffffffffa01649e9>] hid_device_probe+0xc9/0x100 [hid]
[    3.769338]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    3.769342]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    3.769346]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    3.769350]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    3.769355]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    3.769359]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    3.769363]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    3.769369]  [<ffffffffa01645c5>] hid_add_device+0x95/0x120 [hid]
[    3.769375]  [<ffffffffa0174dd2>] hid_probe+0x222/0x310 [usbhid]
[    3.769387]  [<ffffffffa0074586>] usb_probe_interface+0xc6/0x180 [usbcore]
[    3.769392]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    3.769397]  [<ffffffff8041f179>] __driver_attach+0x99/0xa0
[    3.769401]  [<ffffffff8041f0e0>] ? __driver_attach+0x0/0xa0
[    3.769406]  [<ffffffff8041e864>] bus_for_each_dev+0x54/0x80
[    3.769410]  [<ffffffff8041ee1c>] driver_attach+0x1c/0x20
[    3.769414]  [<ffffffff8041e189>] bus_add_driver+0x1e9/0x260
[    3.769419]  [<ffffffff8041f41f>] driver_register+0x5f/0x140
[    3.769431]  [<ffffffffa00735d9>] usb_register_driver+0xa9/0x120 [usbcore]
[    3.769437]  [<ffffffffa017f000>] ? hid_init+0x0/0xa0 [usbhid]
[    3.769442]  [<ffffffffa017f069>] hid_init+0x69/0xa0 [usbhid]
[    3.769446]  [<ffffffff8020a03c>] do_one_initcall+0x3c/0x170
[    3.769450]  [<ffffffff802687f3>] ? __blocking_notifier_call_chain+0x63/0x80
[    3.772460]  [<ffffffff80278c52>] sys_init_module+0xb2/0x1f0
[    3.772460]  [<ffffffff802125aa>] system_call_fastpath+0x16/0x1b
[    3.772460] ---[ end trace 6f4062237fd4774c ]---
[    3.792452] input: Logitech Optical USB Mouse as /devices/pci0000:00/0000:00:1a.1/usb2/2-2/2-2:1.0/input/input1
[    3.803560] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.809001] ata1.01: SATA link down (SStatus 4 SControl 300)
[    3.828226] generic-usb 0003:046D:C016.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-0000:00:1a.1-2/input0
[    3.828249] usbcore: registered new interface driver usbhid
[    3.832551] usbhid: v2.6:USB HID core driver
[    3.870139] ata1.00: ATA-7: ST3250820AS, 3.ADG, max UDMA/133
[    3.870145] ata1.00: 488281250 sectors, multi 8: LBA48 NCQ (depth 0/32)
[    3.936783] ata1.00: configured for UDMA/133
[    3.944080] usb 4-1: new low speed USB device using uhci_hcd and address 2
[    4.118269] usb 4-1: configuration #1 chosen from 1 choice
[    4.138101] ------------[ cut here ]------------
[    4.138107] WARNING: at kernel/smp.c:333 smp_call_function_mask+0x200/0x210()
[    4.138111] Hardware name: OptiPlex 745                 
[    4.138114] Modules linked in: usbhid hid ata_piix(+) libata scsi_mod r8169 mii tg3 libphy ehci_hcd uhci_hcd usbcore dm_mirror dm_region_hash dm_log dm_snapshot dm_mod thermal processor fan fuse
[    4.138138] Pid: 1137, comm: khubd Tainted: G        W  2.6.28-rc7-tip #1
[    4.138142] Call Trace:
[    4.138148]  [<ffffffff8024d9bc>] warn_slowpath+0xdc/0x110
[    4.138154]  [<ffffffff8020b7b0>] ? load_TLS_descriptor+0x80/0xc0
[    4.138160]  [<ffffffff802ac7ad>] ? __rmqueue_smallest+0xed/0x180
[    4.138165]  [<ffffffff80274650>] smp_call_function_mask+0x200/0x210
[    4.138170]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    4.138174]  [<ffffffff802ae9c2>] ? get_page_from_freelist+0x612/0x6e0
[    4.138179]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    4.138183]  [<ffffffff802ae861>] ? get_page_from_freelist+0x4b1/0x6e0
[    4.138188]  [<ffffffff8020c8e2>] ? xen_pte_val+0x12/0x40
[    4.138192]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    4.138197]  [<ffffffff8027467b>] smp_call_function+0x1b/0x20
[    4.138202]  [<ffffffff802530cf>] on_each_cpu+0x1f/0x50
[    4.138206]  [<ffffffff80225a17>] flush_tlb_all+0x17/0x20
[    4.138210]  [<ffffffff802c7307>] __purge_vmap_area_lazy+0x127/0x180
[    4.138215]  [<ffffffff802c8816>] vm_unmap_aliases+0x166/0x180
[    4.138219]  [<ffffffff8020dbcd>] xen_create_contiguous_region+0x5d/0x110
[    4.138225]  [<ffffffff802d2378>] ? alloc_pages_current+0xa8/0x100
[    4.138231]  [<ffffffff803afbe4>] xen_alloc_coherent+0x94/0x100
[    4.138235]  [<ffffffff802cdb0f>] dma_pool_alloc+0x1af/0x2b0
[    4.138240]  [<ffffffff802c7c15>] ? vfree+0x25/0x30
[    4.138247]  [<ffffffffa0164d38>] ? hid_parse_report+0x1a8/0x210 [hid]
[    4.138252]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    4.138266]  [<ffffffffa0076327>] hcd_buffer_alloc+0x127/0x130 [usbcore]
[    4.138278]  [<ffffffffa006938e>] usb_buffer_alloc+0x1e/0x30 [usbcore]
[    4.138285]  [<ffffffffa0175ddb>] usbhid_start+0xdb/0x570 [usbhid]
[    4.138292]  [<ffffffffa01649e9>] hid_device_probe+0xc9/0x100 [hid]
[    4.138297]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    4.138302]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    4.138306]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    4.138310]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    4.138315]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    4.138319]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    4.138324]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    4.138329]  [<ffffffffa01645c5>] hid_add_device+0x95/0x120 [hid]
[    4.138335]  [<ffffffffa0174dd2>] hid_probe+0x222/0x310 [usbhid]
[    4.138348]  [<ffffffffa0074586>] usb_probe_interface+0xc6/0x180 [usbcore]
[    4.138353]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    4.138357]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    4.138362]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    4.140054]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    4.140054]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    4.140054]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    4.140054]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    4.140054]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    4.140054]  [<ffffffffa0071eaf>] usb_set_configuration+0x39f/0x5f0 [usbcore]
[    4.140054]  [<ffffffffa007b936>] generic_probe+0x76/0xb0 [usbcore]
[    4.140054]  [<ffffffffa00739ba>] usb_probe_device+0x3a/0x40 [usbcore]
[    4.140054]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    4.140054]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    4.140054]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    4.140054]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    4.140054]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    4.140054]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    4.140054]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    4.140054]  [<ffffffffa0073d92>] ? usb_autopm_do_device+0x92/0x120 [usbcore]
[    4.140054]  [<ffffffffa006b806>] usb_new_device+0x66/0xc0 [usbcore]
[    4.140054]  [<ffffffffa006d508>] hub_thread+0x7a8/0x1030 [usbcore]
[    4.140054]  [<ffffffff802640e0>] ? autoremove_wake_function+0x0/0x40
[    4.140054]  [<ffffffff804e80a8>] ? _spin_unlock_irqrestore+0x18/0x20
[    4.140054]  [<ffffffffa006cd60>] ? hub_thread+0x0/0x1030 [usbcore]
[    4.140054]  [<ffffffff80263b3d>] kthread+0x4d/0x80
[    4.140054]  [<ffffffff8021383a>] child_rip+0xa/0x20
[    4.140054]  [<ffffffff8021312d>] ? retint_restore_args+0x5/0x20
[    4.140054]  [<ffffffff80213830>] ? child_rip+0x0/0x20
[    4.140054] ---[ end trace 6f4062237fd4774c ]---
[    4.140054] ------------[ cut here ]------------
[    4.140054] WARNING: at kernel/smp.c:220 smp_call_function_single+0xf6/0x100()
[    4.140054] Hardware name: OptiPlex 745                 
[    4.140054] Modules linked in: usbhid hid ata_piix(+) libata scsi_mod r8169 mii tg3 libphy ehci_hcd uhci_hcd usbcore dm_mirror dm_region_hash dm_log dm_snapshot dm_mod thermal processor fan fuse
[    4.140054] Pid: 1137, comm: khubd Tainted: G        W  2.6.28-rc7-tip #1
[    4.140054] Call Trace:
[    4.140054]  [<ffffffff8024d9bc>] warn_slowpath+0xdc/0x110
[    4.140054]  [<ffffffff80216302>] ? dump_stack+0x72/0x80
[    4.140054]  [<ffffffff80275187>] ? print_modules+0x97/0xa0
[    4.140054]  [<ffffffff8024d78e>] ? print_oops_end_marker+0x1e/0x20
[    4.140054]  [<ffffffff8024d9cf>] ? warn_slowpath+0xef/0x110
[    4.140054]  [<ffffffff80274446>] smp_call_function_single+0xf6/0x100
[    4.140054]  [<ffffffff802ac7ad>] ? __rmqueue_smallest+0xed/0x180
[    4.140054]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    4.140054]  [<ffffffff80274614>] smp_call_function_mask+0x1c4/0x210
[    4.140054]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    4.140054]  [<ffffffff802ae9c2>] ? get_page_from_freelist+0x612/0x6e0
[    4.140054]  [<ffffffff802b7ef5>] ? zone_statistics+0x75/0x90
[    4.140054]  [<ffffffff802ae861>] ? get_page_from_freelist+0x4b1/0x6e0
[    4.140054]  [<ffffffff8020c8e2>] ? xen_pte_val+0x12/0x40
[    4.140054]  [<ffffffff80225a60>] ? do_flush_tlb_all+0x0/0x40
[    4.140054]  [<ffffffff8027467b>] smp_call_function+0x1b/0x20
[    4.140054]  [<ffffffff802530cf>] on_each_cpu+0x1f/0x50
[    4.140054]  [<ffffffff80225a17>] flush_tlb_all+0x17/0x20
[    4.140054]  [<ffffffff802c7307>] __purge_vmap_area_lazy+0x127/0x180
[    4.140054]  [<ffffffff802c8816>] vm_unmap_aliases+0x166/0x180
[    4.140054]  [<ffffffff8020dbcd>] xen_create_contiguous_region+0x5d/0x110
[    4.140054]  [<ffffffff802d2378>] ? alloc_pages_current+0xa8/0x100
[    4.140054]  [<ffffffff803afbe4>] xen_alloc_coherent+0x94/0x100
[    4.140054]  [<ffffffff802cdb0f>] dma_pool_alloc+0x1af/0x2b0
[    4.140054]  [<ffffffff802c7c15>] ? vfree+0x25/0x30
[    4.140054]  [<ffffffffa0164d38>] ? hid_parse_report+0x1a8/0x210 [hid]
[    4.140054]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    4.140054]  [<ffffffffa0076327>] hcd_buffer_alloc+0x127/0x130 [usbcore]
[    4.140054]  [<ffffffffa006938e>] usb_buffer_alloc+0x1e/0x30 [usbcore]
[    4.140054]  [<ffffffffa0175ddb>] usbhid_start+0xdb/0x570 [usbhid]
[    4.140054]  [<ffffffffa01649e9>] hid_device_probe+0xc9/0x100 [hid]
[    4.140054]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    4.140054]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    4.140054]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    4.140054]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    4.140054]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    4.140054]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    4.140054]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    4.140054]  [<ffffffffa01645c5>] hid_add_device+0x95/0x120 [hid]
[    4.140054]  [<ffffffffa0174dd2>] hid_probe+0x222/0x310 [usbhid]
[    4.140054]  [<ffffffffa0074586>] usb_probe_interface+0xc6/0x180 [usbcore]
[    4.140054]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    4.140054]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    4.140054]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    4.140054]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    4.140054]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    4.140054]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    4.140054]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    4.140054]  [<ffffffff802dc74a>] ? kfree+0xba/0x110
[    4.140054]  [<ffffffffa0071eaf>] usb_set_configuration+0x39f/0x5f0 [usbcore]
[    4.140054]  [<ffffffffa007b936>] generic_probe+0x76/0xb0 [usbcore]
[    4.140054]  [<ffffffffa00739ba>] usb_probe_device+0x3a/0x40 [usbcore]
[    4.140054]  [<ffffffff8041efdb>] driver_probe_device+0x9b/0x1a0
[    4.140054]  [<ffffffff8041f180>] ? __device_attach+0x0/0x10
[    4.140054]  [<ffffffff8041f189>] __device_attach+0x9/0x10
[    4.140054]  [<ffffffff8041e508>] bus_for_each_drv+0x68/0x90
[    4.140054]  [<ffffffff8041f258>] device_attach+0x88/0x90
[    4.140054]  [<ffffffff8041e335>] bus_attach_device+0x55/0x70
[    4.140054]  [<ffffffff8041cd17>] device_add+0x4c7/0x5b0
[    4.140054]  [<ffffffffa0073d92>] ? usb_autopm_do_device+0x92/0x120 [usbcore]
[    4.140054]  [<ffffffffa006b806>] usb_new_device+0x66/0xc0 [usbcore]
[    4.140054]  [<ffffffffa006d508>] hub_thread+0x7a8/0x1030 [usbcore]
[    4.140054]  [<ffffffff802640e0>] ? autoremove_wake_function+0x0/0x40
[    4.140054]  [<ffffffff804e80a8>] ? _spin_unlock_irqrestore+0x18/0x20
[    4.140054]  [<ffffffffa006cd60>] ? hub_thread+0x0/0x1030 [usbcore]
[    4.140054]  [<ffffffff80263b3d>] kthread+0x4d/0x80
[    4.140054]  [<ffffffff8021383a>] child_rip+0xa/0x20
[    4.140054]  [<ffffffff8021312d>] ? retint_restore_args+0x5/0x20
[    4.140054]  [<ffffffff80213830>] ? child_rip+0x0/0x20
[    4.140054] ---[ end trace 6f4062237fd4774c ]---
[    4.753001] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1d.1/usb4/4-1/4-1:1.0/input/input2
[    4.780177] generic-usb 0003:413C:2003.0002: input,hidraw1: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:1d.1-1/input0
[    5.336169] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    5.336197] ata2.01: SATA link down (SStatus 4 SControl 300)
[    5.344322] ata2.00: ATAPI: Optiarc DVD+/-RW AD-5170S, 101B, max UDMA/66
[    5.360312] ata2.00: configured for UDMA/66
[    5.361374] scsi 0:0:0:0: Direct-Access     ATA      ST3250820AS      3.AD PQ: 0 ANSI: 5
[    5.362531] scsi 1:0:0:0: CD-ROM            Optiarc  DVD+-RW AD-5170S 101B PQ: 0 ANSI: 5
[    5.362630] xen_allocate_pirq: returning irq 35 for gsi 20
[    5.362635] xen_set_ioapic_routing: irq 35 gsi 20 vector 184 ioapic 0 pin 20 triggering 0 polarity 1
[    5.362644] ata_piix 0000:00:1f.5: PCI INT C -> GSI 20 (level, low) -> IRQ 35
[    5.362649] xen: PCI device 0000:00:1f.5 pin 3 -> irq 35
[    5.362656] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[    5.516217] scsi2 : ata_piix
[    5.516328] scsi3 : ata_piix
[    5.516360] ata3: SATA max UDMA/133 cmd 0xfe40 ctl 0xfe50 bmdma 0xfed0 irq 35
[    5.516367] ata4: SATA max UDMA/133 cmd 0xfe60 ctl 0xfe70 bmdma 0xfed8 irq 35
[    5.836125] ata3: SATA link down (SStatus 0 SControl 300)
[    6.312137] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    6.336519] ata4.00: ATA-7: Hitachi HDS721075KLA330, GK8OA51D, max UDMA/133
[    6.336531] ata4.00: 1465149168 sectors, multi 8: LBA48 NCQ (depth 0/32)
[    6.352548] ata4.00: configured for UDMA/133
[    6.352690] scsi 3:0:0:0: Direct-Access     ATA      Hitachi HDS72107 GK8O PQ: 0 ANSI: 5
[    6.365598] scsi 0:0:0:0: Attached scsi generic sg0 type 0
[    6.365635] scsi 1:0:0:0: Attached scsi generic sg1 type 5
[    6.365666] scsi 3:0:0:0: Attached scsi generic sg2 type 0
[    6.389666] Driver 'sd' needs updating - please use bus_type methods
[    6.389801] sd 0:0:0:0: [sda] 488281250 512-byte hardware sectors: (250 GB/232 GiB)
[    6.389820] sd 0:0:0:0: [sda] Write Protect is off
[    6.389851] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.389919] sd 0:0:0:0: [sda] 488281250 512-byte hardware sectors: (250 GB/232 GiB)
[    6.389937] sd 0:0:0:0: [sda] Write Protect is off
[    6.389966] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.389973]  sda:<4>Driver 'sr' needs updating - please use bus_type methods
[    6.408694]  sda1 sda2 < sda5 >
[    6.428427] sd 0:0:0:0: [sda] Attached SCSI disk
[    6.428537] sd 3:0:0:0: [sdb] 1465149168 512-byte hardware sectors: (750 GB/698 GiB)
[    6.428556] sd 3:0:0:0: [sdb] Write Protect is off
[    6.428585] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.428638] sd 3:0:0:0: [sdb] 1465149168 512-byte hardware sectors: (750 GB/698 GiB)
[    6.428655] sd 3:0:0:0: [sdb] Write Protect is off
[    6.428791] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.428797]  sdb:sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[    6.433567] Uniform CD-ROM driver Revision: 3.20
[    6.448657]  sdb1
[    6.448762] sd 3:0:0:0: [sdb] Attached SCSI disk
Done.
Begin: Running /scripts/local-premount ...
19+0 records in
19+0 records out
kinit: name_to_dev_t(/dev/disk/by-uuid/ae16483f-7eb2-489d-aa20-98f1c9c302ee) = dev(8,5)
kinit: trying to resume from /dev/disk/by-uuid/ae16483f-7eb2-489d-aa20-98f1c9c302ee
[    6.761111] PM: Starting manual resume from disk
kinit: No resume image, doing normal boot...
Done.
[    6.828008] kjournald starting.  Commit interval 5 seconds
[    6.828021] EXT3-fs: mounted filesystem with ordered data mode.
Begin: Running /scripts/local-bottom ...
Done.
Done.
Begin: Running /scripts/init-bottom ...
Done.
 * Reading files needed to boot...        [ OK ]
 * Setting preliminary keymap...        [ OK ]
 * Preparing restricted drivers...        [ OK ]
 * Setting the system clock
 * Starting basic networking...        [ OK ]
 * Starting kernel event manager...        [   12.714471] udevd version 124 started
[ OK ]
 * Loading hardware drivers...        [   13.155021] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   13.178055] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   13.196324] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[   13.213563] ACPI: Power Button (FF) [PWRF]
[   13.213649] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
[   13.228540] ACPI: Power Button (CM) [VBTN]
[   13.767775] iTCO_vendor_support: vendor-support=0
[   13.780461] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.04
[   13.780609] iTCO_wdt: failed to reset NO_REBOOT flag, reboot disabled by hardware
[   13.780624] iTCO_wdt: No card detected
[   14.026836] input: PC Speaker as /devices/platform/pcspkr/input/input5
[   14.118478] xen_allocate_pirq: returning irq 29 for gsi 16
[   14.118491] xen_set_ioapic_routing: irq 29 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[   14.118501] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[   14.118506] xen: PCI device 0000:00:1b.0 pin 1 -> irq 29
[   14.222086] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   14.259663] device-mapper: multipath: version 1.0.5 loaded
[ OK ]
 * Setting the system clock
 * Loading kernel modules...         * Loading manual drivers...        [   16.648463] lp: driver loaded but no devices found
[ OK ]
 * Setting kernel variables (/etc/sysctl.conf)...        [ OK ]
 * Setting kernel variables (/etc/sysctl.d/10-console-messages.conf)...        [ OK ]
 * Setting kernel variables (/etc/sysctl.d/10-network-security.conf)...        [ OK ]
 * Setting kernel variables (/etc/sysctl.d/10-process-security.conf)...        error: "kernel.maps_protect" is an unknown key
[fail]
 * Setting kernel variables (/etc/sysctl.d/30-tracker.conf)...        [ OK ]
 * Activating swap...        [ OK ]
 * Checking root file system...        fsck 1.41.3 (12-Oct-2008)
/dev/sda1: clean, 633911/14639104 files, 8070121/58550892 blocks
[ OK ]
 * Checking file systems...        fsck 1.41.3 (12-Oct-2008)
[ OK ]
 * Mounting local filesystems...        [ OK ]
 * Activating swapfile swap...        [ OK ]
$Mounting securityfs on /sys/kernel/security: done.
$Loading AppArmor module: Failed.
 * Skipping firewall: ufw (not enabled)...        [ OK ]
 * Configuring network interfaces...        [ OK ]
 * Setting up console font and keymap...        [ OK ]
 * Starting system log daemon...        [ OK ]
 * Doing Wacom setup...        [ OK ]
 * Starting kernel log daemon...        [ OK ]
 * Starting system message bus dbus        [ OK ]
 * Starting Avahi mDNS/DNS-SD Daemon avahi-daemon        [ OK ]
 * Starting OpenBSD Secure Shell server sshd        [ OK ]
 * Starting Common Unix Printing System: cupsd        [ OK ]
 * Starting DenyHosts denyhosts        [ OK ]
 * Your system does not have the CPU extensions required to use KVM. Not doing anything.
 * Starting Postfix Mail Transport Agent postfix        [ OK ]
 * Starting Hardware abstraction layer hald        [ OK ]
 * Starting GNOME Display Manager...        [ OK ]
 * Starting System Tools Backends system-tools-backends        [ OK ]
 * Starting anac(h)ronistic cron anacron        [ OK ]
 * Starting deferred execution scheduler atd        [ OK ]
 * Starting periodic command scheduler crond        [ OK ]
 * Enabling additional executable binary formats binfmt-support        [ OK ]
 * Checking battery state...        [ OK ]

Ubuntu 8.10 vt hvc0

vt login: deshantm
Password: 

Login incorrect
vt login: deshantm
Password: 
Last login: Thu Dec 11 14:56:24 EST 2008 from specweb1.in on pts/0
Linux vt 2.6.28-rc7-tip #1 SMP Wed Dec 10 17:01:24 EST 2008 x86_64

The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.

To access official Ubuntu documentation, please visit:
http://help.ubuntu.com/
1 failure since last login.
Last was Thu 11 Dec 2008 03:09:24 PM EST on hvc0.
deshantm@vt:~$ sudo /etc/init.d/xend start
[sudo] password for deshantm: 
Traceback (most recent call last):
  File "/usr/sbin/xend", line 44, in <module>
    from xen.xend.server import SrvDaemon
  File "/home/deshantm/src/xen-src/xen-unstable.hg/dist/install/usr/lib64/python/xen/xend/server/SrvDaemon.py", line 20, in <module>
    import xen.lowlevel.xc
ImportError: /usr/lib64/python/xen/lowlevel/xc.so: undefined symbol: xc_domain_suppress_spurious_page_faults
Traceback (most recent call last):
  File "/usr/sbin/xend", line 44, in <module>
    from xen.xend.server import SrvDaemon
  File "/home/deshantm/src/xen-src/xen-unstable.hg/dist/install/usr/lib64/python/xen/xend/server/SrvDaemon.py", line 20, in <module>
    import xen.lowlevel.xc
ImportError: /usr/lib64/python/xen/lowlevel/xc.so: undefined symbol: xc_domain_suppress_spurious_page_faults
.Traceback (most recent call last):
  File "/usr/sbin/xend", line 44, in <module>
    from xen.xend.server import SrvDaemon
  File "/home/deshantm/src/xen-src/xen-unstable.hg/dist/install/usr/lib64/python/xen/xend/server/SrvDaemon.py", line 20, in <module>
    import xen.lowlevel.xc
ImportError: /usr/lib64/python/xen/lowlevel/xc.so: undefined symbol: xc_domain_suppress_spurious_page_faults
.Traceback (most recent call last):
  File "/usr/sbin/xend", line 44, in <module>
    from xen.xend.server import SrvDaemon
  File "/home/deshantm/src/xen-src/xen-unstable.hg/dist/install/usr/lib64/python/xen/xend/server/SrvDaemon.py", line 20, in <module>
    import xen.lowlevel.xc
ImportError: /usr/lib64/python/xen/lowlevel/xc.so: undefined symbol: xc_domain_suppress_spurious_page_faults
.Traceback (most recent call last):
  File "/usr/sbin/xend", line 44, in <module>
    from xen.xend.server import SrvDaemon
  File "/home/deshantm/src/xen-src/xen-unstable.hg/dist/install/usr/lib64/python/xen/xend/server/SrvDaemon.py", line 20, in <module>
    import xen.lowlevel.xc
ImportError: /usr/lib64/python/xen/lowlevel/xc.so: undefined symbol: xc_domain_suppress_spurious_page_faults
.Traceback (most recent call last):
  File "/usr/sbin/xend", line 44, in <module>
    from xen.xend.server import SrvDaemon
  File "/home/deshantm/src/xen-src/xen-unstable.hg/dist/install/usr/lib64/python/xen/xend/server/SrvDaemon.py", line 20, in <module>
    import xen.lowlevel.xc
ImportError: /usr/lib64/python/xen/lowlevel/xc.so: undefined symbol: xc_domain_suppress_spurious_page_faults
.Traceback (most recent call last):
  File "/usr/sbin/xend", line 44, in <module>
    from xen.xend.server import SrvDaemon
  File "/home/deshantm/src/xen-src/xen-unstable.hg/dist/install/usr/lib64/python/xen/xend/server/SrvDaemon.py", line 20, in <module>
    import xen.lowlevel.xc
ImportError: /usr/lib64/python/xen/lowlevel/xc.so: undefined symbol: xc_domain_suppress_spurious_page_faults
.Traceback (most recent call last):
  File "/usr/sbin/xend", line 44, in <module>
    from xen.xend.server import SrvDaemon
  File "/home/deshantm/src/xen-src/xen-unstable.hg/dist/install/usr/lib64/python/xen/xend/server/SrvDaemon.py", line 20, in <module>
    import xen.lowlevel.xc
ImportError: /usr/lib64/python/xen/lowlevel/xc.so: undefined symbol: xc_domain_suppress_spurious_page_faults
.Traceback (most recent call last):
  File "/usr/sbin/xend", line 44, in <module>
    from xen.xend.server import SrvDaemon
  File "/home/deshantm/src/xen-src/xen-unstable.hg/dist/install/usr/lib64/python/xen/xend/server/SrvDaemon.py", line 20, in <module>
    import xen.lowlevel.xc
ImportError: /usr/lib64/python/xen/lowlevel/xc.so: undefined symbol: xc_domain_suppress_spurious_page_faults
.Traceback (most recent call last):
  File "/usr/sbin/xend", line 44, in <module>
    from xen.xend.server import SrvDaemon
  File "/home/deshantm/src/xen-src/xen-unstable.hg/dist/install/usr/lib64/python/xen/xend/server/SrvDaemon.py", line 20, in <module>
    import xen.lowlevel.xc
ImportError: /usr/lib64/python/xen/lowlevel/xc.so: undefined symbol: xc_domain_suppress_spurious_page_faults
.Traceback (most recent call last):
  File "/usr/sbin/xend", line 44, in <module>
    from xen.xend.server import SrvDaemon
  File "/home/deshantm/src/xen-src/xen-unstable.hg/dist/install/usr/lib64/python/xen/xend/server/SrvDaemon.py", line 20, in <module>
    import xen.lowlevel.xc
ImportError: /usr/lib64/python/xen/lowlevel/xc.so: undefined symbol: xc_domain_suppress_spurious_page_faults
deshantm@vt:~$ sudo xm list
Traceback (most recent call last):
  File "/usr/sbin/xm", line 8, in <module>
    from xen.xm import main
  File "/home/deshantm/src/xen-src/xen-unstable.hg/dist/install/usr/lib64/python/xen/xm/main.py", line 61, in <module>
    import xen.lowlevel.xc
ImportError: /usr/lib/python/xen/lowlevel/xc.so: undefined symbol: xc_domain_suppress_spurious_page_faults
deshantm@vt:~$ ls /proc/xen
capabilities  privcmd  xenbus  xsd_kva  xsd_port
deshantm@vt:~$ cat /var/log/xen/xend.log
deshantm@vt:~$ sudo shutdown -r now

Broadcast message from deshantm@vt
	(/dev/hvc0) at 15:11 ...

The system is going down for reboot NOW!
 * Stopping GNOME Display Manager...        [ OK ]
 * Stopping DenyHosts denyhosts        [ OK ]
 * Stopping Postfix Mail Transport Agent postfix        [ OK ]
 * Saving the system clock
 * Stopping firewall: ufw...        [ OK ]
 * Shutting down ALSA...        [ OK ]
 * Stopping bluetooth        [ OK ]
 * Stopping Avahi mDNS/DNS-SD Daemon avahi-daemon        [ OK ]
 * Asking all remaining processes to terminate...        [ OK ]
 * All processes ended within 2 seconds....        [ OK ]
 * Deconfiguring network interfaces...        [ OK ]
 * Deactivating swap...        [ OK ]
 * Unmounting local filesystems...        [ OK ]
 * Will now restart
[  184.548616] Restarting system.
(XEN) Domain 0 shutdown: rebooting machine.

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-11 19:47         ` Todd Deshane
                             ` (2 preceding siblings ...)
  2008-12-11 20:03           ` Todd Deshane
@ 2008-12-11 20:24           ` Jeremy Fitzhardinge
  3 siblings, 0 replies; 92+ messages in thread
From: Jeremy Fitzhardinge @ 2008-12-11 20:24 UTC (permalink / raw)
  To: deshantm; +Cc: Xen-devel, Aviv Grafi

Todd Deshane wrote:
> On Thu, Dec 11, 2008 at 1:17 PM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:
>   
>> Todd Deshane wrote:
>>     
>>>> Well, for a start, disable MSI for now (pci=nomsi on the kernel command
>>>> line).  I haven't done any MSI support yet.
>>>>
>>>> In the nosmp boot, something seems amiss with interrupt routing.  nomsi
>>>> may
>>>> help there as well, but I'll need to have a closer look at the code to
>>>> work
>>>> out what's really going wrong here.  Hm, its probably:
>>>> [    0.000000] ACPI: Skipping IOAPIC probe due to 'noapic' option.
>>>>
>>>> I guess nosmp implies noapic?  Anyway, we don't do well without ioapics
>>>> at
>>>> present...
>>>>
>>>>  J
>>>>
>>>>
>>>>         
>>> The pci=nomsi helped a lot.
>>>
>>> I have booting (at least almost)
>>>
>>> Again two logs attached. This time the without nosmp does better.
>>>
>>> Gets to a checking battery state line then it seems to stop.
>>>
>>>       
>> What normally happens next?  Looks like its pretty close to the end of the
>> boot sequence; is that where it would normally print the login prompt?  Is
>> the machine on the network at that point?  Can you log in remotely?
>>
>>     
>
> Correct it is fully booted. This is the same thing shown on a normal
> linux boot. I have attached both logs for reference. The linux one
> is not exactly the same kernel, but it is close (both are rc7)
> The vanilla linux one doesn't have any xen dom0 patches.
>   

You can boot the same kernel.  The dom0 kernel will just boot native if 
you don't start it under Xen.

> On the normal linux one, even when putting the console on
> the serial port, gdm loads up on the monitor, but this
> doesn't happen for the dom0 kernel.
>   

I wouldn't expect X to work at this point.

> However I can SSH into the dom0 kernel fine.
>   

That's good; we can add a new card to known working ethernet controllers.

    J

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-11 20:20             ` Todd Deshane
@ 2008-12-11 20:25               ` Jeremy Fitzhardinge
  2008-12-11 21:12                 ` Todd Deshane
  2008-12-17 14:10                 ` Gerd Hoffmann
  0 siblings, 2 replies; 92+ messages in thread
From: Jeremy Fitzhardinge @ 2008-12-11 20:25 UTC (permalink / raw)
  To: deshantm; +Cc: Xen-devel, Aviv Grafi, Ian Campbell

Todd Deshane wrote:
> OK. I add this and now xend is trying to start.
>
> I am getting python xc level errors now though.
>
> I might need to rebuild something or I might
> have broke a python path.
>   

Yes, it looks like you've got something wrong on the python side.  Have 
you rebuilt it lately?  You'll need a moderately recent version of 
xen-unstable anyway.

    J

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-11 20:03           ` Todd Deshane
@ 2008-12-11 20:26             ` Jeremy Fitzhardinge
  2008-12-11 20:29               ` Todd Deshane
  0 siblings, 1 reply; 92+ messages in thread
From: Jeremy Fitzhardinge @ 2008-12-11 20:26 UTC (permalink / raw)
  To: deshantm; +Cc: Xen-devel, Aviv Grafi

Todd Deshane wrote:
>>> BTW, does your hardware support AHCI mode for the SATA controller?  Could you try it out?
>>>       
>> I will check this. I also want to change my Xen testing temporarily to the
>> Dell 755 (VT-d), which also has a VGA monitor (not DVI) so that may
>> make testing easier (assuming that the dom0 kernel can work on
>> my 755 box).
>>
>> I'll report back more progress as I can
>>     
>
> In the BIOS it has two SATA operation modes.
> Normal and Legacy.
>
> If it is set to legacy, the Xen kernel stops dead at
> the initramfs prompt.
>
> Xen boot of Normal and Legacy mode attached.
>
> I will now try to copy my xen config over to the
> VT-d (755) box.

Hm, I would have expected to see some reference to "ahci" in there.  
Does your initscript look for the root device via a hardcoded device, or 
by using label/uuid?

    J

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-11 20:26             ` Jeremy Fitzhardinge
@ 2008-12-11 20:29               ` Todd Deshane
  2008-12-11 20:52                 ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 92+ messages in thread
From: Todd Deshane @ 2008-12-11 20:29 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Xen-devel, Aviv Grafi

>> In the BIOS it has two SATA operation modes.
>> Normal and Legacy.
>>
>> If it is set to legacy, the Xen kernel stops dead at
>> the initramfs prompt.
>>
>> Xen boot of Normal and Legacy mode attached.
>>
>> I will now try to copy my xen config over to the
>> VT-d (755) box.
>
> Hm, I would have expected to see some reference to "ahci" in there.  Does
> your initscript look for the root device via a hardcoded device, or by using
> label/uuid?
>

Which init script are you referring to?


>   J
>



-- 
Todd Deshane
http://todddeshane.net
http://runningxen.com

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-11 20:29               ` Todd Deshane
@ 2008-12-11 20:52                 ` Jeremy Fitzhardinge
  2008-12-11 21:13                   ` Todd Deshane
  2008-12-11 21:16                   ` Todd Deshane
  0 siblings, 2 replies; 92+ messages in thread
From: Jeremy Fitzhardinge @ 2008-12-11 20:52 UTC (permalink / raw)
  To: deshantm; +Cc: Xen-devel, Aviv Grafi

Todd Deshane wrote:
>>> In the BIOS it has two SATA operation modes.
>>> Normal and Legacy.
>>>
>>> If it is set to legacy, the Xen kernel stops dead at
>>> the initramfs prompt.
>>>
>>> Xen boot of Normal and Legacy mode attached.
>>>
>>> I will now try to copy my xen config over to the
>>> VT-d (755) box.
>>>       
>> Hm, I would have expected to see some reference to "ahci" in there.  Does
>> your initscript look for the root device via a hardcoded device, or by using
>> label/uuid?
>>
>>     
>
> Which init script are you referring to?
>   

Sorry, I meant your initrd.

    J

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-11 20:25               ` Jeremy Fitzhardinge
@ 2008-12-11 21:12                 ` Todd Deshane
  2008-12-11 21:19                   ` Ian Campbell
  2008-12-11 22:24                   ` Jeremy Fitzhardinge
  2008-12-17 14:10                 ` Gerd Hoffmann
  1 sibling, 2 replies; 92+ messages in thread
From: Todd Deshane @ 2008-12-11 21:12 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Xen-devel, Aviv Grafi, Ian Campbell

On Thu, Dec 11, 2008 at 3:25 PM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:
> Todd Deshane wrote:
>>
>> OK. I add this and now xend is trying to start.
>>
>> I am getting python xc level errors now though.
>>
>> I might need to rebuild something or I might
>> have broke a python path.
>>
>
> Yes, it looks like you've got something wrong on the python side.  Have you
> rebuilt it lately?  You'll need a moderately recent version of xen-unstable
> anyway.
>

Just pulled the latest and re-compiled.

Booted up and successfully started xend!

Make a quick attempt at booting a guest, but ran into errors.

Full log attached.

I cat'd error logs and ran command that might give some
info.

Is guest support implemented? workarounds/gotchas?

Also dom0 is using all of my memory (most of it,
left with with a small number of megabytes to work
with (i did free -m in the output)

Any thoughts, things to test etc.?

Cheers,
Todd


-- 
Todd Deshane
http://todddeshane.net
http://runningxen.com

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-11 20:52                 ` Jeremy Fitzhardinge
@ 2008-12-11 21:13                   ` Todd Deshane
  2008-12-11 21:16                   ` Todd Deshane
  1 sibling, 0 replies; 92+ messages in thread
From: Todd Deshane @ 2008-12-11 21:13 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Xen-devel, Aviv Grafi

[-- Attachment #1: Type: text/plain, Size: 756 bytes --]

On Thu, Dec 11, 2008 at 3:52 PM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:
> Todd Deshane wrote:
>>>>
>>>> In the BIOS it has two SATA operation modes.
>>>> Normal and Legacy.
>>>>
>>>> If it is set to legacy, the Xen kernel stops dead at
>>>> the initramfs prompt.
>>>>
>>>> Xen boot of Normal and Legacy mode attached.
>>>>
>>>> I will now try to copy my xen config over to the
>>>> VT-d (755) box.
>>>>
>>>
>>> Hm, I would have expected to see some reference to "ahci" in there.  Does
>>> your initscript look for the root device via a hardcoded device, or by
>>> using
>>> label/uuid?
>>>
>>>
>>
>> Which init script are you referring to?
>>
>
> Sorry, I meant your initrd.
>
>   J
>



-- 
Todd Deshane
http://todddeshane.net
http://runningxen.com

[-- Attachment #2: xenboot.freshxen --]
[-- Type: application/octet-stream, Size: 97742 bytes --]

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-11 20:52                 ` Jeremy Fitzhardinge
  2008-12-11 21:13                   ` Todd Deshane
@ 2008-12-11 21:16                   ` Todd Deshane
  1 sibling, 0 replies; 92+ messages in thread
From: Todd Deshane @ 2008-12-11 21:16 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Xen-devel, Aviv Grafi

On Thu, Dec 11, 2008 at 3:52 PM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:
> Todd Deshane wrote:
>>>>
>>>> In the BIOS it has two SATA operation modes.
>>>> Normal and Legacy.
>>>>
>>>> If it is set to legacy, the Xen kernel stops dead at
>>>> the initramfs prompt.
>>>>
>>>> Xen boot of Normal and Legacy mode attached.
>>>>
>>>> I will now try to copy my xen config over to the
>>>> VT-d (755) box.
>>>>
>>>
>>> Hm, I would have expected to see some reference to "ahci" in there.  Does
>>> your initscript look for the root device via a hardcoded device, or by
>>> using
>>> label/uuid?
>>>
>>>
>>
>> Which init script are you referring to?
>>
>
> Sorry, I meant your initrd.
>

Oh, it is a hard-coded device for the Xen kernel boot.

Cheers,
Todd

-- 
Todd Deshane
http://todddeshane.net
http://runningxen.com

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-11 21:12                 ` Todd Deshane
@ 2008-12-11 21:19                   ` Ian Campbell
  2008-12-11 21:23                     ` Todd Deshane
  2008-12-11 21:24                     ` Pasi Kärkkäinen
  2008-12-11 22:24                   ` Jeremy Fitzhardinge
  1 sibling, 2 replies; 92+ messages in thread
From: Ian Campbell @ 2008-12-11 21:19 UTC (permalink / raw)
  To: deshantm; +Cc: Jeremy Fitzhardinge, Xen-devel, Aviv Grafi

On Thu, 2008-12-11 at 16:12 -0500, Todd Deshane wrote:
> On Thu, Dec 11, 2008 at 3:25 PM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:
> > Todd Deshane wrote:
> >>
> >> OK. I add this and now xend is trying to start.
> >>
> >> I am getting python xc level errors now though.
> >>
> >> I might need to rebuild something or I might
> >> have broke a python path.
> >>
> >
> > Yes, it looks like you've got something wrong on the python side.  Have you
> > rebuilt it lately?  You'll need a moderately recent version of xen-unstable
> > anyway.
> >
> 
> Just pulled the latest and re-compiled.
> 
> Booted up and successfully started xend!
> 
> Make a quick attempt at booting a guest, but ran into errors.
> 
> Full log attached.
> 
> I cat'd error logs and ran command that might give some
> info.
> 
> Is guest support implemented? workarounds/gotchas?

Only blkback is present at the moment and I notice you have a vif
configured, it's possible the lack of netback is confusing xend. A guest
with disks but no network should work.

> Also dom0 is using all of my memory (most of it,
> left with with a small number of megabytes to work
> with (i did free -m in the output)

I think it should autoballoon down in the normal way if you have a new
enough xen-unstable. Jeremy patched the tools to work with the pvops
balloon a few week ago.

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-11 21:19                   ` Ian Campbell
@ 2008-12-11 21:23                     ` Todd Deshane
  2008-12-11 21:39                       ` Todd Deshane
  2008-12-11 21:24                     ` Pasi Kärkkäinen
  1 sibling, 1 reply; 92+ messages in thread
From: Todd Deshane @ 2008-12-11 21:23 UTC (permalink / raw)
  To: Ian Campbell; +Cc: Jeremy Fitzhardinge, Xen-devel, Aviv Grafi

>> Is guest support implemented? workarounds/gotchas?
>
> Only blkback is present at the moment and I notice you have a vif
> configured, it's possible the lack of netback is confusing xend. A guest
> with disks but no network should work.
>

I will try to boot with a disk only

>> Also dom0 is using all of my memory (most of it,
>> left with with a small number of megabytes to work
>> with (i did free -m in the output)
>
> I think it should autoballoon down in the normal way if you have a new
> enough xen-unstable. Jeremy patched the tools to work with the pvops
> balloon a few week ago.
>

I have the latest xen-unstable as of during this email thread today when
it wasn't working and now it is.

Any more debug info I could provide to try to get the memory situation
better?

Also, is the 3G limit on Xen still in place?

Thanks,
Todd

-- 
Todd Deshane
http://todddeshane.net
http://runningxen.com

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-11 21:19                   ` Ian Campbell
  2008-12-11 21:23                     ` Todd Deshane
@ 2008-12-11 21:24                     ` Pasi Kärkkäinen
  2008-12-11 22:21                       ` Jeremy Fitzhardinge
  1 sibling, 1 reply; 92+ messages in thread
From: Pasi Kärkkäinen @ 2008-12-11 21:24 UTC (permalink / raw)
  To: Ian Campbell; +Cc: deshantm, Jeremy Fitzhardinge, Xen-devel, Aviv Grafi

On Thu, Dec 11, 2008 at 09:19:21PM +0000, Ian Campbell wrote:
> On Thu, 2008-12-11 at 16:12 -0500, Todd Deshane wrote:
> > On Thu, Dec 11, 2008 at 3:25 PM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:
> > > Todd Deshane wrote:
> > >>
> > >> OK. I add this and now xend is trying to start.
> > >>
> > >> I am getting python xc level errors now though.
> > >>
> > >> I might need to rebuild something or I might
> > >> have broke a python path.
> > >>
> > >
> > > Yes, it looks like you've got something wrong on the python side.  Have you
> > > rebuilt it lately?  You'll need a moderately recent version of xen-unstable
> > > anyway.
> > >
> > 
> > Just pulled the latest and re-compiled.
> > 
> > Booted up and successfully started xend!
> > 
> > Make a quick attempt at booting a guest, but ran into errors.
> > 
> > Full log attached.
> > 
> > I cat'd error logs and ran command that might give some
> > info.
> > 
> > Is guest support implemented? workarounds/gotchas?
> 
> Only blkback is present at the moment and I notice you have a vif
> configured, it's possible the lack of netback is confusing xend. A guest
> with disks but no network should work.
> 
> > Also dom0 is using all of my memory (most of it,
> > left with with a small number of megabytes to work
> > with (i did free -m in the output)
> 
> I think it should autoballoon down in the normal way if you have a new
> enough xen-unstable. Jeremy patched the tools to work with the pvops
> balloon a few week ago.
> 

Is the pv_ops ballooning support the only thing that's required from
xen-unstable? Or is there something else too that's needed for pv_ops dom0
that is only in xen-unstable? 

-- Pasi

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-11 21:23                     ` Todd Deshane
@ 2008-12-11 21:39                       ` Todd Deshane
  2008-12-11 22:38                         ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 92+ messages in thread
From: Todd Deshane @ 2008-12-11 21:39 UTC (permalink / raw)
  To: Ian Campbell; +Cc: Jeremy Fitzhardinge, Xen-devel, Aviv Grafi

[-- Attachment #1: Type: text/plain, Size: 825 bytes --]

On Thu, Dec 11, 2008 at 4:23 PM, Todd Deshane <deshantm@gmail.com> wrote:
>>> Is guest support implemented? workarounds/gotchas?
>>
>> Only blkback is present at the moment and I notice you have a vif
>> configured, it's possible the lack of netback is confusing xend. A guest
>> with disks but no network should work.
>>
>
> I will try to boot with a disk only

disk only, took out vif and dhcp options.

Still didn't boot, same error.

Log attached.

Also changing for 20 to 256 memory gave problems.

Looks like some sort of memory problem too.

Also, it looks like I am getting a number of errors in
xend-debug.log to do with scsi commands.

I will try to track down potentially missing packages.

Any idea on what dependencies there might be?

Cheers,
Todd

-- 
Todd Deshane
http://todddeshane.net
http://runningxen.com

[-- Attachment #2: xenboot.novif --]
[-- Type: application/octet-stream, Size: 137961 bytes --]

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-11 21:24                     ` Pasi Kärkkäinen
@ 2008-12-11 22:21                       ` Jeremy Fitzhardinge
  0 siblings, 0 replies; 92+ messages in thread
From: Jeremy Fitzhardinge @ 2008-12-11 22:21 UTC (permalink / raw)
  To: Pasi Kärkkäinen; +Cc: deshantm, Xen-devel, Aviv Grafi, Ian Campbell

Pasi Kärkkäinen wrote:
> Is the pv_ops ballooning support the only thing that's required from
> xen-unstable? Or is there something else too that's needed for pv_ops dom0
> that is only in xen-unstable? 
>   

Ballooning is the only thing, I think.  I decided not to support 
ballooning via /proc/xen, only via /sys; the current xen-unstable tools 
will pick whichever interface they can find.

But I reserve the right to make required tools and/or xen changes if 
necessary...

    J

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-11 21:12                 ` Todd Deshane
  2008-12-11 21:19                   ` Ian Campbell
@ 2008-12-11 22:24                   ` Jeremy Fitzhardinge
  2008-12-11 22:27                     ` Todd Deshane
  1 sibling, 1 reply; 92+ messages in thread
From: Jeremy Fitzhardinge @ 2008-12-11 22:24 UTC (permalink / raw)
  To: deshantm; +Cc: Xen-devel, Aviv Grafi, Ian Campbell

Todd Deshane wrote:
> Just pulled the latest and re-compiled.
>
> Booted up and successfully started xend!
>
> Make a quick attempt at booting a guest, but ran into errors.
>
> Full log attached.
>   

?

> I cat'd error logs and ran command that might give some
> info.
>
> Is guest support implemented? workarounds/gotchas?
>   

Yes, guests work.  There's only blkback support, so the only supported 
device is disks.

> Also dom0 is using all of my memory (most of it,
> left with with a small number of megabytes to work
> with (i did free -m in the output)
>
> Any thoughts, things to test etc.?
>   

What does "xm list" show?

    J

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-11 22:24                   ` Jeremy Fitzhardinge
@ 2008-12-11 22:27                     ` Todd Deshane
  2008-12-12  9:12                       ` Andrew Lyon
  0 siblings, 1 reply; 92+ messages in thread
From: Todd Deshane @ 2008-12-11 22:27 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Xen-devel, Aviv Grafi, Ian Campbell

On Thu, Dec 11, 2008 at 5:24 PM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:
> Todd Deshane wrote:
>>
>> Just pulled the latest and re-compiled.
>>
>> Booted up and successfully started xend!
>>
>> Make a quick attempt at booting a guest, but ran into errors.
>>
>> Full log attached.
>>
>
> ?
>
>> I cat'd error logs and ran command that might give some
>> info.
>>
>> Is guest support implemented? workarounds/gotchas?
>>
>
> Yes, guests work.  There's only blkback support, so the only supported
> device is disks.
>
>> Also dom0 is using all of my memory (most of it,
>> left with with a small number of megabytes to work
>> with (i did free -m in the output)
>>
>> Any thoughts, things to test etc.?
>>
>
> What does "xm list" show?
>

There are several in the log.

At times the memory is not all in use.
When trying with just 256 MB the guest
fails with dom0 out of memory error.

An example of that is in the log.

Probably won't be able to play around
with this for a couple of days.

I tried to put as much as I could in the logs
I ran xm list, free -m, cat /var/log/xen/*.log
and the like

Cheers,
Todd

-- 
Todd Deshane
http://todddeshane.net
http://runningxen.com

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-11 21:39                       ` Todd Deshane
@ 2008-12-11 22:38                         ` Jeremy Fitzhardinge
  2008-12-13 18:20                           ` Todd Deshane
  0 siblings, 1 reply; 92+ messages in thread
From: Jeremy Fitzhardinge @ 2008-12-11 22:38 UTC (permalink / raw)
  To: deshantm; +Cc: Xen-devel, Aviv Grafi, Ian Campbell

Todd Deshane wrote:
> disk only, took out vif and dhcp options.
>
> Still didn't boot, same error.
>
> Log attached.
>
> Also changing for 20 to 256 memory gave problems.
>
> Looks like some sort of memory problem too.
>   

Hm, seems to be trying to shrink dom0 too much.  What's your domain 
config file?

mem=3G is probably overkill.  There's no problem in Xen using all your 
memory, but you should set dom0_mem=1G or something (less than 3G, but 
you probably don't need all that much).  How much memory does your 
system have?

> Also, it looks like I am getting a number of errors in
> xend-debug.log to do with scsi commands.
>
> I will try to track down potentially missing packages.
>
> Any idea on what dependencies there might be?
>   

Looks like you're missing lsscsi and udev (though I would have thought 
Ubuntu would be using udev).

BTW, I just pushed up a patch which should clear up the warnings in your 
boot messages (they could potentially result in a system-locking 
deadlock, so its probably worthwhile).

    J

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-11 22:27                     ` Todd Deshane
@ 2008-12-12  9:12                       ` Andrew Lyon
  2008-12-12 10:57                         ` Pasi Kärkkäinen
                                           ` (2 more replies)
  0 siblings, 3 replies; 92+ messages in thread
From: Andrew Lyon @ 2008-12-12  9:12 UTC (permalink / raw)
  To: Xen-devel; +Cc: Jeremy Fitzhardinge, Aviv Grafi, Ian Campbell

On Thu, Dec 11, 2008 at 10:27 PM, Todd Deshane <deshantm@gmail.com> wrote:
> On Thu, Dec 11, 2008 at 5:24 PM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:
>> Todd Deshane wrote:
>>>
>>> Just pulled the latest and re-compiled.

I did the same at exactly 09:00 12/12/2008 GMT, compiled a new kernel
and tried it on my Optiplex 755 test system, I disabled MSI in the
kernel config and added pci=nomsi to be absolutely sure, it fails to
boot because the HD is not detected:


 __  __            _____  _____  ___
 \ \/ /___ _ __   |___ / |___ / / _ \
  \  // _ \ '_ \    |_ \   |_ \| | | |
  /  \  __/ | | |  ___) | ___) | |_| |
 /_/\_\___|_| |_| |____(_)____(_)___/

(XEN) Xen version 3.3.0 (root@) (gcc version 4.1.2 (Gentoo 4.1.2
p1.0.2)) Thu Dec 11 11:52:12 GMT 2008
(XEN) Latest ChangeSet: unavailable
(XEN) Command line: iommu=1 com1=115200,8n1 console=com1,vga cpufreq=dom0-kernel
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN)  Found 1 MBR signatures
(XEN)  Found 1 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 000000000009ec00 (usable)
(XEN)  00000000000f0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 00000000cfdff800 (usable)
(XEN)  00000000cfdff800 - 00000000cfe53c00 (ACPI NVS)
(XEN)  00000000cfe53c00 - 00000000cfe55c00 (ACPI data)
(XEN)  00000000cfe55c00 - 00000000d0000000 (reserved)
(XEN)  00000000e0000000 - 00000000f0000000 (reserved)
(XEN)  00000000fec00000 - 00000000fed00400 (reserved)
(XEN)  00000000fed20000 - 00000000feda0000 (reserved)
(XEN)  00000000fee00000 - 00000000fef00000 (reserved)
(XEN)  00000000ffb00000 - 0000000100000000 (reserved)
(XEN)  0000000100000000 - 0000000128000000 (usable)
(XEN) System RAM: 3965MB (4060788kB)
(XEN) ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
(XEN) ACPI: XSDT 000FC5B3, 008C (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
(XEN) ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
(XEN) ACPI: FACS CFDFF800, 0040
(XEN) ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
(XEN) ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
(XEN) ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: DMAR 000FCBF3, 00D0 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: SSDT CFDFF840, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CFDFFC49, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CFE00052, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
(XEN) Xen heap: 14MB (14632kB)
(XEN) Domain heap initialised
(XEN) Processor #0 6:15 APIC version 20
(XEN) Processor #1 6:15 APIC version 20
(XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) Intel VT-d has been enabled
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Detected 2394.062 MHz processor.
(XEN) HVM: VMX enabled
(XEN) CPU0: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
(XEN) Booting processor 1/1 eip 8c000
(XEN) CPU1: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
(XEN) Total of 2 processors activated.
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using new ACK method
(XEN) checking TSC synchronization across 2 CPUs: passed.
(XEN) Platform timer is 14.318MHz HPET
(XEN) Brought up 2 CPUs
(XEN) I/O virtualisation enabled
(XEN) I/O virtualisation for PV guests disabled
(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x200000 -> 0x87c3d0
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000120000000->0000000122000000 (951655 pages
to be allocated)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff80200000->ffffffff8087c3d0
(XEN)  Init. ramdisk: ffffffff8087d000->ffffffff8087d000
(XEN)  Phys-Mach map: ffffffff8087d000->ffffffff80fcfb38
(XEN)  Start info:    ffffffff80fd0000->ffffffff80fd04a4
(XEN)  Page tables:   ffffffff80fd1000->ffffffff80fde000
(XEN)  Boot stack:    ffffffff80fde000->ffffffff80fdf000
(XEN)  TOTAL:         ffffffff80000000->ffffffff81400000
(XEN)  ENTRY ADDRESS: ffffffff80741200
(XEN) Dom0 has maximum 2 VCPUs
(XEN) Scrubbing Free RAM: .done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: Errors and warnings
(XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings)
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch
input to Xen)
(XEN) Freed 108kB init memory.
mapping kernel into physical memory
Xen: setup ISA identity maps
about to get started...
(XEN) ioapic_guest_write: apic=0, pin=2, old_irq=0, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f0, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
Linux version 2.6.28-rc8-tip (root@localhost) (gcc version 4.1.2
(Gentoo 4.1.2 p1.0.2)) #1 SMP Fri Dec 12 08:57:32 GMT 2008
Command line: root=/dev/sda2 swiotlb=256 console=hvc0 earlyprink=xen
pciback.hide=(03:02.0) pci=nomsi
KERNEL supported cpus:
  Intel GenuineIntel
  AMD AuthenticAMD
  Centaur CentaurHauls
BIOS-provided physical RAM map:
 Xen: 0000000000000000 - 00000000000a0000 (usable)
 Xen: 00000000000a0000 - 0000000000100000 (reserved)
 Xen: 0000000000100000 - 000000000087d000 (usable)
 Xen: 000000000087d000 - 0000000000fd1000 (reserved)
 Xen: 0000000000fd1000 - 00000000ea567000 (usable)
DMI 2.5 present.
last_pfn = 0xea567 max_arch_pfn = 0x3ffffffff
init_memory_mapping: 0000000000000000-00000000ea567000
last_map_addr: ea567000 end: ea567000
ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
ACPI: XSDT 000FC5B3, 008C (r1 DELL    B9K           15 ASL        61)
ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
ACPI: FACS CFDFF800, 0040
ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
ACPI: DMAR 000FCBF3, 00D0 (r1 DELL    B9K           15 ASL        61)
ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
ACPI: SSDT CFDFF840, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
ACPI: SSDT CFDFFC49, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
ACPI: SSDT CFE00052, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
(5 early reservations) ==> bootmem [0000000000 - 00ea567000]
  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
  #1 [0000fd1000 - 0000fde000]   XEN PAGETABLES ==> [0000fd1000 - 0000fde000]
  #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
  #3 [0000200000 - 000087c3d0]    TEXT DATA BSS ==> [0000200000 - 000087c3d0]
  #4 [0000fde000 - 0001726000]          PGTABLE ==> [0000fde000 - 0001726000]
found SMP MP-table at [ffff8800000fe710] 000fe710
Zone PFN ranges:
  DMA      0x00000000 -> 0x00001000
  DMA32    0x00001000 -> 0x00100000
  Normal   0x00100000 -> 0x00100000
Movable zone start PFN for each node
early_node_map[3] active PFN ranges
    0: 0x00000000 -> 0x000000a0
    0: 0x00000100 -> 0x0000087d
    0: 0x00000fd1 -> 0x000ea567
ACPI: PM-Timer IO Port: 0x808
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] disabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 8, version 0, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a301 base: 0xfed00000
SMP: Allowing 2 CPUs, 0 hotplug CPUs
Allocating PCI resources starting at ec000000 (gap: ea567000:15a99000)
PERCPU: Allocating 57344 bytes of per cpu data
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 943074
Kernel command line: root=/dev/sda2 swiotlb=256 console=hvc0
earlyprink=xen pciback.hide=(03:02.0) pci=nomsi
Unknown boot option `pciback.hide=(03:02.0)': ignoring
Initializing CPU#0
xen: allocated irq 9 for acpi 9
PID hash table entries: 4096 (order: 12, 32768 bytes)
Detected 2394.004 MHz processor.
Console: colour dummy device 80x25
console [hvc0] enabled
Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
Checking aperture...
No AGP bridge found
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Placing 0MB software IO TLB between ffff8800052c5000 - ffff880005344fff
software IO TLB at phys 0x52c5000 - 0x5344fff bus 0x1c0000 - 0x1bffff
Memory: 3755876k/3839388k available (3275k kernel code, 7888k absent,
75028k reserved, 1863k data, 452k init)
SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
installing Xen timer for CPU 0
Calibrating delay loop (skipped), value calculated using timer
frequency.. 4788.00 BogoMIPS (lpj=2394004)
Mount-cache hash table entries: 256
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 4096K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
SMP alternatives: switching to UP code
ACPI: Core revision 20080926
cpu 0 spinlock event irq 17
installing Xen timer for CPU 1
cpu 1 spinlock event irq 23
SMP alternatives: switching to SMP code
Initializing CPU#1
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 4096K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
Brought up 2 CPUs
khelper used greatest stack depth: 6800 bytes left
net_namespace: 592 bytes
Booting paravirtualized kernel on Xen
Xen version: 3.3.0 (preserve-AD) (dom0)
Grant table initialized
Time:  9:00:03  Date: 12/12/08
NET: Registered protocol family 16
xenbus_probe_init ok
ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
ACPI: bus type pci registered
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: Not using MMCONFIG.
PCI: Using configuration type 1 for base access
khelper used greatest stack depth: 6448 bytes left
khelper used greatest stack depth: 6232 bytes left
ACPI: Interpreter enabled
ACPI: (supports S0 S1 S3 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: BIOS Bug: MCFG area at e0000000 is not reserved in ACPI
motherboard resources
PCI: Not using MMCONFIG.
ACPI: ACPI Dock Station Driver: 1 docks/bays found
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
pci 0000:00:01.0: PME# disabled
pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
pci 0000:00:03.0: PME# disabled
pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
pci 0000:00:19.0: PME# disabled
pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1a.7: PME# disabled
pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1b.0: PME# disabled
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PME# disabled
pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.7: PME# disabled
pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO
pci 0000:00:1f.2: PME# supported from D3hot
pci 0000:00:1f.2: PME# disabled
pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:03:02.0: PME# disabled
pci 0000:00:1e.0: transparent bridge
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 15)
ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] - 00,
should be 87 [20080926]
xen_balloon: Initialising balloon driver.
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
pci 0000:00:01.0: BAR 9: can't allocate resource
pci 0000:01:00.0: BAR 0: can't allocate resource
Xen: Initializing Xen DMA ops
Xen: Enabling DMA fallback to swiotlb
PCI-GART: No AMD GART found.
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp 00:01: io resource (0x800-0x85f) overlaps 0000:00:1f.0 BAR 7
(0x800-0x87f), disabling
pnp 00:01: io resource (0x860-0x8ff) overlaps 0000:00:1f.0 BAR 7
(0x800-0x87f), disabling
system 00:01: ioport range 0xc00-0xc7f has been reserved
xen_set_ioapic_routing: irq 13 gsi 13 vector 120 ioapic 0 pin 13
triggering 1 polarity 0
xen_set_ioapic_routing: irq 8 gsi 8 vector 80 ioapic 0 pin 8
triggering 1 polarity 0
xen_set_ioapic_routing: irq 7 gsi 7 vector 72 ioapic 0 pin 7
triggering 1 polarity 0
xen_set_ioapic_routing: irq 4 gsi 4 vector 241 ioapic 0 pin 4
triggering 1 polarity 0
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=4
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=000189f1
(XEN) ioapic_guest_write: Attempt to modify IO-APIC pin for in-use IRQ!
pnp: PnP ACPI: found 9 devices
ACPI: ACPI bus type pnp unregistered
pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
pci 0000:00:01.0:   IO window: 0xd000-0xdfff
pci 0000:00:01.0:   MEM window: 0xfe900000-0xfeafffff
pci 0000:00:01.0:   PREFETCH window: 0x00000100000000-0x0000010fffffff
pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
pci 0000:00:1c.0:   IO window: disabled
pci 0000:00:1c.0:   MEM window: 0xfe800000-0xfe8fffff
pci 0000:00:1c.0:   PREFETCH window: disabled
pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03
pci 0000:00:1e.0:   IO window: 0xc000-0xcfff
pci 0000:00:1e.0:   MEM window: 0xfe600000-0xfe7fffff
pci 0000:00:1e.0:   PREFETCH window: 0x000000ec000000-0x000000ec0fffff
xen_set_ioapic_routing: irq 29 gsi 16 vector 176 ioapic 0 pin 16
triggering 0 polarity 1
pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
xen: PCI device 0000:00:01.0 pin 1 -> irq 29
xen_allocate_pirq: returning irq 29 for gsi 16
xen_set_ioapic_routing: irq 29 gsi 16 vector 176 ioapic 0 pin 16
triggering 0 polarity 1
pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
xen: PCI device 0000:00:1c.0 pin 1 -> irq 29
bus: 00 index 0 io port: [0x00-0xffff]
bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
bus: 01 index 0 io port: [0xd000-0xdfff]
bus: 01 index 1 mmio: [0xfe900000-0xfeafffff]
bus: 01 index 2 mmio: [0x100000000-0x10fffffff]
bus: 01 index 3 mmio: [0x0-0x0]
bus: 02 index 0 mmio: [0x0-0x0]
bus: 02 index 1 mmio: [0xfe800000-0xfe8fffff]
bus: 02 index 2 mmio: [0x0-0x0]
bus: 02 index 3 mmio: [0x0-0x0]
bus: 03 index 0 io port: [0xc000-0xcfff]
bus: 03 index 1 mmio: [0xfe600000-0xfe7fffff]
bus: 03 index 2 mmio: [0xec000000-0xec0fffff]
bus: 03 index 3 io port: [0x00-0xffff]
bus: 03 index 4 mmio: [0x000000-0xffffffffffffffff]
NET: Registered protocol family 2
IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
TCP: Hash tables configured (established 262144 bind 65536)
TCP reno registered
NET: Registered protocol family 1
Simple Boot Flag at 0x7a set to 0x1
audit: initializing netlink socket (disabled)
type=2000 audit(1229072406.422:1): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
msgmni has been set to 7498
alg: No test for stdrng (krng)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
pcieport-driver 0000:00:01.0: found MSI capability
pcieport-driver 0000:00:1c.0: found MSI capability
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
ACPI: Power Button (FF) [PWRF]
input: Power Button (CM) as
/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
ACPI: Power Button (CM) [VBTN]
xenbus_probe_backend_init bus registered ok
xenbus_probe_frontend_init bus registered ok
Event-channel device installed.
***blkif_init
Non-volatile memory driver v1.2
Linux agpgart interface v0.103
[drm] Initialized drm 1.1.0 20060810
brd: module loaded
loop: module loaded
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
console [netcon0] enabled
netconsole: network logging started
Loading iSCSI transport class v2.0-870.
Driver 'sd' needs updating - please use bus_type methods
Driver 'sr' needs updating - please use bus_type methods
xen_set_ioapic_routing: irq 31 gsi 18 vector 184 ioapic 0 pin 18
triggering 0 polarity 1
ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 31
xen: PCI device 0000:00:1f.2 pin 3 -> irq 31
ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x27 impl SATA mode
ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pmp pio slum part ems
scsi0 : ahci
scsi1 : ahci
scsi2 : ahci
scsi3 : ahci
scsi4 : ahci
scsi5 : ahci
ata1: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970100 irq 31
ata2: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970180 irq 31
ata3: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970200 irq 31
ata4: DUMMY
ata5: DUMMY
ata6: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970380 irq 31
ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1.00: qc timeout (cmd 0xec)
ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1.00: qc timeout (cmd 0xec)
ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1.00: qc timeout (cmd 0xec)
ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata2.00: ATAPI: HL-DT-ST DVD+/-RW GSA-H73N, B103, max UDMA/100
ata2.00: configured for UDMA/100
ata3: SATA link down (SStatus 4 SControl 300)
ata6: SATA link down (SStatus 4 SControl 300)
scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GSA-H73N B103 PQ: 0 ANSI: 5
sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 1:0:0:0: Attached scsi generic sg0 type 5
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
xen_set_ioapic_routing: irq 32 gsi 22 vector 192 ioapic 0 pin 22
triggering 0 polarity 1
ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 32
xen: PCI device 0000:00:1a.7 pin 3 -> irq 32
ehci_hcd 0000:00:1a.7: EHCI Host Controller
ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1a.7: debug port 1
ehci_hcd 0000:00:1a.7: irq 32, io mem 0xfebd9c00
ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.28-rc8-tip ehci_hcd
usb usb1: SerialNumber: 0000:00:1a.7
xen_set_ioapic_routing: irq 33 gsi 23 vector 200 ioapic 0 pin 23
triggering 0 polarity 1
ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 33
xen: PCI device 0000:00:1d.7 pin 1 -> irq 33
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: irq 33, io mem 0xff980800
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 6 ports detected
usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: EHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.28-rc8-tip ehci_hcd
usb usb2: SerialNumber: 0000:00:1d.7
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
uhci_hcd: USB Universal Host Controller Interface driver
xen_allocate_pirq: returning irq 29 for gsi 16
xen_set_ioapic_routing: irq 29 gsi 16 vector 176 ioapic 0 pin 16
triggering 0 polarity 1
uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
xen: PCI device 0000:00:1a.0 pin 1 -> irq 29
uhci_hcd 0000:00:1a.0: UHCI Host Controller
uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1a.0: detected 2 ports
uhci_hcd 0000:00:1a.0: irq 29, io base 0x0000ff20
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: UHCI Host Controller
usb usb3: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
usb usb3: SerialNumber: 0000:00:1a.0
xen_set_ioapic_routing: irq 34 gsi 17 vector 208 ioapic 0 pin 17
triggering 0 polarity 1
uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 17 (level, low) -> IRQ 34
xen: PCI device 0000:00:1a.1 pin 2 -> irq 34
uhci_hcd 0000:00:1a.1: UHCI Host Controller
uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1a.1: detected 2 ports
uhci_hcd 0000:00:1a.1: irq 34, io base 0x0000ff00
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: UHCI Host Controller
usb usb4: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
usb usb4: SerialNumber: 0000:00:1a.1
xen_allocate_pirq: returning irq 33 for gsi 23
xen_set_ioapic_routing: irq 33 gsi 23 vector 200 ioapic 0 pin 23
triggering 0 polarity 1
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 33
xen: PCI device 0000:00:1d.0 pin 1 -> irq 33
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1d.0: detected 2 ports
uhci_hcd 0000:00:1d.0: irq 33, io base 0x0000ff80
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb5: Product: UHCI Host Controller
usb usb5: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
usb usb5: SerialNumber: 0000:00:1d.0
xen_allocate_pirq: returning irq 34 for gsi 17
xen_set_ioapic_routing: irq 34 gsi 17 vector 208 ioapic 0 pin 17
triggering 0 polarity 1
uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 34
xen: PCI device 0000:00:1d.1 pin 2 -> irq 34
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
uhci_hcd 0000:00:1d.1: detected 2 ports
uhci_hcd 0000:00:1d.1: irq 34, io base 0x0000ff60
usb usb6: configuration #1 chosen from 1 choice
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 2 ports detected
usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb6: Product: UHCI Host Controller
usb usb6: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
usb usb6: SerialNumber: 0000:00:1d.1
xen_allocate_pirq: returning irq 31 for gsi 18
xen_set_ioapic_routing: irq 31 gsi 18 vector 184 ioapic 0 pin 18
triggering 0 polarity 1
uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 31
xen: PCI device 0000:00:1d.2 pin 3 -> irq 31
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
uhci_hcd 0000:00:1d.2: detected 2 ports
uhci_hcd 0000:00:1d.2: irq 31, io base 0x0000ff40
usb usb7: configuration #1 chosen from 1 choice
hub 7-0:1.0: USB hub found
hub 7-0:1.0: 2 ports detected
usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb7: Product: UHCI Host Controller
usb usb7: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
usb usb7: SerialNumber: 0000:00:1d.2
usbcore: registered new interface driver usblp
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usbcore: registered new interface driver libusual
PNP: No PS/2 controller found. Probing ports directly.
i8042: probe of i8042 failed with error -38
mice: PS/2 mouse device common for all mice
device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
cpuidle: using governor ladder
dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
TCP cubic registered
NET: Registered protocol family 17
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
IO APIC resources could be not be allocated.
registered taskstats version 1
  Magic number: 4:851:19
md: Waiting for all devices to be available before autodetect
md: If you don't use raid, use raid=noautodetect
md: Autodetecting RAID arrays.
md: Scanned 0 and added 0 devices.
md: autorun ...
md: ... autorun DONE.
Root-NFS: No NFS server available, giving up.
VFS: Unable to mount root fs via NFS, trying floppy.
VFS: Cannot open root device "sda2" or unknown-block(2,0)
Please append a correct "root=" boot option; here are the available partitions:
0b00         1048575 sr0 driver: sr
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)
Pid: 1, comm: swapper Not tainted 2.6.28-rc8-tip #1
Call Trace:
 [<ffffffff80239c63>] panic+0xa0/0x162
 [<ffffffff804051a7>] ? class_dev_iter_exit+0x9/0xb
 [<ffffffff802b0d4a>] ? sys_mount+0xb9/0xce
 [<ffffffff8074218f>] mount_block_root+0x1c0/0x1dc
 [<ffffffff80742274>] mount_root+0xc9/0xea
 [<ffffffff8074240f>] prepare_namespace+0x17a/0x1a7
 [<ffffffff807419a5>] kernel_init+0x167/0x175
 [<ffffffff802133fa>] child_rip+0xa/0x20
 [<ffffffff80212ced>] ? retint_restore_args+0x5/0x20
 [<ffffffff802133f0>] ? child_rip+0x0/0x20


>>>
>>> Booted up and successfully started xend!
>>>
>>> Make a quick attempt at booting a guest, but ran into errors.
>>>
>>> Full log attached.
>>>
>>
>> ?
>>
>>> I cat'd error logs and ran command that might give some
>>> info.
>>>
>>> Is guest support implemented? workarounds/gotchas?
>>>
>>
>> Yes, guests work.  There's only blkback support, so the only supported
>> device is disks.
>>
>>> Also dom0 is using all of my memory (most of it,
>>> left with with a small number of megabytes to work
>>> with (i did free -m in the output)
>>>
>>> Any thoughts, things to test etc.?
>>>
>>
>> What does "xm list" show?
>>
>
> There are several in the log.
>
> At times the memory is not all in use.
> When trying with just 256 MB the guest
> fails with dom0 out of memory error.
>
> An example of that is in the log.
>
> Probably won't be able to play around
> with this for a couple of days.
>
> I tried to put as much as I could in the logs
> I ran xm list, free -m, cat /var/log/xen/*.log
> and the like
>
> Cheers,
> Todd
>
> --
> Todd Deshane
> http://todddeshane.net
> http://runningxen.com
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-12  9:12                       ` Andrew Lyon
@ 2008-12-12 10:57                         ` Pasi Kärkkäinen
  2008-12-12 11:11                           ` Andrew Lyon
  2008-12-12 11:15                         ` Ian Campbell
  2008-12-12 21:00                         ` Jeremy Fitzhardinge
  2 siblings, 1 reply; 92+ messages in thread
From: Pasi Kärkkäinen @ 2008-12-12 10:57 UTC (permalink / raw)
  To: Andrew Lyon; +Cc: Jeremy Fitzhardinge, Xen-devel, Aviv Grafi, Ian Campbell

On Fri, Dec 12, 2008 at 09:12:03AM +0000, Andrew Lyon wrote:
> On Thu, Dec 11, 2008 at 10:27 PM, Todd Deshane <deshantm@gmail.com> wrote:
> > On Thu, Dec 11, 2008 at 5:24 PM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:
> >> Todd Deshane wrote:
> >>>
> >>> Just pulled the latest and re-compiled.
> 
> I did the same at exactly 09:00 12/12/2008 GMT, compiled a new kernel
> and tried it on my Optiplex 755 test system, I disabled MSI in the
> kernel config and added pci=nomsi to be absolutely sure, it fails to
> boot because the HD is not detected:
>

<snip>
 
> 
> Driver 'sd' needs updating - please use bus_type methods
> Driver 'sr' needs updating - please use bus_type methods

I wonder if these are related.. ?

> ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 31
> xen: PCI device 0000:00:1f.2 pin 3 -> irq 31
> ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x27 impl SATA mode
> ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pmp pio slum part ems
> scsi0 : ahci
> scsi1 : ahci
> scsi2 : ahci
> scsi3 : ahci
> scsi4 : ahci
> scsi5 : ahci
> ata1: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970100 irq 31
> ata2: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970180 irq 31
> ata3: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970200 irq 31
> ata4: DUMMY
> ata5: DUMMY
> ata6: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970380 irq 31
> ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> ata1.00: qc timeout (cmd 0xec)
> ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
> ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> ata1.00: qc timeout (cmd 0xec)
> ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
> ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> ata1.00: qc timeout (cmd 0xec)
> ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
> ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> ata2.00: ATAPI: HL-DT-ST DVD+/-RW GSA-H73N, B103, max UDMA/100
> ata2.00: configured for UDMA/100
> ata3: SATA link down (SStatus 4 SControl 300)
> ata6: SATA link down (SStatus 4 SControl 300)
> scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GSA-H73N B103 PQ: 0 ANSI: 5
> sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
> Uniform CD-ROM driver Revision: 3.20
> sr 1:0:0:0: Attached scsi generic sg0 type 5

Ok, so AHCI controller driver is loaded, but the disks are not detected..
"failed to IDENTIFY". 

Wonder what's causing that..

> md: Waiting for all devices to be available before autodetect
> md: If you don't use raid, use raid=noautodetect
> md: Autodetecting RAID arrays.
> md: Scanned 0 and added 0 devices.
> md: autorun ...
> md: ... autorun DONE.

No disks to scan here.. because none were detected.


> Root-NFS: No NFS server available, giving up.
> VFS: Unable to mount root fs via NFS, trying floppy.
> VFS: Cannot open root device "sda2" or unknown-block(2,0)
> Please append a correct "root=" boot option; here are the available partitions:
> 0b00         1048575 sr0 driver: sr
> Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)

Yep, can't find root device because no disks were detected..

-- Pasi

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-12 10:57                         ` Pasi Kärkkäinen
@ 2008-12-12 11:11                           ` Andrew Lyon
  2008-12-12 17:06                             ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 92+ messages in thread
From: Andrew Lyon @ 2008-12-12 11:11 UTC (permalink / raw)
  To: Pasi Kärkkäinen
  Cc: Jeremy Fitzhardinge, Xen-devel, Aviv Grafi, Ian Campbell

On Fri, Dec 12, 2008 at 10:57 AM, Pasi Kärkkäinen <pasik@iki.fi> wrote:
> On Fri, Dec 12, 2008 at 09:12:03AM +0000, Andrew Lyon wrote:
>> On Thu, Dec 11, 2008 at 10:27 PM, Todd Deshane <deshantm@gmail.com> wrote:
>> > On Thu, Dec 11, 2008 at 5:24 PM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:
>> >> Todd Deshane wrote:
>> >>>
>> >>> Just pulled the latest and re-compiled.
>>
>> I did the same at exactly 09:00 12/12/2008 GMT, compiled a new kernel
>> and tried it on my Optiplex 755 test system, I disabled MSI in the
>> kernel config and added pci=nomsi to be absolutely sure, it fails to
>> boot because the HD is not detected:
>>
>
> <snip>
>
>>
>> Driver 'sd' needs updating - please use bus_type methods
>> Driver 'sr' needs updating - please use bus_type methods
>

I get the same messages with 2.6.27 Xen kernel (vanilla patched with
openSUSE xen patches)

> I wonder if these are related.. ?
>
>> ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 31
>> xen: PCI device 0000:00:1f.2 pin 3 -> irq 31
>> ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x27 impl SATA mode
>> ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pmp pio slum part ems
>> scsi0 : ahci
>> scsi1 : ahci
>> scsi2 : ahci
>> scsi3 : ahci
>> scsi4 : ahci
>> scsi5 : ahci
>> ata1: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970100 irq 31
>> ata2: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970180 irq 31
>> ata3: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970200 irq 31
>> ata4: DUMMY
>> ata5: DUMMY
>> ata6: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970380 irq 31
>> ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> ata1.00: qc timeout (cmd 0xec)
>> ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
>> ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> ata1.00: qc timeout (cmd 0xec)
>> ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
>> ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> ata1.00: qc timeout (cmd 0xec)
>> ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
>> ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> ata2.00: ATAPI: HL-DT-ST DVD+/-RW GSA-H73N, B103, max UDMA/100
>> ata2.00: configured for UDMA/100
>> ata3: SATA link down (SStatus 4 SControl 300)
>> ata6: SATA link down (SStatus 4 SControl 300)
>> scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GSA-H73N B103 PQ: 0 ANSI: 5
>> sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
>> Uniform CD-ROM driver Revision: 3.20
>> sr 1:0:0:0: Attached scsi generic sg0 type 5
>
> Ok, so AHCI controller driver is loaded, but the disks are not detected..
> "failed to IDENTIFY".
>
> Wonder what's causing that..

With 2.6.27 they are detected, and I notice the controller gets a different irq:

 dmesg | grep -E "ata|scsi|ahci"
PERCPU: Allocating 42976 bytes of per cpu data
Memory: 3626568k/3847580k available (3374k kernel code, 212420k
reserved, 1712k data, 288k init)
libata version 3.00 loaded.
ahci 0000:00:1f.2: version 3.0
ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x27 impl SATA mode
ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pmp pio slum part ems
ahci 0000:00:1f.2: setting latency timer to 64
scsi0 : ahci
scsi1 : ahci
scsi2 : ahci
scsi3 : ahci
scsi4 : ahci
scsi5 : ahci
ata1: SATA max UDMA/133 irq_stat 0x00000040, connection status changed irq 18
ata2: SATA max UDMA/133 irq_stat 0x00000040, connection status changed irq 18
ata3: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970200 irq 18
ata4: DUMMY
ata5: DUMMY
ata6: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970380 irq 18
ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1.00: ATA-6: WDC WD360GD-00FLA2, 31.08F31, max UDMA/133
ata1.00: 72303840 sectors, multi 0: LBA48
ata1.00: configured for UDMA/133
ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata2.00: ATAPI: HL-DT-ST DVD+/-RW GSA-H73N, B103, max UDMA/100
ata2.00: configured for UDMA/100
ata3: SATA link down (SStatus 4 SControl 300)
ata6: SATA link down (SStatus 4 SControl 300)
scsi 0:0:0:0: Direct-Access     ATA      WDC WD360GD-00FL 31.0 PQ: 0 ANSI: 5
sd 0:0:0:0: Attached scsi generic sg0 type 0
scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GSA-H73N B103 PQ: 0 ANSI: 5
sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
sr 1:0:0:0: Attached scsi CD-ROM sr0
sr 1:0:0:0: Attached scsi generic sg1 type 5
scsi6 : SCSI emulation for USB Mass Storage devices
EXT3-fs: mounted filesystem with ordered data mode.
Write protecting the kernel read-only data: 4772k
scsi 6:0:0:0: Direct-Access     TEAC     USB   HS-CF Card 4.08 PQ: 0 ANSI: 0
sd 6:0:0:0: Attached scsi generic sg2 type 0



>
>> md: Waiting for all devices to be available before autodetect
>> md: If you don't use raid, use raid=noautodetect
>> md: Autodetecting RAID arrays.
>> md: Scanned 0 and added 0 devices.
>> md: autorun ...
>> md: ... autorun DONE.
>
> No disks to scan here.. because none were detected.
>
>
>> Root-NFS: No NFS server available, giving up.
>> VFS: Unable to mount root fs via NFS, trying floppy.
>> VFS: Cannot open root device "sda2" or unknown-block(2,0)
>> Please append a correct "root=" boot option; here are the available partitions:
>> 0b00         1048575 sr0 driver: sr
>> Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)
>
> Yep, can't find root device because no disks were detected..
>
> -- Pasi
>

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-12  9:12                       ` Andrew Lyon
  2008-12-12 10:57                         ` Pasi Kärkkäinen
@ 2008-12-12 11:15                         ` Ian Campbell
  2008-12-12 11:36                           ` Andrew Lyon
  2008-12-12 21:00                         ` Jeremy Fitzhardinge
  2 siblings, 1 reply; 92+ messages in thread
From: Ian Campbell @ 2008-12-12 11:15 UTC (permalink / raw)
  To: Andrew Lyon; +Cc: Jeremy Fitzhardinge, Xen-devel, Aviv Grafi

On Fri, 2008-12-12 at 09:12 +0000, Andrew Lyon wrote:
> (XEN) Xen-e820 RAM map:
> (XEN)  0000000000000000 - 000000000009ec00 (usable)
> (XEN)  00000000000f0000 - 0000000000100000 (reserved)
> (XEN)  0000000000100000 - 00000000cfdff800 (usable)
> (XEN)  00000000cfdff800 - 00000000cfe53c00 (ACPI NVS)
> (XEN)  00000000cfe53c00 - 00000000cfe55c00 (ACPI data)
> (XEN)  00000000cfe55c00 - 00000000d0000000 (reserved)
> (XEN)  00000000e0000000 - 00000000f0000000 (reserved)
> (XEN)  00000000fec00000 - 00000000fed00400 (reserved)
> (XEN)  00000000fed20000 - 00000000feda0000 (reserved)
> (XEN)  00000000fee00000 - 00000000fef00000 (reserved)
> (XEN)  00000000ffb00000 - 0000000100000000 (reserved)
> (XEN)  0000000100000000 - 0000000128000000 (usable)
> BIOS-provided physical RAM map:
>  Xen: 0000000000000000 - 00000000000a0000 (usable)
>  Xen: 00000000000a0000 - 0000000000100000 (reserved)
>  Xen: 0000000000100000 - 000000000087d000 (usable)
>  Xen: 000000000087d000 - 0000000000fd1000 (reserved)
>  Xen: 0000000000fd1000 - 00000000ea567000 (usable)

It's only peripherally related (and a bit of a stab in the dark) but
since you have plenty of host RAM your pseudo-physical addresses overlap
with the ACPI tables and such so it would be worth trying out the patch
I just pushed to reserve these. Although I saw actual warnings and you
don't seem to it's possible there are other failures due to the
conflicts. Alternatively you could try limiting the domain 0 memory,
e.g. with dom0_mem=3G on the Xen command line.

Ian.

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-12 11:15                         ` Ian Campbell
@ 2008-12-12 11:36                           ` Andrew Lyon
  2008-12-12 11:45                             ` Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
  2008-12-12 11:47                             ` Ian Campbell
  0 siblings, 2 replies; 92+ messages in thread
From: Andrew Lyon @ 2008-12-12 11:36 UTC (permalink / raw)
  To: Ian Campbell; +Cc: Jeremy Fitzhardinge, Xen-devel, Aviv Grafi

On Fri, Dec 12, 2008 at 11:15 AM, Ian Campbell <Ian.Campbell@citrix.com> wrote:
> On Fri, 2008-12-12 at 09:12 +0000, Andrew Lyon wrote:
>> (XEN) Xen-e820 RAM map:
>> (XEN)  0000000000000000 - 000000000009ec00 (usable)
>> (XEN)  00000000000f0000 - 0000000000100000 (reserved)
>> (XEN)  0000000000100000 - 00000000cfdff800 (usable)
>> (XEN)  00000000cfdff800 - 00000000cfe53c00 (ACPI NVS)
>> (XEN)  00000000cfe53c00 - 00000000cfe55c00 (ACPI data)
>> (XEN)  00000000cfe55c00 - 00000000d0000000 (reserved)
>> (XEN)  00000000e0000000 - 00000000f0000000 (reserved)
>> (XEN)  00000000fec00000 - 00000000fed00400 (reserved)
>> (XEN)  00000000fed20000 - 00000000feda0000 (reserved)
>> (XEN)  00000000fee00000 - 00000000fef00000 (reserved)
>> (XEN)  00000000ffb00000 - 0000000100000000 (reserved)
>> (XEN)  0000000100000000 - 0000000128000000 (usable)
>> BIOS-provided physical RAM map:
>>  Xen: 0000000000000000 - 00000000000a0000 (usable)
>>  Xen: 00000000000a0000 - 0000000000100000 (reserved)
>>  Xen: 0000000000100000 - 000000000087d000 (usable)
>>  Xen: 000000000087d000 - 0000000000fd1000 (reserved)
>>  Xen: 0000000000fd1000 - 00000000ea567000 (usable)
>
> It's only peripherally related (and a bit of a stab in the dark) but
> since you have plenty of host RAM your pseudo-physical addresses overlap
> with the ACPI tables and such so it would be worth trying out the patch
> I just pushed to reserve these. Although I saw actual warnings and you
> don't seem to it's possible there are other failures due to the
> conflicts. Alternatively you could try limiting the domain 0 memory,
> e.g. with dom0_mem=3G on the Xen command line.
>
> Ian.
>
>

I tried with dom0_mem=3G and =1G, neither seems to make any
difference, I also tried libata.force=noncq.

Is it still worth trying your patch?

I followed the instructions on the wiki to download the pv_ops source
tree, what method can I use to update the source to the latest commits
without downloading it all from scratch?

Andy

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-12 11:36                           ` Andrew Lyon
@ 2008-12-12 11:45                             ` Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
  2008-12-12 11:47                             ` Ian Campbell
  1 sibling, 0 replies; 92+ messages in thread
From: Marc - A. Dahlhaus [ Administration | Westermann GmbH ] @ 2008-12-12 11:45 UTC (permalink / raw)
  To: Xen-devel

Am Freitag, den 12.12.2008, 11:36 +0000 schrieb Andrew Lyon:
> I followed the instructions on the wiki to download the pv_ops source
> tree, what method can I use to update the source to the latest commits
> without downloading it all from scratch?
> 
> Andy

Hello Andy,

i did that the following way:

cd linux-2.6
hg qpop -a
hg pull
cd patches
hg pull
cd ..
hg update `cat patches/KERNEL_VERSION`
hg qpush -a

But i don't know if there is a shorter way to do that...

Marc

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-12 11:36                           ` Andrew Lyon
  2008-12-12 11:45                             ` Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
@ 2008-12-12 11:47                             ` Ian Campbell
  2008-12-12 14:26                               ` Andrew Lyon
  1 sibling, 1 reply; 92+ messages in thread
From: Ian Campbell @ 2008-12-12 11:47 UTC (permalink / raw)
  To: Andrew Lyon; +Cc: Jeremy Fitzhardinge, Xen-devel, Aviv Grafi

On Fri, 2008-12-12 at 11:36 +0000, Andrew Lyon wrote:
> On Fri, Dec 12, 2008 at 11:15 AM, Ian Campbell <Ian.Campbell@citrix.com> wrote:
> > On Fri, 2008-12-12 at 09:12 +0000, Andrew Lyon wrote:
> >> (XEN) Xen-e820 RAM map:
> >> (XEN)  0000000000000000 - 000000000009ec00 (usable)
> >> (XEN)  00000000000f0000 - 0000000000100000 (reserved)
> >> (XEN)  0000000000100000 - 00000000cfdff800 (usable)
> >> (XEN)  00000000cfdff800 - 00000000cfe53c00 (ACPI NVS)
> >> (XEN)  00000000cfe53c00 - 00000000cfe55c00 (ACPI data)
> >> (XEN)  00000000cfe55c00 - 00000000d0000000 (reserved)
> >> (XEN)  00000000e0000000 - 00000000f0000000 (reserved)
> >> (XEN)  00000000fec00000 - 00000000fed00400 (reserved)
> >> (XEN)  00000000fed20000 - 00000000feda0000 (reserved)
> >> (XEN)  00000000fee00000 - 00000000fef00000 (reserved)
> >> (XEN)  00000000ffb00000 - 0000000100000000 (reserved)
> >> (XEN)  0000000100000000 - 0000000128000000 (usable)
> >> BIOS-provided physical RAM map:
> >>  Xen: 0000000000000000 - 00000000000a0000 (usable)
> >>  Xen: 00000000000a0000 - 0000000000100000 (reserved)
> >>  Xen: 0000000000100000 - 000000000087d000 (usable)
> >>  Xen: 000000000087d000 - 0000000000fd1000 (reserved)
> >>  Xen: 0000000000fd1000 - 00000000ea567000 (usable)
> >
> > It's only peripherally related (and a bit of a stab in the dark) but
> > since you have plenty of host RAM your pseudo-physical addresses overlap
> > with the ACPI tables and such so it would be worth trying out the patch
> > I just pushed to reserve these. Although I saw actual warnings and you
> > don't seem to it's possible there are other failures due to the
> > conflicts. Alternatively you could try limiting the domain 0 memory,
> > e.g. with dom0_mem=3G on the Xen command line.
> >
> > Ian.
> >
> >
> 
> I tried with dom0_mem=3G and =1G, neither seems to make any
> difference, I also tried libata.force=noncq.
> 
> Is it still worth trying your patch?

If dom0_mem={1,3}G didn't work (and the memory map printed by the kernel
is correspondingly truncated) then I don't think the patch will do
anything extra.

> I followed the instructions on the wiki to download the pv_ops source
> tree, what method can I use to update the source to the latest commits
> without downloading it all from scratch?

You can basically qpop -a, update both trees and the qpush again. e.g.

     1. hg qpop -a
     2. hg -R .hg/patches pull -u 
     3. hg pull # no -u, update follows
     4. hg update `cat .hg/patches/KERNEL_VERSION` 
     5. hg qpush -a

If .hg/patches/KERNEL_VERSION doesn't change you can skip the 3rd and
4th steps.

Ian.

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-12 11:47                             ` Ian Campbell
@ 2008-12-12 14:26                               ` Andrew Lyon
  2008-12-12 16:43                                 ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 92+ messages in thread
From: Andrew Lyon @ 2008-12-12 14:26 UTC (permalink / raw)
  To: Ian Campbell; +Cc: Jeremy Fitzhardinge, Xen-devel, Aviv Grafi

On Fri, Dec 12, 2008 at 11:47 AM, Ian Campbell <Ian.Campbell@citrix.com> wrote:
> On Fri, 2008-12-12 at 11:36 +0000, Andrew Lyon wrote:
>> On Fri, Dec 12, 2008 at 11:15 AM, Ian Campbell <Ian.Campbell@citrix.com> wrote:
>> > On Fri, 2008-12-12 at 09:12 +0000, Andrew Lyon wrote:
>> >> (XEN) Xen-e820 RAM map:
>> >> (XEN)  0000000000000000 - 000000000009ec00 (usable)
>> >> (XEN)  00000000000f0000 - 0000000000100000 (reserved)
>> >> (XEN)  0000000000100000 - 00000000cfdff800 (usable)
>> >> (XEN)  00000000cfdff800 - 00000000cfe53c00 (ACPI NVS)
>> >> (XEN)  00000000cfe53c00 - 00000000cfe55c00 (ACPI data)
>> >> (XEN)  00000000cfe55c00 - 00000000d0000000 (reserved)
>> >> (XEN)  00000000e0000000 - 00000000f0000000 (reserved)
>> >> (XEN)  00000000fec00000 - 00000000fed00400 (reserved)
>> >> (XEN)  00000000fed20000 - 00000000feda0000 (reserved)
>> >> (XEN)  00000000fee00000 - 00000000fef00000 (reserved)
>> >> (XEN)  00000000ffb00000 - 0000000100000000 (reserved)
>> >> (XEN)  0000000100000000 - 0000000128000000 (usable)
>> >> BIOS-provided physical RAM map:
>> >>  Xen: 0000000000000000 - 00000000000a0000 (usable)
>> >>  Xen: 00000000000a0000 - 0000000000100000 (reserved)
>> >>  Xen: 0000000000100000 - 000000000087d000 (usable)
>> >>  Xen: 000000000087d000 - 0000000000fd1000 (reserved)
>> >>  Xen: 0000000000fd1000 - 00000000ea567000 (usable)
>> >
>> > It's only peripherally related (and a bit of a stab in the dark) but
>> > since you have plenty of host RAM your pseudo-physical addresses overlap
>> > with the ACPI tables and such so it would be worth trying out the patch
>> > I just pushed to reserve these. Although I saw actual warnings and you
>> > don't seem to it's possible there are other failures due to the
>> > conflicts. Alternatively you could try limiting the domain 0 memory,
>> > e.g. with dom0_mem=3G on the Xen command line.
>> >
>> > Ian.
>> >
>> >
>>
>> I tried with dom0_mem=3G and =1G, neither seems to make any
>> difference, I also tried libata.force=noncq.
>>
>> Is it still worth trying your patch?
>
> If dom0_mem={1,3}G didn't work (and the memory map printed by the kernel
> is correspondingly truncated) then I don't think the patch will do
> anything extra.
>

I tried with the patch anyway, it didnt seem to make any difference.

I also booted the kernel on the bare metal and it works perfectly, the
sata hd is detected ok.

Anything I can do to help debug this?

Andy

>> I followed the instructions on the wiki to download the pv_ops source
>> tree, what method can I use to update the source to the latest commits
>> without downloading it all from scratch?
>
> You can basically qpop -a, update both trees and the qpush again. e.g.
>
>     1. hg qpop -a
>     2. hg -R .hg/patches pull -u
>     3. hg pull # no -u, update follows
>     4. hg update `cat .hg/patches/KERNEL_VERSION`
>     5. hg qpush -a
>
> If .hg/patches/KERNEL_VERSION doesn't change you can skip the 3rd and
> 4th steps.
>

Thanks, much quicker and easier.

Andy

> Ian.
>
>

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-12 14:26                               ` Andrew Lyon
@ 2008-12-12 16:43                                 ` Jeremy Fitzhardinge
  2008-12-12 17:14                                   ` Andrew Lyon
  0 siblings, 1 reply; 92+ messages in thread
From: Jeremy Fitzhardinge @ 2008-12-12 16:43 UTC (permalink / raw)
  To: Andrew Lyon; +Cc: Xen-devel, Aviv Grafi, Ian Campbell

Andrew Lyon wrote:
> I tried with the patch anyway, it didnt seem to make any difference.
>
> I also booted the kernel on the bare metal and it works perfectly, the
> sata hd is detected ok.
>
> Anything I can do to help debug this?
>   

Can you switch your controller back to legacy mode (in the BIOS) and see 
what happens?  It looks like a problem with the AHCI driver.

    J

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-12 11:11                           ` Andrew Lyon
@ 2008-12-12 17:06                             ` Jeremy Fitzhardinge
  0 siblings, 0 replies; 92+ messages in thread
From: Jeremy Fitzhardinge @ 2008-12-12 17:06 UTC (permalink / raw)
  To: Andrew Lyon; +Cc: Xen-devel, Aviv Grafi, Ian Campbell

Andrew Lyon wrote:
> With 2.6.27 they are detected, and I notice the controller gets a different irq:
>
>  dmesg | grep -E "ata|scsi|ahci"
> PERCPU: Allocating 42976 bytes of per cpu data
> Memory: 3626568k/3847580k available (3374k kernel code, 212420k
> reserved, 1712k data, 288k init)
> libata version 3.00 loaded.
> ahci 0000:00:1f.2: version 3.0
> ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
>   

Yes, that's OK.  In a dom0 kernel devices will generally get a different 
irq.  The important thing is that it has the same GSI (18, in this 
case).  In native linux irq == gsi, but in dom0 they're remapped (to 
make room for irqs for non-hardware events).

> ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x27 impl SATA mode
> ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pmp pio slum part ems
> ahci 0000:00:1f.2: setting latency timer to 64
> scsi0 : ahci
> scsi1 : ahci
> scsi2 : ahci
> scsi3 : ahci
> scsi4 : ahci
> scsi5 : ahci
> ata1: SATA max UDMA/133 irq_stat 0x00000040, connection status changed irq 18
>   

So this is where things start falling apart.  I'm guessing there's some 
DMA problem; either the drive isn't getting the right command, or we're 
not seeing a proper response.  I suspect the former, since the error 
message is a timeout rather than complains about bad data.

    J

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-12 16:43                                 ` Jeremy Fitzhardinge
@ 2008-12-12 17:14                                   ` Andrew Lyon
  2008-12-12 17:20                                     ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 92+ messages in thread
From: Andrew Lyon @ 2008-12-12 17:14 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Xen-devel, Aviv Grafi, Ian Campbell

On Fri, Dec 12, 2008 at 4:43 PM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:
> Andrew Lyon wrote:
>>
>> I tried with the patch anyway, it didnt seem to make any difference.
>>
>> I also booted the kernel on the bare metal and it works perfectly, the
>> sata hd is detected ok.
>>
>> Anything I can do to help debug this?
>>
>
> Can you switch your controller back to legacy mode (in the BIOS) and see
> what happens?  It looks like a problem with the AHCI driver.
>
>   J
>

In legacy mode it fails much quicker, perhaps I need to enable
different drivers for legacy mode? but I think ive used 2.6.27 in
legacy mode with the same config as I use now, in AHCI mode it takes a
while for the timeouts to happen, here is the dmesg:

 __  __            _____  _____  ___
 \ \/ /___ _ __   |___ / |___ / / _ \
  \  // _ \ '_ \    |_ \   |_ \| | | |
  /  \  __/ | | |  ___) | ___) | |_| |
 /_/\_\___|_| |_| |____(_)____(_)___/

(XEN) Xen version 3.3.0 (root@) (gcc version 4.1.2 (Gentoo 4.1.2
p1.0.2)) Thu Dec 11 11:52:12 GMT 2008
(XEN) Latest ChangeSet: unavailable
(XEN) Command line: iommu=1 com1=115200,8n1 console=com1,vga
cpufreq=dom0-kernel dom0_mem=1G
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN)  Found 1 MBR signatures
(XEN)  Found 1 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 000000000009fc00 (usable)
(XEN)  00000000000f0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 00000000cfdff800 (usable)
(XEN)  00000000cfdff800 - 00000000cfe53c00 (ACPI NVS)
(XEN)  00000000cfe53c00 - 00000000cfe55c00 (ACPI data)
(XEN)  00000000cfe55c00 - 00000000d0000000 (reserved)
(XEN)  00000000e0000000 - 00000000f0000000 (reserved)
(XEN)  00000000fec00000 - 00000000fed00400 (reserved)
(XEN)  00000000fed20000 - 00000000feda0000 (reserved)
(XEN)  00000000fee00000 - 00000000fef00000 (reserved)
(XEN)  00000000ffb00000 - 0000000100000000 (reserved)
(XEN)  0000000100000000 - 0000000128000000 (usable)
(XEN) System RAM: 3965MB (4060792kB)
(XEN) ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
(XEN) ACPI: XSDT 000FC5B3, 008C (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
(XEN) ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
(XEN) ACPI: FACS CFDFF800, 0040
(XEN) ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
(XEN) ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
(XEN) ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: DMAR 000FCBF3, 00D0 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: SSDT CFDFF840, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CFDFFC49, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CFE00052, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
(XEN) Xen heap: 14MB (14632kB)
(XEN) Domain heap initialised
(XEN) Processor #0 6:15 APIC version 20
(XEN) Processor #1 6:15 APIC version 20
(XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) Intel VT-d has been enabled
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Detected 2394.073 MHz processor.
(XEN) HVM: VMX enabled
(XEN) CPU0: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
(XEN) Booting processor 1/1 eip 8c000
(XEN) CPU1: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
(XEN) Total of 2 processors activated.
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using new ACK method
(XEN) checking TSC synchronization across 2 CPUs: passed.
(XEN) Platform timer is 14.318MHz HPET
(XEN) Brought up 2 CPUs
(XEN) I/O virtualisation enabled
(XEN) I/O virtualisation for PV guests disabled
(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x200000 -> 0x87c3d0
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000122000000->0000000123000000 (258048 pages
to be allocated)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff80200000->ffffffff8087c3d0
(XEN)  Init. ramdisk: ffffffff8087d000->ffffffff8087d000
(XEN)  Phys-Mach map: ffffffff8087d000->ffffffff80a7d000
(XEN)  Start info:    ffffffff80a7d000->ffffffff80a7d4a4
(XEN)  Page tables:   ffffffff80a7e000->ffffffff80a87000
(XEN)  Boot stack:    ffffffff80a87000->ffffffff80a88000
(XEN)  TOTAL:         ffffffff80000000->ffffffff80c00000
(XEN)  ENTRY ADDRESS: ffffffff80741200
(XEN) Dom0 has maximum 2 VCPUs
(XEN) Scrubbing Free RAM: ............................done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: Errors and warnings
(XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings)
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch
input to Xen)
(XEN) Freed 108kB init memory.
mapping kernel into physical memory
Xen: setup ISA identity maps
about to get started...
(XEN) ioapic_guest_write: apic=0, pin=2, old_irq=0, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f0, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
Linux version 2.6.28-rc8-tip (root@localhost) (gcc version 4.1.2
(Gentoo 4.1.2 p1.0.2)) #1 SMP Fri Dec 12 08:57:32 GMT 2008
Command line: root=/dev/sda2 swiotlb=256 console=hvc0 earlyprink=xen
pciback.hide=(03:02.0) pci=nomsi
KERNEL supported cpus:
  Intel GenuineIntel
  AMD AuthenticAMD
  Centaur CentaurHauls
BIOS-provided physical RAM map:
 Xen: 0000000000000000 - 00000000000a0000 (usable)
 Xen: 00000000000a0000 - 0000000000100000 (reserved)
 Xen: 0000000000100000 - 000000000087d000 (usable)
 Xen: 000000000087d000 - 0000000000a7e000 (reserved)
 Xen: 0000000000a7e000 - 0000000040000000 (usable)
DMI 2.5 present.
last_pfn = 0x40000 max_arch_pfn = 0x3ffffffff
init_memory_mapping: 0000000000000000-0000000040000000
last_map_addr: 40000000 end: 40000000
ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
ACPI: XSDT 000FC5B3, 008C (r1 DELL    B9K           15 ASL        61)
ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
ACPI: FACS CFDFF800, 0040
ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
ACPI: DMAR 000FCBF3, 00D0 (r1 DELL    B9K           15 ASL        61)
ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
ACPI: SSDT CFDFF840, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
ACPI: SSDT CFDFFC49, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
ACPI: SSDT CFE00052, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
(5 early reservations) ==> bootmem [0000000000 - 0040000000]
  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
  #1 [0000a7e000 - 0000a87000]   XEN PAGETABLES ==> [0000a7e000 - 0000a87000]
  #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
  #3 [0000200000 - 000087c3d0]    TEXT DATA BSS ==> [0000200000 - 000087c3d0]
  #4 [0000a87000 - 0000c7d000]          PGTABLE ==> [0000a87000 - 0000c7d000]
found SMP MP-table at [ffff8800000fe710] 000fe710
Zone PFN ranges:
  DMA      0x00000000 -> 0x00001000
  DMA32    0x00001000 -> 0x00100000
  Normal   0x00100000 -> 0x00100000
Movable zone start PFN for each node
early_node_map[3] active PFN ranges
    0: 0x00000000 -> 0x000000a0
    0: 0x00000100 -> 0x0000087d
    0: 0x00000a7e -> 0x00040000
ACPI: PM-Timer IO Port: 0x808
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] disabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 8, version 0, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a301 base: 0xfed00000
SMP: Allowing 2 CPUs, 0 hotplug CPUs
Allocating PCI resources starting at 50000000 (gap: 40000000:c0000000)
PERCPU: Allocating 57344 bytes of per cpu data
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 255775
Kernel command line: root=/dev/sda2 swiotlb=256 console=hvc0
earlyprink=xen pciback.hide=(03:02.0) pci=nomsi
Unknown boot option `pciback.hide=(03:02.0)': ignoring
Initializing CPU#0
xen: allocated irq 9 for acpi 9
PID hash table entries: 4096 (order: 12, 32768 bytes)
Detected 2394.004 MHz processor.
Console: colour dummy device 80x25
console [hvc0] enabled
Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
Checking aperture...
No AGP bridge found
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Placing 0MB software IO TLB between ffff88000208b000 - ffff88000210afff
software IO TLB at phys 0x208b000 - 0x210afff bus 0x1c0000 - 0x1bffff
Memory: 1020272k/1048576k available (3275k kernel code, 2436k absent,
25380k reserved, 1863k data, 452k init)
SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
installing Xen timer for CPU 0
Calibrating delay loop (skipped), value calculated using timer
frequency.. 4788.00 BogoMIPS (lpj=2394004)
Mount-cache hash table entries: 256
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 4096K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
SMP alternatives: switching to UP code
ACPI: Core revision 20080926
cpu 0 spinlock event irq 17
installing Xen timer for CPU 1
cpu 1 spinlock event irq 23
SMP alternatives: switching to SMP code
Initializing CPU#1
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 4096K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
Brought up 2 CPUs
khelper used greatest stack depth: 6800 bytes left
net_namespace: 592 bytes
Booting paravirtualized kernel on Xen
Xen version: 3.3.0 (preserve-AD) (dom0)
Grant table initialized
Time: 17:09:45  Date: 12/12/08
NET: Registered protocol family 16
xenbus_probe_init ok
ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
ACPI: bus type pci registered
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: Not using MMCONFIG.
PCI: Using configuration type 1 for base access
khelper used greatest stack depth: 6448 bytes left
khelper used greatest stack depth: 6232 bytes left
ACPI: Interpreter enabled
ACPI: (supports S0 S1 S3 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: BIOS Bug: MCFG area at e0000000 is not reserved in ACPI
motherboard resources
PCI: Not using MMCONFIG.
ACPI: ACPI Dock Station Driver: 1 docks/bays found
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
pci 0000:00:01.0: PME# disabled
pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
pci 0000:00:03.0: PME# disabled
pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
pci 0000:00:19.0: PME# disabled
pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1a.7: PME# disabled
pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1b.0: PME# disabled
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PME# disabled
pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.7: PME# disabled
pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO
pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:03:02.0: PME# disabled
pci 0000:00:1e.0: transparent bridge
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 15)
ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] - 00,
should be 87 [20080926]
xen_balloon: Initialising balloon driver.
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
Xen: Initializing Xen DMA ops
Xen: Enabling DMA fallback to swiotlb
PCI-GART: No AMD GART found.
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp 00:01: io resource (0x800-0x85f) overlaps 0000:00:1f.0 BAR 7
(0x800-0x87f), disabling
pnp 00:01: io resource (0x860-0x8ff) overlaps 0000:00:1f.0 BAR 7
(0x800-0x87f), disabling
system 00:01: ioport range 0xc00-0xc7f has been reserved
xen_set_ioapic_routing: irq 13 gsi 13 vector 120 ioapic 0 pin 13
triggering 1 polarity 0
xen_set_ioapic_routing: irq 8 gsi 8 vector 80 ioapic 0 pin 8
triggering 1 polarity 0
xen_set_ioapic_routing: irq 7 gsi 7 vector 72 ioapic 0 pin 7
triggering 1 polarity 0
xen_set_ioapic_routing: irq 4 gsi 4 vector 241 ioapic 0 pin 4
triggering 1 polarity 0
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=4
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=000189f1
(XEN) ioapic_guest_write: Attempt to modify IO-APIC pin for in-use IRQ!
pnp: PnP ACPI: found 9 devices
ACPI: ACPI bus type pnp unregistered
pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
pci 0000:00:01.0:   IO window: 0xd000-0xdfff
pci 0000:00:01.0:   MEM window: 0xfe900000-0xfeafffff
pci 0000:00:01.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
pci 0000:00:1c.0:   IO window: disabled
pci 0000:00:1c.0:   MEM window: 0xfe800000-0xfe8fffff
pci 0000:00:1c.0:   PREFETCH window: disabled
pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03
pci 0000:00:1e.0:   IO window: 0xc000-0xcfff
pci 0000:00:1e.0:   MEM window: 0xfe600000-0xfe7fffff
pci 0000:00:1e.0:   PREFETCH window: 0x00000050000000-0x000000500fffff
xen_set_ioapic_routing: irq 29 gsi 16 vector 176 ioapic 0 pin 16
triggering 0 polarity 1
pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
xen: PCI device 0000:00:01.0 pin 1 -> irq 29
xen_allocate_pirq: returning irq 29 for gsi 16
xen_set_ioapic_routing: irq 29 gsi 16 vector 176 ioapic 0 pin 16
triggering 0 polarity 1
pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
xen: PCI device 0000:00:1c.0 pin 1 -> irq 29
bus: 00 index 0 io port: [0x00-0xffff]
bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
bus: 01 index 0 io port: [0xd000-0xdfff]
bus: 01 index 1 mmio: [0xfe900000-0xfeafffff]
bus: 01 index 2 mmio: [0xd0000000-0xdfffffff]
bus: 01 index 3 mmio: [0x0-0x0]
bus: 02 index 0 mmio: [0x0-0x0]
bus: 02 index 1 mmio: [0xfe800000-0xfe8fffff]
bus: 02 index 2 mmio: [0x0-0x0]
bus: 02 index 3 mmio: [0x0-0x0]
bus: 03 index 0 io port: [0xc000-0xcfff]
bus: 03 index 1 mmio: [0xfe600000-0xfe7fffff]
bus: 03 index 2 mmio: [0x50000000-0x500fffff]
bus: 03 index 3 io port: [0x00-0xffff]
bus: 03 index 4 mmio: [0x000000-0xffffffffffffffff]
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
NET: Registered protocol family 1
Simple Boot Flag at 0x7a set to 0x1
audit: initializing netlink socket (disabled)
type=2000 audit(1229101787.763:1): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
msgmni has been set to 2048
alg: No test for stdrng (krng)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
pcieport-driver 0000:00:01.0: found MSI capability
pcieport-driver 0000:00:1c.0: found MSI capability
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
ACPI: Power Button (FF) [PWRF]
input: Power Button (CM) as
/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
ACPI: Power Button (CM) [VBTN]
xenbus_probe_backend_init bus registered ok
xenbus_probe_frontend_init bus registered ok
Event-channel device installed.
***blkif_init
Non-volatile memory driver v1.2
Linux agpgart interface v0.103
[drm] Initialized drm 1.1.0 20060810
brd: module loaded
loop: module loaded
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
console [netcon0] enabled
netconsole: network logging started
Loading iSCSI transport class v2.0-870.
Driver 'sd' needs updating - please use bus_type methods
Driver 'sr' needs updating - please use bus_type methods
xen_set_ioapic_routing: irq 31 gsi 18 vector 184 ioapic 0 pin 18
triggering 0 polarity 1
ata_piix 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 31
xen: PCI device 0000:00:1f.2 pin 3 -> irq 31
ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
xen: disable pci device 0000:00:1f.2
Pid: 1, comm: swapper Not tainted 2.6.28-rc8-tip #1
Call Trace:
 [<ffffffff8037e624>] ? pci_bus_write_config_word+0x65/0x74
 [<ffffffff8020ef56>] xen_pci_pirq_disable+0x1e/0x20
 [<ffffffff8049df82>] pcibios_disable_device+0x1b/0x1d
 [<ffffffff80380442>] pci_disable_device+0x74/0x7b
 [<ffffffff80380b11>] ? pci_release_region+0x8e/0xa8
 [<ffffffff80380c53>] pcim_release+0x64/0x6d
 [<ffffffff8040691c>] release_nodes+0x163/0x18e
 [<ffffffff804069fc>] devres_release_all+0x31/0x35
 [<ffffffff80404af5>] driver_probe_device+0xfc/0x16d
 [<ffffffff80404bc8>] __driver_attach+0x62/0x8c
 [<ffffffff80404b66>] ? __driver_attach+0x0/0x8c
 [<ffffffff80404b66>] ? __driver_attach+0x0/0x8c
 [<ffffffff804040fa>] bus_for_each_dev+0x4a/0x79
 [<ffffffff80404903>] driver_attach+0x1c/0x1e
 [<ffffffff8040456b>] bus_add_driver+0xb7/0x209
 [<ffffffff80404e63>] driver_register+0x93/0x10a
 [<ffffffff803837cf>] __pci_register_driver+0x63/0x9c
 [<ffffffff807651a0>] ? piix_init+0x0/0x2c
 [<ffffffff807651b9>] piix_init+0x19/0x2c
 [<ffffffff8020a056>] do_one_initcall+0x56/0x13e
 [<ffffffff8026c436>] ? register_irq_proc+0xae/0xca
 [<ffffffff802e0000>] ? free_proc_entry+0x37/0x68
 [<ffffffff8074195d>] kernel_init+0x11f/0x175
 [<ffffffff802133fa>] child_rip+0xa/0x20
 [<ffffffff80212ced>] ? retint_restore_args+0x5/0x20
 [<ffffffff802133f0>] ? child_rip+0x0/0x20
ata_piix: probe of 0000:00:1f.2 failed with error -38
xen_allocate_pirq: returning irq 31 for gsi 18
xen_set_ioapic_routing: irq 31 gsi 18 vector 184 ioapic 0 pin 18
triggering 0 polarity 1
ata_piix 0000:00:1f.5: PCI INT C -> GSI 18 (level, low) -> IRQ 31
xen: PCI device 0000:00:1f.5 pin 3 -> irq 31
ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
scsi0 : ata_piix
scsi1 : ata_piix
ata1: SATA max UDMA/133 cmd 0xfe40 ctl 0xfe50 bmdma 0xfed0 irq 31
ata2: SATA max UDMA/133 cmd 0xfe60 ctl 0xfe70 bmdma 0xfed8 irq 31
ata1: SATA link down (SStatus 4 SControl 300)
ata2: SATA link down (SStatus 4 SControl 300)
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
xen_set_ioapic_routing: irq 32 gsi 22 vector 192 ioapic 0 pin 22
triggering 0 polarity 1
ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 32
xen: PCI device 0000:00:1a.7 pin 3 -> irq 32
ehci_hcd 0000:00:1a.7: EHCI Host Controller
ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1a.7: debug port 1
ehci_hcd 0000:00:1a.7: irq 32, io mem 0xfebd9c00
ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.28-rc8-tip ehci_hcd
usb usb1: SerialNumber: 0000:00:1a.7
xen_set_ioapic_routing: irq 33 gsi 23 vector 200 ioapic 0 pin 23
triggering 0 polarity 1
ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 33
xen: PCI device 0000:00:1d.7 pin 1 -> irq 33
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: irq 33, io mem 0xff980800
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 6 ports detected
usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: EHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.28-rc8-tip ehci_hcd
usb usb2: SerialNumber: 0000:00:1d.7
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
uhci_hcd: USB Universal Host Controller Interface driver
xen_allocate_pirq: returning irq 29 for gsi 16
xen_set_ioapic_routing: irq 29 gsi 16 vector 176 ioapic 0 pin 16
triggering 0 polarity 1
uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
xen: PCI device 0000:00:1a.0 pin 1 -> irq 29
uhci_hcd 0000:00:1a.0: UHCI Host Controller
uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1a.0: detected 2 ports
uhci_hcd 0000:00:1a.0: irq 29, io base 0x0000ff20
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: UHCI Host Controller
usb usb3: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
usb usb3: SerialNumber: 0000:00:1a.0
xen_set_ioapic_routing: irq 34 gsi 17 vector 208 ioapic 0 pin 17
triggering 0 polarity 1
uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 17 (level, low) -> IRQ 34
xen: PCI device 0000:00:1a.1 pin 2 -> irq 34
uhci_hcd 0000:00:1a.1: UHCI Host Controller
uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1a.1: detected 2 ports
uhci_hcd 0000:00:1a.1: irq 34, io base 0x0000ff00
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: UHCI Host Controller
usb usb4: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
usb usb4: SerialNumber: 0000:00:1a.1
xen_allocate_pirq: returning irq 33 for gsi 23
xen_set_ioapic_routing: irq 33 gsi 23 vector 200 ioapic 0 pin 23
triggering 0 polarity 1
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 33
xen: PCI device 0000:00:1d.0 pin 1 -> irq 33
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1d.0: detected 2 ports
uhci_hcd 0000:00:1d.0: irq 33, io base 0x0000ff80
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb5: Product: UHCI Host Controller
usb usb5: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
usb usb5: SerialNumber: 0000:00:1d.0
xen_allocate_pirq: returning irq 34 for gsi 17
xen_set_ioapic_routing: irq 34 gsi 17 vector 208 ioapic 0 pin 17
triggering 0 polarity 1
uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 34
xen: PCI device 0000:00:1d.1 pin 2 -> irq 34
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
uhci_hcd 0000:00:1d.1: detected 2 ports
uhci_hcd 0000:00:1d.1: irq 34, io base 0x0000ff60
usb usb6: configuration #1 chosen from 1 choice
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 2 ports detected
usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb6: Product: UHCI Host Controller
usb usb6: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
usb usb6: SerialNumber: 0000:00:1d.1
xen_allocate_pirq: returning irq 31 for gsi 18
xen_set_ioapic_routing: irq 31 gsi 18 vector 184 ioapic 0 pin 18
triggering 0 polarity 1
uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 31
xen: PCI device 0000:00:1d.2 pin 3 -> irq 31
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
uhci_hcd 0000:00:1d.2: detected 2 ports
uhci_hcd 0000:00:1d.2: irq 31, io base 0x0000ff40
usb usb7: configuration #1 chosen from 1 choice
hub 7-0:1.0: USB hub found
hub 7-0:1.0: 2 ports detected
usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb7: Product: UHCI Host Controller
usb usb7: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
usb usb7: SerialNumber: 0000:00:1d.2
usbcore: registered new interface driver usblp
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usbcore: registered new interface driver libusual
PNP: No PS/2 controller found. Probing ports directly.
i8042: probe of i8042 failed with error -38
mice: PS/2 mouse device common for all mice
device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
cpuidle: using governor ladder
dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
TCP cubic registered
NET: Registered protocol family 17
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
IO APIC resources could be not be allocated.
registered taskstats version 1
  Magic number: 4:358:188
md: Waiting for all devices to be available before autodetect
md: If you don't use raid, use raid=noautodetect
md: Autodetecting RAID arrays.
md: Scanned 0 and added 0 devices.
md: autorun ...
md: ... autorun DONE.
Root-NFS: No NFS server available, giving up.
VFS: Unable to mount root fs via NFS, trying floppy.
VFS: Cannot open root device "sda2" or unknown-block(2,0)
Please append a correct "root=" boot option; here are the available partitions:
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)
Pid: 1, comm: swapper Not tainted 2.6.28-rc8-tip #1
Call Trace:
 [<ffffffff80239c63>] panic+0xa0/0x162
 [<ffffffff804051a7>] ? class_dev_iter_exit+0x9/0xb
 [<ffffffff802b0d4a>] ? sys_mount+0xb9/0xce
 [<ffffffff8074218f>] mount_block_root+0x1c0/0x1dc
 [<ffffffff80742274>] mount_root+0xc9/0xea
 [<ffffffff8074240f>] prepare_namespace+0x17a/0x1a7
 [<ffffffff807419a5>] kernel_init+0x167/0x175
 [<ffffffff802133fa>] child_rip+0xa/0x20
 [<ffffffff80212ced>] ? retint_restore_args+0x5/0x20
 [<ffffffff802133f0>] ? child_rip+0x0/0x20

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-12 17:14                                   ` Andrew Lyon
@ 2008-12-12 17:20                                     ` Jeremy Fitzhardinge
  2008-12-12 19:09                                       ` Andrew Lyon
  0 siblings, 1 reply; 92+ messages in thread
From: Jeremy Fitzhardinge @ 2008-12-12 17:20 UTC (permalink / raw)
  To: Andrew Lyon; +Cc: Xen-devel, Aviv Grafi, Ian Campbell

Andrew Lyon wrote:
> On Fri, Dec 12, 2008 at 4:43 PM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:
>   
>> Andrew Lyon wrote:
>>     
>>> I tried with the patch anyway, it didnt seem to make any difference.
>>>
>>> I also booted the kernel on the bare metal and it works perfectly, the
>>> sata hd is detected ok.
>>>
>>> Anything I can do to help debug this?
>>>
>>>       
>> Can you switch your controller back to legacy mode (in the BIOS) and see
>> what happens?  It looks like a problem with the AHCI driver.
>>
>>   J
>>
>>     
>
> In legacy mode it fails much quicker, perhaps I need to enable
> different drivers for legacy mode? but I think ive used 2.6.27 in
> legacy mode with the same config as I use now, in AHCI mode it takes a
> while for the timeouts to happen, here is the dmesg:
>
>  __  __            _____  _____  ___
>  \ \/ /___ _ __   |___ / |___ / / _ \
>   \  // _ \ '_ \    |_ \   |_ \| | | |
>   /  \  __/ | | |  ___) | ___) | |_| |
>  /_/\_\___|_| |_| |____(_)____(_)___/
>
> (XEN) Xen version 3.3.0 (root@) (gcc version 4.1.2 (Gentoo 4.1.2
> p1.0.2)) Thu Dec 11 11:52:12 GMT 2008
> (XEN) Latest ChangeSet: unavailable
> (XEN) Command line: iommu=1 com1=115200,8n1 console=com1,vga
> cpufreq=dom0-kernel dom0_mem=1G
> (XEN) Video information:
> (XEN)  VGA is text mode 80x25, font 8x16
> (XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
> (XEN) Disc information:
> (XEN)  Found 1 MBR signatures
> (XEN)  Found 1 EDD information structures
> (XEN) Xen-e820 RAM map:
> (XEN)  0000000000000000 - 000000000009fc00 (usable)
> (XEN)  00000000000f0000 - 0000000000100000 (reserved)
> (XEN)  0000000000100000 - 00000000cfdff800 (usable)
> (XEN)  00000000cfdff800 - 00000000cfe53c00 (ACPI NVS)
> (XEN)  00000000cfe53c00 - 00000000cfe55c00 (ACPI data)
> (XEN)  00000000cfe55c00 - 00000000d0000000 (reserved)
> (XEN)  00000000e0000000 - 00000000f0000000 (reserved)
> (XEN)  00000000fec00000 - 00000000fed00400 (reserved)
> (XEN)  00000000fed20000 - 00000000feda0000 (reserved)
> (XEN)  00000000fee00000 - 00000000fef00000 (reserved)
> (XEN)  00000000ffb00000 - 0000000100000000 (reserved)
> (XEN)  0000000100000000 - 0000000128000000 (usable)
> (XEN) System RAM: 3965MB (4060792kB)
> (XEN) ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
> (XEN) ACPI: XSDT 000FC5B3, 008C (r1 DELL    B9K           15 ASL        61)
> (XEN) ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
> (XEN) ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
> (XEN) ACPI: FACS CFDFF800, 0040
> (XEN) ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
> (XEN) ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
> (XEN) ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
> (XEN) ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
> (XEN) ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
> (XEN) ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
> (XEN) ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
> (XEN) ACPI: DMAR 000FCBF3, 00D0 (r1 DELL    B9K           15 ASL        61)
> (XEN) ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
> (XEN) ACPI: SSDT CFDFF840, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
> (XEN) ACPI: SSDT CFDFFC49, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
> (XEN) ACPI: SSDT CFE00052, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
> (XEN) Xen heap: 14MB (14632kB)
> (XEN) Domain heap initialised
> (XEN) Processor #0 6:15 APIC version 20
> (XEN) Processor #1 6:15 APIC version 20
> (XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
> (XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
> (XEN) Intel VT-d has been enabled
> (XEN) Using scheduler: SMP Credit Scheduler (credit)
> (XEN) Detected 2394.073 MHz processor.
> (XEN) HVM: VMX enabled
> (XEN) CPU0: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
> (XEN) Booting processor 1/1 eip 8c000
> (XEN) CPU1: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
> (XEN) Total of 2 processors activated.
> (XEN) ENABLING IO-APIC IRQs
> (XEN)  -> Using new ACK method
> (XEN) checking TSC synchronization across 2 CPUs: passed.
> (XEN) Platform timer is 14.318MHz HPET
> (XEN) Brought up 2 CPUs
> (XEN) I/O virtualisation enabled
> (XEN) I/O virtualisation for PV guests disabled
> (XEN) *** LOADING DOMAIN 0 ***
> (XEN)  Xen  kernel: 64-bit, lsb, compat32
> (XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x200000 -> 0x87c3d0
> (XEN) PHYSICAL MEMORY ARRANGEMENT:
> (XEN)  Dom0 alloc.:   0000000122000000->0000000123000000 (258048 pages
> to be allocated)
> (XEN) VIRTUAL MEMORY ARRANGEMENT:
> (XEN)  Loaded kernel: ffffffff80200000->ffffffff8087c3d0
> (XEN)  Init. ramdisk: ffffffff8087d000->ffffffff8087d000
> (XEN)  Phys-Mach map: ffffffff8087d000->ffffffff80a7d000
> (XEN)  Start info:    ffffffff80a7d000->ffffffff80a7d4a4
> (XEN)  Page tables:   ffffffff80a7e000->ffffffff80a87000
> (XEN)  Boot stack:    ffffffff80a87000->ffffffff80a88000
> (XEN)  TOTAL:         ffffffff80000000->ffffffff80c00000
> (XEN)  ENTRY ADDRESS: ffffffff80741200
> (XEN) Dom0 has maximum 2 VCPUs
> (XEN) Scrubbing Free RAM: ............................done.
> (XEN) Xen trace buffers: disabled
> (XEN) Std. Loglevel: Errors and warnings
> (XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings)
> (XEN) Xen is relinquishing VGA console.
> (XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch
> input to Xen)
> (XEN) Freed 108kB init memory.
> mapping kernel into physical memory
> Xen: setup ISA identity maps
> about to get started...
> (XEN) ioapic_guest_write: apic=0, pin=2, old_irq=0, new_irq=-1
> (XEN) ioapic_guest_write: old_entry=000009f0, new_entry=00010900
> (XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
> (XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=-1
> (XEN) ioapic_guest_write: old_entry=000009f1, new_entry=00010900
> (XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
> Linux version 2.6.28-rc8-tip (root@localhost) (gcc version 4.1.2
> (Gentoo 4.1.2 p1.0.2)) #1 SMP Fri Dec 12 08:57:32 GMT 2008
> Command line: root=/dev/sda2 swiotlb=256 console=hvc0 earlyprink=xen
> pciback.hide=(03:02.0) pci=nomsi
> KERNEL supported cpus:
>   Intel GenuineIntel
>   AMD AuthenticAMD
>   Centaur CentaurHauls
> BIOS-provided physical RAM map:
>  Xen: 0000000000000000 - 00000000000a0000 (usable)
>  Xen: 00000000000a0000 - 0000000000100000 (reserved)
>  Xen: 0000000000100000 - 000000000087d000 (usable)
>  Xen: 000000000087d000 - 0000000000a7e000 (reserved)
>  Xen: 0000000000a7e000 - 0000000040000000 (usable)
> DMI 2.5 present.
> last_pfn = 0x40000 max_arch_pfn = 0x3ffffffff
> init_memory_mapping: 0000000000000000-0000000040000000
> last_map_addr: 40000000 end: 40000000
> ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
> ACPI: XSDT 000FC5B3, 008C (r1 DELL    B9K           15 ASL        61)
> ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
> ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
> ACPI: FACS CFDFF800, 0040
> ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
> ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
> ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
> ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
> ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
> ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
> ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
> ACPI: DMAR 000FCBF3, 00D0 (r1 DELL    B9K           15 ASL        61)
> ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
> ACPI: SSDT CFDFF840, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
> ACPI: SSDT CFDFFC49, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
> ACPI: SSDT CFE00052, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
> (5 early reservations) ==> bootmem [0000000000 - 0040000000]
>   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
>   #1 [0000a7e000 - 0000a87000]   XEN PAGETABLES ==> [0000a7e000 - 0000a87000]
>   #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
>   #3 [0000200000 - 000087c3d0]    TEXT DATA BSS ==> [0000200000 - 000087c3d0]
>   #4 [0000a87000 - 0000c7d000]          PGTABLE ==> [0000a87000 - 0000c7d000]
> found SMP MP-table at [ffff8800000fe710] 000fe710
> Zone PFN ranges:
>   DMA      0x00000000 -> 0x00001000
>   DMA32    0x00001000 -> 0x00100000
>   Normal   0x00100000 -> 0x00100000
> Movable zone start PFN for each node
> early_node_map[3] active PFN ranges
>     0: 0x00000000 -> 0x000000a0
>     0: 0x00000100 -> 0x0000087d
>     0: 0x00000a7e -> 0x00040000
> ACPI: PM-Timer IO Port: 0x808
> ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
> ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
> ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] disabled)
> ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
> ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
> ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
> ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
> ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
> ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
> ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
> IOAPIC[0]: apic_id 8, version 0, address 0xfec00000, GSI 0-23
> ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
> ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
> Using ACPI (MADT) for SMP configuration information
> ACPI: HPET id: 0x8086a301 base: 0xfed00000
> SMP: Allowing 2 CPUs, 0 hotplug CPUs
> Allocating PCI resources starting at 50000000 (gap: 40000000:c0000000)
> PERCPU: Allocating 57344 bytes of per cpu data
> Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 255775
> Kernel command line: root=/dev/sda2 swiotlb=256 console=hvc0
> earlyprink=xen pciback.hide=(03:02.0) pci=nomsi
> Unknown boot option `pciback.hide=(03:02.0)': ignoring
> Initializing CPU#0
> xen: allocated irq 9 for acpi 9
> PID hash table entries: 4096 (order: 12, 32768 bytes)
> Detected 2394.004 MHz processor.
> Console: colour dummy device 80x25
> console [hvc0] enabled
> Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
> Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
> Checking aperture...
> No AGP bridge found
> PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
> Placing 0MB software IO TLB between ffff88000208b000 - ffff88000210afff
> software IO TLB at phys 0x208b000 - 0x210afff bus 0x1c0000 - 0x1bffff
> Memory: 1020272k/1048576k available (3275k kernel code, 2436k absent,
> 25380k reserved, 1863k data, 452k init)
> SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
> installing Xen timer for CPU 0
> Calibrating delay loop (skipped), value calculated using timer
> frequency.. 4788.00 BogoMIPS (lpj=2394004)
> Mount-cache hash table entries: 256
> CPU: L1 I cache: 32K, L1 D cache: 32K
> CPU: L2 cache: 4096K
> CPU: Physical Processor ID: 0
> CPU: Processor Core ID: 0
> SMP alternatives: switching to UP code
> ACPI: Core revision 20080926
> cpu 0 spinlock event irq 17
> installing Xen timer for CPU 1
> cpu 1 spinlock event irq 23
> SMP alternatives: switching to SMP code
> Initializing CPU#1
> CPU: L1 I cache: 32K, L1 D cache: 32K
> CPU: L2 cache: 4096K
> CPU: Physical Processor ID: 0
> CPU: Processor Core ID: 0
> Brought up 2 CPUs
> khelper used greatest stack depth: 6800 bytes left
> net_namespace: 592 bytes
> Booting paravirtualized kernel on Xen
> Xen version: 3.3.0 (preserve-AD) (dom0)
> Grant table initialized
> Time: 17:09:45  Date: 12/12/08
> NET: Registered protocol family 16
> xenbus_probe_init ok
> ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
> ACPI: bus type pci registered
> PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
> PCI: Not using MMCONFIG.
> PCI: Using configuration type 1 for base access
> khelper used greatest stack depth: 6448 bytes left
> khelper used greatest stack depth: 6232 bytes left
> ACPI: Interpreter enabled
> ACPI: (supports S0 S1 S3 S5)
> ACPI: Using IOAPIC for interrupt routing
> PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
> PCI: BIOS Bug: MCFG area at e0000000 is not reserved in ACPI
> motherboard resources
> PCI: Not using MMCONFIG.
> ACPI: ACPI Dock Station Driver: 1 docks/bays found
> ACPI: PCI Root Bridge [PCI0] (0000:00)
> pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
> pci 0000:00:01.0: PME# disabled
> pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
> pci 0000:00:03.0: PME# disabled
> pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
> pci 0000:00:19.0: PME# disabled
> pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
> pci 0000:00:1a.7: PME# disabled
> pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
> pci 0000:00:1b.0: PME# disabled
> pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
> pci 0000:00:1c.0: PME# disabled
> pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
> pci 0000:00:1d.7: PME# disabled
> pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
> pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO
> pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
> pci 0000:03:02.0: PME# disabled
> pci 0000:00:1e.0: transparent bridge
> ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
> ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11 12 15)
> ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 15)
> ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 15)
> ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
> ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 9 10 11 12 15)
> ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 15)
> ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 15)
> ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] - 00,
> should be 87 [20080926]
> xen_balloon: Initialising balloon driver.
> SCSI subsystem initialized
> usbcore: registered new interface driver usbfs
> usbcore: registered new interface driver hub
> usbcore: registered new device driver usb
> PCI: Using ACPI for IRQ routing
> Xen: Initializing Xen DMA ops
> Xen: Enabling DMA fallback to swiotlb
> PCI-GART: No AMD GART found.
> pnp: PnP ACPI init
> ACPI: bus type pnp registered
> pnp 00:01: io resource (0x800-0x85f) overlaps 0000:00:1f.0 BAR 7
> (0x800-0x87f), disabling
> pnp 00:01: io resource (0x860-0x8ff) overlaps 0000:00:1f.0 BAR 7
> (0x800-0x87f), disabling
> system 00:01: ioport range 0xc00-0xc7f has been reserved
> xen_set_ioapic_routing: irq 13 gsi 13 vector 120 ioapic 0 pin 13
> triggering 1 polarity 0
> xen_set_ioapic_routing: irq 8 gsi 8 vector 80 ioapic 0 pin 8
> triggering 1 polarity 0
> xen_set_ioapic_routing: irq 7 gsi 7 vector 72 ioapic 0 pin 7
> triggering 1 polarity 0
> xen_set_ioapic_routing: irq 4 gsi 4 vector 241 ioapic 0 pin 4
> triggering 1 polarity 0
> (XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=4
> (XEN) ioapic_guest_write: old_entry=000009f1, new_entry=000189f1
> (XEN) ioapic_guest_write: Attempt to modify IO-APIC pin for in-use IRQ!
> pnp: PnP ACPI: found 9 devices
> ACPI: ACPI bus type pnp unregistered
> pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
> pci 0000:00:01.0:   IO window: 0xd000-0xdfff
> pci 0000:00:01.0:   MEM window: 0xfe900000-0xfeafffff
> pci 0000:00:01.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
> pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
> pci 0000:00:1c.0:   IO window: disabled
> pci 0000:00:1c.0:   MEM window: 0xfe800000-0xfe8fffff
> pci 0000:00:1c.0:   PREFETCH window: disabled
> pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03
> pci 0000:00:1e.0:   IO window: 0xc000-0xcfff
> pci 0000:00:1e.0:   MEM window: 0xfe600000-0xfe7fffff
> pci 0000:00:1e.0:   PREFETCH window: 0x00000050000000-0x000000500fffff
> xen_set_ioapic_routing: irq 29 gsi 16 vector 176 ioapic 0 pin 16
> triggering 0 polarity 1
> pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
> xen: PCI device 0000:00:01.0 pin 1 -> irq 29
> xen_allocate_pirq: returning irq 29 for gsi 16
> xen_set_ioapic_routing: irq 29 gsi 16 vector 176 ioapic 0 pin 16
> triggering 0 polarity 1
> pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
> xen: PCI device 0000:00:1c.0 pin 1 -> irq 29
> bus: 00 index 0 io port: [0x00-0xffff]
> bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
> bus: 01 index 0 io port: [0xd000-0xdfff]
> bus: 01 index 1 mmio: [0xfe900000-0xfeafffff]
> bus: 01 index 2 mmio: [0xd0000000-0xdfffffff]
> bus: 01 index 3 mmio: [0x0-0x0]
> bus: 02 index 0 mmio: [0x0-0x0]
> bus: 02 index 1 mmio: [0xfe800000-0xfe8fffff]
> bus: 02 index 2 mmio: [0x0-0x0]
> bus: 02 index 3 mmio: [0x0-0x0]
> bus: 03 index 0 io port: [0xc000-0xcfff]
> bus: 03 index 1 mmio: [0xfe600000-0xfe7fffff]
> bus: 03 index 2 mmio: [0x50000000-0x500fffff]
> bus: 03 index 3 io port: [0x00-0xffff]
> bus: 03 index 4 mmio: [0x000000-0xffffffffffffffff]
> NET: Registered protocol family 2
> IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
> TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
> TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
> TCP: Hash tables configured (established 131072 bind 65536)
> TCP reno registered
> NET: Registered protocol family 1
> Simple Boot Flag at 0x7a set to 0x1
> audit: initializing netlink socket (disabled)
> type=2000 audit(1229101787.763:1): initialized
> VFS: Disk quotas dquot_6.5.1
> Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
> msgmni has been set to 2048
> alg: No test for stdrng (krng)
> Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
> io scheduler noop registered
> io scheduler anticipatory registered
> io scheduler deadline registered
> io scheduler cfq registered (default)
> pcieport-driver 0000:00:01.0: found MSI capability
> pcieport-driver 0000:00:1c.0: found MSI capability
> pci_hotplug: PCI Hot Plug PCI Core version: 0.5
> input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
> ACPI: Power Button (FF) [PWRF]
> input: Power Button (CM) as
> /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
> ACPI: Power Button (CM) [VBTN]
> xenbus_probe_backend_init bus registered ok
> xenbus_probe_frontend_init bus registered ok
> Event-channel device installed.
> ***blkif_init
> Non-volatile memory driver v1.2
> Linux agpgart interface v0.103
> [drm] Initialized drm 1.1.0 20060810
> brd: module loaded
> loop: module loaded
> tun: Universal TUN/TAP device driver, 1.6
> tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
> console [netcon0] enabled
> netconsole: network logging started
> Loading iSCSI transport class v2.0-870.
> Driver 'sd' needs updating - please use bus_type methods
> Driver 'sr' needs updating - please use bus_type methods
> xen_set_ioapic_routing: irq 31 gsi 18 vector 184 ioapic 0 pin 18
> triggering 0 polarity 1
> ata_piix 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 31
> xen: PCI device 0000:00:1f.2 pin 3 -> irq 31
> ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
> xen: disable pci device 0000:00:1f.2
>   

Hm, for some reason the ata_piix failed to probe this device.

> Pid: 1, comm: swapper Not tainted 2.6.28-rc8-tip #1
> Call Trace:
>  [<ffffffff8037e624>] ? pci_bus_write_config_word+0x65/0x74
>  [<ffffffff8020ef56>] xen_pci_pirq_disable+0x1e/0x20
>  [<ffffffff8049df82>] pcibios_disable_device+0x1b/0x1d
>  [<ffffffff80380442>] pci_disable_device+0x74/0x7b
>  [<ffffffff80380b11>] ? pci_release_region+0x8e/0xa8
>  [<ffffffff80380c53>] pcim_release+0x64/0x6d
>  [<ffffffff8040691c>] release_nodes+0x163/0x18e
>  [<ffffffff804069fc>] devres_release_all+0x31/0x35
>  [<ffffffff80404af5>] driver_probe_device+0xfc/0x16d
>  [<ffffffff80404bc8>] __driver_attach+0x62/0x8c
>  [<ffffffff80404b66>] ? __driver_attach+0x0/0x8c
>  [<ffffffff80404b66>] ? __driver_attach+0x0/0x8c
>  [<ffffffff804040fa>] bus_for_each_dev+0x4a/0x79
>  [<ffffffff80404903>] driver_attach+0x1c/0x1e
>  [<ffffffff8040456b>] bus_add_driver+0xb7/0x209
>  [<ffffffff80404e63>] driver_register+0x93/0x10a
>  [<ffffffff803837cf>] __pci_register_driver+0x63/0x9c
>  [<ffffffff807651a0>] ? piix_init+0x0/0x2c
>  [<ffffffff807651b9>] piix_init+0x19/0x2c
>  [<ffffffff8020a056>] do_one_initcall+0x56/0x13e
>  [<ffffffff8026c436>] ? register_irq_proc+0xae/0xca
>  [<ffffffff802e0000>] ? free_proc_entry+0x37/0x68
>  [<ffffffff8074195d>] kernel_init+0x11f/0x175
>  [<ffffffff802133fa>] child_rip+0xa/0x20
>  [<ffffffff80212ced>] ? retint_restore_args+0x5/0x20
>  [<ffffffff802133f0>] ? child_rip+0x0/0x20
> ata_piix: probe of 0000:00:1f.2 failed with error -38
> xen_allocate_pirq: returning irq 31 for gsi 18
> xen_set_ioapic_routing: irq 31 gsi 18 vector 184 ioapic 0 pin 18
> triggering 0 polarity 1
> ata_piix 0000:00:1f.5: PCI INT C -> GSI 18 (level, low) -> IRQ 31
> xen: PCI device 0000:00:1f.5 pin 3 -> irq 31
> ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
> scsi0 : ata_piix
> scsi1 : ata_piix
> ata1: SATA max UDMA/133 cmd 0xfe40 ctl 0xfe50 bmdma 0xfed0 irq 31
> ata2: SATA max UDMA/133 cmd 0xfe60 ctl 0xfe70 bmdma 0xfed8 irq 31
>   

But this looks OK.  It found a couple of drives, I think.  Though I 
don't see any drive identity messages, so perhaps it didn't find anything.

> ata1: SATA link down (SStatus 4 SControl 300)
> ata2: SATA link down (SStatus 4 SControl 300)
> ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> xen_set_ioapic_routing: irq 32 gsi 22 vector 192 ioapic 0 pin 22
> triggering 0 polarity 1
> ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 32
> xen: PCI device 0000:00:1a.7 pin 3 -> irq 32
> ehci_hcd 0000:00:1a.7: EHCI Host Controller
> ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
> ehci_hcd 0000:00:1a.7: debug port 1
> ehci_hcd 0000:00:1a.7: irq 32, io mem 0xfebd9c00
> ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
> usb usb1: configuration #1 chosen from 1 choice
> hub 1-0:1.0: USB hub found
> hub 1-0:1.0: 6 ports detected
> usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
> usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> usb usb1: Product: EHCI Host Controller
> usb usb1: Manufacturer: Linux 2.6.28-rc8-tip ehci_hcd
> usb usb1: SerialNumber: 0000:00:1a.7
> xen_set_ioapic_routing: irq 33 gsi 23 vector 200 ioapic 0 pin 23
> triggering 0 polarity 1
> ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 33
> xen: PCI device 0000:00:1d.7 pin 1 -> irq 33
> ehci_hcd 0000:00:1d.7: EHCI Host Controller
> ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
> ehci_hcd 0000:00:1d.7: debug port 1
> ehci_hcd 0000:00:1d.7: irq 33, io mem 0xff980800
> ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
> usb usb2: configuration #1 chosen from 1 choice
> hub 2-0:1.0: USB hub found
> hub 2-0:1.0: 6 ports detected
> usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
> usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> usb usb2: Product: EHCI Host Controller
> usb usb2: Manufacturer: Linux 2.6.28-rc8-tip ehci_hcd
> usb usb2: SerialNumber: 0000:00:1d.7
> ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> uhci_hcd: USB Universal Host Controller Interface driver
> xen_allocate_pirq: returning irq 29 for gsi 16
> xen_set_ioapic_routing: irq 29 gsi 16 vector 176 ioapic 0 pin 16
> triggering 0 polarity 1
> uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
> xen: PCI device 0000:00:1a.0 pin 1 -> irq 29
> uhci_hcd 0000:00:1a.0: UHCI Host Controller
> uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
> uhci_hcd 0000:00:1a.0: detected 2 ports
> uhci_hcd 0000:00:1a.0: irq 29, io base 0x0000ff20
> usb usb3: configuration #1 chosen from 1 choice
> hub 3-0:1.0: USB hub found
> hub 3-0:1.0: 2 ports detected
> usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
> usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> usb usb3: Product: UHCI Host Controller
> usb usb3: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
> usb usb3: SerialNumber: 0000:00:1a.0
> xen_set_ioapic_routing: irq 34 gsi 17 vector 208 ioapic 0 pin 17
> triggering 0 polarity 1
> uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 17 (level, low) -> IRQ 34
> xen: PCI device 0000:00:1a.1 pin 2 -> irq 34
> uhci_hcd 0000:00:1a.1: UHCI Host Controller
> uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
> uhci_hcd 0000:00:1a.1: detected 2 ports
> uhci_hcd 0000:00:1a.1: irq 34, io base 0x0000ff00
> usb usb4: configuration #1 chosen from 1 choice
> hub 4-0:1.0: USB hub found
> hub 4-0:1.0: 2 ports detected
> usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
> usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> usb usb4: Product: UHCI Host Controller
> usb usb4: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
> usb usb4: SerialNumber: 0000:00:1a.1
> xen_allocate_pirq: returning irq 33 for gsi 23
> xen_set_ioapic_routing: irq 33 gsi 23 vector 200 ioapic 0 pin 23
> triggering 0 polarity 1
> uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 33
> xen: PCI device 0000:00:1d.0 pin 1 -> irq 33
> uhci_hcd 0000:00:1d.0: UHCI Host Controller
> uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
> uhci_hcd 0000:00:1d.0: detected 2 ports
> uhci_hcd 0000:00:1d.0: irq 33, io base 0x0000ff80
> usb usb5: configuration #1 chosen from 1 choice
> hub 5-0:1.0: USB hub found
> hub 5-0:1.0: 2 ports detected
> usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
> usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> usb usb5: Product: UHCI Host Controller
> usb usb5: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
> usb usb5: SerialNumber: 0000:00:1d.0
> xen_allocate_pirq: returning irq 34 for gsi 17
> xen_set_ioapic_routing: irq 34 gsi 17 vector 208 ioapic 0 pin 17
> triggering 0 polarity 1
> uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 34
> xen: PCI device 0000:00:1d.1 pin 2 -> irq 34
> uhci_hcd 0000:00:1d.1: UHCI Host Controller
> uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
> uhci_hcd 0000:00:1d.1: detected 2 ports
> uhci_hcd 0000:00:1d.1: irq 34, io base 0x0000ff60
> usb usb6: configuration #1 chosen from 1 choice
> hub 6-0:1.0: USB hub found
> hub 6-0:1.0: 2 ports detected
> usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
> usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> usb usb6: Product: UHCI Host Controller
> usb usb6: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
> usb usb6: SerialNumber: 0000:00:1d.1
> xen_allocate_pirq: returning irq 31 for gsi 18
> xen_set_ioapic_routing: irq 31 gsi 18 vector 184 ioapic 0 pin 18
> triggering 0 polarity 1
> uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 31
> xen: PCI device 0000:00:1d.2 pin 3 -> irq 31
> uhci_hcd 0000:00:1d.2: UHCI Host Controller
> uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
> uhci_hcd 0000:00:1d.2: detected 2 ports
> uhci_hcd 0000:00:1d.2: irq 31, io base 0x0000ff40
> usb usb7: configuration #1 chosen from 1 choice
> hub 7-0:1.0: USB hub found
> hub 7-0:1.0: 2 ports detected
> usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
> usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> usb usb7: Product: UHCI Host Controller
> usb usb7: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
> usb usb7: SerialNumber: 0000:00:1d.2
> usbcore: registered new interface driver usblp
> Initializing USB Mass Storage driver...
> usbcore: registered new interface driver usb-storage
> USB Mass Storage support registered.
> usbcore: registered new interface driver libusual
> PNP: No PS/2 controller found. Probing ports directly.
> i8042: probe of i8042 failed with error -38
> mice: PS/2 mouse device common for all mice
> device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
> cpuidle: using governor ladder
> dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
> TCP cubic registered
> NET: Registered protocol family 17
> RPC: Registered udp transport module.
> RPC: Registered tcp transport module.
> IO APIC resources could be not be allocated.
> registered taskstats version 1
>   Magic number: 4:358:188
> md: Waiting for all devices to be available before autodetect
> md: If you don't use raid, use raid=noautodetect
> md: Autodetecting RAID arrays.
> md: Scanned 0 and added 0 devices.
> md: autorun ...
> md: ... autorun DONE.
> Root-NFS: No NFS server available, giving up.
> VFS: Unable to mount root fs via NFS, trying floppy.
> VFS: Cannot open root device "sda2" or unknown-block(2,0)
> Please append a correct "root=" boot option; here are the available partitions:
> Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)
>   

What are you specifying as a root device?  Is it a logical or physical 
filesystem reference?

    J

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-12 17:20                                     ` Jeremy Fitzhardinge
@ 2008-12-12 19:09                                       ` Andrew Lyon
  2008-12-12 19:15                                         ` Aviv Grafi
  0 siblings, 1 reply; 92+ messages in thread
From: Andrew Lyon @ 2008-12-12 19:09 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Xen-devel, Aviv Grafi, Ian Campbell

On Fri, Dec 12, 2008 at 5:20 PM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:
> Andrew Lyon wrote:
>>
>> On Fri, Dec 12, 2008 at 4:43 PM, Jeremy Fitzhardinge <jeremy@goop.org>
>> wrote:
>>
>>>
>>> Andrew Lyon wrote:
>>>
>>>>
>>>> I tried with the patch anyway, it didnt seem to make any difference.
>>>>
>>>> I also booted the kernel on the bare metal and it works perfectly, the
>>>> sata hd is detected ok.
>>>>
>>>> Anything I can do to help debug this?
>>>>
>>>>
>>>
>>> Can you switch your controller back to legacy mode (in the BIOS) and see
>>> what happens?  It looks like a problem with the AHCI driver.
>>>
>>>  J
>>>
>>>
>>
>> In legacy mode it fails much quicker, perhaps I need to enable
>> different drivers for legacy mode? but I think ive used 2.6.27 in
>> legacy mode with the same config as I use now, in AHCI mode it takes a
>> while for the timeouts to happen, here is the dmesg:
>>
>>  __  __            _____  _____  ___
>>  \ \/ /___ _ __   |___ / |___ / / _ \
>>  \  // _ \ '_ \    |_ \   |_ \| | | |
>>  /  \  __/ | | |  ___) | ___) | |_| |
>>  /_/\_\___|_| |_| |____(_)____(_)___/
>>
>> (XEN) Xen version 3.3.0 (root@) (gcc version 4.1.2 (Gentoo 4.1.2
>> p1.0.2)) Thu Dec 11 11:52:12 GMT 2008
>> (XEN) Latest ChangeSet: unavailable
>> (XEN) Command line: iommu=1 com1=115200,8n1 console=com1,vga
>> cpufreq=dom0-kernel dom0_mem=1G
>> (XEN) Video information:
>> (XEN)  VGA is text mode 80x25, font 8x16
>> (XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
>> (XEN) Disc information:
>> (XEN)  Found 1 MBR signatures
>> (XEN)  Found 1 EDD information structures
>> (XEN) Xen-e820 RAM map:
>> (XEN)  0000000000000000 - 000000000009fc00 (usable)
>> (XEN)  00000000000f0000 - 0000000000100000 (reserved)
>> (XEN)  0000000000100000 - 00000000cfdff800 (usable)
>> (XEN)  00000000cfdff800 - 00000000cfe53c00 (ACPI NVS)
>> (XEN)  00000000cfe53c00 - 00000000cfe55c00 (ACPI data)
>> (XEN)  00000000cfe55c00 - 00000000d0000000 (reserved)
>> (XEN)  00000000e0000000 - 00000000f0000000 (reserved)
>> (XEN)  00000000fec00000 - 00000000fed00400 (reserved)
>> (XEN)  00000000fed20000 - 00000000feda0000 (reserved)
>> (XEN)  00000000fee00000 - 00000000fef00000 (reserved)
>> (XEN)  00000000ffb00000 - 0000000100000000 (reserved)
>> (XEN)  0000000100000000 - 0000000128000000 (usable)
>> (XEN) System RAM: 3965MB (4060792kB)
>> (XEN) ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
>> (XEN) ACPI: XSDT 000FC5B3, 008C (r1 DELL    B9K           15 ASL
>>  61)
>> (XEN) ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL
>>  61)
>> (XEN) ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL
>> 20050624)
>> (XEN) ACPI: FACS CFDFF800, 0040
>> (XEN) ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL
>> 20050624)
>> (XEN) ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL
>>  61)
>> (XEN) ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL
>>  61)
>> (XEN) ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL
>>  61)
>> (XEN) ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL
>>  61)
>> (XEN) ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL
>>  61)
>> (XEN) ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL
>>  61)
>> (XEN) ACPI: DMAR 000FCBF3, 00D0 (r1 DELL    B9K           15 ASL
>>  61)
>> (XEN) ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL
>>  61)
>> (XEN) ACPI: SSDT CFDFF840, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL
>> 20050624)
>> (XEN) ACPI: SSDT CFDFFC49, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL
>> 20050624)
>> (XEN) ACPI: SSDT CFE00052, 0140 (r1 DpgPmm    CpuPm       10 INTL
>> 20050624)
>> (XEN) Xen heap: 14MB (14632kB)
>> (XEN) Domain heap initialised
>> (XEN) Processor #0 6:15 APIC version 20
>> (XEN) Processor #1 6:15 APIC version 20
>> (XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
>> (XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
>> (XEN) Intel VT-d has been enabled
>> (XEN) Using scheduler: SMP Credit Scheduler (credit)
>> (XEN) Detected 2394.073 MHz processor.
>> (XEN) HVM: VMX enabled
>> (XEN) CPU0: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
>> (XEN) Booting processor 1/1 eip 8c000
>> (XEN) CPU1: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
>> (XEN) Total of 2 processors activated.
>> (XEN) ENABLING IO-APIC IRQs
>> (XEN)  -> Using new ACK method
>> (XEN) checking TSC synchronization across 2 CPUs: passed.
>> (XEN) Platform timer is 14.318MHz HPET
>> (XEN) Brought up 2 CPUs
>> (XEN) I/O virtualisation enabled
>> (XEN) I/O virtualisation for PV guests disabled
>> (XEN) *** LOADING DOMAIN 0 ***
>> (XEN)  Xen  kernel: 64-bit, lsb, compat32
>> (XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x200000 -> 0x87c3d0
>> (XEN) PHYSICAL MEMORY ARRANGEMENT:
>> (XEN)  Dom0 alloc.:   0000000122000000->0000000123000000 (258048 pages
>> to be allocated)
>> (XEN) VIRTUAL MEMORY ARRANGEMENT:
>> (XEN)  Loaded kernel: ffffffff80200000->ffffffff8087c3d0
>> (XEN)  Init. ramdisk: ffffffff8087d000->ffffffff8087d000
>> (XEN)  Phys-Mach map: ffffffff8087d000->ffffffff80a7d000
>> (XEN)  Start info:    ffffffff80a7d000->ffffffff80a7d4a4
>> (XEN)  Page tables:   ffffffff80a7e000->ffffffff80a87000
>> (XEN)  Boot stack:    ffffffff80a87000->ffffffff80a88000
>> (XEN)  TOTAL:         ffffffff80000000->ffffffff80c00000
>> (XEN)  ENTRY ADDRESS: ffffffff80741200
>> (XEN) Dom0 has maximum 2 VCPUs
>> (XEN) Scrubbing Free RAM: ............................done.
>> (XEN) Xen trace buffers: disabled
>> (XEN) Std. Loglevel: Errors and warnings
>> (XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings)
>> (XEN) Xen is relinquishing VGA console.
>> (XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch
>> input to Xen)
>> (XEN) Freed 108kB init memory.
>> mapping kernel into physical memory
>> Xen: setup ISA identity maps
>> about to get started...
>> (XEN) ioapic_guest_write: apic=0, pin=2, old_irq=0, new_irq=-1
>> (XEN) ioapic_guest_write: old_entry=000009f0, new_entry=00010900
>> (XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
>> (XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=-1
>> (XEN) ioapic_guest_write: old_entry=000009f1, new_entry=00010900
>> (XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
>> Linux version 2.6.28-rc8-tip (root@localhost) (gcc version 4.1.2
>> (Gentoo 4.1.2 p1.0.2)) #1 SMP Fri Dec 12 08:57:32 GMT 2008
>> Command line: root=/dev/sda2 swiotlb=256 console=hvc0 earlyprink=xen
>> pciback.hide=(03:02.0) pci=nomsi
>> KERNEL supported cpus:
>>  Intel GenuineIntel
>>  AMD AuthenticAMD
>>  Centaur CentaurHauls
>> BIOS-provided physical RAM map:
>>  Xen: 0000000000000000 - 00000000000a0000 (usable)
>>  Xen: 00000000000a0000 - 0000000000100000 (reserved)
>>  Xen: 0000000000100000 - 000000000087d000 (usable)
>>  Xen: 000000000087d000 - 0000000000a7e000 (reserved)
>>  Xen: 0000000000a7e000 - 0000000040000000 (usable)
>> DMI 2.5 present.
>> last_pfn = 0x40000 max_arch_pfn = 0x3ffffffff
>> init_memory_mapping: 0000000000000000-0000000040000000
>> last_map_addr: 40000000 end: 40000000
>> ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
>> ACPI: XSDT 000FC5B3, 008C (r1 DELL    B9K           15 ASL        61)
>> ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
>> ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
>> ACPI: FACS CFDFF800, 0040
>> ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
>> ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
>> ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
>> ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
>> ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
>> ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
>> ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
>> ACPI: DMAR 000FCBF3, 00D0 (r1 DELL    B9K           15 ASL        61)
>> ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
>> ACPI: SSDT CFDFF840, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
>> ACPI: SSDT CFDFFC49, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
>> ACPI: SSDT CFE00052, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
>> (5 early reservations) ==> bootmem [0000000000 - 0040000000]
>>  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 -
>> 0000001000]
>>  #1 [0000a7e000 - 0000a87000]   XEN PAGETABLES ==> [0000a7e000 -
>> 0000a87000]
>>  #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 -
>> 0000008000]
>>  #3 [0000200000 - 000087c3d0]    TEXT DATA BSS ==> [0000200000 -
>> 000087c3d0]
>>  #4 [0000a87000 - 0000c7d000]          PGTABLE ==> [0000a87000 -
>> 0000c7d000]
>> found SMP MP-table at [ffff8800000fe710] 000fe710
>> Zone PFN ranges:
>>  DMA      0x00000000 -> 0x00001000
>>  DMA32    0x00001000 -> 0x00100000
>>  Normal   0x00100000 -> 0x00100000
>> Movable zone start PFN for each node
>> early_node_map[3] active PFN ranges
>>    0: 0x00000000 -> 0x000000a0
>>    0: 0x00000100 -> 0x0000087d
>>    0: 0x00000a7e -> 0x00040000
>> ACPI: PM-Timer IO Port: 0x808
>> ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
>> ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
>> ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] disabled)
>> ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
>> ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
>> ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
>> ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
>> ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
>> ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
>> ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
>> IOAPIC[0]: apic_id 8, version 0, address 0xfec00000, GSI 0-23
>> ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
>> ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
>> Using ACPI (MADT) for SMP configuration information
>> ACPI: HPET id: 0x8086a301 base: 0xfed00000
>> SMP: Allowing 2 CPUs, 0 hotplug CPUs
>> Allocating PCI resources starting at 50000000 (gap: 40000000:c0000000)
>> PERCPU: Allocating 57344 bytes of per cpu data
>> Built 1 zonelists in Zone order, mobility grouping on.  Total pages:
>> 255775
>> Kernel command line: root=/dev/sda2 swiotlb=256 console=hvc0
>> earlyprink=xen pciback.hide=(03:02.0) pci=nomsi
>> Unknown boot option `pciback.hide=(03:02.0)': ignoring
>> Initializing CPU#0
>> xen: allocated irq 9 for acpi 9
>> PID hash table entries: 4096 (order: 12, 32768 bytes)
>> Detected 2394.004 MHz processor.
>> Console: colour dummy device 80x25
>> console [hvc0] enabled
>> Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
>> Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
>> Checking aperture...
>> No AGP bridge found
>> PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
>> Placing 0MB software IO TLB between ffff88000208b000 - ffff88000210afff
>> software IO TLB at phys 0x208b000 - 0x210afff bus 0x1c0000 - 0x1bffff
>> Memory: 1020272k/1048576k available (3275k kernel code, 2436k absent,
>> 25380k reserved, 1863k data, 452k init)
>> SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
>> installing Xen timer for CPU 0
>> Calibrating delay loop (skipped), value calculated using timer
>> frequency.. 4788.00 BogoMIPS (lpj=2394004)
>> Mount-cache hash table entries: 256
>> CPU: L1 I cache: 32K, L1 D cache: 32K
>> CPU: L2 cache: 4096K
>> CPU: Physical Processor ID: 0
>> CPU: Processor Core ID: 0
>> SMP alternatives: switching to UP code
>> ACPI: Core revision 20080926
>> cpu 0 spinlock event irq 17
>> installing Xen timer for CPU 1
>> cpu 1 spinlock event irq 23
>> SMP alternatives: switching to SMP code
>> Initializing CPU#1
>> CPU: L1 I cache: 32K, L1 D cache: 32K
>> CPU: L2 cache: 4096K
>> CPU: Physical Processor ID: 0
>> CPU: Processor Core ID: 0
>> Brought up 2 CPUs
>> khelper used greatest stack depth: 6800 bytes left
>> net_namespace: 592 bytes
>> Booting paravirtualized kernel on Xen
>> Xen version: 3.3.0 (preserve-AD) (dom0)
>> Grant table initialized
>> Time: 17:09:45  Date: 12/12/08
>> NET: Registered protocol family 16
>> xenbus_probe_init ok
>> ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
>> ACPI: bus type pci registered
>> PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
>> PCI: Not using MMCONFIG.
>> PCI: Using configuration type 1 for base access
>> khelper used greatest stack depth: 6448 bytes left
>> khelper used greatest stack depth: 6232 bytes left
>> ACPI: Interpreter enabled
>> ACPI: (supports S0 S1 S3 S5)
>> ACPI: Using IOAPIC for interrupt routing
>> PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
>> PCI: BIOS Bug: MCFG area at e0000000 is not reserved in ACPI
>> motherboard resources
>> PCI: Not using MMCONFIG.
>> ACPI: ACPI Dock Station Driver: 1 docks/bays found
>> ACPI: PCI Root Bridge [PCI0] (0000:00)
>> pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
>> pci 0000:00:01.0: PME# disabled
>> pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
>> pci 0000:00:03.0: PME# disabled
>> pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
>> pci 0000:00:19.0: PME# disabled
>> pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
>> pci 0000:00:1a.7: PME# disabled
>> pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
>> pci 0000:00:1b.0: PME# disabled
>> pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
>> pci 0000:00:1c.0: PME# disabled
>> pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
>> pci 0000:00:1d.7: PME# disabled
>> pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
>> pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO
>> pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
>> pci 0000:03:02.0: PME# disabled
>> pci 0000:00:1e.0: transparent bridge
>> ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
>> ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11 12 15)
>> ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 15)
>> ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 15)
>> ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 15) *0,
>> disabled.
>> ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 9 10 11 12 15)
>> ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 15)
>> ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 15)
>> ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] - 00,
>> should be 87 [20080926]
>> xen_balloon: Initialising balloon driver.
>> SCSI subsystem initialized
>> usbcore: registered new interface driver usbfs
>> usbcore: registered new interface driver hub
>> usbcore: registered new device driver usb
>> PCI: Using ACPI for IRQ routing
>> Xen: Initializing Xen DMA ops
>> Xen: Enabling DMA fallback to swiotlb
>> PCI-GART: No AMD GART found.
>> pnp: PnP ACPI init
>> ACPI: bus type pnp registered
>> pnp 00:01: io resource (0x800-0x85f) overlaps 0000:00:1f.0 BAR 7
>> (0x800-0x87f), disabling
>> pnp 00:01: io resource (0x860-0x8ff) overlaps 0000:00:1f.0 BAR 7
>> (0x800-0x87f), disabling
>> system 00:01: ioport range 0xc00-0xc7f has been reserved
>> xen_set_ioapic_routing: irq 13 gsi 13 vector 120 ioapic 0 pin 13
>> triggering 1 polarity 0
>> xen_set_ioapic_routing: irq 8 gsi 8 vector 80 ioapic 0 pin 8
>> triggering 1 polarity 0
>> xen_set_ioapic_routing: irq 7 gsi 7 vector 72 ioapic 0 pin 7
>> triggering 1 polarity 0
>> xen_set_ioapic_routing: irq 4 gsi 4 vector 241 ioapic 0 pin 4
>> triggering 1 polarity 0
>> (XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=4
>> (XEN) ioapic_guest_write: old_entry=000009f1, new_entry=000189f1
>> (XEN) ioapic_guest_write: Attempt to modify IO-APIC pin for in-use IRQ!
>> pnp: PnP ACPI: found 9 devices
>> ACPI: ACPI bus type pnp unregistered
>> pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
>> pci 0000:00:01.0:   IO window: 0xd000-0xdfff
>> pci 0000:00:01.0:   MEM window: 0xfe900000-0xfeafffff
>> pci 0000:00:01.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
>> pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
>> pci 0000:00:1c.0:   IO window: disabled
>> pci 0000:00:1c.0:   MEM window: 0xfe800000-0xfe8fffff
>> pci 0000:00:1c.0:   PREFETCH window: disabled
>> pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03
>> pci 0000:00:1e.0:   IO window: 0xc000-0xcfff
>> pci 0000:00:1e.0:   MEM window: 0xfe600000-0xfe7fffff
>> pci 0000:00:1e.0:   PREFETCH window: 0x00000050000000-0x000000500fffff
>> xen_set_ioapic_routing: irq 29 gsi 16 vector 176 ioapic 0 pin 16
>> triggering 0 polarity 1
>> pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
>> xen: PCI device 0000:00:01.0 pin 1 -> irq 29
>> xen_allocate_pirq: returning irq 29 for gsi 16
>> xen_set_ioapic_routing: irq 29 gsi 16 vector 176 ioapic 0 pin 16
>> triggering 0 polarity 1
>> pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
>> xen: PCI device 0000:00:1c.0 pin 1 -> irq 29
>> bus: 00 index 0 io port: [0x00-0xffff]
>> bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
>> bus: 01 index 0 io port: [0xd000-0xdfff]
>> bus: 01 index 1 mmio: [0xfe900000-0xfeafffff]
>> bus: 01 index 2 mmio: [0xd0000000-0xdfffffff]
>> bus: 01 index 3 mmio: [0x0-0x0]
>> bus: 02 index 0 mmio: [0x0-0x0]
>> bus: 02 index 1 mmio: [0xfe800000-0xfe8fffff]
>> bus: 02 index 2 mmio: [0x0-0x0]
>> bus: 02 index 3 mmio: [0x0-0x0]
>> bus: 03 index 0 io port: [0xc000-0xcfff]
>> bus: 03 index 1 mmio: [0xfe600000-0xfe7fffff]
>> bus: 03 index 2 mmio: [0x50000000-0x500fffff]
>> bus: 03 index 3 io port: [0x00-0xffff]
>> bus: 03 index 4 mmio: [0x000000-0xffffffffffffffff]
>> NET: Registered protocol family 2
>> IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
>> TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
>> TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
>> TCP: Hash tables configured (established 131072 bind 65536)
>> TCP reno registered
>> NET: Registered protocol family 1
>> Simple Boot Flag at 0x7a set to 0x1
>> audit: initializing netlink socket (disabled)
>> type=2000 audit(1229101787.763:1): initialized
>> VFS: Disk quotas dquot_6.5.1
>> Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
>> msgmni has been set to 2048
>> alg: No test for stdrng (krng)
>> Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
>> io scheduler noop registered
>> io scheduler anticipatory registered
>> io scheduler deadline registered
>> io scheduler cfq registered (default)
>> pcieport-driver 0000:00:01.0: found MSI capability
>> pcieport-driver 0000:00:1c.0: found MSI capability
>> pci_hotplug: PCI Hot Plug PCI Core version: 0.5
>> input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
>> ACPI: Power Button (FF) [PWRF]
>> input: Power Button (CM) as
>> /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
>> ACPI: Power Button (CM) [VBTN]
>> xenbus_probe_backend_init bus registered ok
>> xenbus_probe_frontend_init bus registered ok
>> Event-channel device installed.
>> ***blkif_init
>> Non-volatile memory driver v1.2
>> Linux agpgart interface v0.103
>> [drm] Initialized drm 1.1.0 20060810
>> brd: module loaded
>> loop: module loaded
>> tun: Universal TUN/TAP device driver, 1.6
>> tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
>> console [netcon0] enabled
>> netconsole: network logging started
>> Loading iSCSI transport class v2.0-870.
>> Driver 'sd' needs updating - please use bus_type methods
>> Driver 'sr' needs updating - please use bus_type methods
>> xen_set_ioapic_routing: irq 31 gsi 18 vector 184 ioapic 0 pin 18
>> triggering 0 polarity 1
>> ata_piix 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 31
>> xen: PCI device 0000:00:1f.2 pin 3 -> irq 31
>> ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
>> xen: disable pci device 0000:00:1f.2
>>
>
> Hm, for some reason the ata_piix failed to probe this device.
>
>> Pid: 1, comm: swapper Not tainted 2.6.28-rc8-tip #1
>> Call Trace:
>>  [<ffffffff8037e624>] ? pci_bus_write_config_word+0x65/0x74
>>  [<ffffffff8020ef56>] xen_pci_pirq_disable+0x1e/0x20
>>  [<ffffffff8049df82>] pcibios_disable_device+0x1b/0x1d
>>  [<ffffffff80380442>] pci_disable_device+0x74/0x7b
>>  [<ffffffff80380b11>] ? pci_release_region+0x8e/0xa8
>>  [<ffffffff80380c53>] pcim_release+0x64/0x6d
>>  [<ffffffff8040691c>] release_nodes+0x163/0x18e
>>  [<ffffffff804069fc>] devres_release_all+0x31/0x35
>>  [<ffffffff80404af5>] driver_probe_device+0xfc/0x16d
>>  [<ffffffff80404bc8>] __driver_attach+0x62/0x8c
>>  [<ffffffff80404b66>] ? __driver_attach+0x0/0x8c
>>  [<ffffffff80404b66>] ? __driver_attach+0x0/0x8c
>>  [<ffffffff804040fa>] bus_for_each_dev+0x4a/0x79
>>  [<ffffffff80404903>] driver_attach+0x1c/0x1e
>>  [<ffffffff8040456b>] bus_add_driver+0xb7/0x209
>>  [<ffffffff80404e63>] driver_register+0x93/0x10a
>>  [<ffffffff803837cf>] __pci_register_driver+0x63/0x9c
>>  [<ffffffff807651a0>] ? piix_init+0x0/0x2c
>>  [<ffffffff807651b9>] piix_init+0x19/0x2c
>>  [<ffffffff8020a056>] do_one_initcall+0x56/0x13e
>>  [<ffffffff8026c436>] ? register_irq_proc+0xae/0xca
>>  [<ffffffff802e0000>] ? free_proc_entry+0x37/0x68
>>  [<ffffffff8074195d>] kernel_init+0x11f/0x175
>>  [<ffffffff802133fa>] child_rip+0xa/0x20
>>  [<ffffffff80212ced>] ? retint_restore_args+0x5/0x20
>>  [<ffffffff802133f0>] ? child_rip+0x0/0x20
>> ata_piix: probe of 0000:00:1f.2 failed with error -38
>> xen_allocate_pirq: returning irq 31 for gsi 18
>> xen_set_ioapic_routing: irq 31 gsi 18 vector 184 ioapic 0 pin 18
>> triggering 0 polarity 1
>> ata_piix 0000:00:1f.5: PCI INT C -> GSI 18 (level, low) -> IRQ 31
>> xen: PCI device 0000:00:1f.5 pin 3 -> irq 31
>> ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
>> scsi0 : ata_piix
>> scsi1 : ata_piix
>> ata1: SATA max UDMA/133 cmd 0xfe40 ctl 0xfe50 bmdma 0xfed0 irq 31
>> ata2: SATA max UDMA/133 cmd 0xfe60 ctl 0xfe70 bmdma 0xfed8 irq 31
>>
>
> But this looks OK.  It found a couple of drives, I think.  Though I don't
> see any drive identity messages, so perhaps it didn't find anything..

Pretty sure it didnt detect the drives, booting the same kernel on
bare metal detects the hd (WD360GD-00FLA2), which proves that the
kernel has the correct drivers, in both ahci and legacy mode the
kernel works on the bare metal but not under Xen.

dmesg from the same kernel without xen:

ata_piix 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
ata_piix 0000:00:1f.2: setting latency timer to 64
scsi0 : ata_piix
scsi1 : ata_piix
ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xfec0 irq 14
ata2: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xfec8 irq 15
ata1.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1.01: SATA link down (SStatus 4 SControl 300)
ata1.00: ATA-6: WDC WD360GD-00FLA2, 31.08F31, max UDMA/133
ata1.00: 72303840 sectors, multi 8: LBA48
ata1.00: configured for UDMA/133
ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata2.01: SATA link down (SStatus 4 SControl 300)
ata2.00: ATAPI: HL-DT-ST DVD+/-RW GSA-H73N, B103, max UDMA/100
ata2.00: configured for UDMA/100
scsi 0:0:0:0: Direct-Access     ATA      WDC WD360GD-00FL 31.0 PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] 72303840 512-byte hardware sectors: (37.0 GB/34.4 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't
support DPO or FUA
sd 0:0:0:0: [sda] 72303840 512-byte hardware sectors: (37.0 GB/34.4 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't
support DPO or FUA
 sda: sda1 sda2 sda3
sd 0:0:0:0: [sda] Attached SCSI disk
sd 0:0:0:0: Attached scsi generic sg0 type 0
scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GSA-H73N B103 PQ: 0 ANSI: 5
sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 1:0:0:0: Attached scsi CD-ROM sr0
sr 1:0:0:0: Attached scsi generic sg1 type 5
ata_piix 0000:00:1f.5: PCI INT C -> GSI 18 (level, low) -> IRQ 18
ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
ata_piix 0000:00:1f.5: setting latency timer to 64
scsi2 : ata_piix
scsi3 : ata_piix
ata3: SATA max UDMA/133 cmd 0xfe40 ctl 0xfe50 bmdma 0xfed0 irq 18
ata4: SATA max UDMA/133 cmd 0xfe60 ctl 0xfe70 bmdma 0xfed8 irq 18
ata3: SATA link down (SStatus 4 SControl 300)
ata4: SATA link down (SStatus 4 SControl 300)

But under Xen both sata links are down:

ata1: SATA link down (SStatus 4 SControl 300)
ata2: SATA link down (SStatus 4 SControl 300)

>
>> ata1: SATA link down (SStatus 4 SControl 300)
>> ata2: SATA link down (SStatus 4 SControl 300)
>> ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
>> xen_set_ioapic_routing: irq 32 gsi 22 vector 192 ioapic 0 pin 22
>> triggering 0 polarity 1
>> ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 32
>> xen: PCI device 0000:00:1a.7 pin 3 -> irq 32
>> ehci_hcd 0000:00:1a.7: EHCI Host Controller
>> ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
>> ehci_hcd 0000:00:1a.7: debug port 1
>> ehci_hcd 0000:00:1a.7: irq 32, io mem 0xfebd9c00
>> ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
>> usb usb1: configuration #1 chosen from 1 choice
>> hub 1-0:1.0: USB hub found
>> hub 1-0:1.0: 6 ports detected
>> usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
>> usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> usb usb1: Product: EHCI Host Controller
>> usb usb1: Manufacturer: Linux 2.6.28-rc8-tip ehci_hcd
>> usb usb1: SerialNumber: 0000:00:1a.7
>> xen_set_ioapic_routing: irq 33 gsi 23 vector 200 ioapic 0 pin 23
>> triggering 0 polarity 1
>> ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 33
>> xen: PCI device 0000:00:1d.7 pin 1 -> irq 33
>> ehci_hcd 0000:00:1d.7: EHCI Host Controller
>> ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
>> ehci_hcd 0000:00:1d.7: debug port 1
>> ehci_hcd 0000:00:1d.7: irq 33, io mem 0xff980800
>> ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
>> usb usb2: configuration #1 chosen from 1 choice
>> hub 2-0:1.0: USB hub found
>> hub 2-0:1.0: 6 ports detected
>> usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
>> usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> usb usb2: Product: EHCI Host Controller
>> usb usb2: Manufacturer: Linux 2.6.28-rc8-tip ehci_hcd
>> usb usb2: SerialNumber: 0000:00:1d.7
>> ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
>> uhci_hcd: USB Universal Host Controller Interface driver
>> xen_allocate_pirq: returning irq 29 for gsi 16
>> xen_set_ioapic_routing: irq 29 gsi 16 vector 176 ioapic 0 pin 16
>> triggering 0 polarity 1
>> uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
>> xen: PCI device 0000:00:1a.0 pin 1 -> irq 29
>> uhci_hcd 0000:00:1a.0: UHCI Host Controller
>> uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
>> uhci_hcd 0000:00:1a.0: detected 2 ports
>> uhci_hcd 0000:00:1a.0: irq 29, io base 0x0000ff20
>> usb usb3: configuration #1 chosen from 1 choice
>> hub 3-0:1.0: USB hub found
>> hub 3-0:1.0: 2 ports detected
>> usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
>> usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> usb usb3: Product: UHCI Host Controller
>> usb usb3: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
>> usb usb3: SerialNumber: 0000:00:1a.0
>> xen_set_ioapic_routing: irq 34 gsi 17 vector 208 ioapic 0 pin 17
>> triggering 0 polarity 1
>> uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 17 (level, low) -> IRQ 34
>> xen: PCI device 0000:00:1a.1 pin 2 -> irq 34
>> uhci_hcd 0000:00:1a.1: UHCI Host Controller
>> uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
>> uhci_hcd 0000:00:1a.1: detected 2 ports
>> uhci_hcd 0000:00:1a.1: irq 34, io base 0x0000ff00
>> usb usb4: configuration #1 chosen from 1 choice
>> hub 4-0:1.0: USB hub found
>> hub 4-0:1.0: 2 ports detected
>> usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
>> usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> usb usb4: Product: UHCI Host Controller
>> usb usb4: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
>> usb usb4: SerialNumber: 0000:00:1a.1
>> xen_allocate_pirq: returning irq 33 for gsi 23
>> xen_set_ioapic_routing: irq 33 gsi 23 vector 200 ioapic 0 pin 23
>> triggering 0 polarity 1
>> uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 33
>> xen: PCI device 0000:00:1d.0 pin 1 -> irq 33
>> uhci_hcd 0000:00:1d.0: UHCI Host Controller
>> uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
>> uhci_hcd 0000:00:1d.0: detected 2 ports
>> uhci_hcd 0000:00:1d.0: irq 33, io base 0x0000ff80
>> usb usb5: configuration #1 chosen from 1 choice
>> hub 5-0:1.0: USB hub found
>> hub 5-0:1.0: 2 ports detected
>> usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
>> usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> usb usb5: Product: UHCI Host Controller
>> usb usb5: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
>> usb usb5: SerialNumber: 0000:00:1d.0
>> xen_allocate_pirq: returning irq 34 for gsi 17
>> xen_set_ioapic_routing: irq 34 gsi 17 vector 208 ioapic 0 pin 17
>> triggering 0 polarity 1
>> uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 34
>> xen: PCI device 0000:00:1d.1 pin 2 -> irq 34
>> uhci_hcd 0000:00:1d.1: UHCI Host Controller
>> uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
>> uhci_hcd 0000:00:1d.1: detected 2 ports
>> uhci_hcd 0000:00:1d.1: irq 34, io base 0x0000ff60
>> usb usb6: configuration #1 chosen from 1 choice
>> hub 6-0:1.0: USB hub found
>> hub 6-0:1.0: 2 ports detected
>> usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
>> usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> usb usb6: Product: UHCI Host Controller
>> usb usb6: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
>> usb usb6: SerialNumber: 0000:00:1d.1
>> xen_allocate_pirq: returning irq 31 for gsi 18
>> xen_set_ioapic_routing: irq 31 gsi 18 vector 184 ioapic 0 pin 18
>> triggering 0 polarity 1
>> uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 31
>> xen: PCI device 0000:00:1d.2 pin 3 -> irq 31
>> uhci_hcd 0000:00:1d.2: UHCI Host Controller
>> uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
>> uhci_hcd 0000:00:1d.2: detected 2 ports
>> uhci_hcd 0000:00:1d.2: irq 31, io base 0x0000ff40
>> usb usb7: configuration #1 chosen from 1 choice
>> hub 7-0:1.0: USB hub found
>> hub 7-0:1.0: 2 ports detected
>> usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
>> usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> usb usb7: Product: UHCI Host Controller
>> usb usb7: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
>> usb usb7: SerialNumber: 0000:00:1d.2
>> usbcore: registered new interface driver usblp
>> Initializing USB Mass Storage driver...
>> usbcore: registered new interface driver usb-storage
>> USB Mass Storage support registered.
>> usbcore: registered new interface driver libusual
>> PNP: No PS/2 controller found. Probing ports directly.
>> i8042: probe of i8042 failed with error -38
>> mice: PS/2 mouse device common for all mice
>> device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised:
>> dm-devel@redhat.com
>> cpuidle: using governor ladder
>> dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
>> TCP cubic registered
>> NET: Registered protocol family 17
>> RPC: Registered udp transport module.
>> RPC: Registered tcp transport module.
>> IO APIC resources could be not be allocated.
>> registered taskstats version 1
>>  Magic number: 4:358:188
>> md: Waiting for all devices to be available before autodetect
>> md: If you don't use raid, use raid=noautodetect
>> md: Autodetecting RAID arrays.
>> md: Scanned 0 and added 0 devices.
>> md: autorun ...
>> md: ... autorun DONE.
>> Root-NFS: No NFS server available, giving up.
>> VFS: Unable to mount root fs via NFS, trying floppy.
>> VFS: Cannot open root device "sda2" or unknown-block(2,0)
>> Please append a correct "root=" boot option; here are the available
>> partitions:
>> Kernel panic - not syncing: VFS: Unable to mount root fs on
>> unknown-block(2,0)
>>
>
> What are you specifying as a root device?  Is it a logical or physical
> filesystem reference?

root is a physical partition (sda2)

I will not be at work until tuesday and I want to continue to work on
this, so I wonder if anybody could tell me how to setup xen and linux
such that any oops/crash/failure to mount root filesystem results in a
reboot? I have a serial console setup which I can access remotely, but
I have no way to reset or power cycle the system.

Andy

>
>   J
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>

^ permalink raw reply	[flat|nested] 92+ messages in thread

* RE: Re: pv_ops dom0 USB fixed
  2008-12-12 19:09                                       ` Andrew Lyon
@ 2008-12-12 19:15                                         ` Aviv Grafi
  2008-12-12 19:18                                           ` Jeremy Fitzhardinge
  2008-12-12 19:26                                           ` Andrew Lyon
  0 siblings, 2 replies; 92+ messages in thread
From: Aviv Grafi @ 2008-12-12 19:15 UTC (permalink / raw)
  To: Andrew Lyon, Jeremy Fitzhardinge; +Cc: Xen-devel, Ian Campbell

You can use the Xen console (serial) to reboot the machine. Just press
'r' (or 'h' to see other commands).
I'm had the same ata problem two weeks ago. I found strange irq behavior
then. Anyway, I will try the updated tree on Sunday.


-----Original Message-----
From: Andrew Lyon [mailto:andrew.lyon@gmail.com] 
Sent: Friday, December 12, 2008 9:09 PM
To: Jeremy Fitzhardinge
Cc: Xen-devel; Aviv Grafi; Ian Campbell
Subject: Re: [Xen-devel] Re: pv_ops dom0 USB fixed

On Fri, Dec 12, 2008 at 5:20 PM, Jeremy Fitzhardinge <jeremy@goop.org>
wrote:
> Andrew Lyon wrote:
>>
>> On Fri, Dec 12, 2008 at 4:43 PM, Jeremy Fitzhardinge
<jeremy@goop.org>
>> wrote:
>>
>>>
>>> Andrew Lyon wrote:
>>>
>>>>
>>>> I tried with the patch anyway, it didnt seem to make any
difference.
>>>>
>>>> I also booted the kernel on the bare metal and it works perfectly,
the
>>>> sata hd is detected ok.
>>>>
>>>> Anything I can do to help debug this?
>>>>
>>>>
>>>
>>> Can you switch your controller back to legacy mode (in the BIOS) and
see
>>> what happens?  It looks like a problem with the AHCI driver.
>>>
>>>  J
>>>
>>>
>>
>> In legacy mode it fails much quicker, perhaps I need to enable
>> different drivers for legacy mode? but I think ive used 2.6.27 in
>> legacy mode with the same config as I use now, in AHCI mode it takes
a
>> while for the timeouts to happen, here is the dmesg:
>>
>>  __  __            _____  _____  ___
>>  \ \/ /___ _ __   |___ / |___ / / _ \
>>  \  // _ \ '_ \    |_ \   |_ \| | | |
>>  /  \  __/ | | |  ___) | ___) | |_| |
>>  /_/\_\___|_| |_| |____(_)____(_)___/
>>
>> (XEN) Xen version 3.3.0 (root@) (gcc version 4.1.2 (Gentoo 4.1.2
>> p1.0.2)) Thu Dec 11 11:52:12 GMT 2008
>> (XEN) Latest ChangeSet: unavailable
>> (XEN) Command line: iommu=1 com1=115200,8n1 console=com1,vga
>> cpufreq=dom0-kernel dom0_mem=1G
>> (XEN) Video information:
>> (XEN)  VGA is text mode 80x25, font 8x16
>> (XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
>> (XEN) Disc information:
>> (XEN)  Found 1 MBR signatures
>> (XEN)  Found 1 EDD information structures
>> (XEN) Xen-e820 RAM map:
>> (XEN)  0000000000000000 - 000000000009fc00 (usable)
>> (XEN)  00000000000f0000 - 0000000000100000 (reserved)
>> (XEN)  0000000000100000 - 00000000cfdff800 (usable)
>> (XEN)  00000000cfdff800 - 00000000cfe53c00 (ACPI NVS)
>> (XEN)  00000000cfe53c00 - 00000000cfe55c00 (ACPI data)
>> (XEN)  00000000cfe55c00 - 00000000d0000000 (reserved)
>> (XEN)  00000000e0000000 - 00000000f0000000 (reserved)
>> (XEN)  00000000fec00000 - 00000000fed00400 (reserved)
>> (XEN)  00000000fed20000 - 00000000feda0000 (reserved)
>> (XEN)  00000000fee00000 - 00000000fef00000 (reserved)
>> (XEN)  00000000ffb00000 - 0000000100000000 (reserved)
>> (XEN)  0000000100000000 - 0000000128000000 (usable)
>> (XEN) System RAM: 3965MB (4060792kB)
>> (XEN) ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
>> (XEN) ACPI: XSDT 000FC5B3, 008C (r1 DELL    B9K           15 ASL
>>  61)
>> (XEN) ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL
>>  61)
>> (XEN) ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL
>> 20050624)
>> (XEN) ACPI: FACS CFDFF800, 0040
>> (XEN) ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL
>> 20050624)
>> (XEN) ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL
>>  61)
>> (XEN) ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL
>>  61)
>> (XEN) ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL
>>  61)
>> (XEN) ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL
>>  61)
>> (XEN) ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL
>>  61)
>> (XEN) ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL
>>  61)
>> (XEN) ACPI: DMAR 000FCBF3, 00D0 (r1 DELL    B9K           15 ASL
>>  61)
>> (XEN) ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL
>>  61)
>> (XEN) ACPI: SSDT CFDFF840, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL
>> 20050624)
>> (XEN) ACPI: SSDT CFDFFC49, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL
>> 20050624)
>> (XEN) ACPI: SSDT CFE00052, 0140 (r1 DpgPmm    CpuPm       10 INTL
>> 20050624)
>> (XEN) Xen heap: 14MB (14632kB)
>> (XEN) Domain heap initialised
>> (XEN) Processor #0 6:15 APIC version 20
>> (XEN) Processor #1 6:15 APIC version 20
>> (XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
>> (XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
>> (XEN) Intel VT-d has been enabled
>> (XEN) Using scheduler: SMP Credit Scheduler (credit)
>> (XEN) Detected 2394.073 MHz processor.
>> (XEN) HVM: VMX enabled
>> (XEN) CPU0: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping
06
>> (XEN) Booting processor 1/1 eip 8c000
>> (XEN) CPU1: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping
06
>> (XEN) Total of 2 processors activated.
>> (XEN) ENABLING IO-APIC IRQs
>> (XEN)  -> Using new ACK method
>> (XEN) checking TSC synchronization across 2 CPUs: passed.
>> (XEN) Platform timer is 14.318MHz HPET
>> (XEN) Brought up 2 CPUs
>> (XEN) I/O virtualisation enabled
>> (XEN) I/O virtualisation for PV guests disabled
>> (XEN) *** LOADING DOMAIN 0 ***
>> (XEN)  Xen  kernel: 64-bit, lsb, compat32
>> (XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x200000 -> 0x87c3d0
>> (XEN) PHYSICAL MEMORY ARRANGEMENT:
>> (XEN)  Dom0 alloc.:   0000000122000000->0000000123000000 (258048
pages
>> to be allocated)
>> (XEN) VIRTUAL MEMORY ARRANGEMENT:
>> (XEN)  Loaded kernel: ffffffff80200000->ffffffff8087c3d0
>> (XEN)  Init. ramdisk: ffffffff8087d000->ffffffff8087d000
>> (XEN)  Phys-Mach map: ffffffff8087d000->ffffffff80a7d000
>> (XEN)  Start info:    ffffffff80a7d000->ffffffff80a7d4a4
>> (XEN)  Page tables:   ffffffff80a7e000->ffffffff80a87000
>> (XEN)  Boot stack:    ffffffff80a87000->ffffffff80a88000
>> (XEN)  TOTAL:         ffffffff80000000->ffffffff80c00000
>> (XEN)  ENTRY ADDRESS: ffffffff80741200
>> (XEN) Dom0 has maximum 2 VCPUs
>> (XEN) Scrubbing Free RAM: ............................done.
>> (XEN) Xen trace buffers: disabled
>> (XEN) Std. Loglevel: Errors and warnings
>> (XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings)
>> (XEN) Xen is relinquishing VGA console.
>> (XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch
>> input to Xen)
>> (XEN) Freed 108kB init memory.
>> mapping kernel into physical memory
>> Xen: setup ISA identity maps
>> about to get started...
>> (XEN) ioapic_guest_write: apic=0, pin=2, old_irq=0, new_irq=-1
>> (XEN) ioapic_guest_write: old_entry=000009f0, new_entry=00010900
>> (XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use
IRQ!
>> (XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=-1
>> (XEN) ioapic_guest_write: old_entry=000009f1, new_entry=00010900
>> (XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use
IRQ!
>> Linux version 2.6.28-rc8-tip (root@localhost) (gcc version 4.1.2
>> (Gentoo 4.1.2 p1.0.2)) #1 SMP Fri Dec 12 08:57:32 GMT 2008
>> Command line: root=/dev/sda2 swiotlb=256 console=hvc0 earlyprink=xen
>> pciback.hide=(03:02.0) pci=nomsi
>> KERNEL supported cpus:
>>  Intel GenuineIntel
>>  AMD AuthenticAMD
>>  Centaur CentaurHauls
>> BIOS-provided physical RAM map:
>>  Xen: 0000000000000000 - 00000000000a0000 (usable)
>>  Xen: 00000000000a0000 - 0000000000100000 (reserved)
>>  Xen: 0000000000100000 - 000000000087d000 (usable)
>>  Xen: 000000000087d000 - 0000000000a7e000 (reserved)
>>  Xen: 0000000000a7e000 - 0000000040000000 (usable)
>> DMI 2.5 present.
>> last_pfn = 0x40000 max_arch_pfn = 0x3ffffffff
>> init_memory_mapping: 0000000000000000-0000000040000000
>> last_map_addr: 40000000 end: 40000000
>> ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
>> ACPI: XSDT 000FC5B3, 008C (r1 DELL    B9K           15 ASL        61)
>> ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
>> ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
>> ACPI: FACS CFDFF800, 0040
>> ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
>> ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
>> ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
>> ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL
61)
>> ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
>> ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
>> ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
>> ACPI: DMAR 000FCBF3, 00D0 (r1 DELL    B9K           15 ASL        61)
>> ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
>> ACPI: SSDT CFDFF840, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
>> ACPI: SSDT CFDFFC49, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
>> ACPI: SSDT CFE00052, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
>> (5 early reservations) ==> bootmem [0000000000 - 0040000000]
>>  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 -
>> 0000001000]
>>  #1 [0000a7e000 - 0000a87000]   XEN PAGETABLES ==> [0000a7e000 -
>> 0000a87000]
>>  #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 -
>> 0000008000]
>>  #3 [0000200000 - 000087c3d0]    TEXT DATA BSS ==> [0000200000 -
>> 000087c3d0]
>>  #4 [0000a87000 - 0000c7d000]          PGTABLE ==> [0000a87000 -
>> 0000c7d000]
>> found SMP MP-table at [ffff8800000fe710] 000fe710
>> Zone PFN ranges:
>>  DMA      0x00000000 -> 0x00001000
>>  DMA32    0x00001000 -> 0x00100000
>>  Normal   0x00100000 -> 0x00100000
>> Movable zone start PFN for each node
>> early_node_map[3] active PFN ranges
>>    0: 0x00000000 -> 0x000000a0
>>    0: 0x00000100 -> 0x0000087d
>>    0: 0x00000a7e -> 0x00040000
>> ACPI: PM-Timer IO Port: 0x808
>> ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
>> ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
>> ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] disabled)
>> ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
>> ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
>> ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
>> ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
>> ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
>> ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
>> ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
>> IOAPIC[0]: apic_id 8, version 0, address 0xfec00000, GSI 0-23
>> ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
>> ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
>> Using ACPI (MADT) for SMP configuration information
>> ACPI: HPET id: 0x8086a301 base: 0xfed00000
>> SMP: Allowing 2 CPUs, 0 hotplug CPUs
>> Allocating PCI resources starting at 50000000 (gap:
40000000:c0000000)
>> PERCPU: Allocating 57344 bytes of per cpu data
>> Built 1 zonelists in Zone order, mobility grouping on.  Total pages:
>> 255775
>> Kernel command line: root=/dev/sda2 swiotlb=256 console=hvc0
>> earlyprink=xen pciback.hide=(03:02.0) pci=nomsi
>> Unknown boot option `pciback.hide=(03:02.0)': ignoring
>> Initializing CPU#0
>> xen: allocated irq 9 for acpi 9
>> PID hash table entries: 4096 (order: 12, 32768 bytes)
>> Detected 2394.004 MHz processor.
>> Console: colour dummy device 80x25
>> console [hvc0] enabled
>> Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
>> Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
>> Checking aperture...
>> No AGP bridge found
>> PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
>> Placing 0MB software IO TLB between ffff88000208b000 -
ffff88000210afff
>> software IO TLB at phys 0x208b000 - 0x210afff bus 0x1c0000 - 0x1bffff
>> Memory: 1020272k/1048576k available (3275k kernel code, 2436k absent,
>> 25380k reserved, 1863k data, 452k init)
>> SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=2,
Nodes=1
>> installing Xen timer for CPU 0
>> Calibrating delay loop (skipped), value calculated using timer
>> frequency.. 4788.00 BogoMIPS (lpj=2394004)
>> Mount-cache hash table entries: 256
>> CPU: L1 I cache: 32K, L1 D cache: 32K
>> CPU: L2 cache: 4096K
>> CPU: Physical Processor ID: 0
>> CPU: Processor Core ID: 0
>> SMP alternatives: switching to UP code
>> ACPI: Core revision 20080926
>> cpu 0 spinlock event irq 17
>> installing Xen timer for CPU 1
>> cpu 1 spinlock event irq 23
>> SMP alternatives: switching to SMP code
>> Initializing CPU#1
>> CPU: L1 I cache: 32K, L1 D cache: 32K
>> CPU: L2 cache: 4096K
>> CPU: Physical Processor ID: 0
>> CPU: Processor Core ID: 0
>> Brought up 2 CPUs
>> khelper used greatest stack depth: 6800 bytes left
>> net_namespace: 592 bytes
>> Booting paravirtualized kernel on Xen
>> Xen version: 3.3.0 (preserve-AD) (dom0)
>> Grant table initialized
>> Time: 17:09:45  Date: 12/12/08
>> NET: Registered protocol family 16
>> xenbus_probe_init ok
>> ACPI FADT declares the system doesn't support PCIe ASPM, so disable
it
>> ACPI: bus type pci registered
>> PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
>> PCI: Not using MMCONFIG.
>> PCI: Using configuration type 1 for base access
>> khelper used greatest stack depth: 6448 bytes left
>> khelper used greatest stack depth: 6232 bytes left
>> ACPI: Interpreter enabled
>> ACPI: (supports S0 S1 S3 S5)
>> ACPI: Using IOAPIC for interrupt routing
>> PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
>> PCI: BIOS Bug: MCFG area at e0000000 is not reserved in ACPI
>> motherboard resources
>> PCI: Not using MMCONFIG.
>> ACPI: ACPI Dock Station Driver: 1 docks/bays found
>> ACPI: PCI Root Bridge [PCI0] (0000:00)
>> pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
>> pci 0000:00:01.0: PME# disabled
>> pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
>> pci 0000:00:03.0: PME# disabled
>> pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
>> pci 0000:00:19.0: PME# disabled
>> pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
>> pci 0000:00:1a.7: PME# disabled
>> pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
>> pci 0000:00:1b.0: PME# disabled
>> pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
>> pci 0000:00:1c.0: PME# disabled
>> pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
>> pci 0000:00:1d.7: PME# disabled
>> pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6
ACPI/GPIO/TCO
>> pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO
>> pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
>> pci 0000:03:02.0: PME# disabled
>> pci 0000:00:1e.0: transparent bridge
>> ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
>> ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11 12 15)
>> ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 15)
>> ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 15)
>> ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 15) *0,
>> disabled.
>> ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 9 10 11 12 15)
>> ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 15)
>> ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 15)
>> ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] - 00,
>> should be 87 [20080926]
>> xen_balloon: Initialising balloon driver.
>> SCSI subsystem initialized
>> usbcore: registered new interface driver usbfs
>> usbcore: registered new interface driver hub
>> usbcore: registered new device driver usb
>> PCI: Using ACPI for IRQ routing
>> Xen: Initializing Xen DMA ops
>> Xen: Enabling DMA fallback to swiotlb
>> PCI-GART: No AMD GART found.
>> pnp: PnP ACPI init
>> ACPI: bus type pnp registered
>> pnp 00:01: io resource (0x800-0x85f) overlaps 0000:00:1f.0 BAR 7
>> (0x800-0x87f), disabling
>> pnp 00:01: io resource (0x860-0x8ff) overlaps 0000:00:1f.0 BAR 7
>> (0x800-0x87f), disabling
>> system 00:01: ioport range 0xc00-0xc7f has been reserved
>> xen_set_ioapic_routing: irq 13 gsi 13 vector 120 ioapic 0 pin 13
>> triggering 1 polarity 0
>> xen_set_ioapic_routing: irq 8 gsi 8 vector 80 ioapic 0 pin 8
>> triggering 1 polarity 0
>> xen_set_ioapic_routing: irq 7 gsi 7 vector 72 ioapic 0 pin 7
>> triggering 1 polarity 0
>> xen_set_ioapic_routing: irq 4 gsi 4 vector 241 ioapic 0 pin 4
>> triggering 1 polarity 0
>> (XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=4
>> (XEN) ioapic_guest_write: old_entry=000009f1, new_entry=000189f1
>> (XEN) ioapic_guest_write: Attempt to modify IO-APIC pin for in-use
IRQ!
>> pnp: PnP ACPI: found 9 devices
>> ACPI: ACPI bus type pnp unregistered
>> pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
>> pci 0000:00:01.0:   IO window: 0xd000-0xdfff
>> pci 0000:00:01.0:   MEM window: 0xfe900000-0xfeafffff
>> pci 0000:00:01.0:   PREFETCH window:
0x000000d0000000-0x000000dfffffff
>> pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
>> pci 0000:00:1c.0:   IO window: disabled
>> pci 0000:00:1c.0:   MEM window: 0xfe800000-0xfe8fffff
>> pci 0000:00:1c.0:   PREFETCH window: disabled
>> pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03
>> pci 0000:00:1e.0:   IO window: 0xc000-0xcfff
>> pci 0000:00:1e.0:   MEM window: 0xfe600000-0xfe7fffff
>> pci 0000:00:1e.0:   PREFETCH window:
0x00000050000000-0x000000500fffff
>> xen_set_ioapic_routing: irq 29 gsi 16 vector 176 ioapic 0 pin 16
>> triggering 0 polarity 1
>> pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
>> xen: PCI device 0000:00:01.0 pin 1 -> irq 29
>> xen_allocate_pirq: returning irq 29 for gsi 16
>> xen_set_ioapic_routing: irq 29 gsi 16 vector 176 ioapic 0 pin 16
>> triggering 0 polarity 1
>> pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
>> xen: PCI device 0000:00:1c.0 pin 1 -> irq 29
>> bus: 00 index 0 io port: [0x00-0xffff]
>> bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
>> bus: 01 index 0 io port: [0xd000-0xdfff]
>> bus: 01 index 1 mmio: [0xfe900000-0xfeafffff]
>> bus: 01 index 2 mmio: [0xd0000000-0xdfffffff]
>> bus: 01 index 3 mmio: [0x0-0x0]
>> bus: 02 index 0 mmio: [0x0-0x0]
>> bus: 02 index 1 mmio: [0xfe800000-0xfe8fffff]
>> bus: 02 index 2 mmio: [0x0-0x0]
>> bus: 02 index 3 mmio: [0x0-0x0]
>> bus: 03 index 0 io port: [0xc000-0xcfff]
>> bus: 03 index 1 mmio: [0xfe600000-0xfe7fffff]
>> bus: 03 index 2 mmio: [0x50000000-0x500fffff]
>> bus: 03 index 3 io port: [0x00-0xffff]
>> bus: 03 index 4 mmio: [0x000000-0xffffffffffffffff]
>> NET: Registered protocol family 2
>> IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
>> TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
>> TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
>> TCP: Hash tables configured (established 131072 bind 65536)
>> TCP reno registered
>> NET: Registered protocol family 1
>> Simple Boot Flag at 0x7a set to 0x1
>> audit: initializing netlink socket (disabled)
>> type=2000 audit(1229101787.763:1): initialized
>> VFS: Disk quotas dquot_6.5.1
>> Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
>> msgmni has been set to 2048
>> alg: No test for stdrng (krng)
>> Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
>> io scheduler noop registered
>> io scheduler anticipatory registered
>> io scheduler deadline registered
>> io scheduler cfq registered (default)
>> pcieport-driver 0000:00:01.0: found MSI capability
>> pcieport-driver 0000:00:1c.0: found MSI capability
>> pci_hotplug: PCI Hot Plug PCI Core version: 0.5
>> input: Power Button (FF) as
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
>> ACPI: Power Button (FF) [PWRF]
>> input: Power Button (CM) as
>> /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
>> ACPI: Power Button (CM) [VBTN]
>> xenbus_probe_backend_init bus registered ok
>> xenbus_probe_frontend_init bus registered ok
>> Event-channel device installed.
>> ***blkif_init
>> Non-volatile memory driver v1.2
>> Linux agpgart interface v0.103
>> [drm] Initialized drm 1.1.0 20060810
>> brd: module loaded
>> loop: module loaded
>> tun: Universal TUN/TAP device driver, 1.6
>> tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
>> console [netcon0] enabled
>> netconsole: network logging started
>> Loading iSCSI transport class v2.0-870.
>> Driver 'sd' needs updating - please use bus_type methods
>> Driver 'sr' needs updating - please use bus_type methods
>> xen_set_ioapic_routing: irq 31 gsi 18 vector 184 ioapic 0 pin 18
>> triggering 0 polarity 1
>> ata_piix 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 31
>> xen: PCI device 0000:00:1f.2 pin 3 -> irq 31
>> ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
>> xen: disable pci device 0000:00:1f.2
>>
>
> Hm, for some reason the ata_piix failed to probe this device.
>
>> Pid: 1, comm: swapper Not tainted 2.6.28-rc8-tip #1
>> Call Trace:
>>  [<ffffffff8037e624>] ? pci_bus_write_config_word+0x65/0x74
>>  [<ffffffff8020ef56>] xen_pci_pirq_disable+0x1e/0x20
>>  [<ffffffff8049df82>] pcibios_disable_device+0x1b/0x1d
>>  [<ffffffff80380442>] pci_disable_device+0x74/0x7b
>>  [<ffffffff80380b11>] ? pci_release_region+0x8e/0xa8
>>  [<ffffffff80380c53>] pcim_release+0x64/0x6d
>>  [<ffffffff8040691c>] release_nodes+0x163/0x18e
>>  [<ffffffff804069fc>] devres_release_all+0x31/0x35
>>  [<ffffffff80404af5>] driver_probe_device+0xfc/0x16d
>>  [<ffffffff80404bc8>] __driver_attach+0x62/0x8c
>>  [<ffffffff80404b66>] ? __driver_attach+0x0/0x8c
>>  [<ffffffff80404b66>] ? __driver_attach+0x0/0x8c
>>  [<ffffffff804040fa>] bus_for_each_dev+0x4a/0x79
>>  [<ffffffff80404903>] driver_attach+0x1c/0x1e
>>  [<ffffffff8040456b>] bus_add_driver+0xb7/0x209
>>  [<ffffffff80404e63>] driver_register+0x93/0x10a
>>  [<ffffffff803837cf>] __pci_register_driver+0x63/0x9c
>>  [<ffffffff807651a0>] ? piix_init+0x0/0x2c
>>  [<ffffffff807651b9>] piix_init+0x19/0x2c
>>  [<ffffffff8020a056>] do_one_initcall+0x56/0x13e
>>  [<ffffffff8026c436>] ? register_irq_proc+0xae/0xca
>>  [<ffffffff802e0000>] ? free_proc_entry+0x37/0x68
>>  [<ffffffff8074195d>] kernel_init+0x11f/0x175
>>  [<ffffffff802133fa>] child_rip+0xa/0x20
>>  [<ffffffff80212ced>] ? retint_restore_args+0x5/0x20
>>  [<ffffffff802133f0>] ? child_rip+0x0/0x20
>> ata_piix: probe of 0000:00:1f.2 failed with error -38
>> xen_allocate_pirq: returning irq 31 for gsi 18
>> xen_set_ioapic_routing: irq 31 gsi 18 vector 184 ioapic 0 pin 18
>> triggering 0 polarity 1
>> ata_piix 0000:00:1f.5: PCI INT C -> GSI 18 (level, low) -> IRQ 31
>> xen: PCI device 0000:00:1f.5 pin 3 -> irq 31
>> ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
>> scsi0 : ata_piix
>> scsi1 : ata_piix
>> ata1: SATA max UDMA/133 cmd 0xfe40 ctl 0xfe50 bmdma 0xfed0 irq 31
>> ata2: SATA max UDMA/133 cmd 0xfe60 ctl 0xfe70 bmdma 0xfed8 irq 31
>>
>
> But this looks OK.  It found a couple of drives, I think.  Though I
don't
> see any drive identity messages, so perhaps it didn't find anything..

Pretty sure it didnt detect the drives, booting the same kernel on
bare metal detects the hd (WD360GD-00FLA2), which proves that the
kernel has the correct drivers, in both ahci and legacy mode the
kernel works on the bare metal but not under Xen.

dmesg from the same kernel without xen:

ata_piix 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
ata_piix 0000:00:1f.2: setting latency timer to 64
scsi0 : ata_piix
scsi1 : ata_piix
ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xfec0 irq 14
ata2: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xfec8 irq 15
ata1.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1.01: SATA link down (SStatus 4 SControl 300)
ata1.00: ATA-6: WDC WD360GD-00FLA2, 31.08F31, max UDMA/133
ata1.00: 72303840 sectors, multi 8: LBA48
ata1.00: configured for UDMA/133
ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata2.01: SATA link down (SStatus 4 SControl 300)
ata2.00: ATAPI: HL-DT-ST DVD+/-RW GSA-H73N, B103, max UDMA/100
ata2.00: configured for UDMA/100
scsi 0:0:0:0: Direct-Access     ATA      WDC WD360GD-00FL 31.0 PQ: 0
ANSI: 5
sd 0:0:0:0: [sda] 72303840 512-byte hardware sectors: (37.0 GB/34.4 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't
support DPO or FUA
sd 0:0:0:0: [sda] 72303840 512-byte hardware sectors: (37.0 GB/34.4 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't
support DPO or FUA
 sda: sda1 sda2 sda3
sd 0:0:0:0: [sda] Attached SCSI disk
sd 0:0:0:0: Attached scsi generic sg0 type 0
scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GSA-H73N B103 PQ: 0
ANSI: 5
sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 1:0:0:0: Attached scsi CD-ROM sr0
sr 1:0:0:0: Attached scsi generic sg1 type 5
ata_piix 0000:00:1f.5: PCI INT C -> GSI 18 (level, low) -> IRQ 18
ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
ata_piix 0000:00:1f.5: setting latency timer to 64
scsi2 : ata_piix
scsi3 : ata_piix
ata3: SATA max UDMA/133 cmd 0xfe40 ctl 0xfe50 bmdma 0xfed0 irq 18
ata4: SATA max UDMA/133 cmd 0xfe60 ctl 0xfe70 bmdma 0xfed8 irq 18
ata3: SATA link down (SStatus 4 SControl 300)
ata4: SATA link down (SStatus 4 SControl 300)

But under Xen both sata links are down:

ata1: SATA link down (SStatus 4 SControl 300)
ata2: SATA link down (SStatus 4 SControl 300)

>
>> ata1: SATA link down (SStatus 4 SControl 300)
>> ata2: SATA link down (SStatus 4 SControl 300)
>> ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
>> xen_set_ioapic_routing: irq 32 gsi 22 vector 192 ioapic 0 pin 22
>> triggering 0 polarity 1
>> ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 32
>> xen: PCI device 0000:00:1a.7 pin 3 -> irq 32
>> ehci_hcd 0000:00:1a.7: EHCI Host Controller
>> ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
>> ehci_hcd 0000:00:1a.7: debug port 1
>> ehci_hcd 0000:00:1a.7: irq 32, io mem 0xfebd9c00
>> ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
>> usb usb1: configuration #1 chosen from 1 choice
>> hub 1-0:1.0: USB hub found
>> hub 1-0:1.0: 6 ports detected
>> usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
>> usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> usb usb1: Product: EHCI Host Controller
>> usb usb1: Manufacturer: Linux 2.6.28-rc8-tip ehci_hcd
>> usb usb1: SerialNumber: 0000:00:1a.7
>> xen_set_ioapic_routing: irq 33 gsi 23 vector 200 ioapic 0 pin 23
>> triggering 0 polarity 1
>> ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 33
>> xen: PCI device 0000:00:1d.7 pin 1 -> irq 33
>> ehci_hcd 0000:00:1d.7: EHCI Host Controller
>> ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
>> ehci_hcd 0000:00:1d.7: debug port 1
>> ehci_hcd 0000:00:1d.7: irq 33, io mem 0xff980800
>> ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
>> usb usb2: configuration #1 chosen from 1 choice
>> hub 2-0:1.0: USB hub found
>> hub 2-0:1.0: 6 ports detected
>> usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
>> usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> usb usb2: Product: EHCI Host Controller
>> usb usb2: Manufacturer: Linux 2.6.28-rc8-tip ehci_hcd
>> usb usb2: SerialNumber: 0000:00:1d.7
>> ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
>> uhci_hcd: USB Universal Host Controller Interface driver
>> xen_allocate_pirq: returning irq 29 for gsi 16
>> xen_set_ioapic_routing: irq 29 gsi 16 vector 176 ioapic 0 pin 16
>> triggering 0 polarity 1
>> uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
>> xen: PCI device 0000:00:1a.0 pin 1 -> irq 29
>> uhci_hcd 0000:00:1a.0: UHCI Host Controller
>> uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
>> uhci_hcd 0000:00:1a.0: detected 2 ports
>> uhci_hcd 0000:00:1a.0: irq 29, io base 0x0000ff20
>> usb usb3: configuration #1 chosen from 1 choice
>> hub 3-0:1.0: USB hub found
>> hub 3-0:1.0: 2 ports detected
>> usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
>> usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> usb usb3: Product: UHCI Host Controller
>> usb usb3: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
>> usb usb3: SerialNumber: 0000:00:1a.0
>> xen_set_ioapic_routing: irq 34 gsi 17 vector 208 ioapic 0 pin 17
>> triggering 0 polarity 1
>> uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 17 (level, low) -> IRQ 34
>> xen: PCI device 0000:00:1a.1 pin 2 -> irq 34
>> uhci_hcd 0000:00:1a.1: UHCI Host Controller
>> uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
>> uhci_hcd 0000:00:1a.1: detected 2 ports
>> uhci_hcd 0000:00:1a.1: irq 34, io base 0x0000ff00
>> usb usb4: configuration #1 chosen from 1 choice
>> hub 4-0:1.0: USB hub found
>> hub 4-0:1.0: 2 ports detected
>> usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
>> usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> usb usb4: Product: UHCI Host Controller
>> usb usb4: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
>> usb usb4: SerialNumber: 0000:00:1a.1
>> xen_allocate_pirq: returning irq 33 for gsi 23
>> xen_set_ioapic_routing: irq 33 gsi 23 vector 200 ioapic 0 pin 23
>> triggering 0 polarity 1
>> uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 33
>> xen: PCI device 0000:00:1d.0 pin 1 -> irq 33
>> uhci_hcd 0000:00:1d.0: UHCI Host Controller
>> uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
>> uhci_hcd 0000:00:1d.0: detected 2 ports
>> uhci_hcd 0000:00:1d.0: irq 33, io base 0x0000ff80
>> usb usb5: configuration #1 chosen from 1 choice
>> hub 5-0:1.0: USB hub found
>> hub 5-0:1.0: 2 ports detected
>> usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
>> usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> usb usb5: Product: UHCI Host Controller
>> usb usb5: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
>> usb usb5: SerialNumber: 0000:00:1d.0
>> xen_allocate_pirq: returning irq 34 for gsi 17
>> xen_set_ioapic_routing: irq 34 gsi 17 vector 208 ioapic 0 pin 17
>> triggering 0 polarity 1
>> uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 34
>> xen: PCI device 0000:00:1d.1 pin 2 -> irq 34
>> uhci_hcd 0000:00:1d.1: UHCI Host Controller
>> uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
>> uhci_hcd 0000:00:1d.1: detected 2 ports
>> uhci_hcd 0000:00:1d.1: irq 34, io base 0x0000ff60
>> usb usb6: configuration #1 chosen from 1 choice
>> hub 6-0:1.0: USB hub found
>> hub 6-0:1.0: 2 ports detected
>> usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
>> usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> usb usb6: Product: UHCI Host Controller
>> usb usb6: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
>> usb usb6: SerialNumber: 0000:00:1d.1
>> xen_allocate_pirq: returning irq 31 for gsi 18
>> xen_set_ioapic_routing: irq 31 gsi 18 vector 184 ioapic 0 pin 18
>> triggering 0 polarity 1
>> uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 31
>> xen: PCI device 0000:00:1d.2 pin 3 -> irq 31
>> uhci_hcd 0000:00:1d.2: UHCI Host Controller
>> uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
>> uhci_hcd 0000:00:1d.2: detected 2 ports
>> uhci_hcd 0000:00:1d.2: irq 31, io base 0x0000ff40
>> usb usb7: configuration #1 chosen from 1 choice
>> hub 7-0:1.0: USB hub found
>> hub 7-0:1.0: 2 ports detected
>> usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
>> usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> usb usb7: Product: UHCI Host Controller
>> usb usb7: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
>> usb usb7: SerialNumber: 0000:00:1d.2
>> usbcore: registered new interface driver usblp
>> Initializing USB Mass Storage driver...
>> usbcore: registered new interface driver usb-storage
>> USB Mass Storage support registered.
>> usbcore: registered new interface driver libusual
>> PNP: No PS/2 controller found. Probing ports directly.
>> i8042: probe of i8042 failed with error -38
>> mice: PS/2 mouse device common for all mice
>> device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised:
>> dm-devel@redhat.com
>> cpuidle: using governor ladder
>> dcdbas dcdbas: Dell Systems Management Base Driver (version
5.6.0-3.2)
>> TCP cubic registered
>> NET: Registered protocol family 17
>> RPC: Registered udp transport module.
>> RPC: Registered tcp transport module.
>> IO APIC resources could be not be allocated.
>> registered taskstats version 1
>>  Magic number: 4:358:188
>> md: Waiting for all devices to be available before autodetect
>> md: If you don't use raid, use raid=noautodetect
>> md: Autodetecting RAID arrays.
>> md: Scanned 0 and added 0 devices.
>> md: autorun ...
>> md: ... autorun DONE.
>> Root-NFS: No NFS server available, giving up.
>> VFS: Unable to mount root fs via NFS, trying floppy.
>> VFS: Cannot open root device "sda2" or unknown-block(2,0)
>> Please append a correct "root=" boot option; here are the available
>> partitions:
>> Kernel panic - not syncing: VFS: Unable to mount root fs on
>> unknown-block(2,0)
>>
>
> What are you specifying as a root device?  Is it a logical or physical
> filesystem reference?

root is a physical partition (sda2)

I will not be at work until tuesday and I want to continue to work on
this, so I wonder if anybody could tell me how to setup xen and linux
such that any oops/crash/failure to mount root filesystem results in a
reboot? I have a serial console setup which I can access remotely, but
I have no way to reset or power cycle the system.

Andy

>
>   J
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-12 19:15                                         ` Aviv Grafi
@ 2008-12-12 19:18                                           ` Jeremy Fitzhardinge
  2008-12-12 19:26                                           ` Andrew Lyon
  1 sibling, 0 replies; 92+ messages in thread
From: Jeremy Fitzhardinge @ 2008-12-12 19:18 UTC (permalink / raw)
  To: Aviv Grafi; +Cc: Andrew Lyon, Xen-devel, Ian Campbell

Aviv Grafi wrote:
> You can use the Xen console (serial) to reboot the machine. Just press
> 'r' (or 'h' to see other commands).
> I'm had the same ata problem two weeks ago. I found strange irq behavior
> then. Anyway, I will try the updated tree on Sunday.
>   

I haven't seen any other reports with interrupts turning up on 
unexpected vectors, so I'd be very interested to know if/how things have 
changed for you.

    J

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-12 19:15                                         ` Aviv Grafi
  2008-12-12 19:18                                           ` Jeremy Fitzhardinge
@ 2008-12-12 19:26                                           ` Andrew Lyon
  2008-12-13  0:28                                             ` Aviv Grafi
  1 sibling, 1 reply; 92+ messages in thread
From: Andrew Lyon @ 2008-12-12 19:26 UTC (permalink / raw)
  To: Aviv Grafi; +Cc: Jeremy Fitzhardinge, Xen-devel, Ian Campbell

On Fri, Dec 12, 2008 at 7:15 PM, Aviv Grafi <aviv@neocleus.com> wrote:
> You can use the Xen console (serial) to reboot the machine. Just press
> 'r' (or 'h' to see other commands).

I added panic=5  to the linux kernel arguments which has had the
desired effect, unfortunatly despite the serial console working with
Xen and Linux it appears to not work with grub, I copied the grub
serial config from my main workstation so I am sure the config is
correct as it works on that system, but on this Dell Optiplex 755 I
get no grub menu over the serial console, just the Xen & Linux dmesg,
oops, and reboot, so the machine is now stuck in a rebooting loop
until I get back to the office on tuesday :(.

> I'm had the same ata problem two weeks ago. I found strange irq behavior
> then. Anyway, I will try the updated tree on Sunday.
>
>
> -----Original Message-----
> From: Andrew Lyon [mailto:andrew.lyon@gmail.com]
> Sent: Friday, December 12, 2008 9:09 PM
> To: Jeremy Fitzhardinge
> Cc: Xen-devel; Aviv Grafi; Ian Campbell
> Subject: Re: [Xen-devel] Re: pv_ops dom0 USB fixed
>
> On Fri, Dec 12, 2008 at 5:20 PM, Jeremy Fitzhardinge <jeremy@goop.org>
> wrote:
>> Andrew Lyon wrote:
>>>
>>> On Fri, Dec 12, 2008 at 4:43 PM, Jeremy Fitzhardinge
> <jeremy@goop.org>
>>> wrote:
>>>
>>>>
>>>> Andrew Lyon wrote:
>>>>
>>>>>
>>>>> I tried with the patch anyway, it didnt seem to make any
> difference.
>>>>>
>>>>> I also booted the kernel on the bare metal and it works perfectly,
> the
>>>>> sata hd is detected ok.
>>>>>
>>>>> Anything I can do to help debug this?
>>>>>
>>>>>
>>>>
>>>> Can you switch your controller back to legacy mode (in the BIOS) and
> see
>>>> what happens?  It looks like a problem with the AHCI driver.
>>>>
>>>>  J
>>>>
>>>>
>>>
>>> In legacy mode it fails much quicker, perhaps I need to enable
>>> different drivers for legacy mode? but I think ive used 2.6.27 in
>>> legacy mode with the same config as I use now, in AHCI mode it takes
> a
>>> while for the timeouts to happen, here is the dmesg:
>>>
>>>  __  __            _____  _____  ___
>>>  \ \/ /___ _ __   |___ / |___ / / _ \
>>>  \  // _ \ '_ \    |_ \   |_ \| | | |
>>>  /  \  __/ | | |  ___) | ___) | |_| |
>>>  /_/\_\___|_| |_| |____(_)____(_)___/
>>>
>>> (XEN) Xen version 3.3.0 (root@) (gcc version 4.1.2 (Gentoo 4.1.2
>>> p1.0.2)) Thu Dec 11 11:52:12 GMT 2008
>>> (XEN) Latest ChangeSet: unavailable
>>> (XEN) Command line: iommu=1 com1=115200,8n1 console=com1,vga
>>> cpufreq=dom0-kernel dom0_mem=1G
>>> (XEN) Video information:
>>> (XEN)  VGA is text mode 80x25, font 8x16
>>> (XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
>>> (XEN) Disc information:
>>> (XEN)  Found 1 MBR signatures
>>> (XEN)  Found 1 EDD information structures
>>> (XEN) Xen-e820 RAM map:
>>> (XEN)  0000000000000000 - 000000000009fc00 (usable)
>>> (XEN)  00000000000f0000 - 0000000000100000 (reserved)
>>> (XEN)  0000000000100000 - 00000000cfdff800 (usable)
>>> (XEN)  00000000cfdff800 - 00000000cfe53c00 (ACPI NVS)
>>> (XEN)  00000000cfe53c00 - 00000000cfe55c00 (ACPI data)
>>> (XEN)  00000000cfe55c00 - 00000000d0000000 (reserved)
>>> (XEN)  00000000e0000000 - 00000000f0000000 (reserved)
>>> (XEN)  00000000fec00000 - 00000000fed00400 (reserved)
>>> (XEN)  00000000fed20000 - 00000000feda0000 (reserved)
>>> (XEN)  00000000fee00000 - 00000000fef00000 (reserved)
>>> (XEN)  00000000ffb00000 - 0000000100000000 (reserved)
>>> (XEN)  0000000100000000 - 0000000128000000 (usable)
>>> (XEN) System RAM: 3965MB (4060792kB)
>>> (XEN) ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
>>> (XEN) ACPI: XSDT 000FC5B3, 008C (r1 DELL    B9K           15 ASL
>>>  61)
>>> (XEN) ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL
>>>  61)
>>> (XEN) ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL
>>> 20050624)
>>> (XEN) ACPI: FACS CFDFF800, 0040
>>> (XEN) ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL
>>> 20050624)
>>> (XEN) ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL
>>>  61)
>>> (XEN) ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL
>>>  61)
>>> (XEN) ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL
>>>  61)
>>> (XEN) ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL
>>>  61)
>>> (XEN) ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL
>>>  61)
>>> (XEN) ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL
>>>  61)
>>> (XEN) ACPI: DMAR 000FCBF3, 00D0 (r1 DELL    B9K           15 ASL
>>>  61)
>>> (XEN) ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL
>>>  61)
>>> (XEN) ACPI: SSDT CFDFF840, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL
>>> 20050624)
>>> (XEN) ACPI: SSDT CFDFFC49, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL
>>> 20050624)
>>> (XEN) ACPI: SSDT CFE00052, 0140 (r1 DpgPmm    CpuPm       10 INTL
>>> 20050624)
>>> (XEN) Xen heap: 14MB (14632kB)
>>> (XEN) Domain heap initialised
>>> (XEN) Processor #0 6:15 APIC version 20
>>> (XEN) Processor #1 6:15 APIC version 20
>>> (XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
>>> (XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
>>> (XEN) Intel VT-d has been enabled
>>> (XEN) Using scheduler: SMP Credit Scheduler (credit)
>>> (XEN) Detected 2394.073 MHz processor.
>>> (XEN) HVM: VMX enabled
>>> (XEN) CPU0: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping
> 06
>>> (XEN) Booting processor 1/1 eip 8c000
>>> (XEN) CPU1: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping
> 06
>>> (XEN) Total of 2 processors activated.
>>> (XEN) ENABLING IO-APIC IRQs
>>> (XEN)  -> Using new ACK method
>>> (XEN) checking TSC synchronization across 2 CPUs: passed.
>>> (XEN) Platform timer is 14.318MHz HPET
>>> (XEN) Brought up 2 CPUs
>>> (XEN) I/O virtualisation enabled
>>> (XEN) I/O virtualisation for PV guests disabled
>>> (XEN) *** LOADING DOMAIN 0 ***
>>> (XEN)  Xen  kernel: 64-bit, lsb, compat32
>>> (XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x200000 -> 0x87c3d0
>>> (XEN) PHYSICAL MEMORY ARRANGEMENT:
>>> (XEN)  Dom0 alloc.:   0000000122000000->0000000123000000 (258048
> pages
>>> to be allocated)
>>> (XEN) VIRTUAL MEMORY ARRANGEMENT:
>>> (XEN)  Loaded kernel: ffffffff80200000->ffffffff8087c3d0
>>> (XEN)  Init. ramdisk: ffffffff8087d000->ffffffff8087d000
>>> (XEN)  Phys-Mach map: ffffffff8087d000->ffffffff80a7d000
>>> (XEN)  Start info:    ffffffff80a7d000->ffffffff80a7d4a4
>>> (XEN)  Page tables:   ffffffff80a7e000->ffffffff80a87000
>>> (XEN)  Boot stack:    ffffffff80a87000->ffffffff80a88000
>>> (XEN)  TOTAL:         ffffffff80000000->ffffffff80c00000
>>> (XEN)  ENTRY ADDRESS: ffffffff80741200
>>> (XEN) Dom0 has maximum 2 VCPUs
>>> (XEN) Scrubbing Free RAM: ............................done.
>>> (XEN) Xen trace buffers: disabled
>>> (XEN) Std. Loglevel: Errors and warnings
>>> (XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings)
>>> (XEN) Xen is relinquishing VGA console.
>>> (XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch
>>> input to Xen)
>>> (XEN) Freed 108kB init memory.
>>> mapping kernel into physical memory
>>> Xen: setup ISA identity maps
>>> about to get started...
>>> (XEN) ioapic_guest_write: apic=0, pin=2, old_irq=0, new_irq=-1
>>> (XEN) ioapic_guest_write: old_entry=000009f0, new_entry=00010900
>>> (XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use
> IRQ!
>>> (XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=-1
>>> (XEN) ioapic_guest_write: old_entry=000009f1, new_entry=00010900
>>> (XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use
> IRQ!
>>> Linux version 2.6.28-rc8-tip (root@localhost) (gcc version 4.1.2
>>> (Gentoo 4.1.2 p1.0.2)) #1 SMP Fri Dec 12 08:57:32 GMT 2008
>>> Command line: root=/dev/sda2 swiotlb=256 console=hvc0 earlyprink=xen
>>> pciback.hide=(03:02.0) pci=nomsi
>>> KERNEL supported cpus:
>>>  Intel GenuineIntel
>>>  AMD AuthenticAMD
>>>  Centaur CentaurHauls
>>> BIOS-provided physical RAM map:
>>>  Xen: 0000000000000000 - 00000000000a0000 (usable)
>>>  Xen: 00000000000a0000 - 0000000000100000 (reserved)
>>>  Xen: 0000000000100000 - 000000000087d000 (usable)
>>>  Xen: 000000000087d000 - 0000000000a7e000 (reserved)
>>>  Xen: 0000000000a7e000 - 0000000040000000 (usable)
>>> DMI 2.5 present.
>>> last_pfn = 0x40000 max_arch_pfn = 0x3ffffffff
>>> init_memory_mapping: 0000000000000000-0000000040000000
>>> last_map_addr: 40000000 end: 40000000
>>> ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
>>> ACPI: XSDT 000FC5B3, 008C (r1 DELL    B9K           15 ASL        61)
>>> ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
>>> ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
>>> ACPI: FACS CFDFF800, 0040
>>> ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
>>> ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
>>> ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
>>> ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL
> 61)
>>> ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
>>> ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
>>> ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
>>> ACPI: DMAR 000FCBF3, 00D0 (r1 DELL    B9K           15 ASL        61)
>>> ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
>>> ACPI: SSDT CFDFF840, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
>>> ACPI: SSDT CFDFFC49, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
>>> ACPI: SSDT CFE00052, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
>>> (5 early reservations) ==> bootmem [0000000000 - 0040000000]
>>>  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 -
>>> 0000001000]
>>>  #1 [0000a7e000 - 0000a87000]   XEN PAGETABLES ==> [0000a7e000 -
>>> 0000a87000]
>>>  #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 -
>>> 0000008000]
>>>  #3 [0000200000 - 000087c3d0]    TEXT DATA BSS ==> [0000200000 -
>>> 000087c3d0]
>>>  #4 [0000a87000 - 0000c7d000]          PGTABLE ==> [0000a87000 -
>>> 0000c7d000]
>>> found SMP MP-table at [ffff8800000fe710] 000fe710
>>> Zone PFN ranges:
>>>  DMA      0x00000000 -> 0x00001000
>>>  DMA32    0x00001000 -> 0x00100000
>>>  Normal   0x00100000 -> 0x00100000
>>> Movable zone start PFN for each node
>>> early_node_map[3] active PFN ranges
>>>    0: 0x00000000 -> 0x000000a0
>>>    0: 0x00000100 -> 0x0000087d
>>>    0: 0x00000a7e -> 0x00040000
>>> ACPI: PM-Timer IO Port: 0x808
>>> ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
>>> ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
>>> ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] disabled)
>>> ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
>>> ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
>>> ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
>>> ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
>>> ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
>>> ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
>>> ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
>>> IOAPIC[0]: apic_id 8, version 0, address 0xfec00000, GSI 0-23
>>> ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
>>> ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
>>> Using ACPI (MADT) for SMP configuration information
>>> ACPI: HPET id: 0x8086a301 base: 0xfed00000
>>> SMP: Allowing 2 CPUs, 0 hotplug CPUs
>>> Allocating PCI resources starting at 50000000 (gap:
> 40000000:c0000000)
>>> PERCPU: Allocating 57344 bytes of per cpu data
>>> Built 1 zonelists in Zone order, mobility grouping on.  Total pages:
>>> 255775
>>> Kernel command line: root=/dev/sda2 swiotlb=256 console=hvc0
>>> earlyprink=xen pciback.hide=(03:02.0) pci=nomsi
>>> Unknown boot option `pciback.hide=(03:02.0)': ignoring
>>> Initializing CPU#0
>>> xen: allocated irq 9 for acpi 9
>>> PID hash table entries: 4096 (order: 12, 32768 bytes)
>>> Detected 2394.004 MHz processor.
>>> Console: colour dummy device 80x25
>>> console [hvc0] enabled
>>> Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
>>> Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
>>> Checking aperture...
>>> No AGP bridge found
>>> PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
>>> Placing 0MB software IO TLB between ffff88000208b000 -
> ffff88000210afff
>>> software IO TLB at phys 0x208b000 - 0x210afff bus 0x1c0000 - 0x1bffff
>>> Memory: 1020272k/1048576k available (3275k kernel code, 2436k absent,
>>> 25380k reserved, 1863k data, 452k init)
>>> SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=2,
> Nodes=1
>>> installing Xen timer for CPU 0
>>> Calibrating delay loop (skipped), value calculated using timer
>>> frequency.. 4788.00 BogoMIPS (lpj=2394004)
>>> Mount-cache hash table entries: 256
>>> CPU: L1 I cache: 32K, L1 D cache: 32K
>>> CPU: L2 cache: 4096K
>>> CPU: Physical Processor ID: 0
>>> CPU: Processor Core ID: 0
>>> SMP alternatives: switching to UP code
>>> ACPI: Core revision 20080926
>>> cpu 0 spinlock event irq 17
>>> installing Xen timer for CPU 1
>>> cpu 1 spinlock event irq 23
>>> SMP alternatives: switching to SMP code
>>> Initializing CPU#1
>>> CPU: L1 I cache: 32K, L1 D cache: 32K
>>> CPU: L2 cache: 4096K
>>> CPU: Physical Processor ID: 0
>>> CPU: Processor Core ID: 0
>>> Brought up 2 CPUs
>>> khelper used greatest stack depth: 6800 bytes left
>>> net_namespace: 592 bytes
>>> Booting paravirtualized kernel on Xen
>>> Xen version: 3.3.0 (preserve-AD) (dom0)
>>> Grant table initialized
>>> Time: 17:09:45  Date: 12/12/08
>>> NET: Registered protocol family 16
>>> xenbus_probe_init ok
>>> ACPI FADT declares the system doesn't support PCIe ASPM, so disable
> it
>>> ACPI: bus type pci registered
>>> PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
>>> PCI: Not using MMCONFIG.
>>> PCI: Using configuration type 1 for base access
>>> khelper used greatest stack depth: 6448 bytes left
>>> khelper used greatest stack depth: 6232 bytes left
>>> ACPI: Interpreter enabled
>>> ACPI: (supports S0 S1 S3 S5)
>>> ACPI: Using IOAPIC for interrupt routing
>>> PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
>>> PCI: BIOS Bug: MCFG area at e0000000 is not reserved in ACPI
>>> motherboard resources
>>> PCI: Not using MMCONFIG.
>>> ACPI: ACPI Dock Station Driver: 1 docks/bays found
>>> ACPI: PCI Root Bridge [PCI0] (0000:00)
>>> pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
>>> pci 0000:00:01.0: PME# disabled
>>> pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
>>> pci 0000:00:03.0: PME# disabled
>>> pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
>>> pci 0000:00:19.0: PME# disabled
>>> pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
>>> pci 0000:00:1a.7: PME# disabled
>>> pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
>>> pci 0000:00:1b.0: PME# disabled
>>> pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
>>> pci 0000:00:1c.0: PME# disabled
>>> pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
>>> pci 0000:00:1d.7: PME# disabled
>>> pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6
> ACPI/GPIO/TCO
>>> pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO
>>> pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
>>> pci 0000:03:02.0: PME# disabled
>>> pci 0000:00:1e.0: transparent bridge
>>> ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
>>> ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11 12 15)
>>> ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 15)
>>> ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 15)
>>> ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 15) *0,
>>> disabled.
>>> ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 9 10 11 12 15)
>>> ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 15)
>>> ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 15)
>>> ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] - 00,
>>> should be 87 [20080926]
>>> xen_balloon: Initialising balloon driver.
>>> SCSI subsystem initialized
>>> usbcore: registered new interface driver usbfs
>>> usbcore: registered new interface driver hub
>>> usbcore: registered new device driver usb
>>> PCI: Using ACPI for IRQ routing
>>> Xen: Initializing Xen DMA ops
>>> Xen: Enabling DMA fallback to swiotlb
>>> PCI-GART: No AMD GART found.
>>> pnp: PnP ACPI init
>>> ACPI: bus type pnp registered
>>> pnp 00:01: io resource (0x800-0x85f) overlaps 0000:00:1f.0 BAR 7
>>> (0x800-0x87f), disabling
>>> pnp 00:01: io resource (0x860-0x8ff) overlaps 0000:00:1f.0 BAR 7
>>> (0x800-0x87f), disabling
>>> system 00:01: ioport range 0xc00-0xc7f has been reserved
>>> xen_set_ioapic_routing: irq 13 gsi 13 vector 120 ioapic 0 pin 13
>>> triggering 1 polarity 0
>>> xen_set_ioapic_routing: irq 8 gsi 8 vector 80 ioapic 0 pin 8
>>> triggering 1 polarity 0
>>> xen_set_ioapic_routing: irq 7 gsi 7 vector 72 ioapic 0 pin 7
>>> triggering 1 polarity 0
>>> xen_set_ioapic_routing: irq 4 gsi 4 vector 241 ioapic 0 pin 4
>>> triggering 1 polarity 0
>>> (XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=4
>>> (XEN) ioapic_guest_write: old_entry=000009f1, new_entry=000189f1
>>> (XEN) ioapic_guest_write: Attempt to modify IO-APIC pin for in-use
> IRQ!
>>> pnp: PnP ACPI: found 9 devices
>>> ACPI: ACPI bus type pnp unregistered
>>> pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
>>> pci 0000:00:01.0:   IO window: 0xd000-0xdfff
>>> pci 0000:00:01.0:   MEM window: 0xfe900000-0xfeafffff
>>> pci 0000:00:01.0:   PREFETCH window:
> 0x000000d0000000-0x000000dfffffff
>>> pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
>>> pci 0000:00:1c.0:   IO window: disabled
>>> pci 0000:00:1c.0:   MEM window: 0xfe800000-0xfe8fffff
>>> pci 0000:00:1c.0:   PREFETCH window: disabled
>>> pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03
>>> pci 0000:00:1e.0:   IO window: 0xc000-0xcfff
>>> pci 0000:00:1e.0:   MEM window: 0xfe600000-0xfe7fffff
>>> pci 0000:00:1e.0:   PREFETCH window:
> 0x00000050000000-0x000000500fffff
>>> xen_set_ioapic_routing: irq 29 gsi 16 vector 176 ioapic 0 pin 16
>>> triggering 0 polarity 1
>>> pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
>>> xen: PCI device 0000:00:01.0 pin 1 -> irq 29
>>> xen_allocate_pirq: returning irq 29 for gsi 16
>>> xen_set_ioapic_routing: irq 29 gsi 16 vector 176 ioapic 0 pin 16
>>> triggering 0 polarity 1
>>> pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
>>> xen: PCI device 0000:00:1c.0 pin 1 -> irq 29
>>> bus: 00 index 0 io port: [0x00-0xffff]
>>> bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
>>> bus: 01 index 0 io port: [0xd000-0xdfff]
>>> bus: 01 index 1 mmio: [0xfe900000-0xfeafffff]
>>> bus: 01 index 2 mmio: [0xd0000000-0xdfffffff]
>>> bus: 01 index 3 mmio: [0x0-0x0]
>>> bus: 02 index 0 mmio: [0x0-0x0]
>>> bus: 02 index 1 mmio: [0xfe800000-0xfe8fffff]
>>> bus: 02 index 2 mmio: [0x0-0x0]
>>> bus: 02 index 3 mmio: [0x0-0x0]
>>> bus: 03 index 0 io port: [0xc000-0xcfff]
>>> bus: 03 index 1 mmio: [0xfe600000-0xfe7fffff]
>>> bus: 03 index 2 mmio: [0x50000000-0x500fffff]
>>> bus: 03 index 3 io port: [0x00-0xffff]
>>> bus: 03 index 4 mmio: [0x000000-0xffffffffffffffff]
>>> NET: Registered protocol family 2
>>> IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
>>> TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
>>> TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
>>> TCP: Hash tables configured (established 131072 bind 65536)
>>> TCP reno registered
>>> NET: Registered protocol family 1
>>> Simple Boot Flag at 0x7a set to 0x1
>>> audit: initializing netlink socket (disabled)
>>> type=2000 audit(1229101787.763:1): initialized
>>> VFS: Disk quotas dquot_6.5.1
>>> Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
>>> msgmni has been set to 2048
>>> alg: No test for stdrng (krng)
>>> Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
>>> io scheduler noop registered
>>> io scheduler anticipatory registered
>>> io scheduler deadline registered
>>> io scheduler cfq registered (default)
>>> pcieport-driver 0000:00:01.0: found MSI capability
>>> pcieport-driver 0000:00:1c.0: found MSI capability
>>> pci_hotplug: PCI Hot Plug PCI Core version: 0.5
>>> input: Power Button (FF) as
> /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
>>> ACPI: Power Button (FF) [PWRF]
>>> input: Power Button (CM) as
>>> /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
>>> ACPI: Power Button (CM) [VBTN]
>>> xenbus_probe_backend_init bus registered ok
>>> xenbus_probe_frontend_init bus registered ok
>>> Event-channel device installed.
>>> ***blkif_init
>>> Non-volatile memory driver v1.2
>>> Linux agpgart interface v0.103
>>> [drm] Initialized drm 1.1.0 20060810
>>> brd: module loaded
>>> loop: module loaded
>>> tun: Universal TUN/TAP device driver, 1.6
>>> tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
>>> console [netcon0] enabled
>>> netconsole: network logging started
>>> Loading iSCSI transport class v2.0-870.
>>> Driver 'sd' needs updating - please use bus_type methods
>>> Driver 'sr' needs updating - please use bus_type methods
>>> xen_set_ioapic_routing: irq 31 gsi 18 vector 184 ioapic 0 pin 18
>>> triggering 0 polarity 1
>>> ata_piix 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 31
>>> xen: PCI device 0000:00:1f.2 pin 3 -> irq 31
>>> ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
>>> xen: disable pci device 0000:00:1f.2
>>>
>>
>> Hm, for some reason the ata_piix failed to probe this device.
>>
>>> Pid: 1, comm: swapper Not tainted 2.6.28-rc8-tip #1
>>> Call Trace:
>>>  [<ffffffff8037e624>] ? pci_bus_write_config_word+0x65/0x74
>>>  [<ffffffff8020ef56>] xen_pci_pirq_disable+0x1e/0x20
>>>  [<ffffffff8049df82>] pcibios_disable_device+0x1b/0x1d
>>>  [<ffffffff80380442>] pci_disable_device+0x74/0x7b
>>>  [<ffffffff80380b11>] ? pci_release_region+0x8e/0xa8
>>>  [<ffffffff80380c53>] pcim_release+0x64/0x6d
>>>  [<ffffffff8040691c>] release_nodes+0x163/0x18e
>>>  [<ffffffff804069fc>] devres_release_all+0x31/0x35
>>>  [<ffffffff80404af5>] driver_probe_device+0xfc/0x16d
>>>  [<ffffffff80404bc8>] __driver_attach+0x62/0x8c
>>>  [<ffffffff80404b66>] ? __driver_attach+0x0/0x8c
>>>  [<ffffffff80404b66>] ? __driver_attach+0x0/0x8c
>>>  [<ffffffff804040fa>] bus_for_each_dev+0x4a/0x79
>>>  [<ffffffff80404903>] driver_attach+0x1c/0x1e
>>>  [<ffffffff8040456b>] bus_add_driver+0xb7/0x209
>>>  [<ffffffff80404e63>] driver_register+0x93/0x10a
>>>  [<ffffffff803837cf>] __pci_register_driver+0x63/0x9c
>>>  [<ffffffff807651a0>] ? piix_init+0x0/0x2c
>>>  [<ffffffff807651b9>] piix_init+0x19/0x2c
>>>  [<ffffffff8020a056>] do_one_initcall+0x56/0x13e
>>>  [<ffffffff8026c436>] ? register_irq_proc+0xae/0xca
>>>  [<ffffffff802e0000>] ? free_proc_entry+0x37/0x68
>>>  [<ffffffff8074195d>] kernel_init+0x11f/0x175
>>>  [<ffffffff802133fa>] child_rip+0xa/0x20
>>>  [<ffffffff80212ced>] ? retint_restore_args+0x5/0x20
>>>  [<ffffffff802133f0>] ? child_rip+0x0/0x20
>>> ata_piix: probe of 0000:00:1f.2 failed with error -38
>>> xen_allocate_pirq: returning irq 31 for gsi 18
>>> xen_set_ioapic_routing: irq 31 gsi 18 vector 184 ioapic 0 pin 18
>>> triggering 0 polarity 1
>>> ata_piix 0000:00:1f.5: PCI INT C -> GSI 18 (level, low) -> IRQ 31
>>> xen: PCI device 0000:00:1f.5 pin 3 -> irq 31
>>> ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
>>> scsi0 : ata_piix
>>> scsi1 : ata_piix
>>> ata1: SATA max UDMA/133 cmd 0xfe40 ctl 0xfe50 bmdma 0xfed0 irq 31
>>> ata2: SATA max UDMA/133 cmd 0xfe60 ctl 0xfe70 bmdma 0xfed8 irq 31
>>>
>>
>> But this looks OK.  It found a couple of drives, I think.  Though I
> don't
>> see any drive identity messages, so perhaps it didn't find anything..
>
> Pretty sure it didnt detect the drives, booting the same kernel on
> bare metal detects the hd (WD360GD-00FLA2), which proves that the
> kernel has the correct drivers, in both ahci and legacy mode the
> kernel works on the bare metal but not under Xen.
>
> dmesg from the same kernel without xen:
>
> ata_piix 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
> ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
> ata_piix 0000:00:1f.2: setting latency timer to 64
> scsi0 : ata_piix
> scsi1 : ata_piix
> ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xfec0 irq 14
> ata2: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xfec8 irq 15
> ata1.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> ata1.01: SATA link down (SStatus 4 SControl 300)
> ata1.00: ATA-6: WDC WD360GD-00FLA2, 31.08F31, max UDMA/133
> ata1.00: 72303840 sectors, multi 8: LBA48
> ata1.00: configured for UDMA/133
> ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> ata2.01: SATA link down (SStatus 4 SControl 300)
> ata2.00: ATAPI: HL-DT-ST DVD+/-RW GSA-H73N, B103, max UDMA/100
> ata2.00: configured for UDMA/100
> scsi 0:0:0:0: Direct-Access     ATA      WDC WD360GD-00FL 31.0 PQ: 0
> ANSI: 5
> sd 0:0:0:0: [sda] 72303840 512-byte hardware sectors: (37.0 GB/34.4 GiB)
> sd 0:0:0:0: [sda] Write Protect is off
> sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
> sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't
> support DPO or FUA
> sd 0:0:0:0: [sda] 72303840 512-byte hardware sectors: (37.0 GB/34.4 GiB)
> sd 0:0:0:0: [sda] Write Protect is off
> sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
> sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't
> support DPO or FUA
>  sda: sda1 sda2 sda3
> sd 0:0:0:0: [sda] Attached SCSI disk
> sd 0:0:0:0: Attached scsi generic sg0 type 0
> scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GSA-H73N B103 PQ: 0
> ANSI: 5
> sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
> Uniform CD-ROM driver Revision: 3.20
> sr 1:0:0:0: Attached scsi CD-ROM sr0
> sr 1:0:0:0: Attached scsi generic sg1 type 5
> ata_piix 0000:00:1f.5: PCI INT C -> GSI 18 (level, low) -> IRQ 18
> ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
> ata_piix 0000:00:1f.5: setting latency timer to 64
> scsi2 : ata_piix
> scsi3 : ata_piix
> ata3: SATA max UDMA/133 cmd 0xfe40 ctl 0xfe50 bmdma 0xfed0 irq 18
> ata4: SATA max UDMA/133 cmd 0xfe60 ctl 0xfe70 bmdma 0xfed8 irq 18
> ata3: SATA link down (SStatus 4 SControl 300)
> ata4: SATA link down (SStatus 4 SControl 300)
>
> But under Xen both sata links are down:
>
> ata1: SATA link down (SStatus 4 SControl 300)
> ata2: SATA link down (SStatus 4 SControl 300)
>
>>
>>> ata1: SATA link down (SStatus 4 SControl 300)
>>> ata2: SATA link down (SStatus 4 SControl 300)
>>> ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
>>> xen_set_ioapic_routing: irq 32 gsi 22 vector 192 ioapic 0 pin 22
>>> triggering 0 polarity 1
>>> ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 32
>>> xen: PCI device 0000:00:1a.7 pin 3 -> irq 32
>>> ehci_hcd 0000:00:1a.7: EHCI Host Controller
>>> ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
>>> ehci_hcd 0000:00:1a.7: debug port 1
>>> ehci_hcd 0000:00:1a.7: irq 32, io mem 0xfebd9c00
>>> ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
>>> usb usb1: configuration #1 chosen from 1 choice
>>> hub 1-0:1.0: USB hub found
>>> hub 1-0:1.0: 6 ports detected
>>> usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
>>> usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>>> usb usb1: Product: EHCI Host Controller
>>> usb usb1: Manufacturer: Linux 2.6.28-rc8-tip ehci_hcd
>>> usb usb1: SerialNumber: 0000:00:1a.7
>>> xen_set_ioapic_routing: irq 33 gsi 23 vector 200 ioapic 0 pin 23
>>> triggering 0 polarity 1
>>> ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 33
>>> xen: PCI device 0000:00:1d.7 pin 1 -> irq 33
>>> ehci_hcd 0000:00:1d.7: EHCI Host Controller
>>> ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
>>> ehci_hcd 0000:00:1d.7: debug port 1
>>> ehci_hcd 0000:00:1d.7: irq 33, io mem 0xff980800
>>> ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
>>> usb usb2: configuration #1 chosen from 1 choice
>>> hub 2-0:1.0: USB hub found
>>> hub 2-0:1.0: 6 ports detected
>>> usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
>>> usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>>> usb usb2: Product: EHCI Host Controller
>>> usb usb2: Manufacturer: Linux 2.6.28-rc8-tip ehci_hcd
>>> usb usb2: SerialNumber: 0000:00:1d.7
>>> ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
>>> uhci_hcd: USB Universal Host Controller Interface driver
>>> xen_allocate_pirq: returning irq 29 for gsi 16
>>> xen_set_ioapic_routing: irq 29 gsi 16 vector 176 ioapic 0 pin 16
>>> triggering 0 polarity 1
>>> uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
>>> xen: PCI device 0000:00:1a.0 pin 1 -> irq 29
>>> uhci_hcd 0000:00:1a.0: UHCI Host Controller
>>> uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
>>> uhci_hcd 0000:00:1a.0: detected 2 ports
>>> uhci_hcd 0000:00:1a.0: irq 29, io base 0x0000ff20
>>> usb usb3: configuration #1 chosen from 1 choice
>>> hub 3-0:1.0: USB hub found
>>> hub 3-0:1.0: 2 ports detected
>>> usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
>>> usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>>> usb usb3: Product: UHCI Host Controller
>>> usb usb3: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
>>> usb usb3: SerialNumber: 0000:00:1a.0
>>> xen_set_ioapic_routing: irq 34 gsi 17 vector 208 ioapic 0 pin 17
>>> triggering 0 polarity 1
>>> uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 17 (level, low) -> IRQ 34
>>> xen: PCI device 0000:00:1a.1 pin 2 -> irq 34
>>> uhci_hcd 0000:00:1a.1: UHCI Host Controller
>>> uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
>>> uhci_hcd 0000:00:1a.1: detected 2 ports
>>> uhci_hcd 0000:00:1a.1: irq 34, io base 0x0000ff00
>>> usb usb4: configuration #1 chosen from 1 choice
>>> hub 4-0:1.0: USB hub found
>>> hub 4-0:1.0: 2 ports detected
>>> usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
>>> usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>>> usb usb4: Product: UHCI Host Controller
>>> usb usb4: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
>>> usb usb4: SerialNumber: 0000:00:1a.1
>>> xen_allocate_pirq: returning irq 33 for gsi 23
>>> xen_set_ioapic_routing: irq 33 gsi 23 vector 200 ioapic 0 pin 23
>>> triggering 0 polarity 1
>>> uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 33
>>> xen: PCI device 0000:00:1d.0 pin 1 -> irq 33
>>> uhci_hcd 0000:00:1d.0: UHCI Host Controller
>>> uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
>>> uhci_hcd 0000:00:1d.0: detected 2 ports
>>> uhci_hcd 0000:00:1d.0: irq 33, io base 0x0000ff80
>>> usb usb5: configuration #1 chosen from 1 choice
>>> hub 5-0:1.0: USB hub found
>>> hub 5-0:1.0: 2 ports detected
>>> usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
>>> usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>>> usb usb5: Product: UHCI Host Controller
>>> usb usb5: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
>>> usb usb5: SerialNumber: 0000:00:1d.0
>>> xen_allocate_pirq: returning irq 34 for gsi 17
>>> xen_set_ioapic_routing: irq 34 gsi 17 vector 208 ioapic 0 pin 17
>>> triggering 0 polarity 1
>>> uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 34
>>> xen: PCI device 0000:00:1d.1 pin 2 -> irq 34
>>> uhci_hcd 0000:00:1d.1: UHCI Host Controller
>>> uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
>>> uhci_hcd 0000:00:1d.1: detected 2 ports
>>> uhci_hcd 0000:00:1d.1: irq 34, io base 0x0000ff60
>>> usb usb6: configuration #1 chosen from 1 choice
>>> hub 6-0:1.0: USB hub found
>>> hub 6-0:1.0: 2 ports detected
>>> usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
>>> usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>>> usb usb6: Product: UHCI Host Controller
>>> usb usb6: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
>>> usb usb6: SerialNumber: 0000:00:1d.1
>>> xen_allocate_pirq: returning irq 31 for gsi 18
>>> xen_set_ioapic_routing: irq 31 gsi 18 vector 184 ioapic 0 pin 18
>>> triggering 0 polarity 1
>>> uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 31
>>> xen: PCI device 0000:00:1d.2 pin 3 -> irq 31
>>> uhci_hcd 0000:00:1d.2: UHCI Host Controller
>>> uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
>>> uhci_hcd 0000:00:1d.2: detected 2 ports
>>> uhci_hcd 0000:00:1d.2: irq 31, io base 0x0000ff40
>>> usb usb7: configuration #1 chosen from 1 choice
>>> hub 7-0:1.0: USB hub found
>>> hub 7-0:1.0: 2 ports detected
>>> usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
>>> usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>>> usb usb7: Product: UHCI Host Controller
>>> usb usb7: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
>>> usb usb7: SerialNumber: 0000:00:1d.2
>>> usbcore: registered new interface driver usblp
>>> Initializing USB Mass Storage driver...
>>> usbcore: registered new interface driver usb-storage
>>> USB Mass Storage support registered.
>>> usbcore: registered new interface driver libusual
>>> PNP: No PS/2 controller found. Probing ports directly.
>>> i8042: probe of i8042 failed with error -38
>>> mice: PS/2 mouse device common for all mice
>>> device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised:
>>> dm-devel@redhat.com
>>> cpuidle: using governor ladder
>>> dcdbas dcdbas: Dell Systems Management Base Driver (version
> 5.6.0-3.2)
>>> TCP cubic registered
>>> NET: Registered protocol family 17
>>> RPC: Registered udp transport module.
>>> RPC: Registered tcp transport module.
>>> IO APIC resources could be not be allocated.
>>> registered taskstats version 1
>>>  Magic number: 4:358:188
>>> md: Waiting for all devices to be available before autodetect
>>> md: If you don't use raid, use raid=noautodetect
>>> md: Autodetecting RAID arrays.
>>> md: Scanned 0 and added 0 devices.
>>> md: autorun ...
>>> md: ... autorun DONE.
>>> Root-NFS: No NFS server available, giving up.
>>> VFS: Unable to mount root fs via NFS, trying floppy.
>>> VFS: Cannot open root device "sda2" or unknown-block(2,0)
>>> Please append a correct "root=" boot option; here are the available
>>> partitions:
>>> Kernel panic - not syncing: VFS: Unable to mount root fs on
>>> unknown-block(2,0)
>>>
>>
>> What are you specifying as a root device?  Is it a logical or physical
>> filesystem reference?
>
> root is a physical partition (sda2)
>
> I will not be at work until tuesday and I want to continue to work on
> this, so I wonder if anybody could tell me how to setup xen and linux
> such that any oops/crash/failure to mount root filesystem results in a
> reboot? I have a serial console setup which I can access remotely, but
> I have no way to reset or power cycle the system.
>
> Andy
>
>>
>>   J
>>
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@lists.xensource.com
>> http://lists.xensource.com/xen-devel
>>
>

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-12  9:12                       ` Andrew Lyon
  2008-12-12 10:57                         ` Pasi Kärkkäinen
  2008-12-12 11:15                         ` Ian Campbell
@ 2008-12-12 21:00                         ` Jeremy Fitzhardinge
  2008-12-12 22:20                           ` Andrew Lyon
  2 siblings, 1 reply; 92+ messages in thread
From: Jeremy Fitzhardinge @ 2008-12-12 21:00 UTC (permalink / raw)
  To: Andrew Lyon; +Cc: Xen-devel, Aviv Grafi, Ian Campbell

Andrew Lyon wrote:
> scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GSA-H73N B103 PQ: 0 ANSI: 5
> sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
> Uniform CD-ROM driver Revision: 3.20
> sr 1:0:0:0: Attached scsi generic sg0 type 5
>   

BTW, how is your cdrom attached?  SATA?  PATA?  USB?

    J

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-12 21:00                         ` Jeremy Fitzhardinge
@ 2008-12-12 22:20                           ` Andrew Lyon
  2008-12-12 22:34                             ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 92+ messages in thread
From: Andrew Lyon @ 2008-12-12 22:20 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Xen-devel, Aviv Grafi, Ian Campbell

On Fri, Dec 12, 2008 at 9:00 PM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:
> Andrew Lyon wrote:
>>
>> scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GSA-H73N B103 PQ: 0 ANSI:
>> 5
>> sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
>> Uniform CD-ROM driver Revision: 3.20
>> sr 1:0:0:0: Attached scsi generic sg0 type 5
>>
>
> BTW, how is your cdrom attached?  SATA?  PATA?  USB?
>
>   J
>

sata.

Andy

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-12 22:20                           ` Andrew Lyon
@ 2008-12-12 22:34                             ` Jeremy Fitzhardinge
  2008-12-13 13:56                               ` Andrew Lyon
  0 siblings, 1 reply; 92+ messages in thread
From: Jeremy Fitzhardinge @ 2008-12-12 22:34 UTC (permalink / raw)
  To: Andrew Lyon; +Cc: Xen-devel, Aviv Grafi, Ian Campbell

Andrew Lyon wrote:
> On Fri, Dec 12, 2008 at 9:00 PM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:
>   
>> Andrew Lyon wrote:
>>     
>>> scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GSA-H73N B103 PQ: 0 ANSI:
>>> 5
>>> sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
>>> Uniform CD-ROM driver Revision: 3.20
>>> sr 1:0:0:0: Attached scsi generic sg0 type 5
>>>
>>>       
>> BTW, how is your cdrom attached?  SATA?  PATA?  USB?
>>
>>   J
>>
>>     
>
> sata.
>   

So it found the cdrom and lost the disks?  On the same controller?  
Interesting.

    J

^ permalink raw reply	[flat|nested] 92+ messages in thread

* RE: Re: pv_ops dom0 USB fixed
  2008-12-12 19:26                                           ` Andrew Lyon
@ 2008-12-13  0:28                                             ` Aviv Grafi
  0 siblings, 0 replies; 92+ messages in thread
From: Aviv Grafi @ 2008-12-13  0:28 UTC (permalink / raw)
  To: Andrew Lyon; +Cc: Jeremy Fitzhardinge, Xen-devel, Ian Campbell

You don't need the grub menu, only the Xen console. Try pressing Ctrl+a
three time to switch between the dom0 input to the xen input prompt.

-----Original Message-----
From: Andrew Lyon [mailto:andrew.lyon@gmail.com] 
Sent: Friday, December 12, 2008 9:27 PM
To: Aviv Grafi
Cc: Jeremy Fitzhardinge; Xen-devel; Ian Campbell
Subject: Re: [Xen-devel] Re: pv_ops dom0 USB fixed

On Fri, Dec 12, 2008 at 7:15 PM, Aviv Grafi <aviv@neocleus.com> wrote:
> You can use the Xen console (serial) to reboot the machine. Just press
> 'r' (or 'h' to see other commands).

I added panic=5  to the linux kernel arguments which has had the
desired effect, unfortunatly despite the serial console working with
Xen and Linux it appears to not work with grub, I copied the grub
serial config from my main workstation so I am sure the config is
correct as it works on that system, but on this Dell Optiplex 755 I
get no grub menu over the serial console, just the Xen & Linux dmesg,
oops, and reboot, so the machine is now stuck in a rebooting loop
until I get back to the office on tuesday :(.

> I'm had the same ata problem two weeks ago. I found strange irq
behavior
> then. Anyway, I will try the updated tree on Sunday.
>
>
> -----Original Message-----
> From: Andrew Lyon [mailto:andrew.lyon@gmail.com]
> Sent: Friday, December 12, 2008 9:09 PM
> To: Jeremy Fitzhardinge
> Cc: Xen-devel; Aviv Grafi; Ian Campbell
> Subject: Re: [Xen-devel] Re: pv_ops dom0 USB fixed
>
> On Fri, Dec 12, 2008 at 5:20 PM, Jeremy Fitzhardinge <jeremy@goop.org>
> wrote:
>> Andrew Lyon wrote:
>>>
>>> On Fri, Dec 12, 2008 at 4:43 PM, Jeremy Fitzhardinge
> <jeremy@goop.org>
>>> wrote:
>>>
>>>>
>>>> Andrew Lyon wrote:
>>>>
>>>>>
>>>>> I tried with the patch anyway, it didnt seem to make any
> difference.
>>>>>
>>>>> I also booted the kernel on the bare metal and it works perfectly,
> the
>>>>> sata hd is detected ok.
>>>>>
>>>>> Anything I can do to help debug this?
>>>>>
>>>>>
>>>>
>>>> Can you switch your controller back to legacy mode (in the BIOS)
and
> see
>>>> what happens?  It looks like a problem with the AHCI driver.
>>>>
>>>>  J
>>>>
>>>>
>>>
>>> In legacy mode it fails much quicker, perhaps I need to enable
>>> different drivers for legacy mode? but I think ive used 2.6.27 in
>>> legacy mode with the same config as I use now, in AHCI mode it takes
> a
>>> while for the timeouts to happen, here is the dmesg:
>>>
>>>  __  __            _____  _____  ___
>>>  \ \/ /___ _ __   |___ / |___ / / _ \
>>>  \  // _ \ '_ \    |_ \   |_ \| | | |
>>>  /  \  __/ | | |  ___) | ___) | |_| |
>>>  /_/\_\___|_| |_| |____(_)____(_)___/
>>>
>>> (XEN) Xen version 3.3.0 (root@) (gcc version 4.1.2 (Gentoo 4.1.2
>>> p1.0.2)) Thu Dec 11 11:52:12 GMT 2008
>>> (XEN) Latest ChangeSet: unavailable
>>> (XEN) Command line: iommu=1 com1=115200,8n1 console=com1,vga
>>> cpufreq=dom0-kernel dom0_mem=1G
>>> (XEN) Video information:
>>> (XEN)  VGA is text mode 80x25, font 8x16
>>> (XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
>>> (XEN) Disc information:
>>> (XEN)  Found 1 MBR signatures
>>> (XEN)  Found 1 EDD information structures
>>> (XEN) Xen-e820 RAM map:
>>> (XEN)  0000000000000000 - 000000000009fc00 (usable)
>>> (XEN)  00000000000f0000 - 0000000000100000 (reserved)
>>> (XEN)  0000000000100000 - 00000000cfdff800 (usable)
>>> (XEN)  00000000cfdff800 - 00000000cfe53c00 (ACPI NVS)
>>> (XEN)  00000000cfe53c00 - 00000000cfe55c00 (ACPI data)
>>> (XEN)  00000000cfe55c00 - 00000000d0000000 (reserved)
>>> (XEN)  00000000e0000000 - 00000000f0000000 (reserved)
>>> (XEN)  00000000fec00000 - 00000000fed00400 (reserved)
>>> (XEN)  00000000fed20000 - 00000000feda0000 (reserved)
>>> (XEN)  00000000fee00000 - 00000000fef00000 (reserved)
>>> (XEN)  00000000ffb00000 - 0000000100000000 (reserved)
>>> (XEN)  0000000100000000 - 0000000128000000 (usable)
>>> (XEN) System RAM: 3965MB (4060792kB)
>>> (XEN) ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
>>> (XEN) ACPI: XSDT 000FC5B3, 008C (r1 DELL    B9K           15 ASL
>>>  61)
>>> (XEN) ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL
>>>  61)
>>> (XEN) ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL
>>> 20050624)
>>> (XEN) ACPI: FACS CFDFF800, 0040
>>> (XEN) ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL
>>> 20050624)
>>> (XEN) ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL
>>>  61)
>>> (XEN) ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL
>>>  61)
>>> (XEN) ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL
>>>  61)
>>> (XEN) ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL
>>>  61)
>>> (XEN) ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL
>>>  61)
>>> (XEN) ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL
>>>  61)
>>> (XEN) ACPI: DMAR 000FCBF3, 00D0 (r1 DELL    B9K           15 ASL
>>>  61)
>>> (XEN) ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL
>>>  61)
>>> (XEN) ACPI: SSDT CFDFF840, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL
>>> 20050624)
>>> (XEN) ACPI: SSDT CFDFFC49, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL
>>> 20050624)
>>> (XEN) ACPI: SSDT CFE00052, 0140 (r1 DpgPmm    CpuPm       10 INTL
>>> 20050624)
>>> (XEN) Xen heap: 14MB (14632kB)
>>> (XEN) Domain heap initialised
>>> (XEN) Processor #0 6:15 APIC version 20
>>> (XEN) Processor #1 6:15 APIC version 20
>>> (XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
>>> (XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
>>> (XEN) Intel VT-d has been enabled
>>> (XEN) Using scheduler: SMP Credit Scheduler (credit)
>>> (XEN) Detected 2394.073 MHz processor.
>>> (XEN) HVM: VMX enabled
>>> (XEN) CPU0: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping
> 06
>>> (XEN) Booting processor 1/1 eip 8c000
>>> (XEN) CPU1: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping
> 06
>>> (XEN) Total of 2 processors activated.
>>> (XEN) ENABLING IO-APIC IRQs
>>> (XEN)  -> Using new ACK method
>>> (XEN) checking TSC synchronization across 2 CPUs: passed.
>>> (XEN) Platform timer is 14.318MHz HPET
>>> (XEN) Brought up 2 CPUs
>>> (XEN) I/O virtualisation enabled
>>> (XEN) I/O virtualisation for PV guests disabled
>>> (XEN) *** LOADING DOMAIN 0 ***
>>> (XEN)  Xen  kernel: 64-bit, lsb, compat32
>>> (XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x200000 -> 0x87c3d0
>>> (XEN) PHYSICAL MEMORY ARRANGEMENT:
>>> (XEN)  Dom0 alloc.:   0000000122000000->0000000123000000 (258048
> pages
>>> to be allocated)
>>> (XEN) VIRTUAL MEMORY ARRANGEMENT:
>>> (XEN)  Loaded kernel: ffffffff80200000->ffffffff8087c3d0
>>> (XEN)  Init. ramdisk: ffffffff8087d000->ffffffff8087d000
>>> (XEN)  Phys-Mach map: ffffffff8087d000->ffffffff80a7d000
>>> (XEN)  Start info:    ffffffff80a7d000->ffffffff80a7d4a4
>>> (XEN)  Page tables:   ffffffff80a7e000->ffffffff80a87000
>>> (XEN)  Boot stack:    ffffffff80a87000->ffffffff80a88000
>>> (XEN)  TOTAL:         ffffffff80000000->ffffffff80c00000
>>> (XEN)  ENTRY ADDRESS: ffffffff80741200
>>> (XEN) Dom0 has maximum 2 VCPUs
>>> (XEN) Scrubbing Free RAM: ............................done.
>>> (XEN) Xen trace buffers: disabled
>>> (XEN) Std. Loglevel: Errors and warnings
>>> (XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings)
>>> (XEN) Xen is relinquishing VGA console.
>>> (XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch
>>> input to Xen)
>>> (XEN) Freed 108kB init memory.
>>> mapping kernel into physical memory
>>> Xen: setup ISA identity maps
>>> about to get started...
>>> (XEN) ioapic_guest_write: apic=0, pin=2, old_irq=0, new_irq=-1
>>> (XEN) ioapic_guest_write: old_entry=000009f0, new_entry=00010900
>>> (XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use
> IRQ!
>>> (XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=-1
>>> (XEN) ioapic_guest_write: old_entry=000009f1, new_entry=00010900
>>> (XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use
> IRQ!
>>> Linux version 2.6.28-rc8-tip (root@localhost) (gcc version 4.1.2
>>> (Gentoo 4.1.2 p1.0.2)) #1 SMP Fri Dec 12 08:57:32 GMT 2008
>>> Command line: root=/dev/sda2 swiotlb=256 console=hvc0 earlyprink=xen
>>> pciback.hide=(03:02.0) pci=nomsi
>>> KERNEL supported cpus:
>>>  Intel GenuineIntel
>>>  AMD AuthenticAMD
>>>  Centaur CentaurHauls
>>> BIOS-provided physical RAM map:
>>>  Xen: 0000000000000000 - 00000000000a0000 (usable)
>>>  Xen: 00000000000a0000 - 0000000000100000 (reserved)
>>>  Xen: 0000000000100000 - 000000000087d000 (usable)
>>>  Xen: 000000000087d000 - 0000000000a7e000 (reserved)
>>>  Xen: 0000000000a7e000 - 0000000040000000 (usable)
>>> DMI 2.5 present.
>>> last_pfn = 0x40000 max_arch_pfn = 0x3ffffffff
>>> init_memory_mapping: 0000000000000000-0000000040000000
>>> last_map_addr: 40000000 end: 40000000
>>> ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
>>> ACPI: XSDT 000FC5B3, 008C (r1 DELL    B9K           15 ASL
61)
>>> ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL
61)
>>> ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL
20050624)
>>> ACPI: FACS CFDFF800, 0040
>>> ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL
20050624)
>>> ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL
61)
>>> ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL
61)
>>> ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL
> 61)
>>> ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL
61)
>>> ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL
61)
>>> ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL
61)
>>> ACPI: DMAR 000FCBF3, 00D0 (r1 DELL    B9K           15 ASL
61)
>>> ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL
61)
>>> ACPI: SSDT CFDFF840, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL
20050624)
>>> ACPI: SSDT CFDFFC49, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL
20050624)
>>> ACPI: SSDT CFE00052, 0140 (r1 DpgPmm    CpuPm       10 INTL
20050624)
>>> (5 early reservations) ==> bootmem [0000000000 - 0040000000]
>>>  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 -
>>> 0000001000]
>>>  #1 [0000a7e000 - 0000a87000]   XEN PAGETABLES ==> [0000a7e000 -
>>> 0000a87000]
>>>  #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 -
>>> 0000008000]
>>>  #3 [0000200000 - 000087c3d0]    TEXT DATA BSS ==> [0000200000 -
>>> 000087c3d0]
>>>  #4 [0000a87000 - 0000c7d000]          PGTABLE ==> [0000a87000 -
>>> 0000c7d000]
>>> found SMP MP-table at [ffff8800000fe710] 000fe710
>>> Zone PFN ranges:
>>>  DMA      0x00000000 -> 0x00001000
>>>  DMA32    0x00001000 -> 0x00100000
>>>  Normal   0x00100000 -> 0x00100000
>>> Movable zone start PFN for each node
>>> early_node_map[3] active PFN ranges
>>>    0: 0x00000000 -> 0x000000a0
>>>    0: 0x00000100 -> 0x0000087d
>>>    0: 0x00000a7e -> 0x00040000
>>> ACPI: PM-Timer IO Port: 0x808
>>> ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
>>> ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
>>> ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] disabled)
>>> ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
>>> ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
>>> ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
>>> ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
>>> ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
>>> ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
>>> ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
>>> IOAPIC[0]: apic_id 8, version 0, address 0xfec00000, GSI 0-23
>>> ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
>>> ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
>>> Using ACPI (MADT) for SMP configuration information
>>> ACPI: HPET id: 0x8086a301 base: 0xfed00000
>>> SMP: Allowing 2 CPUs, 0 hotplug CPUs
>>> Allocating PCI resources starting at 50000000 (gap:
> 40000000:c0000000)
>>> PERCPU: Allocating 57344 bytes of per cpu data
>>> Built 1 zonelists in Zone order, mobility grouping on.  Total pages:
>>> 255775
>>> Kernel command line: root=/dev/sda2 swiotlb=256 console=hvc0
>>> earlyprink=xen pciback.hide=(03:02.0) pci=nomsi
>>> Unknown boot option `pciback.hide=(03:02.0)': ignoring
>>> Initializing CPU#0
>>> xen: allocated irq 9 for acpi 9
>>> PID hash table entries: 4096 (order: 12, 32768 bytes)
>>> Detected 2394.004 MHz processor.
>>> Console: colour dummy device 80x25
>>> console [hvc0] enabled
>>> Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
>>> Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
>>> Checking aperture...
>>> No AGP bridge found
>>> PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
>>> Placing 0MB software IO TLB between ffff88000208b000 -
> ffff88000210afff
>>> software IO TLB at phys 0x208b000 - 0x210afff bus 0x1c0000 -
0x1bffff
>>> Memory: 1020272k/1048576k available (3275k kernel code, 2436k
absent,
>>> 25380k reserved, 1863k data, 452k init)
>>> SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=2,
> Nodes=1
>>> installing Xen timer for CPU 0
>>> Calibrating delay loop (skipped), value calculated using timer
>>> frequency.. 4788.00 BogoMIPS (lpj=2394004)
>>> Mount-cache hash table entries: 256
>>> CPU: L1 I cache: 32K, L1 D cache: 32K
>>> CPU: L2 cache: 4096K
>>> CPU: Physical Processor ID: 0
>>> CPU: Processor Core ID: 0
>>> SMP alternatives: switching to UP code
>>> ACPI: Core revision 20080926
>>> cpu 0 spinlock event irq 17
>>> installing Xen timer for CPU 1
>>> cpu 1 spinlock event irq 23
>>> SMP alternatives: switching to SMP code
>>> Initializing CPU#1
>>> CPU: L1 I cache: 32K, L1 D cache: 32K
>>> CPU: L2 cache: 4096K
>>> CPU: Physical Processor ID: 0
>>> CPU: Processor Core ID: 0
>>> Brought up 2 CPUs
>>> khelper used greatest stack depth: 6800 bytes left
>>> net_namespace: 592 bytes
>>> Booting paravirtualized kernel on Xen
>>> Xen version: 3.3.0 (preserve-AD) (dom0)
>>> Grant table initialized
>>> Time: 17:09:45  Date: 12/12/08
>>> NET: Registered protocol family 16
>>> xenbus_probe_init ok
>>> ACPI FADT declares the system doesn't support PCIe ASPM, so disable
> it
>>> ACPI: bus type pci registered
>>> PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
>>> PCI: Not using MMCONFIG.
>>> PCI: Using configuration type 1 for base access
>>> khelper used greatest stack depth: 6448 bytes left
>>> khelper used greatest stack depth: 6232 bytes left
>>> ACPI: Interpreter enabled
>>> ACPI: (supports S0 S1 S3 S5)
>>> ACPI: Using IOAPIC for interrupt routing
>>> PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
>>> PCI: BIOS Bug: MCFG area at e0000000 is not reserved in ACPI
>>> motherboard resources
>>> PCI: Not using MMCONFIG.
>>> ACPI: ACPI Dock Station Driver: 1 docks/bays found
>>> ACPI: PCI Root Bridge [PCI0] (0000:00)
>>> pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
>>> pci 0000:00:01.0: PME# disabled
>>> pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
>>> pci 0000:00:03.0: PME# disabled
>>> pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
>>> pci 0000:00:19.0: PME# disabled
>>> pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
>>> pci 0000:00:1a.7: PME# disabled
>>> pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
>>> pci 0000:00:1b.0: PME# disabled
>>> pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
>>> pci 0000:00:1c.0: PME# disabled
>>> pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
>>> pci 0000:00:1d.7: PME# disabled
>>> pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6
> ACPI/GPIO/TCO
>>> pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO
>>> pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
>>> pci 0000:03:02.0: PME# disabled
>>> pci 0000:00:1e.0: transparent bridge
>>> ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
>>> ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11 12 15)
>>> ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 15)
>>> ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 15)
>>> ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 15) *0,
>>> disabled.
>>> ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 9 10 11 12 15)
>>> ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 15)
>>> ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 15)
>>> ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] -
00,
>>> should be 87 [20080926]
>>> xen_balloon: Initialising balloon driver.
>>> SCSI subsystem initialized
>>> usbcore: registered new interface driver usbfs
>>> usbcore: registered new interface driver hub
>>> usbcore: registered new device driver usb
>>> PCI: Using ACPI for IRQ routing
>>> Xen: Initializing Xen DMA ops
>>> Xen: Enabling DMA fallback to swiotlb
>>> PCI-GART: No AMD GART found.
>>> pnp: PnP ACPI init
>>> ACPI: bus type pnp registered
>>> pnp 00:01: io resource (0x800-0x85f) overlaps 0000:00:1f.0 BAR 7
>>> (0x800-0x87f), disabling
>>> pnp 00:01: io resource (0x860-0x8ff) overlaps 0000:00:1f.0 BAR 7
>>> (0x800-0x87f), disabling
>>> system 00:01: ioport range 0xc00-0xc7f has been reserved
>>> xen_set_ioapic_routing: irq 13 gsi 13 vector 120 ioapic 0 pin 13
>>> triggering 1 polarity 0
>>> xen_set_ioapic_routing: irq 8 gsi 8 vector 80 ioapic 0 pin 8
>>> triggering 1 polarity 0
>>> xen_set_ioapic_routing: irq 7 gsi 7 vector 72 ioapic 0 pin 7
>>> triggering 1 polarity 0
>>> xen_set_ioapic_routing: irq 4 gsi 4 vector 241 ioapic 0 pin 4
>>> triggering 1 polarity 0
>>> (XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=4
>>> (XEN) ioapic_guest_write: old_entry=000009f1, new_entry=000189f1
>>> (XEN) ioapic_guest_write: Attempt to modify IO-APIC pin for in-use
> IRQ!
>>> pnp: PnP ACPI: found 9 devices
>>> ACPI: ACPI bus type pnp unregistered
>>> pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
>>> pci 0000:00:01.0:   IO window: 0xd000-0xdfff
>>> pci 0000:00:01.0:   MEM window: 0xfe900000-0xfeafffff
>>> pci 0000:00:01.0:   PREFETCH window:
> 0x000000d0000000-0x000000dfffffff
>>> pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
>>> pci 0000:00:1c.0:   IO window: disabled
>>> pci 0000:00:1c.0:   MEM window: 0xfe800000-0xfe8fffff
>>> pci 0000:00:1c.0:   PREFETCH window: disabled
>>> pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03
>>> pci 0000:00:1e.0:   IO window: 0xc000-0xcfff
>>> pci 0000:00:1e.0:   MEM window: 0xfe600000-0xfe7fffff
>>> pci 0000:00:1e.0:   PREFETCH window:
> 0x00000050000000-0x000000500fffff
>>> xen_set_ioapic_routing: irq 29 gsi 16 vector 176 ioapic 0 pin 16
>>> triggering 0 polarity 1
>>> pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
>>> xen: PCI device 0000:00:01.0 pin 1 -> irq 29
>>> xen_allocate_pirq: returning irq 29 for gsi 16
>>> xen_set_ioapic_routing: irq 29 gsi 16 vector 176 ioapic 0 pin 16
>>> triggering 0 polarity 1
>>> pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
>>> xen: PCI device 0000:00:1c.0 pin 1 -> irq 29
>>> bus: 00 index 0 io port: [0x00-0xffff]
>>> bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
>>> bus: 01 index 0 io port: [0xd000-0xdfff]
>>> bus: 01 index 1 mmio: [0xfe900000-0xfeafffff]
>>> bus: 01 index 2 mmio: [0xd0000000-0xdfffffff]
>>> bus: 01 index 3 mmio: [0x0-0x0]
>>> bus: 02 index 0 mmio: [0x0-0x0]
>>> bus: 02 index 1 mmio: [0xfe800000-0xfe8fffff]
>>> bus: 02 index 2 mmio: [0x0-0x0]
>>> bus: 02 index 3 mmio: [0x0-0x0]
>>> bus: 03 index 0 io port: [0xc000-0xcfff]
>>> bus: 03 index 1 mmio: [0xfe600000-0xfe7fffff]
>>> bus: 03 index 2 mmio: [0x50000000-0x500fffff]
>>> bus: 03 index 3 io port: [0x00-0xffff]
>>> bus: 03 index 4 mmio: [0x000000-0xffffffffffffffff]
>>> NET: Registered protocol family 2
>>> IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
>>> TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
>>> TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
>>> TCP: Hash tables configured (established 131072 bind 65536)
>>> TCP reno registered
>>> NET: Registered protocol family 1
>>> Simple Boot Flag at 0x7a set to 0x1
>>> audit: initializing netlink socket (disabled)
>>> type=2000 audit(1229101787.763:1): initialized
>>> VFS: Disk quotas dquot_6.5.1
>>> Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
>>> msgmni has been set to 2048
>>> alg: No test for stdrng (krng)
>>> Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
>>> io scheduler noop registered
>>> io scheduler anticipatory registered
>>> io scheduler deadline registered
>>> io scheduler cfq registered (default)
>>> pcieport-driver 0000:00:01.0: found MSI capability
>>> pcieport-driver 0000:00:1c.0: found MSI capability
>>> pci_hotplug: PCI Hot Plug PCI Core version: 0.5
>>> input: Power Button (FF) as
> /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
>>> ACPI: Power Button (FF) [PWRF]
>>> input: Power Button (CM) as
>>> /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
>>> ACPI: Power Button (CM) [VBTN]
>>> xenbus_probe_backend_init bus registered ok
>>> xenbus_probe_frontend_init bus registered ok
>>> Event-channel device installed.
>>> ***blkif_init
>>> Non-volatile memory driver v1.2
>>> Linux agpgart interface v0.103
>>> [drm] Initialized drm 1.1.0 20060810
>>> brd: module loaded
>>> loop: module loaded
>>> tun: Universal TUN/TAP device driver, 1.6
>>> tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
>>> console [netcon0] enabled
>>> netconsole: network logging started
>>> Loading iSCSI transport class v2.0-870.
>>> Driver 'sd' needs updating - please use bus_type methods
>>> Driver 'sr' needs updating - please use bus_type methods
>>> xen_set_ioapic_routing: irq 31 gsi 18 vector 184 ioapic 0 pin 18
>>> triggering 0 polarity 1
>>> ata_piix 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 31
>>> xen: PCI device 0000:00:1f.2 pin 3 -> irq 31
>>> ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
>>> xen: disable pci device 0000:00:1f.2
>>>
>>
>> Hm, for some reason the ata_piix failed to probe this device.
>>
>>> Pid: 1, comm: swapper Not tainted 2.6.28-rc8-tip #1
>>> Call Trace:
>>>  [<ffffffff8037e624>] ? pci_bus_write_config_word+0x65/0x74
>>>  [<ffffffff8020ef56>] xen_pci_pirq_disable+0x1e/0x20
>>>  [<ffffffff8049df82>] pcibios_disable_device+0x1b/0x1d
>>>  [<ffffffff80380442>] pci_disable_device+0x74/0x7b
>>>  [<ffffffff80380b11>] ? pci_release_region+0x8e/0xa8
>>>  [<ffffffff80380c53>] pcim_release+0x64/0x6d
>>>  [<ffffffff8040691c>] release_nodes+0x163/0x18e
>>>  [<ffffffff804069fc>] devres_release_all+0x31/0x35
>>>  [<ffffffff80404af5>] driver_probe_device+0xfc/0x16d
>>>  [<ffffffff80404bc8>] __driver_attach+0x62/0x8c
>>>  [<ffffffff80404b66>] ? __driver_attach+0x0/0x8c
>>>  [<ffffffff80404b66>] ? __driver_attach+0x0/0x8c
>>>  [<ffffffff804040fa>] bus_for_each_dev+0x4a/0x79
>>>  [<ffffffff80404903>] driver_attach+0x1c/0x1e
>>>  [<ffffffff8040456b>] bus_add_driver+0xb7/0x209
>>>  [<ffffffff80404e63>] driver_register+0x93/0x10a
>>>  [<ffffffff803837cf>] __pci_register_driver+0x63/0x9c
>>>  [<ffffffff807651a0>] ? piix_init+0x0/0x2c
>>>  [<ffffffff807651b9>] piix_init+0x19/0x2c
>>>  [<ffffffff8020a056>] do_one_initcall+0x56/0x13e
>>>  [<ffffffff8026c436>] ? register_irq_proc+0xae/0xca
>>>  [<ffffffff802e0000>] ? free_proc_entry+0x37/0x68
>>>  [<ffffffff8074195d>] kernel_init+0x11f/0x175
>>>  [<ffffffff802133fa>] child_rip+0xa/0x20
>>>  [<ffffffff80212ced>] ? retint_restore_args+0x5/0x20
>>>  [<ffffffff802133f0>] ? child_rip+0x0/0x20
>>> ata_piix: probe of 0000:00:1f.2 failed with error -38
>>> xen_allocate_pirq: returning irq 31 for gsi 18
>>> xen_set_ioapic_routing: irq 31 gsi 18 vector 184 ioapic 0 pin 18
>>> triggering 0 polarity 1
>>> ata_piix 0000:00:1f.5: PCI INT C -> GSI 18 (level, low) -> IRQ 31
>>> xen: PCI device 0000:00:1f.5 pin 3 -> irq 31
>>> ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
>>> scsi0 : ata_piix
>>> scsi1 : ata_piix
>>> ata1: SATA max UDMA/133 cmd 0xfe40 ctl 0xfe50 bmdma 0xfed0 irq 31
>>> ata2: SATA max UDMA/133 cmd 0xfe60 ctl 0xfe70 bmdma 0xfed8 irq 31
>>>
>>
>> But this looks OK.  It found a couple of drives, I think.  Though I
> don't
>> see any drive identity messages, so perhaps it didn't find anything..
>
> Pretty sure it didnt detect the drives, booting the same kernel on
> bare metal detects the hd (WD360GD-00FLA2), which proves that the
> kernel has the correct drivers, in both ahci and legacy mode the
> kernel works on the bare metal but not under Xen.
>
> dmesg from the same kernel without xen:
>
> ata_piix 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
> ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
> ata_piix 0000:00:1f.2: setting latency timer to 64
> scsi0 : ata_piix
> scsi1 : ata_piix
> ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xfec0 irq 14
> ata2: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xfec8 irq 15
> ata1.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> ata1.01: SATA link down (SStatus 4 SControl 300)
> ata1.00: ATA-6: WDC WD360GD-00FLA2, 31.08F31, max UDMA/133
> ata1.00: 72303840 sectors, multi 8: LBA48
> ata1.00: configured for UDMA/133
> ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> ata2.01: SATA link down (SStatus 4 SControl 300)
> ata2.00: ATAPI: HL-DT-ST DVD+/-RW GSA-H73N, B103, max UDMA/100
> ata2.00: configured for UDMA/100
> scsi 0:0:0:0: Direct-Access     ATA      WDC WD360GD-00FL 31.0 PQ: 0
> ANSI: 5
> sd 0:0:0:0: [sda] 72303840 512-byte hardware sectors: (37.0 GB/34.4
GiB)
> sd 0:0:0:0: [sda] Write Protect is off
> sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
> sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't
> support DPO or FUA
> sd 0:0:0:0: [sda] 72303840 512-byte hardware sectors: (37.0 GB/34.4
GiB)
> sd 0:0:0:0: [sda] Write Protect is off
> sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
> sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't
> support DPO or FUA
>  sda: sda1 sda2 sda3
> sd 0:0:0:0: [sda] Attached SCSI disk
> sd 0:0:0:0: Attached scsi generic sg0 type 0
> scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GSA-H73N B103 PQ: 0
> ANSI: 5
> sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
> Uniform CD-ROM driver Revision: 3.20
> sr 1:0:0:0: Attached scsi CD-ROM sr0
> sr 1:0:0:0: Attached scsi generic sg1 type 5
> ata_piix 0000:00:1f.5: PCI INT C -> GSI 18 (level, low) -> IRQ 18
> ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
> ata_piix 0000:00:1f.5: setting latency timer to 64
> scsi2 : ata_piix
> scsi3 : ata_piix
> ata3: SATA max UDMA/133 cmd 0xfe40 ctl 0xfe50 bmdma 0xfed0 irq 18
> ata4: SATA max UDMA/133 cmd 0xfe60 ctl 0xfe70 bmdma 0xfed8 irq 18
> ata3: SATA link down (SStatus 4 SControl 300)
> ata4: SATA link down (SStatus 4 SControl 300)
>
> But under Xen both sata links are down:
>
> ata1: SATA link down (SStatus 4 SControl 300)
> ata2: SATA link down (SStatus 4 SControl 300)
>
>>
>>> ata1: SATA link down (SStatus 4 SControl 300)
>>> ata2: SATA link down (SStatus 4 SControl 300)
>>> ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
>>> xen_set_ioapic_routing: irq 32 gsi 22 vector 192 ioapic 0 pin 22
>>> triggering 0 polarity 1
>>> ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 32
>>> xen: PCI device 0000:00:1a.7 pin 3 -> irq 32
>>> ehci_hcd 0000:00:1a.7: EHCI Host Controller
>>> ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
>>> ehci_hcd 0000:00:1a.7: debug port 1
>>> ehci_hcd 0000:00:1a.7: irq 32, io mem 0xfebd9c00
>>> ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
>>> usb usb1: configuration #1 chosen from 1 choice
>>> hub 1-0:1.0: USB hub found
>>> hub 1-0:1.0: 6 ports detected
>>> usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
>>> usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>>> usb usb1: Product: EHCI Host Controller
>>> usb usb1: Manufacturer: Linux 2.6.28-rc8-tip ehci_hcd
>>> usb usb1: SerialNumber: 0000:00:1a.7
>>> xen_set_ioapic_routing: irq 33 gsi 23 vector 200 ioapic 0 pin 23
>>> triggering 0 polarity 1
>>> ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 33
>>> xen: PCI device 0000:00:1d.7 pin 1 -> irq 33
>>> ehci_hcd 0000:00:1d.7: EHCI Host Controller
>>> ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
>>> ehci_hcd 0000:00:1d.7: debug port 1
>>> ehci_hcd 0000:00:1d.7: irq 33, io mem 0xff980800
>>> ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
>>> usb usb2: configuration #1 chosen from 1 choice
>>> hub 2-0:1.0: USB hub found
>>> hub 2-0:1.0: 6 ports detected
>>> usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
>>> usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>>> usb usb2: Product: EHCI Host Controller
>>> usb usb2: Manufacturer: Linux 2.6.28-rc8-tip ehci_hcd
>>> usb usb2: SerialNumber: 0000:00:1d.7
>>> ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
>>> uhci_hcd: USB Universal Host Controller Interface driver
>>> xen_allocate_pirq: returning irq 29 for gsi 16
>>> xen_set_ioapic_routing: irq 29 gsi 16 vector 176 ioapic 0 pin 16
>>> triggering 0 polarity 1
>>> uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
>>> xen: PCI device 0000:00:1a.0 pin 1 -> irq 29
>>> uhci_hcd 0000:00:1a.0: UHCI Host Controller
>>> uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
>>> uhci_hcd 0000:00:1a.0: detected 2 ports
>>> uhci_hcd 0000:00:1a.0: irq 29, io base 0x0000ff20
>>> usb usb3: configuration #1 chosen from 1 choice
>>> hub 3-0:1.0: USB hub found
>>> hub 3-0:1.0: 2 ports detected
>>> usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
>>> usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>>> usb usb3: Product: UHCI Host Controller
>>> usb usb3: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
>>> usb usb3: SerialNumber: 0000:00:1a.0
>>> xen_set_ioapic_routing: irq 34 gsi 17 vector 208 ioapic 0 pin 17
>>> triggering 0 polarity 1
>>> uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 17 (level, low) -> IRQ 34
>>> xen: PCI device 0000:00:1a.1 pin 2 -> irq 34
>>> uhci_hcd 0000:00:1a.1: UHCI Host Controller
>>> uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
>>> uhci_hcd 0000:00:1a.1: detected 2 ports
>>> uhci_hcd 0000:00:1a.1: irq 34, io base 0x0000ff00
>>> usb usb4: configuration #1 chosen from 1 choice
>>> hub 4-0:1.0: USB hub found
>>> hub 4-0:1.0: 2 ports detected
>>> usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
>>> usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>>> usb usb4: Product: UHCI Host Controller
>>> usb usb4: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
>>> usb usb4: SerialNumber: 0000:00:1a.1
>>> xen_allocate_pirq: returning irq 33 for gsi 23
>>> xen_set_ioapic_routing: irq 33 gsi 23 vector 200 ioapic 0 pin 23
>>> triggering 0 polarity 1
>>> uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 33
>>> xen: PCI device 0000:00:1d.0 pin 1 -> irq 33
>>> uhci_hcd 0000:00:1d.0: UHCI Host Controller
>>> uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
>>> uhci_hcd 0000:00:1d.0: detected 2 ports
>>> uhci_hcd 0000:00:1d.0: irq 33, io base 0x0000ff80
>>> usb usb5: configuration #1 chosen from 1 choice
>>> hub 5-0:1.0: USB hub found
>>> hub 5-0:1.0: 2 ports detected
>>> usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
>>> usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>>> usb usb5: Product: UHCI Host Controller
>>> usb usb5: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
>>> usb usb5: SerialNumber: 0000:00:1d.0
>>> xen_allocate_pirq: returning irq 34 for gsi 17
>>> xen_set_ioapic_routing: irq 34 gsi 17 vector 208 ioapic 0 pin 17
>>> triggering 0 polarity 1
>>> uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 34
>>> xen: PCI device 0000:00:1d.1 pin 2 -> irq 34
>>> uhci_hcd 0000:00:1d.1: UHCI Host Controller
>>> uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
>>> uhci_hcd 0000:00:1d.1: detected 2 ports
>>> uhci_hcd 0000:00:1d.1: irq 34, io base 0x0000ff60
>>> usb usb6: configuration #1 chosen from 1 choice
>>> hub 6-0:1.0: USB hub found
>>> hub 6-0:1.0: 2 ports detected
>>> usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
>>> usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>>> usb usb6: Product: UHCI Host Controller
>>> usb usb6: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
>>> usb usb6: SerialNumber: 0000:00:1d.1
>>> xen_allocate_pirq: returning irq 31 for gsi 18
>>> xen_set_ioapic_routing: irq 31 gsi 18 vector 184 ioapic 0 pin 18
>>> triggering 0 polarity 1
>>> uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 31
>>> xen: PCI device 0000:00:1d.2 pin 3 -> irq 31
>>> uhci_hcd 0000:00:1d.2: UHCI Host Controller
>>> uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
>>> uhci_hcd 0000:00:1d.2: detected 2 ports
>>> uhci_hcd 0000:00:1d.2: irq 31, io base 0x0000ff40
>>> usb usb7: configuration #1 chosen from 1 choice
>>> hub 7-0:1.0: USB hub found
>>> hub 7-0:1.0: 2 ports detected
>>> usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
>>> usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>>> usb usb7: Product: UHCI Host Controller
>>> usb usb7: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
>>> usb usb7: SerialNumber: 0000:00:1d.2
>>> usbcore: registered new interface driver usblp
>>> Initializing USB Mass Storage driver...
>>> usbcore: registered new interface driver usb-storage
>>> USB Mass Storage support registered.
>>> usbcore: registered new interface driver libusual
>>> PNP: No PS/2 controller found. Probing ports directly.
>>> i8042: probe of i8042 failed with error -38
>>> mice: PS/2 mouse device common for all mice
>>> device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised:
>>> dm-devel@redhat.com
>>> cpuidle: using governor ladder
>>> dcdbas dcdbas: Dell Systems Management Base Driver (version
> 5.6.0-3.2)
>>> TCP cubic registered
>>> NET: Registered protocol family 17
>>> RPC: Registered udp transport module.
>>> RPC: Registered tcp transport module.
>>> IO APIC resources could be not be allocated.
>>> registered taskstats version 1
>>>  Magic number: 4:358:188
>>> md: Waiting for all devices to be available before autodetect
>>> md: If you don't use raid, use raid=noautodetect
>>> md: Autodetecting RAID arrays.
>>> md: Scanned 0 and added 0 devices.
>>> md: autorun ...
>>> md: ... autorun DONE.
>>> Root-NFS: No NFS server available, giving up.
>>> VFS: Unable to mount root fs via NFS, trying floppy.
>>> VFS: Cannot open root device "sda2" or unknown-block(2,0)
>>> Please append a correct "root=" boot option; here are the available
>>> partitions:
>>> Kernel panic - not syncing: VFS: Unable to mount root fs on
>>> unknown-block(2,0)
>>>
>>
>> What are you specifying as a root device?  Is it a logical or
physical
>> filesystem reference?
>
> root is a physical partition (sda2)
>
> I will not be at work until tuesday and I want to continue to work on
> this, so I wonder if anybody could tell me how to setup xen and linux
> such that any oops/crash/failure to mount root filesystem results in a
> reboot? I have a serial console setup which I can access remotely, but
> I have no way to reset or power cycle the system.
>
> Andy
>
>>
>>   J
>>
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@lists.xensource.com
>> http://lists.xensource.com/xen-devel
>>
>

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-12 22:34                             ` Jeremy Fitzhardinge
@ 2008-12-13 13:56                               ` Andrew Lyon
  2008-12-13 19:02                                 ` Todd Deshane
  0 siblings, 1 reply; 92+ messages in thread
From: Andrew Lyon @ 2008-12-13 13:56 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Xen-devel, Aviv Grafi, Ian Campbell

On Fri, Dec 12, 2008 at 10:34 PM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:
> Andrew Lyon wrote:
>>
>> On Fri, Dec 12, 2008 at 9:00 PM, Jeremy Fitzhardinge <jeremy@goop.org>
>> wrote:
>>
>>>
>>> Andrew Lyon wrote:
>>>
>>>>
>>>> scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GSA-H73N B103 PQ: 0
>>>> ANSI:
>>>> 5
>>>> sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
>>>> Uniform CD-ROM driver Revision: 3.20
>>>> sr 1:0:0:0: Attached scsi generic sg0 type 5
>>>>
>>>>
>>>
>>> BTW, how is your cdrom attached?  SATA?  PATA?  USB?
>>>
>>>  J
>>>
>>>
>>
>> sata.
>>
>
> So it found the cdrom and lost the disks?  On the same controller?
>  Interesting.
>
>   J
>


Yes, in ahci mode the cdrom  is detected but the disks are not, in
legacy mode neither is detected.

Andy

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-11 22:38                         ` Jeremy Fitzhardinge
@ 2008-12-13 18:20                           ` Todd Deshane
  2008-12-13 20:05                             ` Todd Deshane
  0 siblings, 1 reply; 92+ messages in thread
From: Todd Deshane @ 2008-12-13 18:20 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Xen-devel, Aviv Grafi, Ian Campbell

[-- Attachment #1: Type: text/plain, Size: 2230 bytes --]

On Thu, Dec 11, 2008 at 5:38 PM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:
> Todd Deshane wrote:
>>
>> disk only, took out vif and dhcp options.
>>
>> Still didn't boot, same error.
>>
>> Log attached.
>>
>> Also changing for 20 to 256 memory gave problems.
>>
>> Looks like some sort of memory problem too.
>>
>
> Hm, seems to be trying to shrink dom0 too much.  What's your domain config
> file?
>

kernel = "/boot/vmlinuz-2.6.28-rc8-tip"
ramdisk = "/boot/initrd.img-2.6.28-rc8-tip"
memory = "256"
name = "ubuntu-hardy-jailtime"
disk = ['tap:aio:/home/deshantm/ubuntu.8-04.64.img,sda1,w']
root = "/dev/sda1 ro"
extra = "xencons=tty"

I also tried file:/ for the disk

Same errors.

I poke around a little more in the xen logs to see if I can find any more
useful info on the guest problem

> mem=3G is probably overkill.  There's no problem in Xen using all your
> memory, but you should set dom0_mem=1G or something (less than 3G, but you
> probably don't need all that much).  How much memory does your system have?
>

I put the dom0_mem down to 512M for now, that should do.

I think that mem=3G is still necessary. I'll send some vtd logs that show it
crash without mem=3G and not crash with mem=3G


>> Also, it looks like I am getting a number of errors in
>> xend-debug.log to do with scsi commands.
>>
>> I will try to track down potentially missing packages.
>>
>> Any idea on what dependencies there might be?
>>
>
> Looks like you're missing lsscsi and udev (though I would have thought
> Ubuntu would be using udev).
>

I fixed the lsscsi problem previously (earlier testing).
udev is installed. There may be some issue with its working with
the dom0 kernel though. I have seen the error messages
of /sbin/scsi_id: not found


> BTW, I just pushed up a patch which should clear up the warnings in your
> boot messages (they could potentially result in a system-locking deadlock,
> so its probably worthwhile).
>

I just pulled the latest patches. The vga is closer to working. I don't see
the kernel boot messages, but I do get a login prompt (text only).
Which works.

My Xorg logs (a working one and a non working one) are attached.

Cheers,
Todd


-- 
Todd Deshane
http://todddeshane.net
http://runningxen.com

[-- Attachment #2: Xorg-errorlog1 --]
[-- Type: application/octet-stream, Size: 15815 bytes --]


X.Org X Server 1.5.2
Release Date: 10 October 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-16-server x86_64 Ubuntu
Current Operating System: Linux vt 2.6.28-rc8-tip #2 SMP Sat Dec 13 12:08:49 EST 2008 x86_64
Build Date: 24 October 2008  09:06:49AM
xorg-server 2:1.5.2-2ubuntu3 (buildd@crested.buildd) 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Dec 13 12:45:27 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) No Layout section.  Using the first Screen section.
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Configured Monitor"
(**) |   |-->Device "Configured Video Device"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified.  Using compiled-in default.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
	If no devices become available, reconfigure HAL or disable AllowEmptyInput.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x7b7320
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 4.1
	X.Org XInput driver : 2.1
	X.Org Server Extension : 1.1
	X.Org Font Renderer : 0.6
(II) Loader running on linux
(--) using VT number 7

(--) PCI:*(0@1:0:0) ATI Technologies Inc RV516 [Radeon X1300/X1550 Series] rev 0, Mem @ 0xd0000000/268435456, 0xfe9e0000/65536, I/O @ 0x0000dc00/256, BIOS @ 0x????????/131072
(--) PCI: (0@1:0:1) ATI Technologies Inc RV516 [Radeon X1300 Pro] (Secondary) rev 0, Mem @ 0xfe9f0000/65536
(II) System resource ranges:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) LoadModule: "extmod"

(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.5.2, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 1.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"

(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.5.2, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"

(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.5.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 1.1
(==) AIGLX enabled
(==) Exporting typical set of GLX visuals
(II) Loading extension GLX
(II) LoadModule: "freetype"

(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 1.5.2, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.6
(II) Loading font FreeType
(II) LoadModule: "record"

(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.5.2, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 1.1
(II) Loading extension RECORD
(II) LoadModule: "dri"

(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.5.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 1.1
(II) Loading extension XFree86-DRI
(II) Scanning /usr/share/xserver-xorg/pci directory for additional PCI ID's supported by the drivers
(II) Matched radeon from file name radeon.ids
(==) Matched radeon for the autoconfigured driver
(==) Assigned the driver to the xf86ConfigLayout
(II) LoadModule: "radeon"

(II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
(II) Module radeon: vendor="X.Org Foundation"
	compiled for 1.5.1, module version = 6.9.0
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 4.1
(II) RADEON: Driver for ATI Radeon chipsets:
	ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
	ATI Radeon Mobility X300 (M24) 3152 (PCIE),
	ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE),
	ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
	ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
	ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
	ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
	ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
	ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
	ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
	ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
	ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
	ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP),
	ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337,
	ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
	ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
	ATI Radeon X800PRO (R420) JI (AGP),
	ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
	ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
	ATI Radeon Mobility 9800 (M18) JN (AGP),
	ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
	ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
	ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
	ATI Radeon Mobility M7 LW (AGP),
	ATI Mobility FireGL 7800 M7 LX (AGP),
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
	ATI FireGL Mobility 9000 (M9) Ld (AGP),
	ATI Radeon Mobility 9000 (M9) Lf (AGP),
	ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
	ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
	ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
	ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
	ATI Radeon 9800XT NJ (AGP),
	ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
	ATI Radeon Mobility 9600 (M10) NQ (AGP),
	ATI Radeon Mobility 9600 (M11) NR (AGP),
	ATI Radeon Mobility 9600 (M10) NS (AGP),
	ATI FireGL Mobility T2 (M10) NT (AGP),
	ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
	ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
	ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
	ATI Radeon Mobility X300 (M22) 5460 (PCIE),
	ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
	ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
	ATI Radeon X800PRO (R423) UI (PCIE),
	ATI Radeon X800LE (R423) UJ (PCIE),
	ATI Radeon X800SE (R423) UK (PCIE),
	ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
	ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
	ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
	ATI FireGL unknown (R423) UR (PCIE),
	ATI FireGL unknown (R423) UT (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility Radeon X700 XL (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
	ATI Radeon Mobility 9100 IGP (U3) 5835,
	ATI Radeon XPRESS 200 5954 (PCIE),
	ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
	ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
	ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
	ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
	ATI Radeon XPRESS 200M 5975 (PCIE),
	ATI Radeon XPRESS 200 5A41 (PCIE),
	ATI Radeon XPRESS 200M 5A42 (PCIE),
	ATI Radeon XPRESS 200 5A61 (PCIE),
	ATI Radeon XPRESS 200M 5A62 (PCIE),
	ATI Radeon X300 (RV370) 5B60 (PCIE),
	ATI Radeon X600 (RV370) 5B62 (PCIE),
	ATI Radeon X550 (RV370) 5B63 (PCIE),
	ATI FireGL V3100 (RV370) 5B64 (PCIE),
	ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
	ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
	ATI Mobility Radeon X800 XT (M28) (PCIE),
	ATI Mobility FireGL V5100 (M28) (PCIE),
	ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
	ATI Radeon X850 XT PE (R480) (PCIE),
	ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
	ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
	ATI Radeon X850 XT (R480) (PCIE),
	ATI Radeon X800XT (R423) 5D57 (PCIE),
	ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
	ATI Radeon X700 PRO (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
	ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
	ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
	ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
	ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
	ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
	ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
	ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
	ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
	ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
	ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
	ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
	ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
	ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
	ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
	ATI Mobility Radeon X1700, ATI Radeon X2300HD,
	ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
	ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
	ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI ATI FireGL V7400,
	ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
	ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
	ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
	ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
	ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
	ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
	ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon 4800 Series, ATI RV610, ATI Radeon HD 2400 XT,
	ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
	ATI RV610, ATI ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
	ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610, ATI RV670,
	ATI Radeon HD3870, ATI Radeon HD3850, ATI RV670,
	ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE, ATI Radeon HD 3470,
	ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Mobility Radeon HD 3430,
	ATI Mobility Radeon HD 3400 Series, ATI FireMV 2450, ATI FireMV 2260,
	ATI FireMV 2260, ATI ATI Radeon HD 3600 Series,
	ATI ATI Radeon HD 3650 AGP, ATI ATI Radeon HD 3600 PRO,
	ATI ATI Radeon HD 3600 XT, ATI ATI Radeon HD 3600 PRO,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics
(II) Primary Device is: PCI 01@00:00:0
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) resource ranges after probing:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[5] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[6] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[7] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[8] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[9] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[10] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) RADEON(0): MMIO registers at 0x00000000fe9e0000: size 64KB
(II) RADEON(0): PCI bus 1 card 0 func 0
(II) RADEON(0): Creating default Display subsection in Screen section
	"Default Screen" for depth/fbbpp 24/32
(==) RADEON(0): Depth 24, (==) framebuffer bpp 32
(II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"

(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.5.2, module version = 0.1.0
	ABI class: X.Org Video Driver, version 4.1

Backtrace:
0: /usr/X11R6/bin/X(xf86SigHandler+0x65) [0x480f35]
1: /lib/libc.so.6 [0x7ff5c51da060]
2: /usr/lib/xorg/modules//libvgahw.so [0x7ff5c39cf7dc]
3: /usr/lib/xorg/modules//libvgahw.so(vgaHWGetIOBase+0xa) [0x7ff5c39d0d8a]
4: /usr/lib/xorg/modules/drivers//radeon_drv.so [0x7ff5c3bfe97f]
5: /usr/X11R6/bin/X(InitOutput+0x969) [0x46a189]
6: /usr/X11R6/bin/X(main+0x286) [0x433526]
7: /lib/libc.so.6(__libc_start_main+0xe6) [0x7ff5c51c5466]
8: /usr/X11R6/bin/X [0x432ad9]
Saw signal 11.  Server aborting.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: Xorg.0.log --]
[-- Type: text/x-log; name=Xorg.0.log, Size: 57728 bytes --]


X.Org X Server 1.5.2
Release Date: 10 October 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-16-server x86_64 Ubuntu
Current Operating System: Linux vt 2.6.27-9-generic #1 SMP Thu Nov 20 22:15:32 UTC 2008 x86_64
Build Date: 24 October 2008  09:06:49AM
xorg-server 2:1.5.2-2ubuntu3 (buildd@crested.buildd) 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Dec 13 12:56:19 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) No Layout section.  Using the first Screen section.
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Configured Monitor"
(**) |   |-->Device "Configured Video Device"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified.  Using compiled-in default.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
	If no devices become available, reconfigure HAL or disable AllowEmptyInput.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x7b7320
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 4.1
	X.Org XInput driver : 2.1
	X.Org Server Extension : 1.1
	X.Org Font Renderer : 0.6
(II) Loader running on linux
(++) using VT number 7

(--) PCI:*(0@1:0:0) ATI Technologies Inc RV516 [Radeon X1300/X1550 Series] rev 0, Mem @ 0xd0000000/268435456, 0xfe9e0000/65536, I/O @ 0x0000dc00/256, BIOS @ 0x????????/131072
(--) PCI: (0@1:0:1) ATI Technologies Inc RV516 [Radeon X1300 Pro] (Secondary) rev 0, Mem @ 0xfe9f0000/65536
(II) System resource ranges:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) LoadModule: "extmod"

(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.5.2, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 1.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"

(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.5.2, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"

(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.5.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 1.1
(==) AIGLX enabled
(==) Exporting typical set of GLX visuals
(II) Loading extension GLX
(II) LoadModule: "freetype"

(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 1.5.2, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.6
(II) Loading font FreeType
(II) LoadModule: "record"

(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.5.2, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 1.1
(II) Loading extension RECORD
(II) LoadModule: "dri"

(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.5.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 1.1
(II) Loading extension XFree86-DRI
(II) Scanning /usr/share/xserver-xorg/pci directory for additional PCI ID's supported by the drivers
(II) Matched radeon from file name radeon.ids
(==) Matched radeon for the autoconfigured driver
(==) Assigned the driver to the xf86ConfigLayout
(II) LoadModule: "radeon"

(II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
(II) Module radeon: vendor="X.Org Foundation"
	compiled for 1.5.1, module version = 6.9.0
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 4.1
(II) RADEON: Driver for ATI Radeon chipsets:
	ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
	ATI Radeon Mobility X300 (M24) 3152 (PCIE),
	ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE),
	ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
	ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
	ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
	ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
	ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
	ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
	ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
	ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
	ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
	ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP),
	ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337,
	ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
	ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
	ATI Radeon X800PRO (R420) JI (AGP),
	ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
	ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
	ATI Radeon Mobility 9800 (M18) JN (AGP),
	ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
	ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
	ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
	ATI Radeon Mobility M7 LW (AGP),
	ATI Mobility FireGL 7800 M7 LX (AGP),
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
	ATI FireGL Mobility 9000 (M9) Ld (AGP),
	ATI Radeon Mobility 9000 (M9) Lf (AGP),
	ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
	ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
	ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
	ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
	ATI Radeon 9800XT NJ (AGP),
	ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
	ATI Radeon Mobility 9600 (M10) NQ (AGP),
	ATI Radeon Mobility 9600 (M11) NR (AGP),
	ATI Radeon Mobility 9600 (M10) NS (AGP),
	ATI FireGL Mobility T2 (M10) NT (AGP),
	ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
	ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
	ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
	ATI Radeon Mobility X300 (M22) 5460 (PCIE),
	ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
	ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
	ATI Radeon X800PRO (R423) UI (PCIE),
	ATI Radeon X800LE (R423) UJ (PCIE),
	ATI Radeon X800SE (R423) UK (PCIE),
	ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
	ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
	ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
	ATI FireGL unknown (R423) UR (PCIE),
	ATI FireGL unknown (R423) UT (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility Radeon X700 XL (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
	ATI Radeon Mobility 9100 IGP (U3) 5835,
	ATI Radeon XPRESS 200 5954 (PCIE),
	ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
	ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
	ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
	ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
	ATI Radeon XPRESS 200M 5975 (PCIE),
	ATI Radeon XPRESS 200 5A41 (PCIE),
	ATI Radeon XPRESS 200M 5A42 (PCIE),
	ATI Radeon XPRESS 200 5A61 (PCIE),
	ATI Radeon XPRESS 200M 5A62 (PCIE),
	ATI Radeon X300 (RV370) 5B60 (PCIE),
	ATI Radeon X600 (RV370) 5B62 (PCIE),
	ATI Radeon X550 (RV370) 5B63 (PCIE),
	ATI FireGL V3100 (RV370) 5B64 (PCIE),
	ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
	ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
	ATI Mobility Radeon X800 XT (M28) (PCIE),
	ATI Mobility FireGL V5100 (M28) (PCIE),
	ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
	ATI Radeon X850 XT PE (R480) (PCIE),
	ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
	ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
	ATI Radeon X850 XT (R480) (PCIE),
	ATI Radeon X800XT (R423) 5D57 (PCIE),
	ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
	ATI Radeon X700 PRO (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
	ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
	ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
	ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
	ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
	ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
	ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
	ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
	ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
	ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
	ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
	ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
	ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
	ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
	ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
	ATI Mobility Radeon X1700, ATI Radeon X2300HD,
	ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
	ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
	ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI ATI FireGL V7400,
	ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
	ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
	ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
	ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
	ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
	ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
	ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon 4800 Series, ATI RV610, ATI Radeon HD 2400 XT,
	ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
	ATI RV610, ATI ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
	ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610, ATI RV670,
	ATI Radeon HD3870, ATI Radeon HD3850, ATI RV670,
	ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE, ATI Radeon HD 3470,
	ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Mobility Radeon HD 3430,
	ATI Mobility Radeon HD 3400 Series, ATI FireMV 2450, ATI FireMV 2260,
	ATI FireMV 2260, ATI ATI Radeon HD 3600 Series,
	ATI ATI Radeon HD 3650 AGP, ATI ATI Radeon HD 3600 PRO,
	ATI ATI Radeon HD 3600 XT, ATI ATI Radeon HD 3600 PRO,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics
(II) Primary Device is: PCI 01@00:00:0
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) resource ranges after probing:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[5] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[6] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[7] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[8] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[9] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[10] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) RADEON(0): MMIO registers at 0x00000000fe9e0000: size 64KB
(II) RADEON(0): PCI bus 1 card 0 func 0
(II) RADEON(0): Creating default Display subsection in Screen section
	"Default Screen" for depth/fbbpp 24/32
(==) RADEON(0): Depth 24, (==) framebuffer bpp 32
(II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"

(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.5.2, module version = 0.1.0
	ABI class: X.Org Video Driver, version 4.1
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) RADEON(0): RGB weight 888
(II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
(--) RADEON(0): Chipset: "ATI Radeon X1300/X1550" (ChipID = 0x7183)
(WW) RADEON(0): R500 support is under development. Please report any issues to xorg-driver-ati@lists.x.org
(--) RADEON(0): Linear framebuffer at 0x00000000d0000000
(II) RADEON(0): PCIE card detected
(II) Loading sub module "int10"
(II) LoadModule: "int10"

(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 1.5.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 4.1
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(II) RADEON(0): ATOM BIOS detected
(II) RADEON(0): ATOM BIOS Rom: 
	SubsystemVendorID: 0x1028 SubsystemID: 0x0d02
	IOBaseAddress: 0xdc00
	Filename: S3A92402.103
	BIOS Bootup Message: 
RV516 102-A92402-20 BIOS 600e/400m Channel AB                               

(II) RADEON(0): Framebuffer space used by Firmware (kb): 20
(II) RADEON(0): Start of VRAM area used by Firmware: 0xfffb000
(II) RADEON(0): AtomBIOS requests 20kB of VRAM scratch space
(II) RADEON(0): AtomBIOS VRAM scratch base: 0xfffb000
(II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead
(II) RADEON(0): Default Engine Clock: 600000
(II) RADEON(0): Default Memory Clock: 400000
(II) RADEON(0): Maximum Pixel ClockPLL Frequency Output: 1100000
(II) RADEON(0): Minimum Pixel ClockPLL Frequency Output: 0
(II) RADEON(0): Maximum Pixel ClockPLL Frequency Input: 13500
(II) RADEON(0): Minimum Pixel ClockPLL Frequency Input: 1000
(II) RADEON(0): Maximum Pixel Clock: 400000
(II) RADEON(0): Reference Clock: 27000
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
drmOpenByBusid: Searching for BusID pci:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: drmOpenMinor returns 9
drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
(II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.29.0
(==) RADEON(0): Page Flipping disabled on r5xx and newer chips.

(II) RADEON(0): Will try to use DMA for Xv image transfers
(II) RADEON(0): Generation 2 PCI interface, using max accessible memory
(II) RADEON(0): Detected total video RAM=262144K, accessible=262144K (PCI BAR=262144K)
(--) RADEON(0): Mapped VideoRAM: 262144 kByte (128 bit DDR SDRAM)
(II) RADEON(0): Color tiling enabled by default
(II) RADEON(0): Max desktop size set to 2560x1600
(II) RADEON(0): For a larger or smaller max desktop size, add a Virtual line to your xorg.conf
(II) RADEON(0): If you are having trouble with 3D, reduce the desktop size by adjusting the Virtual line to your xorg.conf
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) RADEON(0): ref_freq: 2700, min_out_pll: 64800, max_out_pll: 110000, min_in_pll: 100, max_in_pll: 1350, xclk: 40000, sclk: 600.000000, mclk: 400.000000
(II) RADEON(0): PLL parameters: rf=2700 rd=13 min=64800 max=110000; xclk=40000
(II) RADEON(0): Skipping TV-Out
(II) RADEON(0): Skipping Component Video
(II) RADEON(0): Bios Connector table: 
(II) RADEON(0): Port3: DDCType-0x7e40, DACType-1, TMDSType-1, ConnectorType-2, hpd_mask-0x1
(II) RADEON(0): Port9: DDCType-0x7e50, DACType-2, TMDSType-3, ConnectorType-2, hpd_mask-0x100
(II) RADEON(0): Output DVI-1 using monitor section Configured Monitor
(II) RADEON(0): TMDS PLL from BIOS: 16500 60112
(II) RADEON(0): I2C bus "DVI-1" initialized.
(II) RADEON(0): Output DVI-0 has no monitor section
(II) RADEON(0): TMDS PLL from BIOS: 16500 60112
(II) RADEON(0): I2C bus "DVI-0" initialized.
(II) RADEON(0): Port0:
 Monitor   -- AUTO
 Connector -- DVI-I
 DAC Type  -- Primary
 TMDS Type -- Internal
 DDC Type  -- 0x7e40
(II) RADEON(0): Port1:
 Monitor   -- AUTO
 Connector -- DVI-I
 DAC Type  -- TVDAC/ExtDAC
 TMDS Type -- LVTMA
 DDC Type  -- 0x7e50
(II) RADEON(0): I2C device "DVI-1:ddc2" registered at address 0xA0.
(II) RADEON(0): EDID vendor "DEL", prod id 40985
(II) RADEON(0): Using EDID range info for horizontal sync
(II) RADEON(0): Using EDID range info for vertical refresh
(II) RADEON(0): Printing DDC gathered Modelines:
(II) RADEON(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
(II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) RADEON(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) RADEON(0): Modeline "640x480"x0.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) RADEON(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) RADEON(0): Modeline "1024x768"x0.0   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
(II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) RADEON(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) RADEON(0): Modeline "1280x1024"x60.0  108.88  1280 1360 1496 1712  1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) RADEON(0): Modeline "1152x864"x75.0  104.99  1152 1224 1352 1552  864 865 868 902 -hsync +vsync (67.7 kHz)
(II) RADEON(0): Output: DVI-1, Detected Monitor Type: 3
(II) RADEON(0): Panel infos found from DDC detailed: 1680x1050
(II) RADEON(0): EDID data from the display on output: DVI-1 ----------------------
(II) RADEON(0): Manufacturer: DEL  Model: a019  Serial#: 843859020
(II) RADEON(0): Year: 2007  Week: 27
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max Image Size [cm]: horiz.: 43  vert.: 27
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off
(II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) RADEON(0): Default color space is primary color space
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
(II) RADEON(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1280x1024@75Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported Future Video Modes:
(II) RADEON(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) RADEON(0): #1: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 119.0 MHz   Image Size:  434 x 270 mm
(II) RADEON(0): h_active: 1680  h_sync: 1728  h_sync_end 1760 h_blank_end 1840 h_border: 0
(II) RADEON(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1080 v_border: 0
(II) RADEON(0): Serial No: HF7307722LDL
(II) RADEON(0): Monitor name: DELL 2007WFP
(II) RADEON(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 140 MHz
(II) RADEON(0): EDID (in hex):
(II) RADEON(0): 	00ffffffffffff0010ac19a04c444c32
(II) RADEON(0): 	1b110103802b1b78eeee91a3544c9926
(II) RADEON(0): 	0f5054a54b008180714f010101010101
(II) RADEON(0): 	0101010101017c2e90a0601a1e403020
(II) RADEON(0): 	3600b20e1100001a000000ff00484637
(II) RADEON(0): 	3330373732324c444c0a000000fc0044
(II) RADEON(0): 	454c4c20323030375746500a000000fd
(II) RADEON(0): 	00384c1e530e000a202020202020006d
finished output detect: 0
(II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DVI-0:ddc2" removed.
(II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
Dac detection success
finished output detect: 1
finished all detect
before xf86InitialConfiguration
(II) RADEON(0): EDID vendor "DEL", prod id 40985
(II) RADEON(0): Using hsync ranges from config file
(II) RADEON(0): Using vrefresh ranges from config file
(II) RADEON(0): Printing DDC gathered Modelines:
(II) RADEON(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
(II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) RADEON(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) RADEON(0): Modeline "640x480"x0.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) RADEON(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) RADEON(0): Modeline "1024x768"x0.0   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
(II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) RADEON(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) RADEON(0): Modeline "1280x1024"x60.0  108.88  1280 1360 1496 1712  1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) RADEON(0): Modeline "1152x864"x75.0  104.99  1152 1224 1352 1552  864 865 868 902 -hsync +vsync (67.7 kHz)
(II) RADEON(0): Output: DVI-1, Detected Monitor Type: 3
(II) RADEON(0): EDID data from the display on output: DVI-1 ----------------------
(II) RADEON(0): Manufacturer: DEL  Model: a019  Serial#: 843859020
(II) RADEON(0): Year: 2007  Week: 27
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max Image Size [cm]: horiz.: 43  vert.: 27
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off
(II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) RADEON(0): Default color space is primary color space
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
(II) RADEON(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1280x1024@75Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported Future Video Modes:
(II) RADEON(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) RADEON(0): #1: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 119.0 MHz   Image Size:  434 x 270 mm
(II) RADEON(0): h_active: 1680  h_sync: 1728  h_sync_end 1760 h_blank_end 1840 h_border: 0
(II) RADEON(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1080 v_border: 0
(II) RADEON(0): Serial No: HF7307722LDL
(II) RADEON(0): Monitor name: DELL 2007WFP
(II) RADEON(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 140 MHz
(II) RADEON(0): EDID (in hex):
(II) RADEON(0): 	00ffffffffffff0010ac19a04c444c32
(II) RADEON(0): 	1b110103802b1b78eeee91a3544c9926
(II) RADEON(0): 	0f5054a54b008180714f010101010101
(II) RADEON(0): 	0101010101017c2e90a0601a1e403020
(II) RADEON(0): 	3600b20e1100001a000000ff00484637
(II) RADEON(0): 	3330373732324c444c0a000000fc0044
(II) RADEON(0): 	454c4c20323030375746500a000000fd
(II) RADEON(0): 	00384c1e530e000a202020202020006d
in RADEONProbeOutputModes
(II) RADEON(0): EDID vendor "DEL", prod id 40985
(II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DVI-0:ddc2" removed.
(II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
Dac detection success
(II) RADEON(0): Output DVI-1 connected
(II) RADEON(0): Output DVI-0 disconnected
(II) RADEON(0): Using exact sizes for initial modes
(II) RADEON(0): Output DVI-1 using initial mode 1680x1050
after xf86InitialConfiguration
(**) RADEON(0): Display dimensions: (430, 270) mm
(**) RADEON(0): DPI set to (99, 150)
(II) Loading sub module "fb"
(II) LoadModule: "fb"

(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.5.2, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(==) RADEON(0): Using XAA acceleration architecture
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"

(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 1.5.2, module version = 1.2.0
	ABI class: X.Org Video Driver, version 4.1
(!!) RADEON(0): For information on using the multimedia capabilities
	of this adapter, please see http://gatos.sf.net.
(!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
	[5] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[6] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[7] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[8] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[9] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[10] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) RADEON(0): RADEONScreenInit d0000000 0 0
Output 66 disable success
Blank CRTC 0 success
Disable CRTC 0 success
Blank CRTC 1 success
Disable CRTC 1 success
(==) RADEON(0): Using 24 bit depth buffer
(II) RADEON(0): RADEONInitMemoryMap() : 
(II) RADEON(0):   mem_size         : 0x10000000
(II) RADEON(0):   MC_FB_LOCATION   : 0xdfffd000
(II) RADEON(0):   MC_AGP_LOCATION  : 0x003f0000
(II) RADEON(0): Depth moves disabled by default
(II) RADEON(0): Using 32 MB GART aperture
(II) RADEON(0): Using 1 MB for the ring buffer
(II) RADEON(0): Using 2 MB for vertex/indirect buffers
(II) RADEON(0): Using 29 MB for GART textures
(II) RADEON(0): Memory manager initialized to (0,0) (1728,8191)
(II) RADEON(0): Reserved area from (0,1600) to (1728,1602)
(II) RADEON(0): Largest offscreen area available: 1728 x 6589
(II) RADEON(0): Will use front buffer at offset 0x0
(II) RADEON(0): Will use back buffer at offset 0x2ad2000
(II) RADEON(0): Will use depth buffer at offset 0x355e000
(II) RADEON(0): Will use 32 kb for PCI GART table at offset 0xfff8000
(II) RADEON(0): Will use 196608 kb for textures at offset 0x3fea000
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: Searching for BusID pci:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: drmOpenMinor returns 9
drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
(II) [drm] DRM interface version 1.3
(II) [drm] DRM open master succeeded.
(II) RADEON(0): [drm] Using the DRM lock SAREA also for drawables.
(II) RADEON(0): [drm] framebuffer handle = 0xd0000000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(II) RADEON(0): X context handle = 0x1
(II) RADEON(0): [drm] installed DRM signal handler
(II) RADEON(0): [pci] 32768 kB allocated with handle 0x1156d200
(II) RADEON(0): [pci] ring handle = 0x1effe000
(II) RADEON(0): [pci] Ring mapped at 0x7f5eaf650000
(II) RADEON(0): [pci] Ring contents 0x00000000
(II) RADEON(0): [pci] ring read ptr handle = 0x2effe000
(II) RADEON(0): [pci] Ring read ptr mapped at 0x7f5eaf774000
(II) RADEON(0): [pci] Ring read ptr contents 0x00000000
(II) RADEON(0): [pci] vertex/indirect buffers handle = 0x1f000000
(II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0x7f5e9b443000
(II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000
(II) RADEON(0): [pci] GART texture map handle = 0x1f001000
(II) RADEON(0): [pci] GART Texture map mapped at 0x7f5e997c3000
(II) RADEON(0): [drm] register handle = 0xfe9e0000
(II) RADEON(0): [dri] Visual configs initialized
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xdfffd000 0xdfffd000
(II) RADEON(0):   MC_AGP_LOCATION  : 0x003f0000
(==) RADEON(0): Backing store disabled
(II) RADEON(0): [DRI] installation complete
(II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
(II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
(II) RADEON(0): [drm] dma control initialized, using IRQ 16
(II) RADEON(0): [drm] Initialized kernel GART heap manager, 29884416
(WW) RADEON(0): DRI init changed memory map, adjusting ...
(WW) RADEON(0):   MC_FB_LOCATION  was: 0xdfffd000 is: 0xdfffd000
(WW) RADEON(0):   MC_AGP_LOCATION was: 0x003f0000 is: 0xffffffc0
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xdfffd000 0xdfffd000
(II) RADEON(0):   MC_AGP_LOCATION  : 0xffffffc0
(II) RADEON(0): Direct rendering enabled
(II) RADEON(0): XAA Render acceleration unsupported on Radeon 9500/9700 and newer. Please use EXA instead.
(II) RADEON(0): Render acceleration disabled
(II) RADEON(0): num quad-pipes is 1
(II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Indirect CPU to Screen color expansion
	Solid Lines
	Scanline Image Writes
	Setting up tile and stipple cache:
		32 128x128 slots
		32 256x256 slots
		16 512x512 slots
(II) RADEON(0): Acceleration enabled
(II) RADEON(0): DPMS enabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00a90000
(II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00a95000
(II) RADEON(0): Largest offscreen area available: 1728 x 6583
(II) RADEON(0): Set up textured video
Output 66 disable success
Blank CRTC 0 success
Disable CRTC 0 success
Blank CRTC 1 success
Disable CRTC 1 success
Output 66 disable success
Blank CRTC 0 success
Disable CRTC 0 success
Mode 1680x1050 - 1840 1080 9
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xdfffd000 0xdfffd000
(II) RADEON(0):   MC_AGP_LOCATION  : 0xffffffc0
freq: 119000000
best_freq: 119000000
best_feedback_div: 119
best_ref_div: 3
best_post_div: 9
(II) RADEON(0): crtc(0) Clock: mode 119000, PLL 119000
(II) RADEON(0): crtc(0) PLL  : refdiv 3, fbdiv 0x77(119), pdiv 9
Set CRTC PLL success
Set CRTC Timing success
Not using RMX
scaler 0 setup success
Set CRTC 0 Source success
Output TMDS1 setup success
Output 66 enable success
Enable CRTC 0 success
Unblank CRTC 0 success
Blank CRTC 1 success
Disable CRTC 1 success
(II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(--) RandR disabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: Searching for BusID pci:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: drmOpenMinor returns 10
drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
(II) AIGLX: enabled GLX_MESA_copy_sub_buffer
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
(II) AIGLX: enabled GLX_texture_from_pixmap with driver support
(II) AIGLX: Loaded and initialized /usr/lib/dri/r300_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) RADEON(0): Setting screen physical size to 434 x 270
(II) config/hal: Adding input device Macintosh mouse button emulation
(II) LoadModule: "evdev"

(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.5.2, module version = 2.0.99
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.1
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event0"
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Configuring as mouse
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) config/hal: Adding input device Dell Dell USB Keyboard
(**) Dell Dell USB Keyboard: always reports core events
(**) Dell Dell USB Keyboard: Device: "/dev/input/event2"
(II) Dell Dell USB Keyboard: Found keys
(II) Dell Dell USB Keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "Dell Dell USB Keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Dell Dell USB Keyboard: xkb_rules: "evdev"
(**) Option "xkb_model" "pc105"
(**) Dell Dell USB Keyboard: xkb_model: "pc105"
(**) Option "xkb_layout" "us"
(**) Dell Dell USB Keyboard: xkb_layout: "us"
(II) config/hal: Adding input device Logitech Optical USB Mouse
(**) Logitech Optical USB Mouse: always reports core events
(**) Logitech Optical USB Mouse: Device: "/dev/input/event1"
(II) Logitech Optical USB Mouse: Found x and y relative axes
(II) Logitech Optical USB Mouse: Found 3 mouse buttons
(II) Logitech Optical USB Mouse: Configuring as mouse
(II) XINPUT: Adding extended input device "Logitech Optical USB Mouse" (type: MOUSE)
(**) Logitech Optical USB Mouse: YAxisMapping: buttons 4 and 5
(**) Logitech Optical USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) RADEON(0): EDID vendor "DEL", prod id 40985
(II) RADEON(0): Using hsync ranges from config file
(II) RADEON(0): Using vrefresh ranges from config file
(II) RADEON(0): Printing DDC gathered Modelines:
(II) RADEON(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
(II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) RADEON(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) RADEON(0): Modeline "640x480"x0.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) RADEON(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) RADEON(0): Modeline "1024x768"x0.0   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
(II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) RADEON(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) RADEON(0): Modeline "1280x1024"x60.0  108.88  1280 1360 1496 1712  1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) RADEON(0): Modeline "1152x864"x75.0  104.99  1152 1224 1352 1552  864 865 868 902 -hsync +vsync (67.7 kHz)
(II) RADEON(0): Output: DVI-1, Detected Monitor Type: 3
(II) RADEON(0): EDID data from the display on output: DVI-1 ----------------------
(II) RADEON(0): Manufacturer: DEL  Model: a019  Serial#: 843859020
(II) RADEON(0): Year: 2007  Week: 27
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max Image Size [cm]: horiz.: 43  vert.: 27
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off
(II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) RADEON(0): Default color space is primary color space
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
(II) RADEON(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1280x1024@75Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported Future Video Modes:
(II) RADEON(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) RADEON(0): #1: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 119.0 MHz   Image Size:  434 x 270 mm
(II) RADEON(0): h_active: 1680  h_sync: 1728  h_sync_end 1760 h_blank_end 1840 h_border: 0
(II) RADEON(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1080 v_border: 0
(II) RADEON(0): Serial No: HF7307722LDL
(II) RADEON(0): Monitor name: DELL 2007WFP
(II) RADEON(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 140 MHz
(II) RADEON(0): EDID (in hex):
(II) RADEON(0): 	00ffffffffffff0010ac19a04c444c32
(II) RADEON(0): 	1b110103802b1b78eeee91a3544c9926
(II) RADEON(0): 	0f5054a54b008180714f010101010101
(II) RADEON(0): 	0101010101017c2e90a0601a1e403020
(II) RADEON(0): 	3600b20e1100001a000000ff00484637
(II) RADEON(0): 	3330373732324c444c0a000000fc0044
(II) RADEON(0): 	454c4c20323030375746500a000000fd
(II) RADEON(0): 	00384c1e530e000a202020202020006d
in RADEONProbeOutputModes
(II) RADEON(0): EDID vendor "DEL", prod id 40985
(II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DVI-0:ddc2" removed.
(II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
Dac detection success
AUDIT: Sat Dec 13 12:56:23 2008: 5044 X: client 4 rejected from local host ( uid=0 gid=0 pid=5230 )
AUDIT: Sat Dec 13 12:56:27 2008: 5044 X: client 4 rejected from local host ( uid=1000 gid=1000 pid=5232 )
AUDIT: Sat Dec 13 12:56:27 2008: 5044 X: client 4 rejected from local host ( uid=1000 gid=1000 pid=5233 )
AUDIT: Sat Dec 13 12:56:27 2008: 5044 X: client 4 rejected from local host ( uid=1000 gid=1000 pid=5234 )
(II) RADEON(0): EDID vendor "DEL", prod id 40985
(II) RADEON(0): Using hsync ranges from config file
(II) RADEON(0): Using vrefresh ranges from config file
(II) RADEON(0): Printing DDC gathered Modelines:
(II) RADEON(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
(II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) RADEON(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) RADEON(0): Modeline "640x480"x0.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) RADEON(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) RADEON(0): Modeline "1024x768"x0.0   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
(II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) RADEON(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) RADEON(0): Modeline "1280x1024"x60.0  108.88  1280 1360 1496 1712  1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) RADEON(0): Modeline "1152x864"x75.0  104.99  1152 1224 1352 1552  864 865 868 902 -hsync +vsync (67.7 kHz)
(II) RADEON(0): Output: DVI-1, Detected Monitor Type: 3
(II) RADEON(0): EDID data from the display on output: DVI-1 ----------------------
(II) RADEON(0): Manufacturer: DEL  Model: a019  Serial#: 843859020
(II) RADEON(0): Year: 2007  Week: 27
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max Image Size [cm]: horiz.: 43  vert.: 27
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off
(II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) RADEON(0): Default color space is primary color space
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
(II) RADEON(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1280x1024@75Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported Future Video Modes:
(II) RADEON(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) RADEON(0): #1: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 119.0 MHz   Image Size:  434 x 270 mm
(II) RADEON(0): h_active: 1680  h_sync: 1728  h_sync_end 1760 h_blank_end 1840 h_border: 0
(II) RADEON(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1080 v_border: 0
(II) RADEON(0): Serial No: HF7307722LDL
(II) RADEON(0): Monitor name: DELL 2007WFP
(II) RADEON(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 140 MHz
(II) RADEON(0): EDID (in hex):
(II) RADEON(0): 	00ffffffffffff0010ac19a04c444c32
(II) RADEON(0): 	1b110103802b1b78eeee91a3544c9926
(II) RADEON(0): 	0f5054a54b008180714f010101010101
(II) RADEON(0): 	0101010101017c2e90a0601a1e403020
(II) RADEON(0): 	3600b20e1100001a000000ff00484637
(II) RADEON(0): 	3330373732324c444c0a000000fc0044
(II) RADEON(0): 	454c4c20323030375746500a000000fd
(II) RADEON(0): 	00384c1e530e000a202020202020006d
in RADEONProbeOutputModes
(II) RADEON(0): EDID vendor "DEL", prod id 40985
(II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DVI-0:ddc2" removed.
(II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
Dac detection success
(II) RADEON(0): EDID vendor "DEL", prod id 40985
(II) RADEON(0): Using hsync ranges from config file
(II) RADEON(0): Using vrefresh ranges from config file
(II) RADEON(0): Printing DDC gathered Modelines:
(II) RADEON(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
(II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) RADEON(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) RADEON(0): Modeline "640x480"x0.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) RADEON(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) RADEON(0): Modeline "1024x768"x0.0   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
(II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) RADEON(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) RADEON(0): Modeline "1280x1024"x60.0  108.88  1280 1360 1496 1712  1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) RADEON(0): Modeline "1152x864"x75.0  104.99  1152 1224 1352 1552  864 865 868 902 -hsync +vsync (67.7 kHz)
(II) RADEON(0): Output: DVI-1, Detected Monitor Type: 3
(II) RADEON(0): EDID data from the display on output: DVI-1 ----------------------
(II) RADEON(0): Manufacturer: DEL  Model: a019  Serial#: 843859020
(II) RADEON(0): Year: 2007  Week: 27
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max Image Size [cm]: horiz.: 43  vert.: 27
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off
(II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) RADEON(0): Default color space is primary color space
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
(II) RADEON(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1280x1024@75Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported Future Video Modes:
(II) RADEON(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) RADEON(0): #1: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 119.0 MHz   Image Size:  434 x 270 mm
(II) RADEON(0): h_active: 1680  h_sync: 1728  h_sync_end 1760 h_blank_end 1840 h_border: 0
(II) RADEON(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1080 v_border: 0
(II) RADEON(0): Serial No: HF7307722LDL
(II) RADEON(0): Monitor name: DELL 2007WFP
(II) RADEON(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 140 MHz
(II) RADEON(0): EDID (in hex):
(II) RADEON(0): 	00ffffffffffff0010ac19a04c444c32
(II) RADEON(0): 	1b110103802b1b78eeee91a3544c9926
(II) RADEON(0): 	0f5054a54b008180714f010101010101
(II) RADEON(0): 	0101010101017c2e90a0601a1e403020
(II) RADEON(0): 	3600b20e1100001a000000ff00484637
(II) RADEON(0): 	3330373732324c444c0a000000fc0044
(II) RADEON(0): 	454c4c20323030375746500a000000fd
(II) RADEON(0): 	00384c1e530e000a202020202020006d
in RADEONProbeOutputModes
(II) RADEON(0): EDID vendor "DEL", prod id 40985
(II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DVI-0:ddc2" removed.
(II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
Dac detection success
(II) RADEON(0): EDID vendor "DEL", prod id 40985
(II) RADEON(0): Using hsync ranges from config file
(II) RADEON(0): Using vrefresh ranges from config file
(II) RADEON(0): Printing DDC gathered Modelines:
(II) RADEON(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
(II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) RADEON(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) RADEON(0): Modeline "640x480"x0.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) RADEON(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) RADEON(0): Modeline "1024x768"x0.0   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
(II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) RADEON(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) RADEON(0): Modeline "1280x1024"x60.0  108.88  1280 1360 1496 1712  1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) RADEON(0): Modeline "1152x864"x75.0  104.99  1152 1224 1352 1552  864 865 868 902 -hsync +vsync (67.7 kHz)
(II) RADEON(0): Output: DVI-1, Detected Monitor Type: 3
(II) RADEON(0): EDID data from the display on output: DVI-1 ----------------------
(II) RADEON(0): Manufacturer: DEL  Model: a019  Serial#: 843859020
(II) RADEON(0): Year: 2007  Week: 27
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max Image Size [cm]: horiz.: 43  vert.: 27
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off
(II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) RADEON(0): Default color space is primary color space
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
(II) RADEON(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1280x1024@75Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported Future Video Modes:
(II) RADEON(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) RADEON(0): #1: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 119.0 MHz   Image Size:  434 x 270 mm
(II) RADEON(0): h_active: 1680  h_sync: 1728  h_sync_end 1760 h_blank_end 1840 h_border: 0
(II) RADEON(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1080 v_border: 0
(II) RADEON(0): Serial No: HF7307722LDL
(II) RADEON(0): Monitor name: DELL 2007WFP
(II) RADEON(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 140 MHz
(II) RADEON(0): EDID (in hex):
(II) RADEON(0): 	00ffffffffffff0010ac19a04c444c32
(II) RADEON(0): 	1b110103802b1b78eeee91a3544c9926
(II) RADEON(0): 	0f5054a54b008180714f010101010101
(II) RADEON(0): 	0101010101017c2e90a0601a1e403020
(II) RADEON(0): 	3600b20e1100001a000000ff00484637
(II) RADEON(0): 	3330373732324c444c0a000000fc0044
(II) RADEON(0): 	454c4c20323030375746500a000000fd
(II) RADEON(0): 	00384c1e530e000a202020202020006d
in RADEONProbeOutputModes
(II) RADEON(0): EDID vendor "DEL", prod id 40985
(II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DVI-0:ddc2" removed.
(II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
Dac detection success
(II) RADEON(0): EDID vendor "DEL", prod id 40985
(II) RADEON(0): Using hsync ranges from config file
(II) RADEON(0): Using vrefresh ranges from config file
(II) RADEON(0): Printing DDC gathered Modelines:
(II) RADEON(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
(II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) RADEON(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) RADEON(0): Modeline "640x480"x0.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) RADEON(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) RADEON(0): Modeline "1024x768"x0.0   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
(II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) RADEON(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) RADEON(0): Modeline "1280x1024"x60.0  108.88  1280 1360 1496 1712  1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
(II) RADEON(0): Modeline "1152x864"x75.0  104.99  1152 1224 1352 1552  864 865 868 902 -hsync +vsync (67.7 kHz)
(II) RADEON(0): Output: DVI-1, Detected Monitor Type: 3
(II) RADEON(0): EDID data from the display on output: DVI-1 ----------------------
(II) RADEON(0): Manufacturer: DEL  Model: a019  Serial#: 843859020
(II) RADEON(0): Year: 2007  Week: 27
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max Image Size [cm]: horiz.: 43  vert.: 27
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off
(II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) RADEON(0): Default color space is primary color space
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
(II) RADEON(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1280x1024@75Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported Future Video Modes:
(II) RADEON(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) RADEON(0): #1: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 119.0 MHz   Image Size:  434 x 270 mm
(II) RADEON(0): h_active: 1680  h_sync: 1728  h_sync_end 1760 h_blank_end 1840 h_border: 0
(II) RADEON(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1080 v_border: 0
(II) RADEON(0): Serial No: HF7307722LDL
(II) RADEON(0): Monitor name: DELL 2007WFP
(II) RADEON(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 140 MHz
(II) RADEON(0): EDID (in hex):
(II) RADEON(0): 	00ffffffffffff0010ac19a04c444c32
(II) RADEON(0): 	1b110103802b1b78eeee91a3544c9926
(II) RADEON(0): 	0f5054a54b008180714f010101010101
(II) RADEON(0): 	0101010101017c2e90a0601a1e403020
(II) RADEON(0): 	3600b20e1100001a000000ff00484637
(II) RADEON(0): 	3330373732324c444c0a000000fc0044
(II) RADEON(0): 	454c4c20323030375746500a000000fd
(II) RADEON(0): 	00384c1e530e000a202020202020006d
in RADEONProbeOutputModes
(II) RADEON(0): EDID vendor "DEL", prod id 40985
(II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DVI-0:ddc2" removed.
(II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
Dac detection success

[-- Attachment #4: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-13 13:56                               ` Andrew Lyon
@ 2008-12-13 19:02                                 ` Todd Deshane
  2008-12-13 19:26                                   ` Andrew Lyon
  0 siblings, 1 reply; 92+ messages in thread
From: Todd Deshane @ 2008-12-13 19:02 UTC (permalink / raw)
  To: Andrew Lyon; +Cc: Jeremy Fitzhardinge, Xen-devel, Aviv Grafi, Ian Campbell

[-- Attachment #1: Type: text/plain, Size: 902 bytes --]

> Yes, in ahci mode the cdrom  is detected but the disks are not, in
> legacy mode neither is detected.

OK. I am now able to start testing on the VT-d 755 box as well.

I am just first going to give 4 logs.

1. static-based disk naming mem=3G (gets to initramfs prompt, probably
similar to Andrew's).
2. static-based disk naming no mem=3G option (crashes with panic)
3. udev-based disk naming mem=3G (gets to initramfs prompt, probably
similar to Andrew's)
4. udev-based disk naming no mem=3G option (crashes with panic)

These are before the last set of patches, but no major fixes were add
since. I'll update to the
latest patches and re-test to stay in sync though.

Let me know if there are any other things that I can help test with.

Also, Andrew: which BIOS revision are you at?
Have you tried looking for a new one?

Cheers,
Todd

-- 
Todd Deshane
http://todddeshane.net
http://runningxen.com

[-- Attachment #2: vtd-static-mem3G --]
[-- Type: application/octet-stream, Size: 64524 bytes --]

 __  __            _____ _  _                      _        _     _      
 \ \/ /___ _ __   |___ /| || |     _   _ _ __  ___| |_ __ _| |__ | | ___ 
  \  // _ \ '_ \    |_ \| || |_ __| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
  /  \  __/ | | |  ___) |__   _|__| |_| | | | \__ \ || (_| | |_) | |  __/
 /_/\_\___|_| |_| |____(_) |_|     \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
                                                                         
(XEN) Xen version 3.4-unstable (deshantm@) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) ) Thu Dec 11 16:40:27 EST 2008
(XEN) Latest ChangeSet: Tue Dec 09 16:28:02 2008 +0000 18891:6595393a3d28
(XEN) Command line: loglvl=all guest_loglvl=all com1=115200,8n1 console=com1 mem=3G
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN)  Found 2 MBR signatures
(XEN)  Found 2 EDD information structures
(XEN) Truncating memory map to 3145728kB
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 000000000009e400 (usable)
(XEN)  00000000000f0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 00000000c0000000 (usable)
(XEN) System RAM: 3071MB (3145336kB)
(XEN) ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
(XEN) ACPI: XSDT 000FC5B3, 009C (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
(XEN) ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
(XEN) ACPI: FACS CF3FF800, 0040
(XEN) ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
(XEN) ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
(XEN) ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: DMAR 000FCBF3, 0118 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: SSDT CF3FF840, 01B7 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CF3FFC49, 01B7 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CF400052, 01B7 (r1 DpgPmm  Cpu2Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CF40045B, 01B7 (r1 DpgPmm  Cpu3Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CF400864, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
(XEN) NUMA turned off
(XEN) Faking a node at 0000000000000000-00000000c0000000
(XEN) Xen heap: 14MB (14632kB)
(XEN) Domain heap initialised
(XEN) found SMP MP-table at 000fe710
(XEN) DMI 2.5 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x808
(XEN) ACPI: ACPI SLEEP INFO: pm1x_cnt[804,0], pm1x_evt[800,0]
(XEN) ACPI:                  wakeup_vec[cf3ff80c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) Processor #0 7:7 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
(XEN) Processor #1 7:7 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
(XEN) Processor #2 7:7 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
(XEN) Processor #3 7:7 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
(XEN) ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
(XEN) ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) ACPI: HPET id: 0x8086a301 base: 0xfed00000
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Initializing CPU#0
(XEN) Detected 2660.022 MHz processor.
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 6144K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 0
(XEN) HVM: VMX enabled
(XEN) CPU0: Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz stepping 07
(XEN) Booting processor 1/1 eip 8c000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 6144K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) CPU1: Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz stepping 07
(XEN) Booting processor 2/2 eip 8c000
(XEN) Initializing CPU#2
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 6144K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 2
(XEN) CPU2: Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz stepping 07
(XEN) Booting processor 3/3 eip 8c000
(XEN) Initializing CPU#3
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 6144K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 3
(XEN) CPU3: Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz stepping 07
(XEN) Total of 4 processors activated.
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using new ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) checking TSC synchronization across 4 CPUs: passed.
(XEN) Platform timer is 14.318MHz HPET
(XEN) Brought up 4 CPUs
(XEN) I/O virtualisation disabled
(XEN) ACPI sleep modes: S3
(XEN) MCA: Machine check polling timer started.
(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x200000 -> 0x8797bc
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   00000000b0000000->00000000b4000000 (722667 pages to be allocated)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff80200000->ffffffff808797bc
(XEN)  Init. ramdisk: ffffffff8087a000->ffffffff823f3c00
(XEN)  Phys-Mach map: ffffffff823f4000->ffffffff82997758
(XEN)  Start info:    ffffffff82998000->ffffffff829984a4
(XEN)  Page tables:   ffffffff82999000->ffffffff829b2000
(XEN)  Boot stack:    ffffffff829b2000->ffffffff829b3000
(XEN)  TOTAL:         ffffffff80000000->ffffffff82c00000
(XEN)  ENTRY ADDRESS: ffffffff806d8200
(XEN) Dom0 has maximum 4 VCPUs
(XEN) Scrubbing Free RAM: .done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 116kB init memory.
mapping kernel into physical memory
Xen: setup ISA identity maps
about to get started...
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.28-rc8-tip (deshantm@vtd) (gcc version 4.2.4 (Ubuntu 4.2.4-3ubuntu4)) #1 SMP Sat Dec 13 11:54:47 EST 2008
[    0.000000] Command line: root=/dev/sdb2 ro console=hvc0 earlyprintk=xen xencons=ttyS0,115200 pci=nomsi 
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  Xen: 0000000000000000 - 000000000009e400 (usable)
[    0.000000]  Xen: 00000000000a0000 - 0000000000100000 (reserved)
[    0.000000]  Xen: 0000000000100000 - 00000000023f4000 (usable)
[    0.000000]  Xen: 00000000023f4000 - 0000000002999000 (reserved)
[    0.000000]  Xen: 0000000002999000 - 00000000b46eb000 (usable)
[    0.000000] console [xenboot0] enabled
[    0.000000] DMI 2.5 present.
[    0.000000] last_pfn = 0xb46eb max_arch_pfn = 0x3ffffffff
[    0.000000] init_memory_mapping: 0000000000000000-00000000b46eb000
[    0.000000] last_map_addr: b46eb000 end: b46eb000
[    0.000000] RAMDISK: 0087a000 - 023f3c00
[    0.000000] ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
[    0.000000] ACPI: XSDT 000FC5B3, 009C (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
[    0.000000] ACPI: FACS CF3FF800, 0040
[    0.000000] ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
[    0.000000] ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: DMAR 000FCBF3, 0118 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: SSDT CF3FF840, 01B7 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CF3FFC49, 01B7 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CF400052, 01B7 (r1 DpgPmm  Cpu2Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CF40045B, 01B7 (r1 DpgPmm  Cpu3Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CF400864, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-00000000b46eb000
[    0.000000] Bootmem setup node 0 0000000000000000-00000000b46eb000
[    0.000000]   NODE_DATA [0000000000001000 - 0000000000005fff]
[    0.000000]   bootmap [0000000000008000 -  000000000001e8df] pages 17
[    0.000000] (6 early reservations) ==> bootmem [0000000000 - 00b46eb000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0002999000 - 00029b2000]   XEN PAGETABLES ==> [0002999000 - 00029b2000]
[    0.000000]   #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #3 [0000200000 - 00008797bc]    TEXT DATA BSS ==> [0000200000 - 00008797bc]
[    0.000000]   #4 [000087a000 - 00023f3c00]          RAMDISK ==> [000087a000 - 00023f3c00]
[    0.000000]   #5 [00029b2000 - 0002f3e000]          PGTABLE ==> [00029b2000 - 0002f3e000]
[    0.000000] found SMP MP-table at [ffff8800000fe710] 000fe710
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00100000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x0000009e
[    0.000000]     0: 0x00000100 -> 0x000023f4
[    0.000000]     0: 0x00002999 -> 0x000b46eb
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 0, 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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
(XEN) io_apic.c:2193: 
(XEN) ioapic_guest_write: apic=0, pin=2, old_irq=0, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f0, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
(XEN) io_apic.c:2193: 
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000023f4000 - 0000000002999000
[    0.000000] Allocating PCI resources starting at b8000000 (gap: b46eb000:4b915000)
[    0.000000] PERCPU: Allocating 57344 bytes of per cpu data
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 725741
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/sdb2 ro console=hvc0 earlyprintk=xen xencons=ttyS0,115200 pci=nomsi 
[    0.000000] Initializing CPU#0
[    0.000000] xen: allocated irq 9 for acpi 9
[    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[    0.000000] Detected 2660.022 MHz processor.
[    0.004000] Console: colour dummy device 80x25
[    0.004000] console handover: boot [xenboot0] -> real [hvc0]
[    0.004000] allocated 30146560 bytes of page_cgroup
[    0.004000] please try cgroup_disable=memory option if you don't want
[    0.004000] Checking aperture...
[    0.004000] No AGP bridge found
[    0.004000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.004000] Placing 64MB software IO TLB between ffff880007557000 - ffff88000b556fff
[    0.004000] software IO TLB at phys 0x7557000 - 0xb556fff bus 0x1c0000 - 0x7f3ffff
[    0.004000] Memory: 2772092k/2956204k available (3007k kernel code, 6172k absent, 177940k reserved, 1699k data, 568k init)
[    0.004000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.004000] installing Xen timer for CPU 0
[    0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 5320.04 BogoMIPS (lpj=10640088)
[    0.004000] Security Framework initialized
[    0.004000] SELinux:  Disabled at boot.
[    0.004000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.004000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.004000] Mount-cache hash table entries: 256
[    0.004000] Initializing cgroup subsys ns
[    0.004000] Initializing cgroup subsys cpuacct
[    0.004000] Initializing cgroup subsys memory
[    0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.004000] CPU: L2 cache: 6144K
[    0.004000] CPU 0/0x0 -> Node 0
[    0.004000] CPU: Physical Processor ID: 0
[    0.004000] CPU: Processor Core ID: 0
[    0.004000] SMP alternatives: switching to UP code
[    0.025296] ACPI: Core revision 20080926
[    0.230124] cpu 0 spinlock event irq 17
[    0.230745] installing Xen timer for CPU 1
[    0.230765] cpu 1 spinlock event irq 23
[    0.230791] SMP alternatives: switching to SMP code
[    0.000007] Initializing CPU#1
[    0.000044] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.000045] CPU: L2 cache: 6144K
[    0.000048] CPU 1/0x0 -> Node 0
[    0.000049] CPU: Physical Processor ID: 0
[    0.000050] CPU: Processor Core ID: 0
[    0.257997] installing Xen timer for CPU 2
[    0.258020] cpu 2 spinlock event irq 29
[    0.000021] Initializing CPU#2
[    0.000071] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.000072] CPU: L2 cache: 6144K
[    0.000074] CPU 2/0x0 -> Node 0
[    0.000076] CPU: Physical Processor ID: 0
[    0.000077] CPU: Processor Core ID: 0
[    0.258238] installing Xen timer for CPU 3
[    0.258260] cpu 3 spinlock event irq 35
[    0.000008] Initializing CPU#3
[    0.000042] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.000043] CPU: L2 cache: 6144K
[    0.000045] CPU 3/0x0 -> Node 0
[    0.000046] CPU: Physical Processor ID: 0
[    0.000047] CPU: Processor Core ID: 0
[    0.258383] Brought up 4 CPUs
[    0.258742] net_namespace: 1400 bytes
[    0.258748] Booting paravirtualized kernel on Xen
[    0.258751] Xen version: 3.4-unstable (preserve-AD) (dom0)
[    0.261687] Grant table initialized
[    0.261716] Time: 18:32:31  Date: 12/13/08
[    0.261745] NET: Registered protocol family 16
[    0.261963] xenbus_probe_init ok
[    0.262145] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.262150] ACPI: bus type pci registered
[    0.262240] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.262245] PCI: Not using MMCONFIG.
[    0.262247] PCI: Using configuration type 1 for base access
[    0.347396] ACPI: Interpreter enabled
[    0.347405] ACPI: (supports S0 S1 S3 S4 S5)
[    0.347422] ACPI: Using IOAPIC for interrupt routing
[    0.347535] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.648705] PCI: BIOS Bug: MCFG area at e0000000 is not reserved in ACPI motherboard resources
[    0.648716] PCI: Not using MMCONFIG.
[    0.760296] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[    0.760311] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.760339] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.760339] pci 0000:00:01.0: PME# disabled
[    0.760407] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    0.760413] pci 0000:00:03.0: PME# disabled
[    0.760742] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.760749] pci 0000:00:19.0: PME# disabled
[    0.761074] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.761080] pci 0000:00:1a.7: PME# disabled
[    0.761188] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.761195] pci 0000:00:1b.0: PME# disabled
[    0.761265] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.761271] pci 0000:00:1c.0: PME# disabled
[    0.761724] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.761731] pci 0000:00:1d.7: PME# disabled
[    0.761900] pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
[    0.761906] pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO
[    0.762046] pci 0000:00:1f.2: PME# supported from D3hot
[    0.762052] pci 0000:00:1f.2: PME# disabled
[    0.762256] pci 0000:01:00.0: PME# supported from D3hot D3cold
[    0.762263] pci 0000:01:00.0: PME# disabled
[    0.762482] pci 0000:00:1e.0: transparent bridge
[    2.177252] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
[    2.177404] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11 12 15)
[    2.178196] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    2.180631] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    2.181427] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    2.182191] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 9 10 11 12 15)
[    2.182983] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 15)
[    2.183755] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    2.184270] ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] - 00, should be 87 [20080926]
[    2.184293] xen_balloon: Initialising balloon driver.
[    2.184293] PCI: Using ACPI for IRQ routing
[    2.200018] NET: Registered protocol family 8
[    2.200022] NET: Registered protocol family 20
[    2.200041] NetLabel: Initializing
[    2.200041] NetLabel:  domain hash size = 128
[    2.200041] NetLabel:  protocols = UNLABELED CIPSOv4
[    2.200041] NetLabel:  unlabeled traffic allowed by default
[    2.200041] Xen: Initializing Xen DMA ops
[    2.200041] Xen: Enabling DMA fallback to swiotlb
[    2.200063] PCI-GART: No AMD GART found.
[    2.212080] pnp: PnP ACPI init
[    2.212090] ACPI: bus type pnp registered
[    2.225010] pnp 00:01: io resource (0x800-0x85f) overlaps 0000:00:1f.0 BAR 7 (0x800-0x87f), disabling
[    2.225016] pnp 00:01: io resource (0x860-0x8ff) overlaps 0000:00:1f.0 BAR 7 (0x800-0x87f), disabling
[    2.225185] system 00:01: ioport range 0xc00-0xc7f has been reserved
[    2.225812] xen_set_ioapic_routing: irq 13 gsi 13 vector 112 ioapic 0 pin 13 triggering 1 polarity 0
[    2.226394] xen_set_ioapic_routing: irq 8 gsi 8 vector 72 ioapic 0 pin 8 triggering 1 polarity 0
[    2.242150] xen_set_ioapic_routing: irq 7 gsi 7 vector 64 ioapic 0 pin 7 triggering 1 polarity 0
[    2.248907] xen_set_ioapic_routing: irq 4 gsi 4 vector 241 ioapic 0 pin 4 triggering 1 polarity 0
(XEN) io_apic.c:2206: 
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=4
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=000189f1
(XEN) ioapic_guest_write: Attempt to modify IO-APIC pin for in-use IRQ!
[    2.265438] pnp: PnP ACPI: found 9 devices
[    2.265441] ACPI: ACPI bus type pnp unregistered
[    2.270920] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    2.270924] pci 0000:00:01.0:   IO window: disabled
[    2.270931] pci 0000:00:01.0:   MEM window: 0xfe800000-0xfe8fffff
[    2.270936] pci 0000:00:01.0:   PREFETCH window: disabled
[    2.270944] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[    2.270947] pci 0000:00:1c.0:   IO window: disabled
[    2.270954] pci 0000:00:1c.0:   MEM window: 0xfe700000-0xfe7fffff
[    2.270960] pci 0000:00:1c.0:   PREFETCH window: disabled
[    2.270969] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03
[    2.270972] pci 0000:00:1e.0:   IO window: disabled
[    2.270979] pci 0000:00:1e.0:   MEM window: disabled
[    2.270985] pci 0000:00:1e.0:   PREFETCH window: disabled
[    2.271020] xen_set_ioapic_routing: irq 41 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    2.271027] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 41
[    2.271030] xen: PCI device 0000:00:01.0 pin 1 -> irq 41
[    2.271047] xen_allocate_pirq: returning irq 41 for gsi 16
[    2.271051] xen_set_ioapic_routing: irq 41 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    2.271057] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 41
[    2.271061] xen: PCI device 0000:00:1c.0 pin 1 -> irq 41
[    2.271079] bus: 00 index 0 io port: [0x00-0xffff]
[    2.271082] bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
[    2.271085] bus: 01 index 0 mmio: [0x0-0x0]
[    2.271087] bus: 01 index 1 mmio: [0xfe800000-0xfe8fffff]
[    2.271090] bus: 01 index 2 mmio: [0x0-0x0]
[    2.271092] bus: 01 index 3 mmio: [0x0-0x0]
[    2.271095] bus: 02 index 0 mmio: [0x0-0x0]
[    2.271097] bus: 02 index 1 mmio: [0xfe700000-0xfe7fffff]
[    2.271100] bus: 02 index 2 mmio: [0x0-0x0]
[    2.271102] bus: 02 index 3 mmio: [0x0-0x0]
[    2.271104] bus: 03 index 0 mmio: [0x0-0x0]
[    2.271106] bus: 03 index 1 mmio: [0x0-0x0]
[    2.271109] bus: 03 index 2 mmio: [0x0-0x0]
[    2.271111] bus: 03 index 3 io port: [0x00-0xffff]
[    2.271114] bus: 03 index 4 mmio: [0x000000-0xffffffffffffffff]
[    2.271124] NET: Registered protocol family 2
[    2.312225] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    2.313640] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    2.316931] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    2.317384] TCP: Hash tables configured (established 524288 bind 65536)
[    2.317388] TCP reno registered
[    2.328121] NET: Registered protocol family 1
[    2.328241] checking if image is initramfs... it is
[    2.351524] Freeing initrd memory: 28135k freed
[    2.360299] Simple Boot Flag at 0x7a set to 0x1
[    2.362975] audit: initializing netlink socket (disabled)
[    2.362995] type=2000 audit(1229193153.794:1): initialized
[    2.368216] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.373477] VFS: Disk quotas dquot_6.5.1
[    2.373604] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.373753] msgmni has been set to 5828
[    2.374103] alg: No test for stdrng (krng)
[    2.374116] io scheduler noop registered
[    2.374119] io scheduler anticipatory registered
[    2.374121] io scheduler deadline registered
[    2.374348] io scheduler cfq registered (default)
[    2.374757] pcieport-driver 0000:00:01.0: found MSI capability
[    2.374974] pcieport-driver 0000:00:1c.0: found MSI capability
[    2.375849] xenbus_probe_backend_init bus registered ok
[    2.375960] Event-channel device installed.
[    2.375962] ***blkif_init
[    2.436881] hpet_acpi_add: no address or irqs in _CRS
[    2.436979] Linux agpgart interface v0.103
[    2.436985] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
[    2.438169] xen_set_ioapic_routing: irq 43 gsi 17 vector 152 ioapic 0 pin 17 triggering 0 polarity 1
[    2.438178] serial 0000:00:03.3: PCI INT B -> GSI 17 (level, low) -> IRQ 43
[    2.438182] xen: PCI device 0000:00:03.3 pin 2 -> irq 43
[    2.438378] 0000:00:03.3: ttyS0 at I/O 0xec98 (irq = 43) is a 16550A
[    2.441812] brd: module loaded
[    2.441926] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[    2.442335] PNP: No PS/2 controller found. Probing ports directly.
[    2.444433] i8042: probe of i8042 failed with error -38
[    2.457754] mice: PS/2 mouse device common for all mice
[    2.457905] rtc_cmos 00:05: RTC can wake from S4
[    2.458030] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    2.458065] rtc0: alarms up to one day, 242 bytes nvram
[    2.458170] cpuidle: using governor ladder
[    2.458172] cpuidle: using governor menu
[    2.458453] TCP cubic registered
[    2.458470] IO APIC resources could be not be allocated.
[    2.458826] registered taskstats version 1
[    2.458939]   Magic number: 4:401:544
[    2.459028] rtc_cmos 00:05: setting system clock to 2008-12-13 18:32:33 UTC (1229193153)
[    2.459034] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.459037] EDD information not available.
[    2.459055] Freeing unused kernel memory: 568k freed
[    2.459191] Write protecting the kernel read-only data: 4316k
Loading, please wait...
WARNING: Couldn't open directory /lib/modules/2.6.28-rc8-tip: No such file or directory
FATAL: Could not open /lib/modules/2.6.28-rc8-tip/modules.dep.temp for writing: No such file or directory
Couldnt get a file descriptor referring to the console
Begin: Loading essential drivers... ...
Done.
Begin: Running /scripts/init-premount ...
Done.
Begin: Mounting root file system... ...
Begin: Running /scripts/local-top ...
Done.
Begin: Waiting for root file system... ...
Done.
Gave up waiting for root device.  Common problems:
 - Boot args (cat /proc/cmdline)
   - Check rootdelay= (did the system wait long enough?)
   - Check root= (did the system wait for the right device?)
 - Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/sdb2 does not exist. Dropping to a shell!


BusyBox v1.10.2 (Ubuntu 1:1.10.2-1ubuntu6) built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs) ls /dev
console             ptyqc               tty16               ttyq5
null                ptyqd               tty17               ttyq6
ttyS0               ptyqe               tty18               ttyq7
ttyS1               ptyqf               tty19               ttyq8
ttyS2               ptyr0               tty2                ttyq9
ttyS3               ptyr1               tty20               ttyqa
rtc0                ptyr2               tty21               ttyqb
ram0                ptyr3               tty22               ttyqc
ram1                ptyr4               tty23               ttyqd
ram10               ptyr5               tty24               ttyqe
ram11               ptyr6               tty25               ttyqf
ram12               ptyr7               tty26               ttyr0
ram13               ptyr8               tty27               ttyr1
ram14               ptyr9               tty28               ttyr2
ram15               ptyra               tty29               ttyr3
ram2                ptyrb               tty3                ttyr4
ram3                ptyrc               tty30               ttyr5
ram4                ptyrd               tty31               ttyr6
ram5                ptyre               tty32               ttyr7
ram6                ptyrf               tty33               ttyr8
ram7                ptys0               tty34               ttyr9
ram8                ptys1               tty35               ttyra
ram9                ptys2               tty36               ttyrb
input               ptys3               tty37               ttyrc
full                ptys4               tty38               ttyrd
kmem                ptys5               tty39               ttyre
kmsg                ptys6               tty4                ttyrf
mem                 ptys7               tty40               ttys0
oldmem              ptys8               tty41               ttys1
port                ptys9               tty42               ttys2
random              ptysa               tty43               ttys3
urandom             ptysb               tty44               ttys4
zero                ptysc               tty45               ttys5
cpu_dma_latency     ptysd               tty46               ttys6
evtchn              ptyse               tty47               ttys7
hpet                ptysf               tty48               ttys8
network_latency     ptyt0               tty49               ttys9
network_throughput  ptyt1               tty5                ttysa
psaux               ptyt2               tty50               ttysb
snapshot            ptyt3               tty51               ttysc
hvc0                ptyt4               tty52               ttysd
hvc1                ptyt5               tty53               ttyse
hvc2                ptyt6               tty54               ttysf
hvc3                ptyt7               tty55               ttyt0
hvc4                ptyt8               tty56               ttyt1
hvc5                ptyt9               tty57               ttyt2
hvc6                ptyta               tty58               ttyt3
hvc7                ptytb               tty59               ttyt4
ptmx                ptytc               tty6                ttyt5
ptya0               ptytd               tty60               ttyt6
ptya1               ptyte               tty61               ttyt7
ptya2               ptytf               tty62               ttyt8
ptya3               ptyu0               tty63               ttyt9
ptya4               ptyu1               tty7                ttyta
ptya5               ptyu2               tty8                ttytb
ptya6               ptyu3               tty9                ttytc
ptya7               ptyu4               ttya0               ttytd
ptya8               ptyu5               ttya1               ttyte
ptya9               ptyu6               ttya2               ttytf
ptyaa               ptyu7               ttya3               ttyu0
ptyab               ptyu8               ttya4               ttyu1
ptyac               ptyu9               ttya5               ttyu2
ptyad               ptyua               ttya6               ttyu3
ptyae               ptyub               ttya7               ttyu4
ptyaf               ptyuc               ttya8               ttyu5
ptyb0               ptyud               ttya9               ttyu6
ptyb1               ptyue               ttyaa               ttyu7
ptyb2               ptyuf               ttyab               ttyu8
ptyb3               ptyv0               ttyac               ttyu9
ptyb4               ptyv1               ttyad               ttyua
ptyb5               ptyv2               ttyae               ttyub
ptyb6               ptyv3               ttyaf               ttyuc
ptyb7               ptyv4               ttyb0               ttyud
ptyb8               ptyv5               ttyb1               ttyue
ptyb9               ptyv6               ttyb2               ttyuf
ptyba               ptyv7               ttyb3               ttyv0
ptybb               ptyv8               ttyb4               ttyv1
ptybc               ptyv9               ttyb5               ttyv2
ptybd               ptyva               ttyb6               ttyv3
ptybe               ptyvb               ttyb7               ttyv4
ptybf               ptyvc               ttyb8               ttyv5
ptyc0               ptyvd               ttyb9               ttyv6
ptyc1               ptyve               ttyba               ttyv7
ptyc2               ptyvf               ttybb               ttyv8
ptyc3               ptyw0               ttybc               ttyv9
ptyc4               ptyw1               ttybd               ttyva
ptyc5               ptyw2               ttybe               ttyvb
ptyc6               ptyw3               ttybf               ttyvc
ptyc7               ptyw4               ttyc0               ttyvd
ptyc8               ptyw5               ttyc1               ttyve
ptyc9               ptyw6               ttyc2               ttyvf
ptyca               ptyw7               ttyc3               ttyw0
ptycb               ptyw8               ttyc4               ttyw1
ptycc               ptyw9               ttyc5               ttyw2
ptycd               ptywa               ttyc6               ttyw3
ptyce               ptywb               ttyc7               ttyw4
ptycf               ptywc               ttyc8               ttyw5
ptyd0               ptywd               ttyc9               ttyw6
ptyd1               ptywe               ttyca               ttyw7
ptyd2               ptywf               ttycb               ttyw8
ptyd3               ptyx0               ttycc               ttyw9
ptyd4               ptyx1               ttycd               ttywa
ptyd5               ptyx2               ttyce               ttywb
ptyd6               ptyx3               ttycf               ttywc
ptyd7               ptyx4               ttyd0               ttywd
ptyd8               ptyx5               ttyd1               ttywe
ptyd9               ptyx6               ttyd2               ttywf
ptyda               ptyx7               ttyd3               ttyx0
ptydb               ptyx8               ttyd4               ttyx1
ptydc               ptyx9               ttyd5               ttyx2
ptydd               ptyxa               ttyd6               ttyx3
ptyde               ptyxb               ttyd7               ttyx4
ptydf               ptyxc               ttyd8               ttyx5
ptye0               ptyxd               ttyd9               ttyx6
ptye1               ptyxe               ttyda               ttyx7
ptye2               ptyxf               ttydb               ttyx8
ptye3               ptyy0               ttydc               ttyx9
ptye4               ptyy1               ttydd               ttyxa
ptye5               ptyy2               ttyde               ttyxb
ptye6               ptyy3               ttydf               ttyxc
ptye7               ptyy4               ttye0               ttyxd
ptye8               ptyy5               ttye1               ttyxe
ptye9               ptyy6               ttye2               ttyxf
ptyea               ptyy7               ttye3               ttyy0
ptyeb               ptyy8               ttye4               ttyy1
ptyec               ptyy9               ttye5               ttyy2
ptyed               ptyya               ttye6               ttyy3
ptyee               ptyyb               ttye7               ttyy4
ptyef               ptyyc               ttye8               ttyy5
ptyp0               ptyyd               ttye9               ttyy6
ptyp1               ptyye               ttyea               ttyy7
ptyp2               ptyyf               ttyeb               ttyy8
ptyp3               ptyz0               ttyec               ttyy9
ptyp4               ptyz1               ttyed               ttyya
ptyp5               ptyz2               ttyee               ttyyb
ptyp6               ptyz3               ttyef               ttyyc
ptyp7               ptyz4               ttyp0               ttyyd
ptyp8               ptyz5               ttyp1               ttyye
ptyp9               ptyz6               ttyp2               ttyyf
ptypa               ptyz7               ttyp3               ttyz0
ptypb               ptyz8               ttyp4               ttyz1
ptypc               ptyz9               ttyp5               ttyz2
ptypd               ptyza               ttyp6               ttyz3
ptype               ptyzb               ttyp7               ttyz4
ptypf               ptyzc               ttyp8               ttyz5
ptyq0               ptyzd               ttyp9               ttyz6
ptyq1               ptyze               ttypa               ttyz7
ptyq2               ptyzf               ttypb               ttyz8
ptyq3               tty                 ttypc               ttyz9
ptyq4               tty0                ttypd               ttyza
ptyq5               tty1                ttype               ttyzb
ptyq6               tty10               ttypf               ttyzc
ptyq7               tty11               ttyq0               ttyzd
ptyq8               tty12               ttyq1               ttyze
ptyq9               tty13               ttyq2               ttyzf
ptyqa               tty14               ttyq3               vcs
ptyqb               tty15               ttyq4               vcsa
(initramfs)  __  __            _____ _  _                      _        _     _      
 \ \/ /___ _ __   |___ /| || |     _   _ _ __  ___| |_ __ _| |__ | | ___ 
  \  // _ \ '_ \    |_ \| || |_ __| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
  /  \  __/ | | |  ___) |__   _|__| |_| | | | \__ \ || (_| | |_) | |  __/
 /_/\_\___|_| |_| |____(_) |_|     \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
                                                                         
(XEN) Xen version 3.4-unstable (deshantm@) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) ) Thu Dec 11 16:40:27 EST 2008
(XEN) Latest ChangeSet: Tue Dec 09 16:28:02 2008 +0000 18891:6595393a3d28
(XEN) Command line: loglvl=all guest_loglvl=all com1=115200,8n1 console=com1 mem=3G
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN)  Found 2 MBR signatures
(XEN)  Found 2 EDD information structures
(XEN) Truncating memory map to 3145728kB
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 000000000009e400 (usable)
(XEN)  00000000000f0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 00000000c0000000 (usable)
(XEN) System RAM: 3071MB (3145336kB)
(XEN) ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
(XEN) ACPI: XSDT 000FC5B3, 009C (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
(XEN) ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
(XEN) ACPI: FACS CF3FF800, 0040
(XEN) ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
(XEN) ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
(XEN) ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: DMAR 000FCBF3, 0118 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: SSDT CF3FF840, 01B7 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CF3FFC49, 01B7 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CF400052, 01B7 (r1 DpgPmm  Cpu2Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CF40045B, 01B7 (r1 DpgPmm  Cpu3Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CF400864, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
(XEN) NUMA turned off
(XEN) Faking a node at 0000000000000000-00000000c0000000
(XEN) Xen heap: 14MB (14632kB)
(XEN) Domain heap initialised
(XEN) found SMP MP-table at 000fe710
(XEN) DMI 2.5 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x808
(XEN) ACPI: ACPI SLEEP INFO: pm1x_cnt[804,0], pm1x_evt[800,0]
(XEN) ACPI:                  wakeup_vec[cf3ff80c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) Processor #0 7:7 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
(XEN) Processor #1 7:7 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
(XEN) Processor #2 7:7 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
(XEN) Processor #3 7:7 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
(XEN) ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
(XEN) ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) ACPI: HPET id: 0x8086a301 base: 0xfed00000
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Initializing CPU#0
(XEN) Detected 2660.022 MHz processor.
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 6144K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 0
(XEN) HVM: VMX enabled
(XEN) CPU0: Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz stepping 07
(XEN) Booting processor 1/1 eip 8c000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 6144K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) CPU1: Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz stepping 07
(XEN) Booting processor 2/2 eip 8c000
(XEN) Initializing CPU#2
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 6144K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 2
(XEN) CPU2: Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz stepping 07
(XEN) Booting processor 3/3 eip 8c000
(XEN) Initializing CPU#3
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 6144K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 3
(XEN) CPU3: Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz stepping 07
(XEN) Total of 4 processors activated.
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using new ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) checking TSC synchronization across 4 CPUs: passed.
(XEN) Platform timer is 14.318MHz HPET
(XEN) Brought up 4 CPUs
(XEN) I/O virtualisation disabled
(XEN) ACPI sleep modes: S3
(XEN) MCA: Machine check polling timer started.
(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x200000 -> 0x8797bc
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   00000000b0000000->00000000b4000000 (722667 pages to be allocated)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff80200000->ffffffff808797bc
(XEN)  Init. ramdisk: ffffffff8087a000->ffffffff823f3c00
(XEN)  Phys-Mach map: ffffffff823f4000->ffffffff82997758
(XEN)  Start info:    ffffffff82998000->ffffffff829984a4
(XEN)  Page tables:   ffffffff82999000->ffffffff829b2000
(XEN)  Boot stack:    ffffffff829b2000->ffffffff829b3000
(XEN)  TOTAL:         ffffffff80000000->ffffffff82c00000
(XEN)  ENTRY ADDRESS: ffffffff806d8200
(XEN) Dom0 has maximum 4 VCPUs
(XEN) Scrubbing Free RAM: .done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 116kB init memory.
mapping kernel into physical memory
Xen: setup ISA identity maps
about to get started...
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.28-rc8-tip (deshantm@vtd) (gcc version 4.2.4 (Ubuntu 4.2.4-3ubuntu4)) #1 SMP Sat Dec 13 11:54:47 EST 2008
[    0.000000] Command line: root=/dev/sdb5 ro console=hvc0 earlyprintk=xen xencons=ttyS0,115200 pci=nomsi 
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  Xen: 0000000000000000 - 000000000009e400 (usable)
[    0.000000]  Xen: 00000000000a0000 - 0000000000100000 (reserved)
[    0.000000]  Xen: 0000000000100000 - 00000000023f4000 (usable)
[    0.000000]  Xen: 00000000023f4000 - 0000000002999000 (reserved)
[    0.000000]  Xen: 0000000002999000 - 00000000b46eb000 (usable)
[    0.000000] console [xenboot0] enabled
[    0.000000] DMI 2.5 present.
[    0.000000] last_pfn = 0xb46eb max_arch_pfn = 0x3ffffffff
[    0.000000] init_memory_mapping: 0000000000000000-00000000b46eb000
[    0.000000] last_map_addr: b46eb000 end: b46eb000
[    0.000000] RAMDISK: 0087a000 - 023f3c00
[    0.000000] ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
[    0.000000] ACPI: XSDT 000FC5B3, 009C (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
[    0.000000] ACPI: FACS CF3FF800, 0040
[    0.000000] ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
[    0.000000] ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: DMAR 000FCBF3, 0118 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: SSDT CF3FF840, 01B7 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CF3FFC49, 01B7 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CF400052, 01B7 (r1 DpgPmm  Cpu2Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CF40045B, 01B7 (r1 DpgPmm  Cpu3Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CF400864, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-00000000b46eb000
[    0.000000] Bootmem setup node 0 0000000000000000-00000000b46eb000
[    0.000000]   NODE_DATA [0000000000001000 - 0000000000005fff]
[    0.000000]   bootmap [0000000000008000 -  000000000001e8df] pages 17
[    0.000000] (6 early reservations) ==> bootmem [0000000000 - 00b46eb000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0002999000 - 00029b2000]   XEN PAGETABLES ==> [0002999000 - 00029b2000]
[    0.000000]   #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #3 [0000200000 - 00008797bc]    TEXT DATA BSS ==> [0000200000 - 00008797bc]
[    0.000000]   #4 [000087a000 - 00023f3c00]          RAMDISK ==> [000087a000 - 00023f3c00]
[    0.000000]   #5 [00029b2000 - 0002f3e000]          PGTABLE ==> [00029b2000 - 0002f3e000]
[    0.000000] found SMP MP-table at [ffff8800000fe710] 000fe710
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00100000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x0000009e
[    0.000000]     0: 0x00000100 -> 0x000023f4
[    0.000000]     0: 0x00002999 -> 0x000b46eb
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 0, 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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
(XEN) io_apic.c:2193: 
(XEN) ioapic_guest_write: apic=0, pin=2, old_irq=0, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f0, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
(XEN) io_apic.c:2193: 
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000023f4000 - 0000000002999000
[    0.000000] Allocating PCI resources starting at b8000000 (gap: b46eb000:4b915000)
[    0.000000] PERCPU: Allocating 57344 bytes of per cpu data
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 725741
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/sdb5 ro console=hvc0 earlyprintk=xen xencons=ttyS0,115200 pci=nomsi 
[    0.000000] Initializing CPU#0
[    0.000000] xen: allocated irq 9 for acpi 9
[    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[    0.000000] Detected 2660.022 MHz processor.
[    0.004000] Console: colour dummy device 80x25
[    0.004000] console handover: boot [xenboot0] -> real [hvc0]
[    0.004000] allocated 30146560 bytes of page_cgroup
[    0.004000] please try cgroup_disable=memory option if you don't want
[    0.004000] Checking aperture...
[    0.004000] No AGP bridge found
[    0.004000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.004000] Placing 64MB software IO TLB between ffff880007557000 - ffff88000b556fff
[    0.004000] software IO TLB at phys 0x7557000 - 0xb556fff bus 0x1c0000 - 0x7f3ffff
[    0.004000] Memory: 2772092k/2956204k available (3007k kernel code, 6172k absent, 177940k reserved, 1699k data, 568k init)
[    0.004000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.004000] installing Xen timer for CPU 0
[    0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 5320.04 BogoMIPS (lpj=10640088)
[    0.004000] Security Framework initialized
[    0.004000] SELinux:  Disabled at boot.
[    0.004000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.004000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.004000] Mount-cache hash table entries: 256
[    0.004000] Initializing cgroup subsys ns
[    0.004000] Initializing cgroup subsys cpuacct
[    0.004000] Initializing cgroup subsys memory
[    0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.004000] CPU: L2 cache: 6144K
[    0.004000] CPU 0/0x0 -> Node 0
[    0.004000] CPU: Physical Processor ID: 0
[    0.004000] CPU: Processor Core ID: 0
[    0.004000] SMP alternatives: switching to UP code
[    0.025219] ACPI: Core revision 20080926
[    0.229955] cpu 0 spinlock event irq 17
[    0.230577] installing Xen timer for CPU 1
[    0.230595] cpu 1 spinlock event irq 23
[    0.230622] SMP alternatives: switching to SMP code
[    0.000008] Initializing CPU#1
[    0.000043] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.000045] CPU: L2 cache: 6144K
[    0.000047] CPU 1/0x0 -> Node 0
[    0.000048] CPU: Physical Processor ID: 0
[    0.000049] CPU: Processor Core ID: 0
[    0.256955] installing Xen timer for CPU 2
[    0.256979] cpu 2 spinlock event irq 29
[    0.000021] Initializing CPU#2
[    0.000071] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.000072] CPU: L2 cache: 6144K
[    0.000074] CPU 2/0x0 -> Node 0
[    0.000076] CPU: Physical Processor ID: 0
[    0.000077] CPU: Processor Core ID: 0
[    0.257198] installing Xen timer for CPU 3
[    0.257220] cpu 3 spinlock event irq 35
[    0.000009] Initializing CPU#3
[    0.000042] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.000044] CPU: L2 cache: 6144K
[    0.000046] CPU 3/0x0 -> Node 0
[    0.000047] CPU: Physical Processor ID: 0
[    0.000048] CPU: Processor Core ID: 0
[    0.257345] Brought up 4 CPUs
[    0.257703] net_namespace: 1400 bytes
[    0.257709] Booting paravirtualized kernel on Xen
[    0.257712] Xen version: 3.4-unstable (preserve-AD) (dom0)
[    0.260665] Grant table initialized
[    0.260694] Time: 18:41:12  Date: 12/13/08
[    0.260721] NET: Registered protocol family 16
[    0.260940] xenbus_probe_init ok
[    0.261123] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.261128] ACPI: bus type pci registered
[    0.261219] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.261223] PCI: Not using MMCONFIG.
[    0.261226] PCI: Using configuration type 1 for base access
[    0.346035] ACPI: Interpreter enabled
[    0.346044] ACPI: (supports S0 S1 S3 S4 S5)
[    0.346062] ACPI: Using IOAPIC for interrupt routing
[    0.346173] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.644110] PCI: BIOS Bug: MCFG area at e0000000 is not reserved in ACPI motherboard resources
[    0.644115] PCI: Not using MMCONFIG.
[    0.754394] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[    0.754409] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.754437] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.754437] pci 0000:00:01.0: PME# disabled
[    0.754437] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    0.754437] pci 0000:00:03.0: PME# disabled
[    0.754437] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.754437] pci 0000:00:19.0: PME# disabled
[    0.754437] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.754437] pci 0000:00:1a.7: PME# disabled
[    0.754437] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.754437] pci 0000:00:1b.0: PME# disabled
[    0.754437] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.754437] pci 0000:00:1c.0: PME# disabled
[    0.756338] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.756345] pci 0000:00:1d.7: PME# disabled
[    0.756513] pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
[    0.756519] pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO
[    0.756659] pci 0000:00:1f.2: PME# supported from D3hot
[    0.756665] pci 0000:00:1f.2: PME# disabled
[    0.756869] pci 0000:01:00.0: PME# supported from D3hot D3cold
[    0.756875] pci 0000:01:00.0: PME# disabled
[    0.757083] pci 0000:00:1e.0: transparent bridge
[    2.129244] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
[    2.129396] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11 12 15)
[    2.130189] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    2.132620] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    2.133431] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    2.134195] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 9 10 11 12 15)
[    2.134996] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 15)
[    2.135767] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    2.136269] ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] - 00, should be 87 [20080926]
[    2.136292] xen_balloon: Initialising balloon driver.
[    2.136292] PCI: Using ACPI for IRQ routing
[    2.152028] NET: Registered protocol family 8
[    2.152032] NET: Registered protocol family 20
[    2.152052] NetLabel: Initializing
[    2.152052] NetLabel:  domain hash size = 128
[    2.152052] NetLabel:  protocols = UNLABELED CIPSOv4
[    2.152052] NetLabel:  unlabeled traffic allowed by default
[    2.152052] Xen: Initializing Xen DMA ops
[    2.152052] Xen: Enabling DMA fallback to swiotlb
[    2.152066] PCI-GART: No AMD GART found.
[    2.164080] pnp: PnP ACPI init
[    2.164090] ACPI: bus type pnp registered
[    2.176972] pnp 00:01: io resource (0x800-0x85f) overlaps 0000:00:1f.0 BAR 7 (0x800-0x87f), disabling
[    2.176977] pnp 00:01: io resource (0x860-0x8ff) overlaps 0000:00:1f.0 BAR 7 (0x800-0x87f), disabling
[    2.177152] system 00:01: ioport range 0xc00-0xc7f has been reserved
[    2.177767] xen_set_ioapic_routing: irq 13 gsi 13 vector 112 ioapic 0 pin 13 triggering 1 polarity 0
[    2.178348] xen_set_ioapic_routing: irq 8 gsi 8 vector 72 ioapic 0 pin 8 triggering 1 polarity 0
[    2.193916] xen_set_ioapic_routing: irq 7 gsi 7 vector 64 ioapic 0 pin 7 triggering 1 polarity 0
[    2.200668] xen_set_ioapic_routing: irq 4 gsi 4 vector 241 ioapic 0 pin 4 triggering 1 polarity 0
(XEN) io_apic.c:2206: 
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=4
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=000189f1
(XEN) ioapic_guest_write: Attempt to modify IO-APIC pin for in-use IRQ!
[    2.216904] pnp: PnP ACPI: found 9 devices
[    2.216907] ACPI: ACPI bus type pnp unregistered
[    2.222260] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    2.222264] pci 0000:00:01.0:   IO window: disabled
[    2.222271] pci 0000:00:01.0:   MEM window: 0xfe800000-0xfe8fffff
[    2.222276] pci 0000:00:01.0:   PREFETCH window: disabled
[    2.222284] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[    2.222287] pci 0000:00:1c.0:   IO window: disabled
[    2.222294] pci 0000:00:1c.0:   MEM window: 0xfe700000-0xfe7fffff
[    2.222300] pci 0000:00:1c.0:   PREFETCH window: disabled
[    2.222309] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03
[    2.222312] pci 0000:00:1e.0:   IO window: disabled
[    2.222319] pci 0000:00:1e.0:   MEM window: disabled
[    2.222325] pci 0000:00:1e.0:   PREFETCH window: disabled
[    2.222360] xen_set_ioapic_routing: irq 41 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    2.222367] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 41
[    2.222370] xen: PCI device 0000:00:01.0 pin 1 -> irq 41
[    2.222387] xen_allocate_pirq: returning irq 41 for gsi 16
[    2.222391] xen_set_ioapic_routing: irq 41 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    2.222397] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 41
[    2.222401] xen: PCI device 0000:00:1c.0 pin 1 -> irq 41
[    2.222419] bus: 00 index 0 io port: [0x00-0xffff]
[    2.222422] bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
[    2.222425] bus: 01 index 0 mmio: [0x0-0x0]
[    2.222427] bus: 01 index 1 mmio: [0xfe800000-0xfe8fffff]
[    2.222430] bus: 01 index 2 mmio: [0x0-0x0]
[    2.222432] bus: 01 index 3 mmio: [0x0-0x0]
[    2.222434] bus: 02 index 0 mmio: [0x0-0x0]
[    2.222437] bus: 02 index 1 mmio: [0xfe700000-0xfe7fffff]
[    2.222439] bus: 02 index 2 mmio: [0x0-0x0]
[    2.222442] bus: 02 index 3 mmio: [0x0-0x0]
[    2.222444] bus: 03 index 0 mmio: [0x0-0x0]
[    2.222446] bus: 03 index 1 mmio: [0x0-0x0]
[    2.222448] bus: 03 index 2 mmio: [0x0-0x0]
[    2.222451] bus: 03 index 3 io port: [0x00-0xffff]
[    2.222453] bus: 03 index 4 mmio: [0x000000-0xffffffffffffffff]
[    2.222463] NET: Registered protocol family 2
[    2.264220] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    2.265599] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    2.268878] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    2.269329] TCP: Hash tables configured (established 524288 bind 65536)
[    2.269333] TCP reno registered
[    2.280119] NET: Registered protocol family 1
[    2.280238] checking if image is initramfs... it is
[    2.303322] Freeing initrd memory: 28135k freed
[    2.312033] Simple Boot Flag at 0x7a set to 0x1
[    2.314543] audit: initializing netlink socket (disabled)
[    2.314563] type=2000 audit(1229193675.265:1): initialized
[    2.319744] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.324878] VFS: Disk quotas dquot_6.5.1
[    2.325012] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.325164] msgmni has been set to 5828
[    2.325532] alg: No test for stdrng (krng)
[    2.325560] io scheduler noop registered
[    2.325563] io scheduler anticipatory registered
[    2.325566] io scheduler deadline registered
[    2.325793] io scheduler cfq registered (default)
[    2.326197] pcieport-driver 0000:00:01.0: found MSI capability
[    2.326416] pcieport-driver 0000:00:1c.0: found MSI capability
[    2.327325] xenbus_probe_backend_init bus registered ok
[    2.327435] Event-channel device installed.
[    2.327437] ***blkif_init
[    2.388368] hpet_acpi_add: no address or irqs in _CRS
[    2.388443] Linux agpgart interface v0.103
[    2.388448] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
[    2.389486] xen_set_ioapic_routing: irq 43 gsi 17 vector 152 ioapic 0 pin 17 triggering 0 polarity 1
[    2.389495] serial 0000:00:03.3: PCI INT B -> GSI 17 (level, low) -> IRQ 43
[    2.389499] xen: PCI device 0000:00:03.3 pin 2 -> irq 43
[    2.389709] 0000:00:03.3: ttyS0 at I/O 0xec98 (irq = 43) is a 16550A
[    2.393103] brd: module loaded
[    2.393215] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[    2.393615] PNP: No PS/2 controller found. Probing ports directly.
[    2.395858] i8042: probe of i8042 failed with error -38
[    2.405708] mice: PS/2 mouse device common for all mice
[    2.405872] rtc_cmos 00:05: RTC can wake from S4
[    2.405996] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    2.406030] rtc0: alarms up to one day, 242 bytes nvram
[    2.406132] cpuidle: using governor ladder
[    2.406135] cpuidle: using governor menu
[    2.406416] TCP cubic registered
[    2.406433] IO APIC resources could be not be allocated.
[    2.406741] registered taskstats version 1
[    2.406845]   Magic number: 4:57:696
[    2.406937] rtc_cmos 00:05: setting system clock to 2008-12-13 18:41:14 UTC (1229193674)
[    2.406943] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.406946] EDD information not available.
[    2.406965] Freeing unused kernel memory: 568k freed
[    2.407098] Write protecting the kernel read-only data: 4316k
Loading, please wait...
WARNING: Couldn't open directory /lib/modules/2.6.28-rc8-tip: No such file or directory
FATAL: Could not open /lib/modules/2.6.28-rc8-tip/modules.dep.temp for writing: No such file or directory
Couldnt get a file descriptor referring to the console
Begin: Loading essential drivers... ...
Done.
Begin: Running /scripts/init-premount ...
Done.
Begin: Mounting root file system... ...
Begin: Running /scripts/local-top ...
Done.
Begin: Waiting for root file system... ...
Done.
Gave up waiting for root device.  Common problems:
 - Boot args (cat /proc/cmdline)
   - Check rootdelay= (did the system wait long enough?)
   - Check root= (did the system wait for the right device?)
 - Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/sdb5 does not exist. Dropping to a shell!


BusyBox v1.10.2 (Ubuntu 1:1.10.2-1ubuntu6) built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs) 

[-- Attachment #3: vtd-static-nomem --]
[-- Type: application/octet-stream, Size: 26400 bytes --]

  \ \/ /___ _ __   |___ /| || |     _   _ _ __  ___| |_ __ _| |__ | | ___ 
  \  // _ \ '_ \    |_ \| || |_ __| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
  /  \  __/ | | |  ___) |__   _|__| |_| | | | \__ \ || (_| | |_) | |  __/
 /_/\_\___|_| |_| |____(_) |_|     \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
                                                                         
(XEN) Xen version 3.4-unstable (deshantm@) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) ) Thu Dec 11 16:40:27 EST 2008
(XEN) Latest ChangeSet: Tue Dec 09 16:28:02 2008 +0000 18891:6595393a3d28
(XEN) Command line: loglvl=all guest_loglvl=all com1=115200,8n1 console=com1
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN)  Found 2 MBR signatures
(XEN)  Found 2 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 000000000009e400 (usable)
(XEN)  00000000000f0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 00000000cf3ff800 (usable)
(XEN)  00000000cf3ff800 - 00000000cf453c00 (ACPI NVS)
(XEN)  00000000cf453c00 - 00000000cf455c00 (ACPI data)
(XEN)  00000000cf455c00 - 00000000d0000000 (reserved)
(XEN)  00000000e0000000 - 00000000f0000000 (reserved)
(XEN)  00000000fec00000 - 00000000fed00400 (reserved)
(XEN)  00000000fed20000 - 00000000feda0000 (reserved)
(XEN)  00000000fee00000 - 00000000fef00000 (reserved)
(XEN)  00000000ffb00000 - 0000000100000000 (reserved)
(XEN)  0000000100000000 - 0000000128000000 (usable)
(XEN) System RAM: 3955MB (4050548kB)
(XEN) ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
(XEN) ACPI: XSDT 000FC5B3, 009C (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
(XEN) ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
(XEN) ACPI: FACS CF3FF800, 0040
(XEN) ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
(XEN) ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
(XEN) ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: DMAR 000FCBF3, 0118 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: SSDT CF3FF840, 01B7 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CF3FFC49, 01B7 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CF400052, 01B7 (r1 DpgPmm  Cpu2Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CF40045B, 01B7 (r1 DpgPmm  Cpu3Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CF400864, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
(XEN) NUMA turned off
(XEN) Faking a node at 0000000000000000-0000000128000000
(XEN) Xen heap: 14MB (14580kB)
(XEN) Domain heap initialised
(XEN) found SMP MP-table at 000fe710
(XEN) DMI 2.5 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x808
(XEN) ACPI: ACPI SLEEP INFO: pm1x_cnt[804,0], pm1x_evt[800,0]
(XEN) ACPI:                  wakeup_vec[cf3ff80c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) Processor #0 7:7 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
(XEN) Processor #1 7:7 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
(XEN) Processor #2 7:7 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
(XEN) Processor #3 7:7 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
(XEN) ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
(XEN) ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) ACPI: HPET id: 0x8086a301 base: 0xfed00000
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Initializing CPU#0
(XEN) Detected 2660.051 MHz processor.
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 6144K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 0
(XEN) HVM: VMX enabled
(XEN) CPU0: Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz stepping 07
(XEN) Booting processor 1/1 eip 8c000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 6144K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) CPU1: Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz stepping 07
(XEN) Booting processor 2/2 eip 8c000
(XEN) Initializing CPU#2
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 6144K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 2
(XEN) CPU2: Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz stepping 07
(XEN) Booting processor 3/3 eip 8c000
(XEN) Initializing CPU#3
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 6144K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 3
(XEN) CPU3: Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz stepping 07
(XEN) Total of 4 processors activated.
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using new ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) checking TSC synchronization across 4 CPUs: passed.
(XEN) Platform timer is 14.318MHz HPET
(XEN) Brought up 4 CPUs
(XEN) I/O virtualisation disabled
(XEN) ACPI sleep modes: S3
(XEN) MCA: Machine check polling timer started.
(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x200000 -> 0x8797bc
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000120000000->0000000124000000 (943272 pages to be allocated)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff80200000->ffffffff808797bc
(XEN)  Init. ramdisk: ffffffff8087a000->ffffffff823f3c00
(XEN)  Phys-Mach map: ffffffff823f4000->ffffffff82b46540
(XEN)  Start info:    ffffffff82b47000->ffffffff82b474a4
(XEN)  Page tables:   ffffffff82b48000->ffffffff82b61000
(XEN)  Boot stack:    ffffffff82b61000->ffffffff82b62000
(XEN)  TOTAL:         ffffffff80000000->ffffffff82c00000
(XEN)  ENTRY ADDRESS: ffffffff806d8200
(XEN) Dom0 has maximum 4 VCPUs
(XEN) '0' pressed -> dumping Dom0's registers
(XEN) *** Dumping Dom0 vcpu#0 state: ***
(XEN) RIP:    0000:[<0000000000000000>]
(XEN) RFLAGS: 0000000000000000   EM: 1   CONTEXT: pv guest
(XEN) rax: 0000000000000000   rbx: 0000000000000000   rcx: 0000000000000000
(XEN) rdx: 0000000000000000   rsi: 0000000000000000   rdi: 0000000000000000
(XEN) rbp: 0000000000000000   rsp: 0000000000000000   r8:  0000000000000000
(XEN) r9:  0000000000000000   r10: 0000000000000000   r11: 0000000000000000
(XEN) r12: 0000000000000000   r13: 0000000000000000   r14: 0000000000000000
(XEN) r15: 0000000000000000   cr0: 0000000000000000   cr4: 0000000000002620
(XEN) cr3: 0000000000000000   cr2: 0000000000000000
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0000
(XEN) *** Dumping Dom0 vcpu#1 state: ***
(XEN) RIP:    0000:[<0000000000000000>]
(XEN) RFLAGS: 0000000000000000   EM: 1   CONTEXT: pv guest
(XEN) rax: 0000000000000000   rbx: 0000000000000000   rcx: 0000000000000000
(XEN) rdx: 0000000000000000   rsi: 0000000000000000   rdi: 0000000000000000
(XEN) rbp: 0000000000000000   rsp: 0000000000000000   r8:  0000000000000000
(XEN) r9:  0000000000000000   r10: 0000000000000000   r11: 0000000000000000
(XEN) r12: 0000000000000000   r13: 0000000000000000   r14: 0000000000000000
(XEN) r15: 0000000000000000   cr0: 0000000000000000   cr4: 0000000000002620
(XEN) cr3: 0000000000000000   cr2: 0000000000000000
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0000
(XEN) *** Dumping Dom0 vcpu#2 state: ***
(XEN) RIP:    0000:[<0000000000000000>]
(XEN) RFLAGS: 0000000000000000   EM: 1   CONTEXT: pv guest
(XEN) rax: 0000000000000000   rbx: 0000000000000000   rcx: 0000000000000000
(XEN) rdx: 0000000000000000   rsi: 0000000000000000   rdi: 0000000000000000
(XEN) rbp: 0000000000000000   rsp: 0000000000000000   r8:  0000000000000000
(XEN) r9:  0000000000000000   r10: 0000000000000000   r11: 0000000000000000
(XEN) r12: 0000000000000000   r13: 0000000000000000   r14: 0000000000000000
(XEN) r15: 0000000000000000   cr0: 0000000000000000   cr4: 0000000000002620
(XEN) cr3: 0000000000000000   cr2: 0000000000000000
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0000
(XEN) *** Dumping Dom0 vcpu#3 state: ***
(XEN) RIP:    0000:[<0000000000000000>]
(XEN) RFLAGS: 0000000000000000   EM: 1   CONTEXT: pv guest
(XEN) rax: 0000000000000000   rbx: 0000000000000000   rcx: 0000000000000000
(XEN) rdx: 0000000000000000   rsi: 0000000000000000   rdi: 0000000000000000
(XEN) rbp: 0000000000000000   rsp: 0000000000000000   r8:  0000000000000000
(XEN) r9:  0000000000000000   r10: 0000000000000000   r11: 0000000000000000
(XEN) r12: 0000000000000000   r13: 0000000000000000   r14: 0000000000000000
(XEN) r15: 0000000000000000   cr0: 0000000000000000   cr4: 0000000000002620
(XEN) cr3: 0000000000000000   cr2: 0000000000000000
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0000
(XEN) Scrubbing Free RAM: .done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 116kB init memory.
mapping kernel into physical memory
Xen: setup ISA identity maps
about to get started...
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.28-rc8-tip (deshantm@vtd) (gcc version 4.2.4 (Ubuntu 4.2.4-3ubuntu4)) #1 SMP Sat Dec 13 11:54:47 EST 2008
[    0.000000] Command line: root=/dev/sdb5 ro console=hvc0 earlyprintk=xen xencons=ttyS0,115200 pci=nomsi 
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  Xen: 0000000000000000 - 000000000009e400 (usable)
[    0.000000]  Xen: 00000000000a0000 - 0000000000100000 (reserved)
[    0.000000]  Xen: 0000000000100000 - 00000000023f4000 (usable)
[    0.000000]  Xen: 00000000023f4000 - 0000000002b48000 (reserved)
[    0.000000]  Xen: 0000000002b48000 - 00000000cf3ff800 (usable)
[    0.000000]  Xen: 00000000cf3ff800 - 00000000cf453c00 (ACPI NVS)
[    0.000000]  Xen: 00000000cf453c00 - 00000000cf455c00 (ACPI data)
[    0.000000]  Xen: 00000000cf455c00 - 00000000d0000000 (reserved)
[    0.000000]  Xen: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  Xen: 00000000fec00000 - 00000000fed00400 (reserved)
[    0.000000]  Xen: 00000000fed20000 - 00000000feda0000 (reserved)
[    0.000000]  Xen: 00000000fee00000 - 00000000fef00000 (reserved)
[    0.000000]  Xen: 00000000ffb00000 - 0000000100000000 (reserved)
[    0.000000] console [xenboot0] enabled
[    0.000000] DMI 2.5 present.
[    0.000000] last_pfn = 0xcf3ff max_arch_pfn = 0x3ffffffff
[    0.000000] init_memory_mapping: 0000000000000000-00000000cf3ff000
[    0.000000] last_map_addr: cf3ff000 end: cf3ff000
[    0.000000] RAMDISK: 0087a000 - 023f3c00
[    0.000000] ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
[    0.000000] ACPI: XSDT 000FC5B3, 009C (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
[    0.000000] ACPI: FACS CF3FF800, 0040
[    0.000000] ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
[    0.000000] ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: DMAR 000FCBF3, 0118 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: SSDT CF3FF840, 01B7 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CF3FFC49, 01B7 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CF400052, 01B7 (r1 DpgPmm  Cpu2Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CF40045B, 01B7 (r1 DpgPmm  Cpu3Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CF400864, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-00000000cf3ff000
[    0.000000] Bootmem setup node 0 0000000000000000-00000000cf3ff000
[    0.000000]   NODE_DATA [0000000000001000 - 0000000000005fff]
[    0.000000]   bootmap [0000000000008000 -  0000000000021e7f] pages 1a
[    0.000000] (6 early reservations) ==> bootmem [0000000000 - 00cf3ff000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0002b48000 - 0002b61000]   XEN PAGETABLES ==> [0002b48000 - 0002b61000]
[    0.000000]   #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #3 [0000200000 - 00008797bc]    TEXT DATA BSS ==> [0000200000 - 00008797bc]
[    0.000000]   #4 [000087a000 - 00023f3c00]          RAMDISK ==> [000087a000 - 00023f3c00]
[    0.000000]   #5 [0002b61000 - 00031c4000]          PGTABLE ==> [0002b61000 - 00031c4000]
[    0.000000] found SMP MP-table at [ffff8800000fe710] 000fe710
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00100000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x0000009e
[    0.000000]     0: 0x00000100 -> 0x000023f4
[    0.000000]     0: 0x00002b48 -> 0x000cf3ff
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 0, 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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
(XEN) io_apic.c:2193: 
(XEN) ioapic_guest_write: apic=0, pin=2, old_irq=0, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f0, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
(XEN) io_apic.c:2193: 
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000023f4000 - 0000000002b48000
[    0.000000] Allocating PCI resources starting at d1000000 (gap: d0000000:10000000)
[    0.000000] PERCPU: Allocating 57344 bytes of per cpu data
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 833653
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/sdb5 ro console=hvc0 earlyprintk=xen xencons=ttyS0,115200 pci=nomsi 
[    0.000000] Initializing CPU#0
[    0.000000] xen: allocated irq 9 for acpi 9
[    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[    0.000000] Detected 2660.004 MHz processor.
[    0.004000] Console: colour dummy device 80x25
[    0.004000] console handover: boot [xenboot0] -> real [hvc0]
[    0.004000] allocated 34078720 bytes of page_cgroup
[    0.004000] please try cgroup_disable=memory option if you don't want
[    0.004000] Checking aperture...
[    0.004000] No AGP bridge found
[    0.004000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.004000] Placing 64MB software IO TLB between ffff8800080df000 - ffff88000c0defff
[    0.004000] software IO TLB at phys 0x80df000 - 0xc0defff bus 0x1c0000 - 0x7b3ffff
[    0.004000] Memory: 3199660k/3395580k available (3007k kernel code, 7896k absent, 188024k reserved, 1699k data, 568k init)
[    0.004000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.004000] installing Xen timer for CPU 0
[    0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 5320.00 BogoMIPS (lpj=10640016)
[    0.004000] Security Framework initialized
[    0.004000] SELinux:  Disabled at boot.
[    0.004000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.004000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.004000] Mount-cache hash table entries: 256
[    0.004000] Initializing cgroup subsys ns
[    0.004000] Initializing cgroup subsys cpuacct
[    0.004000] Initializing cgroup subsys memory
[    0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.004000] CPU: L2 cache: 6144K
[    0.004000] CPU 0/0x0 -> Node 0
[    0.004000] CPU: Physical Processor ID: 0
[    0.004000] CPU: Processor Core ID: 0
[    0.004014] SMP alternatives: switching to UP code
[    0.025296] ACPI: Core revision 20080926
[    0.230094] cpu 0 spinlock event irq 17
[    0.230751] installing Xen timer for CPU 1
[    0.230770] cpu 1 spinlock event irq 23
[    0.230797] SMP alternatives: switching to SMP code
[    0.000007] Initializing CPU#1
[    0.000044] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.000045] CPU: L2 cache: 6144K
[    0.000047] CPU 1/0x0 -> Node 0
[    0.000048] CPU: Physical Processor ID: 0
[    0.000049] CPU: Processor Core ID: 0
[    0.257153] installing Xen timer for CPU 2
[    0.257177] cpu 2 spinlock event irq 29
[    0.000020] Initializing CPU#2
[    0.000072] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.000073] CPU: L2 cache: 6144K
[    0.000075] CPU 2/0x0 -> Node 0
[    0.000077] CPU: Physical Processor ID: 0
[    0.000078] CPU: Processor Core ID: 0
[    0.257397] installing Xen timer for CPU 3
[    0.257419] cpu 3 spinlock event irq 35
[    0.000008] Initializing CPU#3
[    0.000041] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.000042] CPU: L2 cache: 6144K
[    0.000044] CPU 3/0x0 -> Node 0
[    0.000046] CPU: Physical Processor ID: 0
[    0.000047] CPU: Processor Core ID: 0
[    0.257543] Brought up 4 CPUs
[    0.257898] net_namespace: 1400 bytes
[    0.257904] Booting paravirtualized kernel on Xen
[    0.257907] Xen version: 3.4-unstable (preserve-AD) (dom0)
[    0.260848] Grant table initialized
[    0.260877] Time: 18:45:03  Date: 12/13/08
[    0.260905] NET: Registered protocol family 16
[    0.261130] xenbus_probe_init ok
[    0.261313] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.261318] ACPI: bus type pci registered
[    0.261408] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.261414] PCI: MCFG area at e0000000 reserved in E820
[    0.262804] BUG: unable to handle kernel paging request at ffff9d5555555000
[    0.262809] IP: [<ffffffff804eb04b>] do_page_fault+0x2cb/0xaf0
[    0.262818] PGD 0 
[    0.262820] Oops: 0000 [#1] SMP 
[    0.262823] last sysfs file: 
[    0.262826] CPU 0 
[    0.262828] Modules linked in:
[    0.262832] Pid: 1, comm: swapper Not tainted 2.6.28-rc8-tip #1
[    0.262835] RIP: e030:[<ffffffff804eb04b>]  [<ffffffff804eb04b>] do_page_fault+0x2cb/0xaf0
[    0.262840] RSP: e02b:ffff8800ceaafbd8  EFLAGS: 00010046
[    0.262843] RAX: 0000000000000000 RBX: ffff9d5555555000 RCX: 00003ffffffff000
[    0.262847] RDX: ffff9d5555555000 RSI: ffff880000000000 RDI: 5555555555555067
[    0.262850] RBP: ffff8800ceaafc88 R08: 000000000000000d R09: ffff8800cec00490
[    0.262853] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[    0.262857] R13: ffff800002007248 R14: 0000000000000060 R15: ffff8800ceaafc98
[    0.262863] FS:  0000000000000000(0000) GS:ffffffff8069fa00(0000) knlGS:0000000000000000
[    0.262867] CS:  e033 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.262870] CR2: ffff9d5555555000 CR3: 0000000000201000 CR4: 0000000000002620
[    0.264001] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[    0.264001] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[    0.264001] Process swapper (pid: 1, threadinfo ffff8800ceaae000, task ffff8800ceab0000)
[    0.264001] Stack:
[    0.264001]  ffffffff80647a30 ffff8800ceaafc00 ffffffff804e8888 ffff8800ceab0000
[    0.264001]  0000000000000000 ffff8800ceaafc40 ffffffff8024e24d ffff8800ceaafc30
[    0.264001]  0000000000000001 ffff8800ceaafc8f ffffffff807d678f 0000000000000000
[    0.264001] Call Trace:
[    0.264001]  [<ffffffff804e8888>] ? _spin_unlock_irqrestore+0x18/0x20
[    0.264001]  [<ffffffff8024e24d>] ? release_console_sem+0x1dd/0x200
[    0.264001]  [<ffffffff8024eb35>] ? vprintk+0x195/0x3d0
[    0.264001]  [<ffffffff804e8bd5>] page_fault+0x25/0x30
[    0.264001]  [<ffffffff8020b881>] ? xen_page_is_ram+0x91/0xb0
[    0.264001]  [<ffffffff80234acb>] __ioremap_caller+0xab/0x340
[    0.264001]  [<ffffffff8070ac50>] ? pci_mmcfg_arch_init+0xa0/0x140
[    0.264001]  [<ffffffff802ddfb5>] ? __kmalloc+0x85/0x100
[    0.264001]  [<ffffffff80234e72>] ioremap_nocache+0x12/0x20
[    0.264001]  [<ffffffff8070ac50>] pci_mmcfg_arch_init+0xa0/0x140
[    0.264001]  [<ffffffff8070b53e>] __pci_mmcfg_init+0x11e/0x2f0
[    0.264001]  [<ffffffff8070aab0>] ? pci_arch_init+0x0/0x70
[    0.264001]  [<ffffffff8070b72e>] pci_mmcfg_early_init+0xe/0x10
[    0.264001]  [<ffffffff8070aac5>] pci_arch_init+0x15/0x70
[    0.264001]  [<ffffffff8020a03c>] do_one_initcall+0x3c/0x170
[    0.264001]  [<ffffffff80298e9c>] ? register_irq_proc+0xbc/0xe0
[    0.264001]  [<ffffffff80330000>] ? proc_pid_instantiate+0x20/0xa0
[    0.264001]  [<ffffffff806d8f4c>] kernel_init+0x13c/0x1a0
[    0.264001]  [<ffffffff8021383a>] child_rip+0xa/0x20
[    0.264001]  [<ffffffff8021312d>] ? retint_restore_args+0x5/0x20
[    0.264001]  [<ffffffff80213830>] ? child_rip+0x0/0x20
[    0.264001] Code: 48 b9 00 f0 ff ff ff 3f 00 00 48 be 00 00 00 00 00 88 ff ff 48 21 c8 48 8d 14 30 4c 89 e8 48 c1 e8 1b 25 f8 0f 00 00 48 8d 1c 02 <48> 8b 3b e8 4d 18 d2 ff 90 a8 01 0f 84 c5 00 00 00 48 8b 3b e8 
[    0.264001] RIP  [<ffffffff804eb04b>] do_page_fault+0x2cb/0xaf0
[    0.264001]  RSP <ffff8800ceaafbd8>
[    0.264001] CR2: ffff9d5555555000
[    0.264001] ---[ end trace 4eaa2a86a8e2da22 ]---
[    0.264014] Kernel panic - not syncing: Attempted to kill init!
[    0.268014] Pid: 1, comm: swapper Tainted: G      D    2.6.28-rc8-tip #1
[    0.272009] Call Trace:
[    0.274777]  [<ffffffff8024daa0>] panic+0xa0/0x180
[    0.276012]  [<ffffffff80299bc7>] ? call_rcu+0x57/0x70
[    0.280013]  [<ffffffff8024f5bc>] ? put_files_struct+0x7c/0xd0
[    0.284017]  [<ffffffff80284e78>] ? cgroup_exit+0x98/0x110
[    0.288012]  [<ffffffff802509b4>] do_exit+0x8a4/0x990
[    0.292011]  [<ffffffff804e9818>] oops_end+0xe8/0xf0
[    0.296010]  [<ffffffff804eb516>] do_page_fault+0x796/0xaf0
[    0.300004]  [<ffffffff803975fd>] ? string+0x3d/0xd0
[    0.304004]  [<ffffffff80397a27>] ? vsnprintf+0x397/0x820
[    0.308004]  [<ffffffff804e8bd5>] page_fault+0x25/0x30
[    0.312004]  [<ffffffff804eb04b>] ? do_page_fault+0x2cb/0xaf0
[    0.316004]  [<ffffffff804eb01f>] ? do_page_fault+0x29f/0xaf0
[    0.320006]  [<ffffffff804e8888>] ? _spin_unlock_irqrestore+0x18/0x20
[    0.324004]  [<ffffffff8024e24d>] ? release_console_sem+0x1dd/0x200
[    0.328009]  [<ffffffff8024eb35>] ? vprintk+0x195/0x3d0
[    0.332004]  [<ffffffff804e8bd5>] page_fault+0x25/0x30
[    0.336004]  [<ffffffff8020b881>] ? xen_page_is_ram+0x91/0xb0
[    0.340009]  [<ffffffff80234acb>] __ioremap_caller+0xab/0x340
[    0.344009]  [<ffffffff8070ac50>] ? pci_mmcfg_arch_init+0xa0/0x140
[    0.348004]  [<ffffffff802ddfb5>] ? __kmalloc+0x85/0x100
[    0.352004]  [<ffffffff80234e72>] ioremap_nocache+0x12/0x20
[    0.356004]  [<ffffffff8070ac50>] pci_mmcfg_arch_init+0xa0/0x140
[    0.360009]  [<ffffffff8070b53e>] __pci_mmcfg_init+0x11e/0x2f0
[    0.364004]  [<ffffffff8070aab0>] ? pci_arch_init+0x0/0x70
[    0.368004]  [<ffffffff8070b72e>] pci_mmcfg_early_init+0xe/0x10
[    0.372004]  [<ffffffff8070aac5>] pci_arch_init+0x15/0x70
[    0.376009]  [<ffffffff8020a03c>] do_one_initcall+0x3c/0x170
[    0.380004]  [<ffffffff80298e9c>] ? register_irq_proc+0xbc/0xe0
[    0.384004]  [<ffffffff80330000>] ? proc_pid_instantiate+0x20/0xa0
[    0.388004]  [<ffffffff806d8f4c>] kernel_init+0x13c/0x1a0
[    0.392004]  [<ffffffff8021383a>] child_rip+0xa/0x20
[    0.396004]  [<ffffffff8021312d>] ? retint_restore_args+0x5/0x20
[    0.400004]  [<ffffffff80213830>] ? child_rip+0x0/0x20

[-- Attachment #4: vtd-udev-mem3G --]
[-- Type: application/octet-stream, Size: 37770 bytes --]

 __  __            _____ _  _                      _        _     _      
 \ \/ /___ _ __   |___ /| || |     _   _ _ __  ___| |_ __ _| |__ | | ___ 
  \  // _ \ '_ \    |_ \| || |_ __| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
  /  \  __/ | | |  ___) |__   _|__| |_| | | | \__ \ || (_| | |_) | |  __/
 /_/\_\___|_| |_| |____(_) |_|     \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
                                                                         
(XEN) Xen version 3.4-unstable (deshantm@) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) ) Thu Dec 11 16:40:27 EST 2008
(XEN) Latest ChangeSet: Tue Dec 09 16:28:02 2008 +0000 18891:6595393a3d28
(XEN) Command line: loglvl=all guest_loglvl=all com1=115200,8n1 console=com1 mem=3G
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN)  Found 2 MBR signatures
(XEN)  Found 2 EDD information structures
(XEN) Truncating memory map to 3145728kB
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 000000000009e400 (usable)
(XEN)  00000000000f0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 00000000c0000000 (usable)
(XEN) System RAM: 3071MB (3145336kB)
(XEN) ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
(XEN) ACPI: XSDT 000FC5B3, 009C (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
(XEN) ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
(XEN) ACPI: FACS CF3FF800, 0040
(XEN) ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
(XEN) ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
(XEN) ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: DMAR 000FCBF3, 0118 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: SSDT CF3FF840, 01B7 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CF3FFC49, 01B7 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CF400052, 01B7 (r1 DpgPmm  Cpu2Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CF40045B, 01B7 (r1 DpgPmm  Cpu3Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CF400864, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
(XEN) NUMA turned off
(XEN) Faking a node at 0000000000000000-00000000c0000000
(XEN) Xen heap: 14MB (14632kB)
(XEN) Domain heap initialised
(XEN) found SMP MP-table at 000fe710
(XEN) DMI 2.5 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x808
(XEN) ACPI: ACPI SLEEP INFO: pm1x_cnt[804,0], pm1x_evt[800,0]
(XEN) ACPI:                  wakeup_vec[cf3ff80c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) Processor #0 7:7 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
(XEN) Processor #1 7:7 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
(XEN) Processor #2 7:7 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
(XEN) Processor #3 7:7 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
(XEN) ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
(XEN) ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) ACPI: HPET id: 0x8086a301 base: 0xfed00000
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Initializing CPU#0
(XEN) Detected 2660.038 MHz processor.
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 6144K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 0
(XEN) HVM: VMX enabled
(XEN) CPU0: Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz stepping 07
(XEN) Booting processor 1/1 eip 8c000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 6144K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) CPU1: Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz stepping 07
(XEN) Booting processor 2/2 eip 8c000
(XEN) Initializing CPU#2
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 6144K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 2
(XEN) CPU2: Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz stepping 07
(XEN) Booting processor 3/3 eip 8c000
(XEN) Initializing CPU#3
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 6144K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 3
(XEN) CPU3: Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz stepping 07
(XEN) Total of 4 processors activated.
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using new ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) checking TSC synchronization across 4 CPUs: passed.
(XEN) Platform timer is 14.318MHz HPET
(XEN) Brought up 4 CPUs
(XEN) I/O virtualisation disabled
(XEN) ACPI sleep modes: S3
(XEN) MCA: Machine check polling timer started.
(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x200000 -> 0x8797bc
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   00000000b0000000->00000000b4000000 (722667 pages to be allocated)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff80200000->ffffffff808797bc
(XEN)  Init. ramdisk: ffffffff8087a000->ffffffff823f3c00
(XEN)  Phys-Mach map: ffffffff823f4000->ffffffff82997758
(XEN)  Start info:    ffffffff82998000->ffffffff829984a4
(XEN)  Page tables:   ffffffff82999000->ffffffff829b2000
(XEN)  Boot stack:    ffffffff829b2000->ffffffff829b3000
(XEN)  TOTAL:         ffffffff80000000->ffffffff82c00000
(XEN)  ENTRY ADDRESS: ffffffff806d8200
(XEN) Dom0 has maximum 4 VCPUs
(XEN) Scrubbing Free RAM: .done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 116kB init memory.
mapping kernel into physical memory
Xen: setup ISA identity maps
about to get started...
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.28-rc8-tip (deshantm@vtd) (gcc version 4.2.4 (Ubuntu 4.2.4-3ubuntu4)) #1 SMP Sat Dec 13 11:54:47 EST 2008
[    0.000000] Command line: root=UUID=97f1da20-7a48-4b3c-a204-1d9c468564c2 ro console=hvc0 earlyprintk=xen xencons=ttyS0,115200 pci=nomsi 
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  Xen: 0000000000000000 - 000000000009e400 (usable)
[    0.000000]  Xen: 00000000000a0000 - 0000000000100000 (reserved)
[    0.000000]  Xen: 0000000000100000 - 00000000023f4000 (usable)
[    0.000000]  Xen: 00000000023f4000 - 0000000002999000 (reserved)
[    0.000000]  Xen: 0000000002999000 - 00000000b46eb000 (usable)
[    0.000000] console [xenboot0] enabled
[    0.000000] DMI 2.5 present.
[    0.000000] last_pfn = 0xb46eb max_arch_pfn = 0x3ffffffff
[    0.000000] init_memory_mapping: 0000000000000000-00000000b46eb000
[    0.000000] last_map_addr: b46eb000 end: b46eb000
[    0.000000] RAMDISK: 0087a000 - 023f3c00
[    0.000000] ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
[    0.000000] ACPI: XSDT 000FC5B3, 009C (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
[    0.000000] ACPI: FACS CF3FF800, 0040
[    0.000000] ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
[    0.000000] ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: DMAR 000FCBF3, 0118 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: SSDT CF3FF840, 01B7 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CF3FFC49, 01B7 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CF400052, 01B7 (r1 DpgPmm  Cpu2Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CF40045B, 01B7 (r1 DpgPmm  Cpu3Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CF400864, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-00000000b46eb000
[    0.000000] Bootmem setup node 0 0000000000000000-00000000b46eb000
[    0.000000]   NODE_DATA [0000000000001000 - 0000000000005fff]
[    0.000000]   bootmap [0000000000008000 -  000000000001e8df] pages 17
[    0.000000] (6 early reservations) ==> bootmem [0000000000 - 00b46eb000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0002999000 - 00029b2000]   XEN PAGETABLES ==> [0002999000 - 00029b2000]
[    0.000000]   #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #3 [0000200000 - 00008797bc]    TEXT DATA BSS ==> [0000200000 - 00008797bc]
[    0.000000]   #4 [000087a000 - 00023f3c00]          RAMDISK ==> [000087a000 - 00023f3c00]
[    0.000000]   #5 [00029b2000 - 0002f3e000]          PGTABLE ==> [00029b2000 - 0002f3e000]
[    0.000000] found SMP MP-table at [ffff8800000fe710] 000fe710
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00100000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x0000009e
[    0.000000]     0: 0x00000100 -> 0x000023f4
[    0.000000]     0: 0x00002999 -> 0x000b46eb
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 0, 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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
(XEN) io_apic.c:2193: 
(XEN) ioapic_guest_write: apic=0, pin=2, old_irq=0, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f0, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
(XEN) io_apic.c:2193: 
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000023f4000 - 0000000002999000
[    0.000000] Allocating PCI resources starting at b8000000 (gap: b46eb000:4b915000)
[    0.000000] PERCPU: Allocating 57344 bytes of per cpu data
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 725741
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=UUID=97f1da20-7a48-4b3c-a204-1d9c468564c2 ro console=hvc0 earlyprintk=xen xencons=ttyS0,115200 pci=nomsi 
[    0.000000] Initializing CPU#0
[    0.000000] xen: allocated irq 9 for acpi 9
[    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[    0.000000] Detected 2660.038 MHz processor.
[    0.004000] Console: colour dummy device 80x25
[    0.004000] console handover: boot [xenboot0] -> real [hvc0]
[    0.004000] allocated 30146560 bytes of page_cgroup
[    0.004000] please try cgroup_disable=memory option if you don't want
[    0.004000] Checking aperture...
[    0.004000] No AGP bridge found
[    0.004000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.004000] Placing 64MB software IO TLB between ffff880007557000 - ffff88000b556fff
[    0.004000] software IO TLB at phys 0x7557000 - 0xb556fff bus 0x1c0000 - 0x7f3ffff
[    0.004000] Memory: 2772092k/2956204k available (3007k kernel code, 6172k absent, 177940k reserved, 1699k data, 568k init)
[    0.004000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.004000] installing Xen timer for CPU 0
[    0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 5320.07 BogoMIPS (lpj=10640152)
[    0.004000] Security Framework initialized
[    0.004000] SELinux:  Disabled at boot.
[    0.004000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.004000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.004000] Mount-cache hash table entries: 256
[    0.004000] Initializing cgroup subsys ns
[    0.004000] Initializing cgroup subsys cpuacct
[    0.004000] Initializing cgroup subsys memory
[    0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.004000] CPU: L2 cache: 6144K
[    0.004000] CPU 0/0x0 -> Node 0
[    0.004000] CPU: Physical Processor ID: 0
[    0.004000] CPU: Processor Core ID: 0
[    0.004000] SMP alternatives: switching to UP code
[    0.025300] ACPI: Core revision 20080926
[    0.230606] cpu 0 spinlock event irq 17
[    0.231232] installing Xen timer for CPU 1
[    0.231251] cpu 1 spinlock event irq 23
[    0.231277] SMP alternatives: switching to SMP code
[    0.000008] Initializing CPU#1
[    0.000043] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.000044] CPU: L2 cache: 6144K
[    0.000046] CPU 1/0x0 -> Node 0
[    0.000048] CPU: Physical Processor ID: 0
[    0.000048] CPU: Processor Core ID: 0
[    0.257606] installing Xen timer for CPU 2
[    0.257629] cpu 2 spinlock event irq 29
[    0.000020] Initializing CPU#2
[    0.000071] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.000072] CPU: L2 cache: 6144K
[    0.000075] CPU 2/0x0 -> Node 0
[    0.000076] CPU: Physical Processor ID: 0
[    0.000077] CPU: Processor Core ID: 0
[    0.257845] installing Xen timer for CPU 3
[    0.257867] cpu 3 spinlock event irq 35
[    0.000008] Initializing CPU#3
[    0.000041] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.000043] CPU: L2 cache: 6144K
[    0.000045] CPU 3/0x0 -> Node 0
[    0.000046] CPU: Physical Processor ID: 0
[    0.000047] CPU: Processor Core ID: 0
[    0.257990] Brought up 4 CPUs
[    0.258348] net_namespace: 1400 bytes
[    0.258354] Booting paravirtualized kernel on Xen
[    0.258357] Xen version: 3.4-unstable (preserve-AD) (dom0)
[    0.261287] Grant table initialized
[    0.261317] Time: 17:18:00  Date: 12/13/08
[    0.261345] NET: Registered protocol family 16
[    0.261565] xenbus_probe_init ok
[    0.261747] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.261752] ACPI: bus type pci registered
[    0.261843] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.261847] PCI: Not using MMCONFIG.
[    0.261850] PCI: Using configuration type 1 for base access
[    0.345702] ACPI: Interpreter enabled
[    0.345711] ACPI: (supports S0 S1 S3 S4 S5)
[    0.345729] ACPI: Using IOAPIC for interrupt routing
[    0.345840] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.643141] PCI: BIOS Bug: MCFG area at e0000000 is not reserved in ACPI motherboard resources
[    0.643146] PCI: Not using MMCONFIG.
[    0.754146] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[    0.754162] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.754189] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.754189] pci 0000:00:01.0: PME# disabled
[    0.754189] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    0.754189] pci 0000:00:03.0: PME# disabled
[    0.754189] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.754189] pci 0000:00:19.0: PME# disabled
[    0.754189] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.754189] pci 0000:00:1a.7: PME# disabled
[    0.754189] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.754189] pci 0000:00:1b.0: PME# disabled
[    0.754189] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.754189] pci 0000:00:1c.0: PME# disabled
[    0.754189] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.754189] pci 0000:00:1d.7: PME# disabled
[    0.756153] pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
[    0.756159] pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO
[    0.756299] pci 0000:00:1f.2: PME# supported from D3hot
[    0.756304] pci 0000:00:1f.2: PME# disabled
[    0.756508] pci 0000:01:00.0: PME# supported from D3hot D3cold
[    0.756515] pci 0000:01:00.0: PME# disabled
[    0.756722] pci 0000:00:1e.0: transparent bridge
[    2.125254] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
[    2.125410] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11 12 15)
[    2.126200] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    2.128633] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    2.129431] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    2.130195] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 9 10 11 12 15)
[    2.130993] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 15)
[    2.131763] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    2.132265] ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] - 00, should be 87 [20080926]
[    2.132289] xen_balloon: Initialising balloon driver.
[    2.132289] PCI: Using ACPI for IRQ routing
[    2.148016] NET: Registered protocol family 8
[    2.148021] NET: Registered protocol family 20
[    2.148041] NetLabel: Initializing
[    2.148041] NetLabel:  domain hash size = 128
[    2.148041] NetLabel:  protocols = UNLABELED CIPSOv4
[    2.148041] NetLabel:  unlabeled traffic allowed by default
[    2.148041] Xen: Initializing Xen DMA ops
[    2.148041] Xen: Enabling DMA fallback to swiotlb
[    2.148064] PCI-GART: No AMD GART found.
[    2.160080] pnp: PnP ACPI init
[    2.160090] ACPI: bus type pnp registered
[    2.172945] pnp 00:01: io resource (0x800-0x85f) overlaps 0000:00:1f.0 BAR 7 (0x800-0x87f), disabling
[    2.172951] pnp 00:01: io resource (0x860-0x8ff) overlaps 0000:00:1f.0 BAR 7 (0x800-0x87f), disabling
[    2.173125] system 00:01: ioport range 0xc00-0xc7f has been reserved
[    2.173751] xen_set_ioapic_routing: irq 13 gsi 13 vector 112 ioapic 0 pin 13 triggering 1 polarity 0
[    2.174332] xen_set_ioapic_routing: irq 8 gsi 8 vector 72 ioapic 0 pin 8 triggering 1 polarity 0
[    2.189957] xen_set_ioapic_routing: irq 7 gsi 7 vector 64 ioapic 0 pin 7 triggering 1 polarity 0
[    2.196680] xen_set_ioapic_routing: irq 4 gsi 4 vector 241 ioapic 0 pin 4 triggering 1 polarity 0
(XEN) io_apic.c:2206: 
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=4
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=000189f1
(XEN) ioapic_guest_write: Attempt to modify IO-APIC pin for in-use IRQ!
[    2.212891] pnp: PnP ACPI: found 9 devices
[    2.212895] ACPI: ACPI bus type pnp unregistered
[    2.218387] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    2.218391] pci 0000:00:01.0:   IO window: disabled
[    2.218398] pci 0000:00:01.0:   MEM window: 0xfe800000-0xfe8fffff
[    2.218403] pci 0000:00:01.0:   PREFETCH window: disabled
[    2.218411] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[    2.218414] pci 0000:00:1c.0:   IO window: disabled
[    2.218421] pci 0000:00:1c.0:   MEM window: 0xfe700000-0xfe7fffff
[    2.218427] pci 0000:00:1c.0:   PREFETCH window: disabled
[    2.218436] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03
[    2.218439] pci 0000:00:1e.0:   IO window: disabled
[    2.218446] pci 0000:00:1e.0:   MEM window: disabled
[    2.218452] pci 0000:00:1e.0:   PREFETCH window: disabled
[    2.218487] xen_set_ioapic_routing: irq 41 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    2.218494] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 41
[    2.218498] xen: PCI device 0000:00:01.0 pin 1 -> irq 41
[    2.218514] xen_allocate_pirq: returning irq 41 for gsi 16
[    2.218518] xen_set_ioapic_routing: irq 41 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    2.218524] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 41
[    2.218528] xen: PCI device 0000:00:1c.0 pin 1 -> irq 41
[    2.218546] bus: 00 index 0 io port: [0x00-0xffff]
[    2.218549] bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
[    2.218552] bus: 01 index 0 mmio: [0x0-0x0]
[    2.218555] bus: 01 index 1 mmio: [0xfe800000-0xfe8fffff]
[    2.218557] bus: 01 index 2 mmio: [0x0-0x0]
[    2.218560] bus: 01 index 3 mmio: [0x0-0x0]
[    2.218562] bus: 02 index 0 mmio: [0x0-0x0]
[    2.218564] bus: 02 index 1 mmio: [0xfe700000-0xfe7fffff]
[    2.218567] bus: 02 index 2 mmio: [0x0-0x0]
[    2.218569] bus: 02 index 3 mmio: [0x0-0x0]
[    2.218571] bus: 03 index 0 mmio: [0x0-0x0]
[    2.218574] bus: 03 index 1 mmio: [0x0-0x0]
[    2.218576] bus: 03 index 2 mmio: [0x0-0x0]
[    2.218578] bus: 03 index 3 io port: [0x00-0xffff]
[    2.218581] bus: 03 index 4 mmio: [0x000000-0xffffffffffffffff]
[    2.218592] NET: Registered protocol family 2
[    2.260216] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    2.261602] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    2.264934] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    2.265394] TCP: Hash tables configured (established 524288 bind 65536)
[    2.265399] TCP reno registered
[    2.276121] NET: Registered protocol family 1
[    2.276241] checking if image is initramfs... it is
[    2.299498] Freeing initrd memory: 28135k freed
[    2.308165] Simple Boot Flag at 0x7a set to 0x1
[    2.310863] audit: initializing netlink socket (disabled)
[    2.310884] type=2000 audit(1229188683.310:1): initialized
[    2.316187] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.321385] VFS: Disk quotas dquot_6.5.1
[    2.321550] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.321713] msgmni has been set to 5828
[    2.322054] alg: No test for stdrng (krng)
[    2.322066] io scheduler noop registered
[    2.322069] io scheduler anticipatory registered
[    2.322072] io scheduler deadline registered
[    2.322283] io scheduler cfq registered (default)
[    2.322682] pcieport-driver 0000:00:01.0: found MSI capability
[    2.322911] pcieport-driver 0000:00:1c.0: found MSI capability
[    2.323814] xenbus_probe_backend_init bus registered ok
[    2.323912] Event-channel device installed.
[    2.323915] ***blkif_init
[    2.385345] hpet_acpi_add: no address or irqs in _CRS
[    2.385454] Linux agpgart interface v0.103
[    2.385458] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
[    2.386698] xen_set_ioapic_routing: irq 43 gsi 17 vector 152 ioapic 0 pin 17 triggering 0 polarity 1
[    2.386707] serial 0000:00:03.3: PCI INT B -> GSI 17 (level, low) -> IRQ 43
[    2.386711] xen: PCI device 0000:00:03.3 pin 2 -> irq 43
[    2.386907] 0000:00:03.3: ttyS0 at I/O 0xec98 (irq = 43) is a 16550A
[    2.390103] brd: module loaded
[    2.390197] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[    2.390477] PNP: No PS/2 controller found. Probing ports directly.
[    2.392687] i8042: probe of i8042 failed with error -38
[    2.409725] mice: PS/2 mouse device common for all mice
[    2.409870] rtc_cmos 00:05: RTC can wake from S4
[    2.409992] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    2.410026] rtc0: alarms up to one day, 242 bytes nvram
[    2.410123] cpuidle: using governor ladder
[    2.410136] cpuidle: using governor menu
[    2.410421] TCP cubic registered
[    2.410439] IO APIC resources could be not be allocated.
[    2.410789] registered taskstats version 1
[    2.410893]   Magic number: 4:89:340
[    2.410900] tty ttyzf: hash matches
[    2.410984] rtc_cmos 00:05: setting system clock to 2008-12-13 17:18:02 UTC (1229188682)
[    2.410990] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.410993] EDD information not available.
[    2.411012] Freeing unused kernel memory: 568k freed
[    2.411147] Write protecting the kernel read-only data: 4316k
Loading, please wait...
WARNING: Couldn't open directory /lib/modules/2.6.28-rc8-tip: No such file or directory
FATAL: Could not open /lib/modules/2.6.28-rc8-tip/modules.dep.temp for writing: No such file or directory
Couldnt get a file descriptor referring to the console
Begin: Loading essential drivers... ...
Done.
Begin: Running /scripts/init-premount ...
Done.
Begin: Mounting root file system... ...
Begin: Running /scripts/local-top ...
Done.
Begin: Waiting for root file system... ...
Done.
Gave up waiting for root device.  Common problems:
 - Boot args (cat /proc/cmdline)
   - Check rootdelay= (did the system wait long enough?)
   - Check root= (did the system wait for the right device?)
 - Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/disk/by-uuid/97f1da20-7a48-4b3c-a204-1d9c468564c2 does not exist. Dropping to a shell!


BusyBox v1.10.2 (Ubuntu 1:1.10.2-1ubuntu6) built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs) cat /proc/modules
(initramfs) ls /dev
console             ptyqc               tty16               ttyq5
null                ptyqd               tty17               ttyq6
ttyS0               ptyqe               tty18               ttyq7
ttyS1               ptyqf               tty19               ttyq8
ttyS2               ptyr0               tty2                ttyq9
ttyS3               ptyr1               tty20               ttyqa
rtc0                ptyr2               tty21               ttyqb
ram0                ptyr3               tty22               ttyqc
ram1                ptyr4               tty23               ttyqd
ram10               ptyr5               tty24               ttyqe
ram11               ptyr6               tty25               ttyqf
ram12               ptyr7               tty26               ttyr0
ram13               ptyr8               tty27               ttyr1
ram14               ptyr9               tty28               ttyr2
ram15               ptyra               tty29               ttyr3
ram2                ptyrb               tty3                ttyr4
ram3                ptyrc               tty30               ttyr5
ram4                ptyrd               tty31               ttyr6
ram5                ptyre               tty32               ttyr7
ram6                ptyrf               tty33               ttyr8
ram7                ptys0               tty34               ttyr9
ram8                ptys1               tty35               ttyra
ram9                ptys2               tty36               ttyrb
input               ptys3               tty37               ttyrc
full                ptys4               tty38               ttyrd
kmem                ptys5               tty39               ttyre
kmsg                ptys6               tty4                ttyrf
mem                 ptys7               tty40               ttys0
oldmem              ptys8               tty41               ttys1
port                ptys9               tty42               ttys2
random              ptysa               tty43               ttys3
urandom             ptysb               tty44               ttys4
zero                ptysc               tty45               ttys5
cpu_dma_latency     ptysd               tty46               ttys6
evtchn              ptyse               tty47               ttys7
hpet                ptysf               tty48               ttys8
network_latency     ptyt0               tty49               ttys9
network_throughput  ptyt1               tty5                ttysa
psaux               ptyt2               tty50               ttysb
snapshot            ptyt3               tty51               ttysc
hvc0                ptyt4               tty52               ttysd
hvc1                ptyt5               tty53               ttyse
hvc2                ptyt6               tty54               ttysf
hvc3                ptyt7               tty55               ttyt0
hvc4                ptyt8               tty56               ttyt1
hvc5                ptyt9               tty57               ttyt2
hvc6                ptyta               tty58               ttyt3
hvc7                ptytb               tty59               ttyt4
ptmx                ptytc               tty6                ttyt5
ptya0               ptytd               tty60               ttyt6
ptya1               ptyte               tty61               ttyt7
ptya2               ptytf               tty62               ttyt8
ptya3               ptyu0               tty63               ttyt9
ptya4               ptyu1               tty7                ttyta
ptya5               ptyu2               tty8                ttytb
ptya6               ptyu3               tty9                ttytc
ptya7               ptyu4               ttya0               ttytd
ptya8               ptyu5               ttya1               ttyte
ptya9               ptyu6               ttya2               ttytf
ptyaa               ptyu7               ttya3               ttyu0
ptyab               ptyu8               ttya4               ttyu1
ptyac               ptyu9               ttya5               ttyu2
ptyad               ptyua               ttya6               ttyu3
ptyae               ptyub               ttya7               ttyu4
ptyaf               ptyuc               ttya8               ttyu5
ptyb0               ptyud               ttya9               ttyu6
ptyb1               ptyue               ttyaa               ttyu7
ptyb2               ptyuf               ttyab               ttyu8
ptyb3               ptyv0               ttyac               ttyu9
ptyb4               ptyv1               ttyad               ttyua
ptyb5               ptyv2               ttyae               ttyub
ptyb6               ptyv3               ttyaf               ttyuc
ptyb7               ptyv4               ttyb0               ttyud
ptyb8               ptyv5               ttyb1               ttyue
ptyb9               ptyv6               ttyb2               ttyuf
ptyba               ptyv7               ttyb3               ttyv0
ptybb               ptyv8               ttyb4               ttyv1
ptybc               ptyv9               ttyb5               ttyv2
ptybd               ptyva               ttyb6               ttyv3
ptybe               ptyvb               ttyb7               ttyv4
ptybf               ptyvc               ttyb8               ttyv5
ptyc0               ptyvd               ttyb9               ttyv6
ptyc1               ptyve               ttyba               ttyv7
ptyc2               ptyvf               ttybb               ttyv8
ptyc3               ptyw0               ttybc               ttyv9
ptyc4               ptyw1               ttybd               ttyva
ptyc5               ptyw2               ttybe               ttyvb
ptyc6               ptyw3               ttybf               ttyvc
ptyc7               ptyw4               ttyc0               ttyvd
ptyc8               ptyw5               ttyc1               ttyve
ptyc9               ptyw6               ttyc2               ttyvf
ptyca               ptyw7               ttyc3               ttyw0
ptycb               ptyw8               ttyc4               ttyw1
ptycc               ptyw9               ttyc5               ttyw2
ptycd               ptywa               ttyc6               ttyw3
ptyce               ptywb               ttyc7               ttyw4
ptycf               ptywc               ttyc8               ttyw5
ptyd0               ptywd               ttyc9               ttyw6
ptyd1               ptywe               ttyca               ttyw7
ptyd2               ptywf               ttycb               ttyw8
ptyd3               ptyx0               ttycc               ttyw9
ptyd4               ptyx1               ttycd               ttywa
ptyd5               ptyx2               ttyce               ttywb
ptyd6               ptyx3               ttycf               ttywc
ptyd7               ptyx4               ttyd0               ttywd
ptyd8               ptyx5               ttyd1               ttywe
ptyd9               ptyx6               ttyd2               ttywf
ptyda               ptyx7               ttyd3               ttyx0
ptydb               ptyx8               ttyd4               ttyx1
ptydc               ptyx9               ttyd5               ttyx2
ptydd               ptyxa               ttyd6               ttyx3
ptyde               ptyxb               ttyd7               ttyx4
ptydf               ptyxc               ttyd8               ttyx5
ptye0               ptyxd               ttyd9               ttyx6
ptye1               ptyxe               ttyda               ttyx7
ptye2               ptyxf               ttydb               ttyx8
ptye3               ptyy0               ttydc               ttyx9
ptye4               ptyy1               ttydd               ttyxa
ptye5               ptyy2               ttyde               ttyxb
ptye6               ptyy3               ttydf               ttyxc
ptye7               ptyy4               ttye0               ttyxd
ptye8               ptyy5               ttye1               ttyxe
ptye9               ptyy6               ttye2               ttyxf
ptyea               ptyy7               ttye3               ttyy0
ptyeb               ptyy8               ttye4               ttyy1
ptyec               ptyy9               ttye5               ttyy2
ptyed               ptyya               ttye6               ttyy3
ptyee               ptyyb               ttye7               ttyy4
ptyef               ptyyc               ttye8               ttyy5
ptyp0               ptyyd               ttye9               ttyy6
ptyp1               ptyye               ttyea               ttyy7
ptyp2               ptyyf               ttyeb               ttyy8
ptyp3               ptyz0               ttyec               ttyy9
ptyp4               ptyz1               ttyed               ttyya
ptyp5               ptyz2               ttyee               ttyyb
ptyp6               ptyz3               ttyef               ttyyc
ptyp7               ptyz4               ttyp0               ttyyd
ptyp8               ptyz5               ttyp1               ttyye
ptyp9               ptyz6               ttyp2               ttyyf
ptypa               ptyz7               ttyp3               ttyz0
ptypb               ptyz8               ttyp4               ttyz1
ptypc               ptyz9               ttyp5               ttyz2
ptypd               ptyza               ttyp6               ttyz3
ptype               ptyzb               ttyp7               ttyz4
ptypf               ptyzc               ttyp8               ttyz5
ptyq0               ptyzd               ttyp9               ttyz6
ptyq1               ptyze               ttypa               ttyz7
ptyq2               ptyzf               ttypb               ttyz8
ptyq3               tty                 ttypc               ttyz9
ptyq4               tty0                ttypd               ttyza
ptyq5               tty1                ttype               ttyzb
ptyq6               tty10               ttypf               ttyzc
ptyq7               tty11               ttyq0               ttyzd
ptyq8               tty12               ttyq1               ttyze
ptyq9               tty13               ttyq2               ttyzf
ptyqa               tty14               ttyq3               vcs
ptyqb               tty15               ttyq4               vcsa
(initramfs) cat /proc/cmdline
root=UUID=97f1da20-7a48-4b3c-a204-1d9c468564c2 ro console=hvc0 earlyprintk=xen xencons=ttyS0,115200 pci=nomsi 
(initramfs) 

[-- Attachment #5: vtd-udev-nomem --]
[-- Type: application/octet-stream, Size: 23619 bytes --]

 __  __            _____ _  _                      _        _     _      
 \ \/ /___ _ __   |___ /| || |     _   _ _ __  ___| |_ __ _| |__ | | ___ 
  \  // _ \ '_ \    |_ \| || |_ __| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
  /  \  __/ | | |  ___) |__   _|__| |_| | | | \__ \ || (_| | |_) | |  __/
 /_/\_\___|_| |_| |____(_) |_|     \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
                                                                         
(XEN) Xen version 3.4-unstable (deshantm@) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) ) Thu Dec 11 16:40:27 EST 2008
(XEN) Latest ChangeSet: Tue Dec 09 16:28:02 2008 +0000 18891:6595393a3d28
(XEN) Command line: loglvl=all guest_loglvl=all com1=115200,8n1 console=com1
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN)  Found 2 MBR signatures
(XEN)  Found 2 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 000000000009e400 (usable)
(XEN)  00000000000f0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 00000000cf3ff800 (usable)
(XEN)  00000000cf3ff800 - 00000000cf453c00 (ACPI NVS)
(XEN)  00000000cf453c00 - 00000000cf455c00 (ACPI data)
(XEN)  00000000cf455c00 - 00000000d0000000 (reserved)
(XEN)  00000000e0000000 - 00000000f0000000 (reserved)
(XEN)  00000000fec00000 - 00000000fed00400 (reserved)
(XEN)  00000000fed20000 - 00000000feda0000 (reserved)
(XEN)  00000000fee00000 - 00000000fef00000 (reserved)
(XEN)  00000000ffb00000 - 0000000100000000 (reserved)
(XEN)  0000000100000000 - 0000000128000000 (usable)
(XEN) System RAM: 3955MB (4050548kB)
(XEN) ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
(XEN) ACPI: XSDT 000FC5B3, 009C (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
(XEN) ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
(XEN) ACPI: FACS CF3FF800, 0040
(XEN) ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
(XEN) ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
(XEN) ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: DMAR 000FCBF3, 0118 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: SSDT CF3FF840, 01B7 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CF3FFC49, 01B7 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CF400052, 01B7 (r1 DpgPmm  Cpu2Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CF40045B, 01B7 (r1 DpgPmm  Cpu3Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CF400864, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
(XEN) NUMA turned off
(XEN) Faking a node at 0000000000000000-0000000128000000
(XEN) Xen heap: 14MB (14580kB)
(XEN) Domain heap initialised
(XEN) found SMP MP-table at 000fe710
(XEN) DMI 2.5 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x808
(XEN) ACPI: ACPI SLEEP INFO: pm1x_cnt[804,0], pm1x_evt[800,0]
(XEN) ACPI:                  wakeup_vec[cf3ff80c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) Processor #0 7:7 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
(XEN) Processor #1 7:7 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
(XEN) Processor #2 7:7 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
(XEN) Processor #3 7:7 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
(XEN) ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
(XEN) ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) ACPI: HPET id: 0x8086a301 base: 0xfed00000
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Initializing CPU#0
(XEN) Detected 2660.078 MHz processor.
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 6144K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 0
(XEN) HVM: VMX enabled
(XEN) CPU0: Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz stepping 07
(XEN) Booting processor 1/1 eip 8c000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 6144K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) CPU1: Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz stepping 07
(XEN) Booting processor 2/2 eip 8c000
(XEN) Initializing CPU#2
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 6144K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 2
(XEN) CPU2: Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz stepping 07
(XEN) Booting processor 3/3 eip 8c000
(XEN) Initializing CPU#3
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 6144K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 3
(XEN) CPU3: Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz stepping 07
(XEN) Total of 4 processors activated.
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using new ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) checking TSC synchronization across 4 CPUs: passed.
(XEN) Platform timer is 14.318MHz HPET
(XEN) Brought up 4 CPUs
(XEN) I/O virtualisation disabled
(XEN) ACPI sleep modes: S3
(XEN) MCA: Machine check polling timer started.
(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x200000 -> 0x8797bc
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000120000000->0000000124000000 (943272 pages to be allocated)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff80200000->ffffffff808797bc
(XEN)  Init. ramdisk: ffffffff8087a000->ffffffff823f3c00
(XEN)  Phys-Mach map: ffffffff823f4000->ffffffff82b46540
(XEN)  Start info:    ffffffff82b47000->ffffffff82b474a4
(XEN)  Page tables:   ffffffff82b48000->ffffffff82b61000
(XEN)  Boot stack:    ffffffff82b61000->ffffffff82b62000
(XEN)  TOTAL:         ffffffff80000000->ffffffff82c00000
(XEN)  ENTRY ADDRESS: ffffffff806d8200
(XEN) Dom0 has maximum 4 VCPUs
(XEN) Scrubbing Free RAM: .done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 116kB init memory.
mapping kernel into physical memory
Xen: setup ISA identity maps
about to get started...
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.28-rc8-tip (deshantm@vtd) (gcc version 4.2.4 (Ubuntu 4.2.4-3ubuntu4)) #1 SMP Sat Dec 13 11:54:47 EST 2008
[    0.000000] Command line: root=UUID=97f1da20-7a48-4b3c-a204-1d9c468564c2 ro console=hvc0 earlyprintk=xen xencons=ttyS0,115200 pci=nomsi 
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  Xen: 0000000000000000 - 000000000009e400 (usable)
[    0.000000]  Xen: 00000000000a0000 - 0000000000100000 (reserved)
[    0.000000]  Xen: 0000000000100000 - 00000000023f4000 (usable)
[    0.000000]  Xen: 00000000023f4000 - 0000000002b48000 (reserved)
[    0.000000]  Xen: 0000000002b48000 - 00000000cf3ff800 (usable)
[    0.000000]  Xen: 00000000cf3ff800 - 00000000cf453c00 (ACPI NVS)
[    0.000000]  Xen: 00000000cf453c00 - 00000000cf455c00 (ACPI data)
[    0.000000]  Xen: 00000000cf455c00 - 00000000d0000000 (reserved)
[    0.000000]  Xen: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  Xen: 00000000fec00000 - 00000000fed00400 (reserved)
[    0.000000]  Xen: 00000000fed20000 - 00000000feda0000 (reserved)
[    0.000000]  Xen: 00000000fee00000 - 00000000fef00000 (reserved)
[    0.000000]  Xen: 00000000ffb00000 - 0000000100000000 (reserved)
[    0.000000] console [xenboot0] enabled
[    0.000000] DMI 2.5 present.
[    0.000000] last_pfn = 0xcf3ff max_arch_pfn = 0x3ffffffff
[    0.000000] init_memory_mapping: 0000000000000000-00000000cf3ff000
[    0.000000] last_map_addr: cf3ff000 end: cf3ff000
[    0.000000] RAMDISK: 0087a000 - 023f3c00
[    0.000000] ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
[    0.000000] ACPI: XSDT 000FC5B3, 009C (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
[    0.000000] ACPI: FACS CF3FF800, 0040
[    0.000000] ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
[    0.000000] ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: DMAR 000FCBF3, 0118 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: SSDT CF3FF840, 01B7 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CF3FFC49, 01B7 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CF400052, 01B7 (r1 DpgPmm  Cpu2Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CF40045B, 01B7 (r1 DpgPmm  Cpu3Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CF400864, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-00000000cf3ff000
[    0.000000] Bootmem setup node 0 0000000000000000-00000000cf3ff000
[    0.000000]   NODE_DATA [0000000000001000 - 0000000000005fff]
[    0.000000]   bootmap [0000000000008000 -  0000000000021e7f] pages 1a
[    0.000000] (6 early reservations) ==> bootmem [0000000000 - 00cf3ff000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0002b48000 - 0002b61000]   XEN PAGETABLES ==> [0002b48000 - 0002b61000]
[    0.000000]   #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #3 [0000200000 - 00008797bc]    TEXT DATA BSS ==> [0000200000 - 00008797bc]
[    0.000000]   #4 [000087a000 - 00023f3c00]          RAMDISK ==> [000087a000 - 00023f3c00]
[    0.000000]   #5 [0002b61000 - 00031c4000]          PGTABLE ==> [0002b61000 - 00031c4000]
[    0.000000] found SMP MP-table at [ffff8800000fe710] 000fe710
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00100000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x0000009e
[    0.000000]     0: 0x00000100 -> 0x000023f4
[    0.000000]     0: 0x00002b48 -> 0x000cf3ff
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 0, 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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
(XEN) io_apic.c:2193: 
(XEN) ioapic_guest_write: apic=0, pin=2, old_irq=0, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f0, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
(XEN) io_apic.c:2193: 
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000023f4000 - 0000000002b48000
[    0.000000] Allocating PCI resources starting at d1000000 (gap: d0000000:10000000)
[    0.000000] PERCPU: Allocating 57344 bytes of per cpu data
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 833653
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=UUID=97f1da20-7a48-4b3c-a204-1d9c468564c2 ro console=hvc0 earlyprintk=xen xencons=ttyS0,115200 pci=nomsi 
[    0.000000] Initializing CPU#0
[    0.000000] xen: allocated irq 9 for acpi 9
[    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[    0.000000] Detected 2660.078 MHz processor.
[    0.004000] Console: colour dummy device 80x25
[    0.004000] console handover: boot [xenboot0] -> real [hvc0]
[    0.004000] allocated 34078720 bytes of page_cgroup
[    0.004000] please try cgroup_disable=memory option if you don't want
[    0.004000] Checking aperture...
[    0.004000] No AGP bridge found
[    0.004000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.004000] Placing 64MB software IO TLB between ffff8800080df000 - ffff88000c0defff
[    0.004000] software IO TLB at phys 0x80df000 - 0xc0defff bus 0x1c0000 - 0x7b3ffff
[    0.004000] Memory: 3199660k/3395580k available (3007k kernel code, 7896k absent, 188024k reserved, 1699k data, 568k init)
[    0.004000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.004000] installing Xen timer for CPU 0
[    0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 5320.15 BogoMIPS (lpj=10640312)
[    0.004000] Security Framework initialized
[    0.004000] SELinux:  Disabled at boot.
[    0.004000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.004000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.004000] Mount-cache hash table entries: 256
[    0.004000] Initializing cgroup subsys ns
[    0.004000] Initializing cgroup subsys cpuacct
[    0.004000] Initializing cgroup subsys memory
[    0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.004000] CPU: L2 cache: 6144K
[    0.004000] CPU 0/0x0 -> Node 0
[    0.004000] CPU: Physical Processor ID: 0
[    0.004000] CPU: Processor Core ID: 0
[    0.004000] SMP alternatives: switching to UP code
[    0.025326] ACPI: Core revision 20080926
[    0.230686] cpu 0 spinlock event irq 17
[    0.231311] installing Xen timer for CPU 1
[    0.231330] cpu 1 spinlock event irq 23
[    0.231357] SMP alternatives: switching to SMP code
[    0.000007] Initializing CPU#1
[    0.000043] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.000045] CPU: L2 cache: 6144K
[    0.000047] CPU 1/0x0 -> Node 0
[    0.000048] CPU: Physical Processor ID: 0
[    0.000049] CPU: Processor Core ID: 0
[    0.257711] installing Xen timer for CPU 2
[    0.257735] cpu 2 spinlock event irq 29
[    0.000020] Initializing CPU#2
[    0.000071] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.000072] CPU: L2 cache: 6144K
[    0.000075] CPU 2/0x0 -> Node 0
[    0.000076] CPU: Physical Processor ID: 0
[    0.000077] CPU: Processor Core ID: 0
[    0.257951] installing Xen timer for CPU 3
[    0.257974] cpu 3 spinlock event irq 35
[    0.000009] Initializing CPU#3
[    0.000041] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.000043] CPU: L2 cache: 6144K
[    0.000045] CPU 3/0x0 -> Node 0
[    0.000046] CPU: Physical Processor ID: 0
[    0.000047] CPU: Processor Core ID: 0
[    0.258092] Brought up 4 CPUs
[    0.258438] net_namespace: 1400 bytes
[    0.258444] Booting paravirtualized kernel on Xen
[    0.258447] Xen version: 3.4-unstable (preserve-AD) (dom0)
[    0.261389] Grant table initialized
[    0.261418] Time: 17:15:54  Date: 12/13/08
[    0.261445] NET: Registered protocol family 16
[    0.261663] xenbus_probe_init ok
[    0.261844] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.261849] ACPI: bus type pci registered
[    0.261939] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.261944] PCI: MCFG area at e0000000 reserved in E820
[    0.263343] BUG: unable to handle kernel paging request at ffff9d5555555008
[    0.263347] IP: [<ffffffff804eb04b>] do_page_fault+0x2cb/0xaf0
[    0.263357] PGD 0 
[    0.263359] Oops: 0000 [#1] SMP 
[    0.263362] last sysfs file: 
[    0.263365] CPU 0 
[    0.263367] Modules linked in:
[    0.263370] Pid: 1, comm: swapper Not tainted 2.6.28-rc8-tip #1
[    0.263374] RIP: e030:[<ffffffff804eb04b>]  [<ffffffff804eb04b>] do_page_fault+0x2cb/0xaf0
[    0.263379] RSP: e02b:ffff8800ceaafbd8  EFLAGS: 00010002
[    0.263382] RAX: 0000000000000008 RBX: ffff9d5555555008 RCX: 00003ffffffff000
[    0.263385] RDX: ffff9d5555555000 RSI: ffff880000000000 RDI: 5555555555555067
[    0.263389] RBP: ffff8800ceaafc88 R08: 000000000000000d R09: ffff8800cec00490
[    0.263392] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[    0.263396] R13: ffff8000780c8118 R14: 0000000000000060 R15: ffff8800ceaafc98
[    0.263401] FS:  0000000000000000(0000) GS:ffffffff8069fa00(0000) knlGS:0000000000000000
[    0.263405] CS:  e033 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.263408] CR2: ffff9d5555555008 CR3: 0000000000201000 CR4: 0000000000002620
[    0.263412] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[    0.263416] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[    0.263419] Process swapper (pid: 1, threadinfo ffff8800ceaae000, task ffff8800ceab0000)
[    0.263423] Stack:
[    0.263424]  ffffffff80647a30 ffff8800ceaafc00 ffffffff804e8888 ffff8800ceab0000
[    0.263430]  0000000000000000 ffff8800ceaafc40 ffffffff8024e24d ffff8800ceaafc30
[    0.263435]  0000000000000001 ffff8800ceaafc8f ffffffff807d678f 0000000000000000
[    0.263442] Call Trace:
[    0.263444]  [<ffffffff804e8888>] ? _spin_unlock_irqrestore+0x18/0x20
[    0.263449]  [<ffffffff8024e24d>] ? release_console_sem+0x1dd/0x200
[    0.263454]  [<ffffffff8024eb35>] ? vprintk+0x195/0x3d0
[    0.263458]  [<ffffffff804e8bd5>] page_fault+0x25/0x30
[    0.263462]  [<ffffffff8020b881>] ? xen_page_is_ram+0x91/0xb0
[    0.263467]  [<ffffffff80234acb>] __ioremap_caller+0xab/0x340
[    0.263471]  [<ffffffff8070ac50>] ? pci_mmcfg_arch_init+0xa0/0x140
[    0.263478]  [<ffffffff802ddfb5>] ? __kmalloc+0x85/0x100
[    0.263482]  [<ffffffff80234e72>] ioremap_nocache+0x12/0x20
[    0.263486]  [<ffffffff8070ac50>] pci_mmcfg_arch_init+0xa0/0x140
[    0.263490]  [<ffffffff8070b53e>] __pci_mmcfg_init+0x11e/0x2f0
[    0.263494]  [<ffffffff8070aab0>] ? pci_arch_init+0x0/0x70
[    0.263498]  [<ffffffff8070b72e>] pci_mmcfg_early_init+0xe/0x10
[    0.263503]  [<ffffffff8070aac5>] pci_arch_init+0x15/0x70
[    0.263506]  [<ffffffff8020a03c>] do_one_initcall+0x3c/0x170
[    0.263511]  [<ffffffff80298e9c>] ? register_irq_proc+0xbc/0xe0
[    0.263516]  [<ffffffff80330000>] ? proc_pid_instantiate+0x20/0xa0
[    0.263521]  [<ffffffff806d8f4c>] kernel_init+0x13c/0x1a0
[    0.263526]  [<ffffffff8021383a>] child_rip+0xa/0x20
[    0.263530]  [<ffffffff8021312d>] ? retint_restore_args+0x5/0x20
[    0.263534]  [<ffffffff80213830>] ? child_rip+0x0/0x20
[    0.263538] Code: 48 b9 00 f0 ff ff ff 3f 00 00 48 be 00 00 00 00 00 88 ff ff 48 21 c8 48 8d 14 30 4c 89 e8 48 c1 e8 1b 25 f8 0f 00 00 48 8d 1c 02 <48> 8b 3b e8 4d 18 d2 ff 90 a8 01 0f 84 c5 00 00 00 48 8b 3b e8 
[    0.263575] RIP  [<ffffffff804eb04b>] do_page_fault+0x2cb/0xaf0
[    0.263579]  RSP <ffff8800ceaafbd8>
[    0.263581] CR2: ffff9d5555555008
[    0.263588] ---[ end trace 4eaa2a86a8e2da22 ]---
[    0.263592] Kernel panic - not syncing: Attempted to kill init!
[    0.263596] Pid: 1, comm: swapper Tainted: G      D    2.6.28-rc8-tip #1
[    0.263599] Call Trace:
[    0.263602]  [<ffffffff8024daa0>] panic+0xa0/0x180
[    0.263606]  [<ffffffff80299bc7>] ? call_rcu+0x57/0x70
[    0.264014]  [<ffffffff8024f5bc>] ? put_files_struct+0x7c/0xd0
[    0.268012]  [<ffffffff80284e78>] ? cgroup_exit+0x98/0x110
[    0.272011]  [<ffffffff802509b4>] do_exit+0x8a4/0x990
[    0.276011]  [<ffffffff804e9818>] oops_end+0xe8/0xf0
[    0.280016]  [<ffffffff804eb516>] do_page_fault+0x796/0xaf0
[    0.284015]  [<ffffffff803975fd>] ? string+0x3d/0xd0
[    0.288016]  [<ffffffff80397a27>] ? vsnprintf+0x397/0x820
[    0.292015]  [<ffffffff804e8bd5>] page_fault+0x25/0x30
[    0.296015]  [<ffffffff804eb04b>] ? do_page_fault+0x2cb/0xaf0
[    0.300009]  [<ffffffff804eb01f>] ? do_page_fault+0x29f/0xaf0
[    0.304004]  [<ffffffff804e8888>] ? _spin_unlock_irqrestore+0x18/0x20
[    0.308004]  [<ffffffff8024e24d>] ? release_console_sem+0x1dd/0x200
[    0.312004]  [<ffffffff8024eb35>] ? vprintk+0x195/0x3d0
[    0.316004]  [<ffffffff804e8bd5>] page_fault+0x25/0x30
[    0.320006]  [<ffffffff8020b881>] ? xen_page_is_ram+0x91/0xb0
[    0.324004]  [<ffffffff80234acb>] __ioremap_caller+0xab/0x340
[    0.328005]  [<ffffffff8070ac50>] ? pci_mmcfg_arch_init+0xa0/0x140
[    0.332004]  [<ffffffff802ddfb5>] ? __kmalloc+0x85/0x100
[    0.336004]  [<ffffffff80234e72>] ioremap_nocache+0x12/0x20
[    0.340004]  [<ffffffff8070ac50>] pci_mmcfg_arch_init+0xa0/0x140
[    0.344005]  [<ffffffff8070b53e>] __pci_mmcfg_init+0x11e/0x2f0
[    0.348004]  [<ffffffff8070aab0>] ? pci_arch_init+0x0/0x70
[    0.352004]  [<ffffffff8070b72e>] pci_mmcfg_early_init+0xe/0x10
[    0.356009]  [<ffffffff8070aac5>] pci_arch_init+0x15/0x70
[    0.360004]  [<ffffffff8020a03c>] do_one_initcall+0x3c/0x170
[    0.364009]  [<ffffffff80298e9c>] ? register_irq_proc+0xbc/0xe0
[    0.368004]  [<ffffffff80330000>] ? proc_pid_instantiate+0x20/0xa0
[    0.372009]  [<ffffffff806d8f4c>] kernel_init+0x13c/0x1a0
[    0.376004]  [<ffffffff8021383a>] child_rip+0xa/0x20
[    0.380004]  [<ffffffff8021312d>] ? retint_restore_args+0x5/0x20
[    0.384009]  [<ffffffff80213830>] ? child_rip+0x0/0x20

[-- Attachment #6: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-13 19:02                                 ` Todd Deshane
@ 2008-12-13 19:26                                   ` Andrew Lyon
  2008-12-14  1:53                                     ` Todd Deshane
  2008-12-18  9:25                                     ` Andrew Lyon
  0 siblings, 2 replies; 92+ messages in thread
From: Andrew Lyon @ 2008-12-13 19:26 UTC (permalink / raw)
  To: deshantm; +Cc: Jeremy Fitzhardinge, Xen-devel, Aviv Grafi, Ian Campbell

On Sat, Dec 13, 2008 at 7:02 PM, Todd Deshane <deshantm@gmail.com> wrote:
>> Yes, in ahci mode the cdrom  is detected but the disks are not, in
>> legacy mode neither is detected.
>
> OK. I am now able to start testing on the VT-d 755 box as well.
>
> I am just first going to give 4 logs.
>
> 1. static-based disk naming mem=3G (gets to initramfs prompt, probably
> similar to Andrew's).
> 2. static-based disk naming no mem=3G option (crashes with panic)
> 3. udev-based disk naming mem=3G (gets to initramfs prompt, probably
> similar to Andrew's)
> 4. udev-based disk naming no mem=3G option (crashes with panic)
>
> These are before the last set of patches, but no major fixes were add
> since. I'll update to the
> latest patches and re-test to stay in sync though.
>
> Let me know if there are any other things that I can help test with.
>
> Also, Andrew: which BIOS revision are you at?
> Have you tried looking for a new one?

My Optiplex 755 has the latest bios (A11) already, I don't think its a
hardware or bios problem because my testing has shown that on the bare
metal the same kernel boots successfully with the sata in legacy or
ahci mode both the cdrom and hd are detected, but booted under Xen the
hd is not detected in either mode.

On friday I changed the grub.conf to enable serial console as I will
not be at the office until tuesday but unfortunately I am not getting
any grub serial menu so the machine is stuck in a  reboot loop for the
next 3 days, next week I plan to put a root filesystem on a usb memory
stick to see if I can boot a OS that way and do more testing while the
hd issue is sorted out.

andy

>
> Cheers,
> Todd
>
> --
> Todd Deshane
> http://todddeshane.net
> http://runningxen.com
>

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-13 18:20                           ` Todd Deshane
@ 2008-12-13 20:05                             ` Todd Deshane
  0 siblings, 0 replies; 92+ messages in thread
From: Todd Deshane @ 2008-12-13 20:05 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Xen-devel, Aviv Grafi, Ian Campbell

> I poke around a little more in the xen logs to see if I can find any more
> useful info on the guest problem
>

At the bottom of this email is the latest error log snippet.

Are lines like the following normal?
INFO (XMLRPCServer:156) Opening Unix domain socket XML-RPC server on
/var/run/xend/xen-api.sock; authentication has been disabled for this
server.

This lines below shows Xend is actually crashing and restarting when
the guest is trying to be started
[2008-12-13 12:44:58 5833] CRITICAL (SrvDaemon:231) Xend died due to
signal 11!  Restarting it.
[2008-12-13 12:44:58 6001] INFO (SrvDaemon:331) Xend Daemon started

It thens does a recreate, which adds a domain in a paused state.

xm create on the command dies out.

xm list shows an unnamed domain.

(my config was sent in the last email for reference)

Below is the full output of the xend.log

Once I am able to test again I will check the corresponding xend-debug
and domain-builder log
files.

Let me know if you have any thoughts on what to try next.

[2008-12-13 12:44:33 5834] INFO (SrvDaemon:331) Xend Daemon started
[2008-12-13 12:44:33 5834] INFO (SrvDaemon:335) Xend changeset: Tue
Dec 09 16:28:02 2008 +0000 18891:6595393a3d28.
[2008-12-13 12:44:34 5834] DEBUG (XendDomainInfo:140)
XendDomainInfo.recreate({'max_vcpu_id': 1, 'cpu_time': 18243317092L,
'ssidref': 0, 'hvm': 0, 'shutdown_reason': 0, 'dying': 0,
'online_vcpus': 2, 'domid': 0, 'paused': 0, 'crashed': 0, 'running':
1, 'maxmem_kb': 17179869180L, 'shutdown': 0, 'mem_kb': 521472L,
'handle': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 'blocked':
0, 'name': 'Domain-0'})
[2008-12-13 12:44:34 5834] INFO (XendDomainInfo:157) Recreating domain
0, UUID 00000000-0000-0000-0000-000000000000. at /local/domain/0
[2008-12-13 12:44:34 5834] DEBUG (XendDomainInfo:2792) Storing VM
details: {'on_xend_stop': 'ignore', 'shadow_memory': '0', 'uuid':
'00000000-0000-0000-0000-000000000000', 'on_reboot': 'restart',
'image': '(linux (kernel ))', 'on_poweroff': 'destroy',
'bootloader_args': '', 'on_xend_start': 'ignore', 'on_crash':
'restart', 'xend/restart_count': '0', 'vcpus': '2', 'vcpu_avail': '3',
'bootloader': '', 'name': 'Domain-0'}
[2008-12-13 12:44:34 5834] DEBUG (XendDomainInfo:1417) Storing domain
details: {'name': 'Domain-0', 'console/limit': '1048576',
'memory/target': '521472', 'vm':
'/vm/00000000-0000-0000-0000-000000000000', 'domid': '0',
'cpu/0/availability': 'online', 'cpu/1/availability': 'online',
'control/platform-feature-multiprocessor-suspend': '1',
'console/type': 'xenconsoled'}
[2008-12-13 12:44:34 5834] DEBUG (XendDomain:452) Adding Domain: 0
[2008-12-13 12:44:34 5834] DEBUG (XendDomain:386) number of vcpus to use is 0
[2008-12-13 12:44:34 5834] DEBUG (XendDomainInfo:1501)
XendDomainInfo.handleShutdownWatch
[2008-12-13 12:44:34 5834] WARNING (XendAPI:690) API call:
VBD.set_device not found
[2008-12-13 12:44:34 5834] WARNING (XendAPI:690) API call:
VBD.set_type not found
[2008-12-13 12:44:34 5834] WARNING (XendAPI:690) API call:
session.get_all_records not found
[2008-12-13 12:44:34 5834] WARNING (XendAPI:690) API call:
event.get_record not found
[2008-12-13 12:44:34 5834] WARNING (XendAPI:690) API call:
event.get_all not found
[2008-12-13 12:44:34 5834] WARNING (XendAPI:690) API call:
VM.get_auto_power_on not found
[2008-12-13 12:44:34 5834] WARNING (XendAPI:690) API call:
VM.set_auto_power_on not found
[2008-12-13 12:44:34 5834] WARNING (XendAPI:690) API call:
VIF.get_network not found
[2008-12-13 12:44:34 5834] WARNING (XendAPI:690) API call:
VIF.set_device not found
[2008-12-13 12:44:34 5834] WARNING (XendAPI:690) API call: VIF.set_MAC not found
[2008-12-13 12:44:34 5834] WARNING (XendAPI:690) API call: VIF.set_MTU not found
[2008-12-13 12:44:34 5834] WARNING (XendAPI:690) API call:
debug.get_all not found
[2008-12-13 12:44:34 5834] INFO (XMLRPCServer:156) Opening Unix domain
socket XML-RPC server on /var/run/xend/xen-api.sock; authentication
has been disabled for this server.
[2008-12-13 12:44:34 5834] INFO (XMLRPCServer:156) Opening Unix domain
socket XML-RPC server on /var/run/xend/xmlrpc.sock.
[2008-12-13 12:44:57 5834] DEBUG (XendDomainInfo:92)
XendDomainInfo.create(['vm', ['name', 'ubuntu-hardy-jailtime'],
['memory', '20'], ['vcpus', 1], ['on_xend_start', 'ignore'],
['on_xend_stop', 'ignore'], ['image', ['linux', ['kernel',
'/boot/vmlinuz-2.6.28-rc8-tip'], ['ramdisk',
'/boot/initrd.img-2.6.28-rc8-tip'], ['root', '/dev/sda1 ro'], ['args',
'xencons=tty']]], ['device', ['tap', ['uname',
'tap:aio:/home/deshantm/ubuntu.8-04.64.img'], ['dev', 'sda1'],
['mode', 'w']]]])
[2008-12-13 12:44:57 5834] DEBUG (XendDomainInfo:2089)
XendDomainInfo.constructDomain
[2008-12-13 12:44:57 5834] DEBUG (balloon:166) Balloon: 2565820 KiB
free; need 2048; done.
[2008-12-13 12:44:57 5834] DEBUG (XendDomain:452) Adding Domain: 1
[2008-12-13 12:44:57 5834] DEBUG (XendDomainInfo:2258)
XendDomainInfo.initDomain: 1 256
[2008-12-13 12:44:57 5834] DEBUG (XendDomainInfo:2288)
_initDomain:shadow_memory=0x0, memory_static_max=0x1400000,
memory_static_min=0x0.
[2008-12-13 12:44:57 5834] DEBUG (balloon:166) Balloon: 2565812 KiB
free; need 21504; done.
[2008-12-13 12:44:58 5834] INFO (image:166) buildDomain os=linux dom=1 vcpus=1
[2008-12-13 12:44:58 5834] DEBUG (image:639) domid          = 1
[2008-12-13 12:44:58 5834] DEBUG (image:640) memsize        = 20
[2008-12-13 12:44:58 5834] DEBUG (image:641) image          =
/boot/vmlinuz-2.6.28-rc8-tip
[2008-12-13 12:44:58 5834] DEBUG (image:642) store_evtchn   = 1
[2008-12-13 12:44:58 5834] DEBUG (image:643) console_evtchn = 2
[2008-12-13 12:44:58 5834] DEBUG (image:644) cmdline        =
root=/dev/sda1 ro xencons=tty
[2008-12-13 12:44:58 5834] DEBUG (image:645) ramdisk        =
/boot/initrd.img-2.6.28-rc8-tip
[2008-12-13 12:44:58 5834] DEBUG (image:646) vcpus          = 1
[2008-12-13 12:44:58 5834] DEBUG (image:647) features       =
[2008-12-13 12:44:58 5834] DEBUG (image:648) flags          = 0
[2008-12-13 12:44:58 5833] CRITICAL (SrvDaemon:231) Xend died due to
signal 11!  Restarting it.
[2008-12-13 12:44:58 6001] INFO (SrvDaemon:331) Xend Daemon started
[2008-12-13 12:44:58 6001] INFO (SrvDaemon:335) Xend changeset: Tue
Dec 09 16:28:02 2008 +0000 18891:6595393a3d28.
[2008-12-13 12:44:59 6001] DEBUG (XendDomainInfo:140)
XendDomainInfo.recreate({'max_vcpu_id': 1, 'cpu_time': 19835886881L,
'ssidref': 0, 'hvm': 0, 'shutdown_reason': 0, 'dying': 0,
'online_vcpus': 2, 'domid': 0, 'paused': 0, 'crashed': 0, 'running':
1, 'maxmem_kb': 17179869180L, 'shutdown': 0, 'mem_kb': 521472L,
'handle': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 'blocked':
0, 'name': 'Domain-0'})
[2008-12-13 12:44:59 6001] INFO (XendDomainInfo:157) Recreating domain
0, UUID 00000000-0000-0000-0000-000000000000. at /local/domain/0
[2008-12-13 12:44:59 6001] DEBUG (XendDomain:452) Adding Domain: 0
[2008-12-13 12:44:59 6001] DEBUG (XendDomainInfo:1501)
XendDomainInfo.handleShutdownWatch
[2008-12-13 12:44:59 6001] DEBUG (XendDomain:386) number of vcpus to use is 0
[2008-12-13 12:44:59 6001] DEBUG (XendDomainInfo:140)
XendDomainInfo.recreate({'max_vcpu_id': 0, 'cpu_time': 0L, 'ssidref':
0, 'hvm': 0, 'shutdown_reason': 0, 'dying': 0, 'online_vcpus': 0,
'domid': 1, 'paused': 1, 'crashed': 0, 'running': 0, 'maxmem_kb':
20480L, 'shutdown': 0, 'mem_kb': 20480L, 'handle': [135, 128, 231,
227, 59, 40, 204, 117, 208, 6, 93, 19, 54, 70, 130, 208], 'blocked':
0})
[2008-12-13 12:44:59 6001] INFO (XendDomainInfo:157) Recreating domain
1, UUID 8780e7e3-3b28-cc75-d006-5d13364682d0. at /local/domain/1
[2008-12-13 12:44:59 6001] WARNING (XendDomainInfo:179)
/vm/8780e7e3-3b28-cc75-d006-5d13364682d0/uuid/ is missing. recreate is
confused, trying our best to recover
[2008-12-13 12:44:59 6001] DEBUG (XendDomainInfo:2792) Storing VM
details: {'on_xend_stop': 'ignore', 'shadow_memory': '0', 'uuid':
'8780e7e3-3b28-cc75-d006-5d13364682d0', 'on_reboot': 'restart',
'image': '(linux (kernel ))', 'on_poweroff': 'destroy',
'bootloader_args': '', 'on_xend_start': 'ignore', 'on_crash':
'restart', 'xend/restart_count': '0', 'vcpus': '1', 'vcpu_avail': '1',
'bootloader': '', 'name': 'Domain-Unnamed'}
[2008-12-13 12:44:59 6001] DEBUG (XendDomainInfo:1417) Storing domain
details: {'name': 'Domain-Unnamed', 'console/limit': '1048576', 'vm':
'/vm/8780e7e3-3b28-cc75-d006-5d13364682d0', 'domid': '1',
'cpu/0/availability': 'online', 'memory/target': '20480',
'control/platform-feature-multiprocessor-suspend': '1',
'console/type': 'xenconsoled'}
[2008-12-13 12:44:59 6001] DEBUG (XendDomain:452) Adding Domain: 1
[2008-12-13 12:44:59 6001] DEBUG (XendDomainInfo:1501)
XendDomainInfo.handleShutdownWatch
[2008-12-13 12:44:59 6001] WARNING (XendAPI:690) API call:
VBD.set_device not found
[2008-12-13 12:44:59 6001] WARNING (XendAPI:690) API call:
VBD.set_type not found
[2008-12-13 12:44:59 6001] WARNING (XendAPI:690) API call:
session.get_all_records not found
[2008-12-13 12:44:59 6001] WARNING (XendAPI:690) API call:
event.get_record not found
[2008-12-13 12:44:59 6001] WARNING (XendAPI:690) API call:
event.get_all not found
[2008-12-13 12:44:59 6001] WARNING (XendAPI:690) API call:
VM.get_auto_power_on not found
[2008-12-13 12:44:59 6001] WARNING (XendAPI:690) API call:
VM.set_auto_power_on not found
[2008-12-13 12:44:59 6001] WARNING (XendAPI:690) API call:
VIF.get_network not found
[2008-12-13 12:44:59 6001] WARNING (XendAPI:690) API call:
VIF.set_device not found
[2008-12-13 12:44:59 6001] WARNING (XendAPI:690) API call: VIF.set_MAC not found
[2008-12-13 12:44:59 6001] WARNING (XendAPI:690) API call: VIF.set_MTU not found
[2008-12-13 12:44:59 6001] WARNING (XendAPI:690) API call:
debug.get_all not found
[2008-12-13 12:44:59 6001] INFO (XMLRPCServer:156) Opening Unix domain
socket XML-RPC server on /var/run/xend/xen-api.sock; authentication
has been disabled for this server.
[2008-12-13 12:44:59 6001] INFO (XMLRPCServer:156) Opening Unix domain
socket XML-RPC server on /var/run/xend/xmlrpc.sock.


Cheers,
Todd

-- 
Todd Deshane
http://todddeshane.net
http://runningxen.com

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-13 19:26                                   ` Andrew Lyon
@ 2008-12-14  1:53                                     ` Todd Deshane
  2008-12-15  9:49                                       ` Ian Campbell
  2008-12-18  9:25                                     ` Andrew Lyon
  1 sibling, 1 reply; 92+ messages in thread
From: Todd Deshane @ 2008-12-14  1:53 UTC (permalink / raw)
  To: Andrew Lyon; +Cc: Jeremy Fitzhardinge, Xen-devel, Aviv Grafi, Ian Campbell

[-- Attachment #1: Type: text/plain, Size: 723 bytes --]

> On friday I changed the grub.conf to enable serial console as I will
> not be at the office until tuesday but unfortunately I am not getting
> any grub serial menu so the machine is stuck in a  reboot loop for the
> next 3 days, next week I plan to put a root filesystem on a usb memory
> stick to see if I can boot a OS that way and do more testing while the
> hd issue is sorted out.
>

I tried an install of linux/Xen on a USB drive.

Linux boots, but Xen is still only making it to initramfs.

I attached the log in case it may be helpful.

Let me know if you have any comments/suggestion/etc.

I should be back at the testing on Monday.

Cheers,
Todd



-- 
Todd Deshane
http://todddeshane.net
http://runningxen.com

[-- Attachment #2: vtd-usb --]
[-- Type: application/octet-stream, Size: 41365 bytes --]

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-14  1:53                                     ` Todd Deshane
@ 2008-12-15  9:49                                       ` Ian Campbell
  2008-12-15 18:15                                         ` Todd Deshane
  0 siblings, 1 reply; 92+ messages in thread
From: Ian Campbell @ 2008-12-15  9:49 UTC (permalink / raw)
  To: deshantm; +Cc: Jeremy Fitzhardinge, Andrew Lyon, Aviv Grafi, Xen-devel

On Sat, 2008-12-13 at 20:53 -0500, Todd Deshane wrote:
> > On friday I changed the grub.conf to enable serial console as I will
> > not be at the office until tuesday but unfortunately I am not getting
> > any grub serial menu so the machine is stuck in a  reboot loop for the
> > next 3 days, next week I plan to put a root filesystem on a usb memory
> > stick to see if I can boot a OS that way and do more testing while the
> > hd issue is sorted out.
> >
> 
> I tried an install of linux/Xen on a USB drive.
> 
> Linux boots, but Xen is still only making it to initramfs.

That's because your initramfs only contains modules for
2.6.27-7-generic but your Xen kernel is 2.6.28-rc8-tip so the ramdisk
fails to load the modules it needs.
        (initramfs) cd /lib/mo(initramfs) cd /lib/modules/
        (initramfs) ls
        2.6.27-7-generic
        (initramfs) cd (initramfs) cd 2.6.27-7-generic/
        (initramfs) ls
        initrd  kernel
        (initramfs) uname -a
        Linux (none) 2.6.28-rc8-tip #1 SMP Sat Dec 13 11:54:47 EST 2008 x86_64 x86_64

Ian.

> 
> I attached the log in case it may be helpful.
> 
> Let me know if you have any comments/suggestion/etc.
> 
> I should be back at the testing on Monday.
> 
> Cheers,
> Todd
> 
> 
> 

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-15  9:49                                       ` Ian Campbell
@ 2008-12-15 18:15                                         ` Todd Deshane
  2008-12-15 20:20                                           ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 92+ messages in thread
From: Todd Deshane @ 2008-12-15 18:15 UTC (permalink / raw)
  To: Ian Campbell; +Cc: Jeremy Fitzhardinge, Andrew Lyon, Aviv Grafi, Xen-devel

[-- Attachment #1: Type: text/plain, Size: 961 bytes --]

> That's because your initramfs only contains modules for
> 2.6.27-7-generic but your Xen kernel is 2.6.28-rc8-tip so the ramdisk
> fails to load the modules it needs.

Yeah, I figured that out this morning as well (Sorry for the silly mistake
and noise previously).

I have 3 new logs though, that may give some more information
into the detection of the USB disk as well as others.

Still not booting, but it looks like it *should* work.

The first shows that it clearly detects the usb disk, but as
sda{1}, which makes some sense since it doesn't detect
the other two SCSI disks. Also it detects it late...

So, I then changed the root to sda1 and added a rootdelay
option (twice I tried to add rootdelay, the second one I
put up to 90 seconds even.

I don't know if they shed any light or if there is something
obvious that I could do to fix the situation.

Hope the logs help.

Cheers,
Todd



-- 
Todd Deshane
http://todddeshane.net
http://runningxen.com

[-- Attachment #2: vtd-usbkey-initrd-fix --]
[-- Type: application/octet-stream, Size: 65104 bytes --]

[-- Attachment #3: vtd-usbkey-initrd-fix-root-root-delay.fix --]
[-- Type: application/octet-stream, Size: 47235 bytes --]


(initramfs) AT S7=45 S0=0 L1 V1 X4 &c1 E1 Q0
/bin/sh: c1: not found
(initramfs) /bin/sh: AT: not found
 __  __            _____ _  _                      _        _     _      
 \ \/ /___ _ __   |___ /| || |     _   _ _ __  ___| |_ __ _| |__ | | ___ 
  \  // _ \ '_ \    |_ \| || |_ __| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
  /  \  __/ | | |  ___) |__   _|__| |_| | | | \__ \ || (_| | |_) | |  __/
 /_/\_\___|_| |_| |____(_) |_|     \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
                                                                         
(XEN) Xen version 3.4-unstable (deshantm@) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) ) Sat Dec 13 19:18:22 EST 2008
(XEN) Latest ChangeSet: Sat Dec 13 17:44:20 2008 +0000 18917:045f70d1acdb
(XEN) Command line: loglvl=all guest_loglvl=all com1=115200,8n1 console=com1 mem=3G dom0_mem=512M 
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN)  Found 3 MBR signatures
(XEN)  Found 3 EDD information structures
(XEN) Truncating memory map to 3145728kB
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 000000000009e400 (usable)
(XEN)  00000000000f0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 00000000c0000000 (usable)
(XEN) System RAM: 3071MB (3145336kB)
(XEN) ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
(XEN) ACPI: XSDT 000FC5B3, 009C (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
(XEN) ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
(XEN) ACPI: FACS CF3FF800, 0040
(XEN) ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
(XEN) ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
(XEN) ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: DMAR 000FCBF3, 0118 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: SSDT CF3FF840, 01B7 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CF3FFC49, 01B7 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CF400052, 01B7 (r1 DpgPmm  Cpu2Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CF40045B, 01B7 (r1 DpgPmm  Cpu3Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CF400864, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
(XEN) NUMA turned off
(XEN) Faking a node at 0000000000000000-00000000c0000000
(XEN) Xen heap: 14MB (14632kB)
(XEN) Domain heap initialised
(XEN) found SMP MP-table at 000fe710
(XEN) DMI 2.5 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x808
(XEN) ACPI: ACPI SLEEP INFO: pm1x_cnt[804,0], pm1x_evt[800,0]
(XEN) ACPI:                  wakeup_vec[cf3ff80c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) Processor #0 7:7 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
(XEN) Processor #1 7:7 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
(XEN) Processor #2 7:7 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
(XEN) Processor #3 7:7 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
(XEN) ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
(XEN) ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) ACPI: HPET id: 0x8086a301 base: 0xfed00000
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Initializing CPU#0
(XEN) Detected 2660.049 MHz processor.
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 6144K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 0
(XEN) HVM: VMX enabled
(XEN) CPU0: Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz stepping 07
(XEN) Booting processor 1/1 eip 8c000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 6144K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) CPU1: Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz stepping 07
(XEN) Booting processor 2/2 eip 8c000
(XEN) Initializing CPU#2
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 6144K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 2
(XEN) CPU2: Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz stepping 07
(XEN) Booting processor 3/3 eip 8c000
(XEN) Initializing CPU#3
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 6144K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 3
(XEN) CPU3: Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz stepping 07
(XEN) Total of 4 processors activated.
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using new ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) checking TSC synchronization across 4 CPUs: passed.
(XEN) Platform timer is 14.318MHz HPET
(XEN) Brought up 4 CPUs
(XEN) I/O virtualisation disabled
(XEN) ACPI sleep modes: S3
(XEN) MCA: Machine check polling timer started.
(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x200000 -> 0x8797bc
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000090000000->00000000a0000000 (65536 pages to be allocated)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff80200000->ffffffff808797bc
(XEN)  Init. ramdisk: ffffffff8087a000->ffffffff8beea600
(XEN)  Phys-Mach map: ffffffff8beeb000->ffffffff8bfeb000
(XEN)  Start info:    ffffffff8bfeb000->ffffffff8bfeb4a4
(XEN)  Page tables:   ffffffff8bfec000->ffffffff8c051000
(XEN)  Boot stack:    ffffffff8c051000->ffffffff8c052000
(XEN)  TOTAL:         ffffffff80000000->ffffffff8c400000
(XEN)  ENTRY ADDRESS: ffffffff806d8200
(XEN) Dom0 has maximum 4 VCPUs
(XEN) Scrubbing Free RAM: .........................done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 116kB init memory.
mapping kernel into physical memory
Xen: setup ISA identity maps
about to get started...
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.28-rc8-tip (deshantm@vtd) (gcc version 4.2.4 (Ubuntu 4.2.4-3ubuntu4)) #1 SMP Sat Dec 13 11:54:47 EST 2008
[    0.000000] Command line: root=/dev/sda1 rootdelay=20 ro console=hvc0 earlyprintk=xen xencons=ttyS0,115200 pci=nomsi
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  Xen: 0000000000000000 - 000000000009e400 (usable)
[    0.000000]  Xen: 00000000000a0000 - 0000000000100000 (reserved)
[    0.000000]  Xen: 0000000000100000 - 000000000beeb000 (usable)
[    0.000000]  Xen: 000000000beeb000 - 000000000bfec000 (reserved)
[    0.000000]  Xen: 000000000bfec000 - 0000000020000000 (usable)
[    0.000000] console [xenboot0] enabled
[    0.000000] DMI 2.5 present.
[    0.000000] last_pfn = 0x20000 max_arch_pfn = 0x3ffffffff
[    0.000000] init_memory_mapping: 0000000000000000-0000000020000000
[    0.000000] last_map_addr: 20000000 end: 20000000
[    0.000000] RAMDISK: 0087a000 - 0beea600
[    0.000000] ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
[    0.000000] ACPI: XSDT 000FC5B3, 009C (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
[    0.000000] ACPI: FACS CF3FF800, 0040
[    0.000000] ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
[    0.000000] ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: DMAR 000FCBF3, 0118 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: SSDT CF3FF840, 01B7 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CF3FFC49, 01B7 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CF400052, 01B7 (r1 DpgPmm  Cpu2Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CF40045B, 01B7 (r1 DpgPmm  Cpu3Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CF400864, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-0000000020000000
[    0.000000] Bootmem setup node 0 0000000000000000-0000000020000000
[    0.000000]   NODE_DATA [0000000000001000 - 0000000000005fff]
[    0.000000]   bootmap [0000000000008000 -  000000000000bfff] pages 4
[    0.000000] (6 early reservations) ==> bootmem [0000000000 - 0020000000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [000bfec000 - 000c051000]   XEN PAGETABLES ==> [000bfec000 - 000c051000]
[    0.000000]   #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #3 [0000200000 - 00008797bc]    TEXT DATA BSS ==> [0000200000 - 00008797bc]
[    0.000000]   #4 [000087a000 - 000beea600]          RAMDISK ==> [000087a000 - 000beea600]
[    0.000000]   #5 [000c051000 - 000c0eb000]          PGTABLE ==> [000c051000 - 000c0eb000]
[    0.000000] found SMP MP-table at [ffff8800000fe710] 000fe710
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00100000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x0000009e
[    0.000000]     0: 0x00000100 -> 0x0000beeb
[    0.000000]     0: 0x0000bfec -> 0x00020000
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 0, 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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
(XEN) io_apic.c:2203: 
(XEN) ioapic_guest_write: apic=0, pin=2, old_irq=0, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f0, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
(XEN) io_apic.c:2203: 
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 000000000beeb000 - 000000000bfec000
[    0.000000] Allocating PCI resources starting at 30000000 (gap: 20000000:e0000000)
[    0.000000] PERCPU: Allocating 57344 bytes of per cpu data
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 127263
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/sda1 rootdelay=20 ro console=hvc0 earlyprintk=xen xencons=ttyS0,115200 pci=nomsi
[    0.000000] Initializing CPU#0
[    0.000000] xen: allocated irq 9 for acpi 9
[    0.000000] PID hash table entries: 2048 (order: 11, 16384 bytes)
[    0.000000] Detected 2660.048 MHz processor.
[    0.004000] Console: colour dummy device 80x25
[    0.004000] console handover: boot [xenboot0] -> real [hvc0]
[    0.004000] allocated 5242880 bytes of page_cgroup
[    0.004000] please try cgroup_disable=memory option if you don't want
[    0.004000] Checking aperture...
[    0.004000] No AGP bridge found
[    0.004000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.004000] Placing 64MB software IO TLB between ffff88000cdf3000 - ffff880010df2fff
[    0.004000] software IO TLB at phys 0xcdf3000 - 0x10df2fff bus 0x1c0000 - 0x7f3ffff
[    0.004000] Memory: 249540k/524288k available (3007k kernel code, 1420k absent, 273328k reserved, 1699k data, 568k init)
[    0.004000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.004000] installing Xen timer for CPU 0
[    0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 5320.09 BogoMIPS (lpj=10640192)
[    0.004000] Security Framework initialized
[    0.004000] SELinux:  Disabled at boot.
[    0.004000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.004000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.004000] Mount-cache hash table entries: 256
[    0.004000] Initializing cgroup subsys ns
[    0.004000] Initializing cgroup subsys cpuacct
[    0.004000] Initializing cgroup subsys memory
[    0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.004000] CPU: L2 cache: 6144K
[    0.004000] CPU 0/0x0 -> Node 0
[    0.004000] CPU: Physical Processor ID: 0
[    0.004000] CPU: Processor Core ID: 0
[    0.004000] SMP alternatives: switching to UP code
[    0.022361] ACPI: Core revision 20080926
[    0.227703] cpu 0 spinlock event irq 17
[    0.228319] installing Xen timer for CPU 1
[    0.228334] cpu 1 spinlock event irq 23
[    0.228360] SMP alternatives: switching to SMP code
[    0.000005] Initializing CPU#1
[    0.000041] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.000042] CPU: L2 cache: 6144K
[    0.000044] CPU 1/0x0 -> Node 0
[    0.000046] CPU: Physical Processor ID: 0
[    0.000047] CPU: Processor Core ID: 0
[    0.255845] installing Xen timer for CPU 2
[    0.255869] cpu 2 spinlock event irq 29
[    0.000021] Initializing CPU#2
[    0.000072] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.000074] CPU: L2 cache: 6144K
[    0.000076] CPU 2/0x0 -> Node 0
[    0.000078] CPU: Physical Processor ID: 0
[    0.000078] CPU: Processor Core ID: 0
[    0.256082] installing Xen timer for CPU 3
[    0.256104] cpu 3 spinlock event irq 35
[    0.000008] Initializing CPU#3
[    0.000043] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.000044] CPU: L2 cache: 6144K
[    0.000046] CPU 3/0x0 -> Node 0
[    0.000048] CPU: Physical Processor ID: 0
[    0.000048] CPU: Processor Core ID: 0
[    0.256229] Brought up 4 CPUs
[    0.256579] net_namespace: 1400 bytes
[    0.256586] Booting paravirtualized kernel on Xen
[    0.256589] Xen version: 3.4-unstable (preserve-AD) (dom0)
[    0.256799] Grant table initialized
[    0.256829] Time: 17:25:21  Date: 12/15/08
[    0.256855] NET: Registered protocol family 16
[    0.257075] xenbus_probe_init ok
[    0.257256] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.257261] ACPI: bus type pci registered
[    0.257351] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.257355] PCI: Not using MMCONFIG.
[    0.257358] PCI: Using configuration type 1 for base access
[    0.341753] ACPI: Interpreter enabled
[    0.341762] ACPI: (supports S0 S1 S3 S4 S5)
[    0.341780] ACPI: Using IOAPIC for interrupt routing
[    0.341892] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.640150] PCI: BIOS Bug: MCFG area at e0000000 is not reserved in ACPI motherboard resources
[    0.640155] PCI: Not using MMCONFIG.
[    0.750428] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[    0.750440] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.750467] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.750467] pci 0000:00:01.0: PME# disabled
[    0.752162] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    0.752168] pci 0000:00:03.0: PME# disabled
[    0.752495] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.752501] pci 0000:00:19.0: PME# disabled
[    0.752824] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.752831] pci 0000:00:1a.7: PME# disabled
[    0.752937] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.752944] pci 0000:00:1b.0: PME# disabled
[    0.753013] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.753019] pci 0000:00:1c.0: PME# disabled
[    0.753457] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.753463] pci 0000:00:1d.7: PME# disabled
[    0.753644] pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
[    0.753650] pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO
[    0.753788] pci 0000:00:1f.2: PME# supported from D3hot
[    0.753794] pci 0000:00:1f.2: PME# disabled
[    0.753996] pci 0000:01:00.0: PME# supported from D3hot D3cold
[    0.754003] pci 0000:01:00.0: PME# disabled
[    0.754212] pci 0000:00:1e.0: transparent bridge
[    2.132598] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
[    2.133417] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11 12 15)
[    2.134208] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    2.134971] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    2.136537] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    2.137309] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 9 10 11 12 15)
[    2.138100] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 15)
[    2.138873] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    2.139103] ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] - 00, should be 87 [20080926]
[    2.139103] xen_balloon: Initialising balloon driver.
[    2.140028] PCI: Using ACPI for IRQ routing
[    2.156016] NET: Registered protocol family 8
[    2.156021] NET: Registered protocol family 20
[    2.156040] NetLabel: Initializing
[    2.156040] NetLabel:  domain hash size = 128
[    2.156040] NetLabel:  protocols = UNLABELED CIPSOv4
[    2.156040] NetLabel:  unlabeled traffic allowed by default
[    2.156040] Xen: Initializing Xen DMA ops
[    2.156040] Xen: Enabling DMA fallback to swiotlb
[    2.156066] PCI-GART: No AMD GART found.
[    2.168107] pnp: PnP ACPI init
[    2.168118] ACPI: bus type pnp registered
[    2.180943] pnp 00:01: io resource (0x800-0x85f) overlaps 0000:00:1f.0 BAR 7 (0x800-0x87f), disabling
[    2.180948] pnp 00:01: io resource (0x860-0x8ff) overlaps 0000:00:1f.0 BAR 7 (0x800-0x87f), disabling
[    2.181123] system 00:01: ioport range 0xc00-0xc7f has been reserved
[    2.181727] xen_set_ioapic_routing: irq 13 gsi 13 vector 112 ioapic 0 pin 13 triggering 1 polarity 0
[    2.182320] xen_set_ioapic_routing: irq 8 gsi 8 vector 72 ioapic 0 pin 8 triggering 1 polarity 0
[    2.197962] xen_set_ioapic_routing: irq 7 gsi 7 vector 64 ioapic 0 pin 7 triggering 1 polarity 0
[    2.204678] xen_set_ioapic_routing: irq 4 gsi 4 vector 241 ioapic 0 pin 4 triggering 1 polarity 0
(XEN) io_apic.c:2216: 
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=4
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=000189f1
(XEN) ioapic_guest_write: Attempt to modify IO-APIC pin for in-use IRQ!
[    2.220965] pnp: PnP ACPI: found 9 devices
[    2.220968] ACPI: ACPI bus type pnp unregistered
[    2.226298] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    2.226301] pci 0000:00:01.0:   IO window: disabled
[    2.226309] pci 0000:00:01.0:   MEM window: 0xfe800000-0xfe8fffff
[    2.226314] pci 0000:00:01.0:   PREFETCH window: disabled
[    2.226322] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[    2.226325] pci 0000:00:1c.0:   IO window: disabled
[    2.226332] pci 0000:00:1c.0:   MEM window: 0xfe700000-0xfe7fffff
[    2.226338] pci 0000:00:1c.0:   PREFETCH window: disabled
[    2.226347] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03
[    2.226350] pci 0000:00:1e.0:   IO window: disabled
[    2.226357] pci 0000:00:1e.0:   MEM window: disabled
[    2.226363] pci 0000:00:1e.0:   PREFETCH window: disabled
[    2.226398] xen_set_ioapic_routing: irq 41 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    2.226405] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 41
[    2.226408] xen: PCI device 0000:00:01.0 pin 1 -> irq 41
[    2.226425] xen_allocate_pirq: returning irq 41 for gsi 16
[    2.226429] xen_set_ioapic_routing: irq 41 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    2.226435] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 41
[    2.226439] xen: PCI device 0000:00:1c.0 pin 1 -> irq 41
[    2.226457] bus: 00 index 0 io port: [0x00-0xffff]
[    2.226460] bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
[    2.226463] bus: 01 index 0 mmio: [0x0-0x0]
[    2.226465] bus: 01 index 1 mmio: [0xfe800000-0xfe8fffff]
[    2.226468] bus: 01 index 2 mmio: [0x0-0x0]
[    2.226470] bus: 01 index 3 mmio: [0x0-0x0]
[    2.226472] bus: 02 index 0 mmio: [0x0-0x0]
[    2.226475] bus: 02 index 1 mmio: [0xfe700000-0xfe7fffff]
[    2.226478] bus: 02 index 2 mmio: [0x0-0x0]
[    2.226480] bus: 02 index 3 mmio: [0x0-0x0]
[    2.226482] bus: 03 index 0 mmio: [0x0-0x0]
[    2.226484] bus: 03 index 1 mmio: [0x0-0x0]
[    2.226486] bus: 03 index 2 mmio: [0x0-0x0]
[    2.226489] bus: 03 index 3 io port: [0x00-0xffff]
[    2.226491] bus: 03 index 4 mmio: [0x000000-0xffffffffffffffff]
[    2.226501] NET: Registered protocol family 2
[    2.268086] IP route cache hash table entries: 16384 (order: 5, 131072 bytes)
[    2.268390] TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
[    2.268855] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    2.269206] TCP: Hash tables configured (established 65536 bind 65536)
[    2.269210] TCP reno registered
[    2.280077] NET: Registered protocol family 1
[    2.280175] checking if image is initramfs... it is
[    2.398613] Freeing initrd memory: 186817k freed
[    2.458842] Simple Boot Flag at 0x7a set to 0x1
[    2.461476] audit: initializing netlink socket (disabled)
[    2.461497] type=2000 audit(1229361924.790:1): initialized
[    2.466527] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.471782] VFS: Disk quotas dquot_6.5.1
[    2.471917] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.472079] msgmni has been set to 1388
[    2.472433] alg: No test for stdrng (krng)
[    2.472447] io scheduler noop registered
[    2.472449] io scheduler anticipatory registered
[    2.472452] io scheduler deadline registered
[    2.472653] io scheduler cfq registered (default)
[    2.473034] pcieport-driver 0000:00:01.0: found MSI capability
[    2.473236] pcieport-driver 0000:00:1c.0: found MSI capability
[    2.474124] xenbus_probe_backend_init bus registered ok
[    2.474221] Event-channel device installed.
[    2.474224] ***blkif_init
[    2.533597] hpet_acpi_add: no address or irqs in _CRS
[    2.533690] Linux agpgart interface v0.103
[    2.533694] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
[    2.534861] xen_set_ioapic_routing: irq 43 gsi 17 vector 152 ioapic 0 pin 17 triggering 0 polarity 1
[    2.534871] serial 0000:00:03.3: PCI INT B -> GSI 17 (level, low) -> IRQ 43
[    2.534875] xen: PCI device 0000:00:03.3 pin 2 -> irq 43
[    2.535070] 0000:00:03.3: ttyS0 at I/O 0xec98 (irq = 43) is a 16550A
[    2.538097] brd: module loaded
[    2.538191] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[    2.538473] PNP: No PS/2 controller found. Probing ports directly.
[    2.540657] i8042: probe of i8042 failed with error -38
[    2.557725] mice: PS/2 mouse device common for all mice
[    2.557863] rtc_cmos 00:05: RTC can wake from S4
[    2.557986] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    2.558019] rtc0: alarms up to one day, 242 bytes nvram
[    2.558123] cpuidle: using governor ladder
[    2.558126] cpuidle: using governor menu
[    2.558437] TCP cubic registered
[    2.558454] IO APIC resources could be not be allocated.
[    2.558804] registered taskstats version 1
[    2.558906]   Magic number: 4:342:441
[    2.558997] rtc_cmos 00:05: setting system clock to 2008-12-15 17:25:24 UTC (1229361924)
[    2.559003] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.559006] EDD information not available.
[    2.559024] Freeing unused kernel memory: 568k freed
[    2.559162] Write protecting the kernel read-only data: 4316k
Loading, please wait...
Couldnt get a file descriptor referring to the console
Begin: Loading essential drivers... ...
[    2.628024] fuse init (API version 7.10)
Done.
Begin: Running /scripts/init-premount ...
Done.
Begin: Mounting root file system... ...
Begin: Running /scripts/local-top ...
Done.
Begin: Waiting for root file system... ...
[    2.818527] tg3.c:v3.94 (August 14, 2008)
[    2.818548] vendor=8086 device=29b1
[    2.818553] xen_allocate_pirq: returning irq 41 for gsi 16
[    2.818558] xen_set_ioapic_routing: irq 41 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    2.818567] tg3 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 41
[    2.818571] xen: PCI device 0000:01:00.0 pin 1 -> irq 41
[    2.823390] e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k6
[    2.823396] e1000e: Copyright (c) 1999-2008 Intel Corporation.
[    2.823471] xen_set_ioapic_routing: irq 44 gsi 21 vector 160 ioapic 0 pin 21 triggering 0 polarity 1
[    2.823479] e1000e 0000:00:19.0: PCI INT A -> GSI 21 (level, low) -> IRQ 44
[    2.823483] xen: PCI device 0000:00:19.0 pin 1 -> irq 44
[    2.824120] 0000:00:19.0: 0000:00:19.0: Failed to initialize MSI interrupts.  Falling back to legacy interrupts.
[    2.835656] SCSI subsystem initialized
[    2.836831] eth0: Tigon3 [partno(BCM95721A211F) rev 4201 PHY(5750)] (PCI Express) 10/100/1000Base-T Ethernet 00:10:18:35:43:0a
[    2.836837] eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] WireSpeed[1] TSOcap[1]
[    2.836841] eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    2.859042] usbcore: registered new interface driver usbfs
[    2.859065] usbcore: registered new interface driver hub
[    2.859125] usbcore: registered new device driver usb
[    2.863102] uhci_hcd: USB Universal Host Controller Interface driver
[    2.865098] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.865102] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
[    3.034376] 0000:00:19.0: eth1: (PCI Express:2.5GB/s:Width x1) 00:21:9b:37:bc:2a
[    3.034388] 0000:00:19.0: eth1: Intel(R) PRO/1000 Network Connection
[    3.034411] 0000:00:19.0: eth1: MAC: 6, PHY: 6, PBA No: 1041ff-0ff
[    3.035655] xen_set_ioapic_routing: irq 45 gsi 18 vector 168 ioapic 0 pin 18 triggering 0 polarity 1
[    3.035664] pata_acpi 0000:00:03.2: PCI INT C -> GSI 18 (level, low) -> IRQ 45
[    3.035668] xen: PCI device 0000:00:03.2 pin 3 -> irq 45
[    3.035708] xen: disable pci device 0000:00:03.2
[    3.035712] Pid: 1118, comm: modprobe Not tainted 2.6.28-rc8-tip #1
[    3.035716] Call Trace:
[    3.035722]  [<ffffffff803a3390>] ? pci_bus_write_config_word+0x70/0x90
[    3.035728]  [<ffffffff8020fe3e>] xen_pci_pirq_disable+0x1e/0x20
[    3.035734]  [<ffffffff8044059b>] pcibios_disable_device+0x1b/0x20
[    3.035738]  [<ffffffff803a54ee>] pci_disable_device+0x5e/0x90
[    3.035742]  [<ffffffff803a5cad>] ? pci_release_region+0x7d/0xf0
[    3.035746]  [<ffffffff803a5eea>] pcim_release+0xba/0xd0
[    3.035751]  [<ffffffff8042207d>] release_nodes+0x12d/0x1b0
[    3.035755]  [<ffffffff80422168>] devres_release_group+0x68/0xb0
[    3.035770]  [<ffffffffa00fb725>] ata_pci_sff_init_one+0xe5/0x130 [libata]
[    3.035776]  [<ffffffffa011d069>] pacpi_init_one+0x39/0x60 [pata_acpi]
[    3.035781]  [<ffffffff803a93e5>] pci_device_probe+0xd5/0x130
[    3.035786]  [<ffffffff8033f45e>] ? sysfs_create_link+0xe/0x10
[    3.035791]  [<ffffffff8041f76b>] driver_probe_device+0x9b/0x1a0
[    3.035795]  [<ffffffff8041f909>] __driver_attach+0x99/0xa0
[    3.035821]  [<ffffffff8041f870>] ? __driver_attach+0x0/0xa0
[    3.035825]  [<ffffffff8041eff4>] bus_for_each_dev+0x54/0x80
[    3.035829]  [<ffffffff8041f5ac>] driver_attach+0x1c/0x20
[    3.035832]  [<ffffffff8041e919>] bus_add_driver+0x1e9/0x260
[    3.035837]  [<ffffffff8041fbaf>] driver_register+0x5f/0x140
[    3.035842]  [<ffffffffa0029000>] ? pacpi_init+0x0/0x20 [pata_acpi]
[    3.035847]  [<ffffffff803a91dd>] __pci_register_driver+0x6d/0xb0
[    3.035851]  [<ffffffffa0029000>] ? pacpi_init+0x0/0x20 [pata_acpi]
[    3.035855]  [<ffffffffa002901e>] pacpi_init+0x1e/0x20 [pata_acpi]
[    3.035859]  [<ffffffff8020a03c>] do_one_initcall+0x3c/0x170
[    3.035864]  [<ffffffff80268773>] ? __blocking_notifier_call_chain+0x63/0x80
[    3.035869]  [<ffffffff80278be2>] sys_init_module+0xb2/0x1f0
[    3.035873]  [<ffffffff802125aa>] system_call_fastpath+0x16/0x1b
[    3.035914] xen_allocate_pirq: returning irq 41 for gsi 16
[    3.035919] xen_set_ioapic_routing: irq 41 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    3.035925] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 41
[    3.035930] xen: PCI device 0000:00:1a.0 pin 1 -> irq 41
[    3.035941] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    3.035978] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    3.036025] uhci_hcd 0000:00:1a.0: irq 41, io base 0x0000ff20
[    3.036153] usb usb1: configuration #1 chosen from 1 choice
[    3.036174] hub 1-0:1.0: USB hub found
[    3.036185] hub 1-0:1.0: 2 ports detected
[    3.036314] xen_set_ioapic_routing: irq 46 gsi 22 vector 176 ioapic 0 pin 22 triggering 0 polarity 1
[    3.036321] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 46
[    3.036325] xen: PCI device 0000:00:1a.7 pin 3 -> irq 46
[    3.036343] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    3.036367] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 2
[    3.040280] ehci_hcd 0000:00:1a.7: debug port 1
[    3.040302] ehci_hcd 0000:00:1a.7: irq 46, io mem 0xfe9d9c00
[    3.056518] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    3.056623] usb usb2: configuration #1 chosen from 1 choice
[    3.056643] hub 2-0:1.0: USB hub found
[    3.056658] hub 2-0:1.0: 6 ports detected
[    3.056803] xen_allocate_pirq: returning irq 45 for gsi 18
[    3.056810] xen_set_ioapic_routing: irq 45 gsi 18 vector 168 ioapic 0 pin 18 triggering 0 polarity 1
[    3.056820] ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 45
[    3.056825] xen: PCI device 0000:00:1f.2 pin 3 -> irq 45
[    3.056901] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x27 impl SATA mode
[    3.056906] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pmp pio slum part ems 
[    3.057339] scsi0 : ahci
[    3.057464] scsi1 : ahci
[    3.057564] scsi2 : ahci
[    3.057668] scsi3 : ahci
[    3.057751] scsi4 : ahci
[    3.057820] scsi5 : ahci
[    3.059333] ata1: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970100 irq 45
[    3.059359] ata2: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970180 irq 45
[    3.059363] ata3: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970200 irq 45
[    3.059367] ata4: DUMMY
[    3.059369] ata5: DUMMY
[    3.059371] ata6: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970380 irq 45
[    3.480525] usb 2-4: new high speed USB device using ehci_hcd and address 4
[    3.540526] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.614677] usb 2-4: configuration #1 chosen from 1 choice
[    3.852016] usb 1-1: new low speed USB device using uhci_hcd and address 2
[    4.027179] usb 1-1: configuration #1 chosen from 1 choice
[    4.268016] usb 1-2: new low speed USB device using uhci_hcd and address 3
[    4.475136] usb 1-2: configuration #1 chosen from 1 choice
[    8.540023] ata1.00: qc timeout (cmd 0xec)
[    8.540037] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[    9.024522] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   19.024021] ata1.00: qc timeout (cmd 0xec)
[   19.024035] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[   19.508023] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Done.
Gave up waiting for root device.  Common problems:
 - Boot args (cat /proc/cmdline)
   - Check rootdelay= (did the system wait long enough?)
   - Check root= (did the system wait for the right device?)
 - Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/sda1 does not exist. Dropping to a shell!


BusyBox v1.10.2 (Ubuntu 1:1.10.2-1ubuntu6) built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs) cat /proc/cmdline
root=/dev/sda1 rootdelay=20 ro console=hvc0 earlyprintk=xen xencons=ttyS0,115200 pci=nomsi
(initramfs) [   49.508019] ata1.00: qc timeout (cmd 0xec)
[   49.508032] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[   49.992019] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   50.492018] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   55.492015] ata2.00: qc timeout (cmd 0xec)
[   55.492026] ata2.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[   55.976018] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   65.976019] ata2.00: qc timeout (cmd 0xec)
[   65.976030] ata2.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[   66.460017] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   96.460014] ata2.00: qc timeout (cmd 0xec)
[   96.460025] ata2.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[   96.944018] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   97.444018] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   97.445671] ata3.00: ATAPI: HL-DT-ST DVD+/-RW GSA-H73N, C106, max UDMA/100
[   97.447702] ata3.00: configured for UDMA/100
[   97.784020] ata6: SATA link down (SStatus 4 SControl 300)
[   97.801550] scsi 2:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GSA-H73N C106 PQ: 0 ANSI: 5
[   97.801704] xen_allocate_pirq: returning irq 43 for gsi 17
[   97.801709] xen_set_ioapic_routing: irq 43 gsi 17 vector 152 ioapic 0 pin 17 triggering 0 polarity 1
[   97.801717] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 17 (level, low) -> IRQ 43
[   97.801721] xen: PCI device 0000:00:1a.1 pin 2 -> irq 43
[   97.801736] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[   97.801761] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 3
[   97.801808] uhci_hcd 0000:00:1a.1: irq 43, io base 0x0000ff00
[   97.801921] usb usb3: configuration #1 chosen from 1 choice
[   97.801941] hub 3-0:1.0: USB hub found
[   97.801953] hub 3-0:1.0: 2 ports detected
[   97.802787] xen_set_ioapic_routing: irq 47 gsi 23 vector 184 ioapic 0 pin 23 triggering 0 polarity 1
[   97.802794] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 47
[   97.802798] xen: PCI device 0000:00:1d.7 pin 1 -> irq 47
[   97.802818] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[   97.802840] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 4
[   97.806746] ehci_hcd 0000:00:1d.7: debug port 1
[   97.806767] ehci_hcd 0000:00:1d.7: irq 47, io mem 0xff980800
[   97.809770] scsi 2:0:0:0: Attached scsi generic sg0 type 5
[   97.820527] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[   97.820603] usb usb4: configuration #1 chosen from 1 choice
[   97.820625] hub 4-0:1.0: USB hub found
[   97.820643] hub 4-0:1.0: 6 ports detected
[   97.821814] xen_allocate_pirq: returning irq 47 for gsi 23
[   97.821821] xen_set_ioapic_routing: irq 47 gsi 23 vector 184 ioapic 0 pin 23 triggering 0 polarity 1
[   97.821828] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 47
[   97.821833] xen: PCI device 0000:00:1d.0 pin 1 -> irq 47
[   97.821847] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[   97.821870] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[   97.821903] uhci_hcd 0000:00:1d.0: irq 47, io base 0x0000ff80
[   97.821981] usb usb5: configuration #1 chosen from 1 choice
[   97.822002] hub 5-0:1.0: USB hub found
[   97.822013] hub 5-0:1.0: 2 ports detected
[   97.822099] xen_allocate_pirq: returning irq 43 for gsi 17
[   97.822103] xen_set_ioapic_routing: irq 43 gsi 17 vector 152 ioapic 0 pin 17 triggering 0 polarity 1
[   97.822110] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 43
[   97.822114] xen: PCI device 0000:00:1d.1 pin 2 -> irq 43
[   97.822125] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[   97.822144] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[   97.822174] uhci_hcd 0000:00:1d.1: irq 43, io base 0x0000ff60
[   97.822251] usb usb6: configuration #1 chosen from 1 choice
[   97.822275] hub 6-0:1.0: USB hub found
[   97.822286] hub 6-0:1.0: 2 ports detected
[   97.822378] xen_allocate_pirq: returning irq 45 for gsi 18
[   97.822382] xen_set_ioapic_routing: irq 45 gsi 18 vector 168 ioapic 0 pin 18 triggering 0 polarity 1
[   97.822388] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 45
[   97.822393] xen: PCI device 0000:00:1d.2 pin 3 -> irq 45
[   97.822403] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[   97.822422] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[   97.822453] uhci_hcd 0000:00:1d.2: irq 45, io base 0x0000ff40
[   97.822530] usb usb7: configuration #1 chosen from 1 choice
[   97.822551] hub 7-0:1.0: USB hub found
[   97.822563] hub 7-0:1.0: 2 ports detected
[   97.831757] Driver 'sr' needs updating - please use bus_type methods
[   97.841229] usbcore: registered new interface driver libusual
[   97.848573] Initializing USB Mass Storage driver...
[  163.209009] BUG: soft lockup - CPU#2 stuck for 61s! [udevd:2145]
[  163.209009] Modules linked in: hid(+) usb_storage(+) libusual sr_mod(+) cdrom sg ata_generic ahci ehci_hcd uhci_hcd pata_acpi libata usbcore scsi_mod e1000e tg3 libphy thermal processor fan fuse
[  163.209009] CPU 2:
[  163.209009] Modules linked in: hid(+) usb_storage(+) libusual sr_mod(+) cdrom sg ata_generic ahci ehci_hcd uhci_hcd pata_acpi libata usbcore scsi_mod e1000e tg3 libphy thermal processor fan fuse
[  163.209009] Pid: 2145, comm: udevd Not tainted 2.6.28-rc8-tip #1
[  163.209009] RIP: e030:[<ffffffff802093aa>]  [<ffffffff802093aa>] _stext+0x3aa/0x1000
[  163.209009] RSP: e02b:ffff88000b537c00  EFLAGS: 00000202
[  163.209009] RAX: 0000000000000000 RBX: 000000000000001d RCX: ffffffff802093aa
[  163.209009] RDX: 000000000000000e RSI: ffff88000b537c18 RDI: 0000000000000003
[  163.209009] RBP: ffff88000b537c38 R08: 0000000000000040 R09: ffffffff807a7f98
[  163.209009] R10: 0000000000000001 R11: 0000000000000202 R12: ffffffff8083389c
[  163.209009] R13: 0000000000000000 R14: ffffffff8083389e R15: ffffffff8075b6b8
[  163.209009] FS:  00007f911582b770(0000) GS:ffff88001f75d380(0000) knlGS:0000000000000000
[  163.209009] CS:  e033 DS: 0000 ES: 0000 CR0: 000000008005003b
[  163.209009] CR2: 00007f911540a0c8 CR3: 000000000a970000 CR4: 0000000000002620
[  163.209009] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  163.209009] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[  163.209009] Call Trace:
[  163.209009]  [<ffffffff803e754b>] ? xen_poll_irq+0x3b/0x50
[  163.209009]  [<ffffffff8020fa2d>] xen_spin_lock_slow+0x8d/0x120
[  163.209009]  [<ffffffff8020fb00>] xen_spin_lock+0x40/0x50
[  163.209009]  [<ffffffff804e8689>] _spin_lock+0x9/0x10
[  163.209009]  [<ffffffff802c78e3>] __purge_vmap_area_lazy+0x113/0x190
[  163.209009]  [<ffffffff802c8e31>] __vm_unmap_aliases+0x181/0x190
[  163.209009]  [<ffffffff802c8e4e>] vm_unmap_aliases+0xe/0x10
[  163.209009]  [<ffffffff8020ba0f>] xen_alloc_ptpage+0x5f/0x90
[  163.209009]  [<ffffffff8020ba6e>] xen_alloc_pte+0xe/0x10
[  163.209009]  [<ffffffff802bab63>] __pte_alloc+0xb3/0xe0
[  163.209009]  [<ffffffff802be5be>] handle_mm_fault+0x1fe/0x9a0
[  163.209009]  [<ffffffff802dcfa1>] ? kmem_cache_free+0xa1/0xe0
[  163.209009]  [<ffffffff804eb1a4>] do_page_fault+0x424/0xaf0
[  163.209009]  [<ffffffff802e524c>] ? __fput+0x16c/0x1f0
[  163.209009]  [<ffffffff802e5597>] ? fput+0x17/0x20
[  163.209009]  [<ffffffff804e8bd5>] page_fault+0x25/0x30
[  163.209509] BUG: soft lockup - CPU#3 stuck for 61s! [udevd:1013]
[  163.209509] Modules linked in: hid(+) usb_storage(+) libusual sr_mod(+) cdrom sg ata_generic ahci ehci_hcd uhci_hcd pata_acpi libata usbcore scsi_mod e1000e tg3 libphy thermal processor fan fuse
[  163.209509] CPU 3:
[  163.209509] Modules linked in: hid(+) usb_storage(+) libusual sr_mod(+) cdrom sg ata_generic ahci ehci_hcd uhci_hcd pata_acpi libata usbcore scsi_mod e1000e tg3 libphy thermal processor fan fuse
[  163.209509] Pid: 1013, comm: udevd Not tainted 2.6.28-rc8-tip #1
[  163.209509] RIP: e030:[<ffffffff802093aa>]  [<ffffffff802093aa>] _stext+0x3aa/0x1000
[  163.209509] RSP: e02b:ffff88000b4b9bb8  EFLAGS: 00000206
[  163.209509] RAX: 0000000000000000 RBX: 0000000000000023 RCX: ffffffff802093aa
[  163.209509] RDX: 0000000000000014 RSI: ffff88000b4b9bd0 RDI: 0000000000000003
[  163.209509] RBP: ffff88000b4b9bf0 R08: 0000000000000040 R09: ffffffff807a7f98
[  163.209509] R10: 0000000000000001 R11: 0000000000000206 R12: ffffffff8083389c
[  163.209509] R13: 0000000000000000 R14: ffffffff8083389e R15: ffffffff8075b6b8
[  163.209509] FS:  00007f911582b770(0000) GS:ffff88001f75d680(0000) knlGS:0000000000000000
[  163.209509] CS:  e033 DS: 0000 ES: 0000 CR0: 000000008005003b
[  163.209509] CR2: 00000000006123b8 CR3: 000000000b488000 CR4: 0000000000002620
[  163.209509] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  163.209509] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[  163.209509] Call Trace:
[  163.209509]  [<ffffffff803e754b>] ? xen_poll_irq+0x3b/0x50
[  163.209509]  [<ffffffff8020fa2d>] xen_spin_lock_slow+0x8d/0x120
[  163.209509]  [<ffffffff8020fb00>] xen_spin_lock+0x40/0x50
[  163.209509]  [<ffffffff804e8689>] _spin_lock+0x9/0x10
[  163.209509]  [<ffffffff802c78e3>] __purge_vmap_area_lazy+0x113/0x190
[  163.209509]  [<ffffffff802c8e31>] __vm_unmap_aliases+0x181/0x190
[  163.209509]  [<ffffffff8020dfc4>] __xen_pgd_pin+0x34/0x170
[  163.209509]  [<ffffffff8020e1cd>] xen_pgd_pin+0xd/0x10
[  163.209509]  [<ffffffff8020e1f8>] xen_dup_mmap+0x28/0x40
[  163.209509]  [<ffffffff8024bb98>] dup_mm+0x398/0x410
[  163.209509]  [<ffffffff8024c7b5>] copy_process+0xba5/0x1290
[  163.209509]  [<ffffffff8024cf76>] do_fork+0x86/0x360
[  163.209509]  [<ffffffff8020ec71>] ? xen_clocksource_read+0x21/0x30
[  163.209509]  [<ffffffff8026af9a>] ? getnstimeofday+0x3a/0xc0
[  163.209509]  [<ffffffff802101d3>] sys_clone+0x23/0x30
[  163.209509]  [<ffffffff80212a23>] stub_clone+0x13/0x20
[  163.209509]  [<ffffffff802125aa>] ? system_call_fastpath+0x16/0x1b
[  163.212503] BUG: soft lockup - CPU#1 stuck for 61s! [udevd:2149]
[  163.212503] Modules linked in: hid(+) usb_storage(+) libusual sr_mod(+) cdrom sg ata_generic ahci ehci_hcd uhci_hcd pata_acpi libata usbcore scsi_mod e1000e tg3 libphy thermal processor fan fuse
[  163.212503] CPU 1:
[  163.212503] Modules linked in: hid(+) usb_storage(+) libusual sr_mod(+) cdrom sg ata_generic ahci ehci_hcd uhci_hcd pata_acpi libata usbcore scsi_mod e1000e tg3 libphy thermal processor fan fuse
[  163.212503] Pid: 2149, comm: udevd Not tainted 2.6.28-rc8-tip #1
[  163.212503] RIP: e030:[<ffffffff80273f02>]  [<ffffffff80273f02>] csd_flag_wait+0x12/0x20
[  163.212503] RSP: e02b:ffff88000ac85b78  EFLAGS: 00000202
[  163.212503] RAX: 0000000000000040 RBX: ffff88001f789c60 RCX: 0000000000000004
[  163.212503] RDX: 0000000000000040 RSI: 0000000000000040 RDI: ffff88001f789c60
[  163.212503] RBP: ffff88000ac85b78 R08: 0000000000000040 R09: ffff88000ac85b68
[  163.212503] R10: 0000000000000001 R11: dead000000200200 R12: 0000000000000003
[  163.212503] R13: 0000000000000001 R14: 0000000000000000 R15: ffffffff80225990
[  163.212503] FS:  00007f911582b770(0000) GS:ffff88001fd4eb00(0000) knlGS:0000000000000000
[  163.212503] CS:  e033 DS: 0000 ES: 0000 CR0: 0000000080050033
[  163.212503] CR2: 00007f9114e80270 CR3: 0000000009d18000 CR4: 0000000000002620
[  163.212503] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  163.212503] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[  163.212503] Call Trace:
[  163.212503]  [<ffffffff80274517>] smp_call_function_mask+0x137/0x210
[  163.212503]  [<ffffffff8021312d>] ? retint_restore_args+0x5/0x20
[  163.212503]  [<ffffffff802c76aa>] ? vunmap_page_range+0x27a/0x310
[  163.212503]  [<ffffffff8020c8e2>] ? xen_pte_val+0x12/0x40
[  163.212503]  [<ffffffff80225990>] ? do_flush_tlb_all+0x0/0x40
[  163.212503]  [<ffffffff8027460b>] smp_call_function+0x1b/0x20
[  163.212503]  [<ffffffff802530ff>] on_each_cpu+0x1f/0x50
[  163.212503]  [<ffffffff80225947>] flush_tlb_all+0x17/0x20
[  163.212503]  [<ffffffff802c7909>] __purge_vmap_area_lazy+0x139/0x190
[  163.212503]  [<ffffffff802c8e31>] __vm_unmap_aliases+0x181/0x190
[  163.212503]  [<ffffffff802c8e4e>] vm_unmap_aliases+0xe/0x10
[  163.212503]  [<ffffffff8020ba0f>] xen_alloc_ptpage+0x5f/0x90
[  163.212503]  [<ffffffff8020ba6e>] xen_alloc_pte+0xe/0x10
[  163.212503]  [<ffffffff802bab63>] __pte_alloc+0xb3/0xe0
[  163.212503]  [<ffffffff802be5be>] handle_mm_fault+0x1fe/0x9a0
[  163.212503]  [<ffffffff802dcfa1>] ? kmem_cache_free+0xa1/0xe0
[  163.212503]  [<ffffffff804eb1a4>] do_page_fault+0x424/0xaf0
[  163.212503]  [<ffffffff802e524c>] ? __fput+0x16c/0x1f0
[  163.212503]  [<ffffffff802e5597>] ? fput+0x17/0x20
[  163.212503]  [<ffffffff804e8bd5>] page_fault+0x25/0x30

[-- Attachment #4: vtd-usbkey-initrd-fix-root-root-delay.fix2 --]
[-- Type: application/octet-stream, Size: 40789 bytes --]

 __  __            _____ _  _                      _        _     _      
 \ \/ /___ _ __   |___ /| || |     _   _ _ __  ___| |_ __ _| |__ | | ___ 
  \  // _ \ '_ \    |_ \| || |_ __| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
  /  \  __/ | | |  ___) |__   _|__| |_| | | | \__ \ || (_| | |_) | |  __/
 /_/\_\___|_| |_| |____(_) |_|     \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
                                                                         
(XEN) Xen version 3.4-unstable (deshantm@) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) ) Sat Dec 13 19:18:22 EST 2008
(XEN) Latest ChangeSet: Sat Dec 13 17:44:20 2008 +0000 18917:045f70d1acdb
(XEN) Command line: loglvl=all guest_loglvl=all com1=115200,8n1 console=com1 mem=3G dom0_mem=512M 
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN)  Found 3 MBR signatures
(XEN)  Found 3 EDD information structures
(XEN) Truncating memory map to 3145728kB
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 000000000009e400 (usable)
(XEN)  00000000000f0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 00000000c0000000 (usable)
(XEN) System RAM: 3071MB (3145336kB)
(XEN) ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
(XEN) ACPI: XSDT 000FC5B3, 009C (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
(XEN) ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
(XEN) ACPI: FACS CF3FF800, 0040
(XEN) ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
(XEN) ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
(XEN) ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: DMAR 000FCBF3, 0118 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: SSDT CF3FF840, 01B7 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CF3FFC49, 01B7 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CF400052, 01B7 (r1 DpgPmm  Cpu2Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CF40045B, 01B7 (r1 DpgPmm  Cpu3Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CF400864, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
(XEN) NUMA turned off
(XEN) Faking a node at 0000000000000000-00000000c0000000
(XEN) Xen heap: 14MB (14632kB)
(XEN) Domain heap initialised
(XEN) found SMP MP-table at 000fe710
(XEN) DMI 2.5 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x808
(XEN) ACPI: ACPI SLEEP INFO: pm1x_cnt[804,0], pm1x_evt[800,0]
(XEN) ACPI:                  wakeup_vec[cf3ff80c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) Processor #0 7:7 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
(XEN) Processor #1 7:7 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
(XEN) Processor #2 7:7 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
(XEN) Processor #3 7:7 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
(XEN) ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
(XEN) ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) ACPI: HPET id: 0x8086a301 base: 0xfed00000
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Initializing CPU#0
(XEN) Detected 2660.039 MHz processor.
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 6144K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 0
(XEN) HVM: VMX enabled
(XEN) CPU0: Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz stepping 07
(XEN) Booting processor 1/1 eip 8c000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 6144K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) CPU1: Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz stepping 07
(XEN) Booting processor 2/2 eip 8c000
(XEN) Initializing CPU#2
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 6144K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 2
(XEN) CPU2: Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz stepping 07
(XEN) Booting processor 3/3 eip 8c000
(XEN) Initializing CPU#3
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 6144K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 3
(XEN) CPU3: Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz stepping 07
(XEN) Total of 4 processors activated.
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using new ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) checking TSC synchronization across 4 CPUs: passed.
(XEN) Platform timer is 14.318MHz HPET
(XEN) Brought up 4 CPUs
(XEN) I/O virtualisation disabled
(XEN) ACPI sleep modes: S3
(XEN) MCA: Machine check polling timer started.
(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x200000 -> 0x8797bc
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000090000000->00000000a0000000 (65536 pages to be allocated)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff80200000->ffffffff808797bc
(XEN)  Init. ramdisk: ffffffff8087a000->ffffffff8beea600
(XEN)  Phys-Mach map: ffffffff8beeb000->ffffffff8bfeb000
(XEN)  Start info:    ffffffff8bfeb000->ffffffff8bfeb4a4
(XEN)  Page tables:   ffffffff8bfec000->ffffffff8c051000
(XEN)  Boot stack:    ffffffff8c051000->ffffffff8c052000
(XEN)  TOTAL:         ffffffff80000000->ffffffff8c400000
(XEN)  ENTRY ADDRESS: ffffffff806d8200
(XEN) Dom0 has maximum 4 VCPUs
(XEN) Scrubbing Free RAM: .........................done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 116kB init memory.
mapping kernel into physical memory
Xen: setup ISA identity maps
about to get started...
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.28-rc8-tip (deshantm@vtd) (gcc version 4.2.4 (Ubuntu 4.2.4-3ubuntu4)) #1 SMP Sat Dec 13 11:54:47 EST 2008
[    0.000000] Command line: root=/dev/sda1 ro rootdelay=90 console=hvc0 earlyprintk=xen xencons=ttyS0,115200 pci=nomsi
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  Xen: 0000000000000000 - 000000000009e400 (usable)
[    0.000000]  Xen: 00000000000a0000 - 0000000000100000 (reserved)
[    0.000000]  Xen: 0000000000100000 - 000000000beeb000 (usable)
[    0.000000]  Xen: 000000000beeb000 - 000000000bfec000 (reserved)
[    0.000000]  Xen: 000000000bfec000 - 0000000020000000 (usable)
[    0.000000] console [xenboot0] enabled
[    0.000000] DMI 2.5 present.
[    0.000000] last_pfn = 0x20000 max_arch_pfn = 0x3ffffffff
[    0.000000] init_memory_mapping: 0000000000000000-0000000020000000
[    0.000000] last_map_addr: 20000000 end: 20000000
[    0.000000] RAMDISK: 0087a000 - 0beea600
[    0.000000] ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
[    0.000000] ACPI: XSDT 000FC5B3, 009C (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
[    0.000000] ACPI: FACS CF3FF800, 0040
[    0.000000] ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
[    0.000000] ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: DMAR 000FCBF3, 0118 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
[    0.000000] ACPI: SSDT CF3FF840, 01B7 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CF3FFC49, 01B7 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CF400052, 01B7 (r1 DpgPmm  Cpu2Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CF40045B, 01B7 (r1 DpgPmm  Cpu3Ist       11 INTL 20050624)
[    0.000000] ACPI: SSDT CF400864, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-0000000020000000
[    0.000000] Bootmem setup node 0 0000000000000000-0000000020000000
[    0.000000]   NODE_DATA [0000000000001000 - 0000000000005fff]
[    0.000000]   bootmap [0000000000008000 -  000000000000bfff] pages 4
[    0.000000] (6 early reservations) ==> bootmem [0000000000 - 0020000000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [000bfec000 - 000c051000]   XEN PAGETABLES ==> [000bfec000 - 000c051000]
[    0.000000]   #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #3 [0000200000 - 00008797bc]    TEXT DATA BSS ==> [0000200000 - 00008797bc]
[    0.000000]   #4 [000087a000 - 000beea600]          RAMDISK ==> [000087a000 - 000beea600]
[    0.000000]   #5 [000c051000 - 000c0eb000]          PGTABLE ==> [000c051000 - 000c0eb000]
[    0.000000] found SMP MP-table at [ffff8800000fe710] 000fe710
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00100000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x0000009e
[    0.000000]     0: 0x00000100 -> 0x0000beeb
[    0.000000]     0: 0x0000bfec -> 0x00020000
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 0, 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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
(XEN) io_apic.c:2203: 
(XEN) ioapic_guest_write: apic=0, pin=2, old_irq=0, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f0, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
(XEN) io_apic.c:2203: 
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 000000000beeb000 - 000000000bfec000
[    0.000000] Allocating PCI resources starting at 30000000 (gap: 20000000:e0000000)
[    0.000000] PERCPU: Allocating 57344 bytes of per cpu data
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 127263
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/sda1 ro rootdelay=90 console=hvc0 earlyprintk=xen xencons=ttyS0,115200 pci=nomsi
[    0.000000] Initializing CPU#0
[    0.000000] xen: allocated irq 9 for acpi 9
[    0.000000] PID hash table entries: 2048 (order: 11, 16384 bytes)
[    0.000000] Detected 2660.038 MHz processor.
[    0.004000] Console: colour dummy device 80x25
[    0.004000] console handover: boot [xenboot0] -> real [hvc0]
[    0.004000] allocated 5242880 bytes of page_cgroup
[    0.004000] please try cgroup_disable=memory option if you don't want
[    0.004000] Checking aperture...
[    0.004000] No AGP bridge found
[    0.004000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.004000] Placing 64MB software IO TLB between ffff88000cdf3000 - ffff880010df2fff
[    0.004000] software IO TLB at phys 0xcdf3000 - 0x10df2fff bus 0x1c0000 - 0x7f3ffff
[    0.004000] Memory: 249540k/524288k available (3007k kernel code, 1420k absent, 273328k reserved, 1699k data, 568k init)
[    0.004000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.004000] installing Xen timer for CPU 0
[    0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 5320.07 BogoMIPS (lpj=10640152)
[    0.004000] Security Framework initialized
[    0.004000] SELinux:  Disabled at boot.
[    0.004000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.004000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.004000] Mount-cache hash table entries: 256
[    0.004000] Initializing cgroup subsys ns
[    0.004000] Initializing cgroup subsys cpuacct
[    0.004000] Initializing cgroup subsys memory
[    0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.004000] CPU: L2 cache: 6144K
[    0.004000] CPU 0/0x0 -> Node 0
[    0.004000] CPU: Physical Processor ID: 0
[    0.004000] CPU: Processor Core ID: 0
[    0.004000] SMP alternatives: switching to UP code
[    0.022354] ACPI: Core revision 20080926
[    0.227169] cpu 0 spinlock event irq 17
[    0.227785] installing Xen timer for CPU 1
[    0.227800] cpu 1 spinlock event irq 23
[    0.227826] SMP alternatives: switching to SMP code
[    0.000000] Initializing CPU#1
[    0.000035] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.000036] CPU: L2 cache: 6144K
[    0.000038] CPU 1/0x0 -> Node 0
[    0.000040] CPU: Physical Processor ID: 0
[    0.000040] CPU: Processor Core ID: 0
[    0.255122] installing Xen timer for CPU 2
[    0.255146] cpu 2 spinlock event irq 29
[    0.000018] Initializing CPU#2
[    0.000069] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.000070] CPU: L2 cache: 6144K
[    0.000072] CPU 2/0x0 -> Node 0
[    0.000074] CPU: Physical Processor ID: 0
[    0.000075] CPU: Processor Core ID: 0
[    0.255363] installing Xen timer for CPU 3
[    0.255385] cpu 3 spinlock event irq 35
[    0.000008] Initializing CPU#3
[    0.000042] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.000044] CPU: L2 cache: 6144K
[    0.000046] CPU 3/0x0 -> Node 0
[    0.000047] CPU: Physical Processor ID: 0
[    0.000048] CPU: Processor Core ID: 0
[    0.255509] Brought up 4 CPUs
[    0.255860] net_namespace: 1400 bytes
[    0.255866] Booting paravirtualized kernel on Xen
[    0.255869] Xen version: 3.4-unstable (preserve-AD) (dom0)
[    0.256082] Grant table initialized
[    0.256112] Time: 17:30:55  Date: 12/15/08
[    0.256137] NET: Registered protocol family 16
[    0.256356] xenbus_probe_init ok
[    0.256537] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.256542] ACPI: bus type pci registered
[    0.256632] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.256636] PCI: Not using MMCONFIG.
[    0.256639] PCI: Using configuration type 1 for base access
[    0.340890] ACPI: Interpreter enabled
[    0.340899] ACPI: (supports S0 S1 S3 S4 S5)
[    0.340917] ACPI: Using IOAPIC for interrupt routing
[    0.341028] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.638624] PCI: BIOS Bug: MCFG area at e0000000 is not reserved in ACPI motherboard resources
[    0.638635] PCI: Not using MMCONFIG.
[    0.750415] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[    0.750426] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.750452] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.750452] pci 0000:00:01.0: PME# disabled
[    0.750452] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    0.750452] pci 0000:00:03.0: PME# disabled
[    0.750452] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.750452] pci 0000:00:19.0: PME# disabled
[    0.750452] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.750452] pci 0000:00:1a.7: PME# disabled
[    0.750452] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.750452] pci 0000:00:1b.0: PME# disabled
[    0.750452] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.750452] pci 0000:00:1c.0: PME# disabled
[    0.752219] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.752226] pci 0000:00:1d.7: PME# disabled
[    0.752415] pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
[    0.752421] pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO
[    0.752559] pci 0000:00:1f.2: PME# supported from D3hot
[    0.752565] pci 0000:00:1f.2: PME# disabled
[    0.752768] pci 0000:01:00.0: PME# supported from D3hot D3cold
[    0.752775] pci 0000:01:00.0: PME# disabled
[    0.752993] pci 0000:00:1e.0: transparent bridge
[    2.128382] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
[    2.129187] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11 12 15)
[    2.129979] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    2.130742] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    2.131541] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    2.132313] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 9 10 11 12 15)
[    2.133104] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 15)
[    2.133882] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    2.134108] ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] - 00, should be 87 [20080926]
[    2.134108] xen_balloon: Initialising balloon driver.
[    2.134108] PCI: Using ACPI for IRQ routing
[    2.152017] NET: Registered protocol family 8
[    2.152021] NET: Registered protocol family 20
[    2.152041] NetLabel: Initializing
[    2.152041] NetLabel:  domain hash size = 128
[    2.152041] NetLabel:  protocols = UNLABELED CIPSOv4
[    2.152041] NetLabel:  unlabeled traffic allowed by default
[    2.152041] Xen: Initializing Xen DMA ops
[    2.152041] Xen: Enabling DMA fallback to swiotlb
[    2.152046] PCI-GART: No AMD GART found.
[    2.164079] pnp: PnP ACPI init
[    2.164089] ACPI: bus type pnp registered
[    2.176918] pnp 00:01: io resource (0x800-0x85f) overlaps 0000:00:1f.0 BAR 7 (0x800-0x87f), disabling
[    2.176924] pnp 00:01: io resource (0x860-0x8ff) overlaps 0000:00:1f.0 BAR 7 (0x800-0x87f), disabling
[    2.177088] system 00:01: ioport range 0xc00-0xc7f has been reserved
[    2.177692] xen_set_ioapic_routing: irq 13 gsi 13 vector 112 ioapic 0 pin 13 triggering 1 polarity 0
[    2.178272] xen_set_ioapic_routing: irq 8 gsi 8 vector 72 ioapic 0 pin 8 triggering 1 polarity 0
[    2.193887] xen_set_ioapic_routing: irq 7 gsi 7 vector 64 ioapic 0 pin 7 triggering 1 polarity 0
[    2.200625] xen_set_ioapic_routing: irq 4 gsi 4 vector 241 ioapic 0 pin 4 triggering 1 polarity 0
(XEN) io_apic.c:2216: 
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=4
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=000189f1
(XEN) ioapic_guest_write: Attempt to modify IO-APIC pin for in-use IRQ!
[    2.216897] pnp: PnP ACPI: found 9 devices
[    2.216900] ACPI: ACPI bus type pnp unregistered
[    2.222244] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    2.222248] pci 0000:00:01.0:   IO window: disabled
[    2.222256] pci 0000:00:01.0:   MEM window: 0xfe800000-0xfe8fffff
[    2.222261] pci 0000:00:01.0:   PREFETCH window: disabled
[    2.222269] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[    2.222272] pci 0000:00:1c.0:   IO window: disabled
[    2.222279] pci 0000:00:1c.0:   MEM window: 0xfe700000-0xfe7fffff
[    2.222285] pci 0000:00:1c.0:   PREFETCH window: disabled
[    2.222294] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03
[    2.222297] pci 0000:00:1e.0:   IO window: disabled
[    2.222304] pci 0000:00:1e.0:   MEM window: disabled
[    2.222309] pci 0000:00:1e.0:   PREFETCH window: disabled
[    2.222344] xen_set_ioapic_routing: irq 41 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    2.222351] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 41
[    2.222355] xen: PCI device 0000:00:01.0 pin 1 -> irq 41
[    2.222372] xen_allocate_pirq: returning irq 41 for gsi 16
[    2.222376] xen_set_ioapic_routing: irq 41 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    2.222381] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 41
[    2.222385] xen: PCI device 0000:00:1c.0 pin 1 -> irq 41
[    2.222403] bus: 00 index 0 io port: [0x00-0xffff]
[    2.222406] bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
[    2.222409] bus: 01 index 0 mmio: [0x0-0x0]
[    2.222412] bus: 01 index 1 mmio: [0xfe800000-0xfe8fffff]
[    2.222414] bus: 01 index 2 mmio: [0x0-0x0]
[    2.222417] bus: 01 index 3 mmio: [0x0-0x0]
[    2.222419] bus: 02 index 0 mmio: [0x0-0x0]
[    2.222421] bus: 02 index 1 mmio: [0xfe700000-0xfe7fffff]
[    2.222424] bus: 02 index 2 mmio: [0x0-0x0]
[    2.222426] bus: 02 index 3 mmio: [0x0-0x0]
[    2.222428] bus: 03 index 0 mmio: [0x0-0x0]
[    2.222430] bus: 03 index 1 mmio: [0x0-0x0]
[    2.222433] bus: 03 index 2 mmio: [0x0-0x0]
[    2.222435] bus: 03 index 3 io port: [0x00-0xffff]
[    2.222438] bus: 03 index 4 mmio: [0x000000-0xffffffffffffffff]
[    2.222448] NET: Registered protocol family 2
[    2.264085] IP route cache hash table entries: 16384 (order: 5, 131072 bytes)
[    2.264386] TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
[    2.264860] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    2.265213] TCP: Hash tables configured (established 65536 bind 65536)
[    2.265217] TCP reno registered
[    2.276080] NET: Registered protocol family 1
[    2.276178] checking if image is initramfs... it is
[    2.394477] Freeing initrd memory: 186817k freed
[    2.454609] Simple Boot Flag at 0x7a set to 0x1
[    2.457245] audit: initializing netlink socket (disabled)
[    2.457265] type=2000 audit(1229362258.934:1): initialized
[    2.462302] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.467214] VFS: Disk quotas dquot_6.5.1
[    2.467334] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.467495] msgmni has been set to 1388
[    2.467819] alg: No test for stdrng (krng)
[    2.467849] io scheduler noop registered
[    2.467852] io scheduler anticipatory registered
[    2.467855] io scheduler deadline registered
[    2.468076] io scheduler cfq registered (default)
[    2.468488] pcieport-driver 0000:00:01.0: found MSI capability
[    2.468712] pcieport-driver 0000:00:1c.0: found MSI capability
[    2.469450] xenbus_probe_backend_init bus registered ok
[    2.469528] Event-channel device installed.
[    2.469535] ***blkif_init
[    2.527270] hpet_acpi_add: no address or irqs in _CRS
[    2.527363] Linux agpgart interface v0.103
[    2.527368] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
[    2.528521] xen_set_ioapic_routing: irq 43 gsi 17 vector 152 ioapic 0 pin 17 triggering 0 polarity 1
[    2.528535] serial 0000:00:03.3: PCI INT B -> GSI 17 (level, low) -> IRQ 43
[    2.528539] xen: PCI device 0000:00:03.3 pin 2 -> irq 43
[    2.528759] 0000:00:03.3: ttyS0 at I/O 0xec98 (irq = 43) is a 16550A
[    2.532007] brd: module loaded
[    2.532119] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[    2.532474] PNP: No PS/2 controller found. Probing ports directly.
[    2.534560] i8042: probe of i8042 failed with error -38
[    2.545747] mice: PS/2 mouse device common for all mice
[    2.545898] rtc_cmos 00:05: RTC can wake from S4
[    2.546022] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    2.546056] rtc0: alarms up to one day, 242 bytes nvram
[    2.546160] cpuidle: using governor ladder
[    2.546163] cpuidle: using governor menu
[    2.546442] TCP cubic registered
[    2.546460] IO APIC resources could be not be allocated.
[    2.546810] registered taskstats version 1
[    2.546912]   Magic number: 4:445:542
[    2.547001] rtc_cmos 00:05: setting system clock to 2008-12-15 17:30:58 UTC (1229362258)
[    2.547008] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.547011] EDD information not available.
[    2.547030] Freeing unused kernel memory: 568k freed
[    2.547195] Write protecting the kernel read-only data: 4316k
Loading, please wait...
Couldnt get a file descriptor referring to the console
Begin: Loading essential drivers... ...
[    2.616066] fuse init (API version 7.10)
Done.
Begin: Running /scripts/init-premount ...
Done.
Begin: Mounting root file system... ...
Begin: Running /scripts/local-top ...
Done.
Begin: Waiting for root file system... ...
[    2.810819] SCSI subsystem initialized
[    2.826441] tg3.c:v3.94 (August 14, 2008)
[    2.826462] vendor=8086 device=29b1
[    2.826467] xen_allocate_pirq: returning irq 41 for gsi 16
[    2.826472] xen_set_ioapic_routing: irq 41 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    2.826479] tg3 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 41
[    2.826484] xen: PCI device 0000:01:00.0 pin 1 -> irq 41
[    2.837776] usbcore: registered new interface driver usbfs
[    2.837795] usbcore: registered new interface driver hub
[    2.837862] usbcore: registered new device driver usb
[    2.841728] e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k6
[    2.841735] e1000e: Copyright (c) 1999-2008 Intel Corporation.
[    2.841820] xen_set_ioapic_routing: irq 44 gsi 21 vector 160 ioapic 0 pin 21 triggering 0 polarity 1
[    2.841829] e1000e 0000:00:19.0: PCI INT A -> GSI 21 (level, low) -> IRQ 44
[    2.841834] xen: PCI device 0000:00:19.0 pin 1 -> irq 44
[    2.842471] 0000:00:19.0: 0000:00:19.0: Failed to initialize MSI interrupts.  Falling back to legacy interrupts.
[    2.845432] uhci_hcd: USB Universal Host Controller Interface driver
[    2.848314] eth0: Tigon3 [partno(BCM95721A211F) rev 4201 PHY(5750)] (PCI Express) 10/100/1000Base-T Ethernet 00:10:18:35:43:0a
[    2.848320] eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] WireSpeed[1] TSOcap[1]
[    2.848324] eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    2.851224] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.851229] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
[    3.043372] 0000:00:19.0: eth1: (PCI Express:2.5GB/s:Width x1) 00:21:9b:37:bc:2a
[    3.043383] 0000:00:19.0: eth1: Intel(R) PRO/1000 Network Connection
[    3.043407] 0000:00:19.0: eth1: MAC: 6, PHY: 6, PBA No: 1041ff-0ff
[    3.043499] xen_set_ioapic_routing: irq 45 gsi 18 vector 168 ioapic 0 pin 18 triggering 0 polarity 1
[    3.043510] pata_acpi 0000:00:03.2: PCI INT C -> GSI 18 (level, low) -> IRQ 45
[    3.043515] xen: PCI device 0000:00:03.2 pin 3 -> irq 45
[    3.043551] xen: disable pci device 0000:00:03.2
[    3.043555] Pid: 1116, comm: modprobe Not tainted 2.6.28-rc8-tip #1
[    3.043558] Call Trace:
[    3.043565]  [<ffffffff803a3390>] ? pci_bus_write_config_word+0x70/0x90
[    3.043572]  [<ffffffff8020fe3e>] xen_pci_pirq_disable+0x1e/0x20
[    3.043577]  [<ffffffff8044059b>] pcibios_disable_device+0x1b/0x20
[    3.043582]  [<ffffffff803a54ee>] pci_disable_device+0x5e/0x90
[    3.043585]  [<ffffffff803a5cad>] ? pci_release_region+0x7d/0xf0
[    3.043590]  [<ffffffff803a5eea>] pcim_release+0xba/0xd0
[    3.043594]  [<ffffffff8042207d>] release_nodes+0x12d/0x1b0
[    3.043598]  [<ffffffff80422168>] devres_release_group+0x68/0xb0
[    3.043614]  [<ffffffffa0081725>] ata_pci_sff_init_one+0xe5/0x130 [libata]
[    3.043620]  [<ffffffffa011d069>] pacpi_init_one+0x39/0x60 [pata_acpi]
[    3.043624]  [<ffffffff803a93e5>] pci_device_probe+0xd5/0x130
[    3.043629]  [<ffffffff8033f45e>] ? sysfs_create_link+0xe/0x10
[    3.043634]  [<ffffffff8041f76b>] driver_probe_device+0x9b/0x1a0
[    3.043638]  [<ffffffff8041f909>] __driver_attach+0x99/0xa0
[    3.043642]  [<ffffffff8041f870>] ? __driver_attach+0x0/0xa0
[    3.043646]  [<ffffffff8041eff4>] bus_for_each_dev+0x54/0x80
[    3.043650]  [<ffffffff8041f5ac>] driver_attach+0x1c/0x20
[    3.043653]  [<ffffffff8041e919>] bus_add_driver+0x1e9/0x260
[    3.043657]  [<ffffffff8041fbaf>] driver_register+0x5f/0x140
[    3.043661]  [<ffffffffa0123000>] ? pacpi_init+0x0/0x20 [pata_acpi]
[    3.043666]  [<ffffffff803a91dd>] __pci_register_driver+0x6d/0xb0
[    3.043670]  [<ffffffffa0123000>] ? pacpi_init+0x0/0x20 [pata_acpi]
[    3.043674]  [<ffffffffa012301e>] pacpi_init+0x1e/0x20 [pata_acpi]
[    3.043678]  [<ffffffff8020a03c>] do_one_initcall+0x3c/0x170
[    3.043683]  [<ffffffff80268773>] ? __blocking_notifier_call_chain+0x63/0x80
[    3.043688]  [<ffffffff80278be2>] sys_init_module+0xb2/0x1f0
[    3.043692]  [<ffffffff802125aa>] system_call_fastpath+0x16/0x1b
[    3.045565] xen_allocate_pirq: returning irq 41 for gsi 16
[    3.045569] xen_set_ioapic_routing: irq 41 gsi 16 vector 144 ioapic 0 pin 16 triggering 0 polarity 1
[    3.045576] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 41
[    3.045580] xen: PCI device 0000:00:1a.0 pin 1 -> irq 41
[    3.045591] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    3.045628] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    3.045674] uhci_hcd 0000:00:1a.0: irq 41, io base 0x0000ff20
[    3.045825] usb usb1: configuration #1 chosen from 1 choice
[    3.045848] hub 1-0:1.0: USB hub found
[    3.045860] hub 1-0:1.0: 2 ports detected
[    3.045989] xen_set_ioapic_routing: irq 46 gsi 22 vector 176 ioapic 0 pin 22 triggering 0 polarity 1
[    3.045996] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 46
[    3.046000] xen: PCI device 0000:00:1a.7 pin 3 -> irq 46
[    3.046020] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    3.046039] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 2
[    3.049960] ehci_hcd 0000:00:1a.7: debug port 1
[    3.049981] ehci_hcd 0000:00:1a.7: irq 46, io mem 0xfe9d9c00
[    3.068524] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    3.068585] usb usb2: configuration #1 chosen from 1 choice
[    3.068610] hub 2-0:1.0: USB hub found
[    3.068623] hub 2-0:1.0: 6 ports detected
[    3.068732] xen_allocate_pirq: returning irq 45 for gsi 18
[    3.068737] xen_set_ioapic_routing: irq 45 gsi 18 vector 168 ioapic 0 pin 18 triggering 0 polarity 1
[    3.068743] ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 45
[    3.068747] xen: PCI device 0000:00:1f.2 pin 3 -> irq 45
[    3.068813] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x27 impl SATA mode
[    3.068817] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pmp pio slum part ems 
[    3.069172] scsi0 : ahci
[    3.069256] scsi1 : ahci
[    3.069310] scsi2 : ahci
[    3.069361] scsi3 : ahci
[    3.069413] scsi4 : ahci
[    3.069464] scsi5 : ahci
[    3.070968] ata1: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970100 irq 45
[    3.070974] ata2: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970180 irq 45
[    3.070978] ata3: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970200 irq 45
[    3.070981] ata4: DUMMY
[    3.070983] ata5: DUMMY
[    3.070985] ata6: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970380 irq 45
[    3.492028] usb 2-4: new high speed USB device using ehci_hcd and address 4
[    3.556529] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.626613] usb 2-4: configuration #1 chosen from 1 choice
[    3.864017] usb 1-1: new low speed USB device using uhci_hcd and address 2
[    4.039814] usb 1-1: configuration #1 chosen from 1 choice
[    4.280020] usb 1-2: new low speed USB device using uhci_hcd and address 3
[    4.487801] usb 1-2: configuration #1 chosen from 1 choice
[    8.552023] ata1.00: qc timeout (cmd 0xec)
[    8.552037] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[    9.040022] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   19.040021] ata1.00: qc timeout (cmd 0xec)
[   19.040034] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[   19.524022] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   49.524022] ata1.00: qc timeout (cmd 0xec)
[   49.524036] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[   50.008021] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   50.508020] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   55.508021] ata2.00: qc timeout (cmd 0xec)
[   55.508034] ata2.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[   55.992019] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   65.992024] ata2.00: qc timeout (cmd 0xec)
[   65.992037] ata2.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[   66.476019] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   96.476022] ata2.00: qc timeout (cmd 0xec)
[   96.476036] ata2.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[   96.960023] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   97.460020] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   97.461697] ata3.00: ATAPI: HL-DT-ST DVD+/-RW GSA-H73N, C106, max UDMA/100
[   97.463898] ata3.00: configured for UDMA/100
Done.
Gave up waiting for root device.  Common problems:
 - Boot args (cat /proc/cmdline)
   - Check rootdelay= (did the system wait long enough?)
   - Check root= (did the system wait for the right device?)
 - Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/sda1 does not exist. Dropping to a shell!


BusyBox v1.10.2 (Ubuntu 1:1.10.2-1ubuntu6) built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs) [   97.800022] ata6: SATA link down (SStatus 4 SControl 300)
[   97.817488] scsi 2:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GSA-H73N C106 PQ: 0 ANSI: 5
[   97.818302] xen_allocate_pirq: returning irq 43 for gsi 17
[   97.818307] xen_set_ioapic_routing: irq 43 gsi 17 vector 152 ioapic 0 pin 17 triggering 0 polarity 1
[   97.818315] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 17 (level, low) -> IRQ 43
[   97.818320] xen: PCI device 0000:00:1a.1 pin 2 -> irq 43
[   97.818334] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[   97.818358] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 3
[   97.818406] uhci_hcd 0000:00:1a.1: irq 43, io base 0x0000ff00
[   97.818524] usb usb3: configuration #1 chosen from 1 choice
[   97.818547] hub 3-0:1.0: USB hub found
[   97.818560] hub 3-0:1.0: 2 ports detected
[   97.818704] xen_set_ioapic_routing: irq 47 gsi 23 vector 184 ioapic 0 pin 23 triggering 0 polarity 1
[   97.818712] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 47
[   97.818716] xen: PCI device 0000:00:1d.7 pin 1 -> irq 47
[   97.818735] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[   97.818754] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 4
[   97.822666] ehci_hcd 0000:00:1d.7: debug port 1
[   97.822689] ehci_hcd 0000:00:1d.7: irq 47, io mem 0xff980800
[   97.825799] scsi 2:0:0:0: Attached scsi generic sg0 type 5
[   97.836518] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[   97.836591] usb usb4: configuration #1 chosen from 1 choice
[   97.836613] hub 4-0:1.0: USB hub found
[   97.836628] hub 4-0:1.0: 6 ports detected
[   97.837329] xen_allocate_pirq: returning irq 47 for gsi 23
[   97.837334] xen_set_ioapic_routing: irq 47 gsi 23 vector 184 ioapic 0 pin 23 triggering 0 polarity 1
[   97.837343] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 47
[   97.837348] xen: PCI device 0000:00:1d.0 pin 1 -> irq 47
[   97.837365] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[   97.837390] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[   97.837421] uhci_hcd 0000:00:1d.0: irq 47, io base 0x0000ff80
[   97.837503] usb usb5: configuration #1 chosen from 1 choice
[   97.837525] hub 5-0:1.0: USB hub found
[   97.837537] hub 5-0:1.0: 2 ports detected
[   97.837626] xen_allocate_pirq: returning irq 43 for gsi 17
[   97.837630] xen_set_ioapic_routing: irq 43 gsi 17 vector 152 ioapic 0 pin 17 triggering 0 polarity 1
[   97.837636] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 43
[   97.837641] xen: PCI device 0000:00:1d.1 pin 2 -> irq 43
[   97.837653] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[   97.837672] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[   97.837710] uhci_hcd 0000:00:1d.1: irq 43, io base 0x0000ff60
[   97.837795] usb usb6: configuration #1 chosen from 1 choice
[   97.837820] hub 6-0:1.0: USB hub found
[   97.837832] hub 6-0:1.0: 2 ports detected
[   97.837920] xen_allocate_pirq: returning irq 45 for gsi 18
[   97.837924] xen_set_ioapic_routing: irq 45 gsi 18 vector 168 ioapic 0 pin 18 triggering 0 polarity 1
[   97.837933] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 45
[   97.837938] xen: PCI device 0000:00:1d.2 pin 3 -> irq 45
[   97.837951] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[   97.837976] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[   97.838006] uhci_hcd 0000:00:1d.2: irq 45, io base 0x0000ff40
[   97.838090] usb usb7: configuration #1 chosen from 1 choice
[   97.838111] hub 7-0:1.0: USB hub found
[   97.838123] hub 7-0:1.0: 2 ports detected
[   97.851486] Driver 'sr' needs updating - please use bus_type methods
[   97.865156] usbcore: registered new interface driver libusual
[   97.866437] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[   97.866443] Uniform CD-ROM driver Revision: 3.20
[   97.867848] usbcore: registered new interface driver hiddev
[   97.878303] Initializing USB Mass Storage driver...
[   97.881032] input: Dell Dell USB Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1:1.0/input/input1
[   97.883014] scsi6 : SCSI emulation for USB Mass Storage devices
[   97.883145] usbcore: registered new interface driver usb-storage
[   97.883149] USB Mass Storage support registered.
[   97.904131] generic-usb 0003:413C:3012.0001: input,hidraw0: USB HID v1.11 Mouse [Dell Dell USB Optical Mouse] on usb-0000:00:1a.0-1/input0
[   97.904179] usbcore: registered new interface driver usbhid
[   97.904186] usbhid: v2.6:USB HID core driver
[  102.880828] scsi 6:0:0:0: Direct-Access     SanDisk  U3 Cruzer Micro  2.18 PQ: 0 ANSI: 2
[  102.881199] scsi 6:0:0:1: CD-ROM            SanDisk  U3 Cruzer Micro  2.18 PQ: 0 ANSI: 2
[  102.885475] scsi 6:0:0:0: Attached scsi generic sg1 type 0
[  102.893209] Driver 'sd' needs updating - please use bus_type methods
[  102.894683] sd 6:0:0:0: [sda] 8015505 512-byte hardware sectors: (4.10 GB/3.82 GiB)
[  102.895187] sd 6:0:0:0: [sda] Write Protect is off
[  102.895193] sd 6:0:0:0: [sda] Assuming drive cache: write through
[  102.896961] sd 6:0:0:0: [sda] 8015505 512-byte hardware sectors: (4.10 GB/3.82 GiB)
[  102.897437] sd 6:0:0:0: [sda] Write Protect is off
[  102.897442] sd 6:0:0:0: [sda] Assuming drive cache: write through
[  102.897446]  sda:sr1: scsi3-mmc drive: 8x/40x writer xa/form2 cdda tray
[  102.900810]  sda1
[  102.900877] sd 6:0:0:0: [sda] Attached SCSI removable disk
[  102.909184] sr 6:0:0:1: Attached scsi generic sg2 type 5

[-- Attachment #5: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-15 18:15                                         ` Todd Deshane
@ 2008-12-15 20:20                                           ` Jeremy Fitzhardinge
  2008-12-16  5:04                                             ` Todd Deshane
  2008-12-17 17:06                                             ` Gerd Hoffmann
  0 siblings, 2 replies; 92+ messages in thread
From: Jeremy Fitzhardinge @ 2008-12-15 20:20 UTC (permalink / raw)
  To: deshantm; +Cc: Xen-devel, Andrew Lyon, Aviv Grafi, Ian Campbell

Todd Deshane wrote:
>> That's because your initramfs only contains modules for
>> 2.6.27-7-generic but your Xen kernel is 2.6.28-rc8-tip so the ramdisk
>> fails to load the modules it needs.
>>     
>
> Yeah, I figured that out this morning as well (Sorry for the silly mistake
> and noise previously).
>
> I have 3 new logs though, that may give some more information
> into the detection of the USB disk as well as others.
>
> Still not booting, but it looks like it *should* work.
>
> The first shows that it clearly detects the usb disk, but as
> sda{1}, which makes some sense since it doesn't detect
> the other two SCSI disks. Also it detects it late...
>
> So, I then changed the root to sda1 and added a rootdelay
> option (twice I tried to add rootdelay, the second one I
> put up to 90 seconds even.
>
> I don't know if they shed any light or if there is something
> obvious that I could do to fix the situation.

So I've been getting things going on my test box here.  What I've observed:

When I set the SATA controller to either "Legacy" mode or "Native / IDE" 
mode in the BIOS, it works fine.

When I set it to AHCI, I see the same timeouts on IDENTIFY, but the DVD 
drive is detected properly.

USB seems to be working fine.  If I plug in a memory stick,  I can mount 
the filesystem and read things from it.


In these logs, it looks like you've overlooked the patch I added on 
Friday (vmap-allow-unflush-tlb.patch), and your udevd processes have 
been caught up in a deadlock which is preventing them from doing their 
thing.  I suspect that's the root cause of your problems.

    J

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-15 20:20                                           ` Jeremy Fitzhardinge
@ 2008-12-16  5:04                                             ` Todd Deshane
  2008-12-16  9:34                                               ` Jeremy Fitzhardinge
  2008-12-17 17:06                                             ` Gerd Hoffmann
  1 sibling, 1 reply; 92+ messages in thread
From: Todd Deshane @ 2008-12-16  5:04 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Xen-devel, Andrew Lyon, Aviv Grafi, Ian Campbell


[-- Attachment #1.1: Type: text/plain, Size: 1806 bytes --]

>
> So I've been getting things going on my test box here.  What I've observed:
>
> When I set the SATA controller to either "Legacy" mode or "Native / IDE"
> mode in the BIOS, it works fine.
>
> When I set it to AHCI, I see the same timeouts on IDENTIFY, but the DVD
> drive is detected properly.
>
> USB seems to be working fine.  If I plug in a memory stick,  I can mount
> the filesystem and read things from it.
>
>
> In these logs, it looks like you've overlooked the patch I added on Friday
> (vmap-allow-unflush-tlb.patch), and your udevd processes have been caught up
> in a deadlock which is preventing them from doing their thing.  I suspect
> that's the root cause of your problems.
>
>   J
>

You are right. I hadn't had a chance to try the latest kernel until today.

I can now boot the usb disk with no problem.

I can also now boot the hard drive in ATA mode (in the bios called RAID,
with a
note that says if not labeled then ATA mode)

I also was able to create an HVM guest (ubuntu 8.04 from an ISO file)

config below:

kernel="/usr/lib64/xen/boot/hvmloader"
builder="hvm"
device_model = "/usr/lib64/xen/bin/qemu-dm"
disk=['tap:aio:/xen/images/hvm.disk,hda,w','file:/xen/images/ubuntu-8.04.1-desktop-amd64.iso,hdc:cdrom,r']
disk=['tap:aio:/xen/images/hvm.disk,hda,w']
#sdl=1
vnc=1
vncviewer="yes"
boot="dc"
memory=1024
#vif=['type=ioemu,bridge=eth0']
acpi=0

Will I be able to do passthrough stuff on this VT-d box?

If so, I'll give it a shot tomorrow.
For example, could I passthrough a NIC?

So in general the dom0 kernel seems quite functional.

Some kinks to work out here and there, but it seems
quite usable (with some limitations).

What is the plan going forward?

What else needs to be tested etc.?

Cheers,
Todd

-- 
Todd Deshane
http://todddeshane.net
http://runningxen.com

[-- Attachment #1.2: Type: text/html, Size: 2441 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-16  5:04                                             ` Todd Deshane
@ 2008-12-16  9:34                                               ` Jeremy Fitzhardinge
  0 siblings, 0 replies; 92+ messages in thread
From: Jeremy Fitzhardinge @ 2008-12-16  9:34 UTC (permalink / raw)
  To: deshantm; +Cc: Xen-devel, Andrew Lyon, Aviv Grafi, Ian Campbell

Todd Deshane wrote:
>
>     So I've been getting things going on my test box here.  What I've
>     observed:
>
>     When I set the SATA controller to either "Legacy" mode or "Native
>     / IDE" mode in the BIOS, it works fine.
>
>     When I set it to AHCI, I see the same timeouts on IDENTIFY, but
>     the DVD drive is detected properly.
>
>     USB seems to be working fine.  If I plug in a memory stick,  I can
>     mount the filesystem and read things from it.
>
>
>     In these logs, it looks like you've overlooked the patch I added
>     on Friday (vmap-allow-unflush-tlb.patch), and your udevd processes
>     have been caught up in a deadlock which is preventing them from
>     doing their thing.  I suspect that's the root cause of your problems.
>
>       J
>
>
> You are right. I hadn't had a chance to try the latest kernel until today.
>
> I can now boot the usb disk with no problem.

Good.

> I can also now boot the hard drive in ATA mode (in the bios called 
> RAID, with a
> note that says if not labeled then ATA mode)

Excellent.

> I also was able to create an HVM guest (ubuntu 8.04 from an ISO file)

Oh, good, I hadn't tried that yet.  The dom0 kernel doesn't really care 
much whether domains are pv or hvm, but its nice to know it works.

> Will I be able to do passthrough stuff on this VT-d box?

No, I haven't looked at passthrough at all yet.

> So in general the dom0 kernel seems quite functional.
>
> Some kinks to work out here and there, but it seems
> quite usable (with some limitations).
>
> What is the plan going forward?
>
> What else needs to be tested etc.?

Well, it would be nice to get to the bottom of why AHCI isn't working.  
If legacy mode works OK, then I guess that's an acceptable workaround 
for now.  But it does suggest there's something screwy going on that 
will probably bite us on other devices too.

The big missing feature is netback.  Once that's done all the major 
functionality will be present.

At that point the the TODO list would be something along the lines of:

    * blktap
    * MSI support
    * other backends (framebuffer, pci passthrough, etc)
    * wider testing on more hardware
    * performance tuning
    * complete decommissioning of 2.6.18-xen

    J

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-11 20:25               ` Jeremy Fitzhardinge
  2008-12-11 21:12                 ` Todd Deshane
@ 2008-12-17 14:10                 ` Gerd Hoffmann
  2008-12-17 14:18                   ` Keir Fraser
  1 sibling, 1 reply; 92+ messages in thread
From: Gerd Hoffmann @ 2008-12-17 14:10 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: deshantm, Xen-devel, Aviv Grafi, Ian Campbell

Jeremy Fitzhardinge wrote:

> Yes, it looks like you've got something wrong on the python side.  Have
> you rebuilt it lately?  You'll need a moderately recent version of
> xen-unstable anyway.

What is the plan here btw?  Will the fixes needed for pv_ops based dom0
backported to 3.3.x?  Or is 3.4 the target?  If the latter, what is the
estimated release time?

thanks,
  Gerd

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-17 14:10                 ` Gerd Hoffmann
@ 2008-12-17 14:18                   ` Keir Fraser
  2008-12-17 14:40                     ` Gerd Hoffmann
  0 siblings, 1 reply; 92+ messages in thread
From: Keir Fraser @ 2008-12-17 14:18 UTC (permalink / raw)
  To: Gerd Hoffmann, Jeremy Fitzhardinge
  Cc: deshantm, Xen-devel, Aviv Grafi, Ian Campbell

On 17/12/2008 14:10, "Gerd Hoffmann" <kraxel@redhat.com> wrote:

> Jeremy Fitzhardinge wrote:
> 
>> Yes, it looks like you've got something wrong on the python side.  Have
>> you rebuilt it lately?  You'll need a moderately recent version of
>> xen-unstable anyway.
> 
> What is the plan here btw?  Will the fixes needed for pv_ops based dom0
> backported to 3.3.x?  Or is 3.4 the target?  If the latter, what is the
> estimated release time?

They'll miss 3.3.1 but I'd consider backports for 3.3.2. 3.4.0 is likely to
be March/April. But 3.3.2 may not be much earlier, if at all.

 -- Keir

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-17 14:18                   ` Keir Fraser
@ 2008-12-17 14:40                     ` Gerd Hoffmann
  2008-12-17 19:26                       ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 92+ messages in thread
From: Gerd Hoffmann @ 2008-12-17 14:40 UTC (permalink / raw)
  To: Keir Fraser
  Cc: deshantm, Jeremy Fitzhardinge, Xen-devel, Aviv Grafi, Ian Campbell

Keir Fraser wrote:
> On 17/12/2008 14:10, "Gerd Hoffmann" <kraxel@redhat.com> wrote:
> 
>> Jeremy Fitzhardinge wrote:
>>
>>> Yes, it looks like you've got something wrong on the python side.  Have
>>> you rebuilt it lately?  You'll need a moderately recent version of
>>> xen-unstable anyway.
>> What is the plan here btw?  Will the fixes needed for pv_ops based dom0
>> backported to 3.3.x?  Or is 3.4 the target?  If the latter, what is the
>> estimated release time?
> 
> They'll miss 3.3.1 but I'd consider backports for 3.3.2. 3.4.0 is likely to
> be March/April. But 3.3.2 may not be much earlier, if at all.

So it will not be in any released version soon.  Hmm.
Which changesets are needed?  I've figured 18782 so far (sysfs balloon).

Also noticed the dom0 builder doesn't (yet) boot bzImages, right?

cheers,
  Gerd

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-15 20:20                                           ` Jeremy Fitzhardinge
  2008-12-16  5:04                                             ` Todd Deshane
@ 2008-12-17 17:06                                             ` Gerd Hoffmann
  2008-12-17 19:33                                               ` Jeremy Fitzhardinge
  1 sibling, 1 reply; 92+ messages in thread
From: Gerd Hoffmann @ 2008-12-17 17:06 UTC (permalink / raw)
  To: Jeremy Fitzhardinge
  Cc: deshantm, Aviv Grafi, Xen-devel, Andrew Lyon, Ian Campbell

[-- Attachment #1: Type: text/plain, Size: 680 bytes --]

  Hi,

> When I set it to AHCI, I see the same timeouts on IDENTIFY, but the DVD
> drive is detected properly.

Hopping in here ;)

/me uses AHCI too.  Things work just fine for me initially.  After
running for a while (more than just bootup:  I can login via ssh, do
builds, run guests, ...) I suddenly get errors disk errors.  From a
brief look it seems the disk stops responding to disk commands
altogether.  The box is still sort-of alive at this point, I can even
login remotely and grab a dmesg log.  Probably due to the important
stuff being in the page cache, so no disk I/O is needed for that ...

Intel 64bit box, 6GB RAM (dom0_mem=2g), running rawhide.

cheers,
  Gerd

[-- Attachment #2: xen-errors.log --]
[-- Type: text/plain, Size: 51504 bytes --]

PAT disabled on Xen
Initializing cgroup subsys cpuset
Linux version 2.6.28-rc8-tip-kraxel (kraxel@xeni.home.kraxel.org) (gcc version 4.3.2 20081105 (Red Hat 4.3.2-7) (GCC) ) #6 SMP Tue Dec 16 22:54:28 CET 2008
Command line: ro root=/dev/xeni/fedora64 console=hvc0 panic=30 pci=nomsi
KERNEL supported cpus:
  Intel GenuineIntel
  AMD AuthenticAMD
  Centaur CentaurHauls
BIOS-provided physical RAM map:
 Xen: 0000000000000000 - 000000000009c000 (usable)
 Xen: 000000000009c000 - 0000000000100000 (reserved)
 Xen: 0000000000100000 - 0000000002058000 (usable)
 Xen: 0000000002058000 - 0000000002459000 (reserved)
 Xen: 0000000002459000 - 0000000080000000 (usable)
 Xen: 00000000af6a0000 - 00000000af6ae000 (ACPI data)
 Xen: 00000000af6ae000 - 00000000af6f0000 (ACPI NVS)
 Xen: 00000000af6f0000 - 00000000af700000 (reserved)
 Xen: 00000000fee00000 - 00000000fee01000 (reserved)
 Xen: 00000000ffa6c000 - 00000000ffa6d000 (reserved)
 Xen: 00000000ffb00000 - 0000000100000000 (reserved)
DMI present.
AMI BIOS detected: BIOS may corrupt low RAM, working it around.
last_pfn = 0x80000 max_arch_pfn = 0x3ffffffff
init_memory_mapping: 0000000000000000-0000000080000000
 0000000000 - 0080000000 page 4k
kernel direct mapping tables up to 80000000 @ 100000-503000
last_map_addr: 80000000 end: 80000000
RAMDISK: 01785000 - 02057400
ACPI: RSDP 000F95E0, 0014 (r0 ACPIAM)
ACPI: RSDT AF6A0000, 004C (r1 101607 RSDT1326 20071016 MSFT       97)
ACPI: FACP AF6A0200, 0084 (r2 101607 FACP1326 20071016 MSFT       97)
ACPI: DSDT AF6A0490, 687F (r1 VVBLI9 VVBLI961       61 INTL 20051117)
ACPI: FACS AF6AE000, 0040
ACPI: APIC AF6A0390, 006C (r1 101607 APIC1326 20071016 MSFT       97)
ACPI: SPCR AF6A0400, 0050 (r1 101607 SPCR1326 20071016 MSFT       97)
ACPI: MCFG AF6A0450, 003C (r1 101607 OEMMCFG  20071016 MSFT       97)
ACPI: OEMB AF6AE040, 008A (r1 101607 OEMB1326 20071016 MSFT       97)
ACPI: HPET AF6A6D10, 0038 (r1 101607 OEMHPET  20071016 MSFT       97)
ACPI: ASF! AF6A6D48, 0099 (r32 LEGEND I865PASF        1 INTL 20051117)
ACPI: GSCI AF6AE0D0, 2024 (r1 101607 GMCHSCI  20071016 MSFT       97)
ACPI: iEIT AF6B0100, 00B0 (r1 101607 EITTABLE 20071016 MSFT       97)
ACPI: SSDT AF6B1610, 0877 (r1 DpgPmm    CpuPm       12 INTL 20051117)
ACPI: Local APIC address 0xfee00000
No NUMA configuration found
Faking a node at 0000000000000000-0000000080000000
Bootmem setup node 0 0000000000000000-0000000080000000
  NODE_DATA [0000000000010000 - 0000000000024fff]
  bootmap [0000000000025000 -  0000000000034fff] pages 10
(6 early reservations) ==> bootmem [0000000000 - 0080000000]
  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
  #1 [0002459000 - 0002470000]   XEN PAGETABLES ==> [0002459000 - 0002470000]
  #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
  #3 [0001000000 - 0001784f0c]    TEXT DATA BSS ==> [0001000000 - 0001784f0c]
  #4 [0001785000 - 0002057400]          RAMDISK ==> [0001785000 - 0002057400]
  #5 [0000100000 - 00004e9000]          PGTABLE ==> [0000100000 - 00004e9000]
found SMP MP-table at [ffff8800000ff780] 000ff780
Zone PFN ranges:
  DMA      0x00000010 -> 0x00001000
  DMA32    0x00001000 -> 0x00100000
  Normal   0x00100000 -> 0x00100000
Movable zone start PFN for each node
early_node_map[3] active PFN ranges
    0: 0x00000010 -> 0x0000009c
    0: 0x00000100 -> 0x00002058
    0: 0x00002459 -> 0x00080000
On node 0 totalpages: 523147
  DMA zone: 56 pages used for memmap
  DMA zone: 1006 pages reserved
  DMA zone: 2918 pages, LIFO batch:0
  DMA32 zone: 7112 pages used for memmap
  DMA32 zone: 512055 pages, LIFO batch:31
  Normal zone: 0 pages used for memmap
  Movable zone: 0 pages used for memmap
ACPI: PM-Timer IO Port: 0x808
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 4, version 0, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a301 base: 0xfed00000
SMP: Allowing 4 CPUs, 0 hotplug CPUs
PM: Registered nosave memory: 000000000009c000 - 0000000000100000
PM: Registered nosave memory: 0000000002058000 - 0000000002459000
Allocating PCI resources starting at b0000000 (gap: af700000:4f700000)
PERCPU: Allocating 57344 bytes of per cpu data
per cpu data for cpu0 on node0 at 0000000002482000
per cpu data for cpu1 on node0 at 0000000002490000
per cpu data for cpu2 on node0 at 000000000249e000
per cpu data for cpu3 on node0 at 00000000024ac000
NR_CPUS: 64, nr_cpu_ids: 4, nr_node_ids 1
Built 1 zonelists in Node order, mobility grouping on.  Total pages: 514973
Policy zone: DMA32
Kernel command line: ro root=/dev/xeni/fedora64 console=hvc0 panic=30 pci=nomsi
Initializing CPU#0
xen: allocated irq 9 for acpi 9
PID hash table entries: 4096 (order: 12, 32768 bytes)
Detected 2660.034 MHz processor.
Console: colour VGA+ 80x25
console [hvc0] enabled
Checking aperture...
No AGP bridge found
Calgary: detecting Calgary via BIOS EBDA area
Calgary: Unable to locate Rio Grande table in EBDA - bailing!
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
xen_swiotlb_fixup: buf=ffff880004182000 size=67108864, nslabs=32768
xen_swiotlb_fixup: buf=ffff880008222000 size=32768, nslabs=16
Placing 64MB software IO TLB between ffff880004182000 - ffff880008181fff
software IO TLB at phys 0x4182000 - 0x8181fff bus 0x1c0000 - 0x7f3ffff
Memory: 1976308k/2097152k available (3025k kernel code, 4564k absent, 116280k reserved, 1785k data, 1264k init)
SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Xen: using vcpuop timer interface
installing Xen timer for CPU 0
  alloc irq_desc for 16 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
Calibrating delay loop (skipped), value calculated using timer frequency.. 5320.06 BogoMIPS (lpj=2660034)
Security Framework initialized
SELinux:  Initializing.
SELinux:  Starting in permissive mode
Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
Mount-cache hash table entries: 256
Initializing cgroup subsys ns
Initializing cgroup subsys cpuacct
Initializing cgroup subsys devices
Initializing cgroup subsys freezer
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 6144K
CPU 0/0x0 -> Node 0
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
SMP alternatives: switching to UP code
ACPI: Core revision 20080926
  alloc irq_desc for 17 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
cpu 0 spinlock event irq 17
  alloc irq_desc for 18 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
  alloc irq_desc for 19 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
  alloc irq_desc for 20 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
  alloc irq_desc for 21 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
installing Xen timer for CPU 1
  alloc irq_desc for 22 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
  alloc irq_desc for 23 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
cpu 1 spinlock event irq 23
SMP alternatives: switching to SMP code
  alloc irq_desc for 24 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
  alloc irq_desc for 25 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
  alloc irq_desc for 26 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
  alloc irq_desc for 27 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
Initializing CPU#1
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 6144K
CPU 1/0x0 -> Node 0
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
installing Xen timer for CPU 2
  alloc irq_desc for 28 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
  alloc irq_desc for 29 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
cpu 2 spinlock event irq 29
  alloc irq_desc for 30 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
  alloc irq_desc for 31 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
  alloc irq_desc for 32 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
  alloc irq_desc for 33 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
Initializing CPU#2
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 6144K
CPU 2/0x0 -> Node 0
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
installing Xen timer for CPU 3
  alloc irq_desc for 34 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
  alloc irq_desc for 35 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
cpu 3 spinlock event irq 35
  alloc irq_desc for 36 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
  alloc irq_desc for 37 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
  alloc irq_desc for 38 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
  alloc irq_desc for 39 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
Initializing CPU#3
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 6144K
CPU 3/0x0 -> Node 0
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
Brought up 4 CPUs
CPU0 attaching sched-domain:
 domain 0: span 0-3 level CPU
  groups: 0 1 2 3
CPU1 attaching sched-domain:
 domain 0: span 0-3 level CPU
  groups: 1 2 3 0
CPU2 attaching sched-domain:
 domain 0: span 0-3 level CPU
  groups: 2 3 0 1
CPU3 attaching sched-domain:
 domain 0: span 0-3 level CPU
  groups: 3 0 1 2
net_namespace: 1400 bytes
Booting paravirtualized kernel on Xen
Xen version: 3.3.0 (preserve-AD) (dom0)
Grant table initialized
Time: 15:50:12  Date: 12/17/08
regulator: core version 0.5
NET: Registered protocol family 16
  alloc irq_desc for 40 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
xenbus_probe_init ok
ACPI: bus type pci registered
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: Not using MMCONFIG.
PCI: Using configuration type 1 for base access
ACPI: EC: Look up EC in DSDT
ACPI: BIOS _OSI(Linux) query ignored
ACPI: Interpreter enabled
ACPI: (supports S0 S1 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
PCI: Using MMCONFIG at e0000000 - efffffff
ACPI: No dock devices found.
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:02.0: reg 10 32bit mmio: [0xffa80000-0xffafffff]
pci 0000:00:02.0: reg 14 io port: [0xec00-0xec07]
pci 0000:00:02.0: reg 18 32bit mmio: [0xd0000000-0xdfffffff]
pci 0000:00:02.0: reg 1c 32bit mmio: [0xff900000-0xff9fffff]
pci 0000:00:03.0: reg 10 64bit mmio: [0xffa7b000-0xffa7b00f]
pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
pci 0000:00:03.0: PME# disabled
pci 0000:00:03.2: reg 10 io port: [0xe880-0xe887]
pci 0000:00:03.2: reg 14 io port: [0xe800-0xe803]
pci 0000:00:03.2: reg 18 io port: [0xe480-0xe487]
pci 0000:00:03.2: reg 1c io port: [0xe400-0xe403]
pci 0000:00:03.2: reg 20 io port: [0xe080-0xe08f]
pci 0000:00:03.3: reg 10 io port: [0xe000-0xe007]
pci 0000:00:03.3: reg 14 32bit mmio: [0xffa79000-0xffa79fff]
pci 0000:00:19.0: reg 10 32bit mmio: [0xffa40000-0xffa5ffff]
pci 0000:00:19.0: reg 14 32bit mmio: [0xffa78000-0xffa78fff]
pci 0000:00:19.0: reg 18 io port: [0xdc00-0xdc1f]
pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
pci 0000:00:19.0: PME# disabled
pci 0000:00:1a.0: reg 20 io port: [0xd880-0xd89f]
pci 0000:00:1a.1: reg 20 io port: [0xd800-0xd81f]
pci 0000:00:1a.2: reg 20 io port: [0xd480-0xd49f]
pci 0000:00:1a.7: reg 10 32bit mmio: [0xffa7a000-0xffa7a3ff]
pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1a.7: PME# disabled
pci 0000:00:1b.0: reg 10 64bit mmio: [0xffa70000-0xffa73fff]
pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1b.0: PME# disabled
pci 0000:00:1d.0: reg 20 io port: [0xd400-0xd41f]
pci 0000:00:1d.1: reg 20 io port: [0xd080-0xd09f]
pci 0000:00:1d.2: reg 20 io port: [0xd000-0xd01f]
pci 0000:00:1d.7: reg 10 32bit mmio: [0xffa6f000-0xffa6f3ff]
pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.7: PME# disabled
pci 0000:00:1f.2: reg 10 io port: [0xcc00-0xcc07]
pci 0000:00:1f.2: reg 14 io port: [0xc880-0xc883]
pci 0000:00:1f.2: reg 18 io port: [0xc800-0xc807]
pci 0000:00:1f.2: reg 1c io port: [0xc480-0xc483]
pci 0000:00:1f.2: reg 20 io port: [0xc400-0xc41f]
pci 0000:00:1f.2: reg 24 32bit mmio: [0xffa6e000-0xffa6e7ff]
pci 0000:00:1f.2: PME# supported from D3hot
pci 0000:00:1f.2: PME# disabled
pci 0000:00:1f.3: reg 10 64bit mmio: [0xffa6d000-0xffa6d0ff]
pci 0000:00:1f.3: reg 20 io port: [0x400-0x41f]
pci 0000:00:1e.0: transparent bridge
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 12 14 *15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 12 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12 *14 15)
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *10 12 14 15)
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 12 14 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 12 14 *15)
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - E3, should be D4 [20080926]
ACPI Warning (tbutils-0217): Incorrect checksum in table [iEIT] - 6D, should be 86 [20080926]
xen_balloon: Initialising balloon driver.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4
NetLabel:  unlabeled traffic allowed by default
Xen: Initializing Xen DMA ops
Xen: Enabling DMA fallback to swiotlb
PCI-GART: No AMD GART found.
Switched to high resolution mode on CPU 0
Switched to high resolution mode on CPU 3
Switched to high resolution mode on CPU 2
Switched to high resolution mode on CPU 1
pnp: PnP ACPI init
ACPI: bus type pnp registered
xen: registering gsi 8 triggering 1 polarity 0
xen: --> irq=8
xen_set_ioapic_routing: irq 8 gsi 8 vector 88 ioapic 0 pin 8 triggering 1 polarity 0
xen: registering gsi 13 triggering 1 polarity 0
xen: --> irq=13
xen_set_ioapic_routing: irq 13 gsi 13 vector 136 ioapic 0 pin 13 triggering 1 polarity 0
xen: registering gsi 4 triggering 1 polarity 0
xen: --> irq=4
xen_set_ioapic_routing: irq 4 gsi 4 vector 56 ioapic 0 pin 4 triggering 1 polarity 0
xen: registering gsi 3 triggering 1 polarity 0
xen: --> irq=3
xen_set_ioapic_routing: irq 3 gsi 3 vector 48 ioapic 0 pin 3 triggering 1 polarity 0
xen: registering gsi 6 triggering 1 polarity 0
xen: --> irq=6
xen_set_ioapic_routing: irq 6 gsi 6 vector 72 ioapic 0 pin 6 triggering 1 polarity 0
xen: registering gsi 7 triggering 1 polarity 0
xen: --> irq=7
xen_set_ioapic_routing: irq 7 gsi 7 vector 80 ioapic 0 pin 7 triggering 1 polarity 0
pnp: PnP ACPI: found 24 devices
ACPI: ACPI bus type pnp unregistered
system 00:01: iomem range 0xfed14000-0xfed19fff has been reserved
system 00:0a: ioport range 0xa20-0xa3f has been reserved
system 00:0a: ioport range 0xa00-0xa0f has been reserved
system 00:0a: ioport range 0xa10-0xa1f has been reserved
system 00:0a: ioport range 0xa40-0xa5f has been reserved
system 00:0b: ioport range 0x4d0-0x4d1 has been reserved
system 00:0b: ioport range 0x800-0x87f has been reserved
system 00:0b: ioport range 0x480-0x4bf has been reserved
system 00:0b: iomem range 0xfed1c000-0xfed1ffff has been reserved
system 00:0b: iomem range 0xfed20000-0xfed8ffff has been reserved
system 00:0f: iomem range 0xffc00000-0xffefffff has been reserved
system 00:10: iomem range 0xfec00000-0xfec00fff has been reserved
system 00:10: iomem range 0xfee00000-0xfee00fff has been reserved
system 00:11: iomem range 0xe0000000-0xefffffff has been reserved
system 00:12: iomem range 0xffa6c000-0xffa6cfff has been reserved
system 00:17: iomem range 0x0-0x9ffff could not be reserved
system 00:17: iomem range 0xc0000-0xcffff could not be reserved
system 00:17: iomem range 0xe0000-0xfffff could not be reserved
system 00:17: iomem range 0x100000-0xaf6fffff could not be reserved
pci 0000:00:1e.0: PCI bridge, secondary bus 0000:01
pci 0000:00:1e.0:   IO window: disabled
pci 0000:00:1e.0:   MEM window: disabled
pci 0000:00:1e.0:   PREFETCH window: disabled
xen: enabling pci device 0000:00:1e.0 pin 0
pci 0000:00:1e.0: setting latency timer to 64
bus: 00 index 0 io port: [0x00-0xffff]
bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
bus: 01 index 0 mmio: [0x0-0x0]
bus: 01 index 1 mmio: [0x0-0x0]
bus: 01 index 2 mmio: [0x0-0x0]
bus: 01 index 3 io port: [0x00-0xffff]
bus: 01 index 4 mmio: [0x000000-0xffffffffffffffff]
NET: Registered protocol family 2
IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
TCP: Hash tables configured (established 262144 bind 65536)
TCP reno registered
NET: Registered protocol family 1
checking if image is initramfs... it is
Freeing initrd memory: 9033k freed
audit: initializing netlink socket (disabled)
type=2000 audit(1229529012.754:1): initialized
HugeTLB registered 2 MB page size, pre-allocated 0 pages
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
msgmni has been set to 4113
SELinux:  Registering netfilter hooks
alg: No test for stdrng (krng)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
pci 0000:00:02.0: Boot video device
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
ACPI: Power Button (FF) [PWRF]
input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
ACPI: Power Button (CM) [PWRB]
xenbus_probe_backend_init bus registered ok
xenbus_probe_frontend_init bus registered ok
Event-channel device installed.
***blkif_init
  alloc irq_desc for 41 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
hpet_acpi_add: no address or irqs in _CRS
Non-volatile memory driver v1.2
Linux agpgart interface v0.103
agpgart-intel 0000:00:00.0: Intel G33 Chipset
xen: enabling pci device 0000:00:00.0 pin 0
agpgart-intel 0000:00:00.0: detected 7164K stolen memory
agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
Serial: 8250/16550 driver4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:07: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
xen: enabling pci device 0000:00:03.3 pin 2
xen: registering gsi 17 triggering 0 polarity 1
  alloc irq_desc for 42 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
xen: --> irq=42
xen_set_ioapic_routing: irq 42 gsi 17 vector 160 ioapic 0 pin 17 triggering 0 polarity 1
serial 0000:00:03.3: PCI INT B -> GSI 17 (level, low) -> IRQ 42
xen: PCI device 0000:00:03.3 pin 2 -> irq 42
brd: module loaded
Fixed MDIO Bus: probed
input: Macintosh mouse button emulation as /devices/virtual/input/input2
PNP: No PS/2 controller found. Probing ports directly.
i8042: probe of i8042 failed with error -38
mice: PS/2 mouse device common for all mice
rtc_cmos 00:03: RTC can wake from S4
rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one month, y3k, 114 bytes nvram
cpuidle: using governor ladder
cpuidle: using governor menu
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
TCP cubic registered
Initializing XFRM netlink socket
NET: Registered protocol family 17
IO APIC resources could be not be allocated.
registered taskstats version 1
  Magic number: 4:692:841
Freeing unused kernel memory: 1264k freed
Write protecting the kernel read-only data: 4384k
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
xen: enabling pci device 0000:00:1a.7 pin 4
xen: registering gsi 19 triggering 0 polarity 1
  alloc irq_desc for 43 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
xen: --> irq=43
xen_set_ioapic_routing: irq 43 gsi 19 vector 168 ioapic 0 pin 19 triggering 0 polarity 1
ehci_hcd 0000:00:1a.7: PCI INT D -> GSI 19 (level, low) -> IRQ 43
xen: PCI device 0000:00:1a.7 pin 4 -> irq 43
ehci_hcd 0000:00:1a.7: setting latency timer to 64
ehci_hcd 0000:00:1a.7: EHCI Host Controller
ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1a.7: debug port 1
ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
ehci_hcd 0000:00:1a.7: irq 43, io mem 0xffa7a000
ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.28-rc8-tip-kraxel ehci_hcd
usb usb1: SerialNumber: 0000:00:1a.7
xen: enabling pci device 0000:00:1d.7 pin 1
xen: registering gsi 23 triggering 0 polarity 1
  alloc irq_desc for 44 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
xen: --> irq=44
xen_set_ioapic_routing: irq 44 gsi 23 vector 176 ioapic 0 pin 23 triggering 0 polarity 1
ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 44
xen: PCI device 0000:00:1d.7 pin 1 -> irq 44
ehci_hcd 0000:00:1d.7: setting latency timer to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
ehci_hcd 0000:00:1d.7: irq 44, io mem 0xffa6f000
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 6 ports detected
usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: EHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.28-rc8-tip-kraxel ehci_hcd
usb usb2: SerialNumber: 0000:00:1d.7
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
uhci_hcd: USB Universal Host Controller Interface driver
xen: enabling pci device 0000:00:1a.0 pin 1
xen: registering gsi 16 triggering 0 polarity 1
  alloc irq_desc for 45 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
xen: --> irq=45
xen_set_ioapic_routing: irq 45 gsi 16 vector 184 ioapic 0 pin 16 triggering 0 polarity 1
uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 45
xen: PCI device 0000:00:1a.0 pin 1 -> irq 45
uhci_hcd 0000:00:1a.0: setting latency timer to 64
uhci_hcd 0000:00:1a.0: UHCI Host Controller
uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1a.0: irq 45, io base 0x0000d880
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: UHCI Host Controller
usb usb3: Manufacturer: Linux 2.6.28-rc8-tip-kraxel uhci_hcd
usb usb3: SerialNumber: 0000:00:1a.0
xen: enabling pci device 0000:00:1a.1 pin 2
xen: registering gsi 21 triggering 0 polarity 1
  alloc irq_desc for 46 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
xen: --> irq=46
xen_set_ioapic_routing: irq 46 gsi 21 vector 192 ioapic 0 pin 21 triggering 0 polarity 1
uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 46
xen: PCI device 0000:00:1a.1 pin 2 -> irq 46
uhci_hcd 0000:00:1a.1: setting latency timer to 64
uhci_hcd 0000:00:1a.1: UHCI Host Controller
uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1a.1: irq 46, io base 0x0000d800
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: UHCI Host Controller
usb usb4: Manufacturer: Linux 2.6.28-rc8-tip-kraxel uhci_hcd
usb usb4: SerialNumber: 0000:00:1a.1
xen: enabling pci device 0000:00:1a.2 pin 3
xen: registering gsi 18 triggering 0 polarity 1
  alloc irq_desc for 47 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
xen: --> irq=47
xen_set_ioapic_routing: irq 47 gsi 18 vector 200 ioapic 0 pin 18 triggering 0 polarity 1
uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 18 (level, low) -> IRQ 47
xen: PCI device 0000:00:1a.2 pin 3 -> irq 47
uhci_hcd 0000:00:1a.2: setting latency timer to 64
uhci_hcd 0000:00:1a.2: UHCI Host Controller
uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1a.2: irq 47, io base 0x0000d480
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb5: Product: UHCI Host Controller
usb usb5: Manufacturer: Linux 2.6.28-rc8-tip-kraxel uhci_hcd
usb usb5: SerialNumber: 0000:00:1a.2
xen: enabling pci device 0000:00:1d.0 pin 1
xen: registering gsi 23 triggering 0 polarity 1
xen_allocate_pirq: returning irq 44 for gsi 23
xen: --> irq=44
xen_set_ioapic_routing: irq 44 gsi 23 vector 176 ioapic 0 pin 23 triggering 0 polarity 1
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 44
xen: PCI device 0000:00:1d.0 pin 1 -> irq 44
uhci_hcd 0000:00:1d.0: setting latency timer to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
uhci_hcd 0000:00:1d.0: irq 44, io base 0x0000d400
usb usb6: configuration #1 chosen from 1 choice
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 2 ports detected
usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb6: Product: UHCI Host Controller
usb usb6: Manufacturer: Linux 2.6.28-rc8-tip-kraxel uhci_hcd
usb usb6: SerialNumber: 0000:00:1d.0
xen: enabling pci device 0000:00:1d.1 pin 2
xen: registering gsi 19 triggering 0 polarity 1
xen_allocate_pirq: returning irq 43 for gsi 19
xen: --> irq=43
xen_set_ioapic_routing: irq 43 gsi 19 vector 168 ioapic 0 pin 19 triggering 0 polarity 1
uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 43
xen: PCI device 0000:00:1d.1 pin 2 -> irq 43
uhci_hcd 0000:00:1d.1: setting latency timer to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
uhci_hcd 0000:00:1d.1: irq 43, io base 0x0000d080
usb usb7: configuration #1 chosen from 1 choice
hub 7-0:1.0: USB hub found
hub 7-0:1.0: 2 ports detected
usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb7: Product: UHCI Host Controller
usb usb7: Manufacturer: Linux 2.6.28-rc8-tip-kraxel uhci_hcd
usb usb7: SerialNumber: 0000:00:1d.1
xen: enabling pci device 0000:00:1d.2 pin 4
xen: registering gsi 16 triggering 0 polarity 1
xen_allocate_pirq: returning irq 45 for gsi 16
xen: --> irq=45
xen_set_ioapic_routing: irq 45 gsi 16 vector 184 ioapic 0 pin 16 triggering 0 polarity 1
uhci_hcd 0000:00:1d.2: PCI INT D -> GSI 16 (level, low) -> IRQ 45
xen: PCI device 0000:00:1d.2 pin 4 -> irq 45
uhci_hcd 0000:00:1d.2: setting latency timer to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
uhci_hcd 0000:00:1d.2: irq 45, io base 0x0000d000
usb usb8: configuration #1 chosen from 1 choice
hub 8-0:1.0: USB hub found
hub 8-0:1.0: 2 ports detected
usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb8: Product: UHCI Host Controller
usb usb8: Manufacturer: Linux 2.6.28-rc8-tip-kraxel uhci_hcd
usb usb8: SerialNumber: 0000:00:1d.2
SCSI subsystem initialized
Driver 'sd' needs updating - please use bus_type methods
libata version 3.00 loaded.
ahci 0000:00:1f.2: version 3.0
xen: enabling pci device 0000:00:1f.2 pin 2
xen: registering gsi 19 triggering 0 polarity 1
xen_allocate_pirq: returning irq 43 for gsi 19
xen: --> irq=43
xen_set_ioapic_routing: irq 43 gsi 19 vector 168 ioapic 0 pin 19 triggering 0 polarity 1
ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 43
xen: PCI device 0000:00:1f.2 pin 2 -> irq 43
ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports ? Gbps 0x3f impl SATA mode
ahci 0000:00:1f.2: flags: 64bit ncq sntf stag led clo pmp pio slum part ems 
ahci 0000:00:1f.2: setting latency timer to 64
scsi0 : ahci
scsi1 : ahci
scsi2 : ahci
scsi3 : ahci
scsi4 : ahci
scsi5 : ahci
ata1: SATA max UDMA/133 abar m2048@0xffa6e000 port 0xffa6e100 irq 43
ata2: SATA max UDMA/133 abar m2048@0xffa6e000 port 0xffa6e180 irq 43
ata3: SATA max UDMA/133 abar m2048@0xffa6e000 port 0xffa6e200 irq 43
ata4: SATA max UDMA/133 abar m2048@0xffa6e000 port 0xffa6e280 irq 43
ata5: SATA max UDMA/133 abar m2048@0xffa6e000 port 0xffa6e300 irq 43
ata6: SATA max UDMA/133 abar m2048@0xffa6e000 port 0xffa6e380 irq 43
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata1.00: ATA-7: Hitachi HDS721616PLA380, P22OAB3A, max UDMA/133
ata1.00: 321672960 sectors, multi 0: LBA48 NCQ (depth 31/32)
ata1.00: configured for UDMA/133
ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata2.00: ATAPI: PLEXTOR DVDR   PX-755A, 1.04, max UDMA/66
ata2.00: configured for UDMA/66
ata3: SATA link down (SStatus 0 SControl 300)
ata4: SATA link down (SStatus 0 SControl 300)
ata5: SATA link down (SStatus 0 SControl 300)
ata6: SATA link down (SStatus 0 SControl 300)
scsi 0:0:0:0: Direct-Access     ATA      Hitachi HDS72161 P22O PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] 321672960 512-byte hardware sectors: (164 GB/153 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 0:0:0:0: [sda] 321672960 512-byte hardware sectors: (164 GB/153 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sda: sda1 sda2 sda3
sd 0:0:0:0: [sda] Attached SCSI disk
scsi 1:0:0:0: CD-ROM            PLEXTOR  DVDR   PX-755A   1.04 PQ: 0 ANSI: 5
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
SELinux:  Disabled at runtime.
SELinux:  Unregistering netfilter hooks
type=1404 audit(1229529017.085:2): selinux=0 auid=4294967295 ses=4294967295
udev: starting version 135
sd 0:0:0:0: Attached scsi generic sg0 type 0
scsi 1:0:0:0: Attached scsi generic sg1 type 5
xen: enabling pci device 0000:00:03.2 pin 3
xen: registering gsi 18 triggering 0 polarity 1
xen_allocate_pirq: returning irq 47 for gsi 18
xen: --> irq=47
xen_set_ioapic_routing: irq 47 gsi 18 vector 200 ioapic 0 pin 18 triggering 0 polarity 1
pata_acpi 0000:00:03.2: PCI INT C -> GSI 18 (level, low) -> IRQ 47
xen: PCI device 0000:00:03.2 pin 3 -> irq 47
pata_acpi 0000:00:03.2: setting latency timer to 64
xen: disable pci device 0000:00:03.2
Pid: 734, comm: modprobe Not tainted 2.6.28-rc8-tip-kraxel #6
Call Trace:
 [<ffffffff8100f26a>] xen_pci_pirq_disable+0x1e/0x20
 [<ffffffff81258418>] pcibios_disable_device+0x1b/0x1d
 [<ffffffff8116f6d8>] pci_disable_device+0x8c/0x93
 [<ffffffff811704f1>] ? pci_release_region+0xb6/0xd0
 [<ffffffff81170599>] pcim_release+0x8e/0x97
 [<ffffffff811f9522>] release_nodes+0x17c/0x1a3
 [<ffffffff811f95c6>] devres_release_group+0x7d/0xaa
 [<ffffffffa00aa16b>] ata_pci_sff_init_one+0xda/0x113 [libata]
 [<ffffffffa012506d>] pacpi_init_one+0x4a/0x51 [pata_acpi]
 [<ffffffff81172cbb>] pci_device_probe+0xb9/0x110
 [<ffffffff81119481>] ? sysfs_create_link+0xe/0x11
 [<ffffffff811f7534>] driver_probe_device+0xc4/0x172
 [<ffffffff811f7644>] __driver_attach+0x62/0x8c
 [<ffffffff811f75e2>] ? __driver_attach+0x0/0x8c
 [<ffffffff811f6dca>] bus_for_each_dev+0x4f/0x89
 [<ffffffff811f737b>] driver_attach+0x1c/0x1e
 [<ffffffff811f66e8>] bus_add_driver+0xb5/0x1ff
 [<ffffffff811f7834>] driver_register+0xa8/0x128
 [<ffffffff81172f6a>] __pci_register_driver+0x66/0xa0
 [<ffffffffa0027000>] ? pacpi_init+0x0/0x20 [pata_acpi]
 [<ffffffffa002701e>] pacpi_init+0x1e/0x20 [pata_acpi]
 [<ffffffff8100a056>] do_one_initcall+0x56/0x13d
 [<ffffffff8105e14b>] ? __blocking_notifier_call_chain+0x58/0x6a
 [<ffffffff8106bb80>] sys_init_module+0xa9/0x1b6
 [<ffffffff8101233a>] system_call_fastpath+0x16/0x1b
input: PC Speaker as /devices/platform/pcspkr/input/input3
Driver 'sr' needs updating - please use bus_type methods
sr0: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 1:0:0:0: Attached scsi CD-ROM sr0
xen: enabling pci device 0000:00:1f.3 pin 3
xen: registering gsi 18 triggering 0 polarity 1
xen_allocate_pirq: returning irq 47 for gsi 18
xen: --> irq=47
xen_set_ioapic_routing: irq 47 gsi 18 vector 200 ioapic 0 pin 18 triggering 0 polarity 1
i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 47
xen: PCI device 0000:00:1f.3 pin 3 -> irq 47
parport_pc 00:09: reported by Plug and Play ACPI
parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE,EPP]
e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k6
e1000e: Copyright (c) 1999-2008 Intel Corporation.
xen: enabling pci device 0000:00:19.0 pin 1
xen: registering gsi 20 triggering 0 polarity 1
  alloc irq_desc for 48 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
xen: --> irq=48
xen_set_ioapic_routing: irq 48 gsi 20 vector 208 ioapic 0 pin 20 triggering 0 polarity 1
e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 48
xen: PCI device 0000:00:19.0 pin 1 -> irq 48
e1000e 0000:00:19.0: setting latency timer to 64
0000:00:19.0: 0000:00:19.0: Failed to initialize MSI interrupts.  Falling back to legacy interrupts.
0000:00:19.0: 0000:00:19.0: PHY reset is blocked due to SOL/IDER session.
0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:13:20:f5:f8:50
0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
0000:00:19.0: eth0: MAC: 6, PHY: 6, PBA No: ffffff-0ff
ppdev: user-space parallel port driver
xen: enabling pci device 0000:00:1b.0 pin 1
xen: registering gsi 22 triggering 0 polarity 1
  alloc irq_desc for 49 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
xen: --> irq=49
xen_set_ioapic_routing: irq 49 gsi 22 vector 216 ioapic 0 pin 22 triggering 0 polarity 1
HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 49
xen: PCI device 0000:00:1b.0 pin 1 -> irq 49
HDA Intel 0000:00:1b.0: setting latency timer to 64
ALSA /home/kraxel/dom0/linux-2.6/sound/pci/hda/hda_codec.c:3055: autoconfig: line_outs=4 (0xd/0xf/0x10/0x11/0x0)
ALSA /home/kraxel/dom0/linux-2.6/sound/pci/hda/hda_codec.c:3059:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
ALSA /home/kraxel/dom0/linux-2.6/sound/pci/hda/hda_codec.c:3063:    hp_outs=1 (0xa/0x0/0x0/0x0/0x0)
ALSA /home/kraxel/dom0/linux-2.6/sound/pci/hda/hda_codec.c:3064:    mono: mono_out=0x0
ALSA /home/kraxel/dom0/linux-2.6/sound/pci/hda/hda_codec.c:3072:    inputs: mic=0xe, fmic=0xb, line=0xc, fline=0x0, cd=0x0, aux=0x0
ALSA /home/kraxel/dom0/linux-2.6/sound/pci/hda/patch_sigmatel.c:2805: dac_nids=4 (0x2/0x5/0x4/0x3/0x0)
input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input4
device-mapper: multipath: version 1.0.5 loaded
loop: module loaded
EXT3 FS on dm-3, internal journal
kjournald starting.  Commit interval 5 seconds
EXT3 FS on dm-1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on dm-4, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
Adding 4194296k swap on /dev/mapper/xeni-swap.  Priority:-1 extents:1 across:4194296k
platform microcode: firmware: requesting intel-ucode/06-17-06
platform microcode: firmware: requesting intel-ucode/06-17-06
platform microcode: firmware: requesting intel-ucode/06-17-06
platform microcode: firmware: requesting intel-ucode/06-17-06
Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
microcode: CPU0 update from revision 0x606 to 0x606 failed
microcode: CPU1 update from revision 0x606 to 0x606 failed
microcode: CPU2 update from revision 0x606 to 0x606 failed
microcode: CPU3 update from revision 0x606 to 0x606 failed
Microcode Update Driver: v2.00 removed.
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
ip6_tables: (C) 2000-2006 Netfilter Core Team
nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
nf_conntrack.acct=1 kernel paramater, acct=1 nf_conntrack module option or
sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
ip_tables: (C) 2000-2006 Netfilter Core Team
ADDRCONF(NETDEV_UP): eth0: link is not ready
0000:00:19.0: eth0: Link is Up 1000 Mbps Full Duplex, Flow Control: None
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
fuse init (API version 7.10)
Loading iSCSI transport class v2.0-870.
iscsi: registered transport (tcp)
iscsi: registered transport (iser)
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
NFSD: starting 90-second grace period
  alloc irq_desc for 50 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
xenbus_probe wake_waiting
xenbus_probe wake_waiting
  alloc irq_desc for 51 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
xenbus_probe_devices backend
xenbus_probe_devices failed xenbus_directory
backend_probe_and_watch devices probed ok
backend_probe_and_watch watch add ok ok
backend_probe_and_watch all done
xenbus_probe_devices device
xenbus_probe_devices failed xenbus_directory
frontend_probe_and_watch devices probed ok
frontend_probe_and_watch watch add ok ok
frontend_probe_and_watch all done
Bridge firewalling registered
virbr0: starting userspace STP failed, starting kernel STP
Not cloning cgroup for unused subsystem ns
eth0: no IPv6 routers present
virbr0: no IPv6 routers present
  alloc irq_desc for 52 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
  alloc irq_desc for 53 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
  alloc irq_desc for 54 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
  alloc irq_desc for 55 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
blkback: ring-ref 8, event-channel 8, protocol 1 (x86_64-abi)
  alloc irq_desc for 56 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
libvirtd[2697]: segfault at 18 ip 0000003b8547a405 sp 00007fffd7abd1d0 error 4 in libc-2.8.90.so[3b85400000+168000]
qemu-dm[3165]: segfault at 4 ip 000000000046d3f0 sp 00007fffac99cc70 error 4 in qemu-dm[400000+f0000]
blkback: ring-ref 8, event-channel 8, protocol 1 (x86_64-abi)
blkback: ring-ref 8, event-channel 8, protocol 1 (x86_64-abi)
qemu-dm[3810]: segfault at 4 ip 000000000046e030 sp 00007fff574daca0 error 4 in qemu-dm[400000+f3000]
blkback: ring-ref 8, event-channel 8, protocol 1 (x86_64-abi)
qemu-dm[7304]: segfault at 4 ip 000000000046edd0 sp 00007ffff64dd3f0 error 4 in qemu-dm (deleted)[400000+f5000]
blkback: ring-ref 8, event-channel 8, protocol 1 (x86_64-abi)
qemu-dm[8267]: segfault at 4 ip 000000000046ff10 sp 00007fffd6740730 error 4 in qemu-dm[400000+f6000]
blkback: ring-ref 8, event-channel 8, protocol 1 (x86_64-abi)
qemu-dm[9265]: segfault at 4 ip 000000000046fec0 sp 00007fff1a8e98d0 error 4 in qemu-dm[400000+f6000]
blkback: ring-ref 8, event-channel 8, protocol 1 (x86_64-abi)
blkback: ring-ref 8, event-channel 8, protocol 1 (x86_64-abi)
blkback: ring-ref 8, event-channel 8, protocol 1 (x86_64-abi)
blkback: ring-ref 8, event-channel 8, protocol 1 (x86_64-abi)
blkback: ring-ref 8, event-channel 8, protocol 1 (x86_64-abi)
blkback: ring-ref 8, event-channel 8, protocol 1 (x86_64-abi)
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
ata2.00: cmd a0/00:00:00:00:00/00:00:00:00:00/a0 tag 0
         cdb 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
         res 40/00:03:00:00:00/00:00:00:00:00/a0 Emask 0x4 (timeout)
ata2.00: status: { DRDY }
ata2: hard resetting link
ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata2.00: qc timeout (cmd 0xa1)
ata2.00: failed to IDENTIFY (I/O error, err_mask=0x4)
ata2.00: revalidation failed (errno=-5)
ata2: hard resetting link
ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1.00: exception Emask 0x0 SAct 0x3 SErr 0x0 action 0x6 frozen
ata1.00: cmd 60/28:00:5e:09:64/00:00:05:00:00/40 tag 0 ncq 20480 in
         res 40/00:00:00:4f:c2/00:01:00:00:00/00 Emask 0x4 (timeout)
ata1.00: status: { DRDY }
ata1.00: cmd 60/08:08:2e:5b:94/00:00:05:00:00/40 tag 1 ncq 4096 in
         res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
ata1.00: status: { DRDY }
ata1: hard resetting link
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata2.00: qc timeout (cmd 0xa1)
ata2.00: failed to IDENTIFY (I/O error, err_mask=0x4)
ata2.00: revalidation failed (errno=-5)
ata2: hard resetting link
ata1.00: qc timeout (cmd 0xec)
ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
ata1.00: revalidation failed (errno=-5)
ata1: hard resetting link
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1.00: qc timeout (cmd 0xec)
ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
ata1.00: revalidation failed (errno=-5)
ata1: hard resetting link
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata2.00: qc timeout (cmd 0xa1)
ata2.00: failed to IDENTIFY (I/O error, err_mask=0x4)
ata2.00: revalidation failed (errno=-5)
ata2.00: disabled
ata2: hard resetting link
ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata2: EH complete
ata1.00: qc timeout (cmd 0xec)
ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
ata1.00: revalidation failed (errno=-5)
ata1.00: disabled
ata1: hard resetting link
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata1: EH complete
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 93608750
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 90442078
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 90442102
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 93863614
Buffer I/O error on device dm-3, logical block 1769591
lost page write due to I/O error on dm-3
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 29405078
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 29899542
Buffer I/O error on device dm-1, logical block 65538
lost page write due to I/O error on dm-1
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 80231190
Buffer I/O error on device dm-3, logical block 65538
lost page write due to I/O error on dm-3
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 80231214
Buffer I/O error on device dm-3, logical block 65541
lost page write due to I/O error on dm-3
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 80231286
Buffer I/O error on device dm-3, logical block 65550
lost page write due to I/O error on dm-3
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 86342126
Buffer I/O error on device dm-3, logical block 829405
lost page write due to I/O error on dm-3
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 89930542
Buffer I/O error on device dm-3, logical block 1277957
lost page write due to I/O error on dm-3
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 86342126
Buffer I/O error on device dm-3, logical block 829405
lost page write due to I/O error on dm-3
JBD: Detected IO errors while flushing file data on dm-3
Aborting journal on device dm-1.
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 29383502
Buffer I/O error on device dm-1, logical block 1033
lost page write due to I/O error on dm-1
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 79798966
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 79798982
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 79799054
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 79799134
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 79799214
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 79799294
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 79799374
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 79799454
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 79799526
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 30068486
Buffer I/O error on device dm-1, logical block 86656
lost page write due to I/O error on dm-1
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 30068550
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 30068566
JBD: Detected IO errors while flushing file data on dm-1
__journal_remove_journal_head: freeing b_committed_data
Aborting journal on device dm-3.
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 79719246
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 86276942
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 86280086
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 86334950
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 86342126
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 86425438
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 93617310
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 86283214
JBD: Detected IO errors while flushing file data on dm-3
__journal_remove_journal_head: freeing b_committed_data
__journal_remove_journal_head: freeing b_committed_data
ext3_abort called.
EXT3-fs error (device dm-3): ext3_journal_start_sb: Detected aborted journal
Remounting filesystem read-only
ext3_abort called.
EXT3-fs error (device dm-1): ext3_journal_start_sb: Detected aborted journal
Remounting filesystem read-only
__ratelimit: 16 callbacks suppressed
type=1101 audit(1229532521.933:45): user pid=15809 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting acct="root" exe="/usr/sbin/sshd" (hostname=zweiblum-eth.home.kraxel.org, addr=192.168.2.101, terminal=ssh res=success)'
type=1103 audit(1229532521.938:46): user pid=15809 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred acct="root" exe="/usr/sbin/sshd" (hostname=zweiblum-eth.home.kraxel.org, addr=192.168.2.101, terminal=ssh res=success)'
type=1006 audit(1229532521.970:47): login pid=15809 uid=0 old auid=4294967295 new auid=0 old ses=4294967295 new ses=5
type=1105 audit(1229532521.972:48): user pid=15809 uid=0 auid=0 ses=5 msg='op=PAM:session_open acct="root" exe="/usr/sbin/sshd" (hostname=zweiblum-eth.home.kraxel.org, addr=192.168.2.101, terminal=ssh res=success)'
type=1112 audit(1229532521.981:49): user pid=15811 uid=0 auid=0 ses=5 msg='uid=0: exe="/usr/sbin/sshd" (hostname=zweiblum-eth.home.kraxel.org, addr=192.168.2.101, terminal=/dev/pts/0 res=success)'
type=1110 audit(1229532521.984:50): user pid=15811 uid=0 auid=0 ses=5 msg='op=PAM:setcred acct="root" exe="/usr/sbin/sshd" (hostname=zweiblum-eth.home.kraxel.org, addr=192.168.2.101, terminal=ssh res=success)'
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 80480454
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 80480454
sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sda, sector 80480454

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-17 14:40                     ` Gerd Hoffmann
@ 2008-12-17 19:26                       ` Jeremy Fitzhardinge
  2008-12-17 20:07                         ` Keir Fraser
                                           ` (2 more replies)
  0 siblings, 3 replies; 92+ messages in thread
From: Jeremy Fitzhardinge @ 2008-12-17 19:26 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: deshantm, Xen-devel, Aviv Grafi, Keir Fraser, Ian Campbell

Gerd Hoffmann wrote:
> Keir Fraser wrote:
>   
>> On 17/12/2008 14:10, "Gerd Hoffmann" <kraxel@redhat.com> wrote:
>>
>>     
>>> Jeremy Fitzhardinge wrote:
>>>
>>>       
>>>> Yes, it looks like you've got something wrong on the python side.  Have
>>>> you rebuilt it lately?  You'll need a moderately recent version of
>>>> xen-unstable anyway.
>>>>         
>>> What is the plan here btw?  Will the fixes needed for pv_ops based dom0
>>> backported to 3.3.x?  Or is 3.4 the target?  If the latter, what is the
>>> estimated release time?
>>>       
>> They'll miss 3.3.1 but I'd consider backports for 3.3.2. 3.4.0 is likely to
>> be March/April. But 3.3.2 may not be much earlier, if at all.
>>     
>
> So it will not be in any released version soon.  Hmm.
> Which changesets are needed?  I've figured 18782 so far (sysfs balloon).
>   

The sysfs balloon change has been in for a while.  Won't it be in the 
next release?

> Also noticed the dom0 builder doesn't (yet) boot bzImages, right?
>   

Yeah.  It's on the todo list, but I don't think anyone's lined up to do 
it yet.  Shouldn't be more than a couple of hours work for someone with 
some expertise in the area (hint hint).

    J

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-17 17:06                                             ` Gerd Hoffmann
@ 2008-12-17 19:33                                               ` Jeremy Fitzhardinge
  2008-12-18  9:09                                                 ` Gerd Hoffmann
  0 siblings, 1 reply; 92+ messages in thread
From: Jeremy Fitzhardinge @ 2008-12-17 19:33 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: deshantm, Aviv Grafi, Xen-devel, Andrew Lyon, Ian Campbell

Gerd Hoffmann wrote:
>   Hi,
>
>   
>> When I set it to AHCI, I see the same timeouts on IDENTIFY, but the DVD
>> drive is detected properly.
>>     
>
> Hopping in here ;)
>
> /me uses AHCI too.  Things work just fine for me initially.  After
> running for a while (more than just bootup:  I can login via ssh, do
> builds, run guests, ...) I suddenly get errors disk errors.  From a
> brief look it seems the disk stops responding to disk commands
> altogether.  The box is still sort-of alive at this point, I can even
> login remotely and grab a dmesg log.  Probably due to the important
> stuff being in the page cache, so no disk I/O is needed for that ...
>
> Intel 64bit box, 6GB RAM (dom0_mem=2g), running rawhide.
>   

OK, that's interesting.  The symptom is the same (drive stops talking), 
but after a while rather than immediate.  That suggests there might be 
some issue with what memory gets allocated or something?

Does putting the controller in IDE/legacy mode work OK?

Oooh, sound.  Does it work?

What are all the libvirtd/qemu-dm crashes?  Are they pertinent?

    J

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-17 19:26                       ` Jeremy Fitzhardinge
@ 2008-12-17 20:07                         ` Keir Fraser
  2008-12-17 20:50                           ` Jeremy Fitzhardinge
  2008-12-17 20:57                         ` Ian Campbell
  2008-12-18  9:58                         ` Gerd Hoffmann
  2 siblings, 1 reply; 92+ messages in thread
From: Keir Fraser @ 2008-12-17 20:07 UTC (permalink / raw)
  To: Jeremy Fitzhardinge, Gerd Hoffmann
  Cc: deshantm, Xen-devel, Aviv Grafi, Ian Campbell

On 17/12/2008 19:26, "Jeremy Fitzhardinge" <jeremy@goop.org> wrote:

>> So it will not be in any released version soon.  Hmm.
>> Which changesets are needed?  I've figured 18782 so far (sysfs balloon).
> 
> The sysfs balloon change has been in for a while.  Won't it be in the
> next release?

No one asked for it to be backported.

We can always pull 3.3.2 forward for pv_ops support.

 -- Keir

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-17 20:07                         ` Keir Fraser
@ 2008-12-17 20:50                           ` Jeremy Fitzhardinge
  0 siblings, 0 replies; 92+ messages in thread
From: Jeremy Fitzhardinge @ 2008-12-17 20:50 UTC (permalink / raw)
  To: Keir Fraser; +Cc: deshantm, Xen-devel, Aviv Grafi, Gerd Hoffmann, Ian Campbell

Keir Fraser wrote:
> On 17/12/2008 19:26, "Jeremy Fitzhardinge" <jeremy@goop.org> wrote:
>
>   
>>> So it will not be in any released version soon.  Hmm.
>>> Which changesets are needed?  I've figured 18782 so far (sysfs balloon).
>>>       
>> The sysfs balloon change has been in for a while.  Won't it be in the
>> next release?
>>     
>
> No one asked for it to be backported.
>
> We can always pull 3.3.2 forward for pv_ops support.
>   

I think that's probably OK.  There may be some more tools changes before 
I'm done.

    J

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-17 19:26                       ` Jeremy Fitzhardinge
  2008-12-17 20:07                         ` Keir Fraser
@ 2008-12-17 20:57                         ` Ian Campbell
  2008-12-17 21:27                           ` Jeremy Fitzhardinge
  2008-12-18  9:58                         ` Gerd Hoffmann
  2 siblings, 1 reply; 92+ messages in thread
From: Ian Campbell @ 2008-12-17 20:57 UTC (permalink / raw)
  To: Jeremy Fitzhardinge
  Cc: deshantm, Xen-devel, Aviv Grafi, Gerd Hoffmann, Keir Fraser

On Wed, 2008-12-17 at 11:26 -0800, Jeremy Fitzhardinge wrote:
> 
> > Also noticed the dom0 builder doesn't (yet) boot bzImages, right?
> >   
> 
> Yeah.  It's on the todo list, but I don't think anyone's lined up to
> do it yet.  Shouldn't be more than a couple of hours work for someone
> with some expertise in the area (hint hint).

The main stumbling block is the lack of any existing decompression code
in the hypervisor. I've got half a patch somewhere which uses Linux's
inflate.c (it should be in an init section so it's thrown away after
boot) but it's not complete, it was a while ago so I don't even recall
how not-complete it was. I can dig it out if someone wants to pick it up
before I get back round to it.

An alternative option might be a multiboot shim which picks apart any
bzImage format modules in its input and passes the result down the chain
to the next module. e.g. your grub entry might look like:
        title bz-xen
        	kernel unbzimage
        	module xen.gz dom0_mem=foo
        	module vmlinuz root=blah
        	module initrd

Ian.

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-17 20:57                         ` Ian Campbell
@ 2008-12-17 21:27                           ` Jeremy Fitzhardinge
  2008-12-17 21:33                             ` Ian Campbell
  0 siblings, 1 reply; 92+ messages in thread
From: Jeremy Fitzhardinge @ 2008-12-17 21:27 UTC (permalink / raw)
  To: Ian Campbell; +Cc: deshantm, Xen-devel, Aviv Grafi, Gerd Hoffmann, Keir Fraser

Ian Campbell wrote:
> On Wed, 2008-12-17 at 11:26 -0800, Jeremy Fitzhardinge wrote:
>   
>>> Also noticed the dom0 builder doesn't (yet) boot bzImages, right?
>>>   
>>>       
>> Yeah.  It's on the todo list, but I don't think anyone's lined up to
>> do it yet.  Shouldn't be more than a couple of hours work for someone
>> with some expertise in the area (hint hint).
>>     
>
> The main stumbling block is the lack of any existing decompression code
> in the hypervisor. I've got half a patch somewhere which uses Linux's
> inflate.c (it should be in an init section so it's thrown away after
> boot) but it's not complete, it was a while ago so I don't even recall
> how not-complete it was. I can dig it out if someone wants to pick it up
> before I get back round to it.
>   

Ah, right, it was relying on grub to do all the decompression?

> An alternative option might be a multiboot shim which picks apart any
> bzImage format modules in its input and passes the result down the chain
> to the next module. e.g. your grub entry might look like:
>         title bz-xen
>         	kernel unbzimage
>         	module xen.gz dom0_mem=foo
>         	module vmlinuz root=blah
>         	module initrd
>   

That might be useful to have, but I don't think it would be easier to 
implement.

    J

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-17 21:27                           ` Jeremy Fitzhardinge
@ 2008-12-17 21:33                             ` Ian Campbell
  0 siblings, 0 replies; 92+ messages in thread
From: Ian Campbell @ 2008-12-17 21:33 UTC (permalink / raw)
  To: Jeremy Fitzhardinge
  Cc: deshantm, Xen-devel, Aviv Grafi, Gerd Hoffmann, Keir Fraser

On Wed, 2008-12-17 at 13:27 -0800, Jeremy Fitzhardinge wrote:
> Ian Campbell wrote:
> > On Wed, 2008-12-17 at 11:26 -0800, Jeremy Fitzhardinge wrote:
> >   
> >>> Also noticed the dom0 builder doesn't (yet) boot bzImages, right?
> >>>   
> >>>       
> >> Yeah.  It's on the todo list, but I don't think anyone's lined up to
> >> do it yet.  Shouldn't be more than a couple of hours work for someone
> >> with some expertise in the area (hint hint).
> >>     
> >
> > The main stumbling block is the lack of any existing decompression code
> > in the hypervisor. I've got half a patch somewhere which uses Linux's
> > inflate.c (it should be in an init section so it's thrown away after
> > boot) but it's not complete, it was a while ago so I don't even recall
> > how not-complete it was. I can dig it out if someone wants to pick it up
> > before I get back round to it.
> >   
> 
> Ah, right, it was relying on grub to do all the decompression?

Yep.

> > An alternative option might be a multiboot shim which picks apart any
> > bzImage format modules in its input and passes the result down the chain
> > to the next module. e.g. your grub entry might look like:
> >         title bz-xen
> >         	kernel unbzimage
> >         	module xen.gz dom0_mem=foo
> >         	module vmlinuz root=blah
> >         	module initrd
> >   
> 
> That might be useful to have, but I don't think it would be easier to 
> implement.

Right, which is why I started down the other route ;-)

Ian.

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-17 19:33                                               ` Jeremy Fitzhardinge
@ 2008-12-18  9:09                                                 ` Gerd Hoffmann
  2008-12-18 19:45                                                   ` Jeremy Fitzhardinge
  2008-12-18 20:29                                                   ` Jeremy Fitzhardinge
  0 siblings, 2 replies; 92+ messages in thread
From: Gerd Hoffmann @ 2008-12-18  9:09 UTC (permalink / raw)
  To: Jeremy Fitzhardinge
  Cc: deshantm, Aviv Grafi, Xen-devel, Andrew Lyon, Ian Campbell

Jeremy Fitzhardinge wrote:
>> Intel 64bit box, 6GB RAM (dom0_mem=2g), running rawhide.
> 
> OK, that's interesting.  The symptom is the same (drive stops talking),
> but after a while rather than immediate.

Yep.

> That suggests there might be
> some issue with what memory gets allocated or something?

Or translated.  Maybe it grooks due to being fed with an invalid bus
address where it can't DMA do.

> Does putting the controller in IDE/legacy mode work OK?

Didn't try, and can't easily because it is a headless box sitting in the
corner.  Speaking of memory:  IIRC ahci can do 64bit DMA, which legacy
IDE can't.  Maybe that makes AHCI trigger the bug while it doesn't
happen with IDE?

> Oooh, sound.  Does it work?

Dunno.  No speakers connected, and I don't have some offhand.

> What are all the libvirtd/qemu-dm crashes?  Are they pertinent?

Oh, that are some qemu-xen.latest testruns.  Trying to run hvm domains
crashes it.  Didn't investigate yet why.  Could be that it simply
depends on changes in xen-unstable and can't work as drop-in replacement
for the xen-3.3 qemu-dm version.

cheers,
  Gerd

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-13 19:26                                   ` Andrew Lyon
  2008-12-14  1:53                                     ` Todd Deshane
@ 2008-12-18  9:25                                     ` Andrew Lyon
  2008-12-18 12:44                                       ` Andrew Lyon
  1 sibling, 1 reply; 92+ messages in thread
From: Andrew Lyon @ 2008-12-18  9:25 UTC (permalink / raw)
  To: deshantm; +Cc: Jeremy Fitzhardinge, Xen-devel, Aviv Grafi, Ian Campbell

On Sat, Dec 13, 2008 at 7:26 PM, Andrew Lyon <andrew.lyon@gmail.com> wrote:
> On Sat, Dec 13, 2008 at 7:02 PM, Todd Deshane <deshantm@gmail.com> wrote:
>>> Yes, in ahci mode the cdrom  is detected but the disks are not, in
>>> legacy mode neither is detected.
>>
>> OK. I am now able to start testing on the VT-d 755 box as well.
>>
>> I am just first going to give 4 logs.
>>
>> 1. static-based disk naming mem=3G (gets to initramfs prompt, probably
>> similar to Andrew's).
>> 2. static-based disk naming no mem=3G option (crashes with panic)
>> 3. udev-based disk naming mem=3G (gets to initramfs prompt, probably
>> similar to Andrew's)
>> 4. udev-based disk naming no mem=3G option (crashes with panic)
>>
>> These are before the last set of patches, but no major fixes were add
>> since. I'll update to the
>> latest patches and re-test to stay in sync though.
>>
>> Let me know if there are any other things that I can help test with.
>>
>> Also, Andrew: which BIOS revision are you at?
>> Have you tried looking for a new one?
>
> My Optiplex 755 has the latest bios (A11) already, I don't think its a
> hardware or bios problem because my testing has shown that on the bare
> metal the same kernel boots successfully with the sata in legacy or
> ahci mode both the cdrom and hd are detected, but booted under Xen the
> hd is not detected in either mode.
>
> On friday I changed the grub.conf to enable serial console as I will
> not be at the office until tuesday but unfortunately I am not getting
> any grub serial menu so the machine is stuck in a  reboot loop for the
> next 3 days, next week I plan to put a root filesystem on a usb memory
> stick to see if I can boot a OS that way and do more testing while the
> hd issue is sorted out.
>
> andy
>
>>
>> Cheers,
>> Todd
>>
>> --
>> Todd Deshane
>> http://todddeshane.net
>> http://runningxen.com
>>
>

I pulled the latest patches as per Ian's instructions in this thread,
as before the kernel works ok on the bare metal but not under Xen, but
I get a different crash message now:

 __  __            _____  _____  ___
 \ \/ /___ _ __   |___ / |___ / / _ \
  \  // _ \ '_ \    |_ \   |_ \| | | |
  /  \  __/ | | |  ___) | ___) | |_| |
 /_/\_\___|_| |_| |____(_)____(_)___/

(XEN) Xen version 3.3.0 (root@) (gcc version 4.1.2 (Gentoo 4.1.2
p1.0.2)) Thu Dec 11 11:52:12 GMT 2008
(XEN) Latest ChangeSet: unavailable
(XEN) Command line: iommu=1 com1=115200,8n1 console=com1,vga
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN)  Found 1 MBR signatures
(XEN)  Found 1 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 000000000009fc00 (usable)
(XEN)  00000000000f0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 00000000cfdff800 (usable)
(XEN)  00000000cfdff800 - 00000000cfe53c00 (ACPI NVS)
(XEN)  00000000cfe53c00 - 00000000cfe55c00 (ACPI data)
(XEN)  00000000cfe55c00 - 00000000d0000000 (reserved)
(XEN)  00000000e0000000 - 00000000f0000000 (reserved)
(XEN)  00000000fec00000 - 00000000fed00400 (reserved)
(XEN)  00000000fed20000 - 00000000feda0000 (reserved)
(XEN)  00000000fee00000 - 00000000fef00000 (reserved)
(XEN)  00000000ffb00000 - 0000000100000000 (reserved)
(XEN)  0000000100000000 - 0000000128000000 (usable)
(XEN) System RAM: 3965MB (4060792kB)
(XEN) ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
(XEN) ACPI: XSDT 000FC5B3, 008C (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
(XEN) ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
(XEN) ACPI: FACS CFDFF800, 0040
(XEN) ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
(XEN) ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
(XEN) ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: DMAR 000FCBF3, 00D0 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: SSDT CFDFF840, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CFDFFC49, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CFE00052, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
(XEN) Xen heap: 14MB (14632kB)
(XEN) Domain heap initialised
(XEN) Processor #0 6:15 APIC version 20
(XEN) Processor #1 6:15 APIC version 20
(XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) Intel VT-d has been enabled
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Detected 2394.041 MHz processor.
(XEN) HVM: VMX enabled
(XEN) CPU0: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
(XEN) Booting processor 1/1 eip 8c000
(XEN) CPU1: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
(XEN) Total of 2 processors activated.
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using new ACK method
(XEN) checking TSC synchronization across 2 CPUs: passed.
(XEN) Platform timer is 14.318MHz HPET
(XEN) Brought up 2 CPUs
(XEN) I/O virtualisation enabled
(XEN) I/O virtualisation for PV guests disabled
(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x200000 -> 0x87c3d0
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000120000000->0000000122000000 (951655 pages
to be allocated)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff80200000->ffffffff8087c3d0
(XEN)  Init. ramdisk: ffffffff8087d000->ffffffff8087d000
(XEN)  Phys-Mach map: ffffffff8087d000->ffffffff80fcfb38
(XEN)  Start info:    ffffffff80fd0000->ffffffff80fd04a4
(XEN)  Page tables:   ffffffff80fd1000->ffffffff80fde000
(XEN)  Boot stack:    ffffffff80fde000->ffffffff80fdf000
(XEN)  TOTAL:         ffffffff80000000->ffffffff81400000
(XEN)  ENTRY ADDRESS: ffffffff80741200
(XEN) Dom0 has maximum 2 VCPUs
(XEN) Scrubbing Free RAM: .done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: Errors and warnings
(XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings)
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch
input to Xen)
(XEN) Freed 108kB init memory.
mapping kernel into physical memory
Xen: setup ISA identity maps
about to get started...
(XEN) ioapic_guest_write: apic=0, pin=2, old_irq=0, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f0, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
Linux version 2.6.28-rc8-tip (root@localhost) (gcc version 4.1.2
(Gentoo 4.1.2 p1.0.2)) #3 SMP Thu Dec 18 09:01:42 GMT 2008
Command line: root=/dev/sda2 console=hvc0 earlyprink=xen pci=nomsi panic=5
KERNEL supported cpus:
  Intel GenuineIntel
  AMD AuthenticAMD
  Centaur CentaurHauls
BIOS-provided physical RAM map:
 Xen: 0000000000000000 - 000000000009fc00 (usable)
 Xen: 00000000000a0000 - 0000000000100000 (reserved)
 Xen: 0000000000100000 - 000000000087d000 (usable)
 Xen: 000000000087d000 - 0000000000fd1000 (reserved)
 Xen: 0000000000fd1000 - 00000000cfdff800 (usable)
 Xen: 00000000cfdff800 - 00000000cfe53c00 (ACPI NVS)
 Xen: 00000000cfe53c00 - 00000000cfe55c00 (ACPI data)
 Xen: 00000000cfe55c00 - 00000000d0000000 (reserved)
 Xen: 00000000e0000000 - 00000000f0000000 (reserved)
 Xen: 00000000fec00000 - 00000000fed00400 (reserved)
 Xen: 00000000fed20000 - 00000000feda0000 (reserved)
 Xen: 00000000fee00000 - 00000000fef00000 (reserved)
 Xen: 00000000ffb00000 - 0000000100000000 (reserved)
DMI 2.5 present.
last_pfn = 0xcfdff max_arch_pfn = 0x3ffffffff
init_memory_mapping: 0000000000000000-00000000cfdff000
last_map_addr: cfdff000 end: cfdff000
ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
ACPI: XSDT 000FC5B3, 008C (r1 DELL    B9K           15 ASL        61)
ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
ACPI: FACS CFDFF800, 0040
ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
ACPI: DMAR 000FCBF3, 00D0 (r1 DELL    B9K           15 ASL        61)
ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
ACPI: SSDT CFDFF840, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
ACPI: SSDT CFDFFC49, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
ACPI: SSDT CFE00052, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
(5 early reservations) ==> bootmem [0000000000 - 00cfdff000]
  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
  #1 [0000fd1000 - 0000fde000]   XEN PAGETABLES ==> [0000fd1000 - 0000fde000]
  #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
  #3 [0000200000 - 000087c3d0]    TEXT DATA BSS ==> [0000200000 - 000087c3d0]
  #4 [0000fde000 - 0001652000]          PGTABLE ==> [0000fde000 - 0001652000]
found SMP MP-table at [ffff8800000fe710] 000fe710
Zone PFN ranges:
  DMA      0x00000000 -> 0x00001000
  DMA32    0x00001000 -> 0x00100000
  Normal   0x00100000 -> 0x00100000
Movable zone start PFN for each node
early_node_map[3] active PFN ranges
    0: 0x00000000 -> 0x0000009f
    0: 0x00000100 -> 0x0000087d
    0: 0x00000fd1 -> 0x000cfdff
ACPI: PM-Timer IO Port: 0x808
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] disabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 8, version 0, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a301 base: 0xfed00000
SMP: Allowing 2 CPUs, 0 hotplug CPUs
Allocating PCI resources starting at d1000000 (gap: d0000000:10000000)
PERCPU: Allocating 57344 bytes of per cpu data
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 836163
Kernel command line: root=/dev/sda2 console=hvc0 earlyprink=xen
pci=nomsi panic=5
Initializing CPU#0
xen: allocated irq 9 for acpi 9
PID hash table entries: 4096 (order: 12, 32768 bytes)
Detected 2394.004 MHz processor.
Console: colour VGA+ 80x25
console [hvc0] enabled
Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
Checking aperture...
No AGP bridge found
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Placing 64MB software IO TLB between ffff880004aed000 - ffff880008aecfff
software IO TLB at phys 0x4aed000 - 0x8aecfff bus 0x1c0000 - 0x7d3ffff
Memory: 3264608k/3405820k available (3273k kernel code, 7892k absent,
132716k reserved, 1869k data, 452k init)
SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
installing Xen timer for CPU 0
Calibrating delay loop (skipped), value calculated using timer
frequency.. 4788.00 BogoMIPS (lpj=2394004)
Mount-cache hash table entries: 256
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 4096K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
SMP alternatives: switching to UP code
ACPI: Core revision 20080926
cpu 0 spinlock event irq 17
installing Xen timer for CPU 1
cpu 1 spinlock event irq 23
SMP alternatives: switching to SMP code
Initializing CPU#1
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 4096K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
Brought up 2 CPUs
khelper used greatest stack depth: 6232 bytes left
net_namespace: 592 bytes
Booting paravirtualized kernel on Xen
Xen version: 3.3.0 (preserve-AD) (dom0)
Grant table initialized
Time:  9:19:17  Date: 12/18/08
NET: Registered protocol family 16
xenbus_probe_init ok
ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
ACPI: bus type pci registered
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: MCFG area at e0000000 reserved in E820
BUG: unable to handle kernel paging request at ffff9d5555555000
IP: [<ffffffff8052e04d>] do_page_fault+0x409/0x9fa
PGD 0
Oops: 0000 [#1] SMP
last sysfs file:
CPU 0
Modules linked in:
Pid: 1, comm: swapper Not tainted 2.6.28-rc8-tip #3
RIP: e030:[<ffffffff8052e04d>]  [<ffffffff8052e04d>] do_page_fault+0x409/0x9fa
RSP: e02b:ffff8800cf85bc18  EFLAGS: 00010046
RAX: 0000155555555000 RBX: ffff9d5555555000 RCX: 0000000000000020
RDX: ffff800000000000 RSI: 5555555555555000 RDI: 5555555555555067
RBP: ffff8800cf85bc88 R08: 000000000000000d R09: 000000000000000d
R10: 0000000000000010 R11: 00000000ffffffff R12: ffff880000000000
R13: ffff8000012c9a40 R14: 00003ffffffff000 R15: 0000000000000000
FS:  0000000000000000(0000) GS:ffffffff80708ec0(0000) knlGS:0000000000000000
CS:  e033 DS: 0000 ES: 0000 CR0: 000000008005003b
CR2: ffff9d5555555000 CR3: 0000000000201000 CR4: 0000000000002620
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
Process swapper (pid: 1, threadinfo ffff8800cf85a000, task ffff8800cf860000)
Stack:
 0000000000002233 ffff8800cf85bc60 ffffffff8023a2fc ffff8800cf85bc98
 0000000000000060 ffff8800cf860000 0000000000000000 000000000000002f
 ffff8800cf85bd00 0000000000000001 ffffffffffffffff 00000000000ea56c
Call Trace:
 [<ffffffff8023a2fc>] ? release_console_sem+0x1a9/0x1b6
 [<ffffffff8052bf35>] page_fault+0x25/0x30
 [<ffffffff8020a993>] ? xen_page_is_ram+0x5c/0x8d
 [<ffffffff80229e98>] __ioremap_caller+0x13e/0x303
 [<ffffffff8076793e>] ? pci_mmcfg_arch_init+0xaf/0x117
 [<ffffffff80299170>] ? __kmalloc+0xb9/0xe6
 [<ffffffff8022a092>] ioremap_nocache+0x12/0x14
 [<ffffffff8076793e>] pci_mmcfg_arch_init+0xaf/0x117
 [<ffffffff80768240>] __pci_mmcfg_init+0x273/0x2a4
 [<ffffffff80767b07>] ? pci_direct_probe+0xa3/0x1c4
 [<ffffffff807677cc>] ? pci_arch_init+0x0/0x57
 [<ffffffff8076828c>] pci_mmcfg_early_init+0xe/0x10
 [<ffffffff807677e1>] pci_arch_init+0x15/0x57
 [<ffffffff8020a056>] do_one_initcall+0x56/0x13e
 [<ffffffff8026c4be>] ? register_irq_proc+0xae/0xca
 [<ffffffff802e0000>] ? proc_task_readdir+0x82/0x29a
 [<ffffffff80741940>] kernel_init+0x11f/0x175
 [<ffffffff802133ba>] child_rip+0xa/0x20
 [<ffffffff80212cad>] ? retint_restore_args+0x5/0x20
 [<ffffffff802133b0>] ? child_rip+0x0/0x20
Code: 4c 89 e8 49 be 00 f0 ff ff ff 3f 00 00 48 c1 e8 1b 4c 21 f3 49
bc 00 00 00 00 00 88 ff ff 25 f8 0f 00 00 48 8d 04 03 4a 8d 1c 20 <48>
8b 3b e8 cd e1 cd ff 90 a8 01 0f 84 2f 02 00 00 48 8b 3b e8
RIP  [<ffffffff8052e04d>] do_page_fault+0x409/0x9fa
 RSP <ffff8800cf85bc18>
CR2: ffff9d5555555000
---[ end trace 4eaa2a86a8e2da22 ]---
swapper used greatest stack depth: 4632 bytes left
Kernel panic - not syncing: Attempted to kill init!
Pid: 1, comm: swapper Tainted: G      D    2.6.28-rc8-tip #3
Call Trace:
 [<ffffffff80239c63>] panic+0xa0/0x162
 [<ffffffff8023b5b5>] ? put_files_struct+0xb4/0xc1
 [<ffffffff8023b4f8>] ? exit_fs+0x48/0x51
 [<ffffffff8023c93c>] do_exit+0x74/0x876
 [<ffffffff8052ca37>] oops_end+0xc1/0xc9
 [<ffffffff8052e584>] do_page_fault+0x940/0x9fa
 [<ffffffff8052bf35>] page_fault+0x25/0x30
 [<ffffffff8052e04d>] ? do_page_fault+0x409/0x9fa
 [<ffffffff8052e01e>] ? do_page_fault+0x3da/0x9fa
 [<ffffffff8023a2fc>] ? release_console_sem+0x1a9/0x1b6
 [<ffffffff8052bf35>] page_fault+0x25/0x30
 [<ffffffff8020a993>] ? xen_page_is_ram+0x5c/0x8d
 [<ffffffff80229e98>] __ioremap_caller+0x13e/0x303
 [<ffffffff8076793e>] ? pci_mmcfg_arch_init+0xaf/0x117
 [<ffffffff80299170>] ? __kmalloc+0xb9/0xe6
 [<ffffffff8022a092>] ioremap_nocache+0x12/0x14
 [<ffffffff8076793e>] pci_mmcfg_arch_init+0xaf/0x117
 [<ffffffff80768240>] __pci_mmcfg_init+0x273/0x2a4
 [<ffffffff80767b07>] ? pci_direct_probe+0xa3/0x1c4
 [<ffffffff807677cc>] ? pci_arch_init+0x0/0x57
 [<ffffffff8076828c>] pci_mmcfg_early_init+0xe/0x10
 [<ffffffff807677e1>] pci_arch_init+0x15/0x57
 [<ffffffff8020a056>] do_one_initcall+0x56/0x13e
 [<ffffffff8026c4be>] ? register_irq_proc+0xae/0xca
 [<ffffffff802e0000>] ? proc_task_readdir+0x82/0x29a
 [<ffffffff80741940>] kernel_init+0x11f/0x175
 [<ffffffff802133ba>] child_rip+0xa/0x20
 [<ffffffff80212cad>] ? retint_restore_args+0x5/0x20
 [<ffffffff802133b0>] ? child_rip+0x0/0x20
Rebooting in 5 seconds..(XEN) Domain 0 shutdown: rebooting machine.


Andy

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-17 19:26                       ` Jeremy Fitzhardinge
  2008-12-17 20:07                         ` Keir Fraser
  2008-12-17 20:57                         ` Ian Campbell
@ 2008-12-18  9:58                         ` Gerd Hoffmann
  2 siblings, 0 replies; 92+ messages in thread
From: Gerd Hoffmann @ 2008-12-18  9:58 UTC (permalink / raw)
  To: Jeremy Fitzhardinge
  Cc: deshantm, Xen-devel, Aviv Grafi, Keir Fraser, Ian Campbell

Jeremy Fitzhardinge wrote:

>> Also noticed the dom0 builder doesn't (yet) boot bzImages, right?
> 
> Yeah.  It's on the todo list, but I don't think anyone's lined up to do
> it yet.  Shouldn't be more than a couple of hours work for someone with
> some expertise in the area (hint hint).

Yes if it would just be parsing the bzImage to figure the offset.
bzImage payload is zipped though, and unlike a plain elf image grub
wouldn't unzip it for us, which makes things a bit more complicated ...

cheers,
  Gerd

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-18  9:25                                     ` Andrew Lyon
@ 2008-12-18 12:44                                       ` Andrew Lyon
  2008-12-18 18:25                                         ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 92+ messages in thread
From: Andrew Lyon @ 2008-12-18 12:44 UTC (permalink / raw)
  To: deshantm; +Cc: Jeremy Fitzhardinge, Xen-devel, Aviv Grafi, Ian Campbell

On Thu, Dec 18, 2008 at 9:25 AM, Andrew Lyon <andrew.lyon@gmail.com> wrote:
> On Sat, Dec 13, 2008 at 7:26 PM, Andrew Lyon <andrew.lyon@gmail.com> wrote:
>> On Sat, Dec 13, 2008 at 7:02 PM, Todd Deshane <deshantm@gmail.com> wrote:
>>>> Yes, in ahci mode the cdrom  is detected but the disks are not, in
>>>> legacy mode neither is detected.
>>>
>>> OK. I am now able to start testing on the VT-d 755 box as well.
>>>
>>> I am just first going to give 4 logs.
>>>
>>> 1. static-based disk naming mem=3G (gets to initramfs prompt, probably
>>> similar to Andrew's).
>>> 2. static-based disk naming no mem=3G option (crashes with panic)
>>> 3. udev-based disk naming mem=3G (gets to initramfs prompt, probably
>>> similar to Andrew's)
>>> 4. udev-based disk naming no mem=3G option (crashes with panic)
>>>
>>> These are before the last set of patches, but no major fixes were add
>>> since. I'll update to the
>>> latest patches and re-test to stay in sync though.
>>>
>>> Let me know if there are any other things that I can help test with.
>>>
>>> Also, Andrew: which BIOS revision are you at?
>>> Have you tried looking for a new one?
>>
>> My Optiplex 755 has the latest bios (A11) already, I don't think its a
>> hardware or bios problem because my testing has shown that on the bare
>> metal the same kernel boots successfully with the sata in legacy or
>> ahci mode both the cdrom and hd are detected, but booted under Xen the
>> hd is not detected in either mode.
>>
>> On friday I changed the grub.conf to enable serial console as I will
>> not be at the office until tuesday but unfortunately I am not getting
>> any grub serial menu so the machine is stuck in a  reboot loop for the
>> next 3 days, next week I plan to put a root filesystem on a usb memory
>> stick to see if I can boot a OS that way and do more testing while the
>> hd issue is sorted out.
>>
>> andy
>>
>>>
>>> Cheers,
>>> Todd
>>>
>>> --
>>> Todd Deshane
>>> http://todddeshane.net
>>> http://runningxen.com
>>>
>>
>
> I pulled the latest patches as per Ian's instructions in this thread,
> as before the kernel works ok on the bare metal but not under Xen, but
> I get a different crash message now:
>
>  __  __            _____  _____  ___
>  \ \/ /___ _ __   |___ / |___ / / _ \
>  \  // _ \ '_ \    |_ \   |_ \| | | |
>  /  \  __/ | | |  ___) | ___) | |_| |
>  /_/\_\___|_| |_| |____(_)____(_)___/
>
> (XEN) Xen version 3.3.0 (root@) (gcc version 4.1.2 (Gentoo 4.1.2
> p1.0.2)) Thu Dec 11 11:52:12 GMT 2008
> (XEN) Latest ChangeSet: unavailable
> (XEN) Command line: iommu=1 com1=115200,8n1 console=com1,vga
> (XEN) Video information:
> (XEN)  VGA is text mode 80x25, font 8x16
> (XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
> (XEN) Disc information:
> (XEN)  Found 1 MBR signatures
> (XEN)  Found 1 EDD information structures
> (XEN) Xen-e820 RAM map:
> (XEN)  0000000000000000 - 000000000009fc00 (usable)
> (XEN)  00000000000f0000 - 0000000000100000 (reserved)
> (XEN)  0000000000100000 - 00000000cfdff800 (usable)
> (XEN)  00000000cfdff800 - 00000000cfe53c00 (ACPI NVS)
> (XEN)  00000000cfe53c00 - 00000000cfe55c00 (ACPI data)
> (XEN)  00000000cfe55c00 - 00000000d0000000 (reserved)
> (XEN)  00000000e0000000 - 00000000f0000000 (reserved)
> (XEN)  00000000fec00000 - 00000000fed00400 (reserved)
> (XEN)  00000000fed20000 - 00000000feda0000 (reserved)
> (XEN)  00000000fee00000 - 00000000fef00000 (reserved)
> (XEN)  00000000ffb00000 - 0000000100000000 (reserved)
> (XEN)  0000000100000000 - 0000000128000000 (usable)
> (XEN) System RAM: 3965MB (4060792kB)
> (XEN) ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
> (XEN) ACPI: XSDT 000FC5B3, 008C (r1 DELL    B9K           15 ASL        61)
> (XEN) ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
> (XEN) ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
> (XEN) ACPI: FACS CFDFF800, 0040
> (XEN) ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
> (XEN) ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
> (XEN) ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
> (XEN) ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
> (XEN) ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
> (XEN) ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
> (XEN) ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
> (XEN) ACPI: DMAR 000FCBF3, 00D0 (r1 DELL    B9K           15 ASL        61)
> (XEN) ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
> (XEN) ACPI: SSDT CFDFF840, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
> (XEN) ACPI: SSDT CFDFFC49, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
> (XEN) ACPI: SSDT CFE00052, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
> (XEN) Xen heap: 14MB (14632kB)
> (XEN) Domain heap initialised
> (XEN) Processor #0 6:15 APIC version 20
> (XEN) Processor #1 6:15 APIC version 20
> (XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
> (XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
> (XEN) Intel VT-d has been enabled
> (XEN) Using scheduler: SMP Credit Scheduler (credit)
> (XEN) Detected 2394.041 MHz processor.
> (XEN) HVM: VMX enabled
> (XEN) CPU0: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
> (XEN) Booting processor 1/1 eip 8c000
> (XEN) CPU1: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
> (XEN) Total of 2 processors activated.
> (XEN) ENABLING IO-APIC IRQs
> (XEN)  -> Using new ACK method
> (XEN) checking TSC synchronization across 2 CPUs: passed.
> (XEN) Platform timer is 14.318MHz HPET
> (XEN) Brought up 2 CPUs
> (XEN) I/O virtualisation enabled
> (XEN) I/O virtualisation for PV guests disabled
> (XEN) *** LOADING DOMAIN 0 ***
> (XEN)  Xen  kernel: 64-bit, lsb, compat32
> (XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x200000 -> 0x87c3d0
> (XEN) PHYSICAL MEMORY ARRANGEMENT:
> (XEN)  Dom0 alloc.:   0000000120000000->0000000122000000 (951655 pages
> to be allocated)
> (XEN) VIRTUAL MEMORY ARRANGEMENT:
> (XEN)  Loaded kernel: ffffffff80200000->ffffffff8087c3d0
> (XEN)  Init. ramdisk: ffffffff8087d000->ffffffff8087d000
> (XEN)  Phys-Mach map: ffffffff8087d000->ffffffff80fcfb38
> (XEN)  Start info:    ffffffff80fd0000->ffffffff80fd04a4
> (XEN)  Page tables:   ffffffff80fd1000->ffffffff80fde000
> (XEN)  Boot stack:    ffffffff80fde000->ffffffff80fdf000
> (XEN)  TOTAL:         ffffffff80000000->ffffffff81400000
> (XEN)  ENTRY ADDRESS: ffffffff80741200
> (XEN) Dom0 has maximum 2 VCPUs
> (XEN) Scrubbing Free RAM: .done.
> (XEN) Xen trace buffers: disabled
> (XEN) Std. Loglevel: Errors and warnings
> (XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings)
> (XEN) Xen is relinquishing VGA console.
> (XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch
> input to Xen)
> (XEN) Freed 108kB init memory.
> mapping kernel into physical memory
> Xen: setup ISA identity maps
> about to get started...
> (XEN) ioapic_guest_write: apic=0, pin=2, old_irq=0, new_irq=-1
> (XEN) ioapic_guest_write: old_entry=000009f0, new_entry=00010900
> (XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
> (XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=-1
> (XEN) ioapic_guest_write: old_entry=000009f1, new_entry=00010900
> (XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
> Linux version 2.6.28-rc8-tip (root@localhost) (gcc version 4.1.2
> (Gentoo 4.1.2 p1.0.2)) #3 SMP Thu Dec 18 09:01:42 GMT 2008
> Command line: root=/dev/sda2 console=hvc0 earlyprink=xen pci=nomsi panic=5
> KERNEL supported cpus:
>  Intel GenuineIntel
>  AMD AuthenticAMD
>  Centaur CentaurHauls
> BIOS-provided physical RAM map:
>  Xen: 0000000000000000 - 000000000009fc00 (usable)
>  Xen: 00000000000a0000 - 0000000000100000 (reserved)
>  Xen: 0000000000100000 - 000000000087d000 (usable)
>  Xen: 000000000087d000 - 0000000000fd1000 (reserved)
>  Xen: 0000000000fd1000 - 00000000cfdff800 (usable)
>  Xen: 00000000cfdff800 - 00000000cfe53c00 (ACPI NVS)
>  Xen: 00000000cfe53c00 - 00000000cfe55c00 (ACPI data)
>  Xen: 00000000cfe55c00 - 00000000d0000000 (reserved)
>  Xen: 00000000e0000000 - 00000000f0000000 (reserved)
>  Xen: 00000000fec00000 - 00000000fed00400 (reserved)
>  Xen: 00000000fed20000 - 00000000feda0000 (reserved)
>  Xen: 00000000fee00000 - 00000000fef00000 (reserved)
>  Xen: 00000000ffb00000 - 0000000100000000 (reserved)
> DMI 2.5 present.
> last_pfn = 0xcfdff max_arch_pfn = 0x3ffffffff
> init_memory_mapping: 0000000000000000-00000000cfdff000
> last_map_addr: cfdff000 end: cfdff000
> ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
> ACPI: XSDT 000FC5B3, 008C (r1 DELL    B9K           15 ASL        61)
> ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
> ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
> ACPI: FACS CFDFF800, 0040
> ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
> ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
> ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
> ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
> ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
> ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
> ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
> ACPI: DMAR 000FCBF3, 00D0 (r1 DELL    B9K           15 ASL        61)
> ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
> ACPI: SSDT CFDFF840, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
> ACPI: SSDT CFDFFC49, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
> ACPI: SSDT CFE00052, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
> (5 early reservations) ==> bootmem [0000000000 - 00cfdff000]
>  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
>  #1 [0000fd1000 - 0000fde000]   XEN PAGETABLES ==> [0000fd1000 - 0000fde000]
>  #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
>  #3 [0000200000 - 000087c3d0]    TEXT DATA BSS ==> [0000200000 - 000087c3d0]
>  #4 [0000fde000 - 0001652000]          PGTABLE ==> [0000fde000 - 0001652000]
> found SMP MP-table at [ffff8800000fe710] 000fe710
> Zone PFN ranges:
>  DMA      0x00000000 -> 0x00001000
>  DMA32    0x00001000 -> 0x00100000
>  Normal   0x00100000 -> 0x00100000
> Movable zone start PFN for each node
> early_node_map[3] active PFN ranges
>    0: 0x00000000 -> 0x0000009f
>    0: 0x00000100 -> 0x0000087d
>    0: 0x00000fd1 -> 0x000cfdff
> ACPI: PM-Timer IO Port: 0x808
> ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
> ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
> ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] disabled)
> ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
> ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
> ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
> ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
> ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
> ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
> ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
> IOAPIC[0]: apic_id 8, version 0, address 0xfec00000, GSI 0-23
> ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
> ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
> Using ACPI (MADT) for SMP configuration information
> ACPI: HPET id: 0x8086a301 base: 0xfed00000
> SMP: Allowing 2 CPUs, 0 hotplug CPUs
> Allocating PCI resources starting at d1000000 (gap: d0000000:10000000)
> PERCPU: Allocating 57344 bytes of per cpu data
> Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 836163
> Kernel command line: root=/dev/sda2 console=hvc0 earlyprink=xen
> pci=nomsi panic=5
> Initializing CPU#0
> xen: allocated irq 9 for acpi 9
> PID hash table entries: 4096 (order: 12, 32768 bytes)
> Detected 2394.004 MHz processor.
> Console: colour VGA+ 80x25
> console [hvc0] enabled
> Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
> Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
> Checking aperture...
> No AGP bridge found
> PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
> Placing 64MB software IO TLB between ffff880004aed000 - ffff880008aecfff
> software IO TLB at phys 0x4aed000 - 0x8aecfff bus 0x1c0000 - 0x7d3ffff
> Memory: 3264608k/3405820k available (3273k kernel code, 7892k absent,
> 132716k reserved, 1869k data, 452k init)
> SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
> installing Xen timer for CPU 0
> Calibrating delay loop (skipped), value calculated using timer
> frequency.. 4788.00 BogoMIPS (lpj=2394004)
> Mount-cache hash table entries: 256
> CPU: L1 I cache: 32K, L1 D cache: 32K
> CPU: L2 cache: 4096K
> CPU: Physical Processor ID: 0
> CPU: Processor Core ID: 0
> SMP alternatives: switching to UP code
> ACPI: Core revision 20080926
> cpu 0 spinlock event irq 17
> installing Xen timer for CPU 1
> cpu 1 spinlock event irq 23
> SMP alternatives: switching to SMP code
> Initializing CPU#1
> CPU: L1 I cache: 32K, L1 D cache: 32K
> CPU: L2 cache: 4096K
> CPU: Physical Processor ID: 0
> CPU: Processor Core ID: 0
> Brought up 2 CPUs
> khelper used greatest stack depth: 6232 bytes left
> net_namespace: 592 bytes
> Booting paravirtualized kernel on Xen
> Xen version: 3.3.0 (preserve-AD) (dom0)
> Grant table initialized
> Time:  9:19:17  Date: 12/18/08
> NET: Registered protocol family 16
> xenbus_probe_init ok
> ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
> ACPI: bus type pci registered
> PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
> PCI: MCFG area at e0000000 reserved in E820
> BUG: unable to handle kernel paging request at ffff9d5555555000
> IP: [<ffffffff8052e04d>] do_page_fault+0x409/0x9fa
> PGD 0
> Oops: 0000 [#1] SMP
> last sysfs file:
> CPU 0
> Modules linked in:
> Pid: 1, comm: swapper Not tainted 2.6.28-rc8-tip #3
> RIP: e030:[<ffffffff8052e04d>]  [<ffffffff8052e04d>] do_page_fault+0x409/0x9fa
> RSP: e02b:ffff8800cf85bc18  EFLAGS: 00010046
> RAX: 0000155555555000 RBX: ffff9d5555555000 RCX: 0000000000000020
> RDX: ffff800000000000 RSI: 5555555555555000 RDI: 5555555555555067
> RBP: ffff8800cf85bc88 R08: 000000000000000d R09: 000000000000000d
> R10: 0000000000000010 R11: 00000000ffffffff R12: ffff880000000000
> R13: ffff8000012c9a40 R14: 00003ffffffff000 R15: 0000000000000000
> FS:  0000000000000000(0000) GS:ffffffff80708ec0(0000) knlGS:0000000000000000
> CS:  e033 DS: 0000 ES: 0000 CR0: 000000008005003b
> CR2: ffff9d5555555000 CR3: 0000000000201000 CR4: 0000000000002620
> DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
> DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
> Process swapper (pid: 1, threadinfo ffff8800cf85a000, task ffff8800cf860000)
> Stack:
>  0000000000002233 ffff8800cf85bc60 ffffffff8023a2fc ffff8800cf85bc98
>  0000000000000060 ffff8800cf860000 0000000000000000 000000000000002f
>  ffff8800cf85bd00 0000000000000001 ffffffffffffffff 00000000000ea56c
> Call Trace:
>  [<ffffffff8023a2fc>] ? release_console_sem+0x1a9/0x1b6
>  [<ffffffff8052bf35>] page_fault+0x25/0x30
>  [<ffffffff8020a993>] ? xen_page_is_ram+0x5c/0x8d
>  [<ffffffff80229e98>] __ioremap_caller+0x13e/0x303
>  [<ffffffff8076793e>] ? pci_mmcfg_arch_init+0xaf/0x117
>  [<ffffffff80299170>] ? __kmalloc+0xb9/0xe6
>  [<ffffffff8022a092>] ioremap_nocache+0x12/0x14
>  [<ffffffff8076793e>] pci_mmcfg_arch_init+0xaf/0x117
>  [<ffffffff80768240>] __pci_mmcfg_init+0x273/0x2a4
>  [<ffffffff80767b07>] ? pci_direct_probe+0xa3/0x1c4
>  [<ffffffff807677cc>] ? pci_arch_init+0x0/0x57
>  [<ffffffff8076828c>] pci_mmcfg_early_init+0xe/0x10
>  [<ffffffff807677e1>] pci_arch_init+0x15/0x57
>  [<ffffffff8020a056>] do_one_initcall+0x56/0x13e
>  [<ffffffff8026c4be>] ? register_irq_proc+0xae/0xca
>  [<ffffffff802e0000>] ? proc_task_readdir+0x82/0x29a
>  [<ffffffff80741940>] kernel_init+0x11f/0x175
>  [<ffffffff802133ba>] child_rip+0xa/0x20
>  [<ffffffff80212cad>] ? retint_restore_args+0x5/0x20
>  [<ffffffff802133b0>] ? child_rip+0x0/0x20
> Code: 4c 89 e8 49 be 00 f0 ff ff ff 3f 00 00 48 c1 e8 1b 4c 21 f3 49
> bc 00 00 00 00 00 88 ff ff 25 f8 0f 00 00 48 8d 04 03 4a 8d 1c 20 <48>
> 8b 3b e8 cd e1 cd ff 90 a8 01 0f 84 2f 02 00 00 48 8b 3b e8
> RIP  [<ffffffff8052e04d>] do_page_fault+0x409/0x9fa
>  RSP <ffff8800cf85bc18>
> CR2: ffff9d5555555000
> ---[ end trace 4eaa2a86a8e2da22 ]---
> swapper used greatest stack depth: 4632 bytes left
> Kernel panic - not syncing: Attempted to kill init!
> Pid: 1, comm: swapper Tainted: G      D    2.6.28-rc8-tip #3
> Call Trace:
>  [<ffffffff80239c63>] panic+0xa0/0x162
>  [<ffffffff8023b5b5>] ? put_files_struct+0xb4/0xc1
>  [<ffffffff8023b4f8>] ? exit_fs+0x48/0x51
>  [<ffffffff8023c93c>] do_exit+0x74/0x876
>  [<ffffffff8052ca37>] oops_end+0xc1/0xc9
>  [<ffffffff8052e584>] do_page_fault+0x940/0x9fa
>  [<ffffffff8052bf35>] page_fault+0x25/0x30
>  [<ffffffff8052e04d>] ? do_page_fault+0x409/0x9fa
>  [<ffffffff8052e01e>] ? do_page_fault+0x3da/0x9fa
>  [<ffffffff8023a2fc>] ? release_console_sem+0x1a9/0x1b6
>  [<ffffffff8052bf35>] page_fault+0x25/0x30
>  [<ffffffff8020a993>] ? xen_page_is_ram+0x5c/0x8d
>  [<ffffffff80229e98>] __ioremap_caller+0x13e/0x303
>  [<ffffffff8076793e>] ? pci_mmcfg_arch_init+0xaf/0x117
>  [<ffffffff80299170>] ? __kmalloc+0xb9/0xe6
>  [<ffffffff8022a092>] ioremap_nocache+0x12/0x14
>  [<ffffffff8076793e>] pci_mmcfg_arch_init+0xaf/0x117
>  [<ffffffff80768240>] __pci_mmcfg_init+0x273/0x2a4
>  [<ffffffff80767b07>] ? pci_direct_probe+0xa3/0x1c4
>  [<ffffffff807677cc>] ? pci_arch_init+0x0/0x57
>  [<ffffffff8076828c>] pci_mmcfg_early_init+0xe/0x10
>  [<ffffffff807677e1>] pci_arch_init+0x15/0x57
>  [<ffffffff8020a056>] do_one_initcall+0x56/0x13e
>  [<ffffffff8026c4be>] ? register_irq_proc+0xae/0xca
>  [<ffffffff802e0000>] ? proc_task_readdir+0x82/0x29a
>  [<ffffffff80741940>] kernel_init+0x11f/0x175
>  [<ffffffff802133ba>] child_rip+0xa/0x20
>  [<ffffffff80212cad>] ? retint_restore_args+0x5/0x20
>  [<ffffffff802133b0>] ? child_rip+0x0/0x20
> Rebooting in 5 seconds..(XEN) Domain 0 shutdown: rebooting machine.
>
>
> Andy
>

The last dmesg log I posted was with the sata set to legacy mode, I
have just set it to ahci and now I get the same problem of the hd not
being detected, this time it takes longer to crash becuase there is
quite a long pause as each sata port is scanned and fails to identify
a drive, here is the log:

  Booting 'Xen 3.3 / Linux 2.6.28-rc8-tip'

root (hd0,0)
 Filesystem type is ext2fs, partition type 0x83
kernel /xen.gz iommu=1 com1=115200,8n1 console=com1,vga
   [Multiboot-elf, <0x100000:0xfb6e8:0x94918>, shtab=0x290078, entry=0x100000]
module /vmlinux.bin.gz-2.6.28-rc8-tip root=/dev/sda2 console=hvc0 earlyprink=xe
n pci=nomsi panic=5
   [Multiboot-module @ 0x291000, 0x9adc10 bytes]

 __  __            _____  _____  ___
 \ \/ /___ _ __   |___ / |___ / / _ \
  \  // _ \ '_ \    |_ \   |_ \| | | |
  /  \  __/ | | |  ___) | ___) | |_| |
 /_/\_\___|_| |_| |____(_)____(_)___/

(XEN) Xen version 3.3.0 (root@) (gcc version 4.1.2 (Gentoo 4.1.2
p1.0.2)) Thu Dec 11 11:52:12 GMT 2008
(XEN) Latest ChangeSet: unavailable
(XEN) Command line: iommu=1 com1=115200,8n1 console=com1,vga
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN)  Found 1 MBR signatures
(XEN)  Found 1 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 000000000009ec00 (usable)
(XEN)  00000000000f0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 00000000cfdff800 (usable)
(XEN)  00000000cfdff800 - 00000000cfe53c00 (ACPI NVS)
(XEN)  00000000cfe53c00 - 00000000cfe55c00 (ACPI data)
(XEN)  00000000cfe55c00 - 00000000d0000000 (reserved)
(XEN)  00000000e0000000 - 00000000f0000000 (reserved)
(XEN)  00000000fec00000 - 00000000fed00400 (reserved)
(XEN)  00000000fed20000 - 00000000feda0000 (reserved)
(XEN)  00000000fee00000 - 00000000fef00000 (reserved)
(XEN)  00000000ffb00000 - 0000000100000000 (reserved)
(XEN)  0000000100000000 - 0000000128000000 (usable)
(XEN) System RAM: 3965MB (4060788kB)
(XEN) ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
(XEN) ACPI: XSDT 000FC5B3, 008C (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
(XEN) ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
(XEN) ACPI: FACS CFDFF800, 0040
(XEN) ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
(XEN) ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
(XEN) ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: DMAR 000FCBF3, 00D0 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
(XEN) ACPI: SSDT CFDFF840, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CFDFFC49, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
(XEN) ACPI: SSDT CFE00052, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
(XEN) Xen heap: 14MB (14632kB)
(XEN) Domain heap initialised
(XEN) Processor #0 6:15 APIC version 20
(XEN) Processor #1 6:15 APIC version 20
(XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) Intel VT-d has been enabled
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Detected 2394.056 MHz processor.
(XEN) HVM: VMX enabled
(XEN) CPU0: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
(XEN) Booting processor 1/1 eip 8c000
(XEN) CPU1: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
(XEN) Total of 2 processors activated.
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using new ACK method
(XEN) checking TSC synchronization across 2 CPUs: passed.
(XEN) Platform timer is 14.318MHz HPET
(XEN) Brought up 2 CPUs
(XEN) I/O virtualisation enabled
(XEN) I/O virtualisation for PV guests disabled
(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x200000 -> 0x8783d0
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000120000000->0000000122000000 (951655 pages
to be allocated)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff80200000->ffffffff808783d0
(XEN)  Init. ramdisk: ffffffff80879000->ffffffff80879000
(XEN)  Phys-Mach map: ffffffff80879000->ffffffff80fcbb38
(XEN)  Start info:    ffffffff80fcc000->ffffffff80fcc4a4
(XEN)  Page tables:   ffffffff80fcd000->ffffffff80fda000
(XEN)  Boot stack:    ffffffff80fda000->ffffffff80fdb000
(XEN)  TOTAL:         ffffffff80000000->ffffffff81400000
(XEN)  ENTRY ADDRESS: ffffffff8073d200
(XEN) Dom0 has maximum 2 VCPUs
(XEN) Scrubbing Free RAM: .done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: Errors and warnings
(XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings)
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch
input to Xen)
(XEN) Freed 108kB init memory.
mapping kernel into physical memory
Xen: setup ISA identity maps
about to get started...
(XEN) ioapic_guest_write: apic=0, pin=2, old_irq=0, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f0, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=-1
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=00010900
(XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
Linux version 2.6.28-rc8-tip (root@localhost) (gcc version 4.1.2
(Gentoo 4.1.2 p1.0.2)) #4 SMP Thu Dec 18 11:58:07 GMT 2008
Command line: root=/dev/sda2 console=hvc0 earlyprink=xen pci=nomsi panic=5
KERNEL supported cpus:
  Intel GenuineIntel
  AMD AuthenticAMD
  Centaur CentaurHauls
BIOS-provided physical RAM map:
 Xen: 0000000000000000 - 000000000009ec00 (usable)
 Xen: 00000000000a0000 - 0000000000100000 (reserved)
 Xen: 0000000000100000 - 0000000000879000 (usable)
 Xen: 0000000000879000 - 0000000000fcd000 (reserved)
 Xen: 0000000000fcd000 - 00000000cfdff800 (usable)
 Xen: 00000000cfdff800 - 00000000cfe53c00 (ACPI NVS)
 Xen: 00000000cfe53c00 - 00000000cfe55c00 (ACPI data)
 Xen: 00000000cfe55c00 - 00000000d0000000 (reserved)
 Xen: 00000000e0000000 - 00000000f0000000 (reserved)
 Xen: 00000000fec00000 - 00000000fed00400 (reserved)
 Xen: 00000000fed20000 - 00000000feda0000 (reserved)
 Xen: 00000000fee00000 - 00000000fef00000 (reserved)
 Xen: 00000000ffb00000 - 0000000100000000 (reserved)
DMI 2.5 present.
last_pfn = 0xcfdff max_arch_pfn = 0x100000000
init_memory_mapping: 0000000000000000-00000000cfdff000
last_map_addr: cfdff000 end: cfdff000
ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
ACPI: XSDT 000FC5B3, 008C (r1 DELL    B9K           15 ASL        61)
ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
ACPI: FACS CFDFF800, 0040
ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
ACPI: DMAR 000FCBF3, 00D0 (r1 DELL    B9K           15 ASL        61)
ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
ACPI: SSDT CFDFF840, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
ACPI: SSDT CFDFFC49, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
ACPI: SSDT CFE00052, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
(5 early reservations) ==> bootmem [0000000000 - 00cfdff000]
  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
  #1 [0000fcd000 - 0000fda000]   XEN PAGETABLES ==> [0000fcd000 - 0000fda000]
  #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
  #3 [0000200000 - 00008783d0]    TEXT DATA BSS ==> [0000200000 - 00008783d0]
  #4 [0000fda000 - 000164e000]          PGTABLE ==> [0000fda000 - 000164e000]
found SMP MP-table at [ffff8800000fe710] 000fe710
Zone PFN ranges:
  DMA      0x00000000 -> 0x00001000
  DMA32    0x00001000 -> 0x00100000
  Normal   0x00100000 -> 0x00100000
Movable zone start PFN for each node
early_node_map[3] active PFN ranges
    0: 0x00000000 -> 0x0000009e
    0: 0x00000100 -> 0x00000879
    0: 0x00000fcd -> 0x000cfdff
ACPI: PM-Timer IO Port: 0x808
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] disabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 8, version 0, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a301 base: 0xfed00000
SMP: Allowing 2 CPUs, 0 hotplug CPUs
Allocating PCI resources starting at d1000000 (gap: d0000000:10000000)
NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:2 nr_node_ids:1
PERCPU: Allocating 57344 bytes of per cpu data
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 836166
Kernel command line: root=/dev/sda2 console=hvc0 earlyprink=xen
pci=nomsi panic=5
Initializing CPU#0
xen: allocated irq 9 for acpi 9
PID hash table entries: 4096 (order: 12, 32768 bytes)
Detected 2394.000 MHz processor.
Console: colour VGA+ 80x25
console [hvc0] enabled
Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
Checking aperture...
No AGP bridge found
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Placing 64MB software IO TLB between ffff880004ae9000 - ffff880008ae8fff
software IO TLB at phys 0x4ae9000 - 0x8ae8fff bus 0x1c0000 - 0x7d3ffff
Memory: 3264604k/3405820k available (3275k kernel code, 7896k absent,
132700k reserved, 1847k data, 452k init)
SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
installing Xen timer for CPU 0
Calibrating delay loop (skipped), value calculated using timer
frequency.. 4788.00 BogoMIPS (lpj=2394000)
Mount-cache hash table entries: 256
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 4096K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
SMP alternatives: switching to UP code
ACPI: Core revision 20080926
cpu 0 spinlock event irq 17
installing Xen timer for CPU 1
cpu 1 spinlock event irq 23
SMP alternatives: switching to SMP code
Initializing CPU#1
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 4096K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
Brought up 2 CPUs
khelper used greatest stack depth: 6800 bytes left
net_namespace: 592 bytes
Booting paravirtualized kernel on Xen
Xen version: 3.3.0 (preserve-AD) (dom0)
Grant table initialized
Time: 12:28:39  Date: 12/18/08
NET: Registered protocol family 16
xenbus_probe_init ok
ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
ACPI: bus type pci registered
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: MCFG area at e0000000 reserved in E820
PCI: Using MMCONFIG at e0000000 - efffffff
PCI: Using configuration type 1 for base access
khelper used greatest stack depth: 6232 bytes left
ACPI: Interpreter enabled
ACPI: (supports S0 S1 S3 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: ACPI Dock Station Driver: 1 docks/bays found
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
pci 0000:00:01.0: PME# disabled
pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
pci 0000:00:03.0: PME# disabled
pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
pci 0000:00:19.0: PME# disabled
pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1a.7: PME# disabled
pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1b.0: PME# disabled
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PME# disabled
pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.7: PME# disabled
pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO
pci 0000:00:1f.2: PME# supported from D3hot
pci 0000:00:1f.2: PME# disabled
pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:03:02.0: PME# disabled
pci 0000:00:1e.0: transparent bridge
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 15)
ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] - 00,
should be 87 [20080926]
xen_balloon: Initialising balloon driver.
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
Xen: Initializing Xen DMA ops
Xen: Enabling DMA fallback to swiotlb
PCI-GART: No AMD GART found.
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp 00:01: io resource (0x800-0x85f) overlaps 0000:00:1f.0 BAR 7
(0x800-0x87f), disabling
pnp 00:01: io resource (0x860-0x8ff) overlaps 0000:00:1f.0 BAR 7
(0x800-0x87f), disabling
xen_set_ioapic_routing: irq 13 gsi 13 vector 120 ioapic 0 pin 13
triggering 1 polarity 0
xen_set_ioapic_routing: irq 8 gsi 8 vector 80 ioapic 0 pin 8
triggering 1 polarity 0
xen_set_ioapic_routing: irq 7 gsi 7 vector 72 ioapic 0 pin 7
triggering 1 polarity 0
xen_set_ioapic_routing: irq 4 gsi 4 vector 241 ioapic 0 pin 4
triggering 1 polarity 0
(XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=4
(XEN) ioapic_guest_write: old_entry=000009f1, new_entry=000189f1
(XEN) ioapic_guest_write: Attempt to modify IO-APIC pin for in-use IRQ!
pnp: PnP ACPI: found 9 devices
ACPI: ACPI bus type pnp unregistered
system 00:01: ioport range 0xc00-0xc7f has been reserved
pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
pci 0000:00:01.0:   IO window: 0xd000-0xdfff
pci 0000:00:01.0:   MEM window: 0xfe900000-0xfeafffff
pci 0000:00:01.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
pci 0000:00:1c.0:   IO window: disabled
pci 0000:00:1c.0:   MEM window: 0xfe800000-0xfe8fffff
pci 0000:00:1c.0:   PREFETCH window: disabled
pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03
pci 0000:00:1e.0:   IO window: 0xc000-0xcfff
pci 0000:00:1e.0:   MEM window: 0xfe600000-0xfe7fffff
pci 0000:00:1e.0:   PREFETCH window: 0x000000f0000000-0x000000f00fffff
xen_set_ioapic_routing: irq 29 gsi 16 vector 176 ioapic 0 pin 16
triggering 0 polarity 1
pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
xen: PCI device 0000:00:01.0 pin 1 -> irq 29
xen_allocate_pirq: returning irq 29 for gsi 16
xen_set_ioapic_routing: irq 29 gsi 16 vector 176 ioapic 0 pin 16
triggering 0 polarity 1
pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
xen: PCI device 0000:00:1c.0 pin 1 -> irq 29
bus: 00 index 0 io port: [0x00-0xffff]
bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
bus: 01 index 0 io port: [0xd000-0xdfff]
bus: 01 index 1 mmio: [0xfe900000-0xfeafffff]
bus: 01 index 2 mmio: [0xd0000000-0xdfffffff]
bus: 01 index 3 mmio: [0x0-0x0]
bus: 02 index 0 mmio: [0x0-0x0]
bus: 02 index 1 mmio: [0xfe800000-0xfe8fffff]
bus: 02 index 2 mmio: [0x0-0x0]
bus: 02 index 3 mmio: [0x0-0x0]
bus: 03 index 0 io port: [0xc000-0xcfff]
bus: 03 index 1 mmio: [0xfe600000-0xfe7fffff]
bus: 03 index 2 mmio: [0xf0000000-0xf00fffff]
bus: 03 index 3 io port: [0x00-0xffff]
bus: 03 index 4 mmio: [0x000000-0xffffffffffffffff]
NET: Registered protocol family 2
IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
TCP: Hash tables configured (established 262144 bind 65536)
TCP reno registered
NET: Registered protocol family 1
Simple Boot Flag at 0x7a set to 0x1
audit: initializing netlink socket (disabled)
type=2000 audit(1229603322.455:1): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
msgmni has been set to 6651
alg: No test for stdrng (krng)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
pcieport-driver 0000:00:01.0: found MSI capability
pcieport-driver 0000:00:1c.0: found MSI capability
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
ACPI: Power Button (FF) [PWRF]
input: Power Button (CM) as
/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
ACPI: Power Button (CM) [VBTN]
xenbus_probe_backend_init bus registered ok
xenbus_probe_frontend_init bus registered ok
Event-channel device installed.
***blkif_init
Non-volatile memory driver v1.2
Linux agpgart interface v0.103
[drm] Initialized drm 1.1.0 20060810
brd: module loaded
loop: module loaded
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
console [netcon0] enabled
netconsole: network logging started
Loading iSCSI transport class v2.0-870.
Driver 'sd' needs updating - please use bus_type methods
Driver 'sr' needs updating - please use bus_type methods
xen_set_ioapic_routing: irq 31 gsi 18 vector 184 ioapic 0 pin 18
triggering 0 polarity 1
ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 31
xen: PCI device 0000:00:1f.2 pin 3 -> irq 31
ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x27 impl SATA mode
ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pmp pio slum part ems
scsi0 : ahci
scsi1 : ahci
scsi2 : ahci
scsi3 : ahci
scsi4 : ahci
scsi5 : ahci
ata1: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970100 irq 31
ata2: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970180 irq 31
ata3: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970200 irq 31
ata4: DUMMY
ata5: DUMMY
ata6: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970380 irq 31
ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1.00: qc timeout (cmd 0xec)
ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1.00: qc timeout (cmd 0xec)
ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1.00: qc timeout (cmd 0xec)
ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata2.00: ATAPI: HL-DT-ST DVD+/-RW GSA-H73N, B103, max UDMA/100
ata2.00: configured for UDMA/100
ata3: SATA link down (SStatus 4 SControl 300)
ata6: SATA link down (SStatus 4 SControl 300)
scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GSA-H73N B103 PQ: 0 ANSI: 5
sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 1:0:0:0: Attached scsi generic sg0 type 5
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
xen_set_ioapic_routing: irq 32 gsi 22 vector 192 ioapic 0 pin 22
triggering 0 polarity 1
ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 32
xen: PCI device 0000:00:1a.7 pin 3 -> irq 32
ehci_hcd 0000:00:1a.7: EHCI Host Controller
ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1a.7: debug port 1
ehci_hcd 0000:00:1a.7: irq 32, io mem 0xfebd9c00
ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.28-rc8-tip ehci_hcd
usb usb1: SerialNumber: 0000:00:1a.7
xen_set_ioapic_routing: irq 33 gsi 23 vector 200 ioapic 0 pin 23
triggering 0 polarity 1
ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 33
xen: PCI device 0000:00:1d.7 pin 1 -> irq 33
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: irq 33, io mem 0xff980800
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 6 ports detected
usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: EHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.28-rc8-tip ehci_hcd
usb usb2: SerialNumber: 0000:00:1d.7
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
uhci_hcd: USB Universal Host Controller Interface driver
xen_allocate_pirq: returning irq 29 for gsi 16
xen_set_ioapic_routing: irq 29 gsi 16 vector 176 ioapic 0 pin 16
triggering 0 polarity 1
uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
xen: PCI device 0000:00:1a.0 pin 1 -> irq 29
uhci_hcd 0000:00:1a.0: UHCI Host Controller
uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1a.0: detected 2 ports
uhci_hcd 0000:00:1a.0: irq 29, io base 0x0000ff20
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: UHCI Host Controller
usb usb3: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
usb usb3: SerialNumber: 0000:00:1a.0
xen_set_ioapic_routing: irq 34 gsi 17 vector 208 ioapic 0 pin 17
triggering 0 polarity 1
uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 17 (level, low) -> IRQ 34
xen: PCI device 0000:00:1a.1 pin 2 -> irq 34
uhci_hcd 0000:00:1a.1: UHCI Host Controller
uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1a.1: detected 2 ports
uhci_hcd 0000:00:1a.1: irq 34, io base 0x0000ff00
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: UHCI Host Controller
usb usb4: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
usb usb4: SerialNumber: 0000:00:1a.1
xen_allocate_pirq: returning irq 33 for gsi 23
xen_set_ioapic_routing: irq 33 gsi 23 vector 200 ioapic 0 pin 23
triggering 0 polarity 1
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 33
xen: PCI device 0000:00:1d.0 pin 1 -> irq 33
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1d.0: detected 2 ports
uhci_hcd 0000:00:1d.0: irq 33, io base 0x0000ff80
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb5: Product: UHCI Host Controller
usb usb5: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
usb usb5: SerialNumber: 0000:00:1d.0
xen_allocate_pirq: returning irq 34 for gsi 17
xen_set_ioapic_routing: irq 34 gsi 17 vector 208 ioapic 0 pin 17
triggering 0 polarity 1
uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 34
xen: PCI device 0000:00:1d.1 pin 2 -> irq 34
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
uhci_hcd 0000:00:1d.1: detected 2 ports
uhci_hcd 0000:00:1d.1: irq 34, io base 0x0000ff60
usb usb6: configuration #1 chosen from 1 choice
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 2 ports detected
usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb6: Product: UHCI Host Controller
usb usb6: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
usb usb6: SerialNumber: 0000:00:1d.1
xen_allocate_pirq: returning irq 31 for gsi 18
xen_set_ioapic_routing: irq 31 gsi 18 vector 184 ioapic 0 pin 18
triggering 0 polarity 1
uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 31
xen: PCI device 0000:00:1d.2 pin 3 -> irq 31
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
uhci_hcd 0000:00:1d.2: detected 2 ports
uhci_hcd 0000:00:1d.2: irq 31, io base 0x0000ff40
usb usb7: configuration #1 chosen from 1 choice
hub 7-0:1.0: USB hub found
hub 7-0:1.0: 2 ports detected
usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb7: Product: UHCI Host Controller
usb usb7: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
usb usb7: SerialNumber: 0000:00:1d.2
usbcore: registered new interface driver usblp
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usbcore: registered new interface driver libusual
PNP: No PS/2 controller found. Probing ports directly.
i8042: probe of i8042 failed with error -38
mice: PS/2 mouse device common for all mice
device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
cpuidle: using governor ladder
dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
TCP cubic registered
NET: Registered protocol family 17
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
IO APIC resources could be not be allocated.
registered taskstats version 1
  Magic number: 4:587:481
md: Waiting for all devices to be available before autodetect
md: If you don't use raid, use raid=noautodetect
md: Autodetecting RAID arrays.
md: Scanned 0 and added 0 devices.
md: autorun ...
md: ... autorun DONE.
Root-NFS: No NFS server available, giving up.
VFS: Unable to mount root fs via NFS, trying floppy.
VFS: Cannot open root device "sda2" or unknown-block(2,0)
Please append a correct "root=" boot option; here are the available partitions:
0b00         1048575 sr0 driver: sr
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)
Pid: 1, comm: swapper Not tainted 2.6.28-rc8-tip #4
Call Trace:
 [<ffffffff8023a293>] panic+0xa0/0x162
 [<ffffffff80405b87>] ? class_dev_iter_exit+0x9/0xb
 [<ffffffff802b1831>] ? sys_mount+0xb9/0xce
 [<ffffffff8073e172>] mount_block_root+0x1c0/0x1dc
 [<ffffffff8073e257>] mount_root+0xc9/0xea
 [<ffffffff8073e3f2>] prepare_namespace+0x17a/0x1a7
 [<ffffffff8073d988>] kernel_init+0x167/0x175
 [<ffffffff802133fa>] child_rip+0xa/0x20
 [<ffffffff80212ced>] ? retint_restore_args+0x5/0x20
 [<ffffffff802133f0>] ? child_rip+0x0/0x20
Rebooting in 5 seconds..<7>usb usb4: suspend_rh (auto-stop)
(XEN) Domain 0 shutdown: rebooting machine.

And here is the same kernel booted directly on the bare metal, with
working sata:

Linux version 2.6.28-rc8-tip (root@localhost) (gcc version 4.1.2
(Gentoo 4.1.2 p1.0.2)) #4 SMP Thu Dec 18 11:58:07 GMT 2008
Command line: root=/dev/sda2 panic=5
KERNEL supported cpus:
  Intel GenuineIntel
  AMD AuthenticAMD
  Centaur CentaurHauls
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009ec00 (usable)
 BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 00000000cfdff800 (usable)
 BIOS-e820: 00000000cfdff800 - 00000000cfe53c00 (ACPI NVS)
 BIOS-e820: 00000000cfe53c00 - 00000000cfe55c00 (ACPI data)
 BIOS-e820: 00000000cfe55c00 - 00000000d0000000 (reserved)
 BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
 BIOS-e820: 00000000fec00000 - 00000000fed00400 (reserved)
 BIOS-e820: 00000000fed20000 - 00000000feda0000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved)
 BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
 BIOS-e820: 0000000100000000 - 0000000128000000 (usable)
DMI 2.5 present.
last_pfn = 0x128000 max_arch_pfn = 0x100000000
last_pfn = 0xcfdff max_arch_pfn = 0x100000000
init_memory_mapping: 0000000000000000-00000000cfdff000
 0000000000 - 00cfc00000 page 2M
 00cfc00000 - 00cfdff000 page 4k
kernel direct mapping tables up to cfdff000 @ 8000-e000
last_map_addr: cfdff000 end: cfdff000
init_memory_mapping: 0000000100000000-0000000128000000
 0100000000 - 0128000000 page 2M
kernel direct mapping tables up to 128000000 @ c000-12000
last_map_addr: 128000000 end: 128000000
ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
ACPI: XSDT 000FC5B3, 008C (r1 DELL    B9K           15 ASL        61)
ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
ACPI: FACS CFDFF800, 0040
ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
ACPI: DMAR 000FCBF3, 00D0 (r1 DELL    B9K           15 ASL        61)
ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
ACPI: SSDT CFDFF840, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
ACPI: SSDT CFDFFC49, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
ACPI: SSDT CFE00052, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
ACPI: Local APIC address 0xfee00000
(6 early reservations) ==> bootmem [0000000000 - 0128000000]
  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
  #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
  #2 [0000200000 - 00008783d0]    TEXT DATA BSS ==> [0000200000 - 00008783d0]
  #3 [000009ec00 - 0000100000]    BIOS reserved ==> [000009ec00 - 0000100000]
  #4 [0000008000 - 000000c000]          PGTABLE ==> [0000008000 - 000000c000]
  #5 [000000c000 - 000000d000]          PGTABLE ==> [000000c000 - 000000d000]
found SMP MP-table at [ffff8800000fe710] 000fe710
 [ffffe20000000000-ffffe200041fffff] PMD ->
[ffff880028200000-ffff88002c3fffff] on node 0
Zone PFN ranges:
  DMA      0x00000000 -> 0x00001000
  DMA32    0x00001000 -> 0x00100000
  Normal   0x00100000 -> 0x00128000
Movable zone start PFN for each node
early_node_map[3] active PFN ranges
    0: 0x00000000 -> 0x0000009e
    0: 0x00000100 -> 0x000cfdff
    0: 0x00100000 -> 0x00128000
On node 0 totalpages: 1015197
  DMA zone: 56 pages used for memmap
  DMA zone: 1763 pages reserved
  DMA zone: 2179 pages, LIFO batch:0
  DMA32 zone: 14280 pages used for memmap
  DMA32 zone: 833079 pages, LIFO batch:31
  Normal zone: 2240 pages used for memmap
  Normal zone: 161600 pages, LIFO batch:31
  Movable zone: 0 pages used for memmap
ACPI: PM-Timer IO Port: 0x808
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] disabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 8, version 0, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a301 base: 0xfed00000
SMP: Allowing 4 CPUs, 2 hotplug CPUs
Allocating PCI resources starting at d1000000 (gap: d0000000:10000000)
NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
PERCPU: Allocating 57344 bytes of per cpu data
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 996858
Kernel command line: root=/dev/sda2 panic=5 console=ttyS0,115200,8n1
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 32768 bytes)
Fast TSC calibration using PIT
Detected 2394.011 MHz processor.
Console: colour VGA+ 80x25
Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
Checking aperture...
No AGP bridge found
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Placing 64MB software IO TLB between ffff880020000000 - ffff880023ffffff
software IO TLB at phys 0x20000000 - 0x23ffffff
Memory: 3912804k/4849664k available (3275k kernel code, 788876k
absent, 147088k reserved, 1847k data, 452k init)
SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
hpet clockevent registered
Calibrating delay loop (skipped), value calculated using timer
frequency.. 4788.02 BogoMIPS (lpj=2394011)
Mount-cache hash table entries: 256
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 4096K
[ds] using core 2 configuration
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
using mwait in idle threads.
Intel Performance Monitoring support detected.
... version:      2
... num_counters: 2
... bit_width:    40
... mask_length:  7
ACPI: Core revision 20080926
Setting APIC routing to flat
  alloc irq_2_pin on cpu 0 node 0
  alloc irq_2_pin on cpu 0 node 0
  alloc irq_2_pin on cpu 0 node 0
  alloc irq_2_pin on cpu 0 node 0
  alloc irq_2_pin on cpu 0 node 0
  alloc irq_2_pin on cpu 0 node 0
  alloc irq_2_pin on cpu 0 node 0
  alloc irq_2_pin on cpu 0 node 0
  alloc irq_2_pin on cpu 0 node 0
  alloc irq_2_pin on cpu 0 node 0
  alloc irq_2_pin on cpu 0 node 0
  alloc irq_2_pin on cpu 0 node 0
  alloc irq_2_pin on cpu 0 node 0
  alloc irq_2_pin on cpu 0 node 0
  alloc irq_2_pin on cpu 0 node 0
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
CPU0: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
Booting processor 1 APIC 0x1 ip 0x6000
Initializing CPU#1
Calibrating delay using timer specific routine.. 4787.77 BogoMIPS (lpj=2393887)
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 4096K
[ds] using core 2 configuration
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
CPU1: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
checking TSC synchronization [CPU#0 -> CPU#1]: passed.
Brought up 2 CPUs
Total of 2 processors activated (9575.79 BogoMIPS).
khelper used greatest stack depth: 6232 bytes left
net_namespace: 592 bytes
Booting paravirtualized kernel on bare hardware
Time: 12:42:24  Date: 12/18/08
NET: Registered protocol family 16
err -19 in xenbus_probe_init
ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
ACPI: bus type pci registered
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: MCFG area at e0000000 reserved in E820
PCI: Using MMCONFIG at e0000000 - efffffff
PCI: Using configuration type 1 for base access
ACPI: EC: Look up EC in DSDT
ACPI: Interpreter enabled
ACPI: (supports S0 S1 S3 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: ACPI Dock Station Driver: 1 docks/bays found
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
pci 0000:00:01.0: PME# disabled
pci 0000:00:03.0: reg 10 64bit mmio: [0xfedad000-0xfedad00f]
pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
pci 0000:00:03.0: PME# disabled
pci 0000:00:03.2: reg 10 io port: [0xfe80-0xfe87]
pci 0000:00:03.2: reg 14 io port: [0xfe90-0xfe93]
pci 0000:00:03.2: reg 18 io port: [0xfea0-0xfea7]
pci 0000:00:03.2: reg 1c io port: [0xfeb0-0xfeb3]
pci 0000:00:03.2: reg 20 io port: [0xfef0-0xfeff]
pci 0000:00:03.3: reg 10 io port: [0xec98-0xec9f]
pci 0000:00:03.3: reg 14 32bit mmio: [0xfebda000-0xfebdafff]
pci 0000:00:19.0: reg 10 32bit mmio: [0xfebe0000-0xfebfffff]
pci 0000:00:19.0: reg 14 32bit mmio: [0xfebdb000-0xfebdbfff]
pci 0000:00:19.0: reg 18 io port: [0xecc0-0xecdf]
pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
pci 0000:00:19.0: PME# disabled
pci 0000:00:1a.0: reg 20 io port: [0xff20-0xff3f]
pci 0000:00:1a.1: reg 20 io port: [0xff00-0xff1f]
pci 0000:00:1a.7: reg 10 32bit mmio: [0xfebd9c00-0xfebd9fff]
pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1a.7: PME# disabled
pci 0000:00:1b.0: reg 10 64bit mmio: [0xfebdc000-0xfebdffff]
pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1b.0: PME# disabled
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PME# disabled
pci 0000:00:1d.0: reg 20 io port: [0xff80-0xff9f]
pci 0000:00:1d.1: reg 20 io port: [0xff60-0xff7f]
pci 0000:00:1d.2: reg 20 io port: [0xff40-0xff5f]
pci 0000:00:1d.7: reg 10 32bit mmio: [0xff980800-0xff980bff]
pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.7: PME# disabled
pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO
pci 0000:00:1f.2: reg 10 io port: [0xfe00-0xfe07]
pci 0000:00:1f.2: reg 14 io port: [0xfe10-0xfe13]
pci 0000:00:1f.2: reg 18 io port: [0xfe20-0xfe27]
pci 0000:00:1f.2: reg 1c io port: [0xfe30-0xfe33]
pci 0000:00:1f.2: reg 20 io port: [0xfec0-0xfedf]
pci 0000:00:1f.2: reg 24 32bit mmio: [0xff970000-0xff9707ff]
pci 0000:00:1f.2: PME# supported from D3hot
pci 0000:00:1f.2: PME# disabled
pci 0000:00:1f.3: reg 10 64bit mmio: [0xfebd9b00-0xfebd9bff]
pci 0000:00:1f.3: reg 20 io port: [0xece0-0xecff]
pci 0000:01:00.0: reg 10 64bit mmio: [0xd0000000-0xdfffffff]
pci 0000:01:00.0: reg 18 64bit mmio: [0xfe9e0000-0xfe9effff]
pci 0000:01:00.0: reg 20 io port: [0xdc00-0xdcff]
pci 0000:01:00.0: reg 30 32bit mmio: [0xfea00000-0xfea1ffff]
pci 0000:01:00.0: supports D1 D2
pci 0000:01:00.1: reg 10 64bit mmio: [0xfe9f0000-0xfe9fffff]
pci 0000:01:00.1: supports D1 D2
pci 0000:00:01.0: bridge io port: [0xd000-0xdfff]
pci 0000:00:01.0: bridge 32bit mmio: [0xfe900000-0xfeafffff]
pci 0000:00:01.0: bridge 64bit mmio pref: [0xd0000000-0xdfffffff]
pci 0000:00:1c.0: bridge 32bit mmio: [0xfe800000-0xfe8fffff]
pci 0000:03:02.0: reg 10 32bit mmio: [0xfe6fc000-0xfe6fffff]
pci 0000:03:02.0: reg 14 io port: [0xcc00-0xccff]
pci 0000:03:02.0: reg 30 32bit mmio: [0xfe700000-0xfe71ffff]
pci 0000:03:02.0: supports D1 D2
pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:03:02.0: PME# disabled
pci 0000:00:1e.0: transparent bridge
pci 0000:00:1e.0: bridge io port: [0xc000-0xcfff]
pci 0000:00:1e.0: bridge 32bit mmio: [0xfe600000-0xfe7fffff]
bus 00 -> node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI4._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI2._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 15)
ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] - 00,
should be 87 [20080926]
SCSI subsystem initialized
libata version 3.00 loaded.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
PCI-GART: No AMD GART found.
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp 00:01: io resource (0x800-0x85f) overlaps 0000:00:1f.0 BAR 7
(0x800-0x87f), disabling
pnp 00:01: io resource (0x860-0x8ff) overlaps 0000:00:1f.0 BAR 7
(0x800-0x87f), disabling
pnp: PnP ACPI: found 9 devices
ACPI: ACPI bus type pnp unregistered
system 00:01: ioport range 0xc00-0xc7f has been reserved
pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
pci 0000:00:01.0:   IO window: 0xd000-0xdfff
pci 0000:00:01.0:   MEM window: 0xfe900000-0xfeafffff
pci 0000:00:01.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
pci 0000:00:1c.0:   IO window: disabled
pci 0000:00:1c.0:   MEM window: 0xfe800000-0xfe8fffff
pci 0000:00:1c.0:   PREFETCH window: disabled
pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03
pci 0000:00:1e.0:   IO window: 0xc000-0xcfff
pci 0000:00:1e.0:   MEM window: 0xfe600000-0xfe7fffff
pci 0000:00:1e.0:   PREFETCH window: 0x000000f0000000-0x000000f00fffff
  alloc irq_desc for 16 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
  alloc irq_2_pin on cpu 0 node 0
pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:01.0: setting latency timer to 64
pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:1c.0: setting latency timer to 64
pci 0000:00:1e.0: setting latency timer to 64
bus: 00 index 0 io port: [0x00-0xffff]
bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
bus: 01 index 0 io port: [0xd000-0xdfff]
bus: 01 index 1 mmio: [0xfe900000-0xfeafffff]
bus: 01 index 2 mmio: [0xd0000000-0xdfffffff]
bus: 01 index 3 mmio: [0x0-0x0]
bus: 02 index 0 mmio: [0x0-0x0]
bus: 02 index 1 mmio: [0xfe800000-0xfe8fffff]
bus: 02 index 2 mmio: [0x0-0x0]
bus: 02 index 3 mmio: [0x0-0x0]
bus: 03 index 0 io port: [0xc000-0xcfff]
bus: 03 index 1 mmio: [0xfe600000-0xfe7fffff]
bus: 03 index 2 mmio: [0xf0000000-0xf00fffff]
bus: 03 index 3 io port: [0x00-0xffff]
bus: 03 index 4 mmio: [0x000000-0xffffffffffffffff]
NET: Registered protocol family 2
IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
TCP: Hash tables configured (established 262144 bind 65536)
TCP reno registered
NET: Registered protocol family 1
Simple Boot Flag at 0x7a set to 0x1
audit: initializing netlink socket (disabled)
type=2000 audit(1229604144.832:1): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
msgmni has been set to 7643
alg: No test for stdrng (krng)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
pci 0000:00:1a.0: uhci_check_and_reset_hc: cmd = 0x0080
pci 0000:00:1a.0: Performing full reset
pci 0000:00:1a.1: uhci_check_and_reset_hc: cmd = 0x0080
pci 0000:00:1a.1: Performing full reset
pci 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0080
pci 0000:00:1d.0: Performing full reset
pci 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0080
pci 0000:00:1d.1: Performing full reset
pci 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0080
pci 0000:00:1d.2: Performing full reset
pci 0000:01:00.0: Boot video device
pcieport-driver 0000:00:01.0: setting latency timer to 64
pcieport-driver 0000:00:01.0: found MSI capability
pci_express 0000:00:01.0:pcie00: allocate port service
pci_express 0000:00:01.0:pcie03: allocate port service
pcieport-driver 0000:00:1c.0: setting latency timer to 64
pcieport-driver 0000:00:1c.0: found MSI capability
pci_express 0000:00:1c.0:pcie00: allocate port service
pci_express 0000:00:1c.0:pcie02: allocate port service
pci_express 0000:00:1c.0:pcie03: allocate port service
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
ACPI: Power Button (FF) [PWRF]
input: Power Button (CM) as
/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
ACPI: Power Button (CM) [VBTN]
processor ACPI_CPU:00: registered as cooling_device0
processor ACPI_CPU:01: registered as cooling_device1
xenbus_probe_backend_init bus registered ok
xenbus_probe_frontend_init bus registered ok
***blkif_init
xenfs: not registering filesystem on non-xen platform
Non-volatile memory driver v1.2
Linux agpgart interface v0.103
[drm] Initialized drm 1.1.0 20060810
brd: module loaded
loop: module loaded
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
console [netcon0] enabled
netconsole: network logging started
Loading iSCSI transport class v2.0-870.
Driver 'sd' needs updating - please use bus_type methods
Driver 'sr' needs updating - please use bus_type methods
ahci 0000:00:1f.2: version 3.0
  alloc irq_desc for 18 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
  alloc irq_2_pin on cpu 0 node 0
ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x27 impl SATA mode
ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pmp pio slum part ems
ahci 0000:00:1f.2: setting latency timer to 64
scsi0 : ahci
scsi1 : ahci
scsi2 : ahci
scsi3 : ahci
scsi4 : ahci
scsi5 : ahci
ata1: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970100 irq 18
ata2: SATA max UDMA/133 irq_stat 0x00000040, connection status changed irq 18
ata3: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970200 irq 18
ata4: DUMMY
ata5: DUMMY
ata6: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970380 irq 18
ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1.00: ATA-6: WDC WD360GD-00FLA2, 31.08F31, max UDMA/133
ata1.00: 72303840 sectors, multi 8: LBA48
ata1.00: configured for UDMA/133
ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata2.00: ATAPI: HL-DT-ST DVD+/-RW GSA-H73N, B103, max UDMA/100
ata2.00: configured for UDMA/100
ata3: SATA link down (SStatus 4 SControl 300)
ata6: SATA link down (SStatus 4 SControl 300)
scsi 0:0:0:0: Direct-Access     ATA      WDC WD360GD-00FL 31.0 PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] 72303840 512-byte hardware sectors: (37.0 GB/34.4 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't
support DPO or FUA
sd 0:0:0:0: [sda] 72303840 512-byte hardware sectors: (37.0 GB/34.4 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't
support DPO or FUA
 sda: sda1 sda2 sda3
sd 0:0:0:0: [sda] Attached SCSI disk
sd 0:0:0:0: Attached scsi generic sg0 type 0
scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GSA-H73N B103 PQ: 0 ANSI: 5
sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 1:0:0:0: Attached scsi CD-ROM sr0
sr 1:0:0:0: Attached scsi generic sg1 type 5
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci_hcd: block sizes: qh 160 qtd 96 itd 192 sitd 96
  alloc irq_desc for 22 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
  alloc irq_2_pin on cpu 0 node 0
ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 22
ehci_hcd 0000:00:1a.7: setting latency timer to 64
ehci_hcd 0000:00:1a.7: EHCI Host Controller
drivers/usb/core/inode.c: creating file 'devices'
drivers/usb/core/inode.c: creating file '001'
ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1a.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2
ordered !ppc ports=6
ehci_hcd 0000:00:1a.7: reset hcc_params 16871 thresh 7 uframes 1024 64 bit addr
ehci_hcd 0000:00:1a.7: reset command 000002 (park)=0 ithresh=0
period=1024 Reset HALT
ehci_hcd 0000:00:1a.7: debug port 1
ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
ehci_hcd 0000:00:1a.7: supports USB remote wakeup
ehci_hcd 0000:00:1a.7: irq 22, io mem 0xfebd9c00
ehci_hcd 0000:00:1a.7: reset command 080002 (park)=0 ithresh=8
period=1024 Reset HALT
ehci_hcd 0000:00:1a.7: init command 010001 (park)=0 ithresh=1 period=1024 RUN
ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
usb usb1: default language 0x0409
usb usb1: uevent
usb usb1: usb_probe_device
usb usb1: configuration #1 chosen from 1 choice
usb usb1: adding 1-0:1.0 (config #1, interface 0)
usb 1-0:1.0: uevent
hub 1-0:1.0: usb_probe_interface
hub 1-0:1.0: usb_probe_interface - got id
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
hub 1-0:1.0: standalone hub
hub 1-0:1.0: no power switching (usb 1.0)
hub 1-0:1.0: individual port over-current protection
hub 1-0:1.0: power on to power good time: 20ms
hub 1-0:1.0: local power source is good
hub 1-0:1.0: trying to enable port power on non-switchable hub
drivers/usb/core/inode.c: creating file '001'
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.28-rc8-tip ehci_hcd
usb usb1: SerialNumber: 0000:00:1a.7
  alloc irq_desc for 23 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
  alloc irq_2_pin on cpu 0 node 0
ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
ehci_hcd 0000:00:1d.7: setting latency timer to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
drivers/usb/core/inode.c: creating file '002'
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:1d.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2
ordered !ppc ports=6
ehci_hcd 0000:00:1d.7: reset hcc_params 16871 thresh 7 uframes 1024 64 bit addr
ehci_hcd 0000:00:1d.7: reset command 000002 (park)=0 ithresh=0
period=1024 Reset HALT
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
ehci_hcd 0000:00:1d.7: supports USB remote wakeup
ehci_hcd 0000:00:1d.7: irq 23, io mem 0xff980800
ehci_hcd 0000:00:1d.7: reset command 080002 (park)=0 ithresh=8
period=1024 Reset HALT
ehci_hcd 0000:00:1d.7: init command 010001 (park)=0 ithresh=1 period=1024 RUN
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
usb usb2: default language 0x0409
usb usb2: uevent
usb usb2: usb_probe_device
usb usb2: configuration #1 chosen from 1 choice
usb usb2: adding 2-0:1.0 (config #1, interface 0)
usb 2-0:1.0: uevent
hub 2-0:1.0: usb_probe_interface
hub 2-0:1.0: usb_probe_interface - got id
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 6 ports detected
hub 2-0:1.0: standalone hub
hub 2-0:1.0: no power switching (usb 1.0)
hub 2-0:1.0: individual port over-current protection
hub 2-0:1.0: power on to power good time: 20ms
hub 2-0:1.0: local power source is good
hub 2-0:1.0: trying to enable port power on non-switchable hub
drivers/usb/core/inode.c: creating file '001'
usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: EHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.28-rc8-tip ehci_hcd
usb usb2: SerialNumber: 0000:00:1d.7
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
ohci_hcd: block sizes: ed 80 td 96
uhci_hcd: USB Universal Host Controller Interface driver
uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
uhci_hcd 0000:00:1a.0: setting latency timer to 64
uhci_hcd 0000:00:1a.0: UHCI Host Controller
drivers/usb/core/inode.c: creating file '003'
uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1a.0: detected 2 ports
uhci_hcd 0000:00:1a.0: uhci_check_and_reset_hc: cmd = 0x0000
uhci_hcd 0000:00:1a.0: Performing full reset
uhci_hcd 0000:00:1a.0: supports USB remote wakeup
uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000ff20
usb usb3: default language 0x0409
usb usb3: uevent
usb usb3: usb_probe_device
usb usb3: configuration #1 chosen from 1 choice
usb usb3: adding 3-0:1.0 (config #1, interface 0)
usb 3-0:1.0: uevent
hub 3-0:1.0: usb_probe_interface
hub 3-0:1.0: usb_probe_interface - got id
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
hub 3-0:1.0: standalone hub
hub 3-0:1.0: no power switching (usb 1.0)
hub 3-0:1.0: individual port over-current protection
hub 3-0:1.0: power on to power good time: 2ms
hub 3-0:1.0: local power source is good
hub 3-0:1.0: trying to enable port power on non-switchable hub
drivers/usb/core/inode.c: creating file '001'
usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: UHCI Host Controller
usb usb3: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
usb usb3: SerialNumber: 0000:00:1a.0
  alloc irq_desc for 17 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
  alloc irq_2_pin on cpu 0 node 0
uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
uhci_hcd 0000:00:1a.1: setting latency timer to 64
uhci_hcd 0000:00:1a.1: UHCI Host Controller
drivers/usb/core/inode.c: creating file '004'
uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1a.1: detected 2 ports
uhci_hcd 0000:00:1a.1: uhci_check_and_reset_hc: cmd = 0x0000
uhci_hcd 0000:00:1a.1: Performing full reset
uhci_hcd 0000:00:1a.1: supports USB remote wakeup
uhci_hcd 0000:00:1a.1: irq 17, io base 0x0000ff00
usb usb4: default language 0x0409
usb usb4: uevent
usb usb4: usb_probe_device
usb usb4: configuration #1 chosen from 1 choice
usb usb4: adding 4-0:1.0 (config #1, interface 0)
usb 4-0:1.0: uevent
hub 4-0:1.0: usb_probe_interface
hub 4-0:1.0: usb_probe_interface - got id
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
hub 4-0:1.0: standalone hub
hub 4-0:1.0: no power switching (usb 1.0)
hub 4-0:1.0: individual port over-current protection
hub 4-0:1.0: power on to power good time: 2ms
hub 4-0:1.0: local power source is good
hub 4-0:1.0: trying to enable port power on non-switchable hub
drivers/usb/core/inode.c: creating file '001'
usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: UHCI Host Controller
usb usb4: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
usb usb4: SerialNumber: 0000:00:1a.1
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
uhci_hcd 0000:00:1d.0: setting latency timer to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
drivers/usb/core/inode.c: creating file '005'
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1d.0: detected 2 ports
uhci_hcd 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0000
uhci_hcd 0000:00:1d.0: Performing full reset
uhci_hcd 0000:00:1d.0: supports USB remote wakeup
uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000ff80
usb usb5: default language 0x0409
usb usb5: uevent
usb usb5: usb_probe_device
usb usb5: configuration #1 chosen from 1 choice
usb usb5: adding 5-0:1.0 (config #1, interface 0)
usb 5-0:1.0: uevent
hub 5-0:1.0: usb_probe_interface
hub 5-0:1.0: usb_probe_interface - got id
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
hub 5-0:1.0: standalone hub
hub 5-0:1.0: no power switching (usb 1.0)
hub 5-0:1.0: individual port over-current protection
hub 5-0:1.0: power on to power good time: 2ms
hub 5-0:1.0: local power source is good
hub 5-0:1.0: trying to enable port power on non-switchable hub
drivers/usb/core/inode.c: creating file '001'
usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb5: Product: UHCI Host Controller
usb usb5: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
usb usb5: SerialNumber: 0000:00:1d.0
uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
uhci_hcd 0000:00:1d.1: setting latency timer to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
drivers/usb/core/inode.c: creating file '006'
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
uhci_hcd 0000:00:1d.1: detected 2 ports
uhci_hcd 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0000
uhci_hcd 0000:00:1d.1: Performing full reset
uhci_hcd 0000:00:1d.1: supports USB remote wakeup
uhci_hcd 0000:00:1d.1: irq 17, io base 0x0000ff60
usb usb6: default language 0x0409
usb usb6: uevent
usb usb6: usb_probe_device
usb usb6: configuration #1 chosen from 1 choice
usb usb6: adding 6-0:1.0 (config #1, interface 0)
usb 6-0:1.0: uevent
hub 6-0:1.0: usb_probe_interface
hub 6-0:1.0: usb_probe_interface - got id
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 2 ports detected
hub 6-0:1.0: standalone hub
hub 6-0:1.0: no power switching (usb 1.0)
hub 6-0:1.0: individual port over-current protection
hub 6-0:1.0: power on to power good time: 2ms
hub 6-0:1.0: local power source is good
hub 6-0:1.0: trying to enable port power on non-switchable hub
drivers/usb/core/inode.c: creating file '001'
usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb6: Product: UHCI Host Controller
usb usb6: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
usb usb6: SerialNumber: 0000:00:1d.1
uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
uhci_hcd 0000:00:1d.2: setting latency timer to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
drivers/usb/core/inode.c: creating file '007'
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
uhci_hcd 0000:00:1d.2: detected 2 ports
uhci_hcd 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0000
uhci_hcd 0000:00:1d.2: Performing full reset
uhci_hcd 0000:00:1d.2: supports USB remote wakeup
uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000ff40
usb usb7: default language 0x0409
usb usb7: uevent
usb usb7: usb_probe_device
usb usb7: configuration #1 chosen from 1 choice
usb usb7: adding 7-0:1.0 (config #1, interface 0)
usb 7-0:1.0: uevent
hub 7-0:1.0: usb_probe_interface
hub 7-0:1.0: usb_probe_interface - got id
hub 7-0:1.0: USB hub found
hub 7-0:1.0: 2 ports detected
hub 7-0:1.0: standalone hub
hub 7-0:1.0: no power switching (usb 1.0)
hub 7-0:1.0: individual port over-current protection
hub 7-0:1.0: power on to power good time: 2ms
hub 7-0:1.0: local power source is good
hub 7-0:1.0: trying to enable port power on non-switchable hub
drivers/usb/core/inode.c: creating file '001'
usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb7: Product: UHCI Host Controller
usb usb7: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
usb usb7: SerialNumber: 0000:00:1d.2
usbcore: registered new interface driver usblp
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usbcore: registered new interface driver libusual
PNP: No PS/2 controller found. Probing ports directly.
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
cpuidle: using governor ladder
dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
TCP cubic registered
NET: Registered protocol family 17
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
registered taskstats version 1
  Magic number: 4:346:734
ehci_hcd 0000:00:1a.7: GetStatus port 1 status 001403 POWER sig=k CSC CONNECT
hub 1-0:1.0: port 1: status 0501 change 0001
ehci_hcd 0000:00:1a.7: GetStatus port 2 status 001803 POWER sig=j CSC CONNECT
hub 1-0:1.0: port 2: status 0501 change 0001
ehci_hcd 0000:00:1d.7: GetStatus port 2 status 001803 POWER sig=j CSC CONNECT
hub 2-0:1.0: port 2: status 0501 change 0001
ehci_hcd 0000:00:1d.7: GetStatus port 5 status 001803 POWER sig=j CSC CONNECT
hub 2-0:1.0: port 5: status 0501 change 0001
uhci_hcd 0000:00:1a.0: port 1 portsc 008a,00
uhci_hcd 0000:00:1a.0: port 2 portsc 008a,00
hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
uhci_hcd 0000:00:1d.0: port 2 portsc 0082,00
hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000
uhci_hcd 0000:00:1d.2: port 1 portsc 0082,00
md: Waiting for all devices to be available before autodetect
md: If you don't use raid, use raid=noautodetect
md: Autodetecting RAID arrays.
md: Scanned 0 and added 0 devices.
md: autorun ...
md: ... autorun DONE.
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Freeing unused kernel memory: 452k freed
Write protecting the kernel read-only data: 4752k
Warning: unable to open an initial console.
hub 1-0:1.0: state 7 ports 6 chg 0006 evt 0000
hub 1-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
ehci_hcd 0000:00:1a.7: port 1 low speed --> companion
ehci_hcd 0000:00:1a.7: GetStatus port 1 status 003002 POWER OWNER sig=se0 CSC
hub 1-0:1.0: port 2, status 0501, change 0000, 480 Mb/s
khelper used greatest stack depth: 5888 bytes left
ehci_hcd 0000:00:1a.7: port 2 full speed --> companion
ehci_hcd 0000:00:1a.7: GetStatus port 2 status 003801 POWER OWNER sig=j CONNECT
hub 1-0:1.0: port 2 not reset yet, waiting 50ms
ehci_hcd 0000:00:1a.7: GetStatus port 2 status 003002 POWER OWNER sig=se0 CSC
hub 1-0:1.0: state 7 ports 6 chg 0000 evt 0004
hub 2-0:1.0: state 7 ports 6 chg 0024 evt 0000
hub 2-0:1.0: port 2, status 0501, change 0000, 480 Mb/s
ehci_hcd 0000:00:1d.7: port 2 high speed
ehci_hcd 0000:00:1d.7: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT
usb 2-2: new high speed USB device using ehci_hcd and address 2
consoletype used greatest stack depth: 5816 bytes left
ehci_hcd 0000:00:1d.7: port 2 high speed
ehci_hcd 0000:00:1d.7: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT
stty used greatest stack depth: 4472 bytes left
usb 2-2: skipped 1 descriptor after endpoint
usb 2-2: default language 0x0409
usb 2-2: uevent
usb 2-2: usb_probe_device
usb 2-2: configuration #1 chosen from 1 choice
usb 2-2: adding 2-2:1.0 (config #1, interface 0)
usb 2-2:1.0: uevent
usb-storage 2-2:1.0: usb_probe_interface
usb-storage 2-2:1.0: usb_probe_interface - got id
scsi6 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 2
usb-storage: waiting for device to settle before scanning
drivers/usb/core/inode.c: creating file '002'
usb 2-2: New USB device found, idVendor=0644, idProduct=0200
usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 2-2: Product: CA-200
usb 2-2: Manufacturer: TEAC
usb 2-2: SerialNumber: 0000030664A1
hub 2-0:1.0: port 5, status 0501, change 0000, 480 Mb/s
ehci_hcd 0000:00:1d.7: port 5 high speed
ehci_hcd 0000:00:1d.7: GetStatus port 5 status 001005 POWER sig=se0 PE CONNECT
usb 2-5: new high speed USB device using ehci_hcd and address 3
ehci_hcd 0000:00:1d.7: port 5 high speed
ehci_hcd 0000:00:1d.7: GetStatus port 5 status 001005 POWER sig=se0 PE CONNECT
usb 2-5: uevent
usb 2-5: usb_probe_device
usb 2-5: configuration #1 chosen from 1 choice
usb 2-5: adding 2-5:1.0 (config #1, interface 0)
usb 2-5:1.0: uevent
hub 2-5:1.0: usb_probe_interface
hub 2-5:1.0: usb_probe_interface - got id
hub 2-5:1.0: USB hub found
hub 2-5:1.0: 4 ports detected
hub 2-5:1.0: standalone hub
hub 2-5:1.0: individual port power switching
hub 2-5:1.0: individual port over-current protection
hub 2-5:1.0: TT per port
hub 2-5:1.0: TT requires at most 8 FS bit times (666 ns)
hub 2-5:1.0: power on to power good time: 100ms
hub 2-5:1.0: local power source is good
hub 2-5:1.0: enabling power on all ports
drivers/usb/core/inode.c: creating file '003'
usb 2-5: New USB device found, idVendor=0424, idProduct=2504
usb 2-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0006
uhci_hcd 0000:00:1a.0: port 1 portsc 01a3,00
hub 3-0:1.0: port 1, status 0301, change 0001, 1.5 Mb/s
usb 2-5: link qh256-0001/ffff8800cf8041e0 start 255 [1/0 us]
hub 3-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x301
usb usb3: uevent
usb 3-0:1.0: uevent
usb usb4: uevent
usb 4-0:1.0: uevent
usb usb1: uevent
usb 1-0:1.0: uevent
usb usb5: uevent
usb 5-0:1.0: uevent
usb usb6: uevent
usb 6-0:1.0: uevent
usb usb7: uevent
usb 7-0:1.0: uevent
usb usb2: uevent
usb 2-0:1.0: uevent
usb 2-2: uevent
usb 2-2:1.0: uevent
usb 2-5: uevent
usb 2-5:1.0: uevent
usb 3-1: new low speed USB device using uhci_hcd and address 2
e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k6
e1000e: Copyright (c) 1999-2008 Intel Corporation.
  alloc irq_desc for 21 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
  alloc irq_cfg on cpu 0 node 0
  alloc irq_2_pin on cpu 0 node 0
e1000e 0000:00:19.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
e1000e 0000:00:19.0: setting latency timer to 64
0000:00:19.0: 0000:00:19.0: Failed to initialize MSI interrupts.
Falling back to legacy interrupts.
usb 3-1: skipped 1 descriptor after interface
usb 3-1: default language 0x0409
usb usb4: suspend_rh (auto-stop)
usb usb6: suspend_rh (auto-stop)
usb usb5: suspend_rh (auto-stop)
usb usb7: suspend_rh (auto-stop)
usb 3-1: uevent
usb 3-1: usb_probe_device
usb 3-1: configuration #1 chosen from 1 choice
usb 3-1: adding 3-1:1.0 (config #1, interface 0)
usb 3-1:1.0: uevent
drivers/usb/core/inode.c: creating file '002'
usb 3-1: New USB device found, idVendor=413c, idProduct=3016
usb 3-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
usb 3-1: Product: Dell Premium USB Optical Mouse
uhci_hcd 0000:00:1a.0: port 2 portsc 0093,00
hub 3-0:1.0: port 2, status 0101, change 0001, 12 Mb/s
hub 3-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x101
0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:1a:a0:d5:4e:b9
0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
0000:00:19.0: eth0: MAC: 6, PHY: 6, PBA No: 1041ff-0ff
usb 3-2: new full speed USB device using uhci_hcd and address 3
usb 3-2: ep0 maxpacket = 8
usb 3-2: default language 0x0409
usb 3-2: uevent
usb 3-2: usb_probe_device
usb 3-2: configuration #1 chosen from 1 choice
usb 3-2: adding 3-2:1.0 (config #1, interface 0)
usb 3-2:1.0: uevent
hub 3-2:1.0: usb_probe_interface
hub 3-2:1.0: usb_probe_interface - got id
hub 3-2:1.0: USB hub found
hub 3-2:1.0: 3 ports detected
hub 3-2:1.0: compound device; port removable status: FRR
hub 3-2:1.0: individual port power switching
hub 3-2:1.0: individual port over-current protection
hub 3-2:1.0: power on to power good time: 44ms
hub 3-2:1.0: hub controller current requirement: 100mA
hub 3-2:1.0: 100mA bus power budget for each child
hub 3-2:1.0: enabling power on all ports
drivers/usb/core/inode.c: creating file '003'
usb 3-2: New USB device found, idVendor=413c, idProduct=1003
usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 3-2: Product: Dell USB Keyboard Hub
usb 3-2: Manufacturer: Dell
hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000
hub 7-0:1.0: state 7 ports 2 chg 0000 evt 0000
hub 2-5:1.0: state 7 ports 4 chg 0000 evt 0000
hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0004
hub 3-2:1.0: port 1: status 0101 change 0001
uhci_hcd 0000:00:1a.0: reserve dev 3 ep81-INT, period 16, phase 8, 12 us
hub 3-2:1.0: state 7 ports 3 chg 0002 evt 0000
hub 3-2:1.0: port 1, status 0101, change 0000, 12 Mb/s
usb 3-2.1: new full speed USB device using uhci_hcd and address 4
usb 3-2.1: ep0 maxpacket = 8
usb 3-2.1: skipped 1 descriptor after interface
usb 3-2.1: skipped 1 descriptor after interface
usb 3-2.1: default language 0x0409
usb 3-2.1: uevent
usb 3-2.1: usb_probe_device
usb 3-2.1: configuration #1 chosen from 1 choice
usb 3-2.1: adding 3-2.1:1.0 (config #1, interface 0)
usb 3-2.1:1.0: uevent
usb 3-2.1: adding 3-2.1:1.1 (config #1, interface 1)
usb 3-2.1:1.1: uevent
drivers/usb/core/inode.c: creating file '004'
usb 3-2.1: New USB device found, idVendor=413c, idProduct=2010
usb 3-2.1: New USB device strings: Mfr=1, Product=3, SerialNumber=0
usb 3-2.1: Product: Dell USB Keyboard
usb 3-2.1: Manufacturer: Dell
hub 3-2:1.0: 350mA power budget left
hub 3-2:1.0: state 7 ports 3 chg 0000 evt 0002
EXT3 FS on sda2, internal journal
Adding 8000360k swap on /dev/sda3.  Priority:-1 extents:1 across:8000360k
find used greatest stack depth: 4464 bytes left
hub 4-0:1.0: hub_suspend
usb usb4: bus auto-suspend
usb usb4: suspend_rh
hub 6-0:1.0: hub_suspend
usb usb6: bus auto-suspend
usb usb6: suspend_rh
hub 1-0:1.0: hub_suspend
usb usb1: bus auto-suspend
ehci_hcd 0000:00:1a.7: suspend root hub
hub 5-0:1.0: hub_suspend
usb usb5: bus auto-suspend
usb usb5: suspend_rh
hub 7-0:1.0: hub_suspend
usb usb7: bus auto-suspend
usb usb7: suspend_rh
hub 2-5:1.0: hub_suspend
usb 2-5: unlink qh256-0001/ffff8800cf8041e0 start 255 [1/0 us]
usb 2-5: usb auto-suspend
scsi 6:0:0:0: Direct-Access     TEAC     USB   HS-CF Card 4.08 PQ: 0 ANSI: 0
sd 6:0:0:0: [sdb] Attached SCSI removable disk
sd 6:0:0:0: Attached scsi generic sg2 type 0
usb-storage: device scan complete
0000:00:19.0: eth0: Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX

Andy

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-18 12:44                                       ` Andrew Lyon
@ 2008-12-18 18:25                                         ` Jeremy Fitzhardinge
  2008-12-18 19:49                                           ` Pasi Kärkkäinen
  2008-12-18 20:05                                           ` Andrew Lyon
  0 siblings, 2 replies; 92+ messages in thread
From: Jeremy Fitzhardinge @ 2008-12-18 18:25 UTC (permalink / raw)
  To: Andrew Lyon; +Cc: deshantm, Xen-devel, Aviv Grafi, Ian Campbell

Andrew Lyon wrote:
>
>> ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
>> ACPI: bus type pci registered
>> PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
>> PCI: MCFG area at e0000000 reserved in E820
>> BUG: unable to handle kernel paging request at ffff9d5555555000
>> IP: [<ffffffff8052e04d>] do_page_fault+0x409/0x9fa
>> PGD 0
>> Oops: 0000 [#1] SMP
>> last sysfs file:
>> CPU 0
>> Modules linked in:
>> Pid: 1, comm: swapper Not tainted 2.6.28-rc8-tip #3
>> RIP: e030:[<ffffffff8052e04d>]  [<ffffffff8052e04d>] do_page_fault+0x409/0x9fa
>> RSP: e02b:ffff8800cf85bc18  EFLAGS: 00010046
>> RAX: 0000155555555000 RBX: ffff9d5555555000 RCX: 0000000000000020
>> RDX: ffff800000000000 RSI: 5555555555555000 RDI: 5555555555555067
>> RBP: ffff8800cf85bc88 R08: 000000000000000d R09: 000000000000000d
>> R10: 0000000000000010 R11: 00000000ffffffff R12: ffff880000000000
>> R13: ffff8000012c9a40 R14: 00003ffffffff000 R15: 0000000000000000
>> FS:  0000000000000000(0000) GS:ffffffff80708ec0(0000) knlGS:0000000000000000
>> CS:  e033 DS: 0000 ES: 0000 CR0: 000000008005003b
>> CR2: ffff9d5555555000 CR3: 0000000000201000 CR4: 0000000000002620
>> DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
>> DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
>> Process swapper (pid: 1, threadinfo ffff8800cf85a000, task ffff8800cf860000)
>> Stack:
>>  0000000000002233 ffff8800cf85bc60 ffffffff8023a2fc ffff8800cf85bc98
>>  0000000000000060 ffff8800cf860000 0000000000000000 000000000000002f
>>  ffff8800cf85bd00 0000000000000001 ffffffffffffffff 00000000000ea56c
>> Call Trace:
>>  [<ffffffff8023a2fc>] ? release_console_sem+0x1a9/0x1b6
>>  [<ffffffff8052bf35>] page_fault+0x25/0x30
>>  [<ffffffff8020a993>] ? xen_page_is_ram+0x5c/0x8d
>>  [<ffffffff80229e98>] __ioremap_caller+0x13e/0x303
>>  [<ffffffff8076793e>] ? pci_mmcfg_arch_init+0xaf/0x117
>>  [<ffffffff80299170>] ? __kmalloc+0xb9/0xe6
>>  [<ffffffff8022a092>] ioremap_nocache+0x12/0x14
>>  [<ffffffff8076793e>] pci_mmcfg_arch_init+0xaf/0x117
>>  [<ffffffff80768240>] __pci_mmcfg_init+0x273/0x2a4
>>  [<ffffffff80767b07>] ? pci_direct_probe+0xa3/0x1c4
>>  [<ffffffff807677cc>] ? pci_arch_init+0x0/0x57
>>     

OK, so this is crashing while its initializing the pci subsystem itself...

(It looks like there was a bad mfn<->pfn conversion somewhere.)

>>  [<ffffffff8076828c>] pci_mmcfg_early_init+0xe/0x10
>>  [<ffffffff807677e1>] pci_arch_init+0x15/0x57
>>  [<ffffffff8020a056>] do_one_initcall+0x56/0x13e
>>  [<ffffffff8026c4be>] ? register_irq_proc+0xae/0xca
>>  [<ffffffff802e0000>] ? proc_task_readdir+0x82/0x29a
>>  [<ffffffff80741940>] kernel_init+0x11f/0x175
>>  [<ffffffff802133ba>] child_rip+0xa/0x20
>>  [<ffffffff80212cad>] ? retint_restore_args+0x5/0x20
>>  [<ffffffff802133b0>] ? child_rip+0x0/0x20
>> Code: 4c 89 e8 49 be 00 f0 ff ff ff 3f 00 00 48 c1 e8 1b 4c 21 f3 49
>> bc 00 00 00 00 00 88 ff ff 25 f8 0f 00 00 48 8d 04 03 4a 8d 1c 20 <48>
>> 8b 3b e8 cd e1 cd ff 90 a8 01 0f 84 2f 02 00 00 48 8b 3b e8
>> RIP  [<ffffffff8052e04d>] do_page_fault+0x409/0x9fa
>>  RSP <ffff8800cf85bc18>
>> CR2: ffff9d5555555000
>> ---[ end trace 4eaa2a86a8e2da22 ]---
>> swapper used greatest stack depth: 4632 bytes left
>> Kernel panic - not syncing: Attempted to kill init!
>> Pid: 1, comm: swapper Tainted: G      D    2.6.28-rc8-tip #3
>> Call Trace:
>>  [<ffffffff80239c63>] panic+0xa0/0x162
>>  [<ffffffff8023b5b5>] ? put_files_struct+0xb4/0xc1
>>  [<ffffffff8023b4f8>] ? exit_fs+0x48/0x51
>>  [<ffffffff8023c93c>] do_exit+0x74/0x876
>>  [<ffffffff8052ca37>] oops_end+0xc1/0xc9
>>  [<ffffffff8052e584>] do_page_fault+0x940/0x9fa
>>  [<ffffffff8052bf35>] page_fault+0x25/0x30
>>  [<ffffffff8052e04d>] ? do_page_fault+0x409/0x9fa
>>  [<ffffffff8052e01e>] ? do_page_fault+0x3da/0x9fa
>>  [<ffffffff8023a2fc>] ? release_console_sem+0x1a9/0x1b6
>>  [<ffffffff8052bf35>] page_fault+0x25/0x30
>>  [<ffffffff8020a993>] ? xen_page_is_ram+0x5c/0x8d
>>  [<ffffffff80229e98>] __ioremap_caller+0x13e/0x303
>>  [<ffffffff8076793e>] ? pci_mmcfg_arch_init+0xaf/0x117
>>  [<ffffffff80299170>] ? __kmalloc+0xb9/0xe6
>>  [<ffffffff8022a092>] ioremap_nocache+0x12/0x14
>>  [<ffffffff8076793e>] pci_mmcfg_arch_init+0xaf/0x117
>>  [<ffffffff80768240>] __pci_mmcfg_init+0x273/0x2a4
>>  [<ffffffff80767b07>] ? pci_direct_probe+0xa3/0x1c4
>>  [<ffffffff807677cc>] ? pci_arch_init+0x0/0x57
>>  [<ffffffff8076828c>] pci_mmcfg_early_init+0xe/0x10
>>  [<ffffffff807677e1>] pci_arch_init+0x15/0x57
>>  [<ffffffff8020a056>] do_one_initcall+0x56/0x13e
>>  [<ffffffff8026c4be>] ? register_irq_proc+0xae/0xca
>>  [<ffffffff802e0000>] ? proc_task_readdir+0x82/0x29a
>>  [<ffffffff80741940>] kernel_init+0x11f/0x175
>>  [<ffffffff802133ba>] child_rip+0xa/0x20
>>  [<ffffffff80212cad>] ? retint_restore_args+0x5/0x20
>>  [<ffffffff802133b0>] ? child_rip+0x0/0x20
>> Rebooting in 5 seconds..(XEN) Domain 0 shutdown: rebooting machine.
>>
>>
>> Andy
>>
>>     
>
> The last dmesg log I posted was with the sata set to legacy mode, I
> have just set it to ahci and now I get the same problem of the hd not
> being detected, this time it takes longer to crash becuase there is
> quite a long pause as each sata port is scanned and fails to identify
> a drive, here is the log:
>
>   Booting 'Xen 3.3 / Linux 2.6.28-rc8-tip'
>
> root (hd0,0)
>  Filesystem type is ext2fs, partition type 0x83
> kernel /xen.gz iommu=1 com1=115200,8n1 console=com1,vga
>    [Multiboot-elf, <0x100000:0xfb6e8:0x94918>, shtab=0x290078, entry=0x100000]
> module /vmlinux.bin.gz-2.6.28-rc8-tip root=/dev/sda2 console=hvc0 earlyprink=xe
> n pci=nomsi panic=5
>    [Multiboot-module @ 0x291000, 0x9adc10 bytes]
>
>  __  __            _____  _____  ___
>  \ \/ /___ _ __   |___ / |___ / / _ \
>   \  // _ \ '_ \    |_ \   |_ \| | | |
>   /  \  __/ | | |  ___) | ___) | |_| |
>  /_/\_\___|_| |_| |____(_)____(_)___/
>
> (XEN) Xen version 3.3.0 (root@) (gcc version 4.1.2 (Gentoo 4.1.2
> p1.0.2)) Thu Dec 11 11:52:12 GMT 2008
> (XEN) Latest ChangeSet: unavailable
> (XEN) Command line: iommu=1 com1=115200,8n1 console=com1,vga
> (XEN) Video information:
> (XEN)  VGA is text mode 80x25, font 8x16
> (XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
> (XEN) Disc information:
> (XEN)  Found 1 MBR signatures
> (XEN)  Found 1 EDD information structures
> (XEN) Xen-e820 RAM map:
> (XEN)  0000000000000000 - 000000000009ec00 (usable)
> (XEN)  00000000000f0000 - 0000000000100000 (reserved)
> (XEN)  0000000000100000 - 00000000cfdff800 (usable)
> (XEN)  00000000cfdff800 - 00000000cfe53c00 (ACPI NVS)
> (XEN)  00000000cfe53c00 - 00000000cfe55c00 (ACPI data)
> (XEN)  00000000cfe55c00 - 00000000d0000000 (reserved)
> (XEN)  00000000e0000000 - 00000000f0000000 (reserved)
> (XEN)  00000000fec00000 - 00000000fed00400 (reserved)
> (XEN)  00000000fed20000 - 00000000feda0000 (reserved)
> (XEN)  00000000fee00000 - 00000000fef00000 (reserved)
> (XEN)  00000000ffb00000 - 0000000100000000 (reserved)
> (XEN)  0000000100000000 - 0000000128000000 (usable)
> (XEN) System RAM: 3965MB (4060788kB)
> (XEN) ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
> (XEN) ACPI: XSDT 000FC5B3, 008C (r1 DELL    B9K           15 ASL        61)
> (XEN) ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
> (XEN) ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
> (XEN) ACPI: FACS CFDFF800, 0040
> (XEN) ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
> (XEN) ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
> (XEN) ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
> (XEN) ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
> (XEN) ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
> (XEN) ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
> (XEN) ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
> (XEN) ACPI: DMAR 000FCBF3, 00D0 (r1 DELL    B9K           15 ASL        61)
> (XEN) ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
> (XEN) ACPI: SSDT CFDFF840, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
> (XEN) ACPI: SSDT CFDFFC49, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
> (XEN) ACPI: SSDT CFE00052, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
> (XEN) Xen heap: 14MB (14632kB)
> (XEN) Domain heap initialised
> (XEN) Processor #0 6:15 APIC version 20
> (XEN) Processor #1 6:15 APIC version 20
> (XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
> (XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
> (XEN) Intel VT-d has been enabled
> (XEN) Using scheduler: SMP Credit Scheduler (credit)
> (XEN) Detected 2394.056 MHz processor.
> (XEN) HVM: VMX enabled
> (XEN) CPU0: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
> (XEN) Booting processor 1/1 eip 8c000
> (XEN) CPU1: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
> (XEN) Total of 2 processors activated.
> (XEN) ENABLING IO-APIC IRQs
> (XEN)  -> Using new ACK method
> (XEN) checking TSC synchronization across 2 CPUs: passed.
> (XEN) Platform timer is 14.318MHz HPET
> (XEN) Brought up 2 CPUs
> (XEN) I/O virtualisation enabled
> (XEN) I/O virtualisation for PV guests disabled
> (XEN) *** LOADING DOMAIN 0 ***
> (XEN)  Xen  kernel: 64-bit, lsb, compat32
> (XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x200000 -> 0x8783d0
> (XEN) PHYSICAL MEMORY ARRANGEMENT:
> (XEN)  Dom0 alloc.:   0000000120000000->0000000122000000 (951655 pages
> to be allocated)
> (XEN) VIRTUAL MEMORY ARRANGEMENT:
> (XEN)  Loaded kernel: ffffffff80200000->ffffffff808783d0
> (XEN)  Init. ramdisk: ffffffff80879000->ffffffff80879000
> (XEN)  Phys-Mach map: ffffffff80879000->ffffffff80fcbb38
> (XEN)  Start info:    ffffffff80fcc000->ffffffff80fcc4a4
> (XEN)  Page tables:   ffffffff80fcd000->ffffffff80fda000
> (XEN)  Boot stack:    ffffffff80fda000->ffffffff80fdb000
> (XEN)  TOTAL:         ffffffff80000000->ffffffff81400000
> (XEN)  ENTRY ADDRESS: ffffffff8073d200
> (XEN) Dom0 has maximum 2 VCPUs
> (XEN) Scrubbing Free RAM: .done.
> (XEN) Xen trace buffers: disabled
> (XEN) Std. Loglevel: Errors and warnings
> (XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings)
> (XEN) Xen is relinquishing VGA console.
> (XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch
> input to Xen)
> (XEN) Freed 108kB init memory.
> mapping kernel into physical memory
> Xen: setup ISA identity maps
> about to get started...
> (XEN) ioapic_guest_write: apic=0, pin=2, old_irq=0, new_irq=-1
> (XEN) ioapic_guest_write: old_entry=000009f0, new_entry=00010900
> (XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
> (XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=-1
> (XEN) ioapic_guest_write: old_entry=000009f1, new_entry=00010900
> (XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
> Linux version 2.6.28-rc8-tip (root@localhost) (gcc version 4.1.2
> (Gentoo 4.1.2 p1.0.2)) #4 SMP Thu Dec 18 11:58:07 GMT 2008
> Command line: root=/dev/sda2 console=hvc0 earlyprink=xen pci=nomsi panic=5
> KERNEL supported cpus:
>   Intel GenuineIntel
>   AMD AuthenticAMD
>   Centaur CentaurHauls
> BIOS-provided physical RAM map:
>  Xen: 0000000000000000 - 000000000009ec00 (usable)
>  Xen: 00000000000a0000 - 0000000000100000 (reserved)
>  Xen: 0000000000100000 - 0000000000879000 (usable)
>  Xen: 0000000000879000 - 0000000000fcd000 (reserved)
>  Xen: 0000000000fcd000 - 00000000cfdff800 (usable)
>  Xen: 00000000cfdff800 - 00000000cfe53c00 (ACPI NVS)
>  Xen: 00000000cfe53c00 - 00000000cfe55c00 (ACPI data)
>  Xen: 00000000cfe55c00 - 00000000d0000000 (reserved)
>  Xen: 00000000e0000000 - 00000000f0000000 (reserved)
>  Xen: 00000000fec00000 - 00000000fed00400 (reserved)
>  Xen: 00000000fed20000 - 00000000feda0000 (reserved)
>  Xen: 00000000fee00000 - 00000000fef00000 (reserved)
>  Xen: 00000000ffb00000 - 0000000100000000 (reserved)
> DMI 2.5 present.
> last_pfn = 0xcfdff max_arch_pfn = 0x100000000
> init_memory_mapping: 0000000000000000-00000000cfdff000
> last_map_addr: cfdff000 end: cfdff000
> ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
> ACPI: XSDT 000FC5B3, 008C (r1 DELL    B9K           15 ASL        61)
> ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
> ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
> ACPI: FACS CFDFF800, 0040
> ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
> ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
> ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
> ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
> ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
> ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
> ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
> ACPI: DMAR 000FCBF3, 00D0 (r1 DELL    B9K           15 ASL        61)
> ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
> ACPI: SSDT CFDFF840, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
> ACPI: SSDT CFDFFC49, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
> ACPI: SSDT CFE00052, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
> (5 early reservations) ==> bootmem [0000000000 - 00cfdff000]
>   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
>   #1 [0000fcd000 - 0000fda000]   XEN PAGETABLES ==> [0000fcd000 - 0000fda000]
>   #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
>   #3 [0000200000 - 00008783d0]    TEXT DATA BSS ==> [0000200000 - 00008783d0]
>   #4 [0000fda000 - 000164e000]          PGTABLE ==> [0000fda000 - 000164e000]
> found SMP MP-table at [ffff8800000fe710] 000fe710
> Zone PFN ranges:
>   DMA      0x00000000 -> 0x00001000
>   DMA32    0x00001000 -> 0x00100000
>   Normal   0x00100000 -> 0x00100000
> Movable zone start PFN for each node
> early_node_map[3] active PFN ranges
>     0: 0x00000000 -> 0x0000009e
>     0: 0x00000100 -> 0x00000879
>     0: 0x00000fcd -> 0x000cfdff
> ACPI: PM-Timer IO Port: 0x808
> ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
> ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
> ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] disabled)
> ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
> ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
> ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
> ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
> ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
> ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
> ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
> IOAPIC[0]: apic_id 8, version 0, address 0xfec00000, GSI 0-23
> ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
> ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
> Using ACPI (MADT) for SMP configuration information
> ACPI: HPET id: 0x8086a301 base: 0xfed00000
> SMP: Allowing 2 CPUs, 0 hotplug CPUs
> Allocating PCI resources starting at d1000000 (gap: d0000000:10000000)
> NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:2 nr_node_ids:1
> PERCPU: Allocating 57344 bytes of per cpu data
> Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 836166
> Kernel command line: root=/dev/sda2 console=hvc0 earlyprink=xen
> pci=nomsi panic=5
> Initializing CPU#0
> xen: allocated irq 9 for acpi 9
> PID hash table entries: 4096 (order: 12, 32768 bytes)
> Detected 2394.000 MHz processor.
> Console: colour VGA+ 80x25
> console [hvc0] enabled
> Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
> Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
> Checking aperture...
> No AGP bridge found
> PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
> Placing 64MB software IO TLB between ffff880004ae9000 - ffff880008ae8fff
> software IO TLB at phys 0x4ae9000 - 0x8ae8fff bus 0x1c0000 - 0x7d3ffff
> Memory: 3264604k/3405820k available (3275k kernel code, 7896k absent,
> 132700k reserved, 1847k data, 452k init)
> SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
> installing Xen timer for CPU 0
> Calibrating delay loop (skipped), value calculated using timer
> frequency.. 4788.00 BogoMIPS (lpj=2394000)
> Mount-cache hash table entries: 256
> CPU: L1 I cache: 32K, L1 D cache: 32K
> CPU: L2 cache: 4096K
> CPU: Physical Processor ID: 0
> CPU: Processor Core ID: 0
> SMP alternatives: switching to UP code
> ACPI: Core revision 20080926
> cpu 0 spinlock event irq 17
> installing Xen timer for CPU 1
> cpu 1 spinlock event irq 23
> SMP alternatives: switching to SMP code
> Initializing CPU#1
> CPU: L1 I cache: 32K, L1 D cache: 32K
> CPU: L2 cache: 4096K
> CPU: Physical Processor ID: 0
> CPU: Processor Core ID: 0
> Brought up 2 CPUs
> khelper used greatest stack depth: 6800 bytes left
> net_namespace: 592 bytes
> Booting paravirtualized kernel on Xen
> Xen version: 3.3.0 (preserve-AD) (dom0)
> Grant table initialized
> Time: 12:28:39  Date: 12/18/08
> NET: Registered protocol family 16
> xenbus_probe_init ok
> ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
> ACPI: bus type pci registered
> PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
> PCI: MCFG area at e0000000 reserved in E820
> PCI: Using MMCONFIG at e0000000 - efffffff
> PCI: Using configuration type 1 for base access
>   

... which appears to succeed here.

> khelper used greatest stack depth: 6232 bytes left
> ACPI: Interpreter enabled
> ACPI: (supports S0 S1 S3 S5)
> ACPI: Using IOAPIC for interrupt routing
> ACPI: ACPI Dock Station Driver: 1 docks/bays found
> ACPI: PCI Root Bridge [PCI0] (0000:00)
> pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
> pci 0000:00:01.0: PME# disabled
> pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
> pci 0000:00:03.0: PME# disabled
> pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
> pci 0000:00:19.0: PME# disabled
> pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
> pci 0000:00:1a.7: PME# disabled
> pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
> pci 0000:00:1b.0: PME# disabled
> pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
> pci 0000:00:1c.0: PME# disabled
> pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
> pci 0000:00:1d.7: PME# disabled
> pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
> pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO
> pci 0000:00:1f.2: PME# supported from D3hot
> pci 0000:00:1f.2: PME# disabled
> pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
> pci 0000:03:02.0: PME# disabled
> pci 0000:00:1e.0: transparent bridge
> ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
> ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11 12 15)
> ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 15)
> ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 15)
> ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
> ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 9 10 11 12 15)
> ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 15)
> ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 15)
> ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] - 00,
> should be 87 [20080926]
> xen_balloon: Initialising balloon driver.
> SCSI subsystem initialized
> usbcore: registered new interface driver usbfs
> usbcore: registered new interface driver hub
> usbcore: registered new device driver usb
> PCI: Using ACPI for IRQ routing
> Xen: Initializing Xen DMA ops
> Xen: Enabling DMA fallback to swiotlb
> PCI-GART: No AMD GART found.
> pnp: PnP ACPI init
> ACPI: bus type pnp registered
> pnp 00:01: io resource (0x800-0x85f) overlaps 0000:00:1f.0 BAR 7
> (0x800-0x87f), disabling
> pnp 00:01: io resource (0x860-0x8ff) overlaps 0000:00:1f.0 BAR 7
> (0x800-0x87f), disabling
> xen_set_ioapic_routing: irq 13 gsi 13 vector 120 ioapic 0 pin 13
> triggering 1 polarity 0
> xen_set_ioapic_routing: irq 8 gsi 8 vector 80 ioapic 0 pin 8
> triggering 1 polarity 0
> xen_set_ioapic_routing: irq 7 gsi 7 vector 72 ioapic 0 pin 7
> triggering 1 polarity 0
> xen_set_ioapic_routing: irq 4 gsi 4 vector 241 ioapic 0 pin 4
> triggering 1 polarity 0
> (XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=4
> (XEN) ioapic_guest_write: old_entry=000009f1, new_entry=000189f1
> (XEN) ioapic_guest_write: Attempt to modify IO-APIC pin for in-use IRQ!
> pnp: PnP ACPI: found 9 devices
> ACPI: ACPI bus type pnp unregistered
> system 00:01: ioport range 0xc00-0xc7f has been reserved
> pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
> pci 0000:00:01.0:   IO window: 0xd000-0xdfff
> pci 0000:00:01.0:   MEM window: 0xfe900000-0xfeafffff
> pci 0000:00:01.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
> pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
> pci 0000:00:1c.0:   IO window: disabled
> pci 0000:00:1c.0:   MEM window: 0xfe800000-0xfe8fffff
> pci 0000:00:1c.0:   PREFETCH window: disabled
> pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03
> pci 0000:00:1e.0:   IO window: 0xc000-0xcfff
> pci 0000:00:1e.0:   MEM window: 0xfe600000-0xfe7fffff
> pci 0000:00:1e.0:   PREFETCH window: 0x000000f0000000-0x000000f00fffff
> xen_set_ioapic_routing: irq 29 gsi 16 vector 176 ioapic 0 pin 16
> triggering 0 polarity 1
> pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
> xen: PCI device 0000:00:01.0 pin 1 -> irq 29
> xen_allocate_pirq: returning irq 29 for gsi 16
> xen_set_ioapic_routing: irq 29 gsi 16 vector 176 ioapic 0 pin 16
> triggering 0 polarity 1
> pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
> xen: PCI device 0000:00:1c.0 pin 1 -> irq 29
> bus: 00 index 0 io port: [0x00-0xffff]
> bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
> bus: 01 index 0 io port: [0xd000-0xdfff]
> bus: 01 index 1 mmio: [0xfe900000-0xfeafffff]
> bus: 01 index 2 mmio: [0xd0000000-0xdfffffff]
> bus: 01 index 3 mmio: [0x0-0x0]
> bus: 02 index 0 mmio: [0x0-0x0]
> bus: 02 index 1 mmio: [0xfe800000-0xfe8fffff]
> bus: 02 index 2 mmio: [0x0-0x0]
> bus: 02 index 3 mmio: [0x0-0x0]
> bus: 03 index 0 io port: [0xc000-0xcfff]
> bus: 03 index 1 mmio: [0xfe600000-0xfe7fffff]
> bus: 03 index 2 mmio: [0xf0000000-0xf00fffff]
> bus: 03 index 3 io port: [0x00-0xffff]
> bus: 03 index 4 mmio: [0x000000-0xffffffffffffffff]
> NET: Registered protocol family 2
> IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
> TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
> TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
> TCP: Hash tables configured (established 262144 bind 65536)
> TCP reno registered
> NET: Registered protocol family 1
> Simple Boot Flag at 0x7a set to 0x1
> audit: initializing netlink socket (disabled)
> type=2000 audit(1229603322.455:1): initialized
> VFS: Disk quotas dquot_6.5.1
> Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
> msgmni has been set to 6651
> alg: No test for stdrng (krng)
> Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
> io scheduler noop registered
> io scheduler anticipatory registered
> io scheduler deadline registered
> io scheduler cfq registered (default)
> pcieport-driver 0000:00:01.0: found MSI capability
> pcieport-driver 0000:00:1c.0: found MSI capability
> pci_hotplug: PCI Hot Plug PCI Core version: 0.5
> input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
> ACPI: Power Button (FF) [PWRF]
> input: Power Button (CM) as
> /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
> ACPI: Power Button (CM) [VBTN]
> xenbus_probe_backend_init bus registered ok
> xenbus_probe_frontend_init bus registered ok
> Event-channel device installed.
> ***blkif_init
> Non-volatile memory driver v1.2
> Linux agpgart interface v0.103
> [drm] Initialized drm 1.1.0 20060810
> brd: module loaded
> loop: module loaded
> tun: Universal TUN/TAP device driver, 1.6
> tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
> console [netcon0] enabled
> netconsole: network logging started
> Loading iSCSI transport class v2.0-870.
> Driver 'sd' needs updating - please use bus_type methods
> Driver 'sr' needs updating - please use bus_type methods
> xen_set_ioapic_routing: irq 31 gsi 18 vector 184 ioapic 0 pin 18
> triggering 0 polarity 1
> ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 31
> xen: PCI device 0000:00:1f.2 pin 3 -> irq 31
> ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x27 impl SATA mode
> ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pmp pio slum part ems
> scsi0 : ahci
> scsi1 : ahci
> scsi2 : ahci
> scsi3 : ahci
> scsi4 : ahci
> scsi5 : ahci
> ata1: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970100 irq 31
> ata2: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970180 irq 31
> ata3: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970200 irq 31
> ata4: DUMMY
> ata5: DUMMY
> ata6: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970380 irq 31
> ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> ata1.00: qc timeout (cmd 0xec)
> ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
> ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> ata1.00: qc timeout (cmd 0xec)
> ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
> ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> ata1.00: qc timeout (cmd 0xec)
> ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
> ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> ata2.00: ATAPI: HL-DT-ST DVD+/-RW GSA-H73N, B103, max UDMA/100
> ata2.00: configured for UDMA/100
> ata3: SATA link down (SStatus 4 SControl 300)
> ata6: SATA link down (SStatus 4 SControl 300)
> scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GSA-H73N B103 PQ: 0 ANSI: 5
>   

And this is exactly the same symptom I get when I try to use AHCI.

Something is deeply odd here.  I have no idea why setting the controller 
to legacy mode would have any effect on pci bringup.  Legacy or AHCI - 
either way its just a PCI device.

Does the Legacy mode oops reproduce reliably?

Thanks,
    J

> sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
> Uniform CD-ROM driver Revision: 3.20
> sr 1:0:0:0: Attached scsi generic sg0 type 5
> ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> xen_set_ioapic_routing: irq 32 gsi 22 vector 192 ioapic 0 pin 22
> triggering 0 polarity 1
> ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 32
> xen: PCI device 0000:00:1a.7 pin 3 -> irq 32
> ehci_hcd 0000:00:1a.7: EHCI Host Controller
> ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
> ehci_hcd 0000:00:1a.7: debug port 1
> ehci_hcd 0000:00:1a.7: irq 32, io mem 0xfebd9c00
> ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
> usb usb1: configuration #1 chosen from 1 choice
> hub 1-0:1.0: USB hub found
> hub 1-0:1.0: 6 ports detected
> usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
> usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> usb usb1: Product: EHCI Host Controller
> usb usb1: Manufacturer: Linux 2.6.28-rc8-tip ehci_hcd
> usb usb1: SerialNumber: 0000:00:1a.7
> xen_set_ioapic_routing: irq 33 gsi 23 vector 200 ioapic 0 pin 23
> triggering 0 polarity 1
> ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 33
> xen: PCI device 0000:00:1d.7 pin 1 -> irq 33
> ehci_hcd 0000:00:1d.7: EHCI Host Controller
> ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
> ehci_hcd 0000:00:1d.7: debug port 1
> ehci_hcd 0000:00:1d.7: irq 33, io mem 0xff980800
> ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
> usb usb2: configuration #1 chosen from 1 choice
> hub 2-0:1.0: USB hub found
> hub 2-0:1.0: 6 ports detected
> usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
> usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> usb usb2: Product: EHCI Host Controller
> usb usb2: Manufacturer: Linux 2.6.28-rc8-tip ehci_hcd
> usb usb2: SerialNumber: 0000:00:1d.7
> ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> uhci_hcd: USB Universal Host Controller Interface driver
> xen_allocate_pirq: returning irq 29 for gsi 16
> xen_set_ioapic_routing: irq 29 gsi 16 vector 176 ioapic 0 pin 16
> triggering 0 polarity 1
> uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
> xen: PCI device 0000:00:1a.0 pin 1 -> irq 29
> uhci_hcd 0000:00:1a.0: UHCI Host Controller
> uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
> uhci_hcd 0000:00:1a.0: detected 2 ports
> uhci_hcd 0000:00:1a.0: irq 29, io base 0x0000ff20
> usb usb3: configuration #1 chosen from 1 choice
> hub 3-0:1.0: USB hub found
> hub 3-0:1.0: 2 ports detected
> usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
> usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> usb usb3: Product: UHCI Host Controller
> usb usb3: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
> usb usb3: SerialNumber: 0000:00:1a.0
> xen_set_ioapic_routing: irq 34 gsi 17 vector 208 ioapic 0 pin 17
> triggering 0 polarity 1
> uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 17 (level, low) -> IRQ 34
> xen: PCI device 0000:00:1a.1 pin 2 -> irq 34
> uhci_hcd 0000:00:1a.1: UHCI Host Controller
> uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
> uhci_hcd 0000:00:1a.1: detected 2 ports
> uhci_hcd 0000:00:1a.1: irq 34, io base 0x0000ff00
> usb usb4: configuration #1 chosen from 1 choice
> hub 4-0:1.0: USB hub found
> hub 4-0:1.0: 2 ports detected
> usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
> usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> usb usb4: Product: UHCI Host Controller
> usb usb4: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
> usb usb4: SerialNumber: 0000:00:1a.1
> xen_allocate_pirq: returning irq 33 for gsi 23
> xen_set_ioapic_routing: irq 33 gsi 23 vector 200 ioapic 0 pin 23
> triggering 0 polarity 1
> uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 33
> xen: PCI device 0000:00:1d.0 pin 1 -> irq 33
> uhci_hcd 0000:00:1d.0: UHCI Host Controller
> uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
> uhci_hcd 0000:00:1d.0: detected 2 ports
> uhci_hcd 0000:00:1d.0: irq 33, io base 0x0000ff80
> usb usb5: configuration #1 chosen from 1 choice
> hub 5-0:1.0: USB hub found
> hub 5-0:1.0: 2 ports detected
> usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
> usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> usb usb5: Product: UHCI Host Controller
> usb usb5: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
> usb usb5: SerialNumber: 0000:00:1d.0
> xen_allocate_pirq: returning irq 34 for gsi 17
> xen_set_ioapic_routing: irq 34 gsi 17 vector 208 ioapic 0 pin 17
> triggering 0 polarity 1
> uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 34
> xen: PCI device 0000:00:1d.1 pin 2 -> irq 34
> uhci_hcd 0000:00:1d.1: UHCI Host Controller
> uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
> uhci_hcd 0000:00:1d.1: detected 2 ports
> uhci_hcd 0000:00:1d.1: irq 34, io base 0x0000ff60
> usb usb6: configuration #1 chosen from 1 choice
> hub 6-0:1.0: USB hub found
> hub 6-0:1.0: 2 ports detected
> usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
> usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> usb usb6: Product: UHCI Host Controller
> usb usb6: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
> usb usb6: SerialNumber: 0000:00:1d.1
> xen_allocate_pirq: returning irq 31 for gsi 18
> xen_set_ioapic_routing: irq 31 gsi 18 vector 184 ioapic 0 pin 18
> triggering 0 polarity 1
> uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 31
> xen: PCI device 0000:00:1d.2 pin 3 -> irq 31
> uhci_hcd 0000:00:1d.2: UHCI Host Controller
> uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
> uhci_hcd 0000:00:1d.2: detected 2 ports
> uhci_hcd 0000:00:1d.2: irq 31, io base 0x0000ff40
> usb usb7: configuration #1 chosen from 1 choice
> hub 7-0:1.0: USB hub found
> hub 7-0:1.0: 2 ports detected
> usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
> usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> usb usb7: Product: UHCI Host Controller
> usb usb7: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
> usb usb7: SerialNumber: 0000:00:1d.2
> usbcore: registered new interface driver usblp
> Initializing USB Mass Storage driver...
> usbcore: registered new interface driver usb-storage
> USB Mass Storage support registered.
> usbcore: registered new interface driver libusual
> PNP: No PS/2 controller found. Probing ports directly.
> i8042: probe of i8042 failed with error -38
> mice: PS/2 mouse device common for all mice
> device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
> cpuidle: using governor ladder
> dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
> TCP cubic registered
> NET: Registered protocol family 17
> RPC: Registered udp transport module.
> RPC: Registered tcp transport module.
> IO APIC resources could be not be allocated.
> registered taskstats version 1
>   Magic number: 4:587:481
> md: Waiting for all devices to be available before autodetect
> md: If you don't use raid, use raid=noautodetect
> md: Autodetecting RAID arrays.
> md: Scanned 0 and added 0 devices.
> md: autorun ...
> md: ... autorun DONE.
> Root-NFS: No NFS server available, giving up.
> VFS: Unable to mount root fs via NFS, trying floppy.
> VFS: Cannot open root device "sda2" or unknown-block(2,0)
> Please append a correct "root=" boot option; here are the available partitions:
> 0b00         1048575 sr0 driver: sr
> Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)
> Pid: 1, comm: swapper Not tainted 2.6.28-rc8-tip #4
> Call Trace:
>  [<ffffffff8023a293>] panic+0xa0/0x162
>  [<ffffffff80405b87>] ? class_dev_iter_exit+0x9/0xb
>  [<ffffffff802b1831>] ? sys_mount+0xb9/0xce
>  [<ffffffff8073e172>] mount_block_root+0x1c0/0x1dc
>  [<ffffffff8073e257>] mount_root+0xc9/0xea
>  [<ffffffff8073e3f2>] prepare_namespace+0x17a/0x1a7
>  [<ffffffff8073d988>] kernel_init+0x167/0x175
>  [<ffffffff802133fa>] child_rip+0xa/0x20
>  [<ffffffff80212ced>] ? retint_restore_args+0x5/0x20
>  [<ffffffff802133f0>] ? child_rip+0x0/0x20
> Rebooting in 5 seconds..<7>usb usb4: suspend_rh (auto-stop)
> (XEN) Domain 0 shutdown: rebooting machine.
>
> And here is the same kernel booted directly on the bare metal, with
> working sata:
>
> Linux version 2.6.28-rc8-tip (root@localhost) (gcc version 4.1.2
> (Gentoo 4.1.2 p1.0.2)) #4 SMP Thu Dec 18 11:58:07 GMT 2008
> Command line: root=/dev/sda2 panic=5
> KERNEL supported cpus:
>   Intel GenuineIntel
>   AMD AuthenticAMD
>   Centaur CentaurHauls
> BIOS-provided physical RAM map:
>  BIOS-e820: 0000000000000000 - 000000000009ec00 (usable)
>  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
>  BIOS-e820: 0000000000100000 - 00000000cfdff800 (usable)
>  BIOS-e820: 00000000cfdff800 - 00000000cfe53c00 (ACPI NVS)
>  BIOS-e820: 00000000cfe53c00 - 00000000cfe55c00 (ACPI data)
>  BIOS-e820: 00000000cfe55c00 - 00000000d0000000 (reserved)
>  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
>  BIOS-e820: 00000000fec00000 - 00000000fed00400 (reserved)
>  BIOS-e820: 00000000fed20000 - 00000000feda0000 (reserved)
>  BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved)
>  BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
>  BIOS-e820: 0000000100000000 - 0000000128000000 (usable)
> DMI 2.5 present.
> last_pfn = 0x128000 max_arch_pfn = 0x100000000
> last_pfn = 0xcfdff max_arch_pfn = 0x100000000
> init_memory_mapping: 0000000000000000-00000000cfdff000
>  0000000000 - 00cfc00000 page 2M
>  00cfc00000 - 00cfdff000 page 4k
> kernel direct mapping tables up to cfdff000 @ 8000-e000
> last_map_addr: cfdff000 end: cfdff000
> init_memory_mapping: 0000000100000000-0000000128000000
>  0100000000 - 0128000000 page 2M
> kernel direct mapping tables up to 128000000 @ c000-12000
> last_map_addr: 128000000 end: 128000000
> ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
> ACPI: XSDT 000FC5B3, 008C (r1 DELL    B9K           15 ASL        61)
> ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
> ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
> ACPI: FACS CFDFF800, 0040
> ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
> ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
> ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
> ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
> ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
> ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
> ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
> ACPI: DMAR 000FCBF3, 00D0 (r1 DELL    B9K           15 ASL        61)
> ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
> ACPI: SSDT CFDFF840, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
> ACPI: SSDT CFDFFC49, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
> ACPI: SSDT CFE00052, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
> ACPI: Local APIC address 0xfee00000
> (6 early reservations) ==> bootmem [0000000000 - 0128000000]
>   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
>   #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
>   #2 [0000200000 - 00008783d0]    TEXT DATA BSS ==> [0000200000 - 00008783d0]
>   #3 [000009ec00 - 0000100000]    BIOS reserved ==> [000009ec00 - 0000100000]
>   #4 [0000008000 - 000000c000]          PGTABLE ==> [0000008000 - 000000c000]
>   #5 [000000c000 - 000000d000]          PGTABLE ==> [000000c000 - 000000d000]
> found SMP MP-table at [ffff8800000fe710] 000fe710
>  [ffffe20000000000-ffffe200041fffff] PMD ->
> [ffff880028200000-ffff88002c3fffff] on node 0
> Zone PFN ranges:
>   DMA      0x00000000 -> 0x00001000
>   DMA32    0x00001000 -> 0x00100000
>   Normal   0x00100000 -> 0x00128000
> Movable zone start PFN for each node
> early_node_map[3] active PFN ranges
>     0: 0x00000000 -> 0x0000009e
>     0: 0x00000100 -> 0x000cfdff
>     0: 0x00100000 -> 0x00128000
> On node 0 totalpages: 1015197
>   DMA zone: 56 pages used for memmap
>   DMA zone: 1763 pages reserved
>   DMA zone: 2179 pages, LIFO batch:0
>   DMA32 zone: 14280 pages used for memmap
>   DMA32 zone: 833079 pages, LIFO batch:31
>   Normal zone: 2240 pages used for memmap
>   Normal zone: 161600 pages, LIFO batch:31
>   Movable zone: 0 pages used for memmap
> ACPI: PM-Timer IO Port: 0x808
> ACPI: Local APIC address 0xfee00000
> ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
> ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
> ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] disabled)
> ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
> ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
> ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
> ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
> ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
> ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
> ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
> IOAPIC[0]: apic_id 8, version 0, address 0xfec00000, GSI 0-23
> ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
> ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
> ACPI: IRQ0 used by override.
> ACPI: IRQ2 used by override.
> ACPI: IRQ9 used by override.
> Using ACPI (MADT) for SMP configuration information
> ACPI: HPET id: 0x8086a301 base: 0xfed00000
> SMP: Allowing 4 CPUs, 2 hotplug CPUs
> Allocating PCI resources starting at d1000000 (gap: d0000000:10000000)
> NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
> PERCPU: Allocating 57344 bytes of per cpu data
> Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 996858
> Kernel command line: root=/dev/sda2 panic=5 console=ttyS0,115200,8n1
> Initializing CPU#0
> PID hash table entries: 4096 (order: 12, 32768 bytes)
> Fast TSC calibration using PIT
> Detected 2394.011 MHz processor.
> Console: colour VGA+ 80x25
> Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
> Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
> Checking aperture...
> No AGP bridge found
> PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
> Placing 64MB software IO TLB between ffff880020000000 - ffff880023ffffff
> software IO TLB at phys 0x20000000 - 0x23ffffff
> Memory: 3912804k/4849664k available (3275k kernel code, 788876k
> absent, 147088k reserved, 1847k data, 452k init)
> SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
> hpet clockevent registered
> Calibrating delay loop (skipped), value calculated using timer
> frequency.. 4788.02 BogoMIPS (lpj=2394011)
> Mount-cache hash table entries: 256
> CPU: L1 I cache: 32K, L1 D cache: 32K
> CPU: L2 cache: 4096K
> [ds] using core 2 configuration
> CPU: Physical Processor ID: 0
> CPU: Processor Core ID: 0
> using mwait in idle threads.
> Intel Performance Monitoring support detected.
> ... version:      2
> ... num_counters: 2
> ... bit_width:    40
> ... mask_length:  7
> ACPI: Core revision 20080926
> Setting APIC routing to flat
>   alloc irq_2_pin on cpu 0 node 0
>   alloc irq_2_pin on cpu 0 node 0
>   alloc irq_2_pin on cpu 0 node 0
>   alloc irq_2_pin on cpu 0 node 0
>   alloc irq_2_pin on cpu 0 node 0
>   alloc irq_2_pin on cpu 0 node 0
>   alloc irq_2_pin on cpu 0 node 0
>   alloc irq_2_pin on cpu 0 node 0
>   alloc irq_2_pin on cpu 0 node 0
>   alloc irq_2_pin on cpu 0 node 0
>   alloc irq_2_pin on cpu 0 node 0
>   alloc irq_2_pin on cpu 0 node 0
>   alloc irq_2_pin on cpu 0 node 0
>   alloc irq_2_pin on cpu 0 node 0
>   alloc irq_2_pin on cpu 0 node 0
> ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
> CPU0: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
> Booting processor 1 APIC 0x1 ip 0x6000
> Initializing CPU#1
> Calibrating delay using timer specific routine.. 4787.77 BogoMIPS (lpj=2393887)
> CPU: L1 I cache: 32K, L1 D cache: 32K
> CPU: L2 cache: 4096K
> [ds] using core 2 configuration
> CPU: Physical Processor ID: 0
> CPU: Processor Core ID: 1
> CPU1: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
> checking TSC synchronization [CPU#0 -> CPU#1]: passed.
> Brought up 2 CPUs
> Total of 2 processors activated (9575.79 BogoMIPS).
> khelper used greatest stack depth: 6232 bytes left
> net_namespace: 592 bytes
> Booting paravirtualized kernel on bare hardware
> Time: 12:42:24  Date: 12/18/08
> NET: Registered protocol family 16
> err -19 in xenbus_probe_init
> ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
> ACPI: bus type pci registered
> PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
> PCI: MCFG area at e0000000 reserved in E820
> PCI: Using MMCONFIG at e0000000 - efffffff
> PCI: Using configuration type 1 for base access
> ACPI: EC: Look up EC in DSDT
> ACPI: Interpreter enabled
> ACPI: (supports S0 S1 S3 S5)
> ACPI: Using IOAPIC for interrupt routing
> ACPI: ACPI Dock Station Driver: 1 docks/bays found
> ACPI: PCI Root Bridge [PCI0] (0000:00)
> pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
> pci 0000:00:01.0: PME# disabled
> pci 0000:00:03.0: reg 10 64bit mmio: [0xfedad000-0xfedad00f]
> pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
> pci 0000:00:03.0: PME# disabled
> pci 0000:00:03.2: reg 10 io port: [0xfe80-0xfe87]
> pci 0000:00:03.2: reg 14 io port: [0xfe90-0xfe93]
> pci 0000:00:03.2: reg 18 io port: [0xfea0-0xfea7]
> pci 0000:00:03.2: reg 1c io port: [0xfeb0-0xfeb3]
> pci 0000:00:03.2: reg 20 io port: [0xfef0-0xfeff]
> pci 0000:00:03.3: reg 10 io port: [0xec98-0xec9f]
> pci 0000:00:03.3: reg 14 32bit mmio: [0xfebda000-0xfebdafff]
> pci 0000:00:19.0: reg 10 32bit mmio: [0xfebe0000-0xfebfffff]
> pci 0000:00:19.0: reg 14 32bit mmio: [0xfebdb000-0xfebdbfff]
> pci 0000:00:19.0: reg 18 io port: [0xecc0-0xecdf]
> pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
> pci 0000:00:19.0: PME# disabled
> pci 0000:00:1a.0: reg 20 io port: [0xff20-0xff3f]
> pci 0000:00:1a.1: reg 20 io port: [0xff00-0xff1f]
> pci 0000:00:1a.7: reg 10 32bit mmio: [0xfebd9c00-0xfebd9fff]
> pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
> pci 0000:00:1a.7: PME# disabled
> pci 0000:00:1b.0: reg 10 64bit mmio: [0xfebdc000-0xfebdffff]
> pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
> pci 0000:00:1b.0: PME# disabled
> pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
> pci 0000:00:1c.0: PME# disabled
> pci 0000:00:1d.0: reg 20 io port: [0xff80-0xff9f]
> pci 0000:00:1d.1: reg 20 io port: [0xff60-0xff7f]
> pci 0000:00:1d.2: reg 20 io port: [0xff40-0xff5f]
> pci 0000:00:1d.7: reg 10 32bit mmio: [0xff980800-0xff980bff]
> pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
> pci 0000:00:1d.7: PME# disabled
> pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
> pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO
> pci 0000:00:1f.2: reg 10 io port: [0xfe00-0xfe07]
> pci 0000:00:1f.2: reg 14 io port: [0xfe10-0xfe13]
> pci 0000:00:1f.2: reg 18 io port: [0xfe20-0xfe27]
> pci 0000:00:1f.2: reg 1c io port: [0xfe30-0xfe33]
> pci 0000:00:1f.2: reg 20 io port: [0xfec0-0xfedf]
> pci 0000:00:1f.2: reg 24 32bit mmio: [0xff970000-0xff9707ff]
> pci 0000:00:1f.2: PME# supported from D3hot
> pci 0000:00:1f.2: PME# disabled
> pci 0000:00:1f.3: reg 10 64bit mmio: [0xfebd9b00-0xfebd9bff]
> pci 0000:00:1f.3: reg 20 io port: [0xece0-0xecff]
> pci 0000:01:00.0: reg 10 64bit mmio: [0xd0000000-0xdfffffff]
> pci 0000:01:00.0: reg 18 64bit mmio: [0xfe9e0000-0xfe9effff]
> pci 0000:01:00.0: reg 20 io port: [0xdc00-0xdcff]
> pci 0000:01:00.0: reg 30 32bit mmio: [0xfea00000-0xfea1ffff]
> pci 0000:01:00.0: supports D1 D2
> pci 0000:01:00.1: reg 10 64bit mmio: [0xfe9f0000-0xfe9fffff]
> pci 0000:01:00.1: supports D1 D2
> pci 0000:00:01.0: bridge io port: [0xd000-0xdfff]
> pci 0000:00:01.0: bridge 32bit mmio: [0xfe900000-0xfeafffff]
> pci 0000:00:01.0: bridge 64bit mmio pref: [0xd0000000-0xdfffffff]
> pci 0000:00:1c.0: bridge 32bit mmio: [0xfe800000-0xfe8fffff]
> pci 0000:03:02.0: reg 10 32bit mmio: [0xfe6fc000-0xfe6fffff]
> pci 0000:03:02.0: reg 14 io port: [0xcc00-0xccff]
> pci 0000:03:02.0: reg 30 32bit mmio: [0xfe700000-0xfe71ffff]
> pci 0000:03:02.0: supports D1 D2
> pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
> pci 0000:03:02.0: PME# disabled
> pci 0000:00:1e.0: transparent bridge
> pci 0000:00:1e.0: bridge io port: [0xc000-0xcfff]
> pci 0000:00:1e.0: bridge 32bit mmio: [0xfe600000-0xfe7fffff]
> bus 00 -> node 0
> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI4._PRT]
> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI2._PRT]
> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
> ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
> ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11 12 15)
> ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 15)
> ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 15)
> ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
> ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 9 10 11 12 15)
> ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 15)
> ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 15)
> ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] - 00,
> should be 87 [20080926]
> SCSI subsystem initialized
> libata version 3.00 loaded.
> usbcore: registered new interface driver usbfs
> usbcore: registered new interface driver hub
> usbcore: registered new device driver usb
> PCI: Using ACPI for IRQ routing
> PCI-GART: No AMD GART found.
> pnp: PnP ACPI init
> ACPI: bus type pnp registered
> pnp 00:01: io resource (0x800-0x85f) overlaps 0000:00:1f.0 BAR 7
> (0x800-0x87f), disabling
> pnp 00:01: io resource (0x860-0x8ff) overlaps 0000:00:1f.0 BAR 7
> (0x800-0x87f), disabling
> pnp: PnP ACPI: found 9 devices
> ACPI: ACPI bus type pnp unregistered
> system 00:01: ioport range 0xc00-0xc7f has been reserved
> pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
> pci 0000:00:01.0:   IO window: 0xd000-0xdfff
> pci 0000:00:01.0:   MEM window: 0xfe900000-0xfeafffff
> pci 0000:00:01.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
> pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
> pci 0000:00:1c.0:   IO window: disabled
> pci 0000:00:1c.0:   MEM window: 0xfe800000-0xfe8fffff
> pci 0000:00:1c.0:   PREFETCH window: disabled
> pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03
> pci 0000:00:1e.0:   IO window: 0xc000-0xcfff
> pci 0000:00:1e.0:   MEM window: 0xfe600000-0xfe7fffff
> pci 0000:00:1e.0:   PREFETCH window: 0x000000f0000000-0x000000f00fffff
>   alloc irq_desc for 16 on cpu 0 node 0
>   alloc kstat_irqs on cpu 0 node 0
>   alloc irq_cfg on cpu 0 node 0
>   alloc irq_2_pin on cpu 0 node 0
> pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> pci 0000:00:01.0: setting latency timer to 64
> pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> pci 0000:00:1c.0: setting latency timer to 64
> pci 0000:00:1e.0: setting latency timer to 64
> bus: 00 index 0 io port: [0x00-0xffff]
> bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
> bus: 01 index 0 io port: [0xd000-0xdfff]
> bus: 01 index 1 mmio: [0xfe900000-0xfeafffff]
> bus: 01 index 2 mmio: [0xd0000000-0xdfffffff]
> bus: 01 index 3 mmio: [0x0-0x0]
> bus: 02 index 0 mmio: [0x0-0x0]
> bus: 02 index 1 mmio: [0xfe800000-0xfe8fffff]
> bus: 02 index 2 mmio: [0x0-0x0]
> bus: 02 index 3 mmio: [0x0-0x0]
> bus: 03 index 0 io port: [0xc000-0xcfff]
> bus: 03 index 1 mmio: [0xfe600000-0xfe7fffff]
> bus: 03 index 2 mmio: [0xf0000000-0xf00fffff]
> bus: 03 index 3 io port: [0x00-0xffff]
> bus: 03 index 4 mmio: [0x000000-0xffffffffffffffff]
> NET: Registered protocol family 2
> IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
> TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
> TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
> TCP: Hash tables configured (established 262144 bind 65536)
> TCP reno registered
> NET: Registered protocol family 1
> Simple Boot Flag at 0x7a set to 0x1
> audit: initializing netlink socket (disabled)
> type=2000 audit(1229604144.832:1): initialized
> VFS: Disk quotas dquot_6.5.1
> Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
> msgmni has been set to 7643
> alg: No test for stdrng (krng)
> Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
> io scheduler noop registered
> io scheduler anticipatory registered
> io scheduler deadline registered
> io scheduler cfq registered (default)
> pci 0000:00:1a.0: uhci_check_and_reset_hc: cmd = 0x0080
> pci 0000:00:1a.0: Performing full reset
> pci 0000:00:1a.1: uhci_check_and_reset_hc: cmd = 0x0080
> pci 0000:00:1a.1: Performing full reset
> pci 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0080
> pci 0000:00:1d.0: Performing full reset
> pci 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0080
> pci 0000:00:1d.1: Performing full reset
> pci 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0080
> pci 0000:00:1d.2: Performing full reset
> pci 0000:01:00.0: Boot video device
> pcieport-driver 0000:00:01.0: setting latency timer to 64
> pcieport-driver 0000:00:01.0: found MSI capability
> pci_express 0000:00:01.0:pcie00: allocate port service
> pci_express 0000:00:01.0:pcie03: allocate port service
> pcieport-driver 0000:00:1c.0: setting latency timer to 64
> pcieport-driver 0000:00:1c.0: found MSI capability
> pci_express 0000:00:1c.0:pcie00: allocate port service
> pci_express 0000:00:1c.0:pcie02: allocate port service
> pci_express 0000:00:1c.0:pcie03: allocate port service
> pci_hotplug: PCI Hot Plug PCI Core version: 0.5
> input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
> ACPI: Power Button (FF) [PWRF]
> input: Power Button (CM) as
> /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
> ACPI: Power Button (CM) [VBTN]
> processor ACPI_CPU:00: registered as cooling_device0
> processor ACPI_CPU:01: registered as cooling_device1
> xenbus_probe_backend_init bus registered ok
> xenbus_probe_frontend_init bus registered ok
> ***blkif_init
> xenfs: not registering filesystem on non-xen platform
> Non-volatile memory driver v1.2
> Linux agpgart interface v0.103
> [drm] Initialized drm 1.1.0 20060810
> brd: module loaded
> loop: module loaded
> tun: Universal TUN/TAP device driver, 1.6
> tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
> console [netcon0] enabled
> netconsole: network logging started
> Loading iSCSI transport class v2.0-870.
> Driver 'sd' needs updating - please use bus_type methods
> Driver 'sr' needs updating - please use bus_type methods
> ahci 0000:00:1f.2: version 3.0
>   alloc irq_desc for 18 on cpu 0 node 0
>   alloc kstat_irqs on cpu 0 node 0
>   alloc irq_cfg on cpu 0 node 0
>   alloc irq_2_pin on cpu 0 node 0
> ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
> ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x27 impl SATA mode
> ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pmp pio slum part ems
> ahci 0000:00:1f.2: setting latency timer to 64
> scsi0 : ahci
> scsi1 : ahci
> scsi2 : ahci
> scsi3 : ahci
> scsi4 : ahci
> scsi5 : ahci
> ata1: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970100 irq 18
> ata2: SATA max UDMA/133 irq_stat 0x00000040, connection status changed irq 18
> ata3: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970200 irq 18
> ata4: DUMMY
> ata5: DUMMY
> ata6: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970380 irq 18
> ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> ata1.00: ATA-6: WDC WD360GD-00FLA2, 31.08F31, max UDMA/133
> ata1.00: 72303840 sectors, multi 8: LBA48
> ata1.00: configured for UDMA/133
> ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> ata2.00: ATAPI: HL-DT-ST DVD+/-RW GSA-H73N, B103, max UDMA/100
> ata2.00: configured for UDMA/100
> ata3: SATA link down (SStatus 4 SControl 300)
> ata6: SATA link down (SStatus 4 SControl 300)
> scsi 0:0:0:0: Direct-Access     ATA      WDC WD360GD-00FL 31.0 PQ: 0 ANSI: 5
> sd 0:0:0:0: [sda] 72303840 512-byte hardware sectors: (37.0 GB/34.4 GiB)
> sd 0:0:0:0: [sda] Write Protect is off
> sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
> sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't
> support DPO or FUA
> sd 0:0:0:0: [sda] 72303840 512-byte hardware sectors: (37.0 GB/34.4 GiB)
> sd 0:0:0:0: [sda] Write Protect is off
> sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
> sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't
> support DPO or FUA
>  sda: sda1 sda2 sda3
> sd 0:0:0:0: [sda] Attached SCSI disk
> sd 0:0:0:0: Attached scsi generic sg0 type 0
> scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GSA-H73N B103 PQ: 0 ANSI: 5
> sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
> Uniform CD-ROM driver Revision: 3.20
> sr 1:0:0:0: Attached scsi CD-ROM sr0
> sr 1:0:0:0: Attached scsi generic sg1 type 5
> ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> ehci_hcd: block sizes: qh 160 qtd 96 itd 192 sitd 96
>   alloc irq_desc for 22 on cpu 0 node 0
>   alloc kstat_irqs on cpu 0 node 0
>   alloc irq_cfg on cpu 0 node 0
>   alloc irq_2_pin on cpu 0 node 0
> ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 22
> ehci_hcd 0000:00:1a.7: setting latency timer to 64
> ehci_hcd 0000:00:1a.7: EHCI Host Controller
> drivers/usb/core/inode.c: creating file 'devices'
> drivers/usb/core/inode.c: creating file '001'
> ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
> ehci_hcd 0000:00:1a.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2
> ordered !ppc ports=6
> ehci_hcd 0000:00:1a.7: reset hcc_params 16871 thresh 7 uframes 1024 64 bit addr
> ehci_hcd 0000:00:1a.7: reset command 000002 (park)=0 ithresh=0
> period=1024 Reset HALT
> ehci_hcd 0000:00:1a.7: debug port 1
> ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
> ehci_hcd 0000:00:1a.7: supports USB remote wakeup
> ehci_hcd 0000:00:1a.7: irq 22, io mem 0xfebd9c00
> ehci_hcd 0000:00:1a.7: reset command 080002 (park)=0 ithresh=8
> period=1024 Reset HALT
> ehci_hcd 0000:00:1a.7: init command 010001 (park)=0 ithresh=1 period=1024 RUN
> ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
> usb usb1: default language 0x0409
> usb usb1: uevent
> usb usb1: usb_probe_device
> usb usb1: configuration #1 chosen from 1 choice
> usb usb1: adding 1-0:1.0 (config #1, interface 0)
> usb 1-0:1.0: uevent
> hub 1-0:1.0: usb_probe_interface
> hub 1-0:1.0: usb_probe_interface - got id
> hub 1-0:1.0: USB hub found
> hub 1-0:1.0: 6 ports detected
> hub 1-0:1.0: standalone hub
> hub 1-0:1.0: no power switching (usb 1.0)
> hub 1-0:1.0: individual port over-current protection
> hub 1-0:1.0: power on to power good time: 20ms
> hub 1-0:1.0: local power source is good
> hub 1-0:1.0: trying to enable port power on non-switchable hub
> drivers/usb/core/inode.c: creating file '001'
> usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
> usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> usb usb1: Product: EHCI Host Controller
> usb usb1: Manufacturer: Linux 2.6.28-rc8-tip ehci_hcd
> usb usb1: SerialNumber: 0000:00:1a.7
>   alloc irq_desc for 23 on cpu 0 node 0
>   alloc kstat_irqs on cpu 0 node 0
>   alloc irq_cfg on cpu 0 node 0
>   alloc irq_2_pin on cpu 0 node 0
> ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
> ehci_hcd 0000:00:1d.7: setting latency timer to 64
> ehci_hcd 0000:00:1d.7: EHCI Host Controller
> drivers/usb/core/inode.c: creating file '002'
> ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
> ehci_hcd 0000:00:1d.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2
> ordered !ppc ports=6
> ehci_hcd 0000:00:1d.7: reset hcc_params 16871 thresh 7 uframes 1024 64 bit addr
> ehci_hcd 0000:00:1d.7: reset command 000002 (park)=0 ithresh=0
> period=1024 Reset HALT
> ehci_hcd 0000:00:1d.7: debug port 1
> ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
> ehci_hcd 0000:00:1d.7: supports USB remote wakeup
> ehci_hcd 0000:00:1d.7: irq 23, io mem 0xff980800
> ehci_hcd 0000:00:1d.7: reset command 080002 (park)=0 ithresh=8
> period=1024 Reset HALT
> ehci_hcd 0000:00:1d.7: init command 010001 (park)=0 ithresh=1 period=1024 RUN
> ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
> usb usb2: default language 0x0409
> usb usb2: uevent
> usb usb2: usb_probe_device
> usb usb2: configuration #1 chosen from 1 choice
> usb usb2: adding 2-0:1.0 (config #1, interface 0)
> usb 2-0:1.0: uevent
> hub 2-0:1.0: usb_probe_interface
> hub 2-0:1.0: usb_probe_interface - got id
> hub 2-0:1.0: USB hub found
> hub 2-0:1.0: 6 ports detected
> hub 2-0:1.0: standalone hub
> hub 2-0:1.0: no power switching (usb 1.0)
> hub 2-0:1.0: individual port over-current protection
> hub 2-0:1.0: power on to power good time: 20ms
> hub 2-0:1.0: local power source is good
> hub 2-0:1.0: trying to enable port power on non-switchable hub
> drivers/usb/core/inode.c: creating file '001'
> usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
> usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> usb usb2: Product: EHCI Host Controller
> usb usb2: Manufacturer: Linux 2.6.28-rc8-tip ehci_hcd
> usb usb2: SerialNumber: 0000:00:1d.7
> ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> ohci_hcd: block sizes: ed 80 td 96
> uhci_hcd: USB Universal Host Controller Interface driver
> uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> uhci_hcd 0000:00:1a.0: setting latency timer to 64
> uhci_hcd 0000:00:1a.0: UHCI Host Controller
> drivers/usb/core/inode.c: creating file '003'
> uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
> uhci_hcd 0000:00:1a.0: detected 2 ports
> uhci_hcd 0000:00:1a.0: uhci_check_and_reset_hc: cmd = 0x0000
> uhci_hcd 0000:00:1a.0: Performing full reset
> uhci_hcd 0000:00:1a.0: supports USB remote wakeup
> uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000ff20
> usb usb3: default language 0x0409
> usb usb3: uevent
> usb usb3: usb_probe_device
> usb usb3: configuration #1 chosen from 1 choice
> usb usb3: adding 3-0:1.0 (config #1, interface 0)
> usb 3-0:1.0: uevent
> hub 3-0:1.0: usb_probe_interface
> hub 3-0:1.0: usb_probe_interface - got id
> hub 3-0:1.0: USB hub found
> hub 3-0:1.0: 2 ports detected
> hub 3-0:1.0: standalone hub
> hub 3-0:1.0: no power switching (usb 1.0)
> hub 3-0:1.0: individual port over-current protection
> hub 3-0:1.0: power on to power good time: 2ms
> hub 3-0:1.0: local power source is good
> hub 3-0:1.0: trying to enable port power on non-switchable hub
> drivers/usb/core/inode.c: creating file '001'
> usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
> usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> usb usb3: Product: UHCI Host Controller
> usb usb3: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
> usb usb3: SerialNumber: 0000:00:1a.0
>   alloc irq_desc for 17 on cpu 0 node 0
>   alloc kstat_irqs on cpu 0 node 0
>   alloc irq_cfg on cpu 0 node 0
>   alloc irq_2_pin on cpu 0 node 0
> uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
> uhci_hcd 0000:00:1a.1: setting latency timer to 64
> uhci_hcd 0000:00:1a.1: UHCI Host Controller
> drivers/usb/core/inode.c: creating file '004'
> uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
> uhci_hcd 0000:00:1a.1: detected 2 ports
> uhci_hcd 0000:00:1a.1: uhci_check_and_reset_hc: cmd = 0x0000
> uhci_hcd 0000:00:1a.1: Performing full reset
> uhci_hcd 0000:00:1a.1: supports USB remote wakeup
> uhci_hcd 0000:00:1a.1: irq 17, io base 0x0000ff00
> usb usb4: default language 0x0409
> usb usb4: uevent
> usb usb4: usb_probe_device
> usb usb4: configuration #1 chosen from 1 choice
> usb usb4: adding 4-0:1.0 (config #1, interface 0)
> usb 4-0:1.0: uevent
> hub 4-0:1.0: usb_probe_interface
> hub 4-0:1.0: usb_probe_interface - got id
> hub 4-0:1.0: USB hub found
> hub 4-0:1.0: 2 ports detected
> hub 4-0:1.0: standalone hub
> hub 4-0:1.0: no power switching (usb 1.0)
> hub 4-0:1.0: individual port over-current protection
> hub 4-0:1.0: power on to power good time: 2ms
> hub 4-0:1.0: local power source is good
> hub 4-0:1.0: trying to enable port power on non-switchable hub
> drivers/usb/core/inode.c: creating file '001'
> usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
> usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> usb usb4: Product: UHCI Host Controller
> usb usb4: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
> usb usb4: SerialNumber: 0000:00:1a.1
> uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
> uhci_hcd 0000:00:1d.0: setting latency timer to 64
> uhci_hcd 0000:00:1d.0: UHCI Host Controller
> drivers/usb/core/inode.c: creating file '005'
> uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
> uhci_hcd 0000:00:1d.0: detected 2 ports
> uhci_hcd 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0000
> uhci_hcd 0000:00:1d.0: Performing full reset
> uhci_hcd 0000:00:1d.0: supports USB remote wakeup
> uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000ff80
> usb usb5: default language 0x0409
> usb usb5: uevent
> usb usb5: usb_probe_device
> usb usb5: configuration #1 chosen from 1 choice
> usb usb5: adding 5-0:1.0 (config #1, interface 0)
> usb 5-0:1.0: uevent
> hub 5-0:1.0: usb_probe_interface
> hub 5-0:1.0: usb_probe_interface - got id
> hub 5-0:1.0: USB hub found
> hub 5-0:1.0: 2 ports detected
> hub 5-0:1.0: standalone hub
> hub 5-0:1.0: no power switching (usb 1.0)
> hub 5-0:1.0: individual port over-current protection
> hub 5-0:1.0: power on to power good time: 2ms
> hub 5-0:1.0: local power source is good
> hub 5-0:1.0: trying to enable port power on non-switchable hub
> drivers/usb/core/inode.c: creating file '001'
> usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
> usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> usb usb5: Product: UHCI Host Controller
> usb usb5: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
> usb usb5: SerialNumber: 0000:00:1d.0
> uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
> uhci_hcd 0000:00:1d.1: setting latency timer to 64
> uhci_hcd 0000:00:1d.1: UHCI Host Controller
> drivers/usb/core/inode.c: creating file '006'
> uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
> uhci_hcd 0000:00:1d.1: detected 2 ports
> uhci_hcd 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0000
> uhci_hcd 0000:00:1d.1: Performing full reset
> uhci_hcd 0000:00:1d.1: supports USB remote wakeup
> uhci_hcd 0000:00:1d.1: irq 17, io base 0x0000ff60
> usb usb6: default language 0x0409
> usb usb6: uevent
> usb usb6: usb_probe_device
> usb usb6: configuration #1 chosen from 1 choice
> usb usb6: adding 6-0:1.0 (config #1, interface 0)
> usb 6-0:1.0: uevent
> hub 6-0:1.0: usb_probe_interface
> hub 6-0:1.0: usb_probe_interface - got id
> hub 6-0:1.0: USB hub found
> hub 6-0:1.0: 2 ports detected
> hub 6-0:1.0: standalone hub
> hub 6-0:1.0: no power switching (usb 1.0)
> hub 6-0:1.0: individual port over-current protection
> hub 6-0:1.0: power on to power good time: 2ms
> hub 6-0:1.0: local power source is good
> hub 6-0:1.0: trying to enable port power on non-switchable hub
> drivers/usb/core/inode.c: creating file '001'
> usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
> usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> usb usb6: Product: UHCI Host Controller
> usb usb6: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
> usb usb6: SerialNumber: 0000:00:1d.1
> uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
> uhci_hcd 0000:00:1d.2: setting latency timer to 64
> uhci_hcd 0000:00:1d.2: UHCI Host Controller
> drivers/usb/core/inode.c: creating file '007'
> uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
> uhci_hcd 0000:00:1d.2: detected 2 ports
> uhci_hcd 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0000
> uhci_hcd 0000:00:1d.2: Performing full reset
> uhci_hcd 0000:00:1d.2: supports USB remote wakeup
> uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000ff40
> usb usb7: default language 0x0409
> usb usb7: uevent
> usb usb7: usb_probe_device
> usb usb7: configuration #1 chosen from 1 choice
> usb usb7: adding 7-0:1.0 (config #1, interface 0)
> usb 7-0:1.0: uevent
> hub 7-0:1.0: usb_probe_interface
> hub 7-0:1.0: usb_probe_interface - got id
> hub 7-0:1.0: USB hub found
> hub 7-0:1.0: 2 ports detected
> hub 7-0:1.0: standalone hub
> hub 7-0:1.0: no power switching (usb 1.0)
> hub 7-0:1.0: individual port over-current protection
> hub 7-0:1.0: power on to power good time: 2ms
> hub 7-0:1.0: local power source is good
> hub 7-0:1.0: trying to enable port power on non-switchable hub
> drivers/usb/core/inode.c: creating file '001'
> usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
> usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> usb usb7: Product: UHCI Host Controller
> usb usb7: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
> usb usb7: SerialNumber: 0000:00:1d.2
> usbcore: registered new interface driver usblp
> Initializing USB Mass Storage driver...
> usbcore: registered new interface driver usb-storage
> USB Mass Storage support registered.
> usbcore: registered new interface driver libusual
> PNP: No PS/2 controller found. Probing ports directly.
> serio: i8042 KBD port at 0x60,0x64 irq 1
> serio: i8042 AUX port at 0x60,0x64 irq 12
> mice: PS/2 mouse device common for all mice
> device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
> cpuidle: using governor ladder
> dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
> TCP cubic registered
> NET: Registered protocol family 17
> RPC: Registered udp transport module.
> RPC: Registered tcp transport module.
> registered taskstats version 1
>   Magic number: 4:346:734
> ehci_hcd 0000:00:1a.7: GetStatus port 1 status 001403 POWER sig=k CSC CONNECT
> hub 1-0:1.0: port 1: status 0501 change 0001
> ehci_hcd 0000:00:1a.7: GetStatus port 2 status 001803 POWER sig=j CSC CONNECT
> hub 1-0:1.0: port 2: status 0501 change 0001
> ehci_hcd 0000:00:1d.7: GetStatus port 2 status 001803 POWER sig=j CSC CONNECT
> hub 2-0:1.0: port 2: status 0501 change 0001
> ehci_hcd 0000:00:1d.7: GetStatus port 5 status 001803 POWER sig=j CSC CONNECT
> hub 2-0:1.0: port 5: status 0501 change 0001
> uhci_hcd 0000:00:1a.0: port 1 portsc 008a,00
> uhci_hcd 0000:00:1a.0: port 2 portsc 008a,00
> hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
> uhci_hcd 0000:00:1d.0: port 2 portsc 0082,00
> hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000
> uhci_hcd 0000:00:1d.2: port 1 portsc 0082,00
> md: Waiting for all devices to be available before autodetect
> md: If you don't use raid, use raid=noautodetect
> md: Autodetecting RAID arrays.
> md: Scanned 0 and added 0 devices.
> md: autorun ...
> md: ... autorun DONE.
> kjournald starting.  Commit interval 5 seconds
> EXT3-fs: mounted filesystem with ordered data mode.
> VFS: Mounted root (ext3 filesystem) readonly.
> Freeing unused kernel memory: 452k freed
> Write protecting the kernel read-only data: 4752k
> Warning: unable to open an initial console.
> hub 1-0:1.0: state 7 ports 6 chg 0006 evt 0000
> hub 1-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
> ehci_hcd 0000:00:1a.7: port 1 low speed --> companion
> ehci_hcd 0000:00:1a.7: GetStatus port 1 status 003002 POWER OWNER sig=se0 CSC
> hub 1-0:1.0: port 2, status 0501, change 0000, 480 Mb/s
> khelper used greatest stack depth: 5888 bytes left
> ehci_hcd 0000:00:1a.7: port 2 full speed --> companion
> ehci_hcd 0000:00:1a.7: GetStatus port 2 status 003801 POWER OWNER sig=j CONNECT
> hub 1-0:1.0: port 2 not reset yet, waiting 50ms
> ehci_hcd 0000:00:1a.7: GetStatus port 2 status 003002 POWER OWNER sig=se0 CSC
> hub 1-0:1.0: state 7 ports 6 chg 0000 evt 0004
> hub 2-0:1.0: state 7 ports 6 chg 0024 evt 0000
> hub 2-0:1.0: port 2, status 0501, change 0000, 480 Mb/s
> ehci_hcd 0000:00:1d.7: port 2 high speed
> ehci_hcd 0000:00:1d.7: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT
> usb 2-2: new high speed USB device using ehci_hcd and address 2
> consoletype used greatest stack depth: 5816 bytes left
> ehci_hcd 0000:00:1d.7: port 2 high speed
> ehci_hcd 0000:00:1d.7: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT
> stty used greatest stack depth: 4472 bytes left
> usb 2-2: skipped 1 descriptor after endpoint
> usb 2-2: default language 0x0409
> usb 2-2: uevent
> usb 2-2: usb_probe_device
> usb 2-2: configuration #1 chosen from 1 choice
> usb 2-2: adding 2-2:1.0 (config #1, interface 0)
> usb 2-2:1.0: uevent
> usb-storage 2-2:1.0: usb_probe_interface
> usb-storage 2-2:1.0: usb_probe_interface - got id
> scsi6 : SCSI emulation for USB Mass Storage devices
> usb-storage: device found at 2
> usb-storage: waiting for device to settle before scanning
> drivers/usb/core/inode.c: creating file '002'
> usb 2-2: New USB device found, idVendor=0644, idProduct=0200
> usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
> usb 2-2: Product: CA-200
> usb 2-2: Manufacturer: TEAC
> usb 2-2: SerialNumber: 0000030664A1
> hub 2-0:1.0: port 5, status 0501, change 0000, 480 Mb/s
> ehci_hcd 0000:00:1d.7: port 5 high speed
> ehci_hcd 0000:00:1d.7: GetStatus port 5 status 001005 POWER sig=se0 PE CONNECT
> usb 2-5: new high speed USB device using ehci_hcd and address 3
> ehci_hcd 0000:00:1d.7: port 5 high speed
> ehci_hcd 0000:00:1d.7: GetStatus port 5 status 001005 POWER sig=se0 PE CONNECT
> usb 2-5: uevent
> usb 2-5: usb_probe_device
> usb 2-5: configuration #1 chosen from 1 choice
> usb 2-5: adding 2-5:1.0 (config #1, interface 0)
> usb 2-5:1.0: uevent
> hub 2-5:1.0: usb_probe_interface
> hub 2-5:1.0: usb_probe_interface - got id
> hub 2-5:1.0: USB hub found
> hub 2-5:1.0: 4 ports detected
> hub 2-5:1.0: standalone hub
> hub 2-5:1.0: individual port power switching
> hub 2-5:1.0: individual port over-current protection
> hub 2-5:1.0: TT per port
> hub 2-5:1.0: TT requires at most 8 FS bit times (666 ns)
> hub 2-5:1.0: power on to power good time: 100ms
> hub 2-5:1.0: local power source is good
> hub 2-5:1.0: enabling power on all ports
> drivers/usb/core/inode.c: creating file '003'
> usb 2-5: New USB device found, idVendor=0424, idProduct=2504
> usb 2-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
> hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0006
> uhci_hcd 0000:00:1a.0: port 1 portsc 01a3,00
> hub 3-0:1.0: port 1, status 0301, change 0001, 1.5 Mb/s
> usb 2-5: link qh256-0001/ffff8800cf8041e0 start 255 [1/0 us]
> hub 3-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x301
> usb usb3: uevent
> usb 3-0:1.0: uevent
> usb usb4: uevent
> usb 4-0:1.0: uevent
> usb usb1: uevent
> usb 1-0:1.0: uevent
> usb usb5: uevent
> usb 5-0:1.0: uevent
> usb usb6: uevent
> usb 6-0:1.0: uevent
> usb usb7: uevent
> usb 7-0:1.0: uevent
> usb usb2: uevent
> usb 2-0:1.0: uevent
> usb 2-2: uevent
> usb 2-2:1.0: uevent
> usb 2-5: uevent
> usb 2-5:1.0: uevent
> usb 3-1: new low speed USB device using uhci_hcd and address 2
> e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k6
> e1000e: Copyright (c) 1999-2008 Intel Corporation.
>   alloc irq_desc for 21 on cpu 0 node 0
>   alloc kstat_irqs on cpu 0 node 0
>   alloc irq_cfg on cpu 0 node 0
>   alloc irq_2_pin on cpu 0 node 0
> e1000e 0000:00:19.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
> e1000e 0000:00:19.0: setting latency timer to 64
> 0000:00:19.0: 0000:00:19.0: Failed to initialize MSI interrupts.
> Falling back to legacy interrupts.
> usb 3-1: skipped 1 descriptor after interface
> usb 3-1: default language 0x0409
> usb usb4: suspend_rh (auto-stop)
> usb usb6: suspend_rh (auto-stop)
> usb usb5: suspend_rh (auto-stop)
> usb usb7: suspend_rh (auto-stop)
> usb 3-1: uevent
> usb 3-1: usb_probe_device
> usb 3-1: configuration #1 chosen from 1 choice
> usb 3-1: adding 3-1:1.0 (config #1, interface 0)
> usb 3-1:1.0: uevent
> drivers/usb/core/inode.c: creating file '002'
> usb 3-1: New USB device found, idVendor=413c, idProduct=3016
> usb 3-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
> usb 3-1: Product: Dell Premium USB Optical Mouse
> uhci_hcd 0000:00:1a.0: port 2 portsc 0093,00
> hub 3-0:1.0: port 2, status 0101, change 0001, 12 Mb/s
> hub 3-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x101
> 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:1a:a0:d5:4e:b9
> 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
> 0000:00:19.0: eth0: MAC: 6, PHY: 6, PBA No: 1041ff-0ff
> usb 3-2: new full speed USB device using uhci_hcd and address 3
> usb 3-2: ep0 maxpacket = 8
> usb 3-2: default language 0x0409
> usb 3-2: uevent
> usb 3-2: usb_probe_device
> usb 3-2: configuration #1 chosen from 1 choice
> usb 3-2: adding 3-2:1.0 (config #1, interface 0)
> usb 3-2:1.0: uevent
> hub 3-2:1.0: usb_probe_interface
> hub 3-2:1.0: usb_probe_interface - got id
> hub 3-2:1.0: USB hub found
> hub 3-2:1.0: 3 ports detected
> hub 3-2:1.0: compound device; port removable status: FRR
> hub 3-2:1.0: individual port power switching
> hub 3-2:1.0: individual port over-current protection
> hub 3-2:1.0: power on to power good time: 44ms
> hub 3-2:1.0: hub controller current requirement: 100mA
> hub 3-2:1.0: 100mA bus power budget for each child
> hub 3-2:1.0: enabling power on all ports
> drivers/usb/core/inode.c: creating file '003'
> usb 3-2: New USB device found, idVendor=413c, idProduct=1003
> usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
> usb 3-2: Product: Dell USB Keyboard Hub
> usb 3-2: Manufacturer: Dell
> hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000
> hub 7-0:1.0: state 7 ports 2 chg 0000 evt 0000
> hub 2-5:1.0: state 7 ports 4 chg 0000 evt 0000
> hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0004
> hub 3-2:1.0: port 1: status 0101 change 0001
> uhci_hcd 0000:00:1a.0: reserve dev 3 ep81-INT, period 16, phase 8, 12 us
> hub 3-2:1.0: state 7 ports 3 chg 0002 evt 0000
> hub 3-2:1.0: port 1, status 0101, change 0000, 12 Mb/s
> usb 3-2.1: new full speed USB device using uhci_hcd and address 4
> usb 3-2.1: ep0 maxpacket = 8
> usb 3-2.1: skipped 1 descriptor after interface
> usb 3-2.1: skipped 1 descriptor after interface
> usb 3-2.1: default language 0x0409
> usb 3-2.1: uevent
> usb 3-2.1: usb_probe_device
> usb 3-2.1: configuration #1 chosen from 1 choice
> usb 3-2.1: adding 3-2.1:1.0 (config #1, interface 0)
> usb 3-2.1:1.0: uevent
> usb 3-2.1: adding 3-2.1:1.1 (config #1, interface 1)
> usb 3-2.1:1.1: uevent
> drivers/usb/core/inode.c: creating file '004'
> usb 3-2.1: New USB device found, idVendor=413c, idProduct=2010
> usb 3-2.1: New USB device strings: Mfr=1, Product=3, SerialNumber=0
> usb 3-2.1: Product: Dell USB Keyboard
> usb 3-2.1: Manufacturer: Dell
> hub 3-2:1.0: 350mA power budget left
> hub 3-2:1.0: state 7 ports 3 chg 0000 evt 0002
> EXT3 FS on sda2, internal journal
> Adding 8000360k swap on /dev/sda3.  Priority:-1 extents:1 across:8000360k
> find used greatest stack depth: 4464 bytes left
> hub 4-0:1.0: hub_suspend
> usb usb4: bus auto-suspend
> usb usb4: suspend_rh
> hub 6-0:1.0: hub_suspend
> usb usb6: bus auto-suspend
> usb usb6: suspend_rh
> hub 1-0:1.0: hub_suspend
> usb usb1: bus auto-suspend
> ehci_hcd 0000:00:1a.7: suspend root hub
> hub 5-0:1.0: hub_suspend
> usb usb5: bus auto-suspend
> usb usb5: suspend_rh
> hub 7-0:1.0: hub_suspend
> usb usb7: bus auto-suspend
> usb usb7: suspend_rh
> hub 2-5:1.0: hub_suspend
> usb 2-5: unlink qh256-0001/ffff8800cf8041e0 start 255 [1/0 us]
> usb 2-5: usb auto-suspend
> scsi 6:0:0:0: Direct-Access     TEAC     USB   HS-CF Card 4.08 PQ: 0 ANSI: 0
> sd 6:0:0:0: [sdb] Attached SCSI removable disk
> sd 6:0:0:0: Attached scsi generic sg2 type 0
> usb-storage: device scan complete
> 0000:00:19.0: eth0: Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
>
> Andy
>   

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-18  9:09                                                 ` Gerd Hoffmann
@ 2008-12-18 19:45                                                   ` Jeremy Fitzhardinge
  2008-12-18 20:29                                                   ` Jeremy Fitzhardinge
  1 sibling, 0 replies; 92+ messages in thread
From: Jeremy Fitzhardinge @ 2008-12-18 19:45 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: deshantm, Aviv Grafi, Xen-devel, Andrew Lyon, Ian Campbell

Gerd Hoffmann wrote:
> Jeremy Fitzhardinge wrote:
>   
>>> Intel 64bit box, 6GB RAM (dom0_mem=2g), running rawhide.
>>>       
>> OK, that's interesting.  The symptom is the same (drive stops talking),
>> but after a while rather than immediate.
>>     
>
> Yep.
>
>   
>> That suggests there might be
>> some issue with what memory gets allocated or something?
>>     
>
> Or translated.  Maybe it grooks due to being fed with an invalid bus
> address where it can't DMA do.
>   

Hm.  It just uses dmam_alloc_coherent() to allocate its control 
structures, which ends up calling xen_alloc_coherent like everyone else 
does.  And presumably the actual IO goes via sg bios like everyone else.

>> Does putting the controller in IDE/legacy mode work OK?
>>     
>
> Didn't try, and can't easily because it is a headless box sitting in the
> corner.  Speaking of memory:  IIRC ahci can do 64bit DMA, which legacy
> IDE can't.  Maybe that makes AHCI trigger the bug while it doesn't
> happen with IDE?
>   

Yeah, that's worth investigating.  Though my test machine only has 2G, 
so it shouldn't make a difference.  And my other test machine has a 
Fusion which is also 64-bit capable.

    J

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-18 18:25                                         ` Jeremy Fitzhardinge
@ 2008-12-18 19:49                                           ` Pasi Kärkkäinen
  2008-12-18 20:03                                             ` Pasi Kärkkäinen
  2008-12-18 20:05                                           ` Andrew Lyon
  1 sibling, 1 reply; 92+ messages in thread
From: Pasi Kärkkäinen @ 2008-12-18 19:49 UTC (permalink / raw)
  To: Jeremy Fitzhardinge
  Cc: deshantm, Andrew Lyon, Aviv Grafi, Xen-devel, Ian Campbell

On Thu, Dec 18, 2008 at 10:25:56AM -0800, Jeremy Fitzhardinge wrote:
> 
> And this is exactly the same symptom I get when I try to use AHCI.
> 
> Something is deeply odd here.  I have no idea why setting the controller 
> to legacy mode would have any effect on pci bringup.  Legacy or AHCI - 
> either way its just a PCI device.
> 

Hmm.. maybe try to run 32bit kernel.. maybe that makes difference? Or was
that already tested..

-- Pasi

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-18 19:49                                           ` Pasi Kärkkäinen
@ 2008-12-18 20:03                                             ` Pasi Kärkkäinen
  0 siblings, 0 replies; 92+ messages in thread
From: Pasi Kärkkäinen @ 2008-12-18 20:03 UTC (permalink / raw)
  To: Jeremy Fitzhardinge
  Cc: deshantm, Andrew Lyon, Aviv Grafi, Xen-devel, Ian Campbell

On Thu, Dec 18, 2008 at 09:49:51PM +0200, Pasi Kärkkäinen wrote:
> On Thu, Dec 18, 2008 at 10:25:56AM -0800, Jeremy Fitzhardinge wrote:
> > 
> > And this is exactly the same symptom I get when I try to use AHCI.
> > 
> > Something is deeply odd here.  I have no idea why setting the controller 
> > to legacy mode would have any effect on pci bringup.  Legacy or AHCI - 
> > either way its just a PCI device.
> > 
> 
> Hmm.. maybe try to run 32bit kernel.. maybe that makes difference? Or was
> that already tested..
> 

32bit PAE of course..

-- Pasi

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-18 18:25                                         ` Jeremy Fitzhardinge
  2008-12-18 19:49                                           ` Pasi Kärkkäinen
@ 2008-12-18 20:05                                           ` Andrew Lyon
  1 sibling, 0 replies; 92+ messages in thread
From: Andrew Lyon @ 2008-12-18 20:05 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: deshantm, Xen-devel, Aviv Grafi, Ian Campbell

On Thu, Dec 18, 2008 at 6:25 PM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:
> Andrew Lyon wrote:
>>
>>> ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
>>> ACPI: bus type pci registered
>>> PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
>>> PCI: MCFG area at e0000000 reserved in E820
>>> BUG: unable to handle kernel paging request at ffff9d5555555000
>>> IP: [<ffffffff8052e04d>] do_page_fault+0x409/0x9fa
>>> PGD 0
>>> Oops: 0000 [#1] SMP
>>> last sysfs file:
>>> CPU 0
>>> Modules linked in:
>>> Pid: 1, comm: swapper Not tainted 2.6.28-rc8-tip #3
>>> RIP: e030:[<ffffffff8052e04d>]  [<ffffffff8052e04d>]
>>> do_page_fault+0x409/0x9fa
>>> RSP: e02b:ffff8800cf85bc18  EFLAGS: 00010046
>>> RAX: 0000155555555000 RBX: ffff9d5555555000 RCX: 0000000000000020
>>> RDX: ffff800000000000 RSI: 5555555555555000 RDI: 5555555555555067
>>> RBP: ffff8800cf85bc88 R08: 000000000000000d R09: 000000000000000d
>>> R10: 0000000000000010 R11: 00000000ffffffff R12: ffff880000000000
>>> R13: ffff8000012c9a40 R14: 00003ffffffff000 R15: 0000000000000000
>>> FS:  0000000000000000(0000) GS:ffffffff80708ec0(0000)
>>> knlGS:0000000000000000
>>> CS:  e033 DS: 0000 ES: 0000 CR0: 000000008005003b
>>> CR2: ffff9d5555555000 CR3: 0000000000201000 CR4: 0000000000002620
>>> DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
>>> DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
>>> Process swapper (pid: 1, threadinfo ffff8800cf85a000, task
>>> ffff8800cf860000)
>>> Stack:
>>>  0000000000002233 ffff8800cf85bc60 ffffffff8023a2fc ffff8800cf85bc98
>>>  0000000000000060 ffff8800cf860000 0000000000000000 000000000000002f
>>>  ffff8800cf85bd00 0000000000000001 ffffffffffffffff 00000000000ea56c
>>> Call Trace:
>>>  [<ffffffff8023a2fc>] ? release_console_sem+0x1a9/0x1b6
>>>  [<ffffffff8052bf35>] page_fault+0x25/0x30
>>>  [<ffffffff8020a993>] ? xen_page_is_ram+0x5c/0x8d
>>>  [<ffffffff80229e98>] __ioremap_caller+0x13e/0x303
>>>  [<ffffffff8076793e>] ? pci_mmcfg_arch_init+0xaf/0x117
>>>  [<ffffffff80299170>] ? __kmalloc+0xb9/0xe6
>>>  [<ffffffff8022a092>] ioremap_nocache+0x12/0x14
>>>  [<ffffffff8076793e>] pci_mmcfg_arch_init+0xaf/0x117
>>>  [<ffffffff80768240>] __pci_mmcfg_init+0x273/0x2a4
>>>  [<ffffffff80767b07>] ? pci_direct_probe+0xa3/0x1c4
>>>  [<ffffffff807677cc>] ? pci_arch_init+0x0/0x57
>>>
>
> OK, so this is crashing while its initializing the pci subsystem itself...
>
> (It looks like there was a bad mfn<->pfn conversion somewhere.)
>
>>>  [<ffffffff8076828c>] pci_mmcfg_early_init+0xe/0x10
>>>  [<ffffffff807677e1>] pci_arch_init+0x15/0x57
>>>  [<ffffffff8020a056>] do_one_initcall+0x56/0x13e
>>>  [<ffffffff8026c4be>] ? register_irq_proc+0xae/0xca
>>>  [<ffffffff802e0000>] ? proc_task_readdir+0x82/0x29a
>>>  [<ffffffff80741940>] kernel_init+0x11f/0x175
>>>  [<ffffffff802133ba>] child_rip+0xa/0x20
>>>  [<ffffffff80212cad>] ? retint_restore_args+0x5/0x20
>>>  [<ffffffff802133b0>] ? child_rip+0x0/0x20
>>> Code: 4c 89 e8 49 be 00 f0 ff ff ff 3f 00 00 48 c1 e8 1b 4c 21 f3 49
>>> bc 00 00 00 00 00 88 ff ff 25 f8 0f 00 00 48 8d 04 03 4a 8d 1c 20 <48>
>>> 8b 3b e8 cd e1 cd ff 90 a8 01 0f 84 2f 02 00 00 48 8b 3b e8
>>> RIP  [<ffffffff8052e04d>] do_page_fault+0x409/0x9fa
>>>  RSP <ffff8800cf85bc18>
>>> CR2: ffff9d5555555000
>>> ---[ end trace 4eaa2a86a8e2da22 ]---
>>> swapper used greatest stack depth: 4632 bytes left
>>> Kernel panic - not syncing: Attempted to kill init!
>>> Pid: 1, comm: swapper Tainted: G      D    2.6.28-rc8-tip #3
>>> Call Trace:
>>>  [<ffffffff80239c63>] panic+0xa0/0x162
>>>  [<ffffffff8023b5b5>] ? put_files_struct+0xb4/0xc1
>>>  [<ffffffff8023b4f8>] ? exit_fs+0x48/0x51
>>>  [<ffffffff8023c93c>] do_exit+0x74/0x876
>>>  [<ffffffff8052ca37>] oops_end+0xc1/0xc9
>>>  [<ffffffff8052e584>] do_page_fault+0x940/0x9fa
>>>  [<ffffffff8052bf35>] page_fault+0x25/0x30
>>>  [<ffffffff8052e04d>] ? do_page_fault+0x409/0x9fa
>>>  [<ffffffff8052e01e>] ? do_page_fault+0x3da/0x9fa
>>>  [<ffffffff8023a2fc>] ? release_console_sem+0x1a9/0x1b6
>>>  [<ffffffff8052bf35>] page_fault+0x25/0x30
>>>  [<ffffffff8020a993>] ? xen_page_is_ram+0x5c/0x8d
>>>  [<ffffffff80229e98>] __ioremap_caller+0x13e/0x303
>>>  [<ffffffff8076793e>] ? pci_mmcfg_arch_init+0xaf/0x117
>>>  [<ffffffff80299170>] ? __kmalloc+0xb9/0xe6
>>>  [<ffffffff8022a092>] ioremap_nocache+0x12/0x14
>>>  [<ffffffff8076793e>] pci_mmcfg_arch_init+0xaf/0x117
>>>  [<ffffffff80768240>] __pci_mmcfg_init+0x273/0x2a4
>>>  [<ffffffff80767b07>] ? pci_direct_probe+0xa3/0x1c4
>>>  [<ffffffff807677cc>] ? pci_arch_init+0x0/0x57
>>>  [<ffffffff8076828c>] pci_mmcfg_early_init+0xe/0x10
>>>  [<ffffffff807677e1>] pci_arch_init+0x15/0x57
>>>  [<ffffffff8020a056>] do_one_initcall+0x56/0x13e
>>>  [<ffffffff8026c4be>] ? register_irq_proc+0xae/0xca
>>>  [<ffffffff802e0000>] ? proc_task_readdir+0x82/0x29a
>>>  [<ffffffff80741940>] kernel_init+0x11f/0x175
>>>  [<ffffffff802133ba>] child_rip+0xa/0x20
>>>  [<ffffffff80212cad>] ? retint_restore_args+0x5/0x20
>>>  [<ffffffff802133b0>] ? child_rip+0x0/0x20
>>> Rebooting in 5 seconds..(XEN) Domain 0 shutdown: rebooting machine.
>>>
>>>
>>> Andy
>>>
>>>
>>
>> The last dmesg log I posted was with the sata set to legacy mode, I
>> have just set it to ahci and now I get the same problem of the hd not
>> being detected, this time it takes longer to crash becuase there is
>> quite a long pause as each sata port is scanned and fails to identify
>> a drive, here is the log:
>>
>>  Booting 'Xen 3.3 / Linux 2.6.28-rc8-tip'
>>
>> root (hd0,0)
>>  Filesystem type is ext2fs, partition type 0x83
>> kernel /xen.gz iommu=1 com1=115200,8n1 console=com1,vga
>>   [Multiboot-elf, <0x100000:0xfb6e8:0x94918>, shtab=0x290078,
>> entry=0x100000]
>> module /vmlinux.bin.gz-2.6.28-rc8-tip root=/dev/sda2 console=hvc0
>> earlyprink=xe
>> n pci=nomsi panic=5
>>   [Multiboot-module @ 0x291000, 0x9adc10 bytes]
>>
>>  __  __            _____  _____  ___
>>  \ \/ /___ _ __   |___ / |___ / / _ \
>>  \  // _ \ '_ \    |_ \   |_ \| | | |
>>  /  \  __/ | | |  ___) | ___) | |_| |
>>  /_/\_\___|_| |_| |____(_)____(_)___/
>>
>> (XEN) Xen version 3.3.0 (root@) (gcc version 4.1.2 (Gentoo 4.1.2
>> p1.0.2)) Thu Dec 11 11:52:12 GMT 2008
>> (XEN) Latest ChangeSet: unavailable
>> (XEN) Command line: iommu=1 com1=115200,8n1 console=com1,vga
>> (XEN) Video information:
>> (XEN)  VGA is text mode 80x25, font 8x16
>> (XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
>> (XEN) Disc information:
>> (XEN)  Found 1 MBR signatures
>> (XEN)  Found 1 EDD information structures
>> (XEN) Xen-e820 RAM map:
>> (XEN)  0000000000000000 - 000000000009ec00 (usable)
>> (XEN)  00000000000f0000 - 0000000000100000 (reserved)
>> (XEN)  0000000000100000 - 00000000cfdff800 (usable)
>> (XEN)  00000000cfdff800 - 00000000cfe53c00 (ACPI NVS)
>> (XEN)  00000000cfe53c00 - 00000000cfe55c00 (ACPI data)
>> (XEN)  00000000cfe55c00 - 00000000d0000000 (reserved)
>> (XEN)  00000000e0000000 - 00000000f0000000 (reserved)
>> (XEN)  00000000fec00000 - 00000000fed00400 (reserved)
>> (XEN)  00000000fed20000 - 00000000feda0000 (reserved)
>> (XEN)  00000000fee00000 - 00000000fef00000 (reserved)
>> (XEN)  00000000ffb00000 - 0000000100000000 (reserved)
>> (XEN)  0000000100000000 - 0000000128000000 (usable)
>> (XEN) System RAM: 3965MB (4060788kB)
>> (XEN) ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
>> (XEN) ACPI: XSDT 000FC5B3, 008C (r1 DELL    B9K           15 ASL
>>  61)
>> (XEN) ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL
>>  61)
>> (XEN) ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL
>> 20050624)
>> (XEN) ACPI: FACS CFDFF800, 0040
>> (XEN) ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL
>> 20050624)
>> (XEN) ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL
>>  61)
>> (XEN) ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL
>>  61)
>> (XEN) ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL
>>  61)
>> (XEN) ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL
>>  61)
>> (XEN) ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL
>>  61)
>> (XEN) ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL
>>  61)
>> (XEN) ACPI: DMAR 000FCBF3, 00D0 (r1 DELL    B9K           15 ASL
>>  61)
>> (XEN) ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL
>>  61)
>> (XEN) ACPI: SSDT CFDFF840, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL
>> 20050624)
>> (XEN) ACPI: SSDT CFDFFC49, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL
>> 20050624)
>> (XEN) ACPI: SSDT CFE00052, 0140 (r1 DpgPmm    CpuPm       10 INTL
>> 20050624)
>> (XEN) Xen heap: 14MB (14632kB)
>> (XEN) Domain heap initialised
>> (XEN) Processor #0 6:15 APIC version 20
>> (XEN) Processor #1 6:15 APIC version 20
>> (XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
>> (XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
>> (XEN) Intel VT-d has been enabled
>> (XEN) Using scheduler: SMP Credit Scheduler (credit)
>> (XEN) Detected 2394.056 MHz processor.
>> (XEN) HVM: VMX enabled
>> (XEN) CPU0: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
>> (XEN) Booting processor 1/1 eip 8c000
>> (XEN) CPU1: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
>> (XEN) Total of 2 processors activated.
>> (XEN) ENABLING IO-APIC IRQs
>> (XEN)  -> Using new ACK method
>> (XEN) checking TSC synchronization across 2 CPUs: passed.
>> (XEN) Platform timer is 14.318MHz HPET
>> (XEN) Brought up 2 CPUs
>> (XEN) I/O virtualisation enabled
>> (XEN) I/O virtualisation for PV guests disabled
>> (XEN) *** LOADING DOMAIN 0 ***
>> (XEN)  Xen  kernel: 64-bit, lsb, compat32
>> (XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x200000 -> 0x8783d0
>> (XEN) PHYSICAL MEMORY ARRANGEMENT:
>> (XEN)  Dom0 alloc.:   0000000120000000->0000000122000000 (951655 pages
>> to be allocated)
>> (XEN) VIRTUAL MEMORY ARRANGEMENT:
>> (XEN)  Loaded kernel: ffffffff80200000->ffffffff808783d0
>> (XEN)  Init. ramdisk: ffffffff80879000->ffffffff80879000
>> (XEN)  Phys-Mach map: ffffffff80879000->ffffffff80fcbb38
>> (XEN)  Start info:    ffffffff80fcc000->ffffffff80fcc4a4
>> (XEN)  Page tables:   ffffffff80fcd000->ffffffff80fda000
>> (XEN)  Boot stack:    ffffffff80fda000->ffffffff80fdb000
>> (XEN)  TOTAL:         ffffffff80000000->ffffffff81400000
>> (XEN)  ENTRY ADDRESS: ffffffff8073d200
>> (XEN) Dom0 has maximum 2 VCPUs
>> (XEN) Scrubbing Free RAM: .done.
>> (XEN) Xen trace buffers: disabled
>> (XEN) Std. Loglevel: Errors and warnings
>> (XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings)
>> (XEN) Xen is relinquishing VGA console.
>> (XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch
>> input to Xen)
>> (XEN) Freed 108kB init memory.
>> mapping kernel into physical memory
>> Xen: setup ISA identity maps
>> about to get started...
>> (XEN) ioapic_guest_write: apic=0, pin=2, old_irq=0, new_irq=-1
>> (XEN) ioapic_guest_write: old_entry=000009f0, new_entry=00010900
>> (XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
>> (XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=-1
>> (XEN) ioapic_guest_write: old_entry=000009f1, new_entry=00010900
>> (XEN) ioapic_guest_write: Attempt to remove IO-APIC pin of in-use IRQ!
>> Linux version 2.6.28-rc8-tip (root@localhost) (gcc version 4.1.2
>> (Gentoo 4.1.2 p1.0.2)) #4 SMP Thu Dec 18 11:58:07 GMT 2008
>> Command line: root=/dev/sda2 console=hvc0 earlyprink=xen pci=nomsi panic=5
>> KERNEL supported cpus:
>>  Intel GenuineIntel
>>  AMD AuthenticAMD
>>  Centaur CentaurHauls
>> BIOS-provided physical RAM map:
>>  Xen: 0000000000000000 - 000000000009ec00 (usable)
>>  Xen: 00000000000a0000 - 0000000000100000 (reserved)
>>  Xen: 0000000000100000 - 0000000000879000 (usable)
>>  Xen: 0000000000879000 - 0000000000fcd000 (reserved)
>>  Xen: 0000000000fcd000 - 00000000cfdff800 (usable)
>>  Xen: 00000000cfdff800 - 00000000cfe53c00 (ACPI NVS)
>>  Xen: 00000000cfe53c00 - 00000000cfe55c00 (ACPI data)
>>  Xen: 00000000cfe55c00 - 00000000d0000000 (reserved)
>>  Xen: 00000000e0000000 - 00000000f0000000 (reserved)
>>  Xen: 00000000fec00000 - 00000000fed00400 (reserved)
>>  Xen: 00000000fed20000 - 00000000feda0000 (reserved)
>>  Xen: 00000000fee00000 - 00000000fef00000 (reserved)
>>  Xen: 00000000ffb00000 - 0000000100000000 (reserved)
>> DMI 2.5 present.
>> last_pfn = 0xcfdff max_arch_pfn = 0x100000000
>> init_memory_mapping: 0000000000000000-00000000cfdff000
>> last_map_addr: cfdff000 end: cfdff000
>> ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
>> ACPI: XSDT 000FC5B3, 008C (r1 DELL    B9K           15 ASL        61)
>> ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
>> ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
>> ACPI: FACS CFDFF800, 0040
>> ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
>> ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
>> ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
>> ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
>> ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
>> ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
>> ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
>> ACPI: DMAR 000FCBF3, 00D0 (r1 DELL    B9K           15 ASL        61)
>> ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
>> ACPI: SSDT CFDFF840, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
>> ACPI: SSDT CFDFFC49, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
>> ACPI: SSDT CFE00052, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
>> (5 early reservations) ==> bootmem [0000000000 - 00cfdff000]
>>  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 -
>> 0000001000]
>>  #1 [0000fcd000 - 0000fda000]   XEN PAGETABLES ==> [0000fcd000 -
>> 0000fda000]
>>  #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 -
>> 0000008000]
>>  #3 [0000200000 - 00008783d0]    TEXT DATA BSS ==> [0000200000 -
>> 00008783d0]
>>  #4 [0000fda000 - 000164e000]          PGTABLE ==> [0000fda000 -
>> 000164e000]
>> found SMP MP-table at [ffff8800000fe710] 000fe710
>> Zone PFN ranges:
>>  DMA      0x00000000 -> 0x00001000
>>  DMA32    0x00001000 -> 0x00100000
>>  Normal   0x00100000 -> 0x00100000
>> Movable zone start PFN for each node
>> early_node_map[3] active PFN ranges
>>    0: 0x00000000 -> 0x0000009e
>>    0: 0x00000100 -> 0x00000879
>>    0: 0x00000fcd -> 0x000cfdff
>> ACPI: PM-Timer IO Port: 0x808
>> ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
>> ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
>> ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] disabled)
>> ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
>> ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
>> ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
>> ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
>> ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
>> ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
>> ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
>> IOAPIC[0]: apic_id 8, version 0, address 0xfec00000, GSI 0-23
>> ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
>> ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
>> Using ACPI (MADT) for SMP configuration information
>> ACPI: HPET id: 0x8086a301 base: 0xfed00000
>> SMP: Allowing 2 CPUs, 0 hotplug CPUs
>> Allocating PCI resources starting at d1000000 (gap: d0000000:10000000)
>> NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:2 nr_node_ids:1
>> PERCPU: Allocating 57344 bytes of per cpu data
>> Built 1 zonelists in Zone order, mobility grouping on.  Total pages:
>> 836166
>> Kernel command line: root=/dev/sda2 console=hvc0 earlyprink=xen
>> pci=nomsi panic=5
>> Initializing CPU#0
>> xen: allocated irq 9 for acpi 9
>> PID hash table entries: 4096 (order: 12, 32768 bytes)
>> Detected 2394.000 MHz processor.
>> Console: colour VGA+ 80x25
>> console [hvc0] enabled
>> Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
>> Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
>> Checking aperture...
>> No AGP bridge found
>> PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
>> Placing 64MB software IO TLB between ffff880004ae9000 - ffff880008ae8fff
>> software IO TLB at phys 0x4ae9000 - 0x8ae8fff bus 0x1c0000 - 0x7d3ffff
>> Memory: 3264604k/3405820k available (3275k kernel code, 7896k absent,
>> 132700k reserved, 1847k data, 452k init)
>> SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
>> installing Xen timer for CPU 0
>> Calibrating delay loop (skipped), value calculated using timer
>> frequency.. 4788.00 BogoMIPS (lpj=2394000)
>> Mount-cache hash table entries: 256
>> CPU: L1 I cache: 32K, L1 D cache: 32K
>> CPU: L2 cache: 4096K
>> CPU: Physical Processor ID: 0
>> CPU: Processor Core ID: 0
>> SMP alternatives: switching to UP code
>> ACPI: Core revision 20080926
>> cpu 0 spinlock event irq 17
>> installing Xen timer for CPU 1
>> cpu 1 spinlock event irq 23
>> SMP alternatives: switching to SMP code
>> Initializing CPU#1
>> CPU: L1 I cache: 32K, L1 D cache: 32K
>> CPU: L2 cache: 4096K
>> CPU: Physical Processor ID: 0
>> CPU: Processor Core ID: 0
>> Brought up 2 CPUs
>> khelper used greatest stack depth: 6800 bytes left
>> net_namespace: 592 bytes
>> Booting paravirtualized kernel on Xen
>> Xen version: 3.3.0 (preserve-AD) (dom0)
>> Grant table initialized
>> Time: 12:28:39  Date: 12/18/08
>> NET: Registered protocol family 16
>> xenbus_probe_init ok
>> ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
>> ACPI: bus type pci registered
>> PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
>> PCI: MCFG area at e0000000 reserved in E820
>> PCI: Using MMCONFIG at e0000000 - efffffff
>> PCI: Using configuration type 1 for base access
>>
>
> ... which appears to succeed here.
>
>> khelper used greatest stack depth: 6232 bytes left
>> ACPI: Interpreter enabled
>> ACPI: (supports S0 S1 S3 S5)
>> ACPI: Using IOAPIC for interrupt routing
>> ACPI: ACPI Dock Station Driver: 1 docks/bays found
>> ACPI: PCI Root Bridge [PCI0] (0000:00)
>> pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
>> pci 0000:00:01.0: PME# disabled
>> pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
>> pci 0000:00:03.0: PME# disabled
>> pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
>> pci 0000:00:19.0: PME# disabled
>> pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
>> pci 0000:00:1a.7: PME# disabled
>> pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
>> pci 0000:00:1b.0: PME# disabled
>> pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
>> pci 0000:00:1c.0: PME# disabled
>> pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
>> pci 0000:00:1d.7: PME# disabled
>> pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
>> pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO
>> pci 0000:00:1f.2: PME# supported from D3hot
>> pci 0000:00:1f.2: PME# disabled
>> pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
>> pci 0000:03:02.0: PME# disabled
>> pci 0000:00:1e.0: transparent bridge
>> ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
>> ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11 12 15)
>> ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 15)
>> ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 15)
>> ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 15) *0,
>> disabled.
>> ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 9 10 11 12 15)
>> ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 15)
>> ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 15)
>> ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] - 00,
>> should be 87 [20080926]
>> xen_balloon: Initialising balloon driver.
>> SCSI subsystem initialized
>> usbcore: registered new interface driver usbfs
>> usbcore: registered new interface driver hub
>> usbcore: registered new device driver usb
>> PCI: Using ACPI for IRQ routing
>> Xen: Initializing Xen DMA ops
>> Xen: Enabling DMA fallback to swiotlb
>> PCI-GART: No AMD GART found.
>> pnp: PnP ACPI init
>> ACPI: bus type pnp registered
>> pnp 00:01: io resource (0x800-0x85f) overlaps 0000:00:1f.0 BAR 7
>> (0x800-0x87f), disabling
>> pnp 00:01: io resource (0x860-0x8ff) overlaps 0000:00:1f.0 BAR 7
>> (0x800-0x87f), disabling
>> xen_set_ioapic_routing: irq 13 gsi 13 vector 120 ioapic 0 pin 13
>> triggering 1 polarity 0
>> xen_set_ioapic_routing: irq 8 gsi 8 vector 80 ioapic 0 pin 8
>> triggering 1 polarity 0
>> xen_set_ioapic_routing: irq 7 gsi 7 vector 72 ioapic 0 pin 7
>> triggering 1 polarity 0
>> xen_set_ioapic_routing: irq 4 gsi 4 vector 241 ioapic 0 pin 4
>> triggering 1 polarity 0
>> (XEN) ioapic_guest_write: apic=0, pin=4, old_irq=4, new_irq=4
>> (XEN) ioapic_guest_write: old_entry=000009f1, new_entry=000189f1
>> (XEN) ioapic_guest_write: Attempt to modify IO-APIC pin for in-use IRQ!
>> pnp: PnP ACPI: found 9 devices
>> ACPI: ACPI bus type pnp unregistered
>> system 00:01: ioport range 0xc00-0xc7f has been reserved
>> pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
>> pci 0000:00:01.0:   IO window: 0xd000-0xdfff
>> pci 0000:00:01.0:   MEM window: 0xfe900000-0xfeafffff
>> pci 0000:00:01.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
>> pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
>> pci 0000:00:1c.0:   IO window: disabled
>> pci 0000:00:1c.0:   MEM window: 0xfe800000-0xfe8fffff
>> pci 0000:00:1c.0:   PREFETCH window: disabled
>> pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03
>> pci 0000:00:1e.0:   IO window: 0xc000-0xcfff
>> pci 0000:00:1e.0:   MEM window: 0xfe600000-0xfe7fffff
>> pci 0000:00:1e.0:   PREFETCH window: 0x000000f0000000-0x000000f00fffff
>> xen_set_ioapic_routing: irq 29 gsi 16 vector 176 ioapic 0 pin 16
>> triggering 0 polarity 1
>> pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
>> xen: PCI device 0000:00:01.0 pin 1 -> irq 29
>> xen_allocate_pirq: returning irq 29 for gsi 16
>> xen_set_ioapic_routing: irq 29 gsi 16 vector 176 ioapic 0 pin 16
>> triggering 0 polarity 1
>> pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
>> xen: PCI device 0000:00:1c.0 pin 1 -> irq 29
>> bus: 00 index 0 io port: [0x00-0xffff]
>> bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
>> bus: 01 index 0 io port: [0xd000-0xdfff]
>> bus: 01 index 1 mmio: [0xfe900000-0xfeafffff]
>> bus: 01 index 2 mmio: [0xd0000000-0xdfffffff]
>> bus: 01 index 3 mmio: [0x0-0x0]
>> bus: 02 index 0 mmio: [0x0-0x0]
>> bus: 02 index 1 mmio: [0xfe800000-0xfe8fffff]
>> bus: 02 index 2 mmio: [0x0-0x0]
>> bus: 02 index 3 mmio: [0x0-0x0]
>> bus: 03 index 0 io port: [0xc000-0xcfff]
>> bus: 03 index 1 mmio: [0xfe600000-0xfe7fffff]
>> bus: 03 index 2 mmio: [0xf0000000-0xf00fffff]
>> bus: 03 index 3 io port: [0x00-0xffff]
>> bus: 03 index 4 mmio: [0x000000-0xffffffffffffffff]
>> NET: Registered protocol family 2
>> IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
>> TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
>> TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
>> TCP: Hash tables configured (established 262144 bind 65536)
>> TCP reno registered
>> NET: Registered protocol family 1
>> Simple Boot Flag at 0x7a set to 0x1
>> audit: initializing netlink socket (disabled)
>> type=2000 audit(1229603322.455:1): initialized
>> VFS: Disk quotas dquot_6.5.1
>> Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
>> msgmni has been set to 6651
>> alg: No test for stdrng (krng)
>> Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
>> io scheduler noop registered
>> io scheduler anticipatory registered
>> io scheduler deadline registered
>> io scheduler cfq registered (default)
>> pcieport-driver 0000:00:01.0: found MSI capability
>> pcieport-driver 0000:00:1c.0: found MSI capability
>> pci_hotplug: PCI Hot Plug PCI Core version: 0.5
>> input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
>> ACPI: Power Button (FF) [PWRF]
>> input: Power Button (CM) as
>> /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
>> ACPI: Power Button (CM) [VBTN]
>> xenbus_probe_backend_init bus registered ok
>> xenbus_probe_frontend_init bus registered ok
>> Event-channel device installed.
>> ***blkif_init
>> Non-volatile memory driver v1.2
>> Linux agpgart interface v0.103
>> [drm] Initialized drm 1.1.0 20060810
>> brd: module loaded
>> loop: module loaded
>> tun: Universal TUN/TAP device driver, 1.6
>> tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
>> console [netcon0] enabled
>> netconsole: network logging started
>> Loading iSCSI transport class v2.0-870.
>> Driver 'sd' needs updating - please use bus_type methods
>> Driver 'sr' needs updating - please use bus_type methods
>> xen_set_ioapic_routing: irq 31 gsi 18 vector 184 ioapic 0 pin 18
>> triggering 0 polarity 1
>> ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 31
>> xen: PCI device 0000:00:1f.2 pin 3 -> irq 31
>> ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x27 impl SATA
>> mode
>> ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pmp pio slum part ems
>> scsi0 : ahci
>> scsi1 : ahci
>> scsi2 : ahci
>> scsi3 : ahci
>> scsi4 : ahci
>> scsi5 : ahci
>> ata1: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970100 irq 31
>> ata2: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970180 irq 31
>> ata3: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970200 irq 31
>> ata4: DUMMY
>> ata5: DUMMY
>> ata6: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970380 irq 31
>> ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> ata1.00: qc timeout (cmd 0xec)
>> ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
>> ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> ata1.00: qc timeout (cmd 0xec)
>> ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
>> ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> ata1.00: qc timeout (cmd 0xec)
>> ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
>> ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> ata2.00: ATAPI: HL-DT-ST DVD+/-RW GSA-H73N, B103, max UDMA/100
>> ata2.00: configured for UDMA/100
>> ata3: SATA link down (SStatus 4 SControl 300)
>> ata6: SATA link down (SStatus 4 SControl 300)
>> scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GSA-H73N B103 PQ: 0 ANSI:
>> 5
>>
>
> And this is exactly the same symptom I get when I try to use AHCI.
>
> Something is deeply odd here.  I have no idea why setting the controller to
> legacy mode would have any effect on pci bringup.  Legacy or AHCI - either
> way its just a PCI device.
>
> Does the Legacy mode oops reproduce reliably?

Yes, all the tests I have done produce reliable consistant results,
under xen it always oops when in legacy mode, and no hd's when in ahci
mode, but the same kernel does work when booted on the bare metal.

>
> Thanks,
>   J
>
>> sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
>> Uniform CD-ROM driver Revision: 3.20
>> sr 1:0:0:0: Attached scsi generic sg0 type 5
>> ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
>> xen_set_ioapic_routing: irq 32 gsi 22 vector 192 ioapic 0 pin 22
>> triggering 0 polarity 1
>> ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 32
>> xen: PCI device 0000:00:1a.7 pin 3 -> irq 32
>> ehci_hcd 0000:00:1a.7: EHCI Host Controller
>> ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
>> ehci_hcd 0000:00:1a.7: debug port 1
>> ehci_hcd 0000:00:1a.7: irq 32, io mem 0xfebd9c00
>> ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
>> usb usb1: configuration #1 chosen from 1 choice
>> hub 1-0:1.0: USB hub found
>> hub 1-0:1.0: 6 ports detected
>> usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
>> usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> usb usb1: Product: EHCI Host Controller
>> usb usb1: Manufacturer: Linux 2.6.28-rc8-tip ehci_hcd
>> usb usb1: SerialNumber: 0000:00:1a.7
>> xen_set_ioapic_routing: irq 33 gsi 23 vector 200 ioapic 0 pin 23
>> triggering 0 polarity 1
>> ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 33
>> xen: PCI device 0000:00:1d.7 pin 1 -> irq 33
>> ehci_hcd 0000:00:1d.7: EHCI Host Controller
>> ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
>> ehci_hcd 0000:00:1d.7: debug port 1
>> ehci_hcd 0000:00:1d.7: irq 33, io mem 0xff980800
>> ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
>> usb usb2: configuration #1 chosen from 1 choice
>> hub 2-0:1.0: USB hub found
>> hub 2-0:1.0: 6 ports detected
>> usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
>> usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> usb usb2: Product: EHCI Host Controller
>> usb usb2: Manufacturer: Linux 2.6.28-rc8-tip ehci_hcd
>> usb usb2: SerialNumber: 0000:00:1d.7
>> ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
>> uhci_hcd: USB Universal Host Controller Interface driver
>> xen_allocate_pirq: returning irq 29 for gsi 16
>> xen_set_ioapic_routing: irq 29 gsi 16 vector 176 ioapic 0 pin 16
>> triggering 0 polarity 1
>> uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
>> xen: PCI device 0000:00:1a.0 pin 1 -> irq 29
>> uhci_hcd 0000:00:1a.0: UHCI Host Controller
>> uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
>> uhci_hcd 0000:00:1a.0: detected 2 ports
>> uhci_hcd 0000:00:1a.0: irq 29, io base 0x0000ff20
>> usb usb3: configuration #1 chosen from 1 choice
>> hub 3-0:1.0: USB hub found
>> hub 3-0:1.0: 2 ports detected
>> usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
>> usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> usb usb3: Product: UHCI Host Controller
>> usb usb3: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
>> usb usb3: SerialNumber: 0000:00:1a.0
>> xen_set_ioapic_routing: irq 34 gsi 17 vector 208 ioapic 0 pin 17
>> triggering 0 polarity 1
>> uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 17 (level, low) -> IRQ 34
>> xen: PCI device 0000:00:1a.1 pin 2 -> irq 34
>> uhci_hcd 0000:00:1a.1: UHCI Host Controller
>> uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
>> uhci_hcd 0000:00:1a.1: detected 2 ports
>> uhci_hcd 0000:00:1a.1: irq 34, io base 0x0000ff00
>> usb usb4: configuration #1 chosen from 1 choice
>> hub 4-0:1.0: USB hub found
>> hub 4-0:1.0: 2 ports detected
>> usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
>> usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> usb usb4: Product: UHCI Host Controller
>> usb usb4: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
>> usb usb4: SerialNumber: 0000:00:1a.1
>> xen_allocate_pirq: returning irq 33 for gsi 23
>> xen_set_ioapic_routing: irq 33 gsi 23 vector 200 ioapic 0 pin 23
>> triggering 0 polarity 1
>> uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 33
>> xen: PCI device 0000:00:1d.0 pin 1 -> irq 33
>> uhci_hcd 0000:00:1d.0: UHCI Host Controller
>> uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
>> uhci_hcd 0000:00:1d.0: detected 2 ports
>> uhci_hcd 0000:00:1d.0: irq 33, io base 0x0000ff80
>> usb usb5: configuration #1 chosen from 1 choice
>> hub 5-0:1.0: USB hub found
>> hub 5-0:1.0: 2 ports detected
>> usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
>> usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> usb usb5: Product: UHCI Host Controller
>> usb usb5: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
>> usb usb5: SerialNumber: 0000:00:1d.0
>> xen_allocate_pirq: returning irq 34 for gsi 17
>> xen_set_ioapic_routing: irq 34 gsi 17 vector 208 ioapic 0 pin 17
>> triggering 0 polarity 1
>> uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 34
>> xen: PCI device 0000:00:1d.1 pin 2 -> irq 34
>> uhci_hcd 0000:00:1d.1: UHCI Host Controller
>> uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
>> uhci_hcd 0000:00:1d.1: detected 2 ports
>> uhci_hcd 0000:00:1d.1: irq 34, io base 0x0000ff60
>> usb usb6: configuration #1 chosen from 1 choice
>> hub 6-0:1.0: USB hub found
>> hub 6-0:1.0: 2 ports detected
>> usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
>> usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> usb usb6: Product: UHCI Host Controller
>> usb usb6: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
>> usb usb6: SerialNumber: 0000:00:1d.1
>> xen_allocate_pirq: returning irq 31 for gsi 18
>> xen_set_ioapic_routing: irq 31 gsi 18 vector 184 ioapic 0 pin 18
>> triggering 0 polarity 1
>> uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 31
>> xen: PCI device 0000:00:1d.2 pin 3 -> irq 31
>> uhci_hcd 0000:00:1d.2: UHCI Host Controller
>> uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
>> uhci_hcd 0000:00:1d.2: detected 2 ports
>> uhci_hcd 0000:00:1d.2: irq 31, io base 0x0000ff40
>> usb usb7: configuration #1 chosen from 1 choice
>> hub 7-0:1.0: USB hub found
>> hub 7-0:1.0: 2 ports detected
>> usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
>> usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> usb usb7: Product: UHCI Host Controller
>> usb usb7: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
>> usb usb7: SerialNumber: 0000:00:1d.2
>> usbcore: registered new interface driver usblp
>> Initializing USB Mass Storage driver...
>> usbcore: registered new interface driver usb-storage
>> USB Mass Storage support registered.
>> usbcore: registered new interface driver libusual
>> PNP: No PS/2 controller found. Probing ports directly.
>> i8042: probe of i8042 failed with error -38
>> mice: PS/2 mouse device common for all mice
>> device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised:
>> dm-devel@redhat.com
>> cpuidle: using governor ladder
>> dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
>> TCP cubic registered
>> NET: Registered protocol family 17
>> RPC: Registered udp transport module.
>> RPC: Registered tcp transport module.
>> IO APIC resources could be not be allocated.
>> registered taskstats version 1
>>  Magic number: 4:587:481
>> md: Waiting for all devices to be available before autodetect
>> md: If you don't use raid, use raid=noautodetect
>> md: Autodetecting RAID arrays.
>> md: Scanned 0 and added 0 devices.
>> md: autorun ...
>> md: ... autorun DONE.
>> Root-NFS: No NFS server available, giving up.
>> VFS: Unable to mount root fs via NFS, trying floppy.
>> VFS: Cannot open root device "sda2" or unknown-block(2,0)
>> Please append a correct "root=" boot option; here are the available
>> partitions:
>> 0b00         1048575 sr0 driver: sr
>> Kernel panic - not syncing: VFS: Unable to mount root fs on
>> unknown-block(2,0)
>> Pid: 1, comm: swapper Not tainted 2.6.28-rc8-tip #4
>> Call Trace:
>>  [<ffffffff8023a293>] panic+0xa0/0x162
>>  [<ffffffff80405b87>] ? class_dev_iter_exit+0x9/0xb
>>  [<ffffffff802b1831>] ? sys_mount+0xb9/0xce
>>  [<ffffffff8073e172>] mount_block_root+0x1c0/0x1dc
>>  [<ffffffff8073e257>] mount_root+0xc9/0xea
>>  [<ffffffff8073e3f2>] prepare_namespace+0x17a/0x1a7
>>  [<ffffffff8073d988>] kernel_init+0x167/0x175
>>  [<ffffffff802133fa>] child_rip+0xa/0x20
>>  [<ffffffff80212ced>] ? retint_restore_args+0x5/0x20
>>  [<ffffffff802133f0>] ? child_rip+0x0/0x20
>> Rebooting in 5 seconds..<7>usb usb4: suspend_rh (auto-stop)
>> (XEN) Domain 0 shutdown: rebooting machine.
>>
>> And here is the same kernel booted directly on the bare metal, with
>> working sata:
>>
>> Linux version 2.6.28-rc8-tip (root@localhost) (gcc version 4.1.2
>> (Gentoo 4.1.2 p1.0.2)) #4 SMP Thu Dec 18 11:58:07 GMT 2008
>> Command line: root=/dev/sda2 panic=5
>> KERNEL supported cpus:
>>  Intel GenuineIntel
>>  AMD AuthenticAMD
>>  Centaur CentaurHauls
>> BIOS-provided physical RAM map:
>>  BIOS-e820: 0000000000000000 - 000000000009ec00 (usable)
>>  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
>>  BIOS-e820: 0000000000100000 - 00000000cfdff800 (usable)
>>  BIOS-e820: 00000000cfdff800 - 00000000cfe53c00 (ACPI NVS)
>>  BIOS-e820: 00000000cfe53c00 - 00000000cfe55c00 (ACPI data)
>>  BIOS-e820: 00000000cfe55c00 - 00000000d0000000 (reserved)
>>  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
>>  BIOS-e820: 00000000fec00000 - 00000000fed00400 (reserved)
>>  BIOS-e820: 00000000fed20000 - 00000000feda0000 (reserved)
>>  BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved)
>>  BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
>>  BIOS-e820: 0000000100000000 - 0000000128000000 (usable)
>> DMI 2.5 present.
>> last_pfn = 0x128000 max_arch_pfn = 0x100000000
>> last_pfn = 0xcfdff max_arch_pfn = 0x100000000
>> init_memory_mapping: 0000000000000000-00000000cfdff000
>>  0000000000 - 00cfc00000 page 2M
>>  00cfc00000 - 00cfdff000 page 4k
>> kernel direct mapping tables up to cfdff000 @ 8000-e000
>> last_map_addr: cfdff000 end: cfdff000
>> init_memory_mapping: 0000000100000000-0000000128000000
>>  0100000000 - 0128000000 page 2M
>> kernel direct mapping tables up to 128000000 @ c000-12000
>> last_map_addr: 128000000 end: 128000000
>> ACPI: RSDP 000FEC00, 0024 (r2 DELL  )
>> ACPI: XSDT 000FC5B3, 008C (r1 DELL    B9K           15 ASL        61)
>> ACPI: FACP 000FC6E3, 00F4 (r3 DELL    B9K           15 ASL        61)
>> ACPI: DSDT FFF76BF6, 4596 (r1   DELL    dt_ex     1000 INTL 20050624)
>> ACPI: FACS CFDFF800, 0040
>> ACPI: SSDT FFF7B2AB, 00AA (r1   DELL    st_ex     1000 INTL 20050624)
>> ACPI: APIC 000FC7D7, 0092 (r1 DELL    B9K           15 ASL        61)
>> ACPI: BOOT 000FC869, 0028 (r1 DELL    B9K           15 ASL        61)
>> ACPI: ASF! 000FC891, 0096 (r32 DELL    B9K           15 ASL        61)
>> ACPI: MCFG 000FC927, 003E (r1 DELL    B9K           15 ASL        61)
>> ACPI: HPET 000FC965, 0038 (r1 DELL    B9K           15 ASL        61)
>> ACPI: TCPA 000FCBC1, 0032 (r1 DELL    B9K           15 ASL        61)
>> ACPI: DMAR 000FCBF3, 00D0 (r1 DELL    B9K           15 ASL        61)
>> ACPI: SLIC 000FC99D, 0176 (r1 DELL    B9K           15 ASL        61)
>> ACPI: SSDT CFDFF840, 01F9 (r1 DpgPmm  Cpu0Ist       11 INTL 20050624)
>> ACPI: SSDT CFDFFC49, 01F9 (r1 DpgPmm  Cpu1Ist       11 INTL 20050624)
>> ACPI: SSDT CFE00052, 0140 (r1 DpgPmm    CpuPm       10 INTL 20050624)
>> ACPI: Local APIC address 0xfee00000
>> (6 early reservations) ==> bootmem [0000000000 - 0128000000]
>>  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 -
>> 0000001000]
>>  #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 -
>> 0000008000]
>>  #2 [0000200000 - 00008783d0]    TEXT DATA BSS ==> [0000200000 -
>> 00008783d0]
>>  #3 [000009ec00 - 0000100000]    BIOS reserved ==> [000009ec00 -
>> 0000100000]
>>  #4 [0000008000 - 000000c000]          PGTABLE ==> [0000008000 -
>> 000000c000]
>>  #5 [000000c000 - 000000d000]          PGTABLE ==> [000000c000 -
>> 000000d000]
>> found SMP MP-table at [ffff8800000fe710] 000fe710
>>  [ffffe20000000000-ffffe200041fffff] PMD ->
>> [ffff880028200000-ffff88002c3fffff] on node 0
>> Zone PFN ranges:
>>  DMA      0x00000000 -> 0x00001000
>>  DMA32    0x00001000 -> 0x00100000
>>  Normal   0x00100000 -> 0x00128000
>> Movable zone start PFN for each node
>> early_node_map[3] active PFN ranges
>>    0: 0x00000000 -> 0x0000009e
>>    0: 0x00000100 -> 0x000cfdff
>>    0: 0x00100000 -> 0x00128000
>> On node 0 totalpages: 1015197
>>  DMA zone: 56 pages used for memmap
>>  DMA zone: 1763 pages reserved
>>  DMA zone: 2179 pages, LIFO batch:0
>>  DMA32 zone: 14280 pages used for memmap
>>  DMA32 zone: 833079 pages, LIFO batch:31
>>  Normal zone: 2240 pages used for memmap
>>  Normal zone: 161600 pages, LIFO batch:31
>>  Movable zone: 0 pages used for memmap
>> ACPI: PM-Timer IO Port: 0x808
>> ACPI: Local APIC address 0xfee00000
>> ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
>> ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
>> ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] disabled)
>> ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
>> ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
>> ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
>> ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
>> ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
>> ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
>> ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
>> IOAPIC[0]: apic_id 8, version 0, address 0xfec00000, GSI 0-23
>> ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
>> ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
>> ACPI: IRQ0 used by override.
>> ACPI: IRQ2 used by override.
>> ACPI: IRQ9 used by override.
>> Using ACPI (MADT) for SMP configuration information
>> ACPI: HPET id: 0x8086a301 base: 0xfed00000
>> SMP: Allowing 4 CPUs, 2 hotplug CPUs
>> Allocating PCI resources starting at d1000000 (gap: d0000000:10000000)
>> NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
>> PERCPU: Allocating 57344 bytes of per cpu data
>> Built 1 zonelists in Zone order, mobility grouping on.  Total pages:
>> 996858
>> Kernel command line: root=/dev/sda2 panic=5 console=ttyS0,115200,8n1
>> Initializing CPU#0
>> PID hash table entries: 4096 (order: 12, 32768 bytes)
>> Fast TSC calibration using PIT
>> Detected 2394.011 MHz processor.
>> Console: colour VGA+ 80x25
>> Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
>> Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
>> Checking aperture...
>> No AGP bridge found
>> PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
>> Placing 64MB software IO TLB between ffff880020000000 - ffff880023ffffff
>> software IO TLB at phys 0x20000000 - 0x23ffffff
>> Memory: 3912804k/4849664k available (3275k kernel code, 788876k
>> absent, 147088k reserved, 1847k data, 452k init)
>> SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
>> hpet clockevent registered
>> Calibrating delay loop (skipped), value calculated using timer
>> frequency.. 4788.02 BogoMIPS (lpj=2394011)
>> Mount-cache hash table entries: 256
>> CPU: L1 I cache: 32K, L1 D cache: 32K
>> CPU: L2 cache: 4096K
>> [ds] using core 2 configuration
>> CPU: Physical Processor ID: 0
>> CPU: Processor Core ID: 0
>> using mwait in idle threads.
>> Intel Performance Monitoring support detected.
>> ... version:      2
>> ... num_counters: 2
>> ... bit_width:    40
>> ... mask_length:  7
>> ACPI: Core revision 20080926
>> Setting APIC routing to flat
>>  alloc irq_2_pin on cpu 0 node 0
>>  alloc irq_2_pin on cpu 0 node 0
>>  alloc irq_2_pin on cpu 0 node 0
>>  alloc irq_2_pin on cpu 0 node 0
>>  alloc irq_2_pin on cpu 0 node 0
>>  alloc irq_2_pin on cpu 0 node 0
>>  alloc irq_2_pin on cpu 0 node 0
>>  alloc irq_2_pin on cpu 0 node 0
>>  alloc irq_2_pin on cpu 0 node 0
>>  alloc irq_2_pin on cpu 0 node 0
>>  alloc irq_2_pin on cpu 0 node 0
>>  alloc irq_2_pin on cpu 0 node 0
>>  alloc irq_2_pin on cpu 0 node 0
>>  alloc irq_2_pin on cpu 0 node 0
>>  alloc irq_2_pin on cpu 0 node 0
>> ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
>> CPU0: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
>> Booting processor 1 APIC 0x1 ip 0x6000
>> Initializing CPU#1
>> Calibrating delay using timer specific routine.. 4787.77 BogoMIPS
>> (lpj=2393887)
>> CPU: L1 I cache: 32K, L1 D cache: 32K
>> CPU: L2 cache: 4096K
>> [ds] using core 2 configuration
>> CPU: Physical Processor ID: 0
>> CPU: Processor Core ID: 1
>> CPU1: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz stepping 06
>> checking TSC synchronization [CPU#0 -> CPU#1]: passed.
>> Brought up 2 CPUs
>> Total of 2 processors activated (9575.79 BogoMIPS).
>> khelper used greatest stack depth: 6232 bytes left
>> net_namespace: 592 bytes
>> Booting paravirtualized kernel on bare hardware
>> Time: 12:42:24  Date: 12/18/08
>> NET: Registered protocol family 16
>> err -19 in xenbus_probe_init
>> ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
>> ACPI: bus type pci registered
>> PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
>> PCI: MCFG area at e0000000 reserved in E820
>> PCI: Using MMCONFIG at e0000000 - efffffff
>> PCI: Using configuration type 1 for base access
>> ACPI: EC: Look up EC in DSDT
>> ACPI: Interpreter enabled
>> ACPI: (supports S0 S1 S3 S5)
>> ACPI: Using IOAPIC for interrupt routing
>> ACPI: ACPI Dock Station Driver: 1 docks/bays found
>> ACPI: PCI Root Bridge [PCI0] (0000:00)
>> pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
>> pci 0000:00:01.0: PME# disabled
>> pci 0000:00:03.0: reg 10 64bit mmio: [0xfedad000-0xfedad00f]
>> pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
>> pci 0000:00:03.0: PME# disabled
>> pci 0000:00:03.2: reg 10 io port: [0xfe80-0xfe87]
>> pci 0000:00:03.2: reg 14 io port: [0xfe90-0xfe93]
>> pci 0000:00:03.2: reg 18 io port: [0xfea0-0xfea7]
>> pci 0000:00:03.2: reg 1c io port: [0xfeb0-0xfeb3]
>> pci 0000:00:03.2: reg 20 io port: [0xfef0-0xfeff]
>> pci 0000:00:03.3: reg 10 io port: [0xec98-0xec9f]
>> pci 0000:00:03.3: reg 14 32bit mmio: [0xfebda000-0xfebdafff]
>> pci 0000:00:19.0: reg 10 32bit mmio: [0xfebe0000-0xfebfffff]
>> pci 0000:00:19.0: reg 14 32bit mmio: [0xfebdb000-0xfebdbfff]
>> pci 0000:00:19.0: reg 18 io port: [0xecc0-0xecdf]
>> pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
>> pci 0000:00:19.0: PME# disabled
>> pci 0000:00:1a.0: reg 20 io port: [0xff20-0xff3f]
>> pci 0000:00:1a.1: reg 20 io port: [0xff00-0xff1f]
>> pci 0000:00:1a.7: reg 10 32bit mmio: [0xfebd9c00-0xfebd9fff]
>> pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
>> pci 0000:00:1a.7: PME# disabled
>> pci 0000:00:1b.0: reg 10 64bit mmio: [0xfebdc000-0xfebdffff]
>> pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
>> pci 0000:00:1b.0: PME# disabled
>> pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
>> pci 0000:00:1c.0: PME# disabled
>> pci 0000:00:1d.0: reg 20 io port: [0xff80-0xff9f]
>> pci 0000:00:1d.1: reg 20 io port: [0xff60-0xff7f]
>> pci 0000:00:1d.2: reg 20 io port: [0xff40-0xff5f]
>> pci 0000:00:1d.7: reg 10 32bit mmio: [0xff980800-0xff980bff]
>> pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
>> pci 0000:00:1d.7: PME# disabled
>> pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
>> pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO
>> pci 0000:00:1f.2: reg 10 io port: [0xfe00-0xfe07]
>> pci 0000:00:1f.2: reg 14 io port: [0xfe10-0xfe13]
>> pci 0000:00:1f.2: reg 18 io port: [0xfe20-0xfe27]
>> pci 0000:00:1f.2: reg 1c io port: [0xfe30-0xfe33]
>> pci 0000:00:1f.2: reg 20 io port: [0xfec0-0xfedf]
>> pci 0000:00:1f.2: reg 24 32bit mmio: [0xff970000-0xff9707ff]
>> pci 0000:00:1f.2: PME# supported from D3hot
>> pci 0000:00:1f.2: PME# disabled
>> pci 0000:00:1f.3: reg 10 64bit mmio: [0xfebd9b00-0xfebd9bff]
>> pci 0000:00:1f.3: reg 20 io port: [0xece0-0xecff]
>> pci 0000:01:00.0: reg 10 64bit mmio: [0xd0000000-0xdfffffff]
>> pci 0000:01:00.0: reg 18 64bit mmio: [0xfe9e0000-0xfe9effff]
>> pci 0000:01:00.0: reg 20 io port: [0xdc00-0xdcff]
>> pci 0000:01:00.0: reg 30 32bit mmio: [0xfea00000-0xfea1ffff]
>> pci 0000:01:00.0: supports D1 D2
>> pci 0000:01:00.1: reg 10 64bit mmio: [0xfe9f0000-0xfe9fffff]
>> pci 0000:01:00.1: supports D1 D2
>> pci 0000:00:01.0: bridge io port: [0xd000-0xdfff]
>> pci 0000:00:01.0: bridge 32bit mmio: [0xfe900000-0xfeafffff]
>> pci 0000:00:01.0: bridge 64bit mmio pref: [0xd0000000-0xdfffffff]
>> pci 0000:00:1c.0: bridge 32bit mmio: [0xfe800000-0xfe8fffff]
>> pci 0000:03:02.0: reg 10 32bit mmio: [0xfe6fc000-0xfe6fffff]
>> pci 0000:03:02.0: reg 14 io port: [0xcc00-0xccff]
>> pci 0000:03:02.0: reg 30 32bit mmio: [0xfe700000-0xfe71ffff]
>> pci 0000:03:02.0: supports D1 D2
>> pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
>> pci 0000:03:02.0: PME# disabled
>> pci 0000:00:1e.0: transparent bridge
>> pci 0000:00:1e.0: bridge io port: [0xc000-0xcfff]
>> pci 0000:00:1e.0: bridge 32bit mmio: [0xfe600000-0xfe7fffff]
>> bus 00 -> node 0
>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI4._PRT]
>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI2._PRT]
>> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
>> ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
>> ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11 12 15)
>> ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 15)
>> ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 15)
>> ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 15) *0,
>> disabled.
>> ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 9 10 11 12 15)
>> ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 15)
>> ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 15)
>> ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] - 00,
>> should be 87 [20080926]
>> SCSI subsystem initialized
>> libata version 3.00 loaded.
>> usbcore: registered new interface driver usbfs
>> usbcore: registered new interface driver hub
>> usbcore: registered new device driver usb
>> PCI: Using ACPI for IRQ routing
>> PCI-GART: No AMD GART found.
>> pnp: PnP ACPI init
>> ACPI: bus type pnp registered
>> pnp 00:01: io resource (0x800-0x85f) overlaps 0000:00:1f.0 BAR 7
>> (0x800-0x87f), disabling
>> pnp 00:01: io resource (0x860-0x8ff) overlaps 0000:00:1f.0 BAR 7
>> (0x800-0x87f), disabling
>> pnp: PnP ACPI: found 9 devices
>> ACPI: ACPI bus type pnp unregistered
>> system 00:01: ioport range 0xc00-0xc7f has been reserved
>> pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
>> pci 0000:00:01.0:   IO window: 0xd000-0xdfff
>> pci 0000:00:01.0:   MEM window: 0xfe900000-0xfeafffff
>> pci 0000:00:01.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
>> pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
>> pci 0000:00:1c.0:   IO window: disabled
>> pci 0000:00:1c.0:   MEM window: 0xfe800000-0xfe8fffff
>> pci 0000:00:1c.0:   PREFETCH window: disabled
>> pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03
>> pci 0000:00:1e.0:   IO window: 0xc000-0xcfff
>> pci 0000:00:1e.0:   MEM window: 0xfe600000-0xfe7fffff
>> pci 0000:00:1e.0:   PREFETCH window: 0x000000f0000000-0x000000f00fffff
>>  alloc irq_desc for 16 on cpu 0 node 0
>>  alloc kstat_irqs on cpu 0 node 0
>>  alloc irq_cfg on cpu 0 node 0
>>  alloc irq_2_pin on cpu 0 node 0
>> pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
>> pci 0000:00:01.0: setting latency timer to 64
>> pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
>> pci 0000:00:1c.0: setting latency timer to 64
>> pci 0000:00:1e.0: setting latency timer to 64
>> bus: 00 index 0 io port: [0x00-0xffff]
>> bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
>> bus: 01 index 0 io port: [0xd000-0xdfff]
>> bus: 01 index 1 mmio: [0xfe900000-0xfeafffff]
>> bus: 01 index 2 mmio: [0xd0000000-0xdfffffff]
>> bus: 01 index 3 mmio: [0x0-0x0]
>> bus: 02 index 0 mmio: [0x0-0x0]
>> bus: 02 index 1 mmio: [0xfe800000-0xfe8fffff]
>> bus: 02 index 2 mmio: [0x0-0x0]
>> bus: 02 index 3 mmio: [0x0-0x0]
>> bus: 03 index 0 io port: [0xc000-0xcfff]
>> bus: 03 index 1 mmio: [0xfe600000-0xfe7fffff]
>> bus: 03 index 2 mmio: [0xf0000000-0xf00fffff]
>> bus: 03 index 3 io port: [0x00-0xffff]
>> bus: 03 index 4 mmio: [0x000000-0xffffffffffffffff]
>> NET: Registered protocol family 2
>> IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
>> TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
>> TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
>> TCP: Hash tables configured (established 262144 bind 65536)
>> TCP reno registered
>> NET: Registered protocol family 1
>> Simple Boot Flag at 0x7a set to 0x1
>> audit: initializing netlink socket (disabled)
>> type=2000 audit(1229604144.832:1): initialized
>> VFS: Disk quotas dquot_6.5.1
>> Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
>> msgmni has been set to 7643
>> alg: No test for stdrng (krng)
>> Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
>> io scheduler noop registered
>> io scheduler anticipatory registered
>> io scheduler deadline registered
>> io scheduler cfq registered (default)
>> pci 0000:00:1a.0: uhci_check_and_reset_hc: cmd = 0x0080
>> pci 0000:00:1a.0: Performing full reset
>> pci 0000:00:1a.1: uhci_check_and_reset_hc: cmd = 0x0080
>> pci 0000:00:1a.1: Performing full reset
>> pci 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0080
>> pci 0000:00:1d.0: Performing full reset
>> pci 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0080
>> pci 0000:00:1d.1: Performing full reset
>> pci 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0080
>> pci 0000:00:1d.2: Performing full reset
>> pci 0000:01:00.0: Boot video device
>> pcieport-driver 0000:00:01.0: setting latency timer to 64
>> pcieport-driver 0000:00:01.0: found MSI capability
>> pci_express 0000:00:01.0:pcie00: allocate port service
>> pci_express 0000:00:01.0:pcie03: allocate port service
>> pcieport-driver 0000:00:1c.0: setting latency timer to 64
>> pcieport-driver 0000:00:1c.0: found MSI capability
>> pci_express 0000:00:1c.0:pcie00: allocate port service
>> pci_express 0000:00:1c.0:pcie02: allocate port service
>> pci_express 0000:00:1c.0:pcie03: allocate port service
>> pci_hotplug: PCI Hot Plug PCI Core version: 0.5
>> input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
>> ACPI: Power Button (FF) [PWRF]
>> input: Power Button (CM) as
>> /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
>> ACPI: Power Button (CM) [VBTN]
>> processor ACPI_CPU:00: registered as cooling_device0
>> processor ACPI_CPU:01: registered as cooling_device1
>> xenbus_probe_backend_init bus registered ok
>> xenbus_probe_frontend_init bus registered ok
>> ***blkif_init
>> xenfs: not registering filesystem on non-xen platform
>> Non-volatile memory driver v1.2
>> Linux agpgart interface v0.103
>> [drm] Initialized drm 1.1.0 20060810
>> brd: module loaded
>> loop: module loaded
>> tun: Universal TUN/TAP device driver, 1.6
>> tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
>> console [netcon0] enabled
>> netconsole: network logging started
>> Loading iSCSI transport class v2.0-870.
>> Driver 'sd' needs updating - please use bus_type methods
>> Driver 'sr' needs updating - please use bus_type methods
>> ahci 0000:00:1f.2: version 3.0
>>  alloc irq_desc for 18 on cpu 0 node 0
>>  alloc kstat_irqs on cpu 0 node 0
>>  alloc irq_cfg on cpu 0 node 0
>>  alloc irq_2_pin on cpu 0 node 0
>> ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
>> ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x27 impl SATA
>> mode
>> ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pmp pio slum part ems
>> ahci 0000:00:1f.2: setting latency timer to 64
>> scsi0 : ahci
>> scsi1 : ahci
>> scsi2 : ahci
>> scsi3 : ahci
>> scsi4 : ahci
>> scsi5 : ahci
>> ata1: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970100 irq 18
>> ata2: SATA max UDMA/133 irq_stat 0x00000040, connection status changed irq
>> 18
>> ata3: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970200 irq 18
>> ata4: DUMMY
>> ata5: DUMMY
>> ata6: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970380 irq 18
>> ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> ata1.00: ATA-6: WDC WD360GD-00FLA2, 31.08F31, max UDMA/133
>> ata1.00: 72303840 sectors, multi 8: LBA48
>> ata1.00: configured for UDMA/133
>> ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> ata2.00: ATAPI: HL-DT-ST DVD+/-RW GSA-H73N, B103, max UDMA/100
>> ata2.00: configured for UDMA/100
>> ata3: SATA link down (SStatus 4 SControl 300)
>> ata6: SATA link down (SStatus 4 SControl 300)
>> scsi 0:0:0:0: Direct-Access     ATA      WDC WD360GD-00FL 31.0 PQ: 0 ANSI:
>> 5
>> sd 0:0:0:0: [sda] 72303840 512-byte hardware sectors: (37.0 GB/34.4 GiB)
>> sd 0:0:0:0: [sda] Write Protect is off
>> sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
>> sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't
>> support DPO or FUA
>> sd 0:0:0:0: [sda] 72303840 512-byte hardware sectors: (37.0 GB/34.4 GiB)
>> sd 0:0:0:0: [sda] Write Protect is off
>> sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
>> sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't
>> support DPO or FUA
>>  sda: sda1 sda2 sda3
>> sd 0:0:0:0: [sda] Attached SCSI disk
>> sd 0:0:0:0: Attached scsi generic sg0 type 0
>> scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GSA-H73N B103 PQ: 0 ANSI:
>> 5
>> sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
>> Uniform CD-ROM driver Revision: 3.20
>> sr 1:0:0:0: Attached scsi CD-ROM sr0
>> sr 1:0:0:0: Attached scsi generic sg1 type 5
>> ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
>> ehci_hcd: block sizes: qh 160 qtd 96 itd 192 sitd 96
>>  alloc irq_desc for 22 on cpu 0 node 0
>>  alloc kstat_irqs on cpu 0 node 0
>>  alloc irq_cfg on cpu 0 node 0
>>  alloc irq_2_pin on cpu 0 node 0
>> ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 22
>> ehci_hcd 0000:00:1a.7: setting latency timer to 64
>> ehci_hcd 0000:00:1a.7: EHCI Host Controller
>> drivers/usb/core/inode.c: creating file 'devices'
>> drivers/usb/core/inode.c: creating file '001'
>> ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
>> ehci_hcd 0000:00:1a.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2
>> ordered !ppc ports=6
>> ehci_hcd 0000:00:1a.7: reset hcc_params 16871 thresh 7 uframes 1024 64 bit
>> addr
>> ehci_hcd 0000:00:1a.7: reset command 000002 (park)=0 ithresh=0
>> period=1024 Reset HALT
>> ehci_hcd 0000:00:1a.7: debug port 1
>> ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
>> ehci_hcd 0000:00:1a.7: supports USB remote wakeup
>> ehci_hcd 0000:00:1a.7: irq 22, io mem 0xfebd9c00
>> ehci_hcd 0000:00:1a.7: reset command 080002 (park)=0 ithresh=8
>> period=1024 Reset HALT
>> ehci_hcd 0000:00:1a.7: init command 010001 (park)=0 ithresh=1 period=1024
>> RUN
>> ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
>> usb usb1: default language 0x0409
>> usb usb1: uevent
>> usb usb1: usb_probe_device
>> usb usb1: configuration #1 chosen from 1 choice
>> usb usb1: adding 1-0:1.0 (config #1, interface 0)
>> usb 1-0:1.0: uevent
>> hub 1-0:1.0: usb_probe_interface
>> hub 1-0:1.0: usb_probe_interface - got id
>> hub 1-0:1.0: USB hub found
>> hub 1-0:1.0: 6 ports detected
>> hub 1-0:1.0: standalone hub
>> hub 1-0:1.0: no power switching (usb 1.0)
>> hub 1-0:1.0: individual port over-current protection
>> hub 1-0:1.0: power on to power good time: 20ms
>> hub 1-0:1.0: local power source is good
>> hub 1-0:1.0: trying to enable port power on non-switchable hub
>> drivers/usb/core/inode.c: creating file '001'
>> usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
>> usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> usb usb1: Product: EHCI Host Controller
>> usb usb1: Manufacturer: Linux 2.6.28-rc8-tip ehci_hcd
>> usb usb1: SerialNumber: 0000:00:1a.7
>>  alloc irq_desc for 23 on cpu 0 node 0
>>  alloc kstat_irqs on cpu 0 node 0
>>  alloc irq_cfg on cpu 0 node 0
>>  alloc irq_2_pin on cpu 0 node 0
>> ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
>> ehci_hcd 0000:00:1d.7: setting latency timer to 64
>> ehci_hcd 0000:00:1d.7: EHCI Host Controller
>> drivers/usb/core/inode.c: creating file '002'
>> ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
>> ehci_hcd 0000:00:1d.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2
>> ordered !ppc ports=6
>> ehci_hcd 0000:00:1d.7: reset hcc_params 16871 thresh 7 uframes 1024 64 bit
>> addr
>> ehci_hcd 0000:00:1d.7: reset command 000002 (park)=0 ithresh=0
>> period=1024 Reset HALT
>> ehci_hcd 0000:00:1d.7: debug port 1
>> ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
>> ehci_hcd 0000:00:1d.7: supports USB remote wakeup
>> ehci_hcd 0000:00:1d.7: irq 23, io mem 0xff980800
>> ehci_hcd 0000:00:1d.7: reset command 080002 (park)=0 ithresh=8
>> period=1024 Reset HALT
>> ehci_hcd 0000:00:1d.7: init command 010001 (park)=0 ithresh=1 period=1024
>> RUN
>> ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
>> usb usb2: default language 0x0409
>> usb usb2: uevent
>> usb usb2: usb_probe_device
>> usb usb2: configuration #1 chosen from 1 choice
>> usb usb2: adding 2-0:1.0 (config #1, interface 0)
>> usb 2-0:1.0: uevent
>> hub 2-0:1.0: usb_probe_interface
>> hub 2-0:1.0: usb_probe_interface - got id
>> hub 2-0:1.0: USB hub found
>> hub 2-0:1.0: 6 ports detected
>> hub 2-0:1.0: standalone hub
>> hub 2-0:1.0: no power switching (usb 1.0)
>> hub 2-0:1.0: individual port over-current protection
>> hub 2-0:1.0: power on to power good time: 20ms
>> hub 2-0:1.0: local power source is good
>> hub 2-0:1.0: trying to enable port power on non-switchable hub
>> drivers/usb/core/inode.c: creating file '001'
>> usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
>> usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> usb usb2: Product: EHCI Host Controller
>> usb usb2: Manufacturer: Linux 2.6.28-rc8-tip ehci_hcd
>> usb usb2: SerialNumber: 0000:00:1d.7
>> ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
>> ohci_hcd: block sizes: ed 80 td 96
>> uhci_hcd: USB Universal Host Controller Interface driver
>> uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
>> uhci_hcd 0000:00:1a.0: setting latency timer to 64
>> uhci_hcd 0000:00:1a.0: UHCI Host Controller
>> drivers/usb/core/inode.c: creating file '003'
>> uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
>> uhci_hcd 0000:00:1a.0: detected 2 ports
>> uhci_hcd 0000:00:1a.0: uhci_check_and_reset_hc: cmd = 0x0000
>> uhci_hcd 0000:00:1a.0: Performing full reset
>> uhci_hcd 0000:00:1a.0: supports USB remote wakeup
>> uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000ff20
>> usb usb3: default language 0x0409
>> usb usb3: uevent
>> usb usb3: usb_probe_device
>> usb usb3: configuration #1 chosen from 1 choice
>> usb usb3: adding 3-0:1.0 (config #1, interface 0)
>> usb 3-0:1.0: uevent
>> hub 3-0:1.0: usb_probe_interface
>> hub 3-0:1.0: usb_probe_interface - got id
>> hub 3-0:1.0: USB hub found
>> hub 3-0:1.0: 2 ports detected
>> hub 3-0:1.0: standalone hub
>> hub 3-0:1.0: no power switching (usb 1.0)
>> hub 3-0:1.0: individual port over-current protection
>> hub 3-0:1.0: power on to power good time: 2ms
>> hub 3-0:1.0: local power source is good
>> hub 3-0:1.0: trying to enable port power on non-switchable hub
>> drivers/usb/core/inode.c: creating file '001'
>> usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
>> usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> usb usb3: Product: UHCI Host Controller
>> usb usb3: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
>> usb usb3: SerialNumber: 0000:00:1a.0
>>  alloc irq_desc for 17 on cpu 0 node 0
>>  alloc kstat_irqs on cpu 0 node 0
>>  alloc irq_cfg on cpu 0 node 0
>>  alloc irq_2_pin on cpu 0 node 0
>> uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
>> uhci_hcd 0000:00:1a.1: setting latency timer to 64
>> uhci_hcd 0000:00:1a.1: UHCI Host Controller
>> drivers/usb/core/inode.c: creating file '004'
>> uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
>> uhci_hcd 0000:00:1a.1: detected 2 ports
>> uhci_hcd 0000:00:1a.1: uhci_check_and_reset_hc: cmd = 0x0000
>> uhci_hcd 0000:00:1a.1: Performing full reset
>> uhci_hcd 0000:00:1a.1: supports USB remote wakeup
>> uhci_hcd 0000:00:1a.1: irq 17, io base 0x0000ff00
>> usb usb4: default language 0x0409
>> usb usb4: uevent
>> usb usb4: usb_probe_device
>> usb usb4: configuration #1 chosen from 1 choice
>> usb usb4: adding 4-0:1.0 (config #1, interface 0)
>> usb 4-0:1.0: uevent
>> hub 4-0:1.0: usb_probe_interface
>> hub 4-0:1.0: usb_probe_interface - got id
>> hub 4-0:1.0: USB hub found
>> hub 4-0:1.0: 2 ports detected
>> hub 4-0:1.0: standalone hub
>> hub 4-0:1.0: no power switching (usb 1.0)
>> hub 4-0:1.0: individual port over-current protection
>> hub 4-0:1.0: power on to power good time: 2ms
>> hub 4-0:1.0: local power source is good
>> hub 4-0:1.0: trying to enable port power on non-switchable hub
>> drivers/usb/core/inode.c: creating file '001'
>> usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
>> usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> usb usb4: Product: UHCI Host Controller
>> usb usb4: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
>> usb usb4: SerialNumber: 0000:00:1a.1
>> uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
>> uhci_hcd 0000:00:1d.0: setting latency timer to 64
>> uhci_hcd 0000:00:1d.0: UHCI Host Controller
>> drivers/usb/core/inode.c: creating file '005'
>> uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
>> uhci_hcd 0000:00:1d.0: detected 2 ports
>> uhci_hcd 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0000
>> uhci_hcd 0000:00:1d.0: Performing full reset
>> uhci_hcd 0000:00:1d.0: supports USB remote wakeup
>> uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000ff80
>> usb usb5: default language 0x0409
>> usb usb5: uevent
>> usb usb5: usb_probe_device
>> usb usb5: configuration #1 chosen from 1 choice
>> usb usb5: adding 5-0:1.0 (config #1, interface 0)
>> usb 5-0:1.0: uevent
>> hub 5-0:1.0: usb_probe_interface
>> hub 5-0:1.0: usb_probe_interface - got id
>> hub 5-0:1.0: USB hub found
>> hub 5-0:1.0: 2 ports detected
>> hub 5-0:1.0: standalone hub
>> hub 5-0:1.0: no power switching (usb 1.0)
>> hub 5-0:1.0: individual port over-current protection
>> hub 5-0:1.0: power on to power good time: 2ms
>> hub 5-0:1.0: local power source is good
>> hub 5-0:1.0: trying to enable port power on non-switchable hub
>> drivers/usb/core/inode.c: creating file '001'
>> usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
>> usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> usb usb5: Product: UHCI Host Controller
>> usb usb5: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
>> usb usb5: SerialNumber: 0000:00:1d.0
>> uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
>> uhci_hcd 0000:00:1d.1: setting latency timer to 64
>> uhci_hcd 0000:00:1d.1: UHCI Host Controller
>> drivers/usb/core/inode.c: creating file '006'
>> uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
>> uhci_hcd 0000:00:1d.1: detected 2 ports
>> uhci_hcd 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0000
>> uhci_hcd 0000:00:1d.1: Performing full reset
>> uhci_hcd 0000:00:1d.1: supports USB remote wakeup
>> uhci_hcd 0000:00:1d.1: irq 17, io base 0x0000ff60
>> usb usb6: default language 0x0409
>> usb usb6: uevent
>> usb usb6: usb_probe_device
>> usb usb6: configuration #1 chosen from 1 choice
>> usb usb6: adding 6-0:1.0 (config #1, interface 0)
>> usb 6-0:1.0: uevent
>> hub 6-0:1.0: usb_probe_interface
>> hub 6-0:1.0: usb_probe_interface - got id
>> hub 6-0:1.0: USB hub found
>> hub 6-0:1.0: 2 ports detected
>> hub 6-0:1.0: standalone hub
>> hub 6-0:1.0: no power switching (usb 1.0)
>> hub 6-0:1.0: individual port over-current protection
>> hub 6-0:1.0: power on to power good time: 2ms
>> hub 6-0:1.0: local power source is good
>> hub 6-0:1.0: trying to enable port power on non-switchable hub
>> drivers/usb/core/inode.c: creating file '001'
>> usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
>> usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> usb usb6: Product: UHCI Host Controller
>> usb usb6: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
>> usb usb6: SerialNumber: 0000:00:1d.1
>> uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
>> uhci_hcd 0000:00:1d.2: setting latency timer to 64
>> uhci_hcd 0000:00:1d.2: UHCI Host Controller
>> drivers/usb/core/inode.c: creating file '007'
>> uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
>> uhci_hcd 0000:00:1d.2: detected 2 ports
>> uhci_hcd 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0000
>> uhci_hcd 0000:00:1d.2: Performing full reset
>> uhci_hcd 0000:00:1d.2: supports USB remote wakeup
>> uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000ff40
>> usb usb7: default language 0x0409
>> usb usb7: uevent
>> usb usb7: usb_probe_device
>> usb usb7: configuration #1 chosen from 1 choice
>> usb usb7: adding 7-0:1.0 (config #1, interface 0)
>> usb 7-0:1.0: uevent
>> hub 7-0:1.0: usb_probe_interface
>> hub 7-0:1.0: usb_probe_interface - got id
>> hub 7-0:1.0: USB hub found
>> hub 7-0:1.0: 2 ports detected
>> hub 7-0:1.0: standalone hub
>> hub 7-0:1.0: no power switching (usb 1.0)
>> hub 7-0:1.0: individual port over-current protection
>> hub 7-0:1.0: power on to power good time: 2ms
>> hub 7-0:1.0: local power source is good
>> hub 7-0:1.0: trying to enable port power on non-switchable hub
>> drivers/usb/core/inode.c: creating file '001'
>> usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
>> usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> usb usb7: Product: UHCI Host Controller
>> usb usb7: Manufacturer: Linux 2.6.28-rc8-tip uhci_hcd
>> usb usb7: SerialNumber: 0000:00:1d.2
>> usbcore: registered new interface driver usblp
>> Initializing USB Mass Storage driver...
>> usbcore: registered new interface driver usb-storage
>> USB Mass Storage support registered.
>> usbcore: registered new interface driver libusual
>> PNP: No PS/2 controller found. Probing ports directly.
>> serio: i8042 KBD port at 0x60,0x64 irq 1
>> serio: i8042 AUX port at 0x60,0x64 irq 12
>> mice: PS/2 mouse device common for all mice
>> device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised:
>> dm-devel@redhat.com
>> cpuidle: using governor ladder
>> dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
>> TCP cubic registered
>> NET: Registered protocol family 17
>> RPC: Registered udp transport module.
>> RPC: Registered tcp transport module.
>> registered taskstats version 1
>>  Magic number: 4:346:734
>> ehci_hcd 0000:00:1a.7: GetStatus port 1 status 001403 POWER sig=k CSC
>> CONNECT
>> hub 1-0:1.0: port 1: status 0501 change 0001
>> ehci_hcd 0000:00:1a.7: GetStatus port 2 status 001803 POWER sig=j CSC
>> CONNECT
>> hub 1-0:1.0: port 2: status 0501 change 0001
>> ehci_hcd 0000:00:1d.7: GetStatus port 2 status 001803 POWER sig=j CSC
>> CONNECT
>> hub 2-0:1.0: port 2: status 0501 change 0001
>> ehci_hcd 0000:00:1d.7: GetStatus port 5 status 001803 POWER sig=j CSC
>> CONNECT
>> hub 2-0:1.0: port 5: status 0501 change 0001
>> uhci_hcd 0000:00:1a.0: port 1 portsc 008a,00
>> uhci_hcd 0000:00:1a.0: port 2 portsc 008a,00
>> hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
>> uhci_hcd 0000:00:1d.0: port 2 portsc 0082,00
>> hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000
>> uhci_hcd 0000:00:1d.2: port 1 portsc 0082,00
>> md: Waiting for all devices to be available before autodetect
>> md: If you don't use raid, use raid=noautodetect
>> md: Autodetecting RAID arrays.
>> md: Scanned 0 and added 0 devices.
>> md: autorun ...
>> md: ... autorun DONE.
>> kjournald starting.  Commit interval 5 seconds
>> EXT3-fs: mounted filesystem with ordered data mode.
>> VFS: Mounted root (ext3 filesystem) readonly.
>> Freeing unused kernel memory: 452k freed
>> Write protecting the kernel read-only data: 4752k
>> Warning: unable to open an initial console.
>> hub 1-0:1.0: state 7 ports 6 chg 0006 evt 0000
>> hub 1-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
>> ehci_hcd 0000:00:1a.7: port 1 low speed --> companion
>> ehci_hcd 0000:00:1a.7: GetStatus port 1 status 003002 POWER OWNER sig=se0
>> CSC
>> hub 1-0:1.0: port 2, status 0501, change 0000, 480 Mb/s
>> khelper used greatest stack depth: 5888 bytes left
>> ehci_hcd 0000:00:1a.7: port 2 full speed --> companion
>> ehci_hcd 0000:00:1a.7: GetStatus port 2 status 003801 POWER OWNER sig=j
>> CONNECT
>> hub 1-0:1.0: port 2 not reset yet, waiting 50ms
>> ehci_hcd 0000:00:1a.7: GetStatus port 2 status 003002 POWER OWNER sig=se0
>> CSC
>> hub 1-0:1.0: state 7 ports 6 chg 0000 evt 0004
>> hub 2-0:1.0: state 7 ports 6 chg 0024 evt 0000
>> hub 2-0:1.0: port 2, status 0501, change 0000, 480 Mb/s
>> ehci_hcd 0000:00:1d.7: port 2 high speed
>> ehci_hcd 0000:00:1d.7: GetStatus port 2 status 001005 POWER sig=se0 PE
>> CONNECT
>> usb 2-2: new high speed USB device using ehci_hcd and address 2
>> consoletype used greatest stack depth: 5816 bytes left
>> ehci_hcd 0000:00:1d.7: port 2 high speed
>> ehci_hcd 0000:00:1d.7: GetStatus port 2 status 001005 POWER sig=se0 PE
>> CONNECT
>> stty used greatest stack depth: 4472 bytes left
>> usb 2-2: skipped 1 descriptor after endpoint
>> usb 2-2: default language 0x0409
>> usb 2-2: uevent
>> usb 2-2: usb_probe_device
>> usb 2-2: configuration #1 chosen from 1 choice
>> usb 2-2: adding 2-2:1.0 (config #1, interface 0)
>> usb 2-2:1.0: uevent
>> usb-storage 2-2:1.0: usb_probe_interface
>> usb-storage 2-2:1.0: usb_probe_interface - got id
>> scsi6 : SCSI emulation for USB Mass Storage devices
>> usb-storage: device found at 2
>> usb-storage: waiting for device to settle before scanning
>> drivers/usb/core/inode.c: creating file '002'
>> usb 2-2: New USB device found, idVendor=0644, idProduct=0200
>> usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
>> usb 2-2: Product: CA-200
>> usb 2-2: Manufacturer: TEAC
>> usb 2-2: SerialNumber: 0000030664A1
>> hub 2-0:1.0: port 5, status 0501, change 0000, 480 Mb/s
>> ehci_hcd 0000:00:1d.7: port 5 high speed
>> ehci_hcd 0000:00:1d.7: GetStatus port 5 status 001005 POWER sig=se0 PE
>> CONNECT
>> usb 2-5: new high speed USB device using ehci_hcd and address 3
>> ehci_hcd 0000:00:1d.7: port 5 high speed
>> ehci_hcd 0000:00:1d.7: GetStatus port 5 status 001005 POWER sig=se0 PE
>> CONNECT
>> usb 2-5: uevent
>> usb 2-5: usb_probe_device
>> usb 2-5: configuration #1 chosen from 1 choice
>> usb 2-5: adding 2-5:1.0 (config #1, interface 0)
>> usb 2-5:1.0: uevent
>> hub 2-5:1.0: usb_probe_interface
>> hub 2-5:1.0: usb_probe_interface - got id
>> hub 2-5:1.0: USB hub found
>> hub 2-5:1.0: 4 ports detected
>> hub 2-5:1.0: standalone hub
>> hub 2-5:1.0: individual port power switching
>> hub 2-5:1.0: individual port over-current protection
>> hub 2-5:1.0: TT per port
>> hub 2-5:1.0: TT requires at most 8 FS bit times (666 ns)
>> hub 2-5:1.0: power on to power good time: 100ms
>> hub 2-5:1.0: local power source is good
>> hub 2-5:1.0: enabling power on all ports
>> drivers/usb/core/inode.c: creating file '003'
>> usb 2-5: New USB device found, idVendor=0424, idProduct=2504
>> usb 2-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
>> hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0006
>> uhci_hcd 0000:00:1a.0: port 1 portsc 01a3,00
>> hub 3-0:1.0: port 1, status 0301, change 0001, 1.5 Mb/s
>> usb 2-5: link qh256-0001/ffff8800cf8041e0 start 255 [1/0 us]
>> hub 3-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x301
>> usb usb3: uevent
>> usb 3-0:1.0: uevent
>> usb usb4: uevent
>> usb 4-0:1.0: uevent
>> usb usb1: uevent
>> usb 1-0:1.0: uevent
>> usb usb5: uevent
>> usb 5-0:1.0: uevent
>> usb usb6: uevent
>> usb 6-0:1.0: uevent
>> usb usb7: uevent
>> usb 7-0:1.0: uevent
>> usb usb2: uevent
>> usb 2-0:1.0: uevent
>> usb 2-2: uevent
>> usb 2-2:1.0: uevent
>> usb 2-5: uevent
>> usb 2-5:1.0: uevent
>> usb 3-1: new low speed USB device using uhci_hcd and address 2
>> e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k6
>> e1000e: Copyright (c) 1999-2008 Intel Corporation.
>>  alloc irq_desc for 21 on cpu 0 node 0
>>  alloc kstat_irqs on cpu 0 node 0
>>  alloc irq_cfg on cpu 0 node 0
>>  alloc irq_2_pin on cpu 0 node 0
>> e1000e 0000:00:19.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
>> e1000e 0000:00:19.0: setting latency timer to 64
>> 0000:00:19.0: 0000:00:19.0: Failed to initialize MSI interrupts.
>> Falling back to legacy interrupts.
>> usb 3-1: skipped 1 descriptor after interface
>> usb 3-1: default language 0x0409
>> usb usb4: suspend_rh (auto-stop)
>> usb usb6: suspend_rh (auto-stop)
>> usb usb5: suspend_rh (auto-stop)
>> usb usb7: suspend_rh (auto-stop)
>> usb 3-1: uevent
>> usb 3-1: usb_probe_device
>> usb 3-1: configuration #1 chosen from 1 choice
>> usb 3-1: adding 3-1:1.0 (config #1, interface 0)
>> usb 3-1:1.0: uevent
>> drivers/usb/core/inode.c: creating file '002'
>> usb 3-1: New USB device found, idVendor=413c, idProduct=3016
>> usb 3-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
>> usb 3-1: Product: Dell Premium USB Optical Mouse
>> uhci_hcd 0000:00:1a.0: port 2 portsc 0093,00
>> hub 3-0:1.0: port 2, status 0101, change 0001, 12 Mb/s
>> hub 3-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x101
>> 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:1a:a0:d5:4e:b9
>> 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
>> 0000:00:19.0: eth0: MAC: 6, PHY: 6, PBA No: 1041ff-0ff
>> usb 3-2: new full speed USB device using uhci_hcd and address 3
>> usb 3-2: ep0 maxpacket = 8
>> usb 3-2: default language 0x0409
>> usb 3-2: uevent
>> usb 3-2: usb_probe_device
>> usb 3-2: configuration #1 chosen from 1 choice
>> usb 3-2: adding 3-2:1.0 (config #1, interface 0)
>> usb 3-2:1.0: uevent
>> hub 3-2:1.0: usb_probe_interface
>> hub 3-2:1.0: usb_probe_interface - got id
>> hub 3-2:1.0: USB hub found
>> hub 3-2:1.0: 3 ports detected
>> hub 3-2:1.0: compound device; port removable status: FRR
>> hub 3-2:1.0: individual port power switching
>> hub 3-2:1.0: individual port over-current protection
>> hub 3-2:1.0: power on to power good time: 44ms
>> hub 3-2:1.0: hub controller current requirement: 100mA
>> hub 3-2:1.0: 100mA bus power budget for each child
>> hub 3-2:1.0: enabling power on all ports
>> drivers/usb/core/inode.c: creating file '003'
>> usb 3-2: New USB device found, idVendor=413c, idProduct=1003
>> usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
>> usb 3-2: Product: Dell USB Keyboard Hub
>> usb 3-2: Manufacturer: Dell
>> hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000
>> hub 7-0:1.0: state 7 ports 2 chg 0000 evt 0000
>> hub 2-5:1.0: state 7 ports 4 chg 0000 evt 0000
>> hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0004
>> hub 3-2:1.0: port 1: status 0101 change 0001
>> uhci_hcd 0000:00:1a.0: reserve dev 3 ep81-INT, period 16, phase 8, 12 us
>> hub 3-2:1.0: state 7 ports 3 chg 0002 evt 0000
>> hub 3-2:1.0: port 1, status 0101, change 0000, 12 Mb/s
>> usb 3-2.1: new full speed USB device using uhci_hcd and address 4
>> usb 3-2.1: ep0 maxpacket = 8
>> usb 3-2.1: skipped 1 descriptor after interface
>> usb 3-2.1: skipped 1 descriptor after interface
>> usb 3-2.1: default language 0x0409
>> usb 3-2.1: uevent
>> usb 3-2.1: usb_probe_device
>> usb 3-2.1: configuration #1 chosen from 1 choice
>> usb 3-2.1: adding 3-2.1:1.0 (config #1, interface 0)
>> usb 3-2.1:1.0: uevent
>> usb 3-2.1: adding 3-2.1:1.1 (config #1, interface 1)
>> usb 3-2.1:1.1: uevent
>> drivers/usb/core/inode.c: creating file '004'
>> usb 3-2.1: New USB device found, idVendor=413c, idProduct=2010
>> usb 3-2.1: New USB device strings: Mfr=1, Product=3, SerialNumber=0
>> usb 3-2.1: Product: Dell USB Keyboard
>> usb 3-2.1: Manufacturer: Dell
>> hub 3-2:1.0: 350mA power budget left
>> hub 3-2:1.0: state 7 ports 3 chg 0000 evt 0002
>> EXT3 FS on sda2, internal journal
>> Adding 8000360k swap on /dev/sda3.  Priority:-1 extents:1 across:8000360k
>> find used greatest stack depth: 4464 bytes left
>> hub 4-0:1.0: hub_suspend
>> usb usb4: bus auto-suspend
>> usb usb4: suspend_rh
>> hub 6-0:1.0: hub_suspend
>> usb usb6: bus auto-suspend
>> usb usb6: suspend_rh
>> hub 1-0:1.0: hub_suspend
>> usb usb1: bus auto-suspend
>> ehci_hcd 0000:00:1a.7: suspend root hub
>> hub 5-0:1.0: hub_suspend
>> usb usb5: bus auto-suspend
>> usb usb5: suspend_rh
>> hub 7-0:1.0: hub_suspend
>> usb usb7: bus auto-suspend
>> usb usb7: suspend_rh
>> hub 2-5:1.0: hub_suspend
>> usb 2-5: unlink qh256-0001/ffff8800cf8041e0 start 255 [1/0 us]
>> usb 2-5: usb auto-suspend
>> scsi 6:0:0:0: Direct-Access     TEAC     USB   HS-CF Card 4.08 PQ: 0 ANSI:
>> 0
>> sd 6:0:0:0: [sdb] Attached SCSI removable disk
>> sd 6:0:0:0: Attached scsi generic sg2 type 0
>> usb-storage: device scan complete
>> 0000:00:19.0: eth0: Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
>>
>> Andy
>>
>
>

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-18  9:09                                                 ` Gerd Hoffmann
  2008-12-18 19:45                                                   ` Jeremy Fitzhardinge
@ 2008-12-18 20:29                                                   ` Jeremy Fitzhardinge
  2008-12-19 12:20                                                     ` Gerd Hoffmann
  1 sibling, 1 reply; 92+ messages in thread
From: Jeremy Fitzhardinge @ 2008-12-18 20:29 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: deshantm, Aviv Grafi, Xen-devel, Andrew Lyon, Ian Campbell

Gerd Hoffmann wrote:
> Jeremy Fitzhardinge wrote:
>   
>>> Intel 64bit box, 6GB RAM (dom0_mem=2g), running rawhide.
>>>       
>> OK, that's interesting.  The symptom is the same (drive stops talking),
>> but after a while rather than immediate.
>>     
>
> Yep.
>
>   
>> That suggests there might be
>> some issue with what memory gets allocated or something?
>>     
>
> Or translated.  Maybe it grooks due to being fed with an invalid bus
> address where it can't DMA do.

Can you try changing include/linux/libata.h:

-#undef ATA_DEBUG		/* debugging output */
+#define ATA_DEBUG		/* debugging output */

and see what happens as it nears failure? The difference for me is ATA 
(fails) vs ATAPI (works) for the DVD drive - but they follow essentially 
the same code path.  But if you're getting some disk IO, then there has 
to be more to it than that.

Also, does swiotlb=0 make any difference?

    J

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-18 20:29                                                   ` Jeremy Fitzhardinge
@ 2008-12-19 12:20                                                     ` Gerd Hoffmann
  2008-12-19 17:39                                                       ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 92+ messages in thread
From: Gerd Hoffmann @ 2008-12-19 12:20 UTC (permalink / raw)
  To: Jeremy Fitzhardinge
  Cc: deshantm, Aviv Grafi, Xen-devel, Andrew Lyon, Ian Campbell

Jeremy Fitzhardinge wrote:
> Can you try changing include/linux/libata.h:
> 
> -#undef ATA_DEBUG        /* debugging output */
> +#define ATA_DEBUG        /* debugging output */

Log became a bit longer ...
http://kraxel.fedorapeople.org/for-jeremy/

There is also a (maybe related) BUG in there.

It fails notably faster now, early in the init scripts.  Some race
maybe?   The timing changes due to the excessive debug output makes it
happen more likely?

> Also, does swiotlb=0 make any difference?

It doesn't.  Hmm, from the boot messages it looks like it doesn't
actually disable the swiotb ...

HTH,
  Gerd

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-19 12:20                                                     ` Gerd Hoffmann
@ 2008-12-19 17:39                                                       ` Jeremy Fitzhardinge
  2009-01-06 16:28                                                         ` Gerd Hoffmann
  0 siblings, 1 reply; 92+ messages in thread
From: Jeremy Fitzhardinge @ 2008-12-19 17:39 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: deshantm, Aviv Grafi, Xen-devel, Andrew Lyon, Ian Campbell

Gerd Hoffmann wrote:
> Jeremy Fitzhardinge wrote:
>   
>> Can you try changing include/linux/libata.h:
>>
>> -#undef ATA_DEBUG        /* debugging output */
>> +#define ATA_DEBUG        /* debugging output */
>>     
>
> Log became a bit longer ...
> http://kraxel.fedorapeople.org/for-jeremy/
>
> There is also a (maybe related) BUG in there.
>
> It fails notably faster now, early in the init scripts.  Some race
> maybe?   The timing changes due to the excessive debug output makes it
> happen more likely?
>   

Well, it doesn't explain why it happens instantly for everyone else, 
unless there's some really odd timing issue going on.  Is your xen the 
xen-unstable tip?  Do you have DEBUG=y enabled?

>> Also, does swiotlb=0 make any difference?
>>     
>
> It doesn't.  Hmm, from the boot messages it looks like it doesn't
> actually disable the swiotb ...

Oh, maybe "iommu=off" then?

    J

^ permalink raw reply	[flat|nested] 92+ messages in thread

* Re: Re: pv_ops dom0 USB fixed
  2008-12-19 17:39                                                       ` Jeremy Fitzhardinge
@ 2009-01-06 16:28                                                         ` Gerd Hoffmann
  0 siblings, 0 replies; 92+ messages in thread
From: Gerd Hoffmann @ 2009-01-06 16:28 UTC (permalink / raw)
  To: Jeremy Fitzhardinge
  Cc: deshantm, Aviv Grafi, Xen-devel, Andrew Lyon, Ian Campbell

back from x-mas & new year vacation ...

>> It fails notably faster now, early in the init scripts.  Some race
>> maybe?   The timing changes due to the excessive debug output makes it
>> happen more likely?

Ok, seems to be pretty much random.  Updated to latest kernel, ATA_DEBUG
is off again, a bunch of boots later: sometimes it dies at random places
in the init scripts, sometimes it boots up fine, lets me do stuff and
dies later on ...

> Well, it doesn't explain why it happens instantly for everyone else,
> unless there's some really odd timing issue going on.  Is your xen the
> xen-unstable tip?  Do you have DEBUG=y enabled?

Rawhide packages (3.3.0 right now, should be 3.3.1 soon).

>>> Also, does swiotlb=0 make any difference?
>>
>> It doesn't.  Hmm, from the boot messages it looks like it doesn't
>> actually disable the swiotb ...
> 
> Oh, maybe "iommu=off" then?

iommu=off seems to make no difference.

cheers
  Gerd

^ permalink raw reply	[flat|nested] 92+ messages in thread

end of thread, other threads:[~2009-01-06 16:28 UTC | newest]

Thread overview: 92+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-10 20:05 pv_ops dom0 USB fixed Jeremy Fitzhardinge
2008-12-10 20:39 ` Pasi Kärkkäinen
2008-12-10 20:48   ` Jeremy Fitzhardinge
2008-12-10 20:57     ` Pasi Kärkkäinen
2008-12-10 21:03     ` Andrew Lyon
2008-12-11 17:10       ` Andrew Lyon
2008-12-11 17:44         ` Pasi Kärkkäinen
2008-12-11 17:46           ` Jeremy Fitzhardinge
2008-12-10 22:48 ` Todd Deshane
2008-12-11  8:04   ` Jeremy Fitzhardinge
2008-12-11 16:50     ` Todd Deshane
2008-12-11 17:18       ` Todd Deshane
2008-12-11 18:20         ` Jeremy Fitzhardinge
2008-12-11 19:27           ` Todd Deshane
2008-12-11 18:21         ` Jeremy Fitzhardinge
2008-12-11 18:17       ` Jeremy Fitzhardinge
2008-12-11 19:47         ` Todd Deshane
2008-12-11 19:49           ` Todd Deshane
2008-12-11 20:03           ` Ian Campbell
2008-12-11 20:20             ` Todd Deshane
2008-12-11 20:25               ` Jeremy Fitzhardinge
2008-12-11 21:12                 ` Todd Deshane
2008-12-11 21:19                   ` Ian Campbell
2008-12-11 21:23                     ` Todd Deshane
2008-12-11 21:39                       ` Todd Deshane
2008-12-11 22:38                         ` Jeremy Fitzhardinge
2008-12-13 18:20                           ` Todd Deshane
2008-12-13 20:05                             ` Todd Deshane
2008-12-11 21:24                     ` Pasi Kärkkäinen
2008-12-11 22:21                       ` Jeremy Fitzhardinge
2008-12-11 22:24                   ` Jeremy Fitzhardinge
2008-12-11 22:27                     ` Todd Deshane
2008-12-12  9:12                       ` Andrew Lyon
2008-12-12 10:57                         ` Pasi Kärkkäinen
2008-12-12 11:11                           ` Andrew Lyon
2008-12-12 17:06                             ` Jeremy Fitzhardinge
2008-12-12 11:15                         ` Ian Campbell
2008-12-12 11:36                           ` Andrew Lyon
2008-12-12 11:45                             ` Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
2008-12-12 11:47                             ` Ian Campbell
2008-12-12 14:26                               ` Andrew Lyon
2008-12-12 16:43                                 ` Jeremy Fitzhardinge
2008-12-12 17:14                                   ` Andrew Lyon
2008-12-12 17:20                                     ` Jeremy Fitzhardinge
2008-12-12 19:09                                       ` Andrew Lyon
2008-12-12 19:15                                         ` Aviv Grafi
2008-12-12 19:18                                           ` Jeremy Fitzhardinge
2008-12-12 19:26                                           ` Andrew Lyon
2008-12-13  0:28                                             ` Aviv Grafi
2008-12-12 21:00                         ` Jeremy Fitzhardinge
2008-12-12 22:20                           ` Andrew Lyon
2008-12-12 22:34                             ` Jeremy Fitzhardinge
2008-12-13 13:56                               ` Andrew Lyon
2008-12-13 19:02                                 ` Todd Deshane
2008-12-13 19:26                                   ` Andrew Lyon
2008-12-14  1:53                                     ` Todd Deshane
2008-12-15  9:49                                       ` Ian Campbell
2008-12-15 18:15                                         ` Todd Deshane
2008-12-15 20:20                                           ` Jeremy Fitzhardinge
2008-12-16  5:04                                             ` Todd Deshane
2008-12-16  9:34                                               ` Jeremy Fitzhardinge
2008-12-17 17:06                                             ` Gerd Hoffmann
2008-12-17 19:33                                               ` Jeremy Fitzhardinge
2008-12-18  9:09                                                 ` Gerd Hoffmann
2008-12-18 19:45                                                   ` Jeremy Fitzhardinge
2008-12-18 20:29                                                   ` Jeremy Fitzhardinge
2008-12-19 12:20                                                     ` Gerd Hoffmann
2008-12-19 17:39                                                       ` Jeremy Fitzhardinge
2009-01-06 16:28                                                         ` Gerd Hoffmann
2008-12-18  9:25                                     ` Andrew Lyon
2008-12-18 12:44                                       ` Andrew Lyon
2008-12-18 18:25                                         ` Jeremy Fitzhardinge
2008-12-18 19:49                                           ` Pasi Kärkkäinen
2008-12-18 20:03                                             ` Pasi Kärkkäinen
2008-12-18 20:05                                           ` Andrew Lyon
2008-12-17 14:10                 ` Gerd Hoffmann
2008-12-17 14:18                   ` Keir Fraser
2008-12-17 14:40                     ` Gerd Hoffmann
2008-12-17 19:26                       ` Jeremy Fitzhardinge
2008-12-17 20:07                         ` Keir Fraser
2008-12-17 20:50                           ` Jeremy Fitzhardinge
2008-12-17 20:57                         ` Ian Campbell
2008-12-17 21:27                           ` Jeremy Fitzhardinge
2008-12-17 21:33                             ` Ian Campbell
2008-12-18  9:58                         ` Gerd Hoffmann
2008-12-11 20:03           ` Todd Deshane
2008-12-11 20:26             ` Jeremy Fitzhardinge
2008-12-11 20:29               ` Todd Deshane
2008-12-11 20:52                 ` Jeremy Fitzhardinge
2008-12-11 21:13                   ` Todd Deshane
2008-12-11 21:16                   ` Todd Deshane
2008-12-11 20:24           ` Jeremy Fitzhardinge

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.