* Issues with Intel HD graphics 4000
@ 2013-06-14 19:46 Joshua Tuttle
2013-06-15 0:30 ` Andrew Bobulsky
` (2 more replies)
0 siblings, 3 replies; 15+ messages in thread
From: Joshua Tuttle @ 2013-06-14 19:46 UTC (permalink / raw)
To: xen-devel@lists.xen.org
[-- Attachment #1.1: Type: text/plain, Size: 1211 bytes --]
Hey,
Are there any known issues with the Intel's integrated HD graphics 4000? I just bought a new laptop and have tried everything I can think of to get Xen to load. After choosing Xen in GRUB, it just boots to a black screen. There is no error message , no dmesg output, nothing. I have no idea what is causing this problem. I've gotten Xen to install with no problems on another machine that has an nvidia geforce 210. I've tried different boot parameters as well to try and default to the linux vga driver instead of trying to use the intel one. My linux debian distro, has no problem booting though.
Thanks for any help,
Josh
________________________________
This message and all attachments are PRIVATE, and contain information that is PROPRIETARY to Intelligent Automation, Inc. You are not authorized to transmit or otherwise disclose this message or any attachments to any third party whatsoever without the express written consent of Intelligent Automation, Inc. If you received this message in error or you are not willing to view this message or any attachments on a confidential basis, please immediately delete this email and any attachments and notify Intelligent Automation, Inc.
[-- Attachment #1.2: Type: text/html, Size: 2241 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Issues with Intel HD graphics 4000
2013-06-14 19:46 Issues with Intel HD graphics 4000 Joshua Tuttle
@ 2013-06-15 0:30 ` Andrew Bobulsky
2013-06-17 7:04 ` Dietmar Hahn
2013-06-17 14:56 ` Joshua Tuttle
2013-06-15 9:28 ` Pasi Kärkkäinen
2013-06-17 13:13 ` Konrad Rzeszutek Wilk
2 siblings, 2 replies; 15+ messages in thread
From: Andrew Bobulsky @ 2013-06-15 0:30 UTC (permalink / raw)
To: Joshua Tuttle; +Cc: xen-devel@lists.xen.org
On Fri, Jun 14, 2013 at 3:46 PM, Joshua Tuttle <jtuttle@i-a-i.com> wrote:
> Hey,
>
>
>
> Are there any known issues with the Intel’s integrated HD graphics 4000? I
> just bought a new laptop and have tried everything I can think of to get Xen
> to load. After choosing Xen in GRUB, it just boots to a black screen. There
> is no error message , no dmesg output, nothing. I have no idea what is
> causing this problem. I’ve gotten Xen to install with no problems on another
> machine that has an nvidia geforce 210. I’ve tried different boot parameters
> as well to try and default to the linux vga driver instead of trying to use
> the intel one. My linux debian distro, has no problem booting though.
>
>
>
> Thanks for any help,
>
> Josh
Hello Josh,
I had the same problem with both my Radeon *and* my HD 4000.
Switching to kernel 3.4.44 worked, and I haven't dived back into the
problem since. YMMV of course, but just a suggestion in case you
don't hear from anyone else; weekends are slow on mailing lists
sometimes :)
Cheers,
Andrew
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Issues with Intel HD graphics 4000
2013-06-14 19:46 Issues with Intel HD graphics 4000 Joshua Tuttle
2013-06-15 0:30 ` Andrew Bobulsky
@ 2013-06-15 9:28 ` Pasi Kärkkäinen
2013-06-17 13:13 ` Konrad Rzeszutek Wilk
2 siblings, 0 replies; 15+ messages in thread
From: Pasi Kärkkäinen @ 2013-06-15 9:28 UTC (permalink / raw)
To: Joshua Tuttle; +Cc: xen-devel@lists.xen.org
On Fri, Jun 14, 2013 at 07:46:39PM +0000, Joshua Tuttle wrote:
> Hey,
>
>
Hello,
>
> Are there any known issues with the Intel's integrated HD graphics 4000? I
> just bought a new laptop and have tried everything I can think of to get
> Xen to load. After choosing Xen in GRUB, it just boots to a black screen.
> There is no error message , no dmesg output, nothing. I have no idea what
> is causing this problem. I've gotten Xen to install with no problems on
> another machine that has an nvidia geforce 210. I've tried different boot
> parameters as well to try and default to the linux vga driver instead of
> trying to use the intel one. My linux debian distro, has no problem
> booting though.
>
You need to provide more information. What Xen version? What dom0 kernel version?
What cmdline options are you using for both Xen and dom0 Linux ?
-- Pasi
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Issues with Intel HD graphics 4000
2013-06-15 0:30 ` Andrew Bobulsky
@ 2013-06-17 7:04 ` Dietmar Hahn
2013-06-17 13:14 ` Konrad Rzeszutek Wilk
2013-06-17 14:56 ` Joshua Tuttle
1 sibling, 1 reply; 15+ messages in thread
From: Dietmar Hahn @ 2013-06-17 7:04 UTC (permalink / raw)
To: xen-devel; +Cc: Andrew Bobulsky, Joshua Tuttle
Am Freitag 14 Juni 2013, 20:30:25 schrieb Andrew Bobulsky:
> On Fri, Jun 14, 2013 at 3:46 PM, Joshua Tuttle <jtuttle@i-a-i.com> wrote:
> > Are there any known issues with the Intel’s integrated HD graphics 4000? I
> > just bought a new laptop and have tried everything I can think of to get Xen
> > to load. After choosing Xen in GRUB, it just boots to a black screen. There
> > is no error message , no dmesg output, nothing. I have no idea what is
> > causing this problem. I’ve gotten Xen to install with no problems on another
> > machine that has an nvidia geforce 210. I’ve tried different boot parameters
> > as well to try and default to the linux vga driver instead of trying to use
> > the intel one. My linux debian distro, has no problem booting though.
Can you add the iommu=off on the Xen command line.
Maybe it's a similar problem I had with newer linux kernels:
http://lists.xenproject.org/archives/html/xen-devel/2013-05/msg01480.html
> >
> > Thanks for any help,
> >
> > Josh
>
> Hello Josh,
>
> I had the same problem with both my Radeon *and* my HD 4000.
> Switching to kernel 3.4.44 worked, and I haven't dived back into the
Yes, kernel-xen-3.4.45 on openSuSE runs without any problems.
Dietmar.
> problem since. YMMV of course, but just a suggestion in case you
> don't hear from anyone else; weekends are slow on mailing lists
> sometimes :)
>
> Cheers,
> Andrew
--
Company details: http://ts.fujitsu.com/imprint.html
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Issues with Intel HD graphics 4000
2013-06-14 19:46 Issues with Intel HD graphics 4000 Joshua Tuttle
2013-06-15 0:30 ` Andrew Bobulsky
2013-06-15 9:28 ` Pasi Kärkkäinen
@ 2013-06-17 13:13 ` Konrad Rzeszutek Wilk
2013-06-17 13:20 ` jacek burghardt
2013-06-17 14:47 ` Konrad Rzeszutek Wilk
2 siblings, 2 replies; 15+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-06-17 13:13 UTC (permalink / raw)
To: Joshua Tuttle; +Cc: xen-devel@lists.xen.org
On Fri, Jun 14, 2013 at 07:46:39PM +0000, Joshua Tuttle wrote:
> Hey,
>
> Are there any known issues with the Intel's integrated HD graphics 4000? I just bought a new laptop and have tried everything I can think of to get Xen to load. After choosing Xen in GRUB, it just boots to a black screen. There is no error message , no dmesg output, nothing. I have no idea what is causing this problem. I've gotten Xen to install with no problems on another machine that has an nvidia geforce 210. I've tried different boot parameters as well to try and default to the linux vga driver instead of trying to use the intel one. My linux debian distro, has no problem booting though.
>
What version of the kernel/distro is it? And what version of laptop? (I think I have a ThinkPad with
HD something something so could reproduce it).
> Thanks for any help,
> Josh
>
>
>
> ________________________________
> This message and all attachments are PRIVATE, and contain information that is PROPRIETARY to Intelligent Automation, Inc. You are not authorized to transmit or otherwise disclose this message or any attachments to any third party whatsoever without the express written consent of Intelligent Automation, Inc. If you received this message in error or you are not willing to view this message or any attachments on a confidential basis, please immediately delete this email and any attachments and notify Intelligent Automation, Inc.
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Issues with Intel HD graphics 4000
2013-06-17 7:04 ` Dietmar Hahn
@ 2013-06-17 13:14 ` Konrad Rzeszutek Wilk
2013-06-18 11:37 ` Dietmar Hahn
0 siblings, 1 reply; 15+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-06-17 13:14 UTC (permalink / raw)
To: Dietmar Hahn; +Cc: Andrew Bobulsky, Joshua Tuttle, xen-devel
On Mon, Jun 17, 2013 at 09:04:31AM +0200, Dietmar Hahn wrote:
> Am Freitag 14 Juni 2013, 20:30:25 schrieb Andrew Bobulsky:
> > On Fri, Jun 14, 2013 at 3:46 PM, Joshua Tuttle <jtuttle@i-a-i.com> wrote:
>
> > > Are there any known issues with the Intel’s integrated HD graphics 4000? I
> > > just bought a new laptop and have tried everything I can think of to get Xen
> > > to load. After choosing Xen in GRUB, it just boots to a black screen. There
> > > is no error message , no dmesg output, nothing. I have no idea what is
> > > causing this problem. I’ve gotten Xen to install with no problems on another
> > > machine that has an nvidia geforce 210. I’ve tried different boot parameters
> > > as well to try and default to the linux vga driver instead of trying to use
> > > the intel one. My linux debian distro, has no problem booting though.
>
> Can you add the iommu=off on the Xen command line.
> Maybe it's a similar problem I had with newer linux kernels:
> http://lists.xenproject.org/archives/html/xen-devel/2013-05/msg01480.html
Hey Dietmar,
Did you ever test the extra change for the debug patch?
http://lists.xenproject.org/archives/html/xen-devel/2013-05/msg02051.html
"
I tried both but none helped. I think it couldn't be expected as the first
> patch handles an error case and the line with the second patch,
> the call of pci_dma_sync_single_for_device(), gets not reached.
OK, perhaps move the pci_dma_sync_single_for_device in the while loop?
" ?
>
> > >
> > > Thanks for any help,
> > >
> > > Josh
> >
> > Hello Josh,
> >
> > I had the same problem with both my Radeon *and* my HD 4000.
> > Switching to kernel 3.4.44 worked, and I haven't dived back into the
>
> Yes, kernel-xen-3.4.45 on openSuSE runs without any problems.
> Dietmar.
>
> > problem since. YMMV of course, but just a suggestion in case you
> > don't hear from anyone else; weekends are slow on mailing lists
> > sometimes :)
> >
> > Cheers,
> > Andrew
>
> --
> Company details: http://ts.fujitsu.com/imprint.html
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Issues with Intel HD graphics 4000
2013-06-17 13:13 ` Konrad Rzeszutek Wilk
@ 2013-06-17 13:20 ` jacek burghardt
2013-06-17 14:47 ` Konrad Rzeszutek Wilk
1 sibling, 0 replies; 15+ messages in thread
From: jacek burghardt @ 2013-06-17 13:20 UTC (permalink / raw)
To: Konrad Rzeszutek Wilk; +Cc: Joshua Tuttle, xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 322 bytes --]
Did you try this ?Blank screen during boot, when "Loading modules"
If using "late start" KMS and the screen goes blank when "Loading modules",
it may help to add i915 and intel_agp to the initramfs. See the above KMS
section.
Alternatively, appending the following kernel parameter seems to work as
well:
video=SVIDEO-1:d
[-- Attachment #1.2: Type: text/html, Size: 381 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Issues with Intel HD graphics 4000
2013-06-17 13:13 ` Konrad Rzeszutek Wilk
2013-06-17 13:20 ` jacek burghardt
@ 2013-06-17 14:47 ` Konrad Rzeszutek Wilk
2013-06-17 15:02 ` Joshua Tuttle
1 sibling, 1 reply; 15+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-06-17 14:47 UTC (permalink / raw)
To: Joshua Tuttle; +Cc: xen-devel@lists.xen.org
On Mon, Jun 17, 2013 at 09:13:01AM -0400, Konrad Rzeszutek Wilk wrote:
> On Fri, Jun 14, 2013 at 07:46:39PM +0000, Joshua Tuttle wrote:
> > Hey,
> >
> > Are there any known issues with the Intel's integrated HD graphics 4000? I just bought a new laptop and have tried everything I can think of to get Xen to load. After choosing Xen in GRUB, it just boots to a black screen. There is no error message , no dmesg output, nothing. I have no idea what is causing this problem. I've gotten Xen to install with no problems on another machine that has an nvidia geforce 210. I've tried different boot parameters as well to try and default to the linux vga driver instead of trying to use the intel one. My linux debian distro, has no problem booting though.
> >
>
> What version of the kernel/distro is it? And what version of laptop? (I think I have a ThinkPad with
> HD something something so could reproduce it).
The X230 thinkpad has HD Graphics 4000 and with a stock Fedora 18 (3.9.5 someting)+
stock Xen install (yum install xen). I can boot in it with graphics.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Issues with Intel HD graphics 4000
2013-06-15 0:30 ` Andrew Bobulsky
2013-06-17 7:04 ` Dietmar Hahn
@ 2013-06-17 14:56 ` Joshua Tuttle
1 sibling, 0 replies; 15+ messages in thread
From: Joshua Tuttle @ 2013-06-17 14:56 UTC (permalink / raw)
To: Andrew Bobulsky; +Cc: xen-devel@lists.xen.org
Andrew,
Thanks, I'll see if installing an updated kernel will resolve the issue.
Josh
-----Original Message-----
From: Andrew Bobulsky [mailto:rulerof@gmail.com]
Sent: Friday, June 14, 2013 8:30 PM
To: Joshua Tuttle
Cc: xen-devel@lists.xen.org
Subject: Re: [Xen-devel] Issues with Intel HD graphics 4000
On Fri, Jun 14, 2013 at 3:46 PM, Joshua Tuttle <jtuttle@i-a-i.com> wrote:
> Hey,
>
>
>
> Are there any known issues with the Intel's integrated HD graphics
> 4000? I just bought a new laptop and have tried everything I can think
> of to get Xen to load. After choosing Xen in GRUB, it just boots to a
> black screen. There is no error message , no dmesg output, nothing. I
> have no idea what is causing this problem. I've gotten Xen to install
> with no problems on another machine that has an nvidia geforce 210.
> I've tried different boot parameters as well to try and default to the
> linux vga driver instead of trying to use the intel one. My linux debian distro, has no problem booting though.
>
>
>
> Thanks for any help,
>
> Josh
Hello Josh,
I had the same problem with both my Radeon *and* my HD 4000.
Switching to kernel 3.4.44 worked, and I haven't dived back into the problem since. YMMV of course, but just a suggestion in case you don't hear from anyone else; weekends are slow on mailing lists sometimes :)
Cheers,
Andrew
________________________________
This message and all attachments are PRIVATE, and contain information that is PROPRIETARY to Intelligent Automation, Inc. You are not authorized to transmit or otherwise disclose this message or any attachments to any third party whatsoever without the express written consent of Intelligent Automation, Inc. If you received this message in error or you are not willing to view this message or any attachments on a confidential basis, please immediately delete this email and any attachments and notify Intelligent Automation, Inc.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Issues with Intel HD graphics 4000
2013-06-17 14:47 ` Konrad Rzeszutek Wilk
@ 2013-06-17 15:02 ` Joshua Tuttle
2013-06-17 15:24 ` Ben Guthro
0 siblings, 1 reply; 15+ messages in thread
From: Joshua Tuttle @ 2013-06-17 15:02 UTC (permalink / raw)
To: Konrad Rzeszutek Wilk; +Cc: xen-devel@lists.xen.org
Konrad,
Thanks for replying. I'm running a Debian 7.0 install with default kernel 3.2 and xen 4.1.4. My PC is an Asus K55A-DS71 which contains the newer Intel 4000 integrated graphics, 8GB of RAM, and an i7-3630QM. Andrew recommended trying and update to 3.4.44 So I will try that real quick to see if that resolves the issue.
Josh
-----Original Message-----
From: Konrad Rzeszutek Wilk [mailto:konrad.wilk@oracle.com]
Sent: Monday, June 17, 2013 10:48 AM
To: Joshua Tuttle
Cc: xen-devel@lists.xen.org
Subject: Re: [Xen-devel] Issues with Intel HD graphics 4000
On Mon, Jun 17, 2013 at 09:13:01AM -0400, Konrad Rzeszutek Wilk wrote:
> On Fri, Jun 14, 2013 at 07:46:39PM +0000, Joshua Tuttle wrote:
> > Hey,
> >
> > Are there any known issues with the Intel's integrated HD graphics 4000? I just bought a new laptop and have tried everything I can think of to get Xen to load. After choosing Xen in GRUB, it just boots to a black screen. There is no error message , no dmesg output, nothing. I have no idea what is causing this problem. I've gotten Xen to install with no problems on another machine that has an nvidia geforce 210. I've tried different boot parameters as well to try and default to the linux vga driver instead of trying to use the intel one. My linux debian distro, has no problem booting though.
> >
>
> What version of the kernel/distro is it? And what version of laptop?
> (I think I have a ThinkPad with HD something something so could reproduce it).
The X230 thinkpad has HD Graphics 4000 and with a stock Fedora 18 (3.9.5 someting)+ stock Xen install (yum install xen). I can boot in it with graphics.
________________________________
This message and all attachments are PRIVATE, and contain information that is PROPRIETARY to Intelligent Automation, Inc. You are not authorized to transmit or otherwise disclose this message or any attachments to any third party whatsoever without the express written consent of Intelligent Automation, Inc. If you received this message in error or you are not willing to view this message or any attachments on a confidential basis, please immediately delete this email and any attachments and notify Intelligent Automation, Inc.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Issues with Intel HD graphics 4000
2013-06-17 15:02 ` Joshua Tuttle
@ 2013-06-17 15:24 ` Ben Guthro
0 siblings, 0 replies; 15+ messages in thread
From: Ben Guthro @ 2013-06-17 15:24 UTC (permalink / raw)
To: Joshua Tuttle; +Cc: xen-devel@lists.xen.org, Konrad Rzeszutek Wilk
I think the suggestion of trying things without the iommu is a good one.
You can start with "iommu=off" to completely disable it.
We have seen some interactions with the IOMMU and IGD.
On Mon, Jun 17, 2013 at 11:02 AM, Joshua Tuttle <jtuttle@i-a-i.com> wrote:
> Konrad,
>
> Thanks for replying. I'm running a Debian 7.0 install with default kernel 3.2 and xen 4.1.4. My PC is an Asus K55A-DS71 which contains the newer Intel 4000 integrated graphics, 8GB of RAM, and an i7-3630QM. Andrew recommended trying and update to 3.4.44 So I will try that real quick to see if that resolves the issue.
>
> Josh
>
> -----Original Message-----
> From: Konrad Rzeszutek Wilk [mailto:konrad.wilk@oracle.com]
> Sent: Monday, June 17, 2013 10:48 AM
> To: Joshua Tuttle
> Cc: xen-devel@lists.xen.org
> Subject: Re: [Xen-devel] Issues with Intel HD graphics 4000
>
> On Mon, Jun 17, 2013 at 09:13:01AM -0400, Konrad Rzeszutek Wilk wrote:
>> On Fri, Jun 14, 2013 at 07:46:39PM +0000, Joshua Tuttle wrote:
>> > Hey,
>> >
>> > Are there any known issues with the Intel's integrated HD graphics 4000? I just bought a new laptop and have tried everything I can think of to get Xen to load. After choosing Xen in GRUB, it just boots to a black screen. There is no error message , no dmesg output, nothing. I have no idea what is causing this problem. I've gotten Xen to install with no problems on another machine that has an nvidia geforce 210. I've tried different boot parameters as well to try and default to the linux vga driver instead of trying to use the intel one. My linux debian distro, has no problem booting though.
>> >
>>
>> What version of the kernel/distro is it? And what version of laptop?
>> (I think I have a ThinkPad with HD something something so could reproduce it).
>
> The X230 thinkpad has HD Graphics 4000 and with a stock Fedora 18 (3.9.5 someting)+ stock Xen install (yum install xen). I can boot in it with graphics.
>
>
>
>
> ________________________________
> This message and all attachments are PRIVATE, and contain information that is PROPRIETARY to Intelligent Automation, Inc. You are not authorized to transmit or otherwise disclose this message or any attachments to any third party whatsoever without the express written consent of Intelligent Automation, Inc. If you received this message in error or you are not willing to view this message or any attachments on a confidential basis, please immediately delete this email and any attachments and notify Intelligent Automation, Inc.
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Issues with Intel HD graphics 4000
2013-06-17 13:14 ` Konrad Rzeszutek Wilk
@ 2013-06-18 11:37 ` Dietmar Hahn
2013-06-19 11:36 ` Dietmar Hahn
0 siblings, 1 reply; 15+ messages in thread
From: Dietmar Hahn @ 2013-06-18 11:37 UTC (permalink / raw)
To: xen-devel; +Cc: Andrew Bobulsky, Joshua Tuttle, Konrad Rzeszutek Wilk
Am Montag 17 Juni 2013, 09:14:30 schrieb Konrad Rzeszutek Wilk:
> Hey Dietmar,
>
> Did you ever test the extra change for the debug patch?
>
> http://lists.xenproject.org/archives/html/xen-devel/2013-05/msg02051.html
> "
> I tried both but none helped. I think it couldn't be expected as the first
> > patch handles an error case and the line with the second patch,
> > the call of pci_dma_sync_single_for_device(), gets not reached.
>
> OK, perhaps move the pci_dma_sync_single_for_device in the while loop?
>
> " ?
I believe I did and I think it didn't work but I'am not sure and so I'll try
again. But this will take some time as the PC is used for my daily work!
Dietmar.
--
Company details: http://ts.fujitsu.com/imprint.html
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Issues with Intel HD graphics 4000
2013-06-18 11:37 ` Dietmar Hahn
@ 2013-06-19 11:36 ` Dietmar Hahn
2013-06-19 16:25 ` Konrad Rzeszutek Wilk
0 siblings, 1 reply; 15+ messages in thread
From: Dietmar Hahn @ 2013-06-19 11:36 UTC (permalink / raw)
To: xen-devel, Konrad Rzeszutek Wilk
Am Dienstag 18 Juni 2013, 13:37:08 schrieb Dietmar Hahn:
> Am Montag 17 Juni 2013, 09:14:30 schrieb Konrad Rzeszutek Wilk:
>
> > Hey Dietmar,
> >
> > Did you ever test the extra change for the debug patch?
> >
> > http://lists.xenproject.org/archives/html/xen-devel/2013-05/msg02051.html
> > "
> > I tried both but none helped. I think it couldn't be expected as the first
> > > patch handles an error case and the line with the second patch,
> > > the call of pci_dma_sync_single_for_device(), gets not reached.
> >
> > OK, perhaps move the pci_dma_sync_single_for_device in the while loop?
> >
> > " ?
>
> I believe I did and I think it didn't work but I'am not sure and so I'll try
> again. But this will take some time as the PC is used for my daily work!
OK, tried again today and as expected it didn't work. Following code:
linux-3.7.10-1.11/drivers/char/agp/intel-gtt.c:
void intel_gtt_clear_range(unsigned int first_entry, unsigned int num_entries)
{
unsigned int i;
intel_private.driver->write_entry(intel_private.base.scratch_page_dma,
first_entry, 0);
printk(KERN_WARNING "HAHN-%s: sync the first page\n", __func__);
pci_dma_sync_single_for_device(intel_private.pcidev,
intel_private.base.scratch_page_dma,
PAGE_SIZE, PCI_DMA_BIDIRECTIONAL);
for (i = first_entry + 1; i < (first_entry + num_entries); i++) {
intel_private.driver->write_entry(intel_private.base.scratch_page_dma,
i, 0);
pci_dma_sync_single_for_device(intel_private.pcidev,
intel_private.base.scratch_page_dma,
PAGE_SIZE, PCI_DMA_BIDIRECTIONAL);
}
printk(KERN_WARNING "HAHN-%s: End of loop\n", __func__);
readl(intel_private.gtt+i-1);
}
The second printk() with "End of loop" is not reached.
Dietmar.
--
Company details: http://ts.fujitsu.com/imprint.html
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Issues with Intel HD graphics 4000
2013-06-19 11:36 ` Dietmar Hahn
@ 2013-06-19 16:25 ` Konrad Rzeszutek Wilk
2013-06-24 8:21 ` Dietmar Hahn
0 siblings, 1 reply; 15+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-06-19 16:25 UTC (permalink / raw)
To: Dietmar Hahn; +Cc: xen-devel
On Wed, Jun 19, 2013 at 01:36:56PM +0200, Dietmar Hahn wrote:
> Am Dienstag 18 Juni 2013, 13:37:08 schrieb Dietmar Hahn:
> > Am Montag 17 Juni 2013, 09:14:30 schrieb Konrad Rzeszutek Wilk:
> >
> > > Hey Dietmar,
> > >
> > > Did you ever test the extra change for the debug patch?
> > >
> > > http://lists.xenproject.org/archives/html/xen-devel/2013-05/msg02051.html
> > > "
> > > I tried both but none helped. I think it couldn't be expected as the first
> > > > patch handles an error case and the line with the second patch,
> > > > the call of pci_dma_sync_single_for_device(), gets not reached.
> > >
> > > OK, perhaps move the pci_dma_sync_single_for_device in the while loop?
> > >
> > > " ?
> >
> > I believe I did and I think it didn't work but I'am not sure and so I'll try
> > again. But this will take some time as the PC is used for my daily work!
>
> OK, tried again today and as expected it didn't work. Following code:
>
> linux-3.7.10-1.11/drivers/char/agp/intel-gtt.c:
>
> void intel_gtt_clear_range(unsigned int first_entry, unsigned int num_entries)
> {
> unsigned int i;
>
> intel_private.driver->write_entry(intel_private.base.scratch_page_dma,
> first_entry, 0);
> printk(KERN_WARNING "HAHN-%s: sync the first page\n", __func__);
> pci_dma_sync_single_for_device(intel_private.pcidev,
> intel_private.base.scratch_page_dma,
> PAGE_SIZE, PCI_DMA_BIDIRECTIONAL);
>
> for (i = first_entry + 1; i < (first_entry + num_entries); i++) {
>
> intel_private.driver->write_entry(intel_private.base.scratch_page_dma,
> i, 0);
> pci_dma_sync_single_for_device(intel_private.pcidev,
> intel_private.base.scratch_page_dma,
> PAGE_SIZE, PCI_DMA_BIDIRECTIONAL);
> }
> printk(KERN_WARNING "HAHN-%s: End of loop\n", __func__);
> readl(intel_private.gtt+i-1);
> }
>
> The second printk() with "End of loop" is not reached.
That is unfortunate. I've another idea (that is to allocate said region
to use pci-alloc-coherent) - but before I go that route - could you give me
your machine details. Please include the 'dmesg' as well (I am curious to where
the intel-agp tries to allocate the region), and how much memory you allocate
to dom0. And naturally 'lspci' to get an idea of which Intel card it is.
Thanks!
>
> Dietmar.
>
> --
> Company details: http://ts.fujitsu.com/imprint.html
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Issues with Intel HD graphics 4000
2013-06-19 16:25 ` Konrad Rzeszutek Wilk
@ 2013-06-24 8:21 ` Dietmar Hahn
0 siblings, 0 replies; 15+ messages in thread
From: Dietmar Hahn @ 2013-06-24 8:21 UTC (permalink / raw)
To: xen-devel; +Cc: Konrad Rzeszutek Wilk
Hi Konrad,
Am Mittwoch 19 Juni 2013, 12:25:09 schrieb Konrad Rzeszutek Wilk:
>
> That is unfortunate. I've another idea (that is to allocate said region
> to use pci-alloc-coherent) - but before I go that route - could you give me
> your machine details. Please include the 'dmesg' as well (I am curious to where
> the intel-agp tries to allocate the region), and how much memory you allocate
> to dom0. And naturally 'lspci' to get an idea of which Intel card it is.
sorry for the delay, got it today.
Thanks!
Dietmar.
# lspci
00:00.0 Host bridge: Intel Corporation 4 Series Chipset DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)
00:03.0 Communication controller: Intel Corporation 4 Series Chipset HECI Controller (rev 03)
00:03.2 IDE interface: Intel Corporation 4 Series Chipset PT IDER Controller (rev 03)
00:03.3 Serial controller: Intel Corporation 4 Series Chipset Serial KT Controller (rev 03)
00:19.0 Ethernet controller: Intel Corporation 82567LM-3 Gigabit Network Connection (rev 02)
00:1a.0 USB controller: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #4 (rev 02)
00:1a.1 USB controller: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #5 (rev 02)
00:1a.2 USB controller: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #6 (rev 02)
00:1a.7 USB controller: Intel Corporation 82801JD/DO (ICH10 Family) USB2 EHCI Controller #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801JD/DO (ICH10 Family) HD Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801JD/DO (ICH10 Family) PCI Express Port 1 (rev 02)
00:1c.4 PCI bridge: Intel Corporation 82801JD/DO (ICH10 Family) PCI Express Port 5 (rev 02)
00:1d.0 USB controller: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB controller: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB controller: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #3 (rev 02)
00:1d.7 USB controller: Intel Corporation 82801JD/DO (ICH10 Family) USB2 EHCI Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a2)
00:1f.0 ISA bridge: Intel Corporation 82801JDO (ICH10DO) LPC Interface Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801JD/DO (ICH10 Family) 4-port SATA IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801JD/DO (ICH10 Family) SMBus Controller (rev 02)
00:1f.5 IDE interface: Intel Corporation 82801JD/DO (ICH10 Family) 2-port SATA IDE Controller (rev 02)
And the complete serial log until the stop:
\ \/ /___ _ __ | || | |___ \ / | / |___ \ / | / |___ \ / |/ _ \
\ // _ \ '_ \ | || |_ __) | | | | | __) |__| | | | __) | | | | | |
/ \ __/ | | | |__ _| / __/ _| | | |/ __/|__| |_| |/ __/ _| | |_| |
/_/\_\___|_| |_| |_|(_)_____(_)_|___|_|_____| |_(_)_|_____(_)_|\___/
|_____|
(XEN) Xen version 4.2.1_12-1.12.10 (abuild@) (gcc (SUSE Linux) 4.7.2 20130108 [gcc-4_7-branch revision 195012]) Wed May 29 20:31:49 UTC 2013
(XEN) Latest ChangeSet: 25952
(XEN) Console output is synchronous.
(XEN) Bootloader: GRUB2 2.00
(XEN) Command line: console=com1 com1=38400 sync_console debug=yes loglvl=all guest_loglvl=all
(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 - 000000000009d800 (usable)
(XEN) 000000000009d800 - 00000000000a0000 (reserved)
(XEN) 00000000000ce000 - 00000000000d0000 (reserved)
(XEN) 00000000000e4000 - 0000000000100000 (reserved)
(XEN) 0000000000100000 - 00000000db7a0000 (usable)
(XEN) 00000000db7a0000 - 00000000db7b1000 (ACPI data)
(XEN) 00000000db7b1000 - 00000000db7b4000 (ACPI NVS)
(XEN) 00000000db7b4000 - 00000000e0000000 (reserved)
(XEN) 00000000f8000000 - 00000000fc000000 (reserved)
(XEN) 00000000fec00000 - 00000000fec10000 (reserved)
(XEN) 00000000fee00000 - 00000000fee01000 (reserved)
(XEN) 00000000ffb00000 - 0000000100000000 (reserved)
(XEN) 0000000100000000 - 000000010e000000 (usable)
(XEN) 000000010e000000 - 0000000110000000 (reserved)
(XEN) ACPI: RSDP 000F8EE0, 0024 (r2 PTLTD )
(XEN) ACPI: XSDT DB7AB8D9, 0084 (r1 FSC PC 60000 LTP 0)
(XEN) ACPI: FACP DB7B08A5, 00F4 (r3 FSC PC 60000 F4240)
(XEN) ACPI: DSDT DB7AB95D, 4ED4 (r1 FSC D2812/A2 60000 MSFT 3000001)
(XEN) ACPI: FACS DB7B3FC0, 0040
(XEN) ACPI: TCPA DB7B0999, 0032 (r1 Phoeni x 60000 TL 0)
(XEN) ACPI: DMAR DB7B09CB, 00F8 (r1 Intel OEMDMAR 60000 LOHR 1)
(XEN) ACPI: SSDT DB7B0AC3, 00F8 (r1 FSC PST_PR00 60000 CSF 1)
(XEN) ACPI: SSDT DB7B0BBB, 00F8 (r1 FSC PST_PR01 60000 CSF 1)
(XEN) ACPI: SPCR DB7B0CB3, 0050 (r1 PTLTD $UCRTBL$ 60000 PTL 1)
(XEN) ACPI: SLIC DB7B0D03, 0176 (r1 FSC PC 60000 LTP 0)
(XEN) ACPI: MCFG DB7B0E79, 003C (r1 PTLTD MCFG 60000 LTP 0)
(XEN) ACPI: HPET DB7B0EB5, 0038 (r1 PTLTD HPETTBL 60000 LTP 1)
(XEN) ACPI: APIC DB7B0EED, 0068 (r1 PTLTD APIC 60000 LTP 0)
(XEN) ACPI: BOOT DB7B0F55, 0028 (r1 PTLTD $SBFTBL$ 60000 LTP 1)
(XEN) ACPI: ASF! DB7B0F7D, 0083 (r16 CETP CETP 60000 PTL 1)
(XEN) System RAM: 3735MB (3824884kB)
(XEN) No NUMA configuration found
(XEN) Faking a node at 0000000000000000-000000010e000000
(XEN) Domain heap initialised
(XEN) found SMP MP-table at 000f8fe0
(XEN) DMI present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x1008
(XEN) ACPI: ACPI SLEEP INFO: pm1x_cnt[1004,0], pm1x_evt[1000,0]
(XEN) ACPI: wakeup_vec[db7b3fcc], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
(XEN) Processor #0 7:7 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
(XEN) Processor #1 7:7 APIC version 20
(XEN) ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
(XEN) ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
(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: 0x8086a701 base: 0xfed00000
(XEN) ERST table was not found
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) SMP: Allowing 2 CPUs (0 hotplug CPUs)
(XEN) IRQ limits: 24 GSI, 376 MSI/MSI-X
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Detected 3166.688 MHz processor.
(XEN) Initing memory sharing.
(XEN) xstate_init: using cntxt_size: 0x240 and states: 0x3
(XEN) mce_intel.c:1238: MCA Capability: BCAST 1 SER 0 CMCI 0 firstbank 1 extended MCE MSR 0
(XEN) Intel machine check reporting enabled
(XEN) PCI: MCFG configuration 0: base f8000000 segment 0000 buses 00 - 03
(XEN) PCI: MCFG area at f8000000 reserved in E820
(XEN) PCI: Using MCFG for segment 0000 bus 00-03
(XEN) Intel VT-d iommu 2 supported page sizes: 4kB.
(XEN) traps.c:3156: GPF (0000): ffff82c48026defd -> ffff82c48021a678
(XEN) Intel VT-d iommu 1 supported page sizes: 4kB.
(XEN) traps.c:3156: GPF (0000): ffff82c48026defd -> ffff82c48021a678
(XEN) Intel VT-d iommu 0 supported page sizes: 4kB.
(XEN) traps.c:3156: GPF (0000): ffff82c48026defd -> ffff82c48021a678
(XEN) Intel VT-d iommu 3 supported page sizes: 4kB.
(XEN) traps.c:3156: GPF (0000): ffff82c48026defd -> ffff82c48021a678
(XEN) Intel VT-d Snoop Control not enabled.
(XEN) Intel VT-d Dom0 DMA Passthrough not enabled.
(XEN) Intel VT-d Queued Invalidation not enabled.
(XEN) Intel VT-d Interrupt Remapping not enabled.
(XEN) Intel VT-d Shared EPT tables not enabled.
(XEN) I/O virtualisation enabled
(XEN) - Dom0 mode: Relaxed
(XEN) Interrupt remapping disabled
(XEN) ENABLING IO-APIC IRQs
(XEN) -> Using old ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) Platform timer is 14.318MHz HPET
(XEN) Allocated console ring of 16 KiB.
(XEN) VMX: Supported advanced features:
(XEN) - APIC MMIO access virtualisation
(XEN) - APIC TPR shadow
(XEN) - Virtual NMI
(XEN) - MSR direct-access bitmap
(XEN) HVM: ASIDs disabled.
(XEN) HVM: VMX enabled
(XEN) Brought up 2 CPUs
(XEN) HPET: 8 timers (8 will be used for broadcast)
(XEN) ACPI sleep modes: S3
(XEN) mcheck_poll: Machine check polling timer started.
(XEN) *** LOADING DOMAIN 0 ***
(XEN) Xen kernel: 64-bit, lsb, compat32
(XEN) Dom0 kernel: 64-bit, lsb, paddr 0x2000 -> 0xa61000
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN) Dom0 alloc.: 0000000102000000->0000000103000000 (879093 pages to be allocated)
(XEN) Init. ramdisk: 0000000107c15000->000000010e000000
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN) Loaded kernel: ffffffff80002000->ffffffff80a61000
(XEN) Init. ramdisk: 0000000000000000->0000000000000000
(XEN) Phys-Mach map: ffffea0000000000->ffffea00006eef00
(XEN) Start info: ffffffff80a61000->ffffffff80a614b4
(XEN) Page tables: ffffffff80a62000->ffffffff80a6b000
(XEN) Boot stack: ffffffff80a6b000->ffffffff80a6c000
(XEN) TOTAL: ffffffff80000000->ffffffff80c00000
(XEN) ENTRY ADDRESS: ffffffff80002000
(XEN) Dom0 has maximum 2 VCPUs
(XEN) Scrubbing Free RAM: .done.
(XEN) Initial low memory virq threshold set at 0x4000 pages.
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) **********************************************
(XEN) ******* WARNING: CONSOLE OUTPUT IS SYNCHRONOUS
(XEN) ******* This option is intended to aid debugging of Xen by ensuring
(XEN) ******* that all output is synchronously delivered on the serial line.
(XEN) ******* However it can introduce SIGNIFICANT latencies and affect
(XEN) ******* timekeeping. It is NOT recommended for production use!
(XEN) **********************************************
(XEN) 3... 2... 1...
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 264kB init memory.
(XEN) Synced stime skew: max=96ns avg=96ns samples=1 current=96ns
(XEN) Synced cycles skew: max=342 avg=342 samples=1 current=342
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.7.10-1.11-xen-hahn (root@amur) (gcc version 4.7.2 20130108 [gcc-4_7-branch revision 195012] (SUSE Linux) ) #6 SMP Wed Jun 19 08:44:00 CEST 2013
[ 0.000000] Command line: root=UUID=8910e591-c871-4326-8d13-444f6b5f5aad ro resume=/dev/disk/by-id/ata-ST3500418AS_9VM9YKSH-part5 splash=silent showopts console=tty0 console=ttyS0,38400 xencons=ttyS0 debug drm.debug=6
[ 0.000000] Xen-provided machine memory map:
[ 0.000000] BIOS: [mem 0x0000000000000000-0x000000000009d7ff] usable
[ 0.000000] BIOS: [mem 0x000000000009d800-0x000000000009ffff] reserved
[ 0.000000] BIOS: [mem 0x00000000000ce000-0x00000000000cffff] reserved
[ 0.000000] BIOS: [mem 0x00000000000e4000-0x00000000000fffff] reserved
[ 0.000000] BIOS: [mem 0x0000000000100000-0x00000000db79ffff] usable
[ 0.000000] BIOS: [mem 0x00000000db7a0000-0x00000000db7b0fff] ACPI data
[ 0.000000] BIOS: [mem 0x00000000db7b1000-0x00000000db7b3fff] ACPI NVS
[ 0.000000] BIOS: [mem 0x00000000db7b4000-0x00000000dfffffff] reserved
[ 0.000000] BIOS: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
[ 0.000000] BIOS: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[ 0.000000] BIOS: [mem 0x0000000100000000-0x000000010dffffff] usable
[ 0.000000] BIOS: [mem 0x000000010e000000-0x000000010fffffff] reserved
[ 0.000000] e820: Xen-provided physical RAM map:
[ 0.000000] Xen: [mem 0x0000000000000000-0x00000000de5dffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.5 present.
[ 0.000000] DMI: FUJITSU ESPRIMO P7935 /D2812-A2, BIOS 6.00 R1.20.2812.A2 01/12/2010
[ 0.000000] e820: last_pfn = 0xde5e0 max_arch_pfn = 0x80000000
[ 0.000000] found SMP MP-table at [mem 0x000f8fe0-0x000f8fef] mapped at [ffffffffff5f2fe0]
[ 0.000000] initial memory mapped: [mem 0x00000000-0xffffffffffffffff]
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x073eafff]
[ 0.000000] [mem 0x00000000-0x073eafff] page 4k
[ 0.000000] kernel direct mapping tables up to 0x73eafff @ [mem 0x00a6b000-0x00aa6fff]
[ 0.000000] init_memory_mapping: [mem 0x07add000-0xde5dffff]
[ 0.000000] [mem 0x07add000-0xde5dffff] page 4k
[ 0.000000] kernel direct mapping tables up to 0xde5dffff @ [mem 0x00aa7000-0x01161fff]
[ 0.000000] init_memory_mapping: [mem 0x073eb000-0x07adcfff]
[ 0.000000] [mem 0x073eb000-0x07adcfff] page 4k
[ 0.000000] kernel direct mapping tables up to 0x7adcfff @ [mem 0x07c3d000-0x07c42fff]
[ 0.000000] RAMDISK: [mem 0x01000000-0x073eafff]
[ 0.000000] ACPI: RSDP 00000000000f8ee0 00024 (v02 PTLTD )
[ 0.000000] ACPI: XSDT 00000000db7ab8d9 00084 (v01 FSC PC 00060000 LTP 00000000)
[ 0.000000] ACPI: FACP 00000000db7b08a5 000F4 (v03 FSC PC 00060000 000F4240)
[ 0.000000] ACPI: DSDT 00000000db7ab95d 04ED4 (v01 FSC D2812/A2 00060000 MSFT 03000001)
[ 0.000000] ACPI: FACS 00000000db7b3fc0 00040
[ 0.000000] ACPI: TCPA 00000000db7b0999 00032 (v01 Phoeni x 00060000 TL 00000000)
[ 0.000000] ACPI: XMAR 00000000db7b09cb 000F8 (v01 Intel OEMDMAR 00060000 LOHR 00000001)
[ 0.000000] ACPI: SSDT 00000000db7b0ac3 000F8 (v01 FSC PST_PR00 00060000 CSF 00000001)
[ 0.000000] ACPI: SSDT 00000000db7b0bbb 000F8 (v01 FSC PST_PR01 00060000 CSF 00000001)
[ 0.000000] ACPI: SPCR 00000000db7b0cb3 00050 (v01 PTLTD $UCRTBL$ 00060000 PTL 00000001)
[ 0.000000] ACPI: SLIC 00000000db7b0d03 00176 (v01 FSC PC 00060000 LTP 00000000)
[ 0.000000] ACPI: MCFG 00000000db7b0e79 0003C (v01 PTLTD MCFG 00060000 LTP 00000000)
[ 0.000000] ACPI: HPET 00000000db7b0eb5 00038 (v01 PTLTD HPETTBL 00060000 LTP 00000001)
[ 0.000000] ACPI: APIC 00000000db7b0eed 00068 (v01 PTLTD ? APIC 00060000 LTP 00000000)
[ 0.000000] ACPI: BOOT 00000000db7b0f55 00028 (v01 PTLTD $SBFTBL$ 00060000 LTP 00000001)
[ 0.000000] ACPI: ASF! 00000000db7b0f7d 00083 (v16 CETP CETP 00060000 PTL 00000001)
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00000000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00000000-0xde5dffff]
[ 0.000000] On node 0 totalpages: 910816
[ 0.000000] free_area_init_node: node 0, pgdat ffffffff808dff80, node_mem_map ffff8800dad34000
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 4040 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 12397 pages used for memmap
[ 0.000000] DMA32 zone: 894323 pages, LIFO batch:31
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] e820: [mem 0xe0000000-0xf7ffffff] available for PCI devices
[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 19 pages/cpu @ffff8800da400000 s46848 r8192 d22784 u1048576
[ 0.000000] pcpu-alloc: s46848 r8192 d22784 u1048576 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] Swapping MFNs for PFN 901 and da407 (MFN 102901 and c2b5)
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 898363
[ 0.000000] Kernel command line: root=UUID=8910e591-c871-4326-8d13-444f6b5f5aad ro resume=/dev/disk/by-id/ata-ST3500418AS_9VM9YKSH-part5 splash=silent showopts console=tty0 console=ttyS0,38400 xencons=ttyS0 debug drm.debug=6
[ 0.000000] bootsplash: silent mode.
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.000000] __ex_table already sorted, skipping sort
[ 0.000000] xsave: enabled xstate_bv 0x3, cntxt size 0x240
[ 0.000000] allocated 14573056 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Software IO TLB enabled:
[ 0.000000] Aperture: 64 megabytes
[ 0.000000] Address size: 27 bits
[ 0.000000] Kernel range: ffff8800d501a000 - ffff8800d901a000
[ 0.000000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.000000] Memory: 3366432k/3643264k available (5170k kernel code, 0k absent, 276832k reserved, 4008k data, 432k init)
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2.
[ 0.000000] nr_pirqs: 40
[ 0.000000] NR_IRQS:67328 nr_irqs:2792 16
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Xen reported: 3166.688 MHz processor.
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] console [ttyS0] enabled
[ 0.080001] Calibrating delay using timer specific routine.. 6417.03 BogoMIPS (lpj=12834078)
[ 0.088002] pid_max: default: 32768 minimum: 301
[ 0.092035] Security Framework initialized
[ 0.096011] AppArmor: AppArmor initialized
[ 0.100009] Mount-cache hash table entries: 256
[ 0.104136] Initializing cgroup subsys cpuacct
[ 0.108002] Initializing cgroup subsys memory
[ 0.112008] Initializing cgroup subsys devices
[ 0.116002] Initializing cgroup subsys freezer
[ 0.120002] Initializing cgroup subsys net_cls
[ 0.124002] Initializing cgroup subsys blkio
[ 0.128002] Initializing cgroup subsys perf_event
[ 0.132034] mce: CPU supports 2 MCE banks
[ 0.136011] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[ 0.136011] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
[ 0.136011] tlb_flushall_shift: -1
[ 0.168466] ACPI: Core revision 20120913
[ 0.180570] SMP alternatives: switching to SMP code
[ 0.212443] Brought up 2 CPUs
[ 0.216064] devtmpfs: initialized
[ 0.220138] RTC time: 9:27:45, date: 06/24/13
[ 0.224042] NET: Registered protocol family 16
[ 0.228099] ACPI: bus type pci registered
[ 0.232058] PCI: MMCONFIG for domain 0000 [bus 00-03] at [mem 0xf8000000-0xf83fffff] (base 0xf8000000)
[ 0.236003] PCI: MMCONFIG at [mem 0xf8000000-0xf83fffff] reserved in E820
[ 0.240222] PCI: Using configuration type 1 for base access
[ 0.244049] patch_vdso64: .altinstructions not found
[ 0.248002] patch_vdsox32: .altinstructions not found
[ 0.252387] bio: create slab <bio-0> at 0
[ 0.256034] ACPI: Added _OSI(Module Device)
[ 0.260002] ACPI: Added _OSI(Processor Device)
[ 0.264002] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.268002] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.272745] ACPI: EC: Look up EC in DSDT
[ 0.278883] ACPI: Interpreter enabled
[ 0.280004] ACPI: (supports S0 S3 S5)
[ 0.286357] ACPI: Using IOAPIC for interrupt routing
[ 0.291517] ACPI: No dock devices found.
[ 0.292004] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.296625] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.301201] pci_root PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-03] only partially covers this bridge
[ 0.304021] PCI host bridge to bus 0000:00
[ 0.308003] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.312002] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.316002] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.320002] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.324002] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[ 0.328002] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[ 0.332002] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[ 0.336003] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[ 0.340002] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[ 0.344002] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xf7ffffff]
[ 0.348002] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfebfffff]
[ 0.352002] pci_bus 0000:00: root bus resource [mem 0xfed00000-0xfedfffff]
[ 0.356002] pci_bus 0000:00: root bus resource [mem 0xfef00000-0xffafffff]
[ 0.360002] pci_bus 0000:00: root bus resource [mem 0xffc00000-0xffefffff]
[ 0.364013] pci 0000:00:00.0: [8086:2e10] type 00 class 0x060000
[ 0.368077] pci 0000:00:02.0: [8086:2e12] type 00 class 0x030000
[ 0.372023] pci 0000:00:02.0: reg 10: [mem 0xfc000000-0xfc3fffff 64bit]
[ 0.376014] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.380010] pci 0000:00:02.0: reg 20: [io 0x1c70-0x1c77]
[ 0.384065] pci 0000:00:02.1: [8086:2e13] type 00 class 0x038000
[ 0.388019] pci 0000:00:02.1: reg 10: [mem 0xfc400000-0xfc4fffff 64bit]
[ 0.392097] pci 0000:00:03.0: [8086:2e14] type 00 class 0x078000
[ 0.396038] pci 0000:00:03.0: reg 10: [mem 0xfc524000-0xfc52400f 64bit]
[ 0.400114] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[ 0.404031] pci 0000:00:03.2: [8086:2e16] type 00 class 0x010185
[ 0.408033] pci 0000:00:03.2: reg 10: [io 0x1c88-0x1c8f]
[ 0.412016] pci 0000:00:03.2: reg 14: [io 0x1c7c-0x1c7f]
[ 0.416017] pci 0000:00:03.2: reg 18: [io 0x1c80-0x1c87]
[ 0.420016] pci 0000:00:03.2: reg 1c: [io 0x1c78-0x1c7b]
[ 0.424016] pci 0000:00:03.2: reg 20: [io 0x1c20-0x1c2f]
[ 0.428132] pci 0000:00:03.3: [8086:2e17] type 00 class 0x070002
[ 0.432033] pci 0000:00:03.3: reg 10: [io 0x1c90-0x1c97]
[ 0.436016] pci 0000:00:03.3: reg 14: [mem 0xfc526000-0xfc526fff]
[ 0.440224] pci 0000:00:19.0: [8086:10de] type 00 class 0x020000
[ 0.444036] pci 0000:00:19.0: reg 10: [mem 0xfc500000-0xfc51ffff]
[ 0.448016] pci 0000:00:19.0: reg 14: [mem 0xfc527000-0xfc527fff]
[ 0.452016] pci 0000:00:19.0: reg 18: [io 0x1820-0x183f]
[ 0.456130] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[ 0.460038] pci 0000:00:1a.0: [8086:3a67] type 00 class 0x0c0300
[ 0.464083] pci 0000:00:1a.0: reg 20: [io 0x1840-0x185f]
[ 0.468098] pci 0000:00:1a.1: [8086:3a68] type 00 class 0x0c0300
[ 0.472083] pci 0000:00:1a.1: reg 20: [io 0x1860-0x187f]
[ 0.476098] pci 0000:00:1a.2: [8086:3a69] type 00 class 0x0c0300
[ 0.480083] pci 0000:00:1a.2: reg 20: [io 0x1880-0x189f]
[ 0.484114] pci 0000:00:1a.7: [8086:3a6c] type 00 class 0x0c0320
[ 0.488036] pci 0000:00:1a.7: reg 10: [mem 0xfc528000-0xfc5283ff]
[ 0.492159] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.496048] pci 0000:00:1b.0: [8086:3a6e] type 00 class 0x040300
[ 0.500029] pci 0000:00:1b.0: reg 10: [mem 0xfc520000-0xfc523fff 64bit]
[ 0.504142] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.508044] pci 0000:00:1c.0: [8086:3a70] type 01 class 0x060400
[ 0.512147] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.516054] pci 0000:00:1c.4: [8086:3a78] type 01 class 0x060400
[ 0.520147] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.524052] pci 0000:00:1d.0: [8086:3a64] type 00 class 0x0c0300
[ 0.528083] pci 0000:00:1d.0: reg 20: [io 0x18a0-0x18bf]
[ 0.532098] pci 0000:00:1d.1: [8086:3a65] type 00 class 0x0c0300
[ 0.536083] pci 0000:00:1d.1: reg 20: [io 0x18c0-0x18df]
[ 0.540098] pci 0000:00:1d.2: [8086:3a66] type 00 class 0x0c0300
[ 0.544082] pci 0000:00:1d.2: reg 20: [io 0x18e0-0x18ff]
[ 0.548114] pci 0000:00:1d.7: [8086:3a6a] type 00 class 0x0c0320
[ 0.552036] pci 0000:00:1d.7: reg 10: [mem 0xfc529000-0xfc5293ff]
[ 0.556159] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.560038] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[ 0.564128] pci 0000:00:1f.0: [8086:3a14] type 00 class 0x060100
[ 0.568194] pci 0000:00:1f.2: [8086:3a00] type 00 class 0x01018a
[ 0.572032] pci 0000:00:1f.2: reg 10: [io 0x0000-0x0007]
[ 0.576016] pci 0000:00:1f.2: reg 14: [io 0x0000-0x0003]
[ 0.580016] pci 0000:00:1f.2: reg 18: [io 0x0000-0x0007]
[ 0.584016] pci 0000:00:1f.2: reg 1c: [io 0x0000-0x0003]
[ 0.588016] pci 0000:00:1f.2: reg 20: [io 0x1c40-0x1c4f]
[ 0.592016] pci 0000:00:1f.2: reg 24: [io 0x1c30-0x1c3f]
[ 0.596100] pci 0000:00:1f.3: [8086:3a60] type 00 class 0x0c0500
[ 0.600030] pci 0000:00:1f.3: reg 10: [mem 0xfc52a000-0xfc52a0ff 64bit]
[ 0.604044] pci 0000:00:1f.3: reg 20: [io 0x1100-0x111f]
[ 0.608070] pci 0000:00:1f.5: [8086:3a06] type 00 class 0x010185
[ 0.612032] pci 0000:00:1f.5: reg 10: [io 0x1cc0-0x1cc7]
[ 0.616017] pci 0000:00:1f.5: reg 14: [io 0x1cb4-0x1cb7]
[ 0.620016] pci 0000:00:1f.5: reg 18: [io 0x1cb8-0x1cbf]
[ 0.624016] pci 0000:00:1f.5: reg 1c: [io 0x1cb0-0x1cb3]
[ 0.628016] pci 0000:00:1f.5: reg 20: [io 0x1c60-0x1c6f]
[ 0.632016] pci 0000:00:1f.5: reg 24: [io 0x1c50-0x1c5f]
[ 0.636173] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.640098] pci 0000:00:1c.4: PCI bridge to [bus 02]
[ 0.644122] pci 0000:00:1e.0: PCI bridge to [bus 03] (subtractive decode)
[ 0.648019] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.652002] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.656002] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.660002] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
[ 0.664002] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[ 0.668002] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[ 0.672002] pci 0000:00:1e.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
[ 0.676002] pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
[ 0.680002] pci 0000:00:1e.0: bridge window [mem 0xe0000000-0xf7ffffff] (subtractive decode)
[ 0.684002] pci 0000:00:1e.0: bridge window [mem 0xfc000000-0xfebfffff] (subtractive decode)
[ 0.688002] pci 0000:00:1e.0: bridge window [mem 0xfed00000-0xfedfffff] (subtractive decode)
[ 0.692002] pci 0000:00:1e.0: bridge window [mem 0xfef00000-0xffafffff] (subtractive decode)
[ 0.696002] pci 0000:00:1e.0: bridge window [mem 0xffc00000-0xffefffff] (subtractive decode)
[ 0.700028] pci_bus 0000:00: on NUMA node 0
[ 0.704003] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.708115] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEXB._PRT]
[ 0.712035] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEXC._PRT]
[ 0.716056] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIH._PRT]
[ 0.720084] pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[ 0.724002] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08)
(XEN) PCI add device 0000:00:00.0
(XEN) PCI add device 0000:00:02.0
(XEN) PCI add device 0000:00:02.1
(XEN) PCI add device 0000:00:03.0
(XEN) PCI add device 0000:00:03.2
(XEN) PCI add device 0000:00:03.3
(XEN) PCI add device 0000:00:19.0
(XEN) PCI add device 0000:00:1a.0
(XEN) PCI add device 0000:00:1a.1
(XEN) PCI add device 0000:00:1a.2
(XEN) PCI add device 0000:00:1a.7
(XEN) PCI add device 0000:00:1b.0
(XEN) PCI add device 0000:00:1c.0
(XEN) PCI add device 0000:00:1c.4
(XEN) PCI add device 0000:00:1d.0
(XEN) PCI add device 0000:00:1d.1
(XEN) PCI add device 0000:00:1d.2
(XEN) PCI add device 0000:00:1d.7
(XEN) PCI add device 0000:00:1e.0
(XEN) PCI add device 0000:00:1f.0
(XEN) PCI add device 0000:00:1f.2
(XEN) PCI add device 0000:00:1f.3
(XEN) PCI add device 0000:00:1f.5
[ 0.820096] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 7 9 10 *11 12 14 15)
[ 0.830426] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 7 9 10 11 12 14 15) *5
[ 0.839202] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 7 9 *10 11 12 14 15)
[ 0.846425] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 7 9 10 *11 12 14 15)
[ 0.854423] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 7 *9 10 11 12 14 15)
[ 0.862423] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 7 9 10 *11 12 14 15)
[ 0.870422] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 7 9 10 *11 12 14 15)
[ 0.878424] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 7 9 10 *11 12 14 15)
[ 0.886388] pci 0000:00:02.0: GSI16: level-low
[ 0.888005] pci 0000:00:03.2: GSI18: level-low
[ 0.892003] pci 0000:00:03.3: GSI17: level-low
[ 0.896003] pci 0000:00:19.0: GSI23: level-low
[ 0.900004] pci 0000:00:1a.0: GSI20: level-low
[ 0.904004] pci 0000:00:1a.2: GSI19: level-low
[ 0.908005] pci 0000:00:1c.4: GSI22: level-low
[ 0.912004] pci 0000:00:1d.2: GSI21: level-low
[ 0.916022] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.920005] vgaarb: loaded
[ 0.924001] vgaarb: bridge control possible 0000:00:02.0
[ 0.928042] xen_mem: Initialising balloon driver.
[ 0.932078] xen/balloon: Xen selfballooning driver disabled for domain0.
[ 0.936064] SCSI subsystem initialized
[ 0.940003] ACPI: bus type scsi registered
[ 0.944015] libata version 3.00 loaded.
[ 0.948041] PCI: Using ACPI for IRQ routing
[ 0.952002] PCI: pci_cache_line_size set to 64 bytes
[ 0.956105] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[ 0.960002] e820: reserve RAM buffer [mem 0xdb7a0000-0xdbffffff]
[ 0.964002] e820: reserve RAM buffer [mem 0x10e000000-0x10fffffff]
[ 0.968065] NetLabel: Initializing
[ 0.972002] NetLabel: domain hash size = 128
[ 0.976001] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.980009] NetLabel: unlabeled traffic allowed by default
[ 0.984020] Switching to clocksource xen
[ 0.989828] AppArmor: AppArmor Filesystem Enabled
[ 1.003461] pnp: PnP ACPI init
[ 1.012530] ACPI: bus type pnp registered
[ 1.025087] pnp 00:00: [bus 00-ff]
[ 1.034805] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 1.048825] pnp 00:00: [io 0x0d00-0xffff window]
[ 1.062844] pnp 00:00: [io 0x0cf8-0x0cff]
[ 1.075046] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 1.091168] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[ 1.107264] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[ 1.123360] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[ 1.139458] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[ 1.155554] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[ 1.171651] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[ 1.187748] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[ 1.203845] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[ 1.219944] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[ 1.236040] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[ 1.252135] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[ 1.268232] pnp 00:00: [mem 0x000ec000-0x000effff window]
[ 1.284329] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[ 1.300425] pnp 00:00: [mem 0xe0000000-0xf7ffffff window]
[ 1.316522] pnp 00:00: [mem 0xfc000000-0xfebfffff window]
[ 1.332619] pnp 00:00: [mem 0xfed00000-0xfedfffff window]
[ 1.348715] pnp 00:00: [mem 0xfef00000-0xffafffff window]
[ 1.364814] pnp 00:00: [mem 0xffc00000-0xffefffff window]
[ 1.380934] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 1.402599] pnp 00:01: [io 0x002e-0x002f]
[ 1.414660] pnp 00:01: [mem 0xfed40000-0xfed44fff]
[ 1.428958] pnp 00:01: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
[ 1.450635] pnp 00:02: [mem 0xffb00000-0xffbfffff]
[ 1.464787] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[ 1.484374] pnp 00:03: [io 0x0010-0x001f]
[ 1.496443] pnp 00:03: [io 0x0022-0x002d]
[ 1.508644] pnp 00:03: [io 0x0030-0x003f]
[ 1.520846] pnp 00:03: [io 0x0050-0x0053]
[ 1.533048] pnp 00:03: [io 0x0062-0x0063]
[ 1.545250] pnp 00:03: [io 0x0065-0x006f]
[ 1.557960] pnp 00:03: [io 0x0074-0x007f]
[ 1.569754] pnp 00:03: [io 0x0090-0x009f]
[ 1.581956] pnp 00:03: [io 0x00a2-0x00b1]
[ 1.594159] pnp 00:03: [io 0x00b2-0x00b3]
[ 1.606360] pnp 00:03: [io 0x00b4-0x00bf]
[ 1.618563] pnp 00:03: [io 0x00ec-0x00ef]
[ 1.630767] pnp 00:03: [io 0x0072-0x0073]
[ 1.642968] pnp 00:03: [io 0x004e-0x004f]
[ 1.655170] pnp 00:03: [io 0x04d0-0x04d1]
[ 1.667374] pnp 00:03: [io 0x1000-0x107f]
[ 1.679575] pnp 00:03: [io 0x1180-0x11bf]
[ 1.691776] pnp 00:03: [io 0x0500-0x057f]
[ 1.703981] pnp 00:03: [io 0x0800-0x080f]
[ 1.716183] pnp 00:03: [io 0x0810-0x081f]
[ 1.728384] pnp 00:03: [io 0xfe00]
[ 1.738769] pnp 00:03: [io 0xff00]
[ 1.749153] pnp 00:03: [mem 0xfec00000-0xfecfffff]
[ 1.763435] pnp 00:03: [mem 0xfee00000-0xfeefffff]
[ 1.777716] pnp 00:03: [mem 0xf8000000-0xfbffffff]
[ 1.791995] pnp 00:03: [mem 0xfed19000-0xfed19fff]
[ 1.806275] pnp 00:03: [mem 0xfed14000-0xfed17fff]
[ 1.820554] pnp 00:03: [mem 0xfed18000-0xfed18fff]
[ 1.834882] system 00:03: [io 0x04d0-0x04d1] has been reserved
[ 1.852492] system 00:03: [io 0x1000-0x107f] has been reserved
[ 1.870144] system 00:03: [io 0x1180-0x11bf] has been reserved
[ 1.887800] system 00:03: [io 0x0500-0x057f] has been reserved
[ 1.905454] system 00:03: [io 0x0800-0x080f] has been reserved
[ 1.923108] system 00:03: [io 0x0810-0x081f] has been reserved
[ 1.940763] system 00:03: [io 0xfe00] has been reserved
[ 1.956599] system 00:03: [io 0xff00] has been reserved
[ 1.972437] system 00:03: [mem 0xfec00000-0xfecfffff] could not be reserved
[ 1.993209] system 00:03: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 2.013978] system 00:03: [mem 0xf8000000-0xfbffffff] has been reserved
[ 2.033711] system 00:03: [mem 0xfed19000-0xfed19fff] has been reserved
[ 2.053441] system 00:03: [mem 0xfed14000-0xfed17fff] has been reserved
[ 2.073173] system 00:03: [mem 0xfed18000-0xfed18fff] has been reserved
[ 2.092929] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 2.113187] pnp 00:04: [io 0x0000-0x000f]
[ 2.125377] pnp 00:04: [io 0x0080-0x008f]
[ 2.137577] pnp 00:04: [io 0x00c0-0x00df]
[ 2.149781] pnp 00:04: [dma 4]
[ 2.158885] pnp 00:04: Plug and Play ACPI device, IDs PNP0200 (active)
[ 2.178353] pnp 00:05: [io 0x0070-0x0071]
[ 2.190548] pnp 00:05: [irq 8]
[ 2.199645] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 2.219116] pnp 00:06: [io 0x00f0-0x00fe]
[ 2.231305] pnp 00:06: [irq 13]
[ 2.240667] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 2.260135] pnp 00:07: [io 0x0061]
[ 2.270525] pnp 00:07: Plug and Play ACPI device, IDs PNP0800 (active)
[ 2.290061] pnp 00:08: [mem 0xfed00000-0xfed003ff]
[ 2.304283] pnp 00:08: Plug and Play ACPI device, IDs PNP0103 (active)
[ 2.323762] pnp 00:09: [io 0x0060]
[ 2.334116] pnp 00:09: [io 0x0064]
[ 2.344501] pnp 00:09: [irq 1]
[ 2.353608] pnp 00:09: Plug and Play ACPI device, IDs PNP0303 (active)
[ 2.373133] pnp 00:0a: [irq 12]
[ 2.382427] pnp 00:0a: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 2.402180] pnp 00:0b: [io 0x03f8-0x03ff]
[ 2.414084] pnp 00:0b: [irq 4]
[ 2.423198] pnp 00:0b: Plug and Play ACPI device, IDs PNP0501 (active)
[ 2.442684] pnp: PnP ACPI: found 12 devices
[ 2.455101] ACPI: ACPI bus type pnp unregistered
[ 2.470688] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
[ 2.494726] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
[ 2.524584] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000
[ 2.551594] pci 0000:00:1c.4: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
[ 2.575987] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
[ 2.605846] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
[ 2.632861] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[ 2.659585] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 2.689183] pci 0000:00:1c.4: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[ 2.715922] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 2.745524] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 2.769664] pci 0000:00:1c.4: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 2.793812] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf0000000-0xf01fffff]
[ 2.814292] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf0200000-0xf03fffff 64bit pref]
[ 2.837688] pci 0000:00:1c.4: BAR 14: assigned [mem 0xf0400000-0xf05fffff]
[ 2.858168] pci 0000:00:1c.4: BAR 15: assigned [mem 0xf0600000-0xf07fffff 64bit pref]
[ 2.881564] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
[ 2.899966] pci 0000:00:1c.4: BAR 13: assigned [io 0x3000-0x3fff]
[ 2.918400] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 2.933198] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 2.951376] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf01fffff]
[ 2.971627] pci 0000:00:1c.0: bridge window [mem 0xf0200000-0xf03fffff 64bit pref]
[ 2.994768] pci 0000:00:1c.4: PCI bridge to [bus 02]
[ 3.009528] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff]
[ 3.027706] pci 0000:00:1c.4: bridge window [mem 0xf0400000-0xf05fffff]
[ 3.047955] pci 0000:00:1c.4: bridge window [mem 0xf0600000-0xf07fffff 64bit pref]
[ 3.071096] pci 0000:00:1e.0: PCI bridge to [bus 03]
[ 3.085878] pci 0000:00:1c.0: enabling device (0000 -> 0003)
[ 3.102777] pci 0000:00:1c.4: enabling device (0000 -> 0003)
[ 3.119646] pci 0000:00:1e.0: setting latency timer to 64
[ 3.135730] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 3.152344] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 3.168958] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 3.187652] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
[ 3.206347] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
[ 3.225040] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
[ 3.243732] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
[ 3.262685] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
[ 3.281638] pci_bus 0000:00: resource 12 [mem 0xe0000000-0xf7ffffff]
[ 3.300590] pci_bus 0000:00: resource 13 [mem 0xfc000000-0xfebfffff]
[ 3.319542] pci_bus 0000:00: resource 14 [mem 0xfed00000-0xfedfffff]
[ 3.338496] pci_bus 0000:00: resource 15 [mem 0xfef00000-0xffafffff]
[ 3.357449] pci_bus 0000:00: resource 16 [mem 0xffc00000-0xffefffff]
[ 3.376401] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
[ 3.393014] pci_bus 0000:01: resource 1 [mem 0xf0000000-0xf01fffff]
[ 3.411710] pci_bus 0000:01: resource 2 [mem 0xf0200000-0xf03fffff 64bit pref]
[ 3.433287] pci_bus 0000:02: resource 0 [io 0x3000-0x3fff]
[ 3.449872] pci_bus 0000:02: resource 1 [mem 0xf0400000-0xf05fffff]
[ 3.468567] pci_bus 0000:02: resource 2 [mem 0xf0600000-0xf07fffff 64bit pref]
[ 3.490145] pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7]
[ 3.506732] pci_bus 0000:03: resource 5 [io 0x0d00-0xffff]
[ 3.523347] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
[ 3.542041] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000d3fff]
[ 3.560735] pci_bus 0000:03: resource 8 [mem 0x000d4000-0x000d7fff]
[ 3.579428] pci_bus 0000:03: resource 9 [mem 0x000d8000-0x000dbfff]
[ 3.598121] pci_bus 0000:03: resource 10 [mem 0x000dc000-0x000dffff]
[ 3.617075] pci_bus 0000:03: resource 11 [mem 0x000e0000-0x000e3fff]
[ 3.636025] pci_bus 0000:03: resource 12 [mem 0xe0000000-0xf7ffffff]
[ 3.654979] pci_bus 0000:03: resource 13 [mem 0xfc000000-0xfebfffff]
[ 3.673931] pci_bus 0000:03: resource 14 [mem 0xfed00000-0xfedfffff]
[ 3.692884] pci_bus 0000:03: resource 15 [mem 0xfef00000-0xffafffff]
[ 3.711838] pci_bus 0000:03: resource 16 [mem 0xffc00000-0xffefffff]
[ 3.730821] NET: Registered protocol family 2
[ 3.743889] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[ 3.767259] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 3.787202] TCP: Hash tables configured (established 262144 bind 65536)
[ 3.806621] TCP: reno registered
[ 3.816184] UDP hash table entries: 2048 (order: 5, 131072 bytes)
[ 3.834400] UDP-Lite hash table entries: 2048 (order: 5, 131072 bytes)
[ 3.853939] NET: Registered protocol family 1
[ 3.866838] pci 0000:00:02.0: Boot video device
[ 3.880825] PCI: CLS 32 bytes, default 64
[ 3.892413] Unpacking initramfs...
[ 3.978677] Freeing initrd memory: 102316k freed
[ 4.023288] Simple Boot Flag at 0x44 set to 0x1
[ 4.036586] audit: initializing netlink socket (disabled)
[ 4.052505] type=2000 audit(1372066067.052:1): initialized
[ 4.094702] VFS: Disk quotas dquot_6.5.2
[ 4.106026] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 4.125331] msgmni has been set to 7299
[ 4.136831] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 4.158760] io scheduler noop registered
[ 4.170392] io scheduler deadline registered
[ 4.183121] io scheduler cfq registered (default)
[ 4.197295] pcieport 0000:00:1c.0: irq 43 (279) for MSI/MSI-X
[ 4.214442] pcieport 0000:00:1c.4: irq 44 (278) for MSI/MSI-X
[ 4.231600] GHES: HEST is not enabled!
[ 4.242642] Non-volatile memory driver v1.3
[ 4.255028] Linux agpgart interface v0.103
[ 4.267299] agpgart-intel 0000:00:00.0: Intel Q45/Q43 Chipset
[ 4.284429] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[ 4.310611] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
[ 4.329529] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[ 4.349774] Xen virtual console successfully installed as ttyS0
[ 4.367415] libphy: Fixed MDIO Bus: probed
[ 4.379560] i8042: PNP: PS/2 Controller [PNP0303:KEYB,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 4.407497] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 4.421898] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 4.437017] mousedev: PS/2 mouse device common for all mice
[ 4.453647] rtc_cmos 00:05: RTC can wake from S4
[ 4.467471] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[ 4.485532] rtc0: alarms up to one month, y3k, 114 bytes nvram
[ 4.502904] ledtrig-cpu: registered to indicate activity on CPUs
[ 4.520810] EFI Variables Facility v0.08 2004-May-17
[ 4.535700] TCP: cubic registered
[ 4.545491] NET: Registered protocol family 10
[ 4.558843] Key type dns_resolver registered
[ 4.571501] MCE: bind virq for DOM0 logging
[ 4.583911] MCE_DOM0_LOG: enter dom0 mce vIRQ handler
[ 4.598956] MCE_DOM0_LOG: No more urgent data
[ 4.611936] MCE_DOM0_LOG: No more nonurgent data
[ 4.625792] registered taskstats version 1
[ 4.638323] Magic number: 1:682:475
[ 4.648908] rtc_cmos 00:05: setting system clock to 2013-06-24 09:27:52 UTC (1372066072)
[ 4.673049] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 4.698851] Freeing unused kernel memory: 432k freed
[ 4.713589] Write protecting the kernel read-only data: 8672k
doing fast boot
[ 4.776186] ata_generic 0000:00:03.2: setting latency timer to 64
[ 4.794180] scsi0 : ata_generic
[ 4.803488] scsi1 : ata_generic
[ 4.812680] ata1: PATA max UDMA/100 cmd 0x1c88 ctl 0x1c7c bmdma 0x1c20 irq 18
[ 4.833951] ata2: PATA max UDMA/100 cmd 0x1c80 ctl 0x1c78 bmdma 0x1c28 irq 18
[ 5.190491] ata_piix 0000:00:1f.2: version 2.13
[ 5.203610] ata_piix 0000:00:1f.2: MAP [
[ 5.215267] P0 P2 P1 P3 ]
[ 5.223347] ata_piix 0000:00:1f.2: setting latency timer to 64
[ 5.240923] scsi2 : ata_piix
[ 5.249375] scsi3 : ata_piix
[ 5.257923] ata3: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x1c40 irq 14
[ 5.278643] ata4: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x1c48 irq 15
[ 5.299417] ata_piix 0000:00:1f.5: MAP [
[ 5.311079] P0 -- P1 -- ]
[ 5.319150] ata_piix 0000:00:1f.5: setting latency timer to 64
[ 5.336684] scsi4 : ata_piix
[ 5.345167] scsi5 : ata_piix
[ 5.353713] ata5: SATA max UDMA/133 cmd 0x1cc0 ctl 0x1cb4 bmdma 0x1c60 irq 22
[ 5.374956] ata6: SATA max UDMA/133 cmd 0x1cb8 ctl 0x1cb0 bmdma 0x1c68 irq 22
[ 5.727747] ata5: SATA link down (SStatus 0 SControl 300)
[ 5.755134] ata6: SATA link down (SStatus 0 SControl 300)
[ 5.837917] input: ImPS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input1
[ 6.124152] ata4.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 6.142987] ata4.01: SATA link down (SStatus 0 SControl 300)
[ 6.159855] ata4.01: link offline, clearing class 3 to NONE
[ 6.176630] ata3.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 6.195687] ata3.01: SATA link down (SStatus 0 SControl 300)
[ 6.212650] ata4.00: ATAPI: HL-DT-ST DVDRAM GH40N, NV02, max UDMA/100
[ 6.244273] ata4.00: configured for UDMA/100
[ 6.257918] ata3.00: ATA-8: ST3500418AS, CC44, max UDMA/133
[ 6.274151] ata3.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 6.350339] ata3.00: configured for UDMA/133
[ 6.362728] scsi 2:0:0:0: Direct-Access ATA ST3500418AS CC44 PQ: 0 ANSI: 5
[ 6.386942] sd 2:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[ 6.409233] sd 2:0:0:0: [sda] Write Protect is off
[ 6.423421] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 6.438490] scsi 3:0:0:0: CD-ROM HL-DT-ST DVDRAM GH40N NV02 PQ: 0 ANSI: 5
[ 6.438497] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 6.489780] ACPI: Invalid Power Resource to register!
[ 6.551035] sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 >
[ 6.569375] sd 2:0:0:0: [sda] Attached SCSI disk
[ 6.585908] netfront: Initialising virtual ethernet driver.
preping 03-rtc.sh
preping 03-scsi_dh.sh
running 03-scsi_dh.sh
[ 6.627277] rdac: device handler registered
[ 6.641283] hp_sw: device handler registered
[ 6.655501] emc: device handler registered
[ 6.669204] alua: device handler registered
preping 03-storage.sh
running 03-storage.sh
preping 04-udev.sh
running 04-udev.sh
Creating device nodes with udev
[ 6.717343] systemd-udevd[112]: starting version 195
[ 6.755150] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[ 6.787825] ACPI: bus type usb registered
[ 6.799430] usbcore: registered new interface driver usbfs
[ 6.815788] usbcore: registered new interface driver hub
[ 6.833820] ACPI: Power Button [PWRB]
[ 6.844413] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 6.868410] usbcore: registered new device driver usb
[ 6.868478] ACPI: Power Button [PWRF]
[ 6.897229] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 6.916439] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 6.933738] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 6.949288] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 6.971399] ehci_hcd 0000:00:1a.7: debug port 1
[ 6.971405] [drm] Initialized drm 1.1.0 20060810
[ 7.002540] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[ 7.022399] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfc528000
[ 7.104644] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 7.121448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 7.141680] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 7.163266] usb usb1: Product: EHCI Host Controller
[ 7.177744] usb usb1: Manufacturer: Linux 3.7.10-1.11-xen-hahn ehci_hcd
[ 7.197477] usb usb1: SerialNumber: 0000:00:1a.7
[ 7.211359] hub 1-0:1.0: USB hub found
[ 7.222401] hub 1-0:1.0: 6 ports detected
[ 7.234479] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 7.251742] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 7.267316] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 7.289428] ehci_hcd 0000:00:1d.7: debug port 1
[ 7.306794] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 7.326689] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xfc529000
[ 7.352069] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 7.368814] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 7.389075] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 7.410630] usb usb2: Product: EHCI Host Controller
[ 7.425138] usb usb2: Manufacturer: Linux 3.7.10-1.11-xen-hahn ehci_hcd
[ 7.444873] usb usb2: SerialNumber: 0000:00:1d.7
[ 7.458762] hub 2-0:1.0: USB hub found
[ 7.469798] hub 2-0:1.0: 6 ports detected
[ 7.482760] ACPI: Invalid Power Resource to register!
[ 7.482760] [drm:i915_dump_device_info], i915 device info: gen=4, pciid=0x2e12 flags=need_gfx_hws,is_g4x,has_pipe_cxsr,has_hotplug,has_bsd_ring,
[ 7.535613] i915 0000:00:02.0: setting latency timer to 64
[ 7.566362] [drm:intel_opregion_setup], graphic opregion physical addr: 0xdb7b1db8
[ 7.588600] [drm:intel_opregion_setup], SWSCI supported
[ 7.604166] i915 0000:00:02.0: irq 47 (277) for MSI/MSI-X
[ 7.620237] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 7.639986] [drm] Driver supports precise vblank timestamp query.
[ 7.658129] [drm:init_vbt_defaults], Set default to SSC at 100MHz
[ 7.676318] [drm:intel_parse_bios], Using VBT from OpRegion: $VBT EAGLELAKE d
[ 7.698916] [drm:parse_general_features], BDB_GENERAL_FEATURES int_tv_support 1 int_crt_support 1 lvds_use_ssc 0 lvds_ssc_freq 96 display_clock_mode 0
[ 7.739166] [drm:parse_general_definitions], crt_ddc_bus_pin: 2
[ 7.756808] [drm:parse_sdvo_panel_data], Found SDVO panel mode in BIOS VBT tables:
[ 7.779414] [drm:drm_mode_debug_printmodeline], Modeline 0:"1600x1200" 0 162000 1600 1664 1856 2160 1200 1201 1204 1250 0x8 0xa
[ 7.813674] [drm:parse_sdvo_device_mapping], No SDVO device info is found in VBT
[ 7.835757] [drm:intel_dsm_pci_probe], no _DSM method for intel device
[ 7.855192] [drm:intel_modeset_init], 2 display pipes available.
[ 7.873099] [drm:intel_modeset_init], plane 0 init failed: -19
[ 7.890508] [drm:intel_modeset_init], plane 1 init failed: -19
[ 7.907880] [drm:intel_pch_pll_init], No PCH PLLs on this hardware, skipping initialisation
[ 7.932847] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 7.961745] [drm:intel_setup_outputs], probing SDVOB
[ 7.976459] [drm:intel_sdvo_read_byte], i2c transfer returned -6
[ 7.994078] [drm:intel_sdvo_init], No SDVO device found on SDVOB
[ 8.011999] uhci_hcd: U
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2013-06-24 8:21 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-14 19:46 Issues with Intel HD graphics 4000 Joshua Tuttle
2013-06-15 0:30 ` Andrew Bobulsky
2013-06-17 7:04 ` Dietmar Hahn
2013-06-17 13:14 ` Konrad Rzeszutek Wilk
2013-06-18 11:37 ` Dietmar Hahn
2013-06-19 11:36 ` Dietmar Hahn
2013-06-19 16:25 ` Konrad Rzeszutek Wilk
2013-06-24 8:21 ` Dietmar Hahn
2013-06-17 14:56 ` Joshua Tuttle
2013-06-15 9:28 ` Pasi Kärkkäinen
2013-06-17 13:13 ` Konrad Rzeszutek Wilk
2013-06-17 13:20 ` jacek burghardt
2013-06-17 14:47 ` Konrad Rzeszutek Wilk
2013-06-17 15:02 ` Joshua Tuttle
2013-06-17 15:24 ` Ben Guthro
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.