PCI-6254 Interrupt Setup

Hi, I'm writing a card driver using RTX, DDK and the NI PCI-6254,
I've managed to init the card and can read channels fine as long as I enter a loop, i.e.
m = 0
while (!board->AI_Status_1.readAI_FIFO_Empty_St())
        ... read FIFO data
this works perfectly, however, For my particular application I need to use interrupts because the response to an event
has to be very very fast. the problem i'm having is I can register the interrupt on the correct pin, however cannot get the
card to generate any interrupts. the provided examples by NI don't have any that use interrupts.
Does anyone know how to set up the registers for FIFO_NotEmpty interrupts on an M Series card?
Thanks
John

Hi,
  sorry to be a pain. All Measurement Hardware DDK toolkit support is actually done from here :
http://forums.ni.com/ni/board?board.id=90
Could you please repost your question on that forum.
(this thread is a duplicate of other postings here : http://forums.ni.com/ni/board/message?board.id=250&message.id=17128
and here : http://forums.ni.com/ni/board/message?board.id=250&message.id=17129)
Thanks
Sacha Emery
National Instruments (UK)
// it takes almost no time to rate an answer

Similar Messages

  • How can i use an ao card (pci 6723) to output data and to trigger an ai o acquire the data coming from the ao card?card (pci 6254) t

    Hello
    I am trying to perform AO (pci 6723) and to trigger my AO card (pci
    6254) to read the data coming from the AO card. I am using LV7,1,
    win2000.
    Is an RTSI cable necessary or I can connect the trigger signals externally ?
    I am using the LV example " multi function - synch ai-ao.vi" but i can't for some reason configure the trigger lines.
    thank you in advance for your time.
    Yiannis

    Hello Yiannis,
    If I understand you correctly, you want to synchronize your analog input and analog output that are started by a trigger on the analog input board. If you don't want to use the RTSI lines, your best bet is to export the AI Sample Clock and then read it in to the AO board. There is an example on ni.com called DAQmx - Synchronized AIAO Shared Clock. It appears to be having techincal issues so I have attached the example below. To export ai/sampleclock, use DAQmx Export Signal.vi after Get Terminal Name with Device Prefix.vi. Export Sample Clock to PFI3 (There are only connections between the sample clock and PCI3/4/8/9). Connect PFI3 on your AI board to PFI0 on your AO board (with a wire). Then change the source for the AO Timing.vi to Devx/PFI0. If you want to do triggering, stick the DAQmx Trigger.vi between the Timing property node and the DAQmx Start.vi on the AI task. I have shown how to do this in the modified version below. Please take a look at it and let me know if you have any questions. If you still get an error please take a screenshot of it and post to the forum. Have a great day!
    Sincerely,
    Marni S.
    Attachments:
    Synchronized_AIAO_Shared_Clock[Modified].vi ‏140 KB

  • PCI-6254 DIO Read - Need to know how to trigger the Read operation??

    Hi,
    Can anyone help me with DIO Read operation using PCI-6254 (DAQmx)??
    here'e the breakdown of the issue i'm having:
    i'm doing a DIO Read using DAQmx drivers, and am using "one channel for each line" on the Port 0.
    i'm using another line for DIO Write at the same time...infact the DIO write sends the bit pattern
    and inturn triggers an external device, and am trying to capture the response of ext. device on
    other line thro' DIO READ...
    now, i do see the bit pattern on the Oscope, but am not reading the bit pattern using DAQmx Read?
    (i'm reading all ZEROS)
    Currently, i'm not using DAQmx Trigger? i tried using it, but was getting an error...
    i guess i need to trigger the read when the line goes high/low (for ex)
    can anyone help me with this?
    Regards,
    rkpat

    Hi rkphat,
    DIO operations on an M Series device cannot be configured for triggers. The source of the DIO sample clock must be set up for the trigger and the DIO operation should just be configured to receive that clock. You must provide an external clock or a clock generated by another subsystem, such as an analog input sample clock or a counter pulse train output, to clock digital operations. For example, if you were going to use the analog input sample clock to clock your digital measurements, you would configure your AI subsystem to receive a start trigger and to use an internal clock. Once the trigger arrives, the AI Sample clock is generated and passed to the DIO subsystem. Or if you wanted to use a counter to generate the clock, you would set the counter up for pulse train generation with a digital start trigger.
    If you post your code we can find out why the Digital Read is not returning the correct data.
    Cheers,
    Lesley Y.

  • Interrupted Setup Assistant

    In the middle of answering the questions on Setup Assistant on my new iMac, the power cord disconnected. The idiot setting up the iMac (me) did not realize that the power cord was not securely in place. When I fixed my mistake and rebooted I was taken to what I suspect is the normal desktop view (no more Setup Assistant). How do I either begin Setup Assistant again and fill in all the information, or check that all the necessary information was already acquired by Setup Assistant?
    Thank you for in advance for putting up with such a rank n00b.

    well, it doesn't sound like you are missing much. the only thing that you need is an admin account to run your computer and it seems you already have that. you can check that it works. Go to system preferences->accounts. Your account should be listed there and it should say admin. also, log out of your account from the apple menu and log back in. if that works you are all set.
    The only thing you might be missing is a .Mac account if don't have one already. I believe you can set it up from Apple web site.

  • Switch on bulb using PCI-6254

    Hello everyone,
    For the purpose of synchronizing visual and IR recordings of test, I am trying to use my PCI 6251 to produce a digital output that could light a common small light bulb ( let's say similar to the ones you could see in your bike light, right now I have bulbs from 1.5V to 6.5V, can use any of them).
    Image synchronization should be achieved by lighting a small light bulb which could be the reference frame of both visual and IR recordings. The problem was that IR cameras cannot detect LED light or IR LED light ( out of wavelength range) so I need to use a more ''hot'' bulb like these common incandescent bulbs.
    Neither AO or Digital output signals can supply directly the required power to light such a bulb. So I was thinking using the digital output to drive a relay that could switch on/off a battery supply ( or a small mains to DC transformer).
    Could you please help me out of how I can do that?I am not very good with electronic components and even though I read in the forumn about solid state relays, I am very confused of how I can actually implement such a solution.
    I thank you in advance.

    Do a search for "Solid State Relay" (SSR), these are devices which can be switched by a logic signal without requiring excessive drive current from your DAQ device. As you have noted, the DAQ device isn't designed to supply the relatively high current 10X - 100x mA) needed by an incandecent lamp, are actually only designed to supply a signal level of relatively low current ( a few mA). Most SSR will also require their own DC supply, but this can probably be the same one used to power the lamp.
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion

  • PCI-6229 Interrupt on external clock

    Hi,
    I want to generate an interrupt from an external clock (2 kHz). I can't find anything on generating an interrupt from a Digital Input. So I have tried using the G0 TC interrupt.
    I modified gptcex1 for a countdown timer as described in the source file.
    - set to reload on TC
    - set source switching to same.
    - enabled G0 TC interupts
    - connected my input clock to PFI 8
    It appears that "reload on TC" reloads 0xFFFFFFFF instead of my initial count. So I have to reload my initial count in the ISR.
    board->G0_Load_A.writeRegister(GPCT0_INITIAL_COUNT);
    This results in an interrupt every GPCT0_INITIAL_COUNT + 1 cycles. This means that I can only generate an interrupt every second cycle at best.
    Is there some way to overcome this limitation or is there a better way to achieve my aim?

    Russell_Thamm wrote:
    I want to generate an interrupt from an external clock (2 kHz). I can't find anything on generating an interrupt from a Digital Input.
    <snip>
    or is there a better way to achieve my aim?
    Hi Russell,
    Ideally, the best course of action is to use change detection [1]. Unfortunately, the M Series DDK does have change detection support like the X Series DDK does [2].
    However, if you have the analog input or analog output subsystem available, you can use your 2 kHz signal as the sample clock and enable interrupts on the START signal. Since the device will expect to acquire or generate samples, you'll need to either throw that acquired data away or provide safe, dummy data to generate.
    Analog input: tInterrupt_A_Enable :: setAI_START_Interrupt_Enable
    Analog output: tInterrupt_B_Enable :: setAO_START_Interrupt_Enable
    [1] M Series User Manual :: Change Detection (page 104)
    http://www.ni.com/pdf/manuals/371022k.pdf
    [2] How to generate an interrupt using DI change detection on m-series card
    http://forums.ni.com/t5/Driver-Development-Kit-DDK/How-to-generate-an-interrupt-using-DI-change-dete...
    Joe Friedchicken
    NI VirtualBench Application Software
    Get with your fellow hardware users :: [ NI's VirtualBench User Group ]
    Get with your fellow OS users :: [ NI's Linux User Group ] [ NI's OS X User Group ]
    Get with your fellow developers :: [ NI's DAQmx Base User Group ] [ NI's DDK User Group ]
    Senior Software Engineer :: Multifunction Instruments Applications Group
    Software Engineer :: Measurements RLP Group (until Mar 2014)
    Applications Engineer :: High Speed Product Group (until Sep 2008)

  • PCI-6602 ,interrupt error

      when I init the board,and Init the MITE,and I write 0x0040 to the register G0InterruptEnable (offset 0x092),and  I read the G0Status register(offset 0x004);
    the value is also 0, the relevant bit should be 1,right? what is wrong?

    I found the problem. I had my VI's priority set to 'highest(time critical)'. If I change the priority setting, everything works great.

  • Hilevel interrupts from a PCI device?

    This question has been asked before in this forum but did not really get answered: in Solaris 8 on a SPARC (specifically an UltraSPARC III in a SunBlade 1000), can I force the interrupt from a PCI card to be hilevel? If so, how is it done?
    I found the suggestion that this may have once been possible in Solaris in the article at http://soldc.sun.com/developer/support/driver/wps/pci/html/Interrupts.doc.html, but there's no detail on exactly how to do it and the document is dated February 1997. The current driver documentation does not list PCI as one of the bus types that generate hilevel interrupts. But it doesn't say it can't be done either.
    Dave

    The interrupt level for a PCI device is derived from the Base Class of the device or from the "interrupt-priorities" property which can be found in the driver.conf file. So to change the interrupt level to a hilevel interrupt you should set the "interrupt-priorities" property.
    See http://soldc.sun.com/developer/support/driver/wps/pci/html/Interrupts.doc.html

  • Bios "pcie 3 support" setting is not working?

    Hi All,
    When I dissable pcie 3 support in bios, it does not seem to turn it off.
    I just got this mobo (z77 mpower) with a 3770k and I am having issues with my two Gigabyte 670 in sli (they seems to run fine not in sli). These same cards were fine in my other computer which is a Z68 mobo and 2600k.
    I did some reading on a number of forums and there seems to be an issue with many of the Gigabyte 670 cards runing on pcie 3.0. A known fix is to turn off pcie 3.0 in the mobo bios and have them run in pcie 2.0. This sounds right since I was not having any issues on my z68/2600k pcie 2.0 setup. The crappy thing is if you have a mobo that does not have the option to turn of pcie 3 support in the bios... you are screwed and stuck with having ussues.
    So my problem is... when is dissable PCIe 3.0 support in the z77 mpower bios and in win7, it still shows that my cards are running in pcie 3.0, I have checked in two places both nvidia ctrl panel and also in gpuz and I continue to have the problems with the cards. When I go back into the bios to double check afterwards, it still shows as off.
    Has anyone dissabled the pcie 3 support in bios and can confirm that it does infact actually turns it off and makes the the slots pcie 2.0? Any help would be appreciated as I need to somehow make these cards run in pcie 2.0 and not 3.0
    Thanks,

    Quote from: flobelix on 24-February-13, 05:42:22
    What issues are you talking of?
    Issues I am having are only happening is sli. I know its not a PCIe slot on the mobo, I ran a single card in each slot without issues. I also know that these two same cards ran in sli for the past 8 months without any issues on my Z68 board, this only started when I put them into the Z77.
    Weird thing is, lets say I put card A in top slot and card B into the other slot.... I get random slowdowns , not only in games but also when browsing and even just looking at the desktop. The computer would freeze up (not freeze completely just everything would become bogged down for up to myb 10 seconds.. then gone for two or three then same freezing again again. Benchmarks like 3dmark11 results would be randowm, I ran 5 tests consecutively and they all ranged from 4000 - 14500 (14500 is what the system should be getting)
    Now if I switch the cards and put card B into slot A and card A in the other, those same slowdowns and freezes now become complete system lockups... bsod and or video driver crashes (nvidia kerner stops respondong)
    I know its not a driver, bio or software issues. I am having same symptoms under old and new bios on both mobo and vod cards. Also tryed many different versions of vod drivers. I have also dissabled on board sound, wifi and bluetooth to rule those out.
    Quote from: fulwider8 on 24-February-13, 07:31:54
    Not sure if this might be your issues...Would like to know some of your symptoms. But I have a post here on Ix boards. I was having a slight issue with my driver crashing, and not running great in SLI. Not a blue screen or anything like that. I really thought my video cards were defective. Come to find out. I had one stick of ram that was making all the issues happen. My symptoms.... Every-time I ran my cards in sli..it would cause a stop driver error in Nvidia control panel. If I ran the cards without sli or by themselves. no errors. One of the guys here suggested taking ram out and using only the second and 4th dimm. I took out 2 sticks of ram and it cleared right away. Found out that one of the sticks I took out was bad...Not bad enough to stop working..But just enough to cause these issues. Just a thought or a suggestion-check your ram? I would have never thought the ram was causing my problems..
    Not sure if I am speaking out of place..But I only own the z77a-gd65...I have owned other z77a boards too. I have only tried to disable the pci-e 3.0 on this board with no issues. Hope you figure it out. Would like to know what is causing your issues. I plan on purchasing this same board in the future.
    Thanks for the feedback fulwinder, I thought the same at first  and tryed another manufacturers ram and the results did not change:(

  • X-Fi Xtreme Audio PCIe still no bass on "Teufel 5.1"

    As the title suggests I have still no bass. Neither the PAX driver nor the latest Creative driver (XFXA_PCDRV_LB__04_0000) fixed the problem and if I am not wrong, the bass redirection option isn't designated for the latest Creative driver.
    The "SB P7X Series Support Pack 2.0" seems also not to be intended for the PCIe version, the setup doesn't even start .So, is there any owner of the obove mentioned soundcard who gets bass under Windows 7 32-bit ?
    PS: Sorry for my bad English -> German

    Re: [X-Fi Xtreme Audio PCIe] Optical In -> Analog Out [email protected]

  • An old DOS game and SoundBlaster 16 PCI

    Does anyone know if the SoundBlaster 6 PCI sound card will work with old DOS games? I've got an old game CD that I got stumped on and never finished. I'd like to try it again (after about 2 years). It's an old Ultima Underworld game. The only sound cards listed in the game are SoundBlaster/SoundBlaster Pro and Roland. Can the SB6 PCI card be setup manually at the time of installation? I'm booting the PC off a floppy to load DOS, this way I can update the autoexec and config files. Any feedback would be appreciated.
    Thanks,
    David

    I didn't have the 'Stationery Pad" box on the file I looked at to check the Get Info choices. But after you mentioned it, I had it on a different file I looked at. Being the curious sort, I had to look it up in the Help menu for OS X.
    Using files as stationery
    You can make a file work like a kind of template or "stationery." When you open a stationery file, a copy of the original is opened. You can edit the copy and save it, but the original file remains untouched.
    In the Finder, select the file and choose File > Get Info.
    Select the Stationery Pad checkbox.
    If you want to change the original, deselect the Stationery Pad checkbox and open the file to make changes. After you have made the changes and saved the file, you can designate it as stationery again using the Info window.
    Even the explanation seems a bit confusing. If you edit the copy and save it, where does the saved file go since the original file remains untouched? Seems like a rather useless option to me.
    Anyway, glad you got it figured out. Thanks for the greenie!

  • Laptop screen does not turn on after resume from suspend/hibernate

    I use systemctl suspend/hibernate to resume,  but the screen does not turn on from resume. everything else still functions just fine, meaning i can type in reboot and reboot, but a "turned off" black screen.
    00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h Processor Root Complex
    00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] BeaverCreek [Radeon HD 6520G]
    00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] BeaverCreek HDMI Audio [Radeon HD 6500D and 6400G-6600G series]
    00:02.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 12h Processor Root Port
    00:11.0 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode]
    00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller (rev 11)
    00:12.2 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller (rev 11)
    00:13.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller (rev 11)
    00:13.2 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller (rev 11)
    00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 13)
    00:14.1 IDE interface: Advanced Micro Devices, Inc. [AMD] FCH IDE Controller
    00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD] FCH Azalia Controller (rev 01)
    00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 11)
    00:14.4 PCI bridge: Advanced Micro Devices, Inc. [AMD] FCH PCI Bridge (rev 40)
    00:15.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Hudson PCI to PCI bridge (PCIE port 0)
    00:15.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Hudson PCI to PCI bridge (PCIE port 1)
    00:15.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Hudson PCI to PCI bridge (PCIE port 2)
    00:16.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller (rev 11)
    00:16.2 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller (rev 11)
    00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 0 (rev 43)
    00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 1
    00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 2
    00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 3
    00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 4
    00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 6
    00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 5
    00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 7
    04:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)
    05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.19.0-1-ARCH (builduser@tobias) (gcc version 4.9.2 20150204 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Feb 9 07:08:20 CET 2015
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=70f3d39a-cd3c-4127-84d2-9af3430201ab rw quiet rootfstype=xfs i8042.nomux=1 i8042.reset
    [ 0.000000] tseg: 009ff00000
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009f8f4fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009f8f5000-0x000000009f939fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000009f93a000-0x000000009f951fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x000000009f952000-0x000000009f954fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000009f955000-0x000000009f955fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009f956000-0x000000009f96cfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000009f96d000-0x000000009f974fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000009f975000-0x000000009f9a4fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000009f9a5000-0x000000009f9a5fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000009f9a6000-0x000000009f9b5fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009f9b6000-0x000000009f9c3fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000009f9c4000-0x000000009f9c5fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000009f9c6000-0x000000009f9ccfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000009f9cd000-0x000000009fa02fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000009fa03000-0x000000009fc05fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000009fc06000-0x000000009fd78fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009fd79000-0x000000009fef5fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000009fef6000-0x000000009fefffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed61000-0x00000000fed70fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100001000-0x000000023effffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: TOSHIBA Satellite L775D/TKBSS, BIOS 1.40 07/22/2011
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x23f000 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF write-through
    [ 0.000000] C0000-CFFFF write-protect
    [ 0.000000] D0000-E7FFF uncachable
    [ 0.000000] E8000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0000000000 mask FF00000000 write-back
    [ 0.000000] 1 base 009FF00000 mask FFFFF00000 uncachable
    [ 0.000000] 2 base 00A0000000 mask FFE0000000 uncachable
    [ 0.000000] 3 base 00C0000000 mask FFC0000000 uncachable
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] TOM2: 000000023f000000 aka 9200M
    [ 0.000000] PAT configuration [0-7]: WB WC UC- UC WB WC UC- UC
    [ 0.000000] e820: update [mem 0x9ff00000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0x9ff00 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000fcf30-0x000fcf3f] mapped at [ffff8800000fcf30]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b32000, 0x01b32fff] PGTABLE
    [ 0.000000] BRK [0x01b33000, 0x01b33fff] PGTABLE
    [ 0.000000] BRK [0x01b34000, 0x01b34fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x23ee00000-0x23effffff]
    [ 0.000000] [mem 0x23ee00000-0x23effffff] page 2M
    [ 0.000000] BRK [0x01b35000, 0x01b35fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x220000000-0x23edfffff]
    [ 0.000000] [mem 0x220000000-0x23edfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x200000000-0x21fffffff]
    [ 0.000000] [mem 0x200000000-0x21fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x9f8f4fff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0x7fffffff] page 1G
    [ 0.000000] [mem 0x80000000-0x9f7fffff] page 2M
    [ 0.000000] [mem 0x9f800000-0x9f8f4fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x9f955000-0x9f955fff]
    [ 0.000000] [mem 0x9f955000-0x9f955fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x9f9a6000-0x9f9b5fff]
    [ 0.000000] [mem 0x9f9a6000-0x9f9b5fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x9fc06000-0x9fd78fff]
    [ 0.000000] [mem 0x9fc06000-0x9fd78fff] page 4k
    [ 0.000000] BRK [0x01b36000, 0x01b36fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x9fef6000-0x9fefffff]
    [ 0.000000] [mem 0x9fef6000-0x9fefffff] page 4k
    [ 0.000000] BRK [0x01b37000, 0x01b37fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x100001000-0x1ffffffff]
    [ 0.000000] [mem 0x100001000-0x1001fffff] page 4k
    [ 0.000000] [mem 0x100200000-0x13fffffff] page 2M
    [ 0.000000] [mem 0x140000000-0x1ffffffff] page 1G
    [ 0.000000] RAMDISK: [mem 0x37652000-0x37b20fff]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x00000000000F0450 000024 (v02 TOSASU)
    [ 0.000000] ACPI: XSDT 0x000000009F93A070 000064 (v01 TOSASU TOSASU00 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 0x000000009F94E438 0000F4 (v04 TOSASU TOSASU00 01072009 AMI 00010013)
    [ 0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20141107/tbfadt-649)
    [ 0.000000] ACPI: DSDT 0x000000009F93A168 0142CF (v02 TOSASU TOSASU00 00000140 INTL 20051117)
    [ 0.000000] ACPI: FACS 0x000000009F9C6F80 000040
    [ 0.000000] ACPI: APIC 0x000000009F94E530 000072 (v03 TOSASU TOSASU00 01072009 AMI 00010013)
    [ 0.000000] ACPI: ECDT 0x000000009F94E5A8 0000C1 (v01 TOSASU TOSASU00 01072009 AMI. 00000004)
    [ 0.000000] ACPI: SLIC 0x000000009F94E670 000176 (v01 TOSASU TOSASU00 01072009 MSFT 00000001)
    [ 0.000000] ACPI: MCFG 0x000000009F94E7E8 00003C (v01 A M I GMCH945. 01072009 MSFT 00000097)
    [ 0.000000] ACPI: HPET 0x000000009F94E828 000038 (v01 TOSASU TOSASU00 01072009 AMI 00000004)
    [ 0.000000] ACPI: SSDT 0x000000009F94E860 000E34 (v01 AMD POWERNOW 00000001 AMD 00000001)
    [ 0.000000] ACPI: SSDT 0x000000009F94F698 00193D (v02 AMD ALIB 00000001 MSFT 04000000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000023effffff]
    [ 0.000000] NODE_DATA(0) allocated [mem 0x23eff8000-0x23effbfff]
    [ 0.000000] [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880236e00000-ffff88023e5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x23effffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009dfff]
    [ 0.000000] node 0: [mem 0x00100000-0x9f8f4fff]
    [ 0.000000] node 0: [mem 0x9f955000-0x9f955fff]
    [ 0.000000] node 0: [mem 0x9f9a6000-0x9f9b5fff]
    [ 0.000000] node 0: [mem 0x9fc06000-0x9fd78fff]
    [ 0.000000] node 0: [mem 0x9fef6000-0x9fefffff]
    [ 0.000000] node 0: [mem 0x100001000-0x23effffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00001000-0x23effffff]
    [ 0.000000] On node 0 totalpages: 1960479
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3997 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 10155 pages used for memmap
    [ 0.000000] DMA32 zone: 649859 pages, LIFO batch:31
    [ 0.000000] Normal zone: 20416 pages used for memmap
    [ 0.000000] Normal zone: 1306623 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x05] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 5, version 33, 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 low level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0xffffffff base: 0xfed00000
    [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9f8f5000-0x9f939fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9f93a000-0x9f951fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9f952000-0x9f954fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9f956000-0x9f96cfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9f96d000-0x9f974fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9f975000-0x9f9a4fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9f9a5000-0x9f9a5fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9f9b6000-0x9f9c3fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9f9c4000-0x9f9c5fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9f9c6000-0x9f9ccfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9f9cd000-0x9fa02fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9fa03000-0x9fc05fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9fd79000-0x9fef5fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9ff00000-0xdfffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed60fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed61000-0xfed70fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed71000-0xfed7ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfeffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x100000000-0x100000fff]
    [ 0.000000] e820: [mem 0x9ff00000-0xdfffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 31 pages/cpu @ffff88023ec00000 s86336 r8192 d32448 u524288
    [ 0.000000] pcpu-alloc: s86336 r8192 d32448 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1929823
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=70f3d39a-cd3c-4127-84d2-9af3430201ab rw quiet rootfstype=xfs i8042.nomux=1 i8042.reset
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] AGP: Checking aperture...
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 7635708K/7841916K available (5531K kernel code, 917K rwdata, 1744K rodata, 1164K init, 1156K bss, 206208K reserved, 0K cma-reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] NR_IRQS:8448 nr_irqs:456 16
    [ 0.000000] spurious 8259A interrupt: IRQ7.
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 1397.380 MHz processor
    [ 0.000043] Calibrating delay loop (skipped), value calculated using timer frequency.. 2795.20 BogoMIPS (lpj=4657933)
    [ 0.000046] pid_max: default: 32768 minimum: 301
    [ 0.000053] ACPI: Core revision 20141107
    [ 0.000055] TOSHIBA Satellite detected - force copy of DSDT to local memory
    [ 0.000123] ACPI: Forced DSDT copy: length 0x142CF copied locally, original unmapped
    [ 0.015021] ACPI: All ACPI Tables successfully acquired
    [ 0.016280] Security Framework initialized
    [ 0.016286] Yama: becoming mindful.
    [ 0.016907] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.019182] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.020189] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.020201] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.020472] Initializing cgroup subsys memory
    [ 0.020479] Initializing cgroup subsys devices
    [ 0.020482] Initializing cgroup subsys freezer
    [ 0.020484] Initializing cgroup subsys net_cls
    [ 0.020487] Initializing cgroup subsys blkio
    [ 0.020510] CPU: Physical Processor ID: 0
    [ 0.020511] CPU: Processor Core ID: 0
    [ 0.020513] mce: CPU supports 6 MCE banks
    [ 0.020522] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
    Last level dTLB entries: 4KB 1024, 2MB 128, 4MB 64, 1GB 0
    [ 0.020644] Freeing SMP alternatives memory: 20K (ffffffff81a0a000 - ffffffff81a0f000)
    [ 0.021880] ftrace: allocating 21166 entries in 83 pages
    [ 0.035456] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.068473] smpboot: CPU0: AMD A6-3400M APU with Radeon(tm) HD Graphics (fam: 12, model: 01, stepping: 00)
    [ 0.174081] Performance Events: AMD PMU driver.
    [ 0.174086] ... version: 0
    [ 0.174087] ... bit width: 48
    [ 0.174088] ... generic registers: 4
    [ 0.174089] ... value mask: 0000ffffffffffff
    [ 0.174090] ... max period: 00007fffffffffff
    [ 0.174091] ... fixed-purpose events: 0
    [ 0.174092] ... event mask: 000000000000000f
    [ 0.191034] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.197738] x86: Booting SMP configuration:
    [ 0.197744] .... node #0, CPUs: #1 #2 #3
    [ 0.250891] x86: Booted up 1 node, 4 CPUs
    [ 0.250896] smpboot: Total of 4 processors activated (11183.83 BogoMIPS)
    [ 0.252264] devtmpfs: initialized
    [ 0.257696] PM: Registering ACPI NVS region [mem 0x9f8f5000-0x9f939fff] (282624 bytes)
    [ 0.257715] PM: Registering ACPI NVS region [mem 0x9f952000-0x9f954fff] (12288 bytes)
    [ 0.257718] PM: Registering ACPI NVS region [mem 0x9f96d000-0x9f974fff] (32768 bytes)
    [ 0.257721] PM: Registering ACPI NVS region [mem 0x9f9a5000-0x9f9a5fff] (4096 bytes)
    [ 0.257724] PM: Registering ACPI NVS region [mem 0x9f9b6000-0x9f9c3fff] (57344 bytes)
    [ 0.257727] PM: Registering ACPI NVS region [mem 0x9f9c6000-0x9f9ccfff] (28672 bytes)
    [ 0.257729] PM: Registering ACPI NVS region [mem 0x9fa03000-0x9fc05fff] (2109440 bytes)
    [ 0.258125] pinctrl core: initialized pinctrl subsystem
    [ 0.258173] RTC time: 18:50:52, date: 02/22/15
    [ 0.258343] NET: Registered protocol family 16
    [ 0.270952] cpuidle: using governor ladder
    [ 0.284279] cpuidle: using governor menu
    [ 0.284490] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.284493] ACPI: bus type PCI registered
    [ 0.284495] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.284605] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.284608] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.285035] PCI: Using configuration type 1 for base access
    [ 0.299021] ACPI: Added _OSI(Module Device)
    [ 0.299025] ACPI: Added _OSI(Processor Device)
    [ 0.299027] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.299029] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.300870] ACPI : EC: EC description table is found, configuring boot EC
    [ 0.302900] ACPI: Executed 2 blocks of module-level executable AML code
    [ 0.831121] ACPI: Interpreter enabled
    [ 0.831132] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20141107/hwxface-580)
    [ 0.831140] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20141107/hwxface-580)
    [ 0.831167] ACPI: (supports S0 S3 S4 S5)
    [ 0.831169] ACPI: Using IOAPIC for interrupt routing
    [ 0.831382] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.842727] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.842738] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.843157] acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
    [ 0.843782] PCI host bridge to bus 0000:00
    [ 0.843788] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.843792] pci_bus 0000:00: root bus resource [io 0x0000-0x03af]
    [ 0.843796] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7]
    [ 0.843800] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df]
    [ 0.843803] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.843806] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.843810] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
    [ 0.843813] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff]
    [ 0.843825] pci 0000:00:00.0: [1022:1705] type 00 class 0x060000
    [ 0.843978] pci 0000:00:01.0: [1002:9647] type 00 class 0x030000
    [ 0.843993] pci 0000:00:01.0: reg 0x10: [mem 0xc0000000-0xcfffffff pref]
    [ 0.844002] pci 0000:00:01.0: reg 0x14: [io 0xf000-0xf0ff]
    [ 0.844011] pci 0000:00:01.0: reg 0x18: [mem 0xfeb00000-0xfeb3ffff]
    [ 0.844070] pci 0000:00:01.0: supports D1 D2
    [ 0.844185] pci 0000:00:01.1: [1002:1714] type 00 class 0x040300
    [ 0.844197] pci 0000:00:01.1: reg 0x10: [mem 0xfeb44000-0xfeb47fff]
    [ 0.844272] pci 0000:00:01.1: supports D1 D2
    [ 0.844388] pci 0000:00:02.0: [1022:1707] type 01 class 0x060400
    [ 0.844483] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
    [ 0.844641] pci 0000:00:11.0: [1022:7801] type 00 class 0x010601
    [ 0.844665] pci 0000:00:11.0: reg 0x10: [io 0xf190-0xf197]
    [ 0.844678] pci 0000:00:11.0: reg 0x14: [io 0xf180-0xf183]
    [ 0.844690] pci 0000:00:11.0: reg 0x18: [io 0xf170-0xf177]
    [ 0.844703] pci 0000:00:11.0: reg 0x1c: [io 0xf160-0xf163]
    [ 0.844715] pci 0000:00:11.0: reg 0x20: [io 0xf150-0xf15f]
    [ 0.844728] pci 0000:00:11.0: reg 0x24: [mem 0xfeb4e000-0xfeb4e7ff]
    [ 0.844896] pci 0000:00:12.0: [1022:7807] type 00 class 0x0c0310
    [ 0.844914] pci 0000:00:12.0: reg 0x10: [mem 0xfeb4d000-0xfeb4dfff]
    [ 0.845044] pci 0000:00:12.0: System wakeup disabled by ACPI
    [ 0.845114] pci 0000:00:12.2: [1022:7808] type 00 class 0x0c0320
    [ 0.845138] pci 0000:00:12.2: reg 0x10: [mem 0xfeb4c000-0xfeb4c0ff]
    [ 0.845242] pci 0000:00:12.2: supports D1 D2
    [ 0.845245] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    [ 0.845313] pci 0000:00:12.2: System wakeup disabled by ACPI
    [ 0.845383] pci 0000:00:13.0: [1022:7807] type 00 class 0x0c0310
    [ 0.845400] pci 0000:00:13.0: reg 0x10: [mem 0xfeb4b000-0xfeb4bfff]
    [ 0.845529] pci 0000:00:13.0: System wakeup disabled by ACPI
    [ 0.845599] pci 0000:00:13.2: [1022:7808] type 00 class 0x0c0320
    [ 0.845623] pci 0000:00:13.2: reg 0x10: [mem 0xfeb4a000-0xfeb4a0ff]
    [ 0.845727] pci 0000:00:13.2: supports D1 D2
    [ 0.845730] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    [ 0.845799] pci 0000:00:13.2: System wakeup disabled by ACPI
    [ 0.845867] pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500
    [ 0.846051] pci 0000:00:14.1: [1022:780c] type 00 class 0x01018a
    [ 0.846069] pci 0000:00:14.1: reg 0x10: [io 0xf140-0xf147]
    [ 0.846081] pci 0000:00:14.1: reg 0x14: [io 0xf130-0xf133]
    [ 0.846094] pci 0000:00:14.1: reg 0x18: [io 0xf120-0xf127]
    [ 0.846107] pci 0000:00:14.1: reg 0x1c: [io 0xf110-0xf113]
    [ 0.846119] pci 0000:00:14.1: reg 0x20: [io 0xf100-0xf10f]
    [ 0.846145] pci 0000:00:14.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
    [ 0.846148] pci 0000:00:14.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
    [ 0.846151] pci 0000:00:14.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
    [ 0.846154] pci 0000:00:14.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
    [ 0.846275] pci 0000:00:14.2: [1022:780d] type 00 class 0x040300
    [ 0.846303] pci 0000:00:14.2: reg 0x10: [mem 0xfeb40000-0xfeb43fff 64bit]
    [ 0.846387] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    [ 0.846454] pci 0000:00:14.2: System wakeup disabled by ACPI
    [ 0.846515] pci 0000:00:14.3: [1022:780e] type 00 class 0x060100
    [ 0.846704] pci 0000:00:14.4: [1022:780f] type 01 class 0x060401
    [ 0.846806] pci 0000:00:14.4: System wakeup disabled by ACPI
    [ 0.846879] pci 0000:00:15.0: [1022:43a0] type 01 class 0x060400
    [ 0.846982] pci 0000:00:15.0: supports D1 D2
    [ 0.847053] pci 0000:00:15.0: System wakeup disabled by ACPI
    [ 0.847122] pci 0000:00:15.1: [1022:43a1] type 01 class 0x060400
    [ 0.847225] pci 0000:00:15.1: supports D1 D2
    [ 0.847296] pci 0000:00:15.1: System wakeup disabled by ACPI
    [ 0.847363] pci 0000:00:15.2: [1022:43a2] type 01 class 0x060400
    [ 0.847466] pci 0000:00:15.2: supports D1 D2
    [ 0.847537] pci 0000:00:15.2: System wakeup disabled by ACPI
    [ 0.847610] pci 0000:00:16.0: [1022:7807] type 00 class 0x0c0310
    [ 0.847628] pci 0000:00:16.0: reg 0x10: [mem 0xfeb49000-0xfeb49fff]
    [ 0.847757] pci 0000:00:16.0: System wakeup disabled by ACPI
    [ 0.847827] pci 0000:00:16.2: [1022:7808] type 00 class 0x0c0320
    [ 0.847851] pci 0000:00:16.2: reg 0x10: [mem 0xfeb48000-0xfeb480ff]
    [ 0.847956] pci 0000:00:16.2: supports D1 D2
    [ 0.847959] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
    [ 0.848026] pci 0000:00:16.2: System wakeup disabled by ACPI
    [ 0.848093] pci 0000:00:18.0: [1022:1700] type 00 class 0x060000
    [ 0.848228] pci 0000:00:18.1: [1022:1701] type 00 class 0x060000
    [ 0.848359] pci 0000:00:18.2: [1022:1702] type 00 class 0x060000
    [ 0.848490] pci 0000:00:18.3: [1022:1703] type 00 class 0x060000
    [ 0.848632] pci 0000:00:18.4: [1022:1704] type 00 class 0x060000
    [ 0.848762] pci 0000:00:18.5: [1022:1718] type 00 class 0x060000
    [ 0.848892] pci 0000:00:18.6: [1022:1716] type 00 class 0x060000
    [ 0.849021] pci 0000:00:18.7: [1022:1719] type 00 class 0x060000
    [ 0.849252] pci 0000:00:02.0: PCI bridge to [bus 01]
    [ 0.849360] pci 0000:00:14.4: PCI bridge to [bus 02] (subtractive decode)
    [ 0.849372] pci 0000:00:14.4: bridge window [io 0x0000-0x03af] (subtractive decode)
    [ 0.849376] pci 0000:00:14.4: bridge window [io 0x03e0-0x0cf7] (subtractive decode)
    [ 0.849379] pci 0000:00:14.4: bridge window [io 0x03b0-0x03df] (subtractive decode)
    [ 0.849383] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.849387] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.849390] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
    [ 0.849394] pci 0000:00:14.4: bridge window [mem 0xc0000000-0xffffffff] (subtractive decode)
    [ 0.849483] pci 0000:00:15.0: PCI bridge to [bus 03]
    [ 0.849617] pci 0000:04:00.0: [10ec:8176] type 00 class 0x028000
    [ 0.849646] pci 0000:04:00.0: reg 0x10: [io 0xe000-0xe0ff]
    [ 0.849687] pci 0000:04:00.0: reg 0x18: [mem 0xfea00000-0xfea03fff 64bit]
    [ 0.849834] pci 0000:04:00.0: supports D1 D2
    [ 0.849837] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.849878] pci 0000:04:00.0: System wakeup disabled by ACPI
    [ 0.854467] pci 0000:00:15.1: PCI bridge to [bus 04]
    [ 0.854488] pci 0000:00:15.1: bridge window [io 0xe000-0xefff]
    [ 0.854499] pci 0000:00:15.1: bridge window [mem 0xfea00000-0xfeafffff]
    [ 0.854661] pci 0000:05:00.0: [10ec:8136] type 00 class 0x020000
    [ 0.854688] pci 0000:05:00.0: reg 0x10: [io 0xd000-0xd0ff]
    [ 0.854722] pci 0000:05:00.0: reg 0x18: [mem 0xd0004000-0xd0004fff 64bit pref]
    [ 0.854743] pci 0000:05:00.0: reg 0x20: [mem 0xd0000000-0xd0003fff 64bit pref]
    [ 0.854860] pci 0000:05:00.0: supports D1 D2
    [ 0.854863] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.854907] pci 0000:05:00.0: System wakeup disabled by ACPI
    [ 0.861144] pci 0000:00:15.2: PCI bridge to [bus 05]
    [ 0.861165] pci 0000:00:15.2: bridge window [io 0xd000-0xdfff]
    [ 0.861180] pci 0000:00:15.2: bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
    [ 0.861237] acpi PNP0A03:00: Disabling ASPM (FADT indicates it is unsupported)
    [ 0.861791] ACPI: PCI Interrupt Link [LN24] (IRQs *24)
    [ 0.861823] ACPI: PCI Interrupt Link [LN25] (IRQs *25)
    [ 0.861855] ACPI: PCI Interrupt Link [LN26] (IRQs *26)
    [ 0.861887] ACPI: PCI Interrupt Link [LN27] (IRQs *27)
    [ 0.861918] ACPI: PCI Interrupt Link [LN28] (IRQs *28)
    [ 0.861951] ACPI: PCI Interrupt Link [LN29] (IRQs *29)
    [ 0.861981] ACPI: PCI Interrupt Link [LN30] (IRQs *30)
    [ 0.862011] ACPI: PCI Interrupt Link [LN31] (IRQs *31)
    [ 0.862041] ACPI: PCI Interrupt Link [LN32] (IRQs *32)
    [ 0.862071] ACPI: PCI Interrupt Link [LN33] (IRQs *33)
    [ 0.862101] ACPI: PCI Interrupt Link [LN34] (IRQs *34)
    [ 0.862130] ACPI: PCI Interrupt Link [LN35] (IRQs *35)
    [ 0.862160] ACPI: PCI Interrupt Link [LN36] (IRQs *36)
    [ 0.862190] ACPI: PCI Interrupt Link [LN37] (IRQs *37)
    [ 0.862219] ACPI: PCI Interrupt Link [LN38] (IRQs *38)
    [ 0.862249] ACPI: PCI Interrupt Link [LN39] (IRQs *39)
    [ 0.862279] ACPI: PCI Interrupt Link [LN40] (IRQs *40)
    [ 0.862309] ACPI: PCI Interrupt Link [LN41] (IRQs *41)
    [ 0.862338] ACPI: PCI Interrupt Link [LN42] (IRQs *42)
    [ 0.862368] ACPI: PCI Interrupt Link [LN43] (IRQs *43)
    [ 0.862398] ACPI: PCI Interrupt Link [LN44] (IRQs *44)
    [ 0.862428] ACPI: PCI Interrupt Link [LN45] (IRQs *45)
    [ 0.862457] ACPI: PCI Interrupt Link [LN46] (IRQs *46)
    [ 0.862487] ACPI: PCI Interrupt Link [LN47] (IRQs *47)
    [ 0.862517] ACPI: PCI Interrupt Link [LN48] (IRQs *48)
    [ 0.862546] ACPI: PCI Interrupt Link [LN49] (IRQs *49)
    [ 0.862576] ACPI: PCI Interrupt Link [LN50] (IRQs *50)
    [ 0.862606] ACPI: PCI Interrupt Link [LN51] (IRQs *51)
    [ 0.862635] ACPI: PCI Interrupt Link [LN52] (IRQs *52)
    [ 0.862665] ACPI: PCI Interrupt Link [LN53] (IRQs *53)
    [ 0.862695] ACPI: PCI Interrupt Link [LN54] (IRQs *54)
    [ 0.862726] ACPI: PCI Interrupt Link [LN55] (IRQs *55)
    [ 0.862781] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
    [ 0.862883] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
    [ 0.862986] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
    [ 0.863084] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
    [ 0.863164] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
    [ 0.863228] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
    [ 0.863292] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
    [ 0.863356] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
    [ 0.864141] ACPI : EC: GPE = 0xc, I/O: command/status = 0x66, data = 0x62
    [ 0.864446] vgaarb: setting as boot device: PCI:0000:00:01.0
    [ 0.864452] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.864464] vgaarb: loaded
    [ 0.864466] vgaarb: bridge control possible 0000:00:01.0
    [ 0.864788] PCI: Using ACPI for IRQ routing
    [ 0.874741] PCI: pci_cache_line_size set to 64 bytes
    [ 0.874840] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
    [ 0.874844] e820: reserve RAM buffer [mem 0x9f8f5000-0x9fffffff]
    [ 0.874848] e820: reserve RAM buffer [mem 0x9f956000-0x9fffffff]
    [ 0.874851] e820: reserve RAM buffer [mem 0x9f9b6000-0x9fffffff]
    [ 0.874854] e820: reserve RAM buffer [mem 0x9fd79000-0x9fffffff]
    [ 0.874856] e820: reserve RAM buffer [mem 0x9ff00000-0x9fffffff]
    [ 0.874859] e820: reserve RAM buffer [mem 0x23f000000-0x23fffffff]
    [ 0.875079] NetLabel: Initializing
    [ 0.875081] NetLabel: domain hash size = 128
    [ 0.875083] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.875101] NetLabel: unlabeled traffic allowed by default
    [ 0.875143] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.875149] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    [ 0.877246] Switched to clocksource hpet
    [ 0.884868] pnp: PnP ACPI init
    [ 0.885072] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.885079] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.886017] system 00:01: [io 0x04d0-0x04d1] has been reserved
    [ 0.886021] system 00:01: [io 0x040b] has been reserved
    [ 0.886025] system 00:01: [io 0x04d6] has been reserved
    [ 0.886029] system 00:01: [io 0x0c00-0x0c01] has been reserved
    [ 0.886032] system 00:01: [io 0x0c14] has been reserved
    [ 0.886036] system 00:01: [io 0x0c50-0x0c51] has been reserved
    [ 0.886039] system 00:01: [io 0x0c52] has been reserved
    [ 0.886042] system 00:01: [io 0x0c6c] has been reserved
    [ 0.886046] system 00:01: [io 0x0c6f] has been reserved
    [ 0.886049] system 00:01: [io 0x0cd0-0x0cd1] has been reserved
    [ 0.886052] system 00:01: [io 0x0cd2-0x0cd3] has been reserved
    [ 0.886056] system 00:01: [io 0x0cd4-0x0cd5] has been reserved
    [ 0.886059] system 00:01: [io 0x0cd6-0x0cd7] has been reserved
    [ 0.886063] system 00:01: [io 0x0cd8-0x0cdf] has been reserved
    [ 0.886067] system 00:01: [io 0x0800-0x089f] could not be reserved
    [ 0.886070] system 00:01: [io 0x0b20-0x0b3f] has been reserved
    [ 0.886074] system 00:01: [io 0x0900-0x090f] has been reserved
    [ 0.886082] system 00:01: [io 0x0910-0x091f] has been reserved
    [ 0.886086] system 00:01: [io 0xfe00-0xfefe] has been reserved
    [ 0.886091] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.886096] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.886100] system 00:01: [mem 0xfed80000-0xfed8ffff] has been reserved
    [ 0.886104] system 00:01: [mem 0xfed61000-0xfed70fff] has been reserved
    [ 0.886107] system 00:01: [mem 0xfec10000-0xfec10fff] has been reserved
    [ 0.886112] system 00:01: [mem 0xfed00000-0xfed00fff] could not be reserved
    [ 0.886116] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
    [ 0.886120] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.886180] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.886279] system 00:03: [io 0x04d0-0x04d1] has been reserved
    [ 0.886283] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.886353] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.886420] system 00:05: [io 0x0240-0x0259] has been reserved
    [ 0.886424] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.886523] pnp 00:06: Plug and Play ACPI device, IDs TOS0220 SYN1d00 SYN0002 PNP0f13 (active)
    [ 0.886596] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    [ 0.886784] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.887277] pnp: PnP ACPI: found 9 devices
    [ 0.895955] pci 0000:00:02.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
    [ 0.895964] pci 0000:00:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
    [ 0.895969] pci 0000:00:02.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000
    [ 0.896008] pci 0000:00:02.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 0.896012] pci 0000:00:02.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.896016] pci 0000:00:02.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.896026] pci 0000:00:02.0: BAR 14: assigned [mem 0xd0100000-0xd02fffff]
    [ 0.896039] pci 0000:00:02.0: BAR 15: assigned [mem 0xd0300000-0xd04fffff 64bit pref]
    [ 0.896046] pci 0000:00:02.0: BAR 13: assigned [io 0x1000-0x1fff]
    [ 0.896051] pci 0000:00:02.0: PCI bridge to [bus 01]
    [ 0.896056] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff]
    [ 0.896061] pci 0000:00:02.0: bridge window [mem 0xd0100000-0xd02fffff]
    [ 0.896067] pci 0000:00:02.0: bridge window [mem 0xd0300000-0xd04fffff 64bit pref]
    [ 0.896073] pci 0000:00:14.4: PCI bridge to [bus 02]
    [ 0.896089] pci 0000:00:15.0: PCI bridge to [bus 03]
    [ 0.896103] pci 0000:00:15.1: PCI bridge to [bus 04]
    [ 0.896107] pci 0000:00:15.1: bridge window [io 0xe000-0xefff]
    [ 0.896114] pci 0000:00:15.1: bridge window [mem 0xfea00000-0xfeafffff]
    [ 0.896124] pci 0000:00:15.2: PCI bridge to [bus 05]
    [ 0.896129] pci 0000:00:15.2: bridge window [io 0xd000-0xdfff]
    [ 0.896138] pci 0000:00:15.2: bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
    [ 0.896147] pci_bus 0000:00: resource 4 [io 0x0000-0x03af]
    [ 0.896151] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7]
    [ 0.896154] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df]
    [ 0.896157] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff]
    [ 0.896160] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff]
    [ 0.896164] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff]
    [ 0.896167] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff]
    [ 0.896171] pci_bus 0000:01: resource 0 [io 0x1000-0x1fff]
    [ 0.896174] pci_bus 0000:01: resource 1 [mem 0xd0100000-0xd02fffff]
    [ 0.896178] pci_bus 0000:01: resource 2 [mem 0xd0300000-0xd04fffff 64bit pref]
    [ 0.896182] pci_bus 0000:02: resource 4 [io 0x0000-0x03af]
    [ 0.896185] pci_bus 0000:02: resource 5 [io 0x03e0-0x0cf7]
    [ 0.896188] pci_bus 0000:02: resource 6 [io 0x03b0-0x03df]
    [ 0.896191] pci_bus 0000:02: resource 7 [io 0x0d00-0xffff]
    [ 0.896194] pci_bus 0000:02: resource 8 [mem 0x000a0000-0x000bffff]
    [ 0.896198] pci_bus 0000:02: resource 9 [mem 0x000c0000-0x000dffff]
    [ 0.896201] pci_bus 0000:02: resource 10 [mem 0xc0000000-0xffffffff]
    [ 0.896205] pci_bus 0000:04: resource 0 [io 0xe000-0xefff]
    [ 0.896208] pci_bus 0000:04: resource 1 [mem 0xfea00000-0xfeafffff]
    [ 0.896212] pci_bus 0000:05: resource 0 [io 0xd000-0xdfff]
    [ 0.896215] pci_bus 0000:05: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
    [ 0.896259] NET: Registered protocol family 2
    [ 0.896597] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.896863] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.897301] TCP: Hash tables configured (established 65536 bind 65536)
    [ 0.897360] TCP: reno registered
    [ 0.897379] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.897467] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.897618] NET: Registered protocol family 1
    [ 0.897646] pci 0000:00:01.0: Video device with shadowed ROM
    [ 1.838171] PCI: CLS 64 bytes, default 64
    [ 1.838242] Unpacking initramfs...
    [ 1.934095] Freeing initrd memory: 4924K (ffff880037652000 - ffff880037b21000)
    [ 1.934107] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 1.934110] software IO TLB [mem 0x9b8f5000-0x9f8f5000] (64MB) mapped at [ffff88009b8f5000-ffff88009f8f4fff]
    [ 1.934495] microcode: CPU0: patch_level=0x03000014
    [ 1.934537] microcode: CPU1: patch_level=0x03000014
    [ 1.934580] microcode: CPU2: patch_level=0x03000014
    [ 1.934625] microcode: CPU3: patch_level=0x03000014
    [ 1.934758] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 1.934766] LVT offset 0 assigned for vector 0x400
    [ 1.934817] perf: AMD IBS detected (0x000000ff)
    [ 1.934854] Scanning for low memory corruption every 60 seconds
    [ 1.935293] futex hash table entries: 1024 (order: 4, 65536 bytes)
    [ 1.935315] Initialise system trusted keyring
    [ 1.935789] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 1.937285] zpool: loaded
    [ 1.937288] zbud: loaded
    [ 1.937658] VFS: Disk quotas dquot_6.5.2
    [ 1.937709] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 1.937948] Key type big_key registered
    [ 1.938436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 1.938508] io scheduler noop registered
    [ 1.938511] io scheduler deadline registered
    [ 1.938546] io scheduler cfq registered (default)
    [ 1.939375] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt
    [ 1.939380] pcie_pme 0000:00:02.0:pcie01: service driver pcie_pme loaded
    [ 1.939399] pcieport 0000:00:15.0: Signaling PME through PCIe PME interrupt
    [ 1.939403] pcie_pme 0000:00:15.0:pcie01: service driver pcie_pme loaded
    [ 1.939421] pcieport 0000:00:15.1: Signaling PME through PCIe PME interrupt
    [ 1.939423] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
    [ 1.939428] pcie_pme 0000:00:15.1:pcie01: service driver pcie_pme loaded
    [ 1.939447] pcieport 0000:00:15.2: Signaling PME through PCIe PME interrupt
    [ 1.939449] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
    [ 1.939453] pcie_pme 0000:00:15.2:pcie01: service driver pcie_pme loaded
    [ 1.939461] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 1.939494] pciehp 0000:00:02.0:pcie04: Slot #2 AttnBtn- AttnInd- PwrInd- PwrCtrl- MRL- Interlock- NoCompl+ LLActRep+
    [ 1.939528] pciehp 0000:00:02.0:pcie04: service driver pciehp loaded
    [ 1.939533] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 1.939550] vesafb: mode is 1152x864x32, linelength=4608, pages=0
    [ 1.939552] vesafb: scrolling: redraw
    [ 1.939554] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    [ 1.939576] vesafb: framebuffer at 0xc0000000, mapped to 0xffffc90010e80000, using 3904k, total 3904k
    [ 1.955978] Console: switching to colour frame buffer device 144x54
    [ 1.972261] fb0: VESA VGA frame buffer device
    [ 1.972328] GHES: HEST is not enabled!
    [ 1.972535] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.973720] Linux agpgart interface v0.103
    [ 1.973797] rtc_cmos 00:02: RTC can wake from S4
    [ 1.973936] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 1.973964] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 1.973983] ledtrig-cpu: registered to indicate activity on CPUs
    [ 1.974434] TCP: cubic registered
    [ 1.974593] NET: Registered protocol family 10
    [ 1.975020] NET: Registered protocol family 17
    [ 1.975476] Loading compiled-in X.509 certificates
    [ 1.975502] registered taskstats version 1
    [ 1.976231] Magic number: 3:326:848
    [ 1.976341] rtc_cmos 00:02: setting system clock to 2015-02-22 18:50:54 UTC (1424631054)
    [ 1.976444] PM: Hibernation image not present or could not be loaded.
    [ 1.977023] Freeing unused kernel memory: 1164K (ffffffff818e7000 - ffffffff81a0a000)
    [ 1.977027] Write protecting the kernel read-only data: 8192k
    [ 1.977495] Freeing unused kernel memory: 600K (ffff88000156a000 - ffff880001600000)
    [ 1.977718] Freeing unused kernel memory: 304K (ffff8800017b4000 - ffff880001800000)
    [ 1.979659] random: systemd urandom read with 1 bits of entropy available
    [ 1.980307] systemd[1]: systemd 219 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
    [ 1.980576] systemd[1]: Detected architecture 'x86-64'.
    [ 1.980581] systemd[1]: Running in initial RAM disk.
    [ 1.980590] systemd[1]: Running with unpopulated /etc.
    [ 1.980603] systemd[1]: No hostname configured.
    [ 1.980609] systemd[1]: Set hostname to <localhost>.
    [ 1.980655] systemd[1]: Initializing machine ID from random generator.
    [ 1.996373] systemd[1]: Populated /etc with preset unit settings.
    [ 1.999327] systemd[1]: Unit type .busname is not supported on this system.
    [ 2.003390] systemd[1]: Created slice -.slice.
    [ 2.003412] systemd[1]: Starting -.slice.
    [ 2.005054] systemd[1]: Listening on Journal Audit Socket.
    [ 2.005188] systemd[1]: Created slice system.slice.
    [ 2.005200] systemd[1]: Starting system.slice.
    [ 2.005218] systemd[1]: Reached target Swap.
    [ 2.005226] systemd[1]: Starting Swap.
    [ 2.005288] systemd[1]: Listening on udev Control Socket.
    [ 2.005296] systemd[1]: Starting udev Control Socket.
    [ 2.005312] systemd[1]: Reached target Slices.
    [ 2.005320] systemd[1]: Starting Slices.
    [ 2.005335] systemd[1]: Reached target Local File Systems.
    [ 2.005342] systemd[1]: Starting Local File Systems.
    [ 2.005358] systemd[1]: Reached target Timers.
    [ 2.005366] systemd[1]: Starting Timers.
    [ 2.005398] systemd[1]: Listening on udev Kernel Socket.
    [ 2.005409] systemd[1]: Starting udev Kernel Socket.
    [ 2.005430] systemd[1]: Reached target Paths.
    [ 2.005441] systemd[1]: Starting Paths.
    [ 2.005497] systemd[1]: Listening on Journal Socket.
    [ 2.005510] systemd[1]: Starting Journal Socket.
    [ 2.006097] systemd[1]: Starting udev Coldplug all Devices...
    [ 2.006689] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    [ 2.006801] systemd[1]: Created slice system-systemd\x2dfsck.slice.
    [ 2.006811] systemd[1]: Starting system-systemd\x2dfsck.slice.
    [ 2.006860] systemd[1]: Listening on Journal Socket (/dev/log).
    [ 2.006870] systemd[1]: Starting Journal Socket (/dev/log).
    [ 2.007428] systemd[1]: Starting Journal Service...
    [ 2.007472] systemd[1]: Reached target Sockets.
    [ 2.007494] systemd[1]: Starting Sockets.
    [ 2.011399] systemd[1]: Started Create list of required static device nodes for the current kernel.
    [ 2.012026] systemd[1]: Starting Create Static Device Nodes in /dev...
    [ 2.012842] systemd-journald[63]: Failed to set file attributes: Inappropriate ioctl for device
    [ 2.016230] systemd[1]: Started Create Static Device Nodes in /dev.
    [ 2.016999] systemd[1]: Starting udev Kernel Device Manager...
    [ 2.021212] systemd[1]: Started udev Kernel Device Manager.
    [ 2.024169] systemd[1]: Started udev Coldplug all Devices.
    [ 2.029792] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 2.032026] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 2.032044] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 2.041719] SCSI subsystem initialized
    [ 2.042505] ACPI: bus type USB registered
    [ 2.042538] usbcore: registered new interface driver usbfs
    [ 2.042552] usbcore: registered new interface driver hub
    [ 2.042588] usbcore: registered new device driver usb
    [ 2.044174] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 2.045154] systemd[1]: Started Journal Service.
    [ 2.045633] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 2.045840] ohci-pci: OHCI PCI platform driver
    [ 2.045993] QUIRK: Enable AMD PLL fix
    [ 2.046022] ohci-pci 0000:00:12.0: OHCI PCI host controller
    [ 2.046033] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 1
    [ 2.046079] ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb4d000
    [ 2.046697] ehci-pci: EHCI PCI platform driver
    [ 2.047833] libata version 3.00 loaded.
    [ 2.084196] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 2.102273] hub 1-0:1.0: USB hub found
    [ 2.102287] hub 1-0:1.0: 5 ports detected
    [ 2.102593] ohci-pci 0000:00:13.0: OHCI PCI host controller
    [ 2.102600] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 2
    [ 2.102631] ohci-pci 0000:00:13.0: irq 18, io mem 0xfeb4b000
    [ 2.159071] hub 2-0:1.0: USB hub found
    [ 2.159085] hub 2-0:1.0: 5 ports detected
    [ 2.160195] ohci-pci 0000:00:16.0: OHCI PCI host controller
    [ 2.160202] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 3
    [ 2.160235] ohci-pci 0000:00:16.0: irq 18, io mem 0xfeb49000
    [ 2.215699] hub 3-0:1.0: USB hub found
    [ 2.215713] hub 3-0:1.0: 4 ports detected
    [ 2.271489] ehci-pci 0000:00:12.2: EHCI Host Controller
    [ 2.271502] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 4
    [ 2.271509] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 2.271523] ehci-pci 0000:00:12.2: debug port 1
    [ 2.271574] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb4c000
    [ 2.281276] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
    [ 2.281694] hub 4-0:1.0: USB hub found
    [ 2.281705] hub 4-0:1.0: 5 ports detected
    [ 2.338086] hub 1-0:1.0: USB hub found
    [ 2.338100] hub 1-0:1.0: 5 ports detected
    [ 2.338571] ehci-pci 0000:00:13.2: EHCI Host Controller
    [ 2.338579] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 5
    [ 2.338584] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 2.338596] ehci-pci 0000:00:13.2: debug port 1
    [ 2.338634] ehci-pci 0000:00:13.2: irq 17, io mem 0xfeb4a000
    [ 2.347963] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
    [ 2.348396] hub 5-0:1.0: USB hub found
    [ 2.348414] hub 5-0:1.0: 5 ports detected
    [ 2.404806] hub 2-0:1.0: USB hub found
    [ 2.404820] hub 2-0:1.0: 5 ports detected
    [ 2.461536] ehci-pci 0000:00:16.2: EHCI Host Controller
    [ 2.461550] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 6
    [ 2.461557] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 2.461571] ehci-pci 0000:00:16.2: debug port 1
    [ 2.461611] ehci-pci 0000:00:16.2: irq 17, io mem 0xfeb48000
    [ 2.471331] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
    [ 2.471768] hub 6-0:1.0: USB hub found
    [ 2.471780] hub 6-0:1.0: 4 ports detected
    [ 2.528139] hub 3-0:1.0: USB hub found
    [ 2.528154] hub 3-0:1.0: 4 ports detected
    [ 2.528415] ahci 0000:00:11.0: version 3.0
    [ 2.528689] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
    [ 2.528693] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part sxs
    [ 2.529180] scsi host0: ahci
    [ 2.529664] scsi host1: ahci
    [ 2.529777] ata1: SATA max UDMA/133 abar m2048@0xfeb4e000 port 0xfeb4e100 irq 28
    [ 2.529781] ata2: SATA max UDMA/133 abar m2048@0xfeb4e000 port 0xfeb4e180 irq 28
    [ 2.530551] scsi host2: pata_atiixp
    [ 2.530815] scsi host3: pata_atiixp
    [ 2.530912] ata3: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf100 irq 14
    [ 2.530914] ata4: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf108 irq 15
    [ 2.654798] usb 5-4: new high-speed USB device number 2 using ehci-pci
    [ 2.934859] tsc: Refined TSC clocksource calibration: 1397.458 MHz
    [ 3.014908] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 3.014947] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 3.016183] ata1.00: ATA-8: Hitachi HTS547550A9E384, JE3OA60B, max UDMA/133
    [ 3.016190] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 3.016972] ata2.00: ATAPI: TSSTcorp CDDVDW TS-L633F, TF01, max UDMA/100
    [ 3.017307] ata1.00: configured for UDMA/133
    [ 3.017807] scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54755 A60B PQ: 0 ANSI: 5
    [ 3.019278] ata2.00: configured for UDMA/100
    [ 3.025787] scsi 1:0:0:0: CD-ROM TSSTcorp CDDVDW TS-L633F TF01 PQ: 0 ANSI: 5
    [ 3.044649] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [ 3.044654] sd 0:0:0:0: [sda] 4096-byte physical blocks
    [ 3.044859] sd 0:0:0:0: [sda] Write Protect is off
    [ 3.044865] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 3.044918] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 3.061859] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 3.061874] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 3.062232] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 3.084075] sda: sda1 sda2 sda3
    [ 3.085567] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 3.414041] SGI XFS with ACLs, security attributes, realtime, no debug enabled
    [ 3.528901] XFS (sda1): Mounting V4 Filesystem
    [ 3.710527] XFS (sda1): Ending clean mount
    [ 3.935255] Switched to clocksource tsc
    [ 3.999076] systemd-journald[63]: Received SIGTERM from PID 1 (systemd).
    [ 4.799287] random: nonblocking pool is initialized
    [ 6.377516] systemd-journald[187]: Failed to set file attributes: Inappropriate ioctl for device
    [ 7.417234] ACPI: acpi_idle registered with cpuidle
    [ 7.464892] acpi-cpufreq: overriding BIOS provided _PSD data
    [ 7.544509] wmi: Mapper loaded
    [ 7.612504] ACPI: Video Device [VGA1] (multi-head: yes rom: no post: no)
    [ 7.626522] acpi device:2b: registered as cooling_device4
    [ 7.626631] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:01/input/input2
    [ 7.700708] ACPI Warning: SystemIO range 0x0000000000000b00-0x0000000000000b07 conflicts with OpRegion 0x0000000000000b00-0x0000000000000b0f (\SMBX) (20141107/utaddress-258)
    [ 7.700729] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 7.734642] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input3
    [ 7.737166] thermal LNXTHERM:00: registered as thermal_zone0
    [ 7.737173] ACPI: Thermal Zone [THRM] (50 C)
    [ 7.746486] ACPI: Lid Switch [LID]
    [ 7.746714] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
    [ 7.746725] ACPI: Power Button [SLPB]
    [ 7.746874] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
    [ 7.746880] ACPI: Power Button [PWRF]
    [ 7.749494] ACPI: Battery Slot [BAT0] (battery present)
    [ 7.749951] ACPI: AC Adapter [AC0] (on-line)
    [ 7.755509] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 7.961538] input: PC Speaker as /devices/platform/pcspkr/input/input6
    [ 8.061752] [drm] Initialized drm 1.1.0 20060810
    [ 8.296521] cfg80211: Calling CRDA to update world regulatory domain
    [ 8.319199] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 8.319231] r8169 0000:05:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 8.320035] r8169 0000:05:00.0 eth0: RTL8105e at 0xffffc90000032000, 38:60:77:69:8f:16, XID 00a00000 IRQ 29
    [ 8.363138] kvm: Nested Virtualization enabled
    [ 8.363151] kvm: Nested Paging enabled
    [ 8.704039] [drm] radeon kernel modesetting enabled.
    [ 8.794078] r8169 0000:05:00.0 enp5s0: renamed from eth0
    [ 8.832358] AMD IOMMUv2 driver by Joerg Roedel <[email protected]>
    [ 8.832364] AMD IOMMUv2 functionality not available on this system
    [ 8.959092] rtl8192ce: Using firmware rtlwifi/rtl8192cfw.bin
    [ 8.961187] snd_hda_codec_hdmi: unknown parameter 'index' ignored
    [ 8.965010] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card1/input8
    [ 9.031523] media: Linux media interface: v0.10
    [ 9.102014] CRAT table not found
    [ 9.102024] Finished initializing topology ret=0
    [ 9.102177] kfd kfd: Initialized module
    [ 9.102941] checking generic (c0000000 3d0000) vs hw (c0000000 10000000)
    [ 9.102951] fb: switching to radeondrmfb from VESA VGA
    [ 9.103002] Console: switching to colour dummy device 80x25
    [ 9.104030] [drm] initializing kernel modesetting (SUMO 0x1002:0x9647 0x1179:0xFC62).
    [ 9.104059] [drm] register mmio base: 0xFEB00000
    [ 9.104063] [drm] register mmio size: 262144
    [ 9.104144] ATOM BIOS: Toshiba
    [ 9.104219] radeon 0000:00:01.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
    [ 9.104227] radeon 0000:00:01.0: GTT: 1024M 0x0000000020000000 - 0x000000005FFFFFFF
    [ 9.104231] [drm] Detected VRAM RAM=512M, BAR=256M
    [ 9.104235] [drm] RAM width 32bits DDR
    [ 9.104379] [TTM] Zone kernel: Available graphics memory: 3821360 kiB
    [ 9.104390] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
    [ 9.104394] [TTM] Initializing pool allocator
    [ 9.104407] [TTM] Initializing DMA pool allocator
    [ 9.104455] [drm] radeon: 512M of VRAM memory ready
    [ 9.104459] [drm] radeon: 1024M of GTT memory ready.
    [ 9.104497] [drm] Loading SUMO Microcode
    [ 9.124664] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000, board id: 3655, fw id: 582762
    [ 9.124685] psmouse serio1: synaptics: Toshiba Satellite L775D detected, limiting rate to 40pps.
    [ 9.160285] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
    [ 9.170455] Linux video capture interface: v2.00
    [ 9.179293] mousedev: PS/2 mouse device common for all mice
    [ 9.223473] [drm] Internal thermal controller without fan control
    [ 9.223622] [drm] Found smc ucode version: 0x00011200
    [ 9.223730] [drm] radeon: dpm initialized
    [ 9.266919] [drm] GART: num cpu pages 262144, num gpu pages 262144
    [ 9.282200] [drm] PCIE GART of 1024M enabled (table at 0x0000000000274000).
    [ 9.282345] radeon 0000:00:01.0: WB enabled
    [ 9.282349] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000020000c00 and cpu addr 0xffff88009b70ac00
    [ 9.282351] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000020000c0c and cpu addr 0xffff88009b70ac0c
    [ 9.283078] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xffffc90010f32118
    [ 9.283081] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 9.283082] [drm] Driver supports precise vblank timestamp query.
    [ 9.283084] radeon 0000:00:01.0: radeon: MSI limited to 32-bit
    [ 9.283121] radeon 0000:00:01.0: radeon: using MSI.
    [ 9.283145] [drm] radeon: irq initialized.
    [ 9.298245] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
    [ 9.298931] rtlwifi: rtlwifi: wireless switch is on
    [ 9.299718] [drm] ring test on 0 succeeded in 1 usecs
    [ 9.299728] [drm] ring test on 3 succeeded in 3 usecs
    [ 9.307045] sound hdaudioC0D2: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
    [ 9.307049] sound hdaudioC0D2: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [ 9.307053] sound hdaudioC0D2: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
    [ 9.307055] sound hdaudioC0D2: mono: mono_out=0x0
    [ 9.307058] sound hdaudioC0D2: inputs:
    [ 9.307061] sound hdaudioC0D2: Mic=0x18
    [ 9.307065] sound hdaudioC0D2: Internal Mic=0x12
    [ 9.315899] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/sound/card0/hdaudioC0D2/input9
    [ 9.316387] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
    [ 9.316507] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input11
    [ 9.349814] [drm] ring test on 5 succeeded in 1 usecs
    [ 9.369840] [drm] UVD initialized successfully.
    [ 9.370279] [drm] ib test on ring 0 succeeded in 0 usecs
    [ 9.370314] [drm] ib test on ring 3 succeeded in 0 usecs
    [ 9.524205] rtl8192ce 0000:04:00.0 wlp4s0: renamed from wlan0
    [ 9.769931] uvcvideo: Found UVC 1.00 device TOSHIBA Web Camera - MP (04f2:b289)
    [ 9.788893] input: TOSHIBA Web Camera - MP as /devices/pci0000:00/0000:00:13.2/usb5/5-4/5-4:1.0/input/input12
    [ 9.789309] usbcore: registered new interface driver uvcvideo
    [ 9.789319] USB Video Class driver (1.1.1)
    [ 9.871399] cfg80211: World regulatory domain updated:
    [ 9.871412] cfg80211: DFS Master region: unset
    [ 9.871417] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
    [ 9.871425] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
    [ 9.871431] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
    [ 9.871436] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
    [ 9.871441] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
    [ 9.871447] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
    [ 9.871453] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
    [ 9.871457] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
    [ 9.871463] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
    [ 9.890507] [drm] ib test on ring 5 succeeded
    [ 9.911771] [drm] radeon atom DIG backlight initialized
    [ 9.911776] [drm] Radeon Display Connectors
    [ 9.911777] [drm] Connector 0:
    [ 9.911779] [drm] VGA-1
    [ 9.911780] [drm] HPD2
    [ 9.911782] [drm] DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
    [ 9.911783] [drm] Encoders:
    [ 9.911784] [drm] CRT1: INTERNAL_UNIPHY2
    [ 9.911786] [drm] CRT1: NUTMEG
    [ 9.911787] [drm] Connector 1:
    [ 9.911788] [drm] LVDS-1
    [ 9.911789] [drm] HPD1
    [ 9.911790] [drm] DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
    [ 9.911791] [drm] Encoders:
    [ 9.911792] [drm] LCD1: INTERNAL_UNIPHY2
    [ 9.911793] [drm] LCD1: TRAVIS
    [ 9.911794] [drm] Connector 2:
    [ 9.911795] [drm] HDMI-A-1
    [ 9.911796] [drm] HPD5
    [ 9.911798] [drm] DDC: 0x6470 0x6470 0x6474 0x6474 0x6478 0x6478 0x647c 0x647c
    [ 9.911799] [drm] Encoders:
    [ 9.911800] [drm] DFP1: INTERNAL_UNIPHY1
    [ 10.016569] [drm] fb mappable at 0xC0478000
    [ 10.016576] [drm] vram apper at 0xC0000000
    [ 10.016578] [drm] size 5787648
    [ 10.016580] [drm] fb depth is 24
    [ 10.016582] [drm] pitch is 6400
    [ 10.016970] fbcon: radeondrmfb (fb0) is primary device
    [ 10.078763] Adding 8388604k swap on /dev/sda2. Priority:-1 extents:1 across:8388604k FS
    [ 10.143532] Console: switching to colour frame buffer device 200x56
    [ 10.150308] radeon 0000:00:01.0: fb0: radeondrmfb frame buffer device
    [ 10.150312] radeon 0000:00:01.0: registered panic notifier
    [ 10.164191] [drm] Initialized radeon 2.40.0 20080528 for 0000:00:01.0 on minor 0
    [ 10.194853] cfg80211: Calling CRDA for country: US
    [ 10.231380] cfg80211: Regulatory domain changed to country: US
    [ 10.231393] cfg80211: DFS Master region: FCC
    [ 10.231397] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
    [ 10.231406] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm), (N/A)
    [ 10.231413] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 1700 mBm), (N/A)
    [ 10.231419] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2300 mBm), (0 s)
    [ 10.231425] cfg80211: (5490000 KHz - 5600000 KHz @ 80000 KHz), (N/A, 2300 mBm), (0 s)
    [ 10.231429] cfg80211: (5650000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2300 mBm), (0 s)
    [ 10.231434] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)
    [ 10.231439] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
    [ 10.422003] XFS (sda3): Mounting V5 Filesystem
    [ 10.837256] XFS (sda3): Ending clean mount
    [ 10.899226] systemd-journald[187]: Received request to flush runtime journal from PID 1
    [ 11.195453] microcode: CPU0: new patch_level=0x03000027
    [ 11.195496] microcode: CPU1: new patch_level=0x03000027
    [ 11.195601] microcode: CPU2: new patch_level=0x03000027
    [ 11.195693] microcode: CPU3: new patch_level=0x03000027
    [ 12.465476] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
    [ 13.726328] wlp4s0: authenticate with 00:1e:2a:6f:46:f8
    [ 13.745730] wlp4s0: send auth to 00:1e:2a:6f:46:f8 (try 1/3)
    [ 13.753012] wlp4s0: authenticated
    [ 13.755130] wlp4s0: associate with 00:1e:2a:6f:46:f8 (try 1/3)
    [ 13.758031] wlp4s0: RX AssocResp from 00:1e:2a:6f:46:f8 (capab=0x411 status=0 aid=3)
    [ 13.758283] wlp4s0: associated
    [ 13.758302] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
    [ 23.961417] PM: Syncing filesystems ... done.
    [ 24.305227] PM: Preparing system for mem sleep
    [ 24.310243] Freezing user space processes ... (elapsed 0.001 seconds) done.
    [ 24.311535] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
    [ 24.311542] PM: Entering mem sleep
    [ 24.311898] Suspending console(s) (use no_console_suspend to debug)
    [ 24.320753] wlp4s0: deauthenticating f

    Suspend has always been problematic under Linux. It seems to be hit or miss for the most part, but here are some things you can try:
    Use an LTS kernel, tuxonice, pm-utils, etc. See Suspend and Hibernate
    Try a different graphics driver
    Tweak the driver module parameters or build your own driver.
    Unfortunately I don't have experience with the radeon driver, so I can only give you ideas.

  • Intel wireless iwl3945 does not work after kernel upgrade?

    My wireless ethernet will not longer connect to access points. I am on a Toshiba Tecra M5-S4332 running kernel 2.6.39.2-1 with linux-firmware 20110512-2 installed. This problem seemed to have started once I upgraded the kernel from 2.6.39.1-1, but I have tried downgrading (back to 2.6.38) and upgrading (to 3.0-rc6) the kernel to no avail. Other possibly relevant packages that were upgraded at that system upgrade were module-init-tools (3.13-1 -> 3.16-1), mkinitcpio (0.6.14-1 -> 0.6.15-1), nvidia-utils (270.41.19-1 -> 275.09.07-1), nvidia (270.41.19-3 -> 275.09.07-1), and netcfg (2.5.5-1 -> 2.6.1-1).
    My complete dmesg output:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 2.6.39-ARCH (thomas@evey) (gcc version 4.6.0 20110603 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Jun 27 21:26:22 CEST 2011
    [ 0.000000] Command line: root=/dev/sda3 ro
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    [ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000e0000 - 00000000000eee00 (reserved)
    [ 0.000000] BIOS-e820: 00000000000eee00 - 00000000000ef000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000000ef000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 00000000cff90000 (usable)
    [ 0.000000] BIOS-e820: 00000000cff90000 - 00000000d0000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec28000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
    [ 0.000000] BIOS-e820: 00000000feda0000 - 00000000fedc0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ffb00000 - 00000000ffc00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI 2.4 present.
    [ 0.000000] DMI: TOSHIBA TECRA M/Portable PC, BIOS Version 3.40 05/28/2007
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] No AGP bridge found
    [ 0.000000] last_pfn = 0xcff90 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CFFFF write-protect
    [ 0.000000] D0000-DFFFF uncachable
    [ 0.000000] E0000-E7FFF write-protect
    [ 0.000000] E8000-EFFFF write-back
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0FEDA0000 mask FFFFE0000 write-back
    [ 0.000000] 1 base 0FFF00000 mask FFFF00000 write-protect
    [ 0.000000] 2 base 000000000 mask F80000000 write-back
    [ 0.000000] 3 base 080000000 mask FC0000000 write-back
    [ 0.000000] 4 base 0C0000000 mask FF0000000 write-back
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] initial memory mapped : 0 - 20000000
    [ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000cff90000
    [ 0.000000] 0000000000 - 00cfe00000 page 2M
    [ 0.000000] 00cfe00000 - 00cff90000 page 4k
    [ 0.000000] kernel direct mapping tables up to cff90000 @ cff8a000-cff90000
    [ 0.000000] RAMDISK: 37ddb000 - 37ff0000
    [ 0.000000] ACPI: RSDP 00000000000f01e0 00014 (v00 TOSHIB)
    [ 0.000000] ACPI: RSDT 00000000cff90000 0004C (v01 TOSHIB A003B 20060821 TASM 04010000)
    [ 0.000000] ACPI: FACP 00000000cff90074 00084 (v02 TOSHIB A003B 20060821 TASM 04010000)
    [ 0.000000] ACPI: DSDT 00000000cff900f8 07B63 (v02 TOSHIB A003B 20070222 MSFT 0100000E)
    [ 0.000000] ACPI: FACS 00000000000eee00 00040
    [ 0.000000] ACPI: SSDT 00000000cff97c5b 00306 (v02 TOSHIB A003B 20060907 MSFT 0100000E)
    [ 0.000000] ACPI: BOOT 00000000cff9004c 00028 (v01 TOSHIB A003B 20060821 TASM 04010000)
    [ 0.000000] ACPI: APIC 00000000cff98813 00068 (v01 TOSHIB A003B 20060821 TASM 04010000)
    [ 0.000000] ACPI: MCFG 00000000cff9887b 0003C (v01 TOSHIB A003B 20060821 TASM 04010000)
    [ 0.000000] ACPI: HPET 00000000cff988b7 00038 (v01 TOSHIB A003B 20060821 TASM 04010000)
    [ 0.000000] ACPI: TCPA 00000000cff988ef 00032 (v02 TOSHIB A003B 20060821 TASM 04010000)
    [ 0.000000] ACPI: SLIC 00000000cff98921 00176 (v01 TOSHIB A003B 20060821 TASM 04010000)
    [ 0.000000] ACPI: SSDT 00000000cff98a97 00076 (v02 TOSHIB A003B 20060912 MSFT 0100000E)
    [ 0.000000] ACPI: SSDT 00000000cff98b0d 00327 (v02 TOSHIB A003B 20061102 MSFT 0100000E)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at 0000000000000000-00000000cff90000
    [ 0.000000] NUMA: Using 63 for the hash shift.
    [ 0.000000] Initmem setup node 0 0000000000000000-00000000cff90000
    [ 0.000000] NODE_DATA [00000000cff85000 - 00000000cff89fff]
    [ 0.000000] [ffffea0000000000-ffffea0002dfffff] PMD -> [ffff8800cc200000-ffff8800ceffffff] on node 0
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] DMA32 0x00001000 -> 0x00100000
    [ 0.000000] Normal empty
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[2] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009f
    [ 0.000000] 0: 0x00000100 -> 0x000cff90
    [ 0.000000] On node 0 totalpages: 851743
    [ 0.000000] DMA zone: 56 pages used for memmap
    [ 0.000000] DMA zone: 5 pages reserved
    [ 0.000000] DMA zone: 3922 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 11591 pages used for memmap
    [ 0.000000] DMA32 zone: 836169 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0xd808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: 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[0x01] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 00000000000ee000
    [ 0.000000] PM: Registered nosave memory: 00000000000ee000 - 00000000000ef000
    [ 0.000000] PM: Registered nosave memory: 00000000000ef000 - 0000000000100000
    [ 0.000000] Allocating PCI resources starting at d0000000 (gap: d0000000:2ec00000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff8800cfc00000 s83136 r8192 d23360 u1048576
    [ 0.000000] pcpu-alloc: s83136 r8192 d23360 u1048576 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 840091
    [ 0.000000] Policy zone: DMA32
    [ 0.000000] Kernel command line: root=/dev/sda3 ro
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 3347820k/3407424k available (4019k kernel code, 452k absent, 59152k reserved, 3335k data, 712k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptable hierarchical RCU implementation.
    [ 0.000000] RCU-based detection of stalled CPUs is disabled.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:2304
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 27262976 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 1995.050 MHz processor.
    [ 0.003339] Calibrating delay loop (skipped), value calculated using timer frequency.. 3991.35 BogoMIPS (lpj=6650166)
    [ 0.003494] pid_max: default: 32768 minimum: 301
    [ 0.003694] Security Framework initialized
    [ 0.003778] AppArmor: AppArmor disabled by boot time parameter
    [ 0.004309] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.009415] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.011099] Mount-cache hash table entries: 256
    [ 0.011683] Initializing cgroup subsys ns
    [ 0.011765] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
    [ 0.011858] Initializing cgroup subsys cpuacct
    [ 0.011970] Initializing cgroup subsys memory
    [ 0.012068] Initializing cgroup subsys devices
    [ 0.012147] Initializing cgroup subsys freezer
    [ 0.012223] Initializing cgroup subsys net_cls
    [ 0.012300] Initializing cgroup subsys blkio
    [ 0.012440] CPU: Physical Processor ID: 0
    [ 0.012517] CPU: Processor Core ID: 0
    [ 0.012593] mce: CPU supports 6 MCE banks
    [ 0.012675] CPU0: Thermal monitoring handled by SMI
    [ 0.012681] using mwait in idle threads.
    [ 0.014125] ACPI: Core revision 20110316
    [ 0.018114] ftrace: allocating 15965 entries in 63 pages
    [ 0.020057] Setting APIC routing to flat
    [ 0.020510] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.056062] CPU0: Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz stepping 06
    [ 0.056663] Performance Events: PEBS fmt0-, Core2 events, Intel PMU driver.
    [ 0.056663] PEBS disabled due to CPU errata.
    [ 0.056663] ... version: 2
    [ 0.056663] ... bit width: 40
    [ 0.056663] ... generic registers: 2
    [ 0.056663] ... value mask: 000000ffffffffff
    [ 0.056663] ... max period: 000000007fffffff
    [ 0.056663] ... fixed-purpose events: 3
    [ 0.056663] ... event mask: 0000000700000003
    [ 0.073453] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.100008] Booting Node 0, Processors #1 Ok.
    [ 0.100146] smpboot cpu 1: start_ip = 9a000
    [ 0.006666] CPU1: Thermal monitoring handled by SMI
    [ 0.196691] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.203326] Brought up 2 CPUs
    [ 0.203404] Total of 2 processors activated (7983.62 BogoMIPS).
    [ 0.204795] devtmpfs: initialized
    [ 0.207100] PM: Registering ACPI NVS region at eee00 (512 bytes)
    [ 0.207684] print_constraints: dummy:
    [ 0.207851] NET: Registered protocol family 16
    [ 0.208056] ACPI: bus type pci registered
    [ 0.208302] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
    [ 0.208397] PCI: not using MMCONFIG
    [ 0.208471] PCI: Using configuration type 1 for base access
    [ 0.209016] bio: create slab <bio-0> at 0
    [ 0.211054] ACPI: EC: Look up EC in DSDT
    [ 0.212357] ACPI: Actual Package length (12) is larger than NumElements field (4), truncated
    [ 0.212511]
    [ 0.214491] ACPI: SSDT 00000000cff982a3 000F3 (v02 TOSHIB A003B 20060907 MSFT 0100000E)
    [ 0.214999] ACPI: Dynamic OEM Table Load:
    [ 0.215194] ACPI: SSDT (null) 000F3 (v02 TOSHIB A003B 20060907 MSFT 0100000E)
    [ 0.215455] ACPI: SSDT 00000000cff9840c 0034E (v02 TOSHIB A003B 20060907 MSFT 0100000E)
    [ 0.215954] ACPI: Dynamic OEM Table Load:
    [ 0.216148] ACPI: SSDT (null) 0034E (v02 TOSHIB A003B 20060907 MSFT 0100000E)
    [ 0.216495] ACPI: SSDT 00000000cff98396 00076 (v02 TOSHIB A003B 20060907 MSFT 0100000E)
    [ 0.216949] ACPI: Dynamic OEM Table Load:
    [ 0.217144] ACPI: SSDT (null) 00076 (v02 TOSHIB A003B 20060907 MSFT 0100000E)
    [ 0.217381] ACPI: SSDT 00000000cff9875a 00079 (v02 TOSHIB A003B 20060907 MSFT 0100000E)
    [ 0.217882] ACPI: Dynamic OEM Table Load:
    [ 0.218158] ACPI: SSDT (null) 00079 (v02 TOSHIB A003B 20060907 MSFT 0100000E)
    [ 0.218524] ACPI: Interpreter enabled
    [ 0.218602] ACPI: (supports S0 S3 S4 S5)
    [ 0.218924] ACPI: Using IOAPIC for interrupt routing
    [ 0.219016] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
    [ 0.227009] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in ACPI motherboard resources
    [ 0.271058] ACPI: ACPI Dock Station Driver: 2 docks/bays found
    [ 0.271139] HEST: Table not found.
    [ 0.271215] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    [ 0.271475] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.271657] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    [ 0.271660] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored)
    [ 0.271663] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    [ 0.271666] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff] (ignored)
    [ 0.271668] pci_root PNP0A08:00: host bridge window [mem 0xd0000000-0xefffffff] (ignored)
    [ 0.271671] pci_root PNP0A08:00: host bridge window [mem 0xf4000000-0xfebfffff] (ignored)
    [ 0.271674] pci_root PNP0A08:00: host bridge window [mem 0xfec28000-0xfecfffff] (ignored)
    [ 0.271676] pci_root PNP0A08:00: host bridge window [mem 0xfed00400-0xfed13fff] (ignored)
    [ 0.271679] pci_root PNP0A08:00: host bridge window [mem 0xfed1a000-0xfed1bfff] (ignored)
    [ 0.271681] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff] (ignored)
    [ 0.271684] pci_root PNP0A08:00: host bridge window [mem 0xfed90000-0xfed9ffff] (ignored)
    [ 0.271687] pci_root PNP0A08:00: host bridge window [mem 0xfedc0000-0xfedfffff] (ignored)
    [ 0.271689] pci_root PNP0A08:00: host bridge window [mem 0xfee01000-0xffafffff] (ignored)
    [ 0.271692] pci_root PNP0A08:00: host bridge window [mem 0xffc00000-0xffdfffff] (ignored)
    [ 0.271704] pci 0000:00:00.0: [8086:27a0] type 0 class 0x000600
    [ 0.271752] pci 0000:00:01.0: [8086:27a1] type 1 class 0x000604
    [ 0.271790] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.271794] pci 0000:00:01.0: PME# disabled
    [ 0.271860] pci 0000:00:1b.0: [8086:27d8] type 0 class 0x000403
    [ 0.271882] pci 0000:00:1b.0: reg 10: [mem 0x00000000-0x00003fff 64bit]
    [ 0.271965] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.271970] pci 0000:00:1b.0: PME# disabled
    [ 0.271999] pci 0000:00:1c.0: [8086:27d0] type 1 class 0x000604
    [ 0.272083] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.272088] pci 0000:00:1c.0: PME# disabled
    [ 0.272120] pci 0000:00:1c.1: [8086:27d2] type 1 class 0x000604
    [ 0.272205] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.272210] pci 0000:00:1c.1: PME# disabled
    [ 0.272243] pci 0000:00:1c.2: [8086:27d4] type 1 class 0x000604
    [ 0.272328] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.272333] pci 0000:00:1c.2: PME# disabled
    [ 0.272367] pci 0000:00:1d.0: [8086:27c8] type 0 class 0x000c03
    [ 0.272424] pci 0000:00:1d.0: reg 20: [io 0xafe0-0xafff]
    [ 0.272464] pci 0000:00:1d.1: [8086:27c9] type 0 class 0x000c03
    [ 0.272521] pci 0000:00:1d.1: reg 20: [io 0xaf80-0xaf9f]
    [ 0.272561] pci 0000:00:1d.2: [8086:27ca] type 0 class 0x000c03
    [ 0.272617] pci 0000:00:1d.2: reg 20: [io 0xaf60-0xaf7f]
    [ 0.272657] pci 0000:00:1d.3: [8086:27cb] type 0 class 0x000c03
    [ 0.272713] pci 0000:00:1d.3: reg 20: [io 0xaf40-0xaf5f]
    [ 0.272765] pci 0000:00:1d.7: [8086:27cc] type 0 class 0x000c03
    [ 0.272790] pci 0000:00:1d.7: reg 10: [mem 0xffaffc00-0xffafffff]
    [ 0.272879] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.272885] pci 0000:00:1d.7: PME# disabled
    [ 0.272909] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
    [ 0.272995] pci 0000:00:1f.0: [8086:27b9] type 0 class 0x000601
    [ 0.273109] pci 0000:00:1f.0: quirk: [io 0xd800-0xd87f] claimed by ICH6 ACPI/GPIO/TCO
    [ 0.273206] pci 0000:00:1f.0: quirk: [io 0xeec0-0xeeff] claimed by ICH6 GPIO
    [ 0.273322] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 007f)
    [ 0.273466] pci 0000:00:1f.2: [8086:27c4] type 0 class 0x000101
    [ 0.273487] pci 0000:00:1f.2: reg 10: [io 0xaf38-0xaf3f]
    [ 0.273500] pci 0000:00:1f.2: reg 14: [io 0xaf34-0xaf37]
    [ 0.273512] pci 0000:00:1f.2: reg 18: [io 0xaf28-0xaf2f]
    [ 0.273524] pci 0000:00:1f.2: reg 1c: [io 0xaf24-0xaf27]
    [ 0.273536] pci 0000:00:1f.2: reg 20: [io 0xaf10-0xaf1f]
    [ 0.273581] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.273586] pci 0000:00:1f.2: PME# disabled
    [ 0.273651] pci 0000:01:00.0: [10de:01da] type 0 class 0x000300
    [ 0.273667] pci 0000:01:00.0: reg 10: [mem 0xfd000000-0xfdffffff]
    [ 0.273685] pci 0000:01:00.0: reg 14: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.273703] pci 0000:01:00.0: reg 1c: [mem 0xfc000000-0xfcffffff 64bit]
    [ 0.273725] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.273775] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.273876] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.273947] pci 0000:00:01.0: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.273950] pci 0000:00:01.0: bridge window [mem 0xfc000000-0xfdffffff]
    [ 0.273955] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.274108] pci 0000:02:00.0: [8086:109a] type 0 class 0x000200
    [ 0.274139] pci 0000:02:00.0: reg 10: [mem 0xffde0000-0xffdfffff]
    [ 0.274181] pci 0000:02:00.0: reg 18: [io 0xcfe0-0xcfff]
    [ 0.274322] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
    [ 0.274330] pci 0000:02:00.0: PME# disabled
    [ 0.274367] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.274526] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 0.274597] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
    [ 0.274602] pci 0000:00:1c.0: bridge window [mem 0xffd00000-0xffdfffff]
    [ 0.274610] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.274672] pci 0000:00:1c.1: PCI bridge to [bus 03-04]
    [ 0.274743] pci 0000:00:1c.1: bridge window [io 0xb000-0xbfff]
    [ 0.274748] pci 0000:00:1c.1: bridge window [mem 0xfa000000-0xfbffffff]
    [ 0.274756] pci 0000:00:1c.1: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.274876] pci 0000:05:00.0: [8086:4222] type 0 class 0x000280
    [ 0.274932] pci 0000:05:00.0: reg 10: [mem 0xffcff000-0xffcfffff]
    [ 0.276851] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
    [ 0.276864] pci 0000:05:00.0: PME# disabled
    [ 0.276934] pci 0000:05:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.277043] pci 0000:00:1c.2: PCI bridge to [bus 05-05]
    [ 0.277114] pci 0000:00:1c.2: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.277119] pci 0000:00:1c.2: bridge window [mem 0xffc00000-0xffcfffff]
    [ 0.277127] pci 0000:00:1c.2: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.277197] pci 0000:06:0b.0: [104c:8039] type 2 class 0x000607
    [ 0.277223] pci 0000:06:0b.0: reg 10: [mem 0x00000000-0x00000fff]
    [ 0.277252] pci 0000:06:0b.0: supports D1 D2
    [ 0.277254] pci 0000:06:0b.0: PME# supported from D0 D1 D2 D3hot
    [ 0.277261] pci 0000:06:0b.0: PME# disabled
    [ 0.277286] pci 0000:06:0b.1: [104c:803a] type 0 class 0x000c00
    [ 0.277312] pci 0000:06:0b.1: reg 10: [mem 0x00000000-0x000007ff]
    [ 0.277327] pci 0000:06:0b.1: reg 14: [mem 0x00000000-0x00003fff]
    [ 0.277418] pci 0000:06:0b.1: supports D1 D2
    [ 0.277421] pci 0000:06:0b.1: PME# supported from D0 D1 D2 D3hot
    [ 0.277427] pci 0000:06:0b.1: PME# disabled
    [ 0.277454] pci 0000:06:0b.3: [104c:803c] type 0 class 0x000805
    [ 0.277479] pci 0000:06:0b.3: reg 10: [mem 0x00000000-0x000000ff]
    [ 0.277580] pci 0000:06:0b.3: supports D1 D2
    [ 0.277582] pci 0000:06:0b.3: PME# supported from D0 D1 D2 D3hot
    [ 0.277588] pci 0000:06:0b.3: PME# disabled
    [ 0.277643] pci 0000:00:1e.0: PCI bridge to [bus 06-07] (subtractive decode)
    [ 0.277716] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.277722] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 0.277730] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.277733] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
    [ 0.277736] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xfffffffff] (subtractive decode)
    [ 0.277790] pci_bus 0000:07: [bus 07-0a] partially hidden behind transparent bridge 0000:06 [bus 06-07]
    [ 0.277903] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.277967] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
    [ 0.278039] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX1._PRT]
    [ 0.278076] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXCB._PRT]
    [ 0.278108] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.MPEX._PRT]
    [ 0.278144] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
    [ 0.278295] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.278836] pci0000:00: ACPI _OSC control (0x1d) granted
    [ 0.281796] ACPI: PCI Interrupt Link [LNKA] (IRQs *10)
    [ 0.282073] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *11)
    [ 0.282602] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *11)
    [ 0.283130] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *11)
    [ 0.283636] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *11)
    [ 0.284164] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *11)
    [ 0.284691] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *11)
    [ 0.285223] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *11)
    [ 0.285810] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.285895] vgaarb: loaded
    [ 0.286058] PCI: Using ACPI for IRQ routing
    [ 0.286126] PCI: pci_cache_line_size set to 64 bytes
    [ 0.286226] reserve RAM buffer: 000000000009fc00 - 000000000009ffff
    [ 0.286229] reserve RAM buffer: 00000000cff90000 - 00000000cfffffff
    [ 0.286371] NetLabel: Initializing
    [ 0.286437] NetLabel: domain hash size = 128
    [ 0.286504] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.286586] NetLabel: unlabeled traffic allowed by default
    [ 0.286664] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    [ 0.286739] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.287010] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    [ 0.296665] Switching to clocksource hpet
    [ 0.299803] Switched to NOHz mode on CPU #0
    [ 0.299891] Switched to NOHz mode on CPU #1
    [ 0.304354] pnp: PnP ACPI init
    [ 0.304444] ACPI: bus type pnp registered
    [ 0.305074] pnp 00:00: [mem 0x00000000-0x0009ffff]
    [ 0.305077] pnp 00:00: [mem 0x000e0000-0x000fffff]
    [ 0.305079] pnp 00:00: [mem 0x00100000-0xcff8ffff]
    [ 0.305081] pnp 00:00: [mem 0xcff90000-0xcff9ffff]
    [ 0.305084] pnp 00:00: [mem 0xcffa0000-0xcfffffff]
    [ 0.305086] pnp 00:00: [mem 0xfec00000-0xfec27fff]
    [ 0.305088] pnp 00:00: [mem 0xfed14000-0xfed19fff]
    [ 0.305090] pnp 00:00: [mem 0xfed1c000-0xfed1ffff]
    [ 0.305092] pnp 00:00: [mem 0xfed20000-0xfed3ffff]
    [ 0.305094] pnp 00:00: [mem 0xfed45000-0xfed8ffff]
    [ 0.305096] pnp 00:00: [mem 0xfeda0000-0xfedbffff]
    [ 0.305098] pnp 00:00: [mem 0xfee00000-0xfee00fff]
    [ 0.305100] pnp 00:00: [mem 0xffb00000-0xffbfffff]
    [ 0.305102] pnp 00:00: [mem 0xffe00000-0xffffffff]
    [ 0.305176] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.305248] system 00:00: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.305318] system 00:00: [mem 0x00100000-0xcff8ffff] could not be reserved
    [ 0.305389] system 00:00: [mem 0xcff90000-0xcff9ffff] has been reserved
    [ 0.305459] system 00:00: [mem 0xcffa0000-0xcfffffff] has been reserved
    [ 0.305530] system 00:00: [mem 0xfec00000-0xfec27fff] could not be reserved
    [ 0.305600] system 00:00: [mem 0xfed14000-0xfed19fff] has been reserved
    [ 0.305671] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.305741] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.305812] system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.305882] system 00:00: [mem 0xfeda0000-0xfedbffff] has been reserved
    [ 0.305952] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.306023] system 00:00: [mem 0xffb00000-0xffbfffff] has been reserved
    [ 0.306097] system 00:00: [mem 0xffe00000-0xffffffff] has been reserved
    [ 0.306169] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.320363] pnp 00:01: [mem 0xf0000000-0xf3ffffff]
    [ 0.320409] system 00:01: [mem 0xf0000000-0xf3ffffff] has been reserved
    [ 0.320482] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.346696] pnp 00:02: [bus 00-ff]
    [ 0.346698] pnp 00:02: [io 0x0cf8-0x0cff]
    [ 0.346701] pnp 00:02: [io 0x0000-0x0cf7 window]
    [ 0.346703] pnp 00:02: [io 0x0d00-0xffff window]
    [ 0.346705] pnp 00:02: [mem 0x000a0000-0x000bffff window]
    [ 0.346708] pnp 00:02: [mem 0x000d0000-0x000dffff window]
    [ 0.346710] pnp 00:02: [mem 0xd0000000-0xefffffff window]
    [ 0.346712] pnp 00:02: [mem 0xf4000000-0xfebfffff window]
    [ 0.346714] pnp 00:02: [mem 0xfec28000-0xfecfffff window]
    [ 0.346717] pnp 00:02: [mem 0xfed00400-0xfed13fff window]
    [ 0.346719] pnp 00:02: [mem 0xfed1a000-0xfed1bfff window]
    [ 0.346721] pnp 00:02: [mem 0xfed40000-0xfed44fff window]
    [ 0.346724] pnp 00:02: [mem 0xfed90000-0xfed9ffff window]
    [ 0.346726] pnp 00:02: [mem 0xfedc0000-0xfedfffff window]
    [ 0.346728] pnp 00:02: [mem 0xfee01000-0xffafffff window]
    [ 0.346730] pnp 00:02: [mem 0xffc00000-0xffdfffff window]
    [ 0.346792] pnp 00:02: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.346941] pnp 00:03: [io 0x0000-0x000f]
    [ 0.346943] pnp 00:03: [io 0x0081-0x0083]
    [ 0.346945] pnp 00:03: [io 0x0087]
    [ 0.346947] pnp 00:03: [io 0x0089-0x008b]
    [ 0.346949] pnp 00:03: [io 0x008f]
    [ 0.346951] pnp 00:03: [io 0x00c0-0x00df]
    [ 0.346953] pnp 00:03: [dma 4]
    [ 0.346985] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.347002] pnp 00:04: [io 0x0061]
    [ 0.347037] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.347048] pnp 00:05: [io 0x00f0-0x00ff]
    [ 0.347060] pnp 00:05: [irq 13]
    [ 0.347091] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.347116] pnp 00:06: [io 0x0060]
    [ 0.347119] pnp 00:06: [io 0x0064]
    [ 0.347125] pnp 00:06: [irq 1]
    [ 0.347157] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.347183] pnp 00:07: [irq 12]
    [ 0.347219] pnp 00:07: Plug and Play ACPI device, IDs PNP0f13 (active)
    [ 0.347230] pnp 00:08: [io 0x0070-0x0071]
    [ 0.347236] pnp 00:08: [irq 8]
    [ 0.347268] pnp 00:08: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.347639] pnp 00:09: [io 0x0080]
    [ 0.347641] pnp 00:09: [io 0x0084-0x0086]
    [ 0.347643] pnp 00:09: [io 0x0088]
    [ 0.347645] pnp 00:09: [io 0x008c-0x008e]
    [ 0.347647] pnp 00:09: [io 0x002e-0x002f]
    [ 0.347649] pnp 00:09: [io 0x0062]
    [ 0.347650] pnp 00:09: [io 0x0066]
    [ 0.347652] pnp 00:09: [io 0x0480-0x048f]
    [ 0.347654] pnp 00:09: [io 0xe000-0xe07f]
    [ 0.347656] pnp 00:09: [io 0xe080-0xe0ff]
    [ 0.347658] pnp 00:09: [io 0xe400-0xe47f]
    [ 0.347660] pnp 00:09: [io 0xe480-0xe4ff]
    [ 0.347662] pnp 00:09: [io 0xe800-0xe87f]
    [ 0.347664] pnp 00:09: [io 0xe880-0xe8ff]
    [ 0.347666] pnp 00:09: [io 0xec00-0xec7f]
    [ 0.347667] pnp 00:09: [io 0xec80-0xecff]
    [ 0.347669] pnp 00:09: [io 0xd800-0xd87f]
    [ 0.347671] pnp 00:09: [io 0xd880-0xd89f]
    [ 0.347673] pnp 00:09: [io 0xeeb0-0xeebf]
    [ 0.347675] pnp 00:09: [io 0xeec0-0xeeff]
    [ 0.347677] pnp 00:09: [io 0x0690-0x06ff]
    [ 0.347679] pnp 00:09: [io 0x0010-0x001f]
    [ 0.347681] pnp 00:09: [io 0x0024-0x0025]
    [ 0.347683] pnp 00:09: [io 0x0028-0x0029]
    [ 0.347685] pnp 00:09: [io 0x002c-0x002d]
    [ 0.347686] pnp 00:09: [io 0x0030-0x0031]
    [ 0.347692] pnp 00:09: [io 0x0034-0x0035]
    [ 0.347694] pnp 00:09: [io 0x0038-0x0039]
    [ 0.347696] pnp 00:09: [io 0x003c-0x003d]
    [ 0.347698] pnp 00:09: [io 0x0050-0x0053]
    [ 0.347700] pnp 00:09: [io 0x0063]
    [ 0.347701] pnp 00:09: [io 0x0065]
    [ 0.347703] pnp 00:09: [io 0x0072-0x0077]
    [ 0.347705] pnp 00:09: [io 0x0090-0x009f]
    [ 0.347707] pnp 00:09: [io 0x00a4-0x00a5]
    [ 0.347709] pnp 00:09: [io 0x00a8-0x00a9]
    [ 0.347711] pnp 00:09: [io 0x00ac-0x00ad]
    [ 0.347713] pnp 00:09: [io 0x00b0-0x00b5]
    [ 0.347715] pnp 00:09: [io 0x00b8-0x00b9]
    [ 0.347717] pnp 00:09: [io 0x00bc-0x00bd]
    [ 0.347719] pnp 00:09: [io 0x04d0-0x04d1]
    [ 0.347814] system 00:09: [io 0x0480-0x048f] has been reserved
    [ 0.347884] system 00:09: [io 0xe000-0xe07f] has been reserved
    [ 0.347954] system 00:09: [io 0xe080-0xe0ff] has been reserved
    [ 0.348023] system 00:09: [io 0xe400-0xe47f] has been reserved
    [ 0.348092] system 00:09: [io 0xe480-0xe4ff] has been reserved
    [ 0.348161] system 00:09: [io 0xe800-0xe87f] has been reserved
    [ 0.348231] system 00:09: [io 0xe880-0xe8ff] has been reserved
    [ 0.348300] system 00:09: [io 0xec00-0xec7f] has been reserved
    [ 0.348372] system 00:09: [io 0xec80-0xecff] has been reserved
    [ 0.348442] system 00:09: [io 0xd800-0xd87f] has been reserved
    [ 0.348511] system 00:09: [io 0xd880-0xd89f] has been reserved
    [ 0.348580] system 00:09: [io 0xeeb0-0xeebf] has been reserved
    [ 0.348649] system 00:09: [io 0xeec0-0xeeff] has been reserved
    [ 0.348719] system 00:09: [io 0x0690-0x06ff] has been reserved
    [ 0.348790] system 00:09: [io 0x04d0-0x04d1] has been reserved
    [ 0.348860] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.373796] pnp 00:0a: [mem 0xfed40000-0xfed44fff]
    [ 0.373798] pnp 00:0a: [io 0x004e-0x004f]
    [ 0.373800] pnp 00:0a: [io 0x0680-0x068f]
    [ 0.373836] pnp 00:0a: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
    [ 0.373854] pnp 00:0b: [mem 0xfed00000-0xfed003ff]
    [ 0.373888] pnp 00:0b: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.400457] pnp 00:0c: [io 0x03f8-0x03ff]
    [ 0.400464] pnp 00:0c: [irq 4]
    [ 0.427076] pnp 00:0c: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.453838] pnp 00:0d: Plug and Play ACPI device, IDs PNP0401 (disabled)
    [ 0.480366] pnp: PnP ACPI: found 14 devices
    [ 0.480434] ACPI: ACPI bus type pnp unregistered
    [ 0.487001] pci 0000:00:1e.0: BAR 15: assigned [mem 0xd0000000-0xd3ffffff pref]
    [ 0.487085] pci 0000:00:1e.0: BAR 14: assigned [mem 0xd4000000-0xd9ffffff]
    [ 0.487157] pci 0000:00:1b.0: BAR 0: assigned [mem 0xda000000-0xda003fff 64bit]
    [ 0.487245] pci 0000:00:1b.0: BAR 0: set to [mem 0xda000000-0xda003fff 64bit] (PCI address [0xda000000-0xda003fff])
    [ 0.487331] pci 0000:00:1e.0: BAR 13: assigned [io 0x1000-0x1fff]
    [ 0.487402] pci 0000:00:1c.1: BAR 15: assigned [mem 0xda100000-0xda2fffff 64bit pref]
    [ 0.487485] pci 0000:01:00.0: BAR 6: can't assign mem pref (size 0x20000)
    [ 0.487555] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.487623] pci 0000:00:01.0: bridge window [io disabled]
    [ 0.487693] pci 0000:00:01.0: bridge window [mem 0xfc000000-0xfdffffff]
    [ 0.487765] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.487849] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 0.487918] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
    [ 0.487991] pci 0000:00:1c.0: bridge window [mem 0xffd00000-0xffdfffff]
    [ 0.488064] pci 0000:00:1c.0: bridge window [mem pref disabled]
    [ 0.488138] pci 0000:00:1c.1: PCI bridge to [bus 03-04]
    [ 0.488208] pci 0000:00:1c.1: bridge window [io 0xb000-0xbfff]
    [ 0.488282] pci 0000:00:1c.1: bridge window [mem 0xfa000000-0xfbffffff]
    [ 0.488355] pci 0000:00:1c.1: bridge window [mem 0xda100000-0xda2fffff 64bit pref]
    [ 0.488441] pci 0000:00:1c.2: PCI bridge to [bus 05-05]
    [ 0.488508] pci 0000:00:1c.2: bridge window [io disabled]
    [ 0.488581] pci 0000:00:1c.2: bridge window [mem 0xffc00000-0xffcfffff]
    [ 0.488654] pci 0000:00:1c.2: bridge window [mem pref disabled]
    [ 0.488730] pci 0000:06:0b.0: BAR 15: assigned [mem 0xd0000000-0xd3ffffff pref]
    [ 0.488811] pci 0000:06:0b.0: BAR 16: assigned [mem 0xd4000000-0xd7ffffff]
    [ 0.488882] pci 0000:06:0b.1: BAR 1: assigned [mem 0xd8000000-0xd8003fff]
    [ 0.488956] pci 0000:06:0b.1: BAR 1: set to [mem 0xd8000000-0xd8003fff] (PCI address [0xd8000000-0xd8003fff])
    [ 0.489041] pci 0000:06:0b.0: BAR 0: assigned [mem 0xd8004000-0xd8004fff]
    [ 0.489115] pci 0000:06:0b.0: BAR 0: set to [mem 0xd8004000-0xd8004fff] (PCI address [0xd8004000-0xd8004fff])
    [ 0.489200] pci 0000:06:0b.1: BAR 0: assigned [mem 0xd8005000-0xd80057ff]
    [ 0.489274] pci 0000:06:0b.1: BAR 0: set to [mem 0xd8005000-0xd80057ff] (PCI address [0xd8005000-0xd80057ff])
    [ 0.489358] pci 0000:06:0b.0: BAR 13: assigned [io 0x1000-0x10ff]
    [ 0.489427] pci 0000:06:0b.0: BAR 14: assigned [io 0x1400-0x14ff]
    [ 0.489497] pci 0000:06:0b.3: BAR 0: assigned [mem 0xd8005800-0xd80058ff]
    [ 0.489572] pci 0000:06:0b.3: BAR 0: set to [mem 0xd8005800-0xd80058ff] (PCI address [0xd8005800-0xd80058ff])
    [ 0.489656] pci 0000:06:0b.0: CardBus bridge to [bus 07-0a]
    [ 0.489724] pci 0000:06:0b.0: bridge window [io 0x1000-0x10ff]
    [ 0.489796] pci 0000:06:0b.0: bridge window [io 0x1400-0x14ff]
    [ 0.489871] pci 0000:06:0b.0: bridge window [mem 0xd0000000-0xd3ffffff pref]
    [ 0.489954] pci 0000:06:0b.0: bridge window [mem 0xd4000000-0xd7ffffff]
    [ 0.490039] pci 0000:00:1e.0: PCI bridge to [bus 06-07]
    [ 0.490108] pci 0000:00:1e.0: bridge window [io 0x1000-0x1fff]
    [ 0.490182] pci 0000:00:1e.0: bridge window [mem 0xd4000000-0xd9ffffff]
    [ 0.490254] pci 0000:00:1e.0: bridge window [mem 0xd0000000-0xd3ffffff pref]
    [ 0.490349] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.490420] pci 0000:00:01.0: setting latency timer to 64
    [ 0.490429] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 0.490502] pci 0000:00:1c.0: setting latency timer to 64
    [ 0.490510] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
    [ 0.490583] pci 0000:00:1c.1: setting latency timer to 64
    [ 0.490592] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 0.490665] pci 0000:00:1c.2: setting latency timer to 64
    [ 0.490673] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.490682] pci 0000:06:0b.0: enabling device (0000 -> 0003)
    [ 0.490756] pci 0000:06:0b.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
    [ 0.490832] pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
    [ 0.490834] pci_bus 0000:00: resource 1 [mem 0x00000000-0xfffffffff]
    [ 0.490837] pci_bus 0000:01: resource 1 [mem 0xfc000000-0xfdffffff]
    [ 0.490840] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.490842] pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
    [ 0.490845] pci_bus 0000:02: resource 1 [mem 0xffd00000-0xffdfffff]
    [ 0.490847] pci_bus 0000:03: resource 0 [io 0xb000-0xbfff]
    [ 0.490849] pci_bus 0000:03: resource 1 [mem 0xfa000000-0xfbffffff]
    [ 0.490852] pci_bus 0000:03: resource 2 [mem 0xda100000-0xda2fffff 64bit pref]
    [ 0.490855] pci_bus 0000:05: resource 1 [mem 0xffc00000-0xffcfffff]
    [ 0.490857] pci_bus 0000:06: resource 0 [io 0x1000-0x1fff]
    [ 0.490859] pci_bus 0000:06: resource 1 [mem 0xd4000000-0xd9ffffff]
    [ 0.490862] pci_bus 0000:06: resource 2 [mem 0xd0000000-0xd3ffffff pref]
    [ 0.490864] pci_bus 0000:06: resource 4 [io 0x0000-0xffff]
    [ 0.490867] pci_bus 0000:06: resource 5 [mem 0x00000000-0xfffffffff]
    [ 0.490869] pci_bus 0000:07: resource 0 [io 0x1000-0x10ff]
    [ 0.490872] pci_bus 0000:07: resource 1 [io 0x1400-0x14ff]
    [ 0.490874] pci_bus 0000:07: resource 2 [mem 0xd0000000-0xd3ffffff pref]
    [ 0.490877] pci_bus 0000:07: resource 3 [mem 0xd4000000-0xd7ffffff]
    [ 0.490963] NET: Registered protocol family 2
    [ 0.491248] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.492732] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.499013] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.499934] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.500037] TCP reno registered
    [ 0.500113] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.500238] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.500664] NET: Registered protocol family 1
    [ 0.500886] pci 0000:01:00.0: Boot video device
    [ 0.500912] PCI: CLS 32 bytes, default 64
    [ 0.500979] Unpacking initramfs...
    [ 0.535672] Freeing initrd memory: 2132k freed
    [ 0.536590] Simple Boot Flag value 0xb read from CMOS RAM was invalid
    [ 0.536662] Simple Boot Flag at 0x7c set to 0x1
    [ 0.537206] audit: initializing netlink socket (disabled)
    [ 0.537289] type=2000 audit(1310243563.536:1): initialized
    [ 0.537864] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.540443] VFS: Disk quotas dquot_6.5.2
    [ 0.540667] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.540930] msgmni has been set to 6542
    [ 0.541262] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.541390] io scheduler noop registered
    [ 0.541459] io scheduler deadline registered
    [ 0.541578] io scheduler cfq registered (default)
    [ 0.541776] pcieport 0000:00:01.0: setting latency timer to 64
    [ 0.541814] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.541889] pcieport 0000:00:1c.0: setting latency timer to 64
    [ 0.541942] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    [ 0.542049] pcieport 0000:00:1c.1: setting latency timer to 64
    [ 0.542102] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
    [ 0.542218] pcieport 0000:00:1c.2: setting latency timer to 64
    [ 0.542271] pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
    [ 0.542391] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
    [ 0.542462] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
    [ 0.542533] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
    [ 0.542560] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    [ 0.542631] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
    [ 0.542704] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    [ 0.542725] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
    [ 0.542799] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
    [ 0.542821] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
    [ 0.542891] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
    [ 0.542964] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
    [ 0.543061] intel_idle: MWAIT substates: 0x22220
    [ 0.543063] intel_idle: does not run on family 6 model 15
    [ 0.543073] ERST: Table is not found!
    [ 0.543213] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.564034] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.757615] 00:0c: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.810208] Linux agpgart interface v0.103
    [ 0.810379] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 0.814755] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.814861] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.815104] mousedev: PS/2 mouse device common for all mice
    [ 0.815258] rtc_cmos 00:08: RTC can wake from S4
    [ 0.834943] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.836797] rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0
    [ 0.836896] rtc0: alarms up to one year, 114 bytes nvram, hpet irqs
    [ 0.836976] cpuidle: using governor ladder
    [ 0.837042] cpuidle: using governor menu
    [ 0.837348] TCP cubic registered
    [ 0.837415] NET: Registered protocol family 17
    [ 0.837490] Registering the dns_resolver key type
    [ 0.837659] PM: Hibernation image not present or could not be loaded.
    [ 0.837665] registered taskstats version 1
    [ 0.838340] rtc_cmos 00:08: setting system clock to 2011-07-09 20:32:44 UTC (1310243564)
    [ 0.838465] Initializing network drop monitor service
    [ 0.840013] Freeing unused kernel memory: 712k freed
    [ 0.840372] Write protecting the kernel read-only data: 6144k
    [ 0.840765] Freeing unused kernel memory: 60k freed
    [ 0.844098] Freeing unused kernel memory: 784k freed
    [ 0.855991] udevd[48]: starting version 171
    [ 0.939897] usbcore: registered new interface driver usbfs
    [ 0.940955] usbcore: registered new interface driver hub
    [ 0.941892] usbcore: registered new device driver usb
    [ 0.969586] SCSI subsystem initialized
    [ 0.976084] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.976200] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 0.976293] ehci_hcd 0000:00:1d.7: setting latency timer to 64
    [ 0.976297] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [ 0.976415] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
    [ 0.983378] ehci_hcd 0000:00:1d.7: using broken periodic workaround
    [ 0.983460] ehci_hcd 0000:00:1d.7: debug port 1
    [ 0.987430] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
    [ 0.987451] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xffaffc00
    [ 0.999115] libata version 3.00 loaded.
    [ 1.000039] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 1.000272] hub 1-0:1.0: USB hub found
    [ 1.000342] hub 1-0:1.0: 8 ports detected
    [ 1.002403] ata_piix 0000:00:1f.2: version 2.13
    [ 1.002506] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 1.002584] ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ]
    [ 1.005170] uhci_hcd: USB Universal Host Controller Interface driver
    [ 1.153375] ata_piix 0000:00:1f.2: setting latency timer to 64
    [ 1.153767] scsi0 : ata_piix
    [ 1.153945] scsi1 : ata_piix
    [ 1.154611] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xaf10 irq 14
    [ 1.154682] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xaf18 irq 15
    [ 1.154800] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 1.154904] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 1.154923] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 1.155059] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 1.160051] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000afe0
    [ 1.160289] hub 2-0:1.0: USB hub found
    [ 1.160360] hub 2-0:1.0: 2 ports detected
    [ 1.160502] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 1.160577] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 1.160581] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 1.160655] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
    [ 1.180052] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000af80
    [ 1.180261] hub 3-0:1.0: USB hub found
    [ 1.180332] hub 3-0:1.0: 2 ports detected
    [ 1.180469] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 1.180544] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 1.180548] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 1.180622] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
    [ 1.206720] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000af60
    [ 1.206935] hub 4-0:1.0: USB hub found
    [ 1.207006] hub 4-0:1.0: 2 ports detected
    [ 1.207144] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
    [ 1.207220] uhci_hcd 0000:00:1d.3: setting latency timer to 64
    [ 1.207224] uhci_hcd 0000:00:1d.3: UHCI Host Controller
    [ 1.207298] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
    [ 1.216718] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000af40
    [ 1.216926] hub 5-0:1.0: USB hub found
    [ 1.216996] hub 5-0:1.0: 2 ports detected
    [ 1.313799] ata1.00: ATA-7: TOSHIBA MK1234GSX, AH001M, max UDMA/100
    [ 1.313873] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.320342] ata1.00: configured for UDMA/100
    [ 1.320580] scsi 0:0:0:0: Direct-Access ATA TOSHIBA MK1234GS AH00 PQ: 0 ANSI: 5
    [ 1.331080] ata2.00: ATAPI: PIONEER DVD-RW DVR-K16S, 1.17, max UDMA/33
    [ 1.360458] ata2.00: configured for UDMA/33
    [ 1.383510] scsi 1:0:0:0: CD-ROM PIONEER DVD-RW DVR-K16S 1.17 PQ: 0 ANSI: 5
    [ 1.395021] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
    [ 1.395170] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.395242] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.395268] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.409585] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.409668] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.410066] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 1.429811] sda: sda1 sda2 sda3 sda4
    [ 1.430324] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.486697] usb 3-1: new full speed USB device number 2 using uhci_hcd
    [ 1.540020] Refined TSC clocksource calibration: 1994.999 MHz.
    [ 1.540095] Switching to clocksource tsc
    [ 2.014954] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    [ 3.951205] udevd[245]: starting version 171
    [ 4.375423] Detected Toshiba ACPI Bluetooth device - installing RFKill handler
    [ 4.377182] toshiba_bluetooth: Re-enabling Toshiba Bluetooth
    [ 4.464646] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
    [ 4.464694] ACPI: Lid Switch [LID]
    [ 4.464751] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
    [ 4.464757] ACPI: Power Button [PWRB]
    [ 4.464806] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 4.464810] ACPI: Power Button [PWRF]
    [ 4.468874] acpi device:1e: registered as cooling_device0
    [ 4.469003] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/LNXVIDEO:00/input/input4
    [ 4.469010] ACPI: Video Device [VGA] (multi-head: yes rom: yes post: no)
    [ 4.470072] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 4.470966] ACPI: AC Adapter [ADP1] (on-line)
    [ 4.472259] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 4.472266] ACPI: Battery Slot [BAT1] (battery present)
    [ 4.472287] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 4.472294] ACPI: Battery Slot [BAT2] (battery absent)
    [ 4.511094] iTCO_vendor_support: vendor-support=0
    [ 4.639541] thermal LNXTHERM:00: registered as thermal_zone0
    [ 4.639544] ACPI: Thermal Zone [THRM] (43 C)
    [ 4.693186] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
    [ 4.693282] iTCO_wdt: Found a ICH7-M or ICH7-U TCO device (Version=2, TCOBASE=0xd860)
    [ 4.693360] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 4.711995] parport_pc 00:0d: [io 0x0378-0x037a]
    [ 4.712003] parport_pc 00:0d: [io 0x0778-0x077a]
    [ 4.712080] parport_pc 00:0d: [irq 7]
    [ 4.712083] parport_pc 00:0d: [dma 1]
    [ 4.721387] sdhci: Secure Digital Host Controller Interface driver
    [ 4.721390] sdhci: Copyright(c) Pierre Ossman
    [ 4.723125] sdhci-pci 0000:06:0b.3: SDHCI controller found [104c:803c] (rev 0)
    [ 4.723223] sdhci-pci 0000:06:0b.3: enabling device (0000 -> 0002)
    [ 4.723232] sdhci-pci 0000:06:0b.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
    [ 4.723275] _regulator_get: 0000:06:0b.3 supply vmmc not found, using dummy regulator
    [ 4.723317] Registered led device: mmc0::
    [ 4.723379] mmc0: SDHCI controller on PCI [0000:06:0b.3] using DMA
    [ 4.737354] parport_pc 00:0d: activated
    [ 4.737359] parport_pc 00:0d: reported by Plug and Play ACPI
    [ 4.737430] parport0: PC-style at 0x378 (0x778), irq 7, dma 1 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
    [ 4.820210] tpm_tis 00:0a: 1.2 TPM (device-id 0xB, rev-id 16)
    [ 4.927881] intel_rng: FWH not detected
    [ 4.960488] ppdev: user-space parallel port driver
    [ 4.964564] leds_ss4200: no LED devices found
    [ 5.067658] cfg80211: Calling CRDA to update world regulatory domain
    [ 5.084335] firewire_ohci 0000:06:0b.1: enabling device (0000 -> 0002)
    [ 5.084352] firewire_ohci 0000:06:0b.1: PCI INT B -> GSI 20 (level, low) -> IRQ 20
    [ 5.136777] firewire_ohci: Added fw-ohci device 0000:06:0b.1, OHCI v1.10, 4 IR + 8 IT contexts, quirks 0x2
    [ 5.336838] input: Toshiba input device as /devices/virtual/input/input5
    [ 5.336895] toshiba_acpi: Toshiba Laptop ACPI Extras version 0.19
    [ 5.336897] toshiba_acpi: HCI method: \_SB_.VALZ.GHCI
    [ 5.337522] input: PC Speaker as /devices/platform/pcspkr/input/input6
    [ 5.344122] Registered led device: toshiba::illumination
    [ 5.348189] ACPI: acpi_idle registered with cpuidle
    [ 5.348320] Marking TSC unstable due to TSC halts in idle
    [ 5.348764] Switching to clocksource hpet
    [ 5.510961] input: DualPoint Stick as /devices/platform/i8042/serio1/input/input7
    [ 5.530064] e1000e: Intel(R) PRO/1000 Network Driver - 1.3.10-k2
    [ 5.530067] e1000e: Copyright(c) 1999 - 2011 Intel Corporation.
    [ 5.530097] e1000e 0000:02:00.0: Disabling ASPM L1
    [ 5.530118] e1000e 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 5.530141] e1000e 0000:02:00.0: setting latency timer to 64
    [ 5.530347] e1000e 0000:02:00.0: irq 44 for MSI/MSI-X
    [ 5.530741] e1000e 0000:02:00.0: Disabling ASPM L0s
    [ 5.542011] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input8
    [ 5.611580] yenta_cardbus 0000:06:0b.0: CardBus bridge found [1179:0001]
    [ 5.611604] yenta_cardbus 0000:06:0b.0: Enabling burst memory read transactions
    [ 5.611610] yenta_cardbus 0000:06:0b.0: Using CSCINT to route CSC interrupts to PCI
    [ 5.611613] yenta_cardbus 0000:06:0b.0: Routing CardBus interrupts to PCI
    [ 5.611619] yenta_cardbus 0000:06:0b.0: TI: mfunc 0x01aa1022, devctl 0x64
    [ 5.636892] firewire_core: created device fw0: GUID 0000390000886031, S400
    [ 5.654088] e1000e 0000:02:00.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:15:b7:a8:5b:e9
    [ 5.654091] e1000e 0000:02:00.0: eth0: Intel(R) PRO/1000 Network Connection
    [ 5.654169] e1000e 0000:02:00.0: eth0: MAC: 2, PHY: 2, PBA No: FFFFFF-0FF
    [ 5.696863] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [ 5.696933] sr 1:0:0:0: Attached scsi generic sg1 type 5
    [ 5.813113] HDA Intel 0000:00:1b.0: power state changed by ACPI to D0
    [ 5.813119] HDA Intel 0000:00:1b.0: power state changed by ACPI to D0
    [ 5.813126] HDA Intel 0000:00:1b.0: enabling device (0000 -> 0002)
    [ 5.813140] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    [ 5.813203] HDA Intel 0000:00:1b.0: irq 45 for MSI/MSI-X
    [ 5.813240] HDA Intel 0000:00:1b.0: setting latency timer to 64
    [ 5.844531] yenta_cardbus 0000:06:0b.0: ISA IRQ mask 0x0c78, PCI irq 21
    [ 5.844536] yenta_cardbus 0000:06:0b.0: Socket status: 30000006
    [ 5.844541] pci_bus 0000:06: Raising subordinate bus# of parent bus (#06) from #07 to #0a
    [ 5.844554] yenta_cardbus 0000:06:0b.0: pcmcia: parent PCI bridge window: [io 0x1000-0x1fff]
    [ 5.844557] yenta_cardbus 0000:06:0b.0: pcmcia: parent PCI bridge window: [mem 0xd4000000-0xd9ffffff]
    [ 5.844561] pcmcia_socket pcmcia_socket0: cs: memory probe 0xd4000000-0xd9ffffff: excluding 0xd4000000-0xd81fffff
    [ 5.844574] yenta_cardbus 0000:06:0b.0: pcmcia: parent PCI bridge window: [mem 0xd0000000-0xd3ffffff pref]
    [ 5.844577] pcmcia_socket pcmcia_socket0: cs: memory probe 0xd0000000-0xd3ffffff: excluding 0xd0000000-0xd3ffffff
    [ 5.879954] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
    [ 5.879958] iwl3945: Copyright(c) 2003-2011 Intel Corporation
    [ 5.880080] iwl3945 0000:05:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [ 5.880095] iwl3945 0000:05:00.0: setting latency timer to 64
    [ 5.921779] vboxdrv: Found 2 processor cores.
    [ 5.922150] VBoxDrv: dbg - g_abExecMemory=ffffffffa05e5360
    [ 5.922177] vboxdrv: fAsync=0 offMin=0x3c0 offMax=0x3294
    [ 5.922677] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    [ 5.922680] vboxdrv: Successfully loaded version 4.0.8_OSE (interface 0x00180000).
    [ 5.935088] iwl3945 0000:05:00.0: Tunable channels: 11 802.11bg, 13 802.11a channels
    [ 5.935092] iwl3945 0000:05:00.0: Detected Intel Wireless WiFi Link 3945ABG
    [ 5.935238] iwl3945 0000:05:00.0: irq 46 for MSI/MSI-X
    [ 5.935471] Registered led device: phy0-led
    [ 6.076734] usb 3-2: new full speed USB device number 3 using uhci_hcd
    [ 6.260350] input: HDA Intel Line In at Sep Rear Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 6.365648] Bluetooth: Core ver 2.16
    [ 6.365675] NET: Registered protocol family 31
    [ 6.365678] Bluetooth: HCI device and connection manager initialized
    [ 6.365681] Bluetooth: HCI socket layer initialized
    [ 6.365682] Bluetooth: L2CAP socket layer initialized
    [ 6.367059] Bluetooth: SCO socket layer initialized
    [ 6.397150] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
    [ 6.423864] nvidia: module license 'NVIDIA' taints kernel.
    [ 6.423869] Disabling lock debugging due to kernel taint
    [ 6.470309] Bluetooth: Generic Bluetooth USB driver ver 0.6
    [ 6.470788] usbcore: registered new interface driver btusb
    [ 6.490429] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff: excluding 0xe0000-0xfffff
    [ 6.490499] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff: excluding 0xa0000000-0xa0ffffff
    [ 6.490563] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff: excluding 0x60000000-0x60ffffff
    [ 6.589542] cfg80211: World regulatory domain updated:
    [ 6.589546] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    [ 6.589549] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [ 6.589552] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [ 6.589555] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [ 6.589558] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [ 6.589561] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [ 6.589575] cfg80211: Calling CRDA for country: US
    [ 6.592441] cfg80211: Regulatory domain changed to country: US
    [ 6.592444] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    [ 6.592447] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
    [ 6.592450] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm)
    [ 6.592453] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [ 6.592456] cfg80211: (5490000 KHz - 5600000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [ 6.592459] cfg80211: (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [ 6.592461] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 3000 mBm)
    [ 7.230839] nvidia 0000:01:00.0: power state changed by ACPI to D0
    [ 7.230845] nvidia 0000:01:00.0: power state changed by ACPI to D0
    [ 7.230855] nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 7.230864] nvidia 0000:01:00.0: setting latency timer to 64
    [ 7.230869] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
    [ 7.231025] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 275.09.07 Wed Jun 8 14:16:46 PDT 2011
    [ 7.672048] EXT4-fs (sda3): re-mounted. Opts: (null)
    [ 8.024321] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
    [ 8.235206] Adding 4000180k swap on /dev/sda2. Priority:-1 extents:1 across:4000180k
    [ 10.230429] e1000e 0000:02:00.0: irq 44 for MSI/MSI-X
    [ 10.283546] e1000e 0000:02:00.0: irq 44 for MSI/MSI-X
    [ 11.855962] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
    [ 11.855968] e1000e 0000:02:00.0: eth0: 10/100 speed: disabling TSO
    [ 35.639276] NET: Registered protocol family 10
    [ 46.030030] eth0: no IPv6 routers present
    [ 542.872512] iwl3945 0000:05:00.0: loaded firmware version 15.32.2.9
    [ 542.941963] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    Those last two lines are after running `sudo ifconfig wlan0 up`. Running the program, `sudo iwlist wlan0 scan`, comes up with an appropriate list of access points. Yet when I run `sudo netcfg -u profile`, I get a "FAIL" message and "wlan0: link is not ready" shows up again in dmesg.
    Output of lsmod | grep iwl
    iwl3945 74149 0
    iwl_legacy 52750 1 iwl3945
    mac80211 211822 2 iwl3945,iwl_legacy
    cfg80211 146401 3 iwl3945,iwl_legacy,mac80211
    Output of lspci for my networking cards
    02:00.0 Ethernet controller: Intel Corporation 82573L Gigabit Ethernet Controller
    05:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
    My ethernet controller (wired) works fine.

    EDIT: SOLVED
    Solution: I feel sort of silly. I had mistaken my wifi switch for some sort of card eject/lock switch. Oh well, live and learn I suppose....
    Hello I am having a similar problem. I tried to manually bring up my wireless device with the "ifconfig wlan0 up" but I get the following error:
    SIOCSIFFLAGS: Operation not possible due to RF-kill
    After some research I found a suggestion to install rfkill and ensure the following line was uncommented in /etc/conf.d/rfkill
    RFKILL_UNBLOCK="all"
    Then add rfkill to my /etc/rc.d/conf under daemons and restart. Despite this I still get the same error when I try to run the ifconfig command.
    Here is my demsg output:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 2.6.39-ARCH (thomas@evey) (gcc version 4.6.1 (GCC) ) #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
    [ 0.000000] BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 000000003f692400 (usable)
    [ 0.000000] BIOS-e820: 000000003f692400 - 0000000040000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1c000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed20000 - 00000000fed90000 (reserved)
    [ 0.000000] BIOS-e820: 00000000feda0000 - 00000000feda6000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
    [ 0.000000] Notice: NX (Execute Disable) protection missing in CPU!
    [ 0.000000] DMI 2.4 present.
    [ 0.000000] DMI: Dell Inc. Inspiron 1420 /0DT492, BIOS A01 07/10/2007
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] last_pfn = 0x3f692 max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CFFFF write-protect
    [ 0.000000] D0000-EFFFF uncachable
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask FC0000000 write-back
    [ 0.000000] 1 base 03F800000 mask FFF800000 uncachable
    [ 0.000000] 2 base 03F700000 mask FFFF00000 uncachable
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] initial memory mapped : 0 - 01c00000
    [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
    [ 0.000000] 0000000000 - 0000400000 page 4k
    [ 0.000000] 0000400000 - 0037400000 page 2M
    [ 0.000000] 0037400000 - 00377fe000 page 4k
    [ 0.000000] kernel direct mapping tables up to 377fe000 @ 1bfb000-1c00000
    [ 0.000000] RAMDISK: 3f468000 - 3f682000
    [ 0.000000] Allocated new RAMDISK: 375e4000 - 377fdc50
    [ 0.000000] Move RAMDISK from 000000003f468000 - 000000003f681c4f to 375e4000 - 377fdc4f
    [ 0.000000] ACPI: RSDP 000fbbf0 00024 (v02 DELL )
    [ 0.000000] ACPI: XSDT 3f693e00 0005C (v01 DELL M08 27D7070A ASL 00000061)
    [ 0.000000] ACPI: FACP 3f693c9c 000F4 (v04 DELL M08 27D7070A ASL 00000061)
    [ 0.000000] ACPI: DSDT 3f694400 05633 (v02 INT430 SYSFexxx 00001001 INTL 20050624)
    [ 0.000000] ACPI: FACS 3f6a2c00 00040
    [ 0.000000] ACPI: HPET 3f693f00 00038 (v01 DELL M08 00000001 ASL 00000061)
    [ 0.000000] ACPI: APIC 3f694000 00068 (v01 DELL M08 27D7070A ASL 00000047)
    [ 0.000000] ACPI: MCFG 3f693fc0 0003E (v16 DELL M08 27D7070A ASL 00000061)
    [ 0.000000] ACPI: SLIC 3f69409c 00024 (v01 DELL M08 27D7070A ASL 00000061)
    [ 0.000000] ACPI: BOOT 3f693bc0 00028 (v01 DELL M08 27D7070A ASL 00000061)
    [ 0.000000] ACPI: SSDT 3f6927b1 004CC (v01 PmRef CpuPm 00003000 INTL 20050624)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 126MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] Normal 0x00001000 -> 0x000377fe
    [ 0.000000] HighMem 0x000377fe -> 0x0003f692
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[2] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009f
    [ 0.000000] 0: 0x00000100 -> 0x0003f692
    [ 0.000000] On node 0 totalpages: 259617
    [ 0.000000] free_area_init_node: node 0, pgdat c14a1980, node_mem_map f6df3200
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3951 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 221486 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 254 pages used for memmap
    [ 0.000000] HighMem zone: 32150 pages, LIFO batch:7
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0x1008
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: 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 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
    [ 0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:b8000000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 12 pages/cpu @f6800000 s27648 r0 d21504 u2097152
    [ 0.000000] pcpu-alloc: s27648 r0 d21504 u2097152 alloc=1*4194304
    [ 0.000000] pcpu-alloc: [0] 0 1
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 257587
    [ 0.000000] Kernel command line: root=/dev/disk/by-uuid/5872116e-5d3c-4b91-8061-d3f4e14e0ada ro
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] allocated 4155424 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:0003f692)
    [ 0.000000] Memory: 1016960k/1038920k available (3376k kernel code, 21508k reserved, 1390k data, 512k init, 129616k highmem)
    [ 0.000000] virtual kernel memory layout:
    [ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    [ 0.000000] .init : 0xc14a8000 - 0xc1528000 ( 512 kB)
    [ 0.000000] .data : 0xc134c3bf - 0xc14a7c00 (1390 kB)
    [ 0.000000] .text : 0xc1000000 - 0xc134c3bf (3376 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptable hierarchical RCU implementation.
    [ 0.000000] RCU-based detection of stalled CPUs is disabled.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:512
    [ 0.000000] CPU 0 irqstacks, hard=f600c000 soft=f600e000
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 1496.306 MHz processor.
    [ 0.003336] Calibrating delay loop (skipped), value calculated using timer frequency.. 2993.30 BogoMIPS (lpj=4987686)
    [ 0.003469] pid_max: default: 32768 minimum: 301
    [ 0.003587] Security Framework initialized
    [ 0.003655] AppArmor: AppArmor disabled by boot time parameter
    [ 0.003749] Mount-cache hash table entries: 512
    [ 0.004058] Initializing cgroup subsys ns
    [ 0.004125] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
    [ 0.004209] Initializing cgroup subsys cpuacct
    [ 0.004289] Initializing cgroup subsys memory
    [ 0.004366] Initializing cgroup subsys devices
    [ 0.004432] Initializing cgroup subsys freezer
    [ 0.004498] Initializing cgroup subsys net_cls
    [ 0.004564] Initializing cgroup subsys blkio
    [ 0.006717] CPU: Physical Processor ID: 0
    [ 0.006782] CPU: Processor Core ID: 0
    [ 0.006847] mce: CPU supports 6 MCE banks
    [ 0.006918] CPU0: Thermal monitoring enabled (TM2)
    [ 0.006986] using mwait in idle threads.
    [ 0.008485] ACPI: Core revision 20110316
    [ 0.013347] ftrace: allocating 15225 entries in 30 pages
    [ 0.016721] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.017179] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.050261] CPU0: Intel(R) Core(TM)2 Duo CPU T5250 @ 1.50GHz stepping 0d
    [ 0.053330] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    [ 0.053330] PEBS disabled due to CPU errata.
    [ 0.053330] ... version: 2
    [ 0.053330] ... bit width: 40
    [ 0.053330] ... generic registers: 2
    [ 0.053330] ... value mask: 000000ffffffffff
    [ 0.053330] ... max period: 000000007fffffff
    [ 0.053330] ... fixed-purpose events: 3
    [ 0.053330] ... event mask: 0000000700000003
    [ 0.070120] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.096678] CPU 1 irqstacks, hard=f60c8000 soft=f60ca000
    [ 0.096681] Booting Node 0, Processors #1 Ok.
    [ 0.096793] smpboot cpu 1: start_ip = 9b000
    [ 0.006666] Initializing CPU#1
    [ 0.193356] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.199993] Brought up 2 CPUs
    [ 0.200057] Total of 2 processors activated (5987.49 BogoMIPS).
    [ 0.201199] devtmpfs: initialized
    [ 0.201466] print_constraints: dummy:
    [ 0.201604] NET: Registered protocol family 16
    [ 0.203475] ACPI: bus type pci registered
    [ 0.203665] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.203749] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.203817] PCI: Using MMCONFIG for extended config space
    [ 0.203882] PCI: Using configuration type 1 for base access
    [ 0.203954] dmi type 0xB1 record - unknown flag
    [ 0.204679] bio: create slab <bio-0> at 0
    [ 0.204902] ACPI: EC: Look up EC in DSDT
    [ 0.226159] ACPI: SSDT 3f6931b8 001C0 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    [ 0.226708] ACPI: Dynamic OEM Table Load:
    [ 0.226865] ACPI: SSDT (null) 001C0 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    [ 0.227216] ACPI: SSDT 3f692c7d 004B6 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    [ 0.227731] ACPI: Dynamic OEM Table Load:
    [ 0.227887] ACPI: SSDT (null) 004B6 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    [ 0.228404] ACPI: SSDT 3f693378 000C4 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
    [ 0.228935] ACPI: Dynamic OEM Table Load:
    [ 0.229092] ACPI: SSDT (null) 000C4 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
    [ 0.229399] ACPI: SSDT 3f693133 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
    [ 0.229916] ACPI: Dynamic OEM Table Load:
    [ 0.230046] ACPI: SSDT (null) 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
    [ 0.230473] ACPI: Interpreter enabled
    [ 0.230541] ACPI: (supports S0 S3 S4 S5)
    [ 0.230809] ACPI: Using IOAPIC for interrupt routing
    [ 0.286877] ACPI: No dock devices found.
    [ 0.286943] HEST: Table not found.
    [ 0.287009] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    [ 0.300195] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.325114] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    [ 0.325119] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
    [ 0.325123] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    [ 0.325127] pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff] (ignored)
    [ 0.325131] pci_root PNP0A03:00: host bridge window [mem 0x40000000-0xf7ffffff] (ignored)
    [ 0.325135] pci_root PNP0A03:00: host bridge window [mem 0xfc000000-0xfebfffff] (ignored)
    [ 0.325139] pci_root PNP0A03:00: host bridge window [mem 0xfec10000-0xfecfffff] (ignored)
    [ 0.325143] pci_root PNP0A03:00: host bridge window [mem 0xfed1c000-0xfed1ffff] (ignored)
    [ 0.325147] pci_root PNP0A03:00: host bridge window [mem 0xfed90000-0xfed9ffff] (ignored)
    [ 0.325151] pci_root PNP0A03:00: host bridge window [mem 0xfeda7000-0xfedfffff] (ignored)
    [ 0.325154] pci_root PNP0A03:00: host bridge window [mem 0xfee10000-0xff9fffff] (ignored)
    [ 0.325158] pci_root PNP0A03:00: host bridge window [mem 0xffb00000-0xffefffff] (ignored)
    [ 0.325173] pci 0000:00:00.0: [8086:2a00] type 0 class 0x000600
    [ 0.325234] pci 0000:00:02.0: [8086:2a02] type 0 class 0x000300
    [ 0.325254] pci 0000:00:02.0: reg 10: [mem 0xfea00000-0xfeafffff 64bit]
    [ 0.325267] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.325276] pci 0000:00:02.0: reg 20: [io 0xeff8-0xefff]
    [ 0.325321] pci 0000:00:02.1: [8086:2a03] type 0 class 0x000380
    [ 0.325338] pci 0000:00:02.1: reg 10: [mem 0xfeb00000-0xfebfffff 64bit]
    [ 0.325447] pci 0000:00:1a.0: [8086:2834] type 0 class 0x000c03
    [ 0.325514] pci 0000:00:1a.0: reg 20: [io 0x6f20-0x6f3f]
    [ 0.325562] pci 0000:00:1a.1: [8086:2835] type 0 class 0x000c03
    [ 0.325630] pci 0000:00:1a.1: reg 20: [io 0x6f00-0x6f1f]
    [ 0.325695] pci 0000:00:1a.7: [8086:283a] type 0 class 0x000c03
    [ 0.325725] pci 0000:00:1a.7: reg 10: [mem 0xfed1c400-0xfed1c7ff]
    [ 0.325832] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    [ 0.325840] pci 0000:00:1a.7: PME# disabled
    [ 0.325875] pci 0000:00:1b.0: [8086:284b] type 0 class 0x000403
    [ 0.325903] pci 0000:00:1b.0: reg 10: [mem 0xfe9fc000-0xfe9fffff 64bit]
    [ 0.326002] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.326009] pci 0000:00:1b.0: PME# disabled
    [ 0.326044] pci 0000:00:1c.0: [8086:283f] type 1 class 0x000604
    [ 0.326147] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.326154] pci 0000:00:1c.0: PME# disabled
    [ 0.326192] pci 0000:00:1c.1: [8086:2841] type 1 class 0x000604
    [ 0.326295] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.326302] pci 0000:00:1c.1: PME# disabled
    [ 0.326341] pci 0000:00:1c.3: [8086:2845] type 1 class 0x000604
    [ 0.326445] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.326451] pci 0000:00:1c.3: PME# disabled
    [ 0.326491] pci 0000:00:1c.5: [8086:2849] type 1 class 0x000604
    [ 0.326595] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.326601] pci 0000:00:1c.5: PME# disabled
    [ 0.326637] pci 0000:00:1d.0: [8086:2830] type 0 class 0x000c03
    [ 0.326711] pci 0000:00:1d.0: reg 20: [io 0x6f80-0x6f9f]
    [ 0.326759] pci 0000:00:1d.1: [8086:2831] type 0 class 0x000c03
    [ 0.326827] pci 0000:00:1d.1: reg 20: [io 0x6f60-0x6f7f]
    [ 0.326875] pci 0000:00:1d.2: [8086:2832] type 0 class 0x000c03
    [ 0.326942] pci 0000:00:1d.2: reg 20: [io 0x6f40-0x6f5f]
    [ 0.327008] pci 0000:00:1d.7: [8086:2836] type 0 class 0x000c03
    [ 0.327038] pci 0000:00:1d.7: reg 10: [mem 0xfed1c000-0xfed1c3ff]
    [ 0.327145] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.327152] pci 0000:00:1d.7: PME# disabled
    [ 0.327181] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
    [ 0.327284] pci 0000:00:1f.0: [8086:2815] type 0 class 0x000601
    [ 0.327414] pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
    [ 0.327501] pci 0000:00:1f.0: quirk: [io 0x1080-0x10bf] claimed by ICH6 GPIO
    [ 0.327573] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0900 (mask 007f)
    [ 0.327658] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0c80 (mask 003f)
    [ 0.327786] pci 0000:00:1f.1: [8086:2850] type 0 class 0x000101
    [ 0.327806] pci 0000:00:1f.1: reg 10: [io 0x01f0-0x01f7]
    [ 0.327822] pci 0000:00:1f.1: reg 14: [io 0x03f4-0x03f7]
    [ 0.327837] pci 0000:00:1f.1: reg 18: [io 0x0170-0x0177]
    [ 0.327852] pci 0000:00:1f.1: reg 1c: [io 0x0374-0x0377]
    [ 0.327867] pci 0000:00:1f.1: reg 20: [io 0x6fa0-0x6faf]
    [ 0.327928] pci 0000:00:1f.2: [8086:2829] type 0 class 0x000106
    [ 0.327961] pci 0000:00:1f.2: reg 10: [io 0x6eb0-0x6eb7]
    [ 0.327976] pci 0000:00:1f.2: reg 14: [io 0x6eb8-0x6ebb]
    [ 0.327991] pci 0000:00:1f.2: reg 18: [io 0x6ec0-0x6ec7]
    [ 0.328006] pci 0000:00:1f.2: reg 1c: [io 0x6ec8-0x6ecb]
    [ 0.328021] pci 0000:00:1f.2: reg 20: [io 0x6ee0-0x6eff]
    [ 0.328036] pci 0000:00:1f.2: reg 24: [mem 0xfe9fb800-0xfe9fbfff]
    [ 0.328094] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.328100] pci 0000:00:1f.2: PME# disabled
    [ 0.328127] pci 0000:00:1f.3: [8086:283e] type 0 class 0x000c05
    [ 0.328148] pci 0000:00:1f.3: reg 10: [mem 0xfe9fb700-0xfe9fb7ff]
    [ 0.328198] pci 0000:00:1f.3: reg 20: [io 0x10c0-0x10df]
    [ 0.328318] pci 0000:00:1c.0: PCI bridge to [bus 0b-0b]
    [ 0.328388] pci 0000:00:1c.0: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.328395] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 0.328406] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.328583] pci 0000:0c:00.0: [8086:4222] type 0 class 0x000280
    [ 0.328643] pci 0000:0c:00.0: reg 10: [mem 0xfe8ff000-0xfe8fffff]
    [ 0.329003] pci 0000:0c:00.0: PME# supported from D0 D3hot D3cold
    [ 0.329017] pci 0000:0c:00.0: PME# disabled
    [ 0.329092] pci 0000:0c:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.329256] pci 0000:00:1c.1: PCI bridge to [bus 0c-0c]
    [ 0.329325] pci 0000:00:1c.1: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.329332] pci 0000:00:1c.1: bridge window [mem 0xfe800000-0xfe8fffff]
    [ 0.329343] pci 0000:00:1c.1: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.329416] pci 0000:00:1c.3: PCI bridge to [bus 0d-0e]
    [ 0.329486] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [ 0.329493] pci 0000:00:1c.3: bridge window [mem 0xfe600000-0xfe7fffff]
    [ 0.329503] pci 0000:00:1c.3: bridge window [mem 0xf0000000-0xf01fffff 64bit pref]
    [ 0.329654] pci 0000:09:00.0: [14e4:1713] type 0 class 0x000200
    [ 0.329729] pci 0000:09:00.0: reg 10: [mem 0xfe5f0000-0xfe5fffff 64bit]
    [ 0.330065] pci 0000:09:00.0: PME# supported from D3hot D3cold
    [ 0.330079] pci 0000:09:00.0: PME# disabled
    [ 0.330229] pci 0000:00:1c.5: PCI bridge to [bus 09-09]
    [ 0.330299] pci 0000:00:1c.5: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.330306] pci 0000:00:1c.5: bridge window [mem 0xfe500000-0xfe5fffff]
    [ 0.330316] pci 0000:00:1c.5: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.330374] pci 0000:03:01.0: [1180:0832] type 0 class 0x000c00
    [ 0.330403] pci 0000:03:01.0: reg 10: [mem 0xfe4ff800-0xfe4fffff]
    [ 0.330507] pci 0000:03:01.0: supports D1 D2
    [ 0.330510] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.330517] pci 0000:03:01.0: PME# disabled
    [ 0.330543] pci 0000:03:01.1: [1180:0822] type 0 class 0x000805
    [ 0.330571] pci 0000:03:01.1: reg 10: [mem 0xfe4ff500-0xfe4ff5ff]
    [ 0.330675] pci 0000:03:01.1: supports D1 D2
    [ 0.330678] pci 0000:03:01.1: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.330685] pci 0000:03:01.1: PME# disabled
    [ 0.330712] pci 0000:03:01.2: [1180:0592] type 0 class 0x000880
    [ 0.330739] pci 0000:03:01.2: reg 10: [mem 0xfe4ff600-0xfe4ff6ff]
    [ 0.330842] pci 0000:03:01.2: supports D1 D2
    [ 0.330845] pci 0000:03:01.2: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.330852] pci 0000:03:01.2: PME# disabled
    [ 0.330878] pci 0000:03:01.3: [1180:0852] type 0 class 0x000880
    [ 0.330905] pci 0000:03:01.3: reg 10: [mem 0xfe4ff700-0xfe4ff7ff]
    [ 0.331009] pci 0000:03:01.3: supports D1 D2
    [ 0.331012] pci 0000:03:01.3: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.331019] pci 0000:03:01.3: PME# disabled
    [ 0.331101] pci 0000:00:1e.0: PCI bridge to [bus 03-03] (subtractive decode)
    [ 0.331173] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.331180] pci 0000:00:1e.0: bridge window [mem 0xfe400000-0xfe4fffff]
    [ 0.331190] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.331194] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
    [ 0.331198] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
    [ 0.331238] pci_bus 0000:00: on NUMA node 0
    [ 0.331244] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.331643] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIE._PRT]
    [ 0.331798] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    [ 0.331874] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
    [ 0.331953] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
    [ 0.332028] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
    [ 0.332100] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.332167] Unable to assume _OSC PCIe control. Disabling ASPM
    [ 0.346826] ACPI: PCI Interrupt Link [LNKA] (IRQs 9 10 *11)
    [ 0.347217] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *10
    [ 0.347603] ACPI: PCI Interrupt Link [LNKC] (IRQs 9 10 11) *4
    [ 0.348041] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 7 9 10 11)
    [ 0.348520] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
    [ 0.349285] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
    [ 0.350058] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 9 10 11 12 14 15)
    [ 0.350808] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
    [ 0.351693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.351794] vgaarb: loaded
    [ 0.351988] PCI: Using ACPI for IRQ routing
    [ 0.352053] PCI: pci_cache_line_size set to 64 bytes
    [ 0.352214] reserve RAM buffer: 000000000009f000 - 000000000009ffff
    [ 0.352218] reserve RAM buffer: 000000003f692400 - 000000003fffffff
    [ 0.352373] NetLabel: Initializing
    [ 0.352437] NetLabel: domain hash size = 128
    [ 0.352501] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.352581] NetLabel: unlabeled traffic allowed by default
    [ 0.352662] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    [ 0.352736] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.352984] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    [ 0.363339] Switching to clocksource hpet
    [ 0.366435] Switched to NOHz mode on CPU #0
    [ 0.366544] Switched to NOHz mode on CPU #1
    [ 0.372461] pnp: PnP ACPI init
    [ 0.372551] ACPI: bus type pnp registered
    [ 0.384786] pnp 00:00: [bus 00-ff]
    [ 0.384791] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.384794] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.384798] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.384802] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.384805] pnp 00:00: [mem 0x000d0000-0x000dffff window]
    [ 0.384809] pnp 00:00: [mem 0x40000000-0xf7ffffff window]
    [ 0.384812] pnp 00:00: [mem 0xfc000000-0xfebfffff window]
    [ 0.384815] pnp 00:00: [mem 0xfec10000-0xfecfffff window]
    [ 0.384819] pnp 00:00: [mem 0xfed1c000-0xfed1ffff window]
    [ 0.384822] pnp 00:00: [mem 0xfed90000-0xfed9ffff window]
    [ 0.384826] pnp 00:00: [mem 0xfeda7000-0xfedfffff window]
    [ 0.384829] pnp 00:00: [mem 0xfee10000-0xff9fffff window]
    [ 0.384832] pnp 00:00: [mem 0xffb00000-0xffefffff window]
    [ 0.384948] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 0.384985] pnp 00:01: [irq 12]
    [ 0.385025] pnp 00:01: Plug and Play ACPI device, IDs PNP0f13 (active)
    [ 0.385048] pnp 00:02: [io 0x0060]
    [ 0.385051] pnp 00:02: [io 0x0064]
    [ 0.385054] pnp 00:02: [io 0x0062]
    [ 0.385057] pnp 00:02: [io 0x0066]
    [ 0.385068] pnp 00:02: [irq 1]
    [ 0.385106] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.385128] pnp 00:03: [io 0x0070-0x0071]
    [ 0.385136] pnp 00:03: [irq 8]
    [ 0.385139] pnp 00:03: [io 0x0072-0x0077]
    [ 0.385180] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.385205] pnp 00:04: [io 0x0061]
    [ 0.385208] pnp 00:04: [io 0x0063]
    [ 0.385211] pnp 00:04: [io 0x0065]
    [ 0.385213] pnp 00:04: [io 0x0067]
    [ 0.385252] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.385273] pnp 00:05: [io 0x0c80-0x0cff]
    [ 0.385357] system 00:05: [io 0x0c80-0x0cff] could not be reserved
    [ 0.385428] system 00:05: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.385454] pnp 00:06: [dma 4]
    [ 0.385457] pnp 00:06: [io 0x0000-0x000f]
    [ 0.385461] pnp 00:06: [io 0x0080-0x0085]
    [ 0.385463] pnp 00:06: [io 0x0087-0x008f]
    [ 0.385466] pnp 00:06: [io 0x00c0-0x00df]
    [ 0.385469] pnp 00:06: [io 0x0010-0x001f]
    [ 0.385472] pnp 00:06: [io 0x0090-0x0091]
    [ 0.385475] pnp 00:06: [io 0x0093-0x009f]
    [ 0.385516] pnp 00:06: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.385537] pnp 00:07: [io 0x00f0-0x00ff]
    [ 0.385545] pnp 00:07: [irq 13]
    [ 0.385589] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.385643] pnp 00:08: [mem 0xfed00000-0xfed003ff]
    [ 0.385718] system 00:08: [mem 0xfed00000-0xfed003ff] has been reserved
    [ 0.385789] system 00:08: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
    [ 0.385983] pnp 00:09: [io 0x0900-0x097f]
    [ 0.385987] pnp 00:09: [io 0x0092]
    [ 0.385990] pnp 00:09: [io 0x00b2-0x00b3]
    [ 0.385993] pnp 00:09: [io 0x0020-0x0021]
    [ 0.385996] pnp 00:09: [io 0x00a0-0x00a1]
    [ 0.385999] pnp 00:09: [irq 0 disabled]
    [ 0.386002] pnp 00:09: [io 0x04d0-0x04d1]
    [ 0.386005] pnp 00:09: [io 0x1000-0x1005]
    [ 0.386008] pnp 00:09: [io 0x1008-0x100f]
    [ 0.386036] pnp 00:09: disabling [io 0x1000-0x1005] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [ 0.386121] pnp 00:09: disabling [io 0x1008-0x100f] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [ 0.386286] system 00:09: [io 0x0900-0x097f] has been reserved
    [ 0.386354] system 00:09: [io 0x04d0-0x04d1] has been reserved
    [ 0.386423] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.386446] pnp 00:0a: [io 0xf400-0xf4fe]
    [ 0.386449] pnp 00:0a: [io 0x0086]
    [ 0.386452] pnp 00:0a: [io 0x1006-0x1007]
    [ 0.386455] pnp 00:0a: [io 0x100a-0x1059]
    [ 0.386458] pnp 00:0a: [io 0x1060-0x107f]
    [ 0.386461] pnp 00:0a: [io 0x1080-0x10bf]
    [ 0.386464] pnp 00:0a: [io 0x10c0-0x10df]
    [ 0.386467] pnp 00:0a: [io 0x1010-0x102f]
    [ 0.386470] pnp 00:0a: [io 0x0809]
    [ 0.386496] pnp 00:0a: disabling [io 0x1006-0x1007] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [ 0.386581] pnp 00:0a: disabling [io 0x100a-0x1059] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [ 0.386666] pnp 00:0a: disabling [io 0x1060-0x107f] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [ 0.386765] pnp 00:0a: disabling [io 0x1010-0x102f] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [ 0.386932] system 00:0a: [io 0xf400-0xf4fe] has been reserved
    [ 0.387000] system 00:0a: [io 0x1080-0x10bf] has been reserved
    [ 0.387068] system 00:0a: [io 0x10c0-0x10df] has been reserved
    [ 0.387136] system 00:0a: [io 0x0809] has been reserved
    [ 0.387203] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.400920] pnp 00:0b: [mem 0x00000000-0x0009efff]
    [ 0.400924] pnp 00:0b: [mem 0x0009f000-0x0009ffff]
    [ 0.400927] pnp 00:0b: [mem 0x000c0000-0x000cffff]
    [ 0.400931] pnp 00:0b: [mem 0x000e0000-0x000fffff]
    [ 0.400934] pnp 00:0b: [mem 0x00100000-0x3f6923ff]
    [ 0.400937] pnp 00:0b: [mem 0x3f692400-0x3f6fffff]
    [ 0.400940] pnp 00:0b: [mem 0x3f700000-0x3f7fffff]
    [ 0.400943] pnp 00:0b: [mem 0x3f700000-0x3fefffff]
    [ 0.400946] pnp 00:0b: [mem 0xfff00000-0xffffffff]
    [ 0.400949] pnp 00:0b: [mem 0xffa00000-0xffafffff]
    [ 0.400952] pnp 00:0b: [mem 0xfec00000-0xfec0ffff]
    [ 0.400955] pnp 00:0b: [mem 0xfee00000-0xfee0ffff]
    [ 0.400958] pnp 00:0b: [mem 0xfed20000-0xfed8ffff]
    [ 0.400961] pnp 00:0b: [mem 0xfeda0000-0xfeda3fff]
    [ 0.400964] pnp 00:0b: [mem 0xfeda4000-0xfeda4fff]
    [ 0.400967] pnp 00:0b: [mem 0xfeda5000-0xfeda5fff]
    [ 0.400970] pnp 00:0b: [mem 0xfeda6000-0xfeda6fff]
    [ 0.400973] pnp 00:0b: [mem 0xfed18000-0xfed1bfff]
    [ 0.400976] pnp 00:0b: [mem 0xf8000000-0xfbffffff]
    [ 0.401112] system 00:0b: [mem 0x00000000-0x0009efff] could not be reserved
    [ 0.401183] system 00:0b: [mem 0x0009f000-0x0009ffff] could not be reserved
    [ 0.401252] system 00:0b: [mem 0x000c0000-0x000cffff] could not be reserved
    [ 0.401321] system 00:0b: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.401391] system 00:0b: [mem 0x00100000-0x3f6923ff] could not be reserved
    [ 0.401460] system 00:0b: [mem 0x3f692400-0x3f6fffff] has been reserved
    [ 0.401529] system 00:0b: [mem 0x3f700000-0x3f7fffff] has been reserved
    [ 0.401598] system 00:0b: [mem 0x3f700000-0x3fefffff] could not be reserved
    [ 0.401667] system 00:0b: [mem 0xfff00000-0xffffffff] has been reserved
    [ 0.401736] system 00:0b: [mem 0xffa00000-0xffafffff] has been reserved
    [ 0.401805] system 00:0b: [mem 0xfec00000-0xfec0ffff] could not be reserved
    [ 0.401874] system 00:0b: [mem 0xfee00000-0xfee0ffff] has been reserved
    [ 0.401942] system 00:0b: [mem 0xfed20000-0xfed8ffff] has been reserved
    [ 0.402011] system 00:0b: [mem 0xfeda0000-0xfeda3fff] has been reserved
    [ 0.402080] system 00:0b: [mem 0xfeda4000-0xfeda4fff] has been reserved
    [ 0.402148] system 00:0b: [mem 0xfeda5000-0xfeda5fff] has been reserved
    [ 0.402219] system 00:0b: [mem 0xfeda6000-0xfeda6fff] has been reserved
    [ 0.402289] system 00:0b: [mem 0xfed18000-0xfed1bfff] has been reserved
    [ 0.402358] system 00:0b: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.402429] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.402514] pnp: PnP ACPI: found 12 devices
    [ 0.402579] ACPI: ACPI bus type pnp unregistered
    [ 0.439832] pci 0000:00:1c.5: BAR 15: assigned [mem 0x40000000-0x401fffff 64bit pref]
    [ 0.439917] pci 0000:00:1c.5: BAR 13: assigned [io 0x2000-0x2fff]
    [ 0.439986] pci 0000:00:1c.1: BAR 15: assigned [mem 0x40200000-0x403fffff 64bit pref]
    [ 0.440081] pci 0000:00:1c.1: BAR 13: assigned [io 0x3000-0x3fff]
    [ 0.440151] pci 0000:00:1c.0: BAR 14: assigned [mem 0x40400000-0x405fffff]
    [ 0.440222] pci 0000:00:1c.0: BAR 15: assigned [mem 0x40600000-0x407fffff 64bit pref]
    [ 0.440306] pci 0000:00:1c.0: BAR 13: assigned [io 0x4000-0x4fff]
    [ 0.440376] pci 0000:00:1c.0: PCI bridge to [bus 0b-0b]
    [ 0.440443] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
    [ 0.440517] pci 0000:00:1c.0: bridge window [mem 0x40400000-0x405fffff]
    [ 0.440589] pci 0000:00:1c.0: bridge window [mem 0x40600000-0x407fffff 64bit pref]
    [ 0.440677] pci 0000:00:1c.1: PCI bridge to [bus 0c-0c]
    [ 0.440744] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
    [ 0.440817] pci 0000:00:1c.1: bridge window [mem 0xfe800000-0xfe8fffff]
    [ 0.440889] pci 0000:00:1c.1: bridge window [mem 0x40200000-0x403fffff 64bit pref]
    [ 0.440976] pci 0000:00:1c.3: PCI bridge to [bus 0d-0e]
    [ 0.441043] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [ 0.441115] pci 0000:00:1c.3: bridge window [mem 0xfe600000-0xfe7fffff]
    [ 0.441187] pci 0000:00:1c.3: bridge window [mem 0xf0000000-0xf01fffff 64bit pref]
    [ 0.441274] pci 0000:00:1c.5: PCI bridge to [bus 09-09]
    [ 0.441342] pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
    [ 0.441413] pci 0000:00:1c.5: bridge window [mem 0xfe500000-0xfe5fffff]
    [ 0.441485] pci 0000:00:1c.5: bridge window [mem 0x40000000-0x401fffff 64bit pref]
    [ 0.441572] pci 0000:00:1e.0: PCI bridge to [bus 03-03]
    [ 0.441638] pci 0000:00:1e.0: bridge window [io disabled]
    [ 0.441710] pci 0000:00:1e.0: bridge window [mem 0xfe400000-0xfe4fffff]
    [ 0.441781] pci 0000:00:1e.0: bridge window [mem pref disabled]
    [ 0.441870] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.441942] pci 0000:00:1c.0: setting latency timer to 64
    [ 0.441955] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 0.442026] pci 0000:00:1c.1: setting latency timer to 64
    [ 0.442038] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    [ 0.442109] pci 0000:00:1c.3: setting latency timer to 64
    [ 0.442119] pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 0.442190] pci 0000:00:1c.5: setting latency timer to 64
    [ 0.442201] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.442207] pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
    [ 0.442211] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
    [ 0.442215] pci_bus 0000:0b: resource 0 [io 0x4000-0x4fff]
    [ 0.442218] pci_bus 0000:0b: resource 1 [mem 0x40400000-0x405fffff]
    [ 0.442222] pci_bus 0000:0b: resource 2 [mem 0x40600000-0x407fffff 64bit pref]
    [ 0.442226] pci_bus 0000:0c: resource 0 [io 0x3000-0x3fff]
    [ 0.442230] pci_bus 0000:0c: resource 1 [mem 0xfe800000-0xfe8fffff]
    [ 0.442233] pci_bus 0000:0c: resource 2 [mem 0x40200000-0x403fffff 64bit pref]
    [ 0.442237] pci_bus 0000:0d: resource 0 [io 0xd000-0xdfff]
    [ 0.442241] pci_bus 0000:0d: resource 1 [mem 0xfe600000-0xfe7fffff]
    [ 0.442245] pci_bus 0000:0d: resource 2 [mem 0xf0000000-0xf01fffff 64bit pref]
    [ 0.442248] pci_bus 0000:09: resource 0 [io 0x2000-0x2fff]
    [ 0.442252] pci_bus 0000:09: resource 1 [mem 0xfe500000-0xfe5fffff]
    [ 0.442256] pci_bus 0000:09: resource 2 [mem 0x40000000-0x401fffff 64bit pref]
    [ 0.442260] pci_bus 0000:03: resource 1 [mem 0xfe400000-0xfe4fffff]
    [ 0.442263] pci_bus 0000:03: resource 4 [io 0x0000-0xffff]
    [ 0.442267] pci_bus 0000:03: resource 5 [mem 0x00000000-0xffffffff]
    [ 0.442328] NET: Registered protocol family 2
    [ 0.442487] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.442867] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.443500] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.443819] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.443888] TCP reno registered
    [ 0.443951] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.444025] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.444241] NET: Registered protocol family 1
    [ 0.444324] pci 0000:00:02.0: Boot video device
    [ 0.444542] PCI: CLS 64 bytes, default 64
    [ 0.444604] Unpacking initramfs...
    [ 0.497373] Freeing initrd memory: 2152k freed
    [ 0.498538] Simple Boot Flag at 0x79 set to 0x1
    [ 0.498947] apm: BIOS not found.
    [ 0.499191] audit: initializing netlink socket (disabled)
    [ 0.499270] type=2000 audit(1311732031.496:1): initialized
    [ 0.499711] highmem bounce pool size: 64 pages
    [ 0.499780] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.502730] VFS: Disk quotas dquot_6.5.2
    [ 0.502908] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.503131] msgmni has been set to 1737
    [ 0.503467] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.503585] io scheduler noop registered
    [ 0.503650] io scheduler deadline registered
    [ 0.503729] io scheduler cfq registered (default)
    [ 0.503977] pcieport 0000:00:1c.0: setting latency timer to 64
    [ 0.504049] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
    [ 0.504155] pcieport 0000:00:1c.1: setting latency timer to 64
    [ 0.504219] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
    [ 0.504319] pcieport 0000:00:1c.3: setting latency timer to 64
    [ 0.504383] pcieport 0000:00:1c.3: irq 42 for MSI/MSI-X
    [ 0.504482] pcieport 0000:00:1c.5: setting latency timer to 64
    [ 0.504545] pcieport 0000:00:1c.5: irq 43 for MSI/MSI-X
    [ 0.504797] intel_idle: MWAIT substates: 0x22220
    [ 0.504800] intel_idle: does not run on family 6 model 15
    [ 0.504808] ERST: Table is not found!
    [ 0.504887] isapnp: Scanning for PnP cards...
    [ 0.861991] isapnp: No Plug & Play device found
    [ 0.862125] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.064028] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 1.066832] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.066941] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 1.067133] mousedev: PS/2 mouse device common for all mice
    [ 1.067295] rtc_cmos 00:03: RTC can wake from S4
    [ 1.070090] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.090146] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    [ 1.090247] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 1.090347] cpuidle: using governor ladder
    [ 1.090411] cpuidle: using governor menu
    [ 1.090805] TCP cubic registered
    [ 1.090869] NET: Registered protocol family 17
    [ 1.090940] Registering the dns_resolver key type
    [ 1.091021] Using IPI No-Shortcut mode
    [ 1.091192] PM: Hibernation image not present or could not be loaded.
    [ 1.091199] registered taskstats version 1
    [ 1.091987] rtc_cmos 00:03: setting system clock to 2011-07-27 02:00:33 UTC (1311732033)
    [ 1.092123] Initializing network drop monitor service
    [ 1.092277] Freeing unused kernel memory: 512k freed
    [ 1.092674] Write protecting the kernel text: 3380k
    [ 1.092770] Write protecting the kernel read-only data: 1028k
    [ 1.107041] udevd[48]: starting version 171
    [ 1.114908] Linux agpgart interface v0.103
    [ 1.121178] agpgart-intel 0000:00:00.0: Intel 965GM Chipset
    [ 1.121359] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
    [ 1.122127] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
    [ 1.122374] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
    [ 1.134889] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
    [ 1.135457] ACPI: Lid Switch [LID]
    [ 1.135611] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
    [ 1.135702] ACPI: Power Button [PBTN]
    [ 1.135836] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
    [ 1.135920] ACPI: Sleep Button [SBTN]
    [ 1.165275] [drm] Initialized drm 1.1.0 20060810
    [ 1.206851] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 1.206929] i915 0000:00:02.0: setting latency timer to 64
    [ 1.232385] i915 0000:00:02.0: irq 44 for MSI/MSI-X
    [ 1.232394] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 1.232466] [drm] Driver supports precise vblank timestamp query.
    [ 1.290108] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 1.290525] [drm] initialized overlay support
    [ 1.500042] Refined TSC clocksource calibration: 1496.249 MHz.
    [ 1.500113] Switching to clocksource tsc
    [ 1.652818] fbcon: inteldrmfb (fb0) is primary device
    [ 1.701242] Console: switching to colour frame buffer device 180x56
    [ 1.708681] fb0: inteldrmfb frame buffer device
    [ 1.708727] drm: registered panic notifier
    [ 1.722258] acpi device:35: registered as cooling_device0
    [ 1.722670] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:01/input/input4
    [ 1.722770] ACPI: Video Device [VID1] (multi-head: yes rom: no post: no)
    [ 1.722857] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
    [ 1.723157] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 1.857654] SCSI subsystem initialized
    [ 1.888922] libata version 3.00 loaded.
    [ 1.893097] ata_piix 0000:00:1f.1: version 2.13
    [ 1.893119] ata_piix 0000:00:1f.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 1.893250] ata_piix 0000:00:1f.1: setting latency timer to 64
    [ 1.893737] scsi0 : ata_piix
    [ 1.893897] scsi1 : ata_piix
    [ 1.894413] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x6fa0 irq 14
    [ 1.894485] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x6fa8 irq 15
    [ 1.894822] ata2: port disabled. ignoring.
    [ 2.053718] ata1.00: ATAPI: CD-RW/DVD-ROM DW224EV, D.CF, max UDMA/33
    [ 2.066932] ata1.00: configured for UDMA/33
    [ 2.069600] scsi 0:0:0:0: CD-ROM TEAC CDRWDVD DW224EV D.CF PQ: 0 ANSI: 5
    [ 2.078842] ahci 0000:00:1f.2: version 3.0
    [ 2.078863] ahci 0000:00:1f.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 2.079123] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
    [ 2.079207] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x5 impl SATA mode
    [ 2.079291] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc ems
    [ 2.079375] ahci 0000:00:1f.2: setting latency timer to 64
    [ 2.084142] scsi2 : ahci
    [ 2.084346] scsi3 : ahci
    [ 2.084543] scsi4 : ahci
    [ 2.084859] ata3: SATA max UDMA/133 abar m2048@0xfe9fb800 port 0xfe9fb900 irq 45
    [ 2.084935] ata4: DUMMY
    [ 2.084964] ata5: SATA max UDMA/133 abar m2048@0xfe9fb800 port 0xfe9fba00 irq 45
    [ 2.087493] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
    [ 2.087564] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.087898] sr 0:0:0:0: Attached scsi CD-ROM sr0
    [ 2.403362] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 2.403454] ata5: SATA link down (SStatus 0 SControl 300)
    [ 2.406706] ata3.00: ATA-8: FUJITSU MHW2080BH, 0085001C, max UDMA/100
    [ 2.409686] ata3.00: 156301488 sectors, multi 8: LBA48 NCQ (depth 31/32), AA
    [ 2.413635] ata3.00: configured for UDMA/100
    [ 2.416701] scsi 2:0:0:0: Direct-Access ATA FUJITSU MHW2080B 0085 PQ: 0 ANSI: 5
    [ 2.431871] sd 2:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
    [ 2.435016] sd 2:0:0:0: [sda] Write Protect is off
    [ 2.438062] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.438092] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.481026] sda: sda1 sda2 sda3 sda4
    [ 2.484500] sd 2:0:0:0: [sda] Attached SCSI disk
    [ 3.080357] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    [ 5.235421] udevd[242]: starting version 171
    [ 6.112926] wmi: Mapper loaded
    [ 6.146108] thermal LNXTHERM:00: registered as thermal_zone0
    [ 6.146113] ACPI: Thermal Zone [THM] (51 C)
    [ 6.146168] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 6.146178] ACPI: Battery Slot [BAT0] (battery present)
    [ 6.350955] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 6.351124] ACPI: AC Adapter [AC] (off-line)
    [ 6.396340] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
    [ 6.644301] r592 0000:03:01.2: PCI INT B -> GSI 18 (level, low) -> IRQ 18
    [ 6.644566] r592: driver successfully loaded
    [ 6.699202] ACPI: acpi_idle registered with cpuidle
    [ 6.703690] Monitor-Mwait will be used to enter C-1 state
    [ 6.704291] Monitor-Mwait will be used to enter C-2 state
    [ 6.707773] Monitor-Mwait will be used to enter C-3 state
    [ 6.707782] Marking TSC unstable due to TSC halts in idle
    [ 6.708021] Switching to clocksource hpet
    [ 6.748943] tg3.c:v3.117 (January 25, 2011)
    [ 6.748973] tg3 0000:09:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 6.748993] tg3 0000:09:00.0: setting latency timer to 64
    [ 6.777884] input: Dell WMI hotkeys as /devices/virtual/input/input5
    [ 6.781361] iTCO_vendor_support: vendor-support=0
    [ 6.792450] tg3 0000:09:00.0: eth0: Tigon3 [partno(BCM95906) rev c002] (PCI Express) MAC address 00:1a:a0:ff:18:0a
    [ 6.792457] tg3 0000:09:00.0: eth0: attached PHY is 5906 (10/100Base-TX Ethernet) (WireSpeed[0])
    [ 6.792462] tg3 0000:09:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[0]
    [ 6.792467] tg3 0000:09:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
    [ 6.798284] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
    [ 6.798408] iTCO_wdt: Found a ICH8M TCO device (Version=2, TCOBASE=0x1060)
    [ 6.798487] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 6.801214] firewire_ohci 0000:03:01.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    [ 6.806086] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 6.860147] firewire_ohci: Added fw-ohci device 0000:03:01.0, OHCI v1.10, 4 IR + 4 IT contexts, quirks 0x1
    [ 6.864325] sdhci: Secure Digital Host Controller Interface driver
    [ 6.864328] sdhci: Copyright(c) Pierre Ossman
    [ 6.905947] sdhci-pci 0000:03:01.1: SDHCI controller found [1180:0822] (rev 22)
    [ 6.905970] sdhci-pci 0000:03:01.1: PCI INT B -> GSI 18 (level, low) -> IRQ 18
    [ 6.907018] _regulator_get: 0000:03:01.1 supply vmmc not found, using dummy regulator
    [ 6.908074] Registered led device: mmc0::
    [ 6.909131] mmc0: SDHCI controller on PCI [0000:03:01.1] using DMA
    [ 7.025015] sr 0:0:0:0: Attached scsi generic sg0 type 5
    [ 7.025072] sd 2:0:0:0: Attached scsi generic sg1 type 0
    [ 7.028152] input: PC Speaker as /devices/platform/pcspkr/input/input6
    [ 7.151001] usbcore: registered new interface driver usbfs
    [ 7.151243] usbcore: registered new interface driver hub
    [ 7.152609] usbcore: registered new device driver usb
    [ 7.330432] input: PS/2 Mouse as /devices/platform/i8042/serio1/input/input7
    [ 7.346790] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input8
    [ 7.360146] firewire_core: created device fw0: GUID 374fc00003055581, S400
    [ 7.371707] cfg80211: Calling CRDA to update world regulatory domain
    [ 7.580439] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 7.580508] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 22
    [ 7.580544] ehci_hcd 0000:00:1a.7: setting latency timer to 64
    [ 7.580549] ehci_hcd 0000:00:1a.7: EHCI Host Controller
    [ 7.580597] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    [ 7.593422] ehci_hcd 0000:00:1a.7: debug port 1
    [ 7.597307] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
    [ 7.597332] ehci_hcd 0000:00:1a.7: irq 22, io mem 0xfed1c400
    [ 7.610090] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 7.610350] hub 1-0:1.0: USB hub found
    [ 7.610357] hub 1-0:1.0: 4 ports detected
    [ 7.610503] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    [ 7.610534] ehci_hcd 0000:00:1d.7: setting latency timer to 64
    [ 7.610540] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [ 7.610553] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    [ 7.620125] ehci_hcd 0000:00:1d.7: debug port 1
    [ 7.624008] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
    [ 7.624033] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xfed1c000
    [ 7.636706] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 7.636983] hub 2-0:1.0: USB hub found
    [ 7.636990] hub 2-0:1.0: 6 ports detected
    [ 7.652500] uhci_hcd: USB Universal Host Controller Interface driver
    [ 7.652595] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    [ 7.653363] uhci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 7.653370] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 7.653388] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    [ 7.670218] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00006f20
    [ 7.670496] hub 3-0:1.0: USB hub found
    [ 7.670503] hub 3-0:1.0: 2 ports detected
    [ 7.670641] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    [ 7.670654] uhci_hcd 0000:00:1a.1: setting latency timer to 64
    [ 7.670659] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 7.670672] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    [ 7.676788] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00006f00
    [ 7.677040] hub 4-0:1.0: USB hub found
    [ 7.677047] hub 4-0:1.0: 2 ports detected
    [ 7.677185] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    [ 7.677199] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 7.677204] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 7.677216] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
    [ 7.693417] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00006f80
    [ 7.693690] hub 5-0:1.0: USB hub found
    [ 7.693697] hub 5-0:1.0: 2 ports detected
    [ 7.693825] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    [ 7.693838] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 7.693843] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 7.693855] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
    [ 7.706742] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00006f60
    [ 7.707004] hub 6-0:1.0: USB hub found
    [ 7.707011] hub 6-0:1.0: 2 ports detected
    [ 7.707138] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
    [ 7.707151] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 7.707156] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 7.707168] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
    [ 7.720067] uhci_hcd 0000:00:1d.2: irq 22, io base 0x00006f40
    [ 7.720328] hub 7-0:1.0: USB hub found
    [ 7.720335] hub 7-0:1.0: 2 ports detected
    [ 7.725543] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
    [ 7.731070] HDA Intel 0000:00:1b.0: irq 46 for MSI/MSI-X
    [ 7.731112] HDA Intel 0000:00:1b.0: setting latency timer to 64
    [ 7.791352] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
    [ 7.791357] iwl3945: Copyright(c) 2003-2011 Intel Corporation
    [ 7.791444] iwl3945 0000:0c:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 7.791461] iwl3945 0000:0c:00.0: setting latency timer to 64
    [ 7.884213] iwl3945 0000:0c:00.0: Tunable channels: 11 802.11bg, 13 802.11a channels
    [ 7.884219] iwl3945 0000:0c:00.0: Detected Intel Wireless WiFi Link 3945ABG
    [ 7.884373] iwl3945 0000:0c:00.0: irq 47 for MSI/MSI-X
    [ 7.884664] Registered led device: phy0-led
    [ 7.892327] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input9
    [ 8.036178] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
    [ 8.073586] input: HDA Intel Mic at Ext Front Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 8.073775] input: HDA Intel HP Out at Ext Front Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    [ 8.073882] input: HDA Intel HP Out at Ext Front Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    [ 9.476644] EXT4-fs (sda3): re-mounted. Opts: (null)
    [ 9.636841] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
    [ 9.685426] Adding 4096568k swap on /dev/sda2. Priority:-1 extents:1 across:4096568k
    [ 11.639232] tg3 0000:09:00.0: irq 48 for MSI/MSI-X
    [ 13.282530] tg3 0000:09:00.0: eth0: Link is up at 100 Mbps, full duplex
    [ 13.282535] tg3 0000:09:00.0: eth0: Flow control is off for TX and off for RX
    [ 27.318984] NET: Registered protocol family 10
    [ 38.070217] eth0: no IPv6 routers present
    [ 1205.294621] chromium-sandbo (1490): /proc/1488/oom_adj is deprecated, please use /proc/1488/oom_score_adj instead.
    Here is my rfkill list output:
    0: dell-wifi: Wireless LAN
    Soft blocked: yes
    Hard blocked: yes
    1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: yes
    my lsmod and lspci output is the same.
    I am on an dell insprion 1420. I have also tried to disable the dell-laptop module to no avail
    Last edited by n0dl (2011-07-27 14:45:25)

  • [Solved]After upgrade: Random system stalls, invisible text. drm/i915?

    Hi,
    Short version: I think I have a problem with drm and my graphic card drivers after an update, but I'm not quite sure what to do about it.
    Longer version: ever since an update 2 days ago, I have a range of system problems.
    Most notably, the system stalls or hangs for between 2 and 10 seconds every few minutes. This may happen during any kind of activity - viewing pdfs (zathura or acroread), working in the terminal (lilyterm), web browsing (firefox) or reading/writing email (thunderbird). It also very often stalls during change of awesome's tags, but not every time (only every third or so).
    Then, similar to this recently necromanced thread ( https://bbs.archlinux.org/viewtopic.php?id=135259 ), I have random letters disappearing in thunderbird, but also random paragraphs disappearing in firefox, see screenshot here: http://imgur.com/RhOhL3a
    With the help of dmesg I discovered errors like
    [15170.335247] [drm] stuck on render ring
    [15170.335310] [drm:i915_set_reset_status] *ERROR* render ring hung inside bo (0xebf0000 ctx 0) at 0xec0a050
    popping up a lot, and google-found a few related threads or bug reports ( https://bugs.archlinux.org/task/34611 ,  https://bbs.archlinux.org/viewtopic.php?id=160186 ,  https://bbs.archlinux.org/viewtopic.php?pid=1251547 ). But then my troubles start, because I don't know just exactly what to do with this information. Some seem to speak of downgrading, but downgrade what exactly? Some say this is fixed/solved, but in what sense (reported upstream, fixed upstream, fixed in arch) and then what does is mean that I still get such errors? Should I re-report them, or what should I do to fix? Some system info below.
    Thanks for any pointers!
    $ uname -a
    Linux hostname 3.12.9-1-ARCH #1 SMP PREEMPT Sun Jan 26 09:01:37 CET 2014 x86_64 GNU/Linux
    $ Xorg -version
    X.Org X Server 1.15.0
    $lspci
    00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
    00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
    00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
    00:03.0 Communication controller: Intel Corporation Mobile 4 Series Chipset MEI Controller (rev 07)
    00:03.2 IDE interface: Intel Corporation Mobile 4 Series Chipset PT IDER Controller (rev 07)
    00:03.3 Serial controller: Intel Corporation Mobile 4 Series Chipset AMT SOL Redirection (rev 07)
    00:19.0 Ethernet controller: Intel Corporation 82567LM Gigabit Network Connection (rev 03)
    00:1a.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
    00:1a.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
    00:1a.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
    00:1a.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
    00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
    00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
    00:1d.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
    00:1d.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
    00:1d.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
    00:1d.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
    00:1f.0 ISA bridge: Intel Corporation ICH9M-E LPC Interface Controller (rev 03)
    00:1f.2 SATA controller: Intel Corporation 82801IBM/IEM (ICH9M/ICH9M-E) 4 port SATA Controller [AHCI mode] (rev 03)
    00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
    03:00.0 Network controller: Intel Corporation PRO/Wireless 5100 AGN [Shiloh] Network Connection
    15:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev ba)
    15:00.2 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 21)
    15:00.4 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 11)
    15:00.5 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 11)
    $ dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.12.9-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.2 20131219 (prerelease) (GCC) ) #1 SMP PREEMPT Sun Jan 26 09:01:37 CET 2014
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=37e98755-f4db-4377-8615-60068771034d rw quiet
    [ 0.000000] Disabled fast string operations
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bd6a0fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bd6a1000-0x00000000bd6a6fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bd6a7000-0x00000000bd7b6fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bd7b7000-0x00000000bd80efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bd80f000-0x00000000bd8c6fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bd8c7000-0x00000000bd8d1fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bd8d2000-0x00000000bd8d4fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000bd8d5000-0x00000000bd8d8fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bd8d9000-0x00000000bd8dcfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bd8dd000-0x00000000bd8dffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bd8e0000-0x00000000bd906fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bd907000-0x00000000bd907fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000bd908000-0x00000000bdb0efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bdb0f000-0x00000000bdb9efff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bdb9f000-0x00000000bdbfefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000bdbff000-0x00000000bdbfffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bdc00000-0x00000000bfffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013bffffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.4 present.
    [ 0.000000] DMI: LENOVO 2767WSD/2767WSD, BIOS 7UET70WW (3.00 ) 04/17/2009
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x13c000 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-D3FFF write-protect
    [ 0.000000] D4000-DBFFF uncachable
    [ 0.000000] DC000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 13C000000 mask FFC000000 uncachable
    [ 0.000000] 1 base 0BE000000 mask FFE000000 uncachable
    [ 0.000000] 2 base 000000000 mask F80000000 write-back
    [ 0.000000] 3 base 080000000 mask FC0000000 write-back
    [ 0.000000] 4 base 100000000 mask FC0000000 write-back
    [ 0.000000] 5 base 0BDE00000 mask FFFE00000 uncachable
    [ 0.000000] 6 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0xbde00000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xbdc00 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000f64d0-0x000f64df] mapped at [ffff8800000f64d0]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b32000, 0x01b32fff] PGTABLE
    [ 0.000000] BRK [0x01b33000, 0x01b33fff] PGTABLE
    [ 0.000000] BRK [0x01b34000, 0x01b34fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x13be00000-0x13bffffff]
    [ 0.000000] [mem 0x13be00000-0x13bffffff] page 2M
    [ 0.000000] BRK [0x01b35000, 0x01b35fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x138000000-0x13bdfffff]
    [ 0.000000] [mem 0x138000000-0x13bdfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x137ffffff]
    [ 0.000000] [mem 0x100000000-0x137ffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0xbd6a0fff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0xbd5fffff] page 2M
    [ 0.000000] [mem 0xbd600000-0xbd6a0fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbd6a7000-0xbd7b6fff]
    [ 0.000000] [mem 0xbd6a7000-0xbd7b6fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbd80f000-0xbd8c6fff]
    [ 0.000000] [mem 0xbd80f000-0xbd8c6fff] page 4k
    [ 0.000000] BRK [0x01b36000, 0x01b36fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xbdbff000-0xbdbfffff]
    [ 0.000000] [mem 0xbdbff000-0xbdbfffff] page 4k
    [ 0.000000] BRK [0x01b37000, 0x01b37fff] PGTABLE
    [ 0.000000] RAMDISK: [mem 0x37998000-0x37cc3fff]
    [ 0.000000] ACPI: RSDP 00000000000f6490 00024 (v02 LENOVO)
    [ 0.000000] ACPI: XSDT 00000000bdb4a35d 0008C (v01 LENOVO TP-7U 00003000 LTP 00000000)
    [ 0.000000] ACPI: FACP 00000000bdb4a500 000F4 (v03 LENOVO TP-7U 00003000 LNVO 00000001)
    [ 0.000000] ACPI: DSDT 00000000bdb4a8db 0F48F (v01 LENOVO TP-7U 00003000 MSFT 03000000)
    [ 0.000000] ACPI: FACS 00000000bdb8e000 00040
    [ 0.000000] ACPI: SSDT 00000000bdb4a6b4 00227 (v01 LENOVO TP-7U 00003000 MSFT 03000000)
    [ 0.000000] ACPI: ECDT 00000000bdb59d6a 00052 (v01 LENOVO TP-7U 00003000 LNVO 00000001)
    [ 0.000000] ACPI: APIC 00000000bdb59dbc 00078 (v01 LENOVO TP-7U 00003000 LNVO 00000001)
    [ 0.000000] ACPI: MCFG 00000000bdb59e34 0003C (v01 LENOVO TP-7U 00003000 LNVO 00000001)
    [ 0.000000] ACPI: HPET 00000000bdb59e70 00038 (v01 LENOVO TP-7U 00003000 LNVO 00000001)
    [ 0.000000] ACPI: BOOT 00000000bdb59f38 00028 (v01 LENOVO TP-7U 00003000 LTP 00000001)
    [ 0.000000] ACPI: ASF! 00000000bdb59f60 000A0 (v16 LENOVO TP-7U 00003000 PTL 00000001)
    [ 0.000000] ACPI: SSDT 00000000bdb8d213 0054F (v01 LENOVO TP-7U 00003000 INTL 20050513)
    [ 0.000000] ACPI: TCPA 00000000bd907000 00032 (v00 00000000 00000000)
    [ 0.000000] ACPI: SSDT 00000000bd8d4000 00655 (v01 PmRef CpuPm 00003000 INTL 20050624)
    [ 0.000000] ACPI: SSDT 00000000bd8d3000 00274 (v01 PmRef Cpu0Tst 00003000 INTL 20050624)
    [ 0.000000] ACPI: SSDT 00000000bd8d2000 00242 (v01 PmRef ApTst 00003000 INTL 20050624)
    [ 0.000000] ACPI: DMI detected: Lenovo ThinkPad T400
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013bffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13bffffff]
    [ 0.000000] NODE_DATA [mem 0x13bff8000-0x13bffcfff]
    [ 0.000000] [ffffea0000000000-ffffea0004ffffff] PMD -> [ffff880137600000-ffff88013b5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x13bffffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009dfff]
    [ 0.000000] node 0: [mem 0x00100000-0xbd6a0fff]
    [ 0.000000] node 0: [mem 0xbd6a7000-0xbd7b6fff]
    [ 0.000000] node 0: [mem 0xbd80f000-0xbd8c6fff]
    [ 0.000000] node 0: [mem 0xbdbff000-0xbdbfffff]
    [ 0.000000] node 0: [mem 0x100000000-0x13bffffff]
    [ 0.000000] On node 0 totalpages: 1021959
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3997 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 12066 pages used for memmap
    [ 0.000000] DMA32 zone: 772202 pages, LIFO batch:31
    [ 0.000000] Normal zone: 3840 pages used for memmap
    [ 0.000000] Normal zone: 245760 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x1008
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
    [ 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[0x01] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbd6a1000-0xbd6a6fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbd7b7000-0xbd80efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbd8c7000-0xbd8d1fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbd8d2000-0xbd8d4fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbd8d5000-0xbd8d8fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbd8d9000-0xbd8dcfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbd8dd000-0xbd8dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbd8e0000-0xbd906fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbd907000-0xbd907fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbd908000-0xbdb0efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbdb0f000-0xbdb9efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbdb9f000-0xbdbfefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbdc00000-0xbfffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xdfffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec0ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfecfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed0ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed13fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed14000-0xfed17fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed18000-0xfed19fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed8ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xff7fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xff800000-0xffffffff]
    [ 0.000000] e820: [mem 0xc0000000-0xdfffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88013bc00000 s86464 r8192 d24128 u524288
    [ 0.000000] pcpu-alloc: s86464 r8192 d24128 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1005968
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=37e98755-f4db-4377-8615-60068771034d rw quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x3, cntxt size 0x240
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 3940680K/4087836K available (5119K kernel code, 807K rwdata, 1628K rodata, 1144K init, 1288K bss, 147156K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    [ 0.000000] NR_IRQS:8448 nr_irqs:712 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 16777216 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 2527.053 MHz processor
    [ 0.003338] Calibrating delay loop (skipped), value calculated using timer frequency.. 5056.69 BogoMIPS (lpj=8423510)
    [ 0.003341] pid_max: default: 32768 minimum: 301
    [ 0.003375] Security Framework initialized
    [ 0.003387] AppArmor: AppArmor disabled by boot time parameter
    [ 0.003388] Yama: becoming mindful.
    [ 0.003735] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.007112] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.008042] Mount-cache hash table entries: 256
    [ 0.008292] Initializing cgroup subsys memory
    [ 0.008312] Initializing cgroup subsys devices
    [ 0.008315] Initializing cgroup subsys freezer
    [ 0.008317] Initializing cgroup subsys net_cls
    [ 0.008319] Initializing cgroup subsys blkio
    [ 0.008341] Disabled fast string operations
    [ 0.008346] CPU: Physical Processor ID: 0
    [ 0.008347] CPU: Processor Core ID: 0
    [ 0.008349] mce: CPU supports 6 MCE banks
    [ 0.008357] CPU0: Thermal monitoring enabled (TM2)
    [ 0.008365] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
    Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
    tlb_flushall_shift: -1
    [ 0.008437] Freeing SMP alternatives memory: 20K (ffffffff819e9000 - ffffffff819ee000)
    [ 0.009258] ACPI: Core revision 20130725
    [ 0.015569] ACPI: All ACPI Tables successfully acquired
    [ 0.016678] ftrace: allocating 20320 entries in 80 pages
    [ 0.027168] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.061017] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz (fam: 06, model: 17, stepping: 0a)
    [ 0.063333] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
    [ 0.063333] ... version: 2
    [ 0.063333] ... bit width: 40
    [ 0.063333] ... generic registers: 2
    [ 0.063333] ... value mask: 000000ffffffffff
    [ 0.063333] ... max period: 000000007fffffff
    [ 0.063333] ... fixed-purpose events: 3
    [ 0.063333] ... event mask: 0000000700000003
    [ 0.083392] smpboot: Booting Node 0, Processors # 1 OK
    [ 0.006666] Disabled fast string operations
    [ 0.096626] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.096639] Brought up 2 CPUs
    [ 0.096642] smpboot: Total of 2 processors activated (10112.38 BogoMIPS)
    [ 0.098382] devtmpfs: initialized
    [ 0.105175] PM: Registering ACPI NVS region [mem 0xbd8c7000-0xbd8d1fff] (45056 bytes)
    [ 0.105175] PM: Registering ACPI NVS region [mem 0xbd8d9000-0xbd8dcfff] (16384 bytes)
    [ 0.105175] PM: Registering ACPI NVS region [mem 0xbd8e0000-0xbd906fff] (159744 bytes)
    [ 0.105175] PM: Registering ACPI NVS region [mem 0xbdb0f000-0xbdb9efff] (589824 bytes)
    [ 0.105175] RTC time: 9:58:53, date: 01/27/14
    [ 0.105175] NET: Registered protocol family 16
    [ 0.105175] cpuidle: using governor ladder
    [ 0.105175] cpuidle: using governor menu
    [ 0.105175] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.105175] ACPI: bus type PCI registered
    [ 0.105175] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.105175] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
    [ 0.105175] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
    [ 0.110884] PCI: Using configuration type 1 for base access
    [ 0.111004] mtrr: your CPUs had inconsistent variable MTRR settings
    [ 0.111005] mtrr: probably your BIOS does not setup all CPUs.
    [ 0.111006] mtrr: corrected configuration.
    [ 0.113386] bio: create slab <bio-0> at 0
    [ 0.113399] ACPI: Added _OSI(Module Device)
    [ 0.113399] ACPI: Added _OSI(Processor Device)
    [ 0.113399] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.113399] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.113399] ACPI: Added _OSI(Linux)
    [ 0.114883] ACPI: EC: EC description table is found, configuring boot EC
    [ 0.120617] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query honored via DMI
    [ 0.136948] ACPI: SSDT 00000000bd8d7c20 002C8 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    [ 0.137309] ACPI: Dynamic OEM Table Load:
    [ 0.137311] ACPI: SSDT (null) 002C8 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    [ 0.137428] ACPI: SSDT 00000000bd8d5020 0087A (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    [ 0.137809] ACPI: Dynamic OEM Table Load:
    [ 0.137811] ACPI: SSDT (null) 0087A (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    [ 0.156862] ACPI: SSDT 00000000bd8d6ca0 001CF (v01 PmRef ApIst 00003000 INTL 20050624)
    [ 0.157236] ACPI: Dynamic OEM Table Load:
    [ 0.157238] ACPI: SSDT (null) 001CF (v01 PmRef ApIst 00003000 INTL 20050624)
    [ 0.163404] ACPI: SSDT 00000000bd8d6f20 0008D (v01 PmRef ApCst 00003000 INTL 20050624)
    [ 0.166956] ACPI: Dynamic OEM Table Load:
    [ 0.166958] ACPI: SSDT (null) 0008D (v01 PmRef ApCst 00003000 INTL 20050624)
    [ 0.176786] ACPI: Interpreter enabled
    [ 0.176792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130725/hwxface-571)
    [ 0.176796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130725/hwxface-571)
    [ 0.176808] ACPI: (supports S0 S3 S4 S5)
    [ 0.176810] ACPI: Using IOAPIC for interrupt routing
    [ 0.176832] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.180490] ACPI: ACPI Dock Station Driver: 3 docks/bays found
    [ 0.200183] ACPI: Power Resource [PUBS] (on)
    [ 0.204053] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.204145] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.204234] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.204323] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.204413] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.204501] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.204593] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.204682] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.204732] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.204914] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
    [ 0.205251] acpi PNP0A08:00: ACPI _OSC control (0x1d) granted
    [ 0.205280] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    [ 0.205450] PCI host bridge to bus 0000:00
    [ 0.205453] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.205455] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.205457] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.205459] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.205461] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.205462] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 0.205464] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 0.205466] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff]
    [ 0.205474] pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
    [ 0.205493] DMAR: Forcing write-buffer flush capability
    [ 0.205494] DMAR: Disabling IOMMU for graphics on this chipset
    [ 0.205570] pci 0000:00:02.0: [8086:2a42] type 00 class 0x030000
    [ 0.205582] pci 0000:00:02.0: reg 0x10: [mem 0xfa000000-0xfa3fffff 64bit]
    [ 0.205589] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.205594] pci 0000:00:02.0: reg 0x20: [io 0x1800-0x1807]
    [ 0.205673] pci 0000:00:02.1: [8086:2a43] type 00 class 0x038000
    [ 0.205683] pci 0000:00:02.1: reg 0x10: [mem 0xf4100000-0xf41fffff 64bit]
    [ 0.205773] pci 0000:00:03.0: [8086:2a44] type 00 class 0x078000
    [ 0.205788] pci 0000:00:03.0: reg 0x10: [mem 0xfa626800-0xfa62680f 64bit]
    [ 0.205837] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
    [ 0.205906] pci 0000:00:03.2: [8086:2a46] type 00 class 0x010185
    [ 0.205919] pci 0000:00:03.2: reg 0x10: [io 0x1828-0x182f]
    [ 0.205926] pci 0000:00:03.2: reg 0x14: [io 0x180c-0x180f]
    [ 0.205932] pci 0000:00:03.2: reg 0x18: [io 0x1820-0x1827]
    [ 0.205939] pci 0000:00:03.2: reg 0x1c: [io 0x1808-0x180b]
    [ 0.205945] pci 0000:00:03.2: reg 0x20: [io 0x1810-0x181f]
    [ 0.206039] pci 0000:00:03.3: [8086:2a47] type 00 class 0x070002
    [ 0.206052] pci 0000:00:03.3: reg 0x10: [io 0x1830-0x1837]
    [ 0.206059] pci 0000:00:03.3: reg 0x14: [mem 0xfa424000-0xfa424fff]
    [ 0.206206] pci 0000:00:19.0: [8086:10f5] type 00 class 0x020000
    [ 0.206230] pci 0000:00:19.0: reg 0x10: [mem 0xfa400000-0xfa41ffff]
    [ 0.206241] pci 0000:00:19.0: reg 0x14: [mem 0xfa425000-0xfa425fff]
    [ 0.206252] pci 0000:00:19.0: reg 0x18: [io 0x1840-0x185f]
    [ 0.206338] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
    [ 0.206385] pci 0000:00:19.0: System wakeup disabled by ACPI
    [ 0.206423] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
    [ 0.206478] pci 0000:00:1a.0: reg 0x20: [io 0x1860-0x187f]
    [ 0.206577] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.206692] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
    [ 0.206747] pci 0000:00:1a.1: reg 0x20: [io 0x1880-0x189f]
    [ 0.206860] pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
    [ 0.206915] pci 0000:00:1a.2: reg 0x20: [io 0x18a0-0x18bf]
    [ 0.207011] pci 0000:00:1a.2: System wakeup disabled by ACPI
    [ 0.207061] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
    [ 0.207086] pci 0000:00:1a.7: reg 0x10: [mem 0xfa626c00-0xfa626fff]
    [ 0.207194] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    [ 0.207238] pci 0000:00:1a.7: System wakeup disabled by ACPI
    [ 0.207283] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
    [ 0.207303] pci 0000:00:1b.0: reg 0x10: [mem 0xfa420000-0xfa423fff 64bit]
    [ 0.207398] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.207451] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.207492] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
    [ 0.207592] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.207640] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.207679] pci 0000:00:1c.1: [8086:2942] type 01 class 0x060400
    [ 0.207778] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.207826] pci 0000:00:1c.1: System wakeup disabled by ACPI
    [ 0.207874] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
    [ 0.207929] pci 0000:00:1d.0: reg 0x20: [io 0x18c0-0x18df]
    [ 0.208024] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.208063] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
    [ 0.208118] pci 0000:00:1d.1: reg 0x20: [io 0x18e0-0x18ff]
    [ 0.208231] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
    [ 0.208286] pci 0000:00:1d.2: reg 0x20: [io 0x1c00-0x1c1f]
    [ 0.208410] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
    [ 0.208436] pci 0000:00:1d.7: reg 0x10: [mem 0xfa627000-0xfa6273ff]
    [ 0.208543] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.208588] pci 0000:00:1d.7: System wakeup disabled by ACPI
    [ 0.208629] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    [ 0.208735] pci 0000:00:1e.0: System wakeup disabled by ACPI
    [ 0.208776] pci 0000:00:1f.0: [8086:2917] type 00 class 0x060100
    [ 0.208987] pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
    [ 0.209014] pci 0000:00:1f.2: reg 0x10: [io 0x1c48-0x1c4f]
    [ 0.209025] pci 0000:00:1f.2: reg 0x14: [io 0x183c-0x183f]
    [ 0.209036] pci 0000:00:1f.2: reg 0x18: [io 0x1c40-0x1c47]
    [ 0.209047] pci 0000:00:1f.2: reg 0x1c: [io 0x1838-0x183b]
    [ 0.209057] pci 0000:00:1f.2: reg 0x20: [io 0x1c20-0x1c3f]
    [ 0.209068] pci 0000:00:1f.2: reg 0x24: [mem 0xfa626000-0xfa6267ff]
    [ 0.209136] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.209212] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
    [ 0.209233] pci 0000:00:1f.3: reg 0x10: [mem 0xfa627400-0xfa6274ff 64bit]
    [ 0.209262] pci 0000:00:1f.3: reg 0x20: [io 0x1c60-0x1c7f]
    [ 0.209416] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.209529] pci 0000:03:00.0: [8086:4237] type 00 class 0x028000
    [ 0.209568] pci 0000:03:00.0: reg 0x10: [mem 0xf4200000-0xf4201fff 64bit]
    [ 0.209761] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    [ 0.216689] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.216696] pci 0000:00:1c.1: bridge window [mem 0xf4200000-0xf42fffff]
    [ 0.216780] pci 0000:15:00.0: [1180:0476] type 02 class 0x060700
    [ 0.216803] pci 0000:15:00.0: proprietary Ricoh MMC controller disabled (via cardbus function)
    [ 0.216805] pci 0000:15:00.0: MMC cards are now supported by standard SDHCI controller
    [ 0.216823] pci 0000:15:00.0: reg 0x10: [mem 0xf4300000-0xf4300fff]
    [ 0.216864] pci 0000:15:00.0: supports D1 D2
    [ 0.216866] pci 0000:15:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.216927] pci 0000:15:00.2: [1180:0822] type 00 class 0x080500
    [ 0.216953] pci 0000:15:00.2: reg 0x10: [mem 0xf4301000-0xf43010ff]
    [ 0.217066] pci 0000:15:00.2: supports D1 D2
    [ 0.217068] pci 0000:15:00.2: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.217125] pci 0000:15:00.4: [1180:0592] type 00 class 0x088000
    [ 0.217150] pci 0000:15:00.4: reg 0x10: [mem 0xf4301800-0xf43018ff]
    [ 0.217263] pci 0000:15:00.4: supports D1 D2
    [ 0.217265] pci 0000:15:00.4: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.217322] pci 0000:15:00.5: [1180:0852] type 00 class 0x088000
    [ 0.217347] pci 0000:15:00.5: reg 0x10: [mem 0xf4301c00-0xf4301cff]
    [ 0.217460] pci 0000:15:00.5: supports D1 D2
    [ 0.217462] pci 0000:15:00.5: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.217564] pci 0000:00:1e.0: PCI bridge to [bus 15-18] (subtractive decode)
    [ 0.217569] pci 0000:00:1e.0: bridge window [io 0x3000-0x6fff]
    [ 0.217574] pci 0000:00:1e.0: bridge window [mem 0xf4300000-0xf7ffffff]
    [ 0.217581] pci 0000:00:1e.0: bridge window [mem 0xf0000000-0xf3ffffff 64bit pref]
    [ 0.217583] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.217585] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.217586] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.217588] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    [ 0.217590] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    [ 0.217592] pci 0000:00:1e.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    [ 0.217593] pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xfebfffff] (subtractive decode)
    [ 0.217653] pci_bus 0000:16: busn_res: can not insert [bus 16-ff] under [bus 15-18] (conflicts with (null) [bus 15-18])
    [ 0.217657] pci_bus 0000:16: busn_res: [bus 16-ff] end is updated to 17
    [ 0.217685] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
    [ 0.223809] ACPI: Enabled 3 GPEs in block 00 to 3F
    [ 0.223820] ACPI: \_SB_.PCI0: notify handler is installed
    [ 0.223857] Found 1 acpi root devices
    [ 0.223922] ACPI: EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
    [ 0.223986] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.223986] vgaarb: loaded
    [ 0.223986] vgaarb: bridge control possible 0000:00:02.0
    [ 0.223986] PCI: Using ACPI for IRQ routing
    [ 0.227502] PCI: pci_cache_line_size set to 64 bytes
    [ 0.227586] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
    [ 0.227588] e820: reserve RAM buffer [mem 0xbd6a1000-0xbfffffff]
    [ 0.227590] e820: reserve RAM buffer [mem 0xbd7b7000-0xbfffffff]
    [ 0.227592] e820: reserve RAM buffer [mem 0xbd8c7000-0xbfffffff]
    [ 0.227594] e820: reserve RAM buffer [mem 0xbdc00000-0xbfffffff]
    [ 0.227685] NetLabel: Initializing
    [ 0.227687] NetLabel: domain hash size = 128
    [ 0.227688] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.227700] NetLabel: unlabeled traffic allowed by default
    [ 0.227715] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    [ 0.227720] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.227724] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    [ 0.229742] Switched to clocksource hpet
    [ 0.232362] pnp: PnP ACPI init
    [ 0.232379] ACPI: bus type PNP registered
    [ 0.252696] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.252699] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
    [ 0.252701] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
    [ 0.252703] system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
    [ 0.252705] system 00:00: [mem 0x000cc000-0x000cffff] has been reserved
    [ 0.252707] system 00:00: [mem 0x000d0000-0x000d3fff] could not be reserved
    [ 0.252709] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
    [ 0.252711] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
    [ 0.252713] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
    [ 0.252715] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
    [ 0.252716] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
    [ 0.252718] system 00:00: [mem 0x00100000-0xbfffffff] could not be reserved
    [ 0.252721] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
    [ 0.252723] system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
    [ 0.252727] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.272659] system 00:01: [io 0x1000-0x107f] could not be reserved
    [ 0.272661] system 00:01: [io 0x1180-0x11ff] has been reserved
    [ 0.272664] system 00:01: [io 0x0800-0x080f] has been reserved
    [ 0.272666] system 00:01: [io 0x15e0-0x15ef] has been reserved
    [ 0.272667] system 00:01: [io 0x1600-0x167f] has been reserved
    [ 0.272669] system 00:01: [io 0x1680-0x169f] has been reserved
    [ 0.272672] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.272674] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.272676] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
    [ 0.272678] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.272680] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.272682] system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
    [ 0.272684] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.272739] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.272748] pnp 00:03: [dma 4]
    [ 0.272766] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.272792] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.272830] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.272861] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.272892] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.272921] pnp 00:08: Plug and Play ACPI device, IDs IBM0057 PNP0f13 (active)
    [ 0.292844] pnp 00:09: Plug and Play ACPI device, IDs PNP0c31 (active)
    [ 0.293234] pnp: PnP ACPI: found 10 devices
    [ 0.293236] ACPI: bus type PNP unregistered
    [ 0.300009] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
    [ 0.300014] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    [ 0.300016] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
    [ 0.300026] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
    [ 0.300029] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
    [ 0.300052] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 0.300054] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.300056] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.300058] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.300060] pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.300065] pci 0000:00:1c.0: BAR 14: assigned [mem 0xc0000000-0xc01fffff]
    [ 0.300068] pci 0000:00:1c.0: BAR 15: assigned [mem 0xc0200000-0xc03fffff 64bit pref]
    [ 0.300071] pci 0000:00:1c.1: BAR 15: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
    [ 0.300074] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
    [ 0.300076] pci 0000:00:1c.1: BAR 13: assigned [io 0x7000-0x7fff]
    [ 0.300079] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.300083] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 0.300088] pci 0000:00:1c.0: bridge window [mem 0xc0000000-0xc01fffff]
    [ 0.300093] pci 0000:00:1c.0: bridge window [mem 0xc0200000-0xc03fffff 64bit pref]
    [ 0.300100] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.300103] pci 0000:00:1c.1: bridge window [io 0x7000-0x7fff]
    [ 0.300108] pci 0000:00:1c.1: bridge window [mem 0xf4200000-0xf42fffff]
    [ 0.300112] pci 0000:00:1c.1: bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
    [ 0.300121] pci 0000:15:00.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
    [ 0.300123] pci 0000:15:00.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
    [ 0.300125] pci 0000:15:00.0: res[13]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    [ 0.300127] pci 0000:15:00.0: res[14]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    [ 0.300129] pci 0000:15:00.0: BAR 15: assigned [mem 0xf0000000-0xf3ffffff pref]
    [ 0.300133] pci 0000:15:00.0: BAR 16: assigned [mem 0xc4000000-0xc7ffffff]
    [ 0.300135] pci 0000:15:00.0: BAR 13: assigned [io 0x3000-0x30ff]
    [ 0.300137] pci 0000:15:00.0: BAR 14: assigned [io 0x3400-0x34ff]
    [ 0.300139] pci 0000:15:00.0: CardBus bridge to [bus 16-17]
    [ 0.300140] pci 0000:15:00.0: bridge window [io 0x3000-0x30ff]
    [ 0.300146] pci 0000:15:00.0: bridge window [io 0x3400-0x34ff]
    [ 0.300151] pci 0000:15:00.0: bridge window [mem 0xf0000000-0xf3ffffff pref]
    [ 0.300156] pci 0000:15:00.0: bridge window [mem 0xc4000000-0xc7ffffff]
    [ 0.300162] pci 0000:00:1e.0: PCI bridge to [bus 15-18]
    [ 0.300165] pci 0000:00:1e.0: bridge window [io 0x3000-0x6fff]
    [ 0.300170] pci 0000:00:1e.0: bridge window [mem 0xf4300000-0xf7ffffff]
    [ 0.300174] pci 0000:00:1e.0: bridge window [mem 0xf0000000-0xf3ffffff 64bit pref]
    [ 0.300182] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.300184] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.300186] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.300187] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
    [ 0.300189] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
    [ 0.300191] pci_bus 0000:00: resource 9 [mem 0x000dc000-0x000dffff]
    [ 0.300192] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xfebfffff]
    [ 0.300195] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
    [ 0.300196] pci_bus 0000:02: resource 1 [mem 0xc0000000-0xc01fffff]
    [ 0.300198] pci_bus 0000:02: resource 2 [mem 0xc0200000-0xc03fffff 64bit pref]
    [ 0.300200] pci_bus 0000:03: resource 0 [io 0x7000-0x7fff]
    [ 0.300202] pci_bus 0000:03: resource 1 [mem 0xf4200000-0xf42fffff]
    [ 0.300203] pci_bus 0000:03: resource 2 [mem 0xc0400000-0xc05fffff 64bit pref]
    [ 0.300205] pci_bus 0000:15: resource 0 [io 0x3000-0x6fff]
    [ 0.300207] pci_bus 0000:15: resource 1 [mem 0xf4300000-0xf7ffffff]
    [ 0.300209] pci_bus 0000:15: resource 2 [mem 0xf0000000-0xf3ffffff 64bit pref]
    [ 0.300211] pci_bus 0000:15: resource 4 [io 0x0000-0x0cf7]
    [ 0.300212] pci_bus 0000:15: resource 5 [io 0x0d00-0xffff]
    [ 0.300214] pci_bus 0000:15: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.300216] pci_bus 0000:15: resource 7 [mem 0x000d4000-0x000d7fff]
    [ 0.300217] pci_bus 0000:15: resource 8 [mem 0x000d8000-0x000dbfff]
    [ 0.300219] pci_bus 0000:15: resource 9 [mem 0x000dc000-0x000dffff]
    [ 0.300221] pci_bus 0000:15: resource 10 [mem 0xc0000000-0xfebfffff]
    [ 0.300223] pci_bus 0000:16: resource 0 [io 0x3000-0x30ff]
    [ 0.300224] pci_bus 0000:16: resource 1 [io 0x3400-0x34ff]
    [ 0.300226] pci_bus 0000:16: resource 2 [mem 0xf0000000-0xf3ffffff pref]
    [ 0.300228] pci_bus 0000:16: resource 3 [mem 0xc4000000-0xc7ffffff]
    [ 0.300265] NET: Registered protocol family 2
    [ 0.300457] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.300690] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.300878] TCP: Hash tables configured (established 32768 bind 32768)
    [ 0.300932] TCP: reno registered
    [ 0.300940] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.300970] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.301053] NET: Registered protocol family 1
    [ 0.301066] pci 0000:00:02.0: Boot video device
    [ 0.301991] PCI: CLS 64 bytes, default 64
    [ 0.302031] Unpacking initramfs...
    [ 0.363199] Freeing initrd memory: 3248K (ffff880037998000 - ffff880037cc4000)
    [ 0.363208] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.363210] software IO TLB [mem 0xb96a1000-0xbd6a1000] (64MB) mapped at [ffff8800b96a1000-ffff8800bd6a0fff]
    [ 0.363238] Simple Boot Flag at 0x35 set to 0x1
    [ 0.363417] Scanning for low memory corruption every 60 seconds
    [ 0.363745] audit: initializing netlink socket (disabled)
    [ 0.363761] type=2000 audit(1390816732.363:1): initialized
    [ 0.376055] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.377555] zbud: loaded
    [ 0.377716] VFS: Disk quotas dquot_6.5.2
    [ 0.377758] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.377933] msgmni has been set to 7703
    [ 0.378225] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.378261] io scheduler noop registered
    [ 0.378263] io scheduler deadline registered
    [ 0.378292] io scheduler cfq registered (default)
    [ 0.378503] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
    [ 0.378668] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
    [ 0.378786] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    [ 0.378791] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    [ 0.378813] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
    [ 0.378816] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    [ 0.378820] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
    [ 0.378834] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.378869] pciehp 0000:00:1c.0:pcie04: HPC vendor_id 8086 device_id 2940 ss_vid 17aa ss_did 20f3
    [ 0.378898] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
    [ 0.378910] pciehp 0000:00:1c.1:pcie04: HPC vendor_id 8086 device_id 2942 ss_vid 17aa ss_did 20f3
    [ 0.378934] pciehp 0000:00:1c.1:pcie04: service driver pciehp loaded
    [ 0.378939] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.378995] vesafb: mode is 1024x768x32, linelength=4096, pages=0
    [ 0.378997] vesafb: scrolling: redraw
    [ 0.378999] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.379450] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90004800000, using 3072k, total 3072k
    [ 0.403394] Console: switching to colour frame buffer device 128x48
    [ 0.427226] fb0: VESA VGA frame buffer device
    [ 0.427238] intel_idle: does not run on family 6 model 23
    [ 0.427277] GHES: HEST is not enabled!
    [ 0.427334] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.448019] 0000:00:03.3: ttyS0 at I/O 0x1830 (irq = 17, base_baud = 115200) is a 16550A
    [ 0.448162] Linux agpgart interface v0.103
    [ 0.448228] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
    [ 0.456045] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.456072] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.456170] mousedev: PS/2 mouse device common for all mice
    [ 0.456238] rtc_cmos 00:06: RTC can wake from S4
    [ 0.456379] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    [ 0.456408] rtc_cmos 00:06: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 0.456472] drop_monitor: Initializing network drop monitor service
    [ 0.456534] TCP: cubic registered
    [ 0.456631] NET: Registered protocol family 10
    [ 0.456816] NET: Registered protocol family 17
    [ 0.456828] Key type dns_resolver registered
    [ 0.457049] registered taskstats version 1
    [ 0.457713] Magic number: 14:393:981
    [ 0.457799] rtc_cmos 00:06: setting system clock to 2014-01-27 09:58:53 UTC (1390816733)
    [ 0.457879] PM: Hibernation image not present or could not be loaded.
    [ 0.459170] Freeing unused kernel memory: 1144K (ffffffff818cb000 - ffffffff819e9000)
    [ 0.459172] Write protecting the kernel read-only data: 8192k
    [ 0.461316] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.462040] Freeing unused kernel memory: 1012K (ffff880001503000 - ffff880001600000)
    [ 0.463192] Freeing unused kernel memory: 420K (ffff880001797000 - ffff880001800000)
    [ 0.472217] systemd-udevd[47]: starting version 208
    [ 0.495432] ACPI: bus type USB registered
    [ 0.495458] usbcore: registered new interface driver usbfs
    [ 0.495469] usbcore: registered new interface driver hub
    [ 0.495512] usbcore: registered new device driver usb
    [ 0.495844] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.496041] uhci_hcd: USB Universal Host Controller Interface driver
    [ 0.496152] uhci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 0.496156] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 0.496161] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 0.496201] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00001860
    [ 0.496371] hub 1-0:1.0: USB hub found
    [ 0.496380] hub 1-0:1.0: 2 ports detected
    [ 0.496558] uhci_hcd 0000:00:1a.1: setting latency timer to 64
    [ 0.496562] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 0.496567] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
    [ 0.496602] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001880
    [ 0.496771] hub 2-0:1.0: USB hub found
    [ 0.496779] hub 2-0:1.0: 2 ports detected
    [ 0.496929] uhci_hcd 0000:00:1a.2: setting latency timer to 64
    [ 0.496932] uhci_hcd 0000:00:1a.2: UHCI Host Controller
    [ 0.496947] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 3
    [ 0.496967] SCSI subsystem initialized
    [ 0.496986] uhci_hcd 0000:00:1a.2: irq 22, io base 0x000018a0
    [ 0.497128] hub 3-0:1.0: USB hub found
    [ 0.497136] hub 3-0:1.0: 2 ports detected
    [ 0.497306] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 0.497310] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 0.497315] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
    [ 0.497350] uhci_hcd 0000:00:1d.0: irq 16, io base 0x000018c0
    [ 0.497482] hub 4-0:1.0: USB hub found
    [ 0.497488] hub 4-0:1.0: 2 ports detected
    [ 0.497640] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 0.497643] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 0.497648] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
    [ 0.497684] uhci_hcd 0000:00:1d.1: irq 17, io base 0x000018e0
    [ 0.497810] hub 5-0:1.0: USB hub found
    [ 0.497817] hub 5-0:1.0: 2 ports detected
    [ 0.497957] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 0.497960] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 0.497965] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6
    [ 0.498003] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001c00
    [ 0.498556] hub 6-0:1.0: USB hub found
    [ 0.498564] hub 6-0:1.0: 2 ports detected
    [ 0.498723] libata version 3.00 loaded.
    [ 0.499070] pata_acpi 0000:00:03.2: setting latency timer to 64
    [ 0.499364] ata_generic 0000:00:03.2: setting latency timer to 64
    [ 0.499867] ehci-pci: EHCI PCI platform driver
    [ 0.500825] scsi0 : ata_generic
    [ 0.500976] scsi1 : ata_generic
    [ 0.501017] ata1: PATA max UDMA/100 cmd 0x1828 ctl 0x180c bmdma 0x1810 irq 18
    [ 0.501019] ata2: PATA max UDMA/100 cmd 0x1820 ctl 0x1808 bmdma 0x1818 irq 18
    [ 0.501120] ehci-pci 0000:00:1a.7: setting latency timer to 64
    [ 0.501420] ehci-pci 0000:00:1a.7: EHCI Host Controller
    [ 0.501427] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 7
    [ 0.501441] ehci-pci 0000:00:1a.7: debug port 1
    [ 0.505335] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
    [ 0.505357] ehci-pci 0000:00:1a.7: irq 23, io mem 0xfa626c00
    [ 0.505888] sdhci: Secure Digital Host Controller Interface driver
    [ 0.505890] sdhci: Copyright(c) Pierre Ossman
    [ 0.506101] sdhci-pci 0000:15:00.2: SDHCI controller found [1180:0822] (rev 21)
    [ 0.506120] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.507472] sdhci-pci 0000:15:00.2: Will use DMA mode even though HW doesn't fully claim to support it.
    [ 0.508483] sdhci-pci 0000:15:00.2: Will use DMA mode even though HW doesn't fully claim to support it.
    [ 0.508545] mmc0: SDHCI controller on PCI [0000:15:00.2] using DMA
    [ 0.513357] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 0.513540] hub 7-0:1.0: USB hub found
    [ 0.513548] hub 7-0:1.0: 6 ports detected
    [ 0.536738] hub 1-0:1.0: USB hub found
    [ 0.536747] hub 1-0:1.0: 2 ports detected
    [ 0.560057] hub 2-0:1.0: USB hub found
    [ 0.560064] hub 2-0:1.0: 2 ports detected
    [ 0.583392] hub 3-0:1.0: USB hub found
    [ 0.583400] hub 3-0:1.0: 2 ports detected
    [ 0.583584] ehci-pci 0000:00:1d.7: setting latency timer to 64
    [ 0.583900] ehci-pci 0000:00:1d.7: EHCI Host Controller
    [ 0.583907] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 8
    [ 0.583922] ehci-pci 0000:00:1d.7: debug port 1
    [ 0.587822] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
    [ 0.587841] ehci-pci 0000:00:1d.7: irq 19, io mem 0xfa627000
    [ 0.596687] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 0.596823] hub 8-0:1.0: USB hub found
    [ 0.596830] hub 8-0:1.0: 6 ports detected
    [ 0.620052] hub 4-0:1.0: USB hub found
    [ 0.620059] hub 4-0:1.0: 2 ports detected
    [ 0.643388] hub 5-0:1.0: USB hub found
    [ 0.643395] hub 5-0:1.0: 2 ports detected
    [ 0.666727] hub 6-0:1.0: USB hub found
    [ 0.666736] hub 6-0:1.0: 2 ports detected
    [ 0.666812] ahci 0000:00:1f.2: version 3.0
    [ 0.666915] ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
    [ 0.666955] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
    [ 0.666976] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x1 impl SATA mode
    [ 0.666979] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc sxs
    [ 0.666984] ahci 0000:00:1f.2: setting latency timer to 64
    [ 0.667519] scsi2 : ahci
    [ 0.667582] scsi3 : ahci
    [ 0.667641] scsi4 : ahci
    [ 0.667699] scsi5 : ahci
    [ 0.667742] ata3: SATA max UDMA/133 abar m2048@0xfa626000 port 0xfa626100 irq 42
    [ 0.667743] ata4: DUMMY
    [ 0.667745] ata5: DUMMY
    [ 0.667746] ata6: DUMMY
    [ 0.986695] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 0.987559] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 0.987562] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 0.987564] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 0.988382] ata3.00: ATA-8: HGST HTS725050A7E630, GH2ZB550, max UDMA/133
    [ 0.988384] ata3.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 0.989285] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 0.989287] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 0.989289] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 0.990098] ata3.00: configured for UDMA/133
    [ 0.990208] scsi 2:0:0:0: Direct-Access ATA HGST HTS725050A7 GH2Z PQ: 0 ANSI: 5
    [ 0.992941] sd 2:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [ 0.992944] sd 2:0:0:0: [sda] 4096-byte physical blocks
    [ 0.992998] sd 2:0:0:0: [sda] Write Protect is off
    [ 0.993001] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 0.993036] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.076699] usb 7-6: new high-speed USB device number 3 using ehci-pci
    [ 1.077234] sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 >
    [ 1.077733] sd 2:0:0:0: [sda] Attached SCSI disk
    [ 1.363358] tsc: Refined TSC clocksource calibration: 2526.999 MHz
    [ 1.436698] usb 2-2: new full-speed USB device number 2 using uhci_hcd
    [ 1.826147] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.363390] Switched to clocksource tsc
    [ 2.384837] systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 2.385108] systemd[1]: Set hostname to <hostname>.
    [ 3.020950] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 3.021003] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 3.021015] systemd[1]: Starting Remote File Systems.
    [ 3.021026] systemd[1]: Reached target Remote File Systems.
    [ 3.021034] systemd[1]: Starting Delayed Shutdown Socket.
    [ 3.021061] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 3.021070] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 3.021093] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 3.021102] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 3.021121] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 3.021129] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 3.021153] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 3.021165] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 3.021196] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 3.021205] systemd[1]: Starting Journal Socket.
    [ 3.021245] systemd[1]: Listening on Journal Socket.
    [ 3.021449] systemd[1]: Starting Apply Kernel Variables...
    [ 3.021979] systemd[1]: Starting Journal Service...
    [ 3.022329] systemd[1]: Started Journal Service.
    [ 3.527540] thinkpad_ec: thinkpad_ec 0.41 loaded.
    [ 3.548541] tp_smapi 0.41 loading...
    [ 3.548630] tp_smapi successfully loaded (smapi_port=0xb2).
    [ 3.692910] systemd-journald[104]: Vacuuming done, freed 0 bytes
    [ 4.052057] EXT4-fs (sda3): re-mounted. Opts: data=ordered
    [ 4.275058] systemd-udevd[135]: starting version 208
    [ 5.539050] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
    [ 5.539194] ACPI: Lid Switch [LID]
    [ 5.539249] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
    [ 5.539253] ACPI: Sleep Button [SLPB]
    [ 5.539316] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 5.539319] ACPI: Power Button [PWRF]
    [ 5.558409] ACPI: Requesting acpi_cpufreq
    [ 5.576148] Monitor-Mwait will be used to enter C-1 state
    [ 5.576156] Monitor-Mwait will be used to enter C-2 state
    [ 5.576160] Monitor-Mwait will be used to enter C-3 state
    [ 5.576163] tsc: Marking TSC unstable due to TSC halts in idle
    [ 5.576179] ACPI: acpi_idle registered with cpuidle
    [ 5.576205] Switched to clocksource hpet
    [ 5.612079] agpgart-intel 0000:00:00.0: Intel GM45 Chipset
    [ 5.612185] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
    [ 5.613189] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
    [ 5.613498] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
    [ 5.624658] wmi: Mapper loaded
    [ 5.686902] [drm] Initialized drm 1.1.0 20060810
    [ 5.759536] Bluetooth: Core ver 2.16
    [ 5.759560] NET: Registered protocol family 31
    [ 5.759562] Bluetooth: HCI device and connection manager initialized
    [ 5.759578] Bluetooth: HCI socket layer initialized
    [ 5.759580] Bluetooth: L2CAP socket layer initialized
    [ 5.759587] Bluetooth: SCO socket layer initialized
    [ 5.775533] [drm] Memory usable by graphics device = 2048M
    [ 5.775538] checking generic (d0000000 300000) vs hw (d0000000 10000000)
    [ 5.775540] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
    [ 5.775561] Console: switching to colour dummy device 80x25
    [ 5.775662] i915 0000:00:02.0: setting latency timer to 64
    [ 5.813939] i915 0000:00:02.0: irq 43 for MSI/MSI-X
    [ 5.813948] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 5.813949] [drm] Driver supports precise vblank timestamp query.
    [ 5.813994] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 5.815326] pps_core: LinuxPPS API ver. 1 registered
    [ 5.815328] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
    [ 5.815860] PTP clock support registered
    [ 5.868929] ACPI: AC Adapter [AC] (on-line)
    [ 5.908828] fbcon: inteldrmfb (fb0) is primary device
    [ 5.973459] tpm_tis 00:09: 1.2 TPM (device-id 0x1020, rev-id 6)
    [ 5.973460] tpm_tis 00:09: Intel iTPM workaround enabled
    [ 5.993930] ACPI: Battery Slot [BAT0] (battery present)
    [ 5.995201] thermal LNXTHERM:00: registered as thermal_zone0
    [ 5.995202] ACPI: Thermal Zone [THM0] (18 C)
    [ 5.996577] thermal LNXTHERM:01: registered as thermal_zone1
    [ 5.996578] ACPI: Thermal Zone [THM1] (17 C)
    [ 6.007966] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
    [ 6.007967] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
    [ 6.040594] usbcore: registered new interface driver btusb
    [ 6.054550] Non-volatile memory driver v1.3
    [ 6.078033] thinkpad_acpi: ThinkPad ACPI Extras v0.24
    [ 6.078034] thinkpad_acpi: http://ibm-acpi.sf.net/
    [ 6.078035] thinkpad_acpi: ThinkPad BIOS 7UET70WW (3.00 ), EC 7VHT14WW-1.03
    [ 6.078035] thinkpad_acpi: Lenovo ThinkPad T400, model 2767WSD
    [ 6.097896] thinkpad_acpi: detected a 8-level brightness capable ThinkPad
    [ 6.098029] thinkpad_acpi: radio switch found; radios are enabled
    [ 6.098111] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
    [ 6.098111] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
    [ 6.100039] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
    [ 6.102704] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
    [ 6.102770] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
    [ 6.103685] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input5
    [ 6.116703] tpm_tis 00:09: TPM is disabled/deactivated (0x6)
    [ 6.151185] media: Linux media interface: v0.10
    [ 6.188125] Linux video capture interface: v2.00
    [ 6.448191] yenta_cardbus 0000:15:00.0: CardBus bridge found [17aa:20c6]
    [ 6.459562] uvcvideo: Found UVC 1.00 device Integrated Camera (17ef:1004)
    [ 6.464806] input: Integrated Camera as /devices/pci0000:00/0000:00:1a.7/usb7/7-6/7-6:1.0/input/input6
    [ 6.464847] usbcore: registered new interface driver uvcvideo
    [ 6.464848] USB Video Class driver (1.1.1)
    [ 6.486718] Console: switching to colour frame buffer device 180x56
    [ 6.489860] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 6.489862] i915 0000:00:02.0: registered panic notifier
    [ 6.495027] acpi device:02: registered as cooling_device2
    [ 6.495078] ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
    [ 6.495118] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input7
    [ 6.495167] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 6.495243] mei_me 0000:00:03.0: setting latency timer to 64
    [ 6.495270] mei_me 0000:00:03.0: irq 44 for MSI/MSI-X
    [ 6.501432] e1000e 0000:00:19.0: setting latency timer to 64
    [ 6.501513] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
    [ 6.501534] e1000e 0000:00:19.0: irq 45 for MSI/MSI-X
    [ 6.574169] yenta_cardbus 0000:15:00.0: ISA IRQ mask 0x0cb8, PCI irq 16
    [ 6.574173] yenta_cardbus 0000:15:00.0: Socket status: 30000006
    [ 6.574179] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge window: [io 0x3000-0x6fff]
    [ 6.574181] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge window: [mem 0xf4300000-0xf7ffffff]
    [ 6.574184] pcmcia_socket pcmcia_socket0: cs: memory probe 0xf4300000-0xf7ffffff:
    [ 6.574188] excluding 0xf4300000-0xf46cffff
    [ 6.574196] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge window: [mem 0xf0000000-0xf3ffffff 64bit pref]
    [ 6.574198] pcmcia_socket pcmcia_socket0: cs: memory probe 0xf0000000-0xf3ffffff:
    [ 6.574207] excluding 0xf0000000-0xf3ffffff
    [ 6.576532] r592: driver successfully loaded
    [ 6.695857] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:24:7e:6a:db:bf
    [ 6.695861] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
    [ 6.695887] e1000e 0000:00:19.0 eth0: MAC: 7, PHY: 8, PBA No: 1008FF-0FF
    [ 6.695952] ACPI Warning: 0x0000000000001028-0x000000000000102f SystemIO conflicts with Region \_SB_.PCI0.LPC_.PMIO 1 (20130725/utaddress-251)
    [ 6.695957] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 6.695961] ACPI Warning: 0x00000000000011b0-0x00000000000011bf SystemIO conflicts with Region \_SB_.PCI0.LPC_.LPIO 1 (20130725/utaddress-251)
    [ 6.695964] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 6.695966] ACPI Warning: 0x0000000000001180-0x00000000000011af SystemIO conflicts with Region \_SB_.PCI0.LPC_.LPIO 1 (20130725/utaddress-251)
    [ 6.695968] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 6.695969] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 6.695997] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 6.696201] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
    [ 6.715445] input: PC Speaker as /devices/platform/pcspkr/input/input9
    [ 6.781879] cfg80211: Calling CRDA to update world regulatory domain
    [ 6.810601] microcode: CPU0 sig=0x1067a, pf=

    I have the same problem, but only with firefox, because is the only program that i use (also watch videos with VLC, but this have no problem).
    I think we should report, but i'm not sure where.
    A screenshot: http://imgur.com/QKrisQa
    $lspci
    00:00.0 Host bridge: Intel Corporation 4 Series Chipset DRAM Controller (rev 03)
    00:01.0 PCI bridge: Intel Corporation 4 Series Chipset PCI Express Root Port (rev 03)
    00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)
    00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 01)
    00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 1 (rev 01)
    00:1c.1 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 2 (rev 01)
    00:1d.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 (rev 01)
    00:1d.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 (rev 01)
    00:1d.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 (rev 01)
    00:1d.3 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 (rev 01)
    00:1d.7 USB controller: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller (rev 01)
    00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
    00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
    00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
    00:1f.2 IDE interface: Intel Corporation NM10/ICH7 Family SATA Controller [IDE mode] (rev 01)
    00:1f.3 SMBus: Intel Corporation NM10/ICH7 Family SMBus Controller (rev 01)
    03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 03)
    04:01.0 Multimedia controller: Philips Semiconductors SAA7134/SAA7135HL Video Broadcast Decoder (rev 01)
    PD: Sorry for my bad grammar.

  • [Solved] HP Omen 15 - Slow SSD after IRQ 16 error

    [EDIT]
    Sorry for wasting everyone's time. It turned out that I had only tried installing nvidia/bumblebee without the nomodeset option..and apparently that didn't work properly for some reason.
    So if anyone else runs into this problem here's the solution:
    1) Boot your installation media with the 'nomodeset' kernel option (this is especially important for live images (fedora,ubuntu,...) which are completely unusable otherwise
    2) With nomodeset still enabled, install the nvidia driver, bumblebee and bbswitch
    4) Enable bumblebeed.service
    3) remove the nomodeset option
    Also I updated the microcode on the CPU, but as far as I could tell that didn't affect anything.
    [/EDIT]
    Hi everyone,
    I bought a new HP Omen 15 laptop. In Windows everything runs fine, but on Linux I get an IRQ 16 error after which SSD reads become so painfully slow that the system becomes mostly unusable. This issue has been posted by someone on the Ubuntu forums, but nobody had a solution there.
    Hopefully one of you will be able to help me, because right now I'm stuck on Windows for doing my work...and I get absolutely no joy out of that
    Hardware:
    i7-4710HQ
    Nvidia GeForce GTX 860 and Intel® HD Graphics 4600
    512GB Samsung XP941 SSD (M.2)
    Currently the system dual-boots with Windows 8.1, secure boot disabled, using gummiboot on the windows UEFI partition.
    The actual error that (I think) leads to the performance hit is
    [ 13.608625] 0000000000000000 96859b6ad089d33d ffff88045f243e28 ffffffff8154fb74
    [ 13.608632] 0000000000000000 ffff880083514e00 ffff88045f243e58 ffffffff810cd406
    [ 13.608637] 000000013ffeb056 ffff880083514e00 0000000000000000 0000000000000010
    [ 13.608643] Call Trace:
    [ 13.608646] <IRQ> [<ffffffff8154fb74>] dump_stack+0x4e/0x71
    [ 13.608665] [<ffffffff810cd406>] __report_bad_irq+0x36/0xd0
    [ 13.608671] [<ffffffff810cd7b7>] note_interrupt+0x257/0x2a0
    [ 13.608677] [<ffffffff810cacee>] handle_irq_event_percpu+0xae/0x1f0
    [ 13.608682] [<ffffffff810cae71>] handle_irq_event+0x41/0x70
    [ 13.608689] [<ffffffff810cdd47>] handle_fasteoi_irq+0x87/0x140
    [ 13.608698] [<ffffffff81017362>] handle_irq+0x22/0x40
    [ 13.608704] [<ffffffff815581b1>] do_IRQ+0x51/0xf0
    [ 13.608711] [<ffffffff815561ad>] common_interrupt+0x6d/0x6d
    [ 13.608714] <EOI> [<ffffffff81403aa5>] ? cpuidle_enter_state+0x65/0x1a0
    [ 13.608730] [<ffffffff81403a91>] ? cpuidle_enter_state+0x51/0x1a0
    [ 13.608737] [<ffffffff81403cc7>] cpuidle_enter+0x17/0x20
    [ 13.608745] [<ffffffff810b3539>] cpu_startup_entry+0x3d9/0x460
    [ 13.608752] [<ffffffff8104a994>] start_secondary+0x1b4/0x1f0
    [ 13.608756] handlers:
    [ 13.608809] [<ffffffffa0128410>] ahci_single_irq_intr [libahci]
    [ 13.608873] Disabling IRQ #16
    What's interesting is, that this problem does not occur if I set the 'nomodeset' kernel option. So probably it's somehow related to graphics. The performance drop is quite visible:
    With nomodeset:
    hdparm -Tt --verbose /dev/sda
    /dev/sda:
    Timing cached reads: 21006 MB in 2.00 seconds = 10513.48 MB/sec
    Timing buffered disk reads: 2378 MB in 3.00 seconds = 792.36 MB/sec
    ...and without:
    hdparm -Tt --verbose /dev/sda
    /dev/sda:
    Timing cached reads: 12274 MB in 2.00 seconds = 6140.85 MB/sec
    Timing buffered disk reads: 8 MB in 3.20 seconds = 2.50 MB/sec
    So just about 0.3% of the original speed.
    The above information are form a fresh install without any additional packages installed. Installing nvidia/intel/bumblebee did not help either, so I've left it in the fresh state to be debuggable.
    Here are various outputs from some commands that might be useful to determine the error source, let me know if you need anything else!
    hdparm /dev/sda
    /dev/sda:
    multcount = 0 (off)
    IO_support = 1 (32-bit)
    readonly = 0 (off)
    readahead = 256 (on)
    geometry = 62260/255/63, sectors = 1000215216, start = 0
    lspci
    00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller (rev 06)
    00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
    00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
    00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
    00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 05)
    00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
    00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)
    00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d5)
    00:1c.4 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #5 (rev d5)
    00:1c.5 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #6 (rev d5)
    00:1f.0 ISA bridge: Intel Corporation HM87 Express LPC Controller (rev 05)
    00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 05)
    00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 05)
    01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 860M] (rev a2)
    07:00.0 SATA controller: Samsung Electronics Co Ltd XP941 PCIe SSD (rev 01)
    08:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5227 PCI Express Card Reader (rev 01)
    09:00.0 Network controller: Intel Corporation Wireless 7260 (rev c3)
    cat /proc/interrupts
    CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7
    0: 24 0 0 0 0 0 0 0 IR-IO-APIC-edge timer
    1: 901 2 2 1 3 1 1 0 IR-IO-APIC-edge i8042
    8: 1 0 0 0 0 0 0 0 IR-IO-APIC-edge rtc0
    9: 199 49 37 75 13 25 6 18 IR-IO-APIC-fasteoi acpi
    12: 4419 17 5 8 2 6 7 7 IR-IO-APIC-edge i8042
    16: 3146 195401 312 395 353 184 102 108 IR-IO-APIC 16-fasteoi 0000:07:00.0
    24: 0 0 0 0 0 0 0 0 DMAR_MSI-edge dmar0
    25: 0 0 0 0 0 0 0 0 DMAR_MSI-edge dmar1
    26: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge PCIe PME
    27: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge PCIe PME
    28: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge PCIe PME
    29: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge PCIe PME
    30: 6 1 2 9 1 0 1 2 IR-PCI-MSI-edge rtsx_pci
    31: 574 190 28 34 154 29 11 7 IR-PCI-MSI-edge xhci_hcd
    32: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge 0000:00:1f.2
    33: 1 0 0 0 0 0 3 7 IR-PCI-MSI-edge mei_me
    34: 5 138 79 0 5 76 10 0 IR-PCI-MSI-edge snd_hda_intel
    35: 169 0 1 0 1 0 0 0 IR-PCI-MSI-edge i915
    36: 17 3 2 7 6 14 2 11 IR-PCI-MSI-edge iwlwifi
    37: 1 26 0 0 32 0 0 0 IR-PCI-MSI-edge snd_hda_intel
    NMI: 0 0 0 0 0 0 0 0 Non-maskable interrupts
    LOC: 958 2678 1069 355 1505 562 682 321 Local timer interrupts
    SPU: 0 0 0 0 0 0 0 0 Spurious interrupts
    PMI: 0 0 0 0 0 0 0 0 Performance monitoring interrupts
    IWI: 1 1 0 1 0 0 0 0 IRQ work interrupts
    RTR: 0 0 0 0 0 0 0 0 APIC ICR read retries
    RES: 204 193 207 200 136 177 195 285 Rescheduling interrupts
    CAL: 898 819 847 830 822 853 843 869 Function call interrupts
    TLB: 10 6 8 3 4 7 3 5 TLB shootdowns
    TRM: 0 0 0 0 0 0 0 0 Thermal event interrupts
    THR: 0 0 0 0 0 0 0 0 Threshold APIC interrupts
    MCE: 0 0 0 0 0 0 0 0 Machine check exceptions
    MCP: 2 2 2 2 2 2 2 2 Machine check polls
    HYP: 0 0 0 0 0 0 0 0 Hypervisor callback interrupts
    ERR: 0
    MIS: 0
    dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.18.6-1-ARCH (builduser@tobias) (gcc version 4.9.2 20141224 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015
    [ 0.000000] Command line: initrd=\initramfs-linux.img root=/dev/mapper/VolGroup00-lv_root rw
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000006efff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000006f000-0x000000000006ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000070000-0x0000000000087fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000000088000-0x00000000000bffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009c07efff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009c07f000-0x000000009ce7efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000009ce7f000-0x000000009cf7efff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000009cf7f000-0x000000009cffefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x000000009cfff000-0x000000009cffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009d000000-0x000000009f9fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb0ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000045f5fffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] e820: update [mem 0x78e8e018-0x78ea7657] usable ==> usable
    [ 0.000000] e820: update [mem 0x78e7d018-0x78e8d057] usable ==> usable
    [ 0.000000] extended physical RAM map:
    [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000006efff] usable
    [ 0.000000] reserve setup_data: [mem 0x000000000006f000-0x000000000006ffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000000070000-0x0000000000087fff] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000000088000-0x00000000000bffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000078e7d017] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000078e7d018-0x0000000078e8d057] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000078e8d058-0x0000000078e8e017] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000078e8e018-0x0000000078ea7657] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000078ea7658-0x000000009c07efff] usable
    [ 0.000000] reserve setup_data: [mem 0x000000009c07f000-0x000000009ce7efff] reserved
    [ 0.000000] reserve setup_data: [mem 0x000000009ce7f000-0x000000009cf7efff] ACPI NVS
    [ 0.000000] reserve setup_data: [mem 0x000000009cf7f000-0x000000009cffefff] ACPI data
    [ 0.000000] reserve setup_data: [mem 0x000000009cfff000-0x000000009cffffff] usable
    [ 0.000000] reserve setup_data: [mem 0x000000009d000000-0x000000009f9fffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000feb00000-0x00000000feb0ffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fee00fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000045f5fffff] usable
    [ 0.000000] efi: EFI v2.31 by INSYDE Corp.
    [ 0.000000] efi: ACPI=0x9cffe000 ACPI 2.0=0x9cffe014 SMBIOS=0x9ce7df18
    [ 0.000000] efi: mem00: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x0000000000000000-0x0000000000001000) (0MB)
    [ 0.000000] efi: mem01: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x0000000000001000-0x0000000000007000) (0MB)
    [ 0.000000] efi: mem02: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000007000-0x000000000006f000) (0MB)
    [ 0.000000] efi: mem03: [Reserved | | | | | |WB|WT|WC|UC] range=[0x000000000006f000-0x0000000000070000) (0MB)
    [ 0.000000] efi: mem04: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000070000-0x0000000000088000) (0MB)
    [ 0.000000] efi: mem05: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x0000000000088000-0x000000000009f000) (0MB)
    [ 0.000000] efi: mem06: [Reserved | | | | | |WB|WT|WC|UC] range=[0x000000000009f000-0x00000000000a0000) (0MB)
    [ 0.000000] efi: mem07: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000100000-0x0000000001000000) (15MB)
    [ 0.000000] efi: mem08: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x0000000001000000-0x0000000001e3b000) (14MB)
    [ 0.000000] efi: mem09: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000001e3b000-0x0000000078680000) (1896MB)
    [ 0.000000] efi: mem10: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x0000000078680000-0x00000000786a0000) (0MB)
    [ 0.000000] efi: mem11: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000786a0000-0x0000000078e7d000) (7MB)
    [ 0.000000] efi: mem12: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x0000000078e7d000-0x0000000078ea8000) (0MB)
    [ 0.000000] efi: mem13: [Loader Code | | | | | |WB|WT|WC|UC] range=[0x0000000078ea8000-0x000000007ace3000) (30MB)
    [ 0.000000] efi: mem14: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000007ace3000-0x000000007b670000) (9MB)
    [ 0.000000] efi: mem15: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000007b670000-0x000000007b67a000) (0MB)
    [ 0.000000] efi: mem16: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000007b67a000-0x000000007b67f000) (0MB)
    [ 0.000000] efi: mem17: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000007b67f000-0x000000007b865000) (1MB)
    [ 0.000000] efi: mem18: [Loader Code | | | | | |WB|WT|WC|UC] range=[0x000000007b865000-0x000000007b87f000) (0MB)
    [ 0.000000] efi: mem19: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000007b87f000-0x000000007f7d2000) (63MB)
    [ 0.000000] efi: mem20: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000007f7d2000-0x000000008001a000) (8MB)
    [ 0.000000] efi: mem21: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000008001a000-0x0000000081106000) (16MB)
    [ 0.000000] efi: mem22: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000081106000-0x00000000815f5000) (4MB)
    [ 0.000000] efi: mem23: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000815f5000-0x000000008161b000) (0MB)
    [ 0.000000] efi: mem24: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000008161b000-0x0000000081659000) (0MB)
    [ 0.000000] efi: mem25: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x0000000081659000-0x00000000819e1000) (3MB)
    [ 0.000000] efi: mem26: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000819e1000-0x00000000819e2000) (0MB)
    [ 0.000000] efi: mem27: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000819e2000-0x00000000819fe000) (0MB)
    [ 0.000000] efi: mem28: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000819fe000-0x0000000081a04000) (0MB)
    [ 0.000000] efi: mem29: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x0000000081a04000-0x0000000081a0c000) (0MB)
    [ 0.000000] efi: mem30: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000081a0c000-0x0000000081a0d000) (0MB)
    [ 0.000000] efi: mem31: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x0000000081a0d000-0x0000000081a38000) (0MB)
    [ 0.000000] efi: mem32: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000081a38000-0x0000000081a3a000) (0MB)
    [ 0.000000] efi: mem33: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x0000000081a3a000-0x0000000081b48000) (1MB)
    [ 0.000000] efi: mem34: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000081b48000-0x0000000081b49000) (0MB)
    [ 0.000000] efi: mem35: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x0000000081b49000-0x0000000081bcc000) (0MB)
    [ 0.000000] efi: mem36: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000081bcc000-0x0000000081bd4000) (0MB)
    [ 0.000000] efi: mem37: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x0000000081bd4000-0x0000000081bd5000) (0MB)
    [ 0.000000] efi: mem38: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000081bd5000-0x0000000081bd7000) (0MB)
    [ 0.000000] efi: mem39: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x0000000081bd7000-0x0000000081bd8000) (0MB)
    [ 0.000000] efi: mem40: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000081bd8000-0x0000000081bd9000) (0MB)
    [ 0.000000] efi: mem41: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x0000000081bd9000-0x0000000081c1b000) (0MB)
    [ 0.000000] efi: mem42: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000081c1b000-0x0000000081c1c000) (0MB)
    [ 0.000000] efi: mem43: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x0000000081c1c000-0x0000000081c20000) (0MB)
    [ 0.000000] efi: mem44: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000081c20000-0x0000000081c22000) (0MB)
    [ 0.000000] efi: mem45: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x0000000081c22000-0x0000000081c2d000) (0MB)
    [ 0.000000] efi: mem46: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000081c2d000-0x0000000081c30000) (0MB)
    [ 0.000000] efi: mem47: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x0000000081c30000-0x0000000081c52000) (0MB)
    [ 0.000000] efi: mem48: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000081c52000-0x0000000081c53000) (0MB)
    [ 0.000000] efi: mem49: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x0000000081c53000-0x0000000081c76000) (0MB)
    [ 0.000000] efi: mem50: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000081c76000-0x0000000081c77000) (0MB)
    [ 0.000000] efi: mem51: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x0000000081c77000-0x0000000081c78000) (0MB)
    [ 0.000000] efi: mem52: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000081c78000-0x0000000081c7a000) (0MB)
    [ 0.000000] efi: mem53: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x0000000081c7a000-0x000000008387f000) (28MB)
    [ 0.000000] efi: mem54: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000008387f000-0x000000009bc0e000) (387MB)
    [ 0.000000] efi: mem55: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x000000009bc0e000-0x000000009c07f000) (4MB)
    [ 0.000000] efi: mem56: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x000000009c07f000-0x000000009c47f000) (4MB)
    [ 0.000000] efi: mem57: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x000000009c47f000-0x000000009c67f000) (2MB)
    [ 0.000000] efi: mem58: [Reserved | | | | | |WB|WT|WC|UC] range=[0x000000009c67f000-0x000000009ce7f000) (8MB)
    [ 0.000000] efi: mem59: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x000000009ce7f000-0x000000009cf7f000) (1MB)
    [ 0.000000] efi: mem60: [ACPI Reclaim Memory| | | | | |WB|WT|WC|UC] range=[0x000000009cf7f000-0x000000009cfff000) (0MB)
    [ 0.000000] efi: mem61: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000009cfff000-0x000000009d000000) (0MB)
    [ 0.000000] efi: mem62: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000100000000-0x000000045f600000) (13814MB)
    [ 0.000000] efi: mem63: [Reserved | | | | | | | | | ] range=[0x00000000000a0000-0x00000000000c0000) (0MB)
    [ 0.000000] efi: mem64: [Reserved | | | | | | | | | ] range=[0x000000009d000000-0x000000009fa00000) (42MB)
    [ 0.000000] efi: mem65: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000e0000000-0x00000000f0000000) (256MB)
    [ 0.000000] efi: mem66: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000feb00000-0x00000000feb10000) (0MB)
    [ 0.000000] efi: mem67: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000fec00000-0x00000000fec01000) (0MB)
    [ 0.000000] efi: mem68: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000fed00000-0x00000000fed1c000) (0MB)
    [ 0.000000] efi: mem69: [Memory Mapped I/O |RUN| | | | | | | | ] range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    [ 0.000000] efi: mem70: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000fed20000-0x00000000fee01000) (0MB)
    [ 0.000000] efi: mem71: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000ffb00000-0x0000000100000000) (5MB)
    [ 0.000000] SMBIOS 2.8 present.
    [ 0.000000] DMI: Hewlett-Packard HP OMEN Notebook PC 15/2332, BIOS F.09 12/27/2014
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x45f600 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-E7FFF write-protect
    [ 0.000000] E8000-EFFFF write-combining
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0000000000 mask 7800000000 write-back
    [ 0.000000] 1 base 009D000000 mask 7FFF000000 uncachable
    [ 0.000000] 2 base 009E000000 mask 7FFE000000 uncachable
    [ 0.000000] 3 base 00A0000000 mask 7FE0000000 uncachable
    [ 0.000000] 4 base 00C0000000 mask 7FC0000000 uncachable
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] 8 disabled
    [ 0.000000] 9 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0x9d000000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0x9d000 max_arch_pfn = 0x400000000
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000082000] 82000 size 24576
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b36000, 0x01b36fff] PGTABLE
    [ 0.000000] BRK [0x01b37000, 0x01b37fff] PGTABLE
    [ 0.000000] BRK [0x01b38000, 0x01b38fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x45f400000-0x45f5fffff]
    [ 0.000000] [mem 0x45f400000-0x45f5fffff] page 2M
    [ 0.000000] BRK [0x01b39000, 0x01b39fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x45c000000-0x45f3fffff]
    [ 0.000000] [mem 0x45c000000-0x45f3fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x400000000-0x45bffffff]
    [ 0.000000] [mem 0x400000000-0x43fffffff] page 1G
    [ 0.000000] [mem 0x440000000-0x45bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x9c07efff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0x7fffffff] page 1G
    [ 0.000000] [mem 0x80000000-0x9bffffff] page 2M
    [ 0.000000] [mem 0x9c000000-0x9c07efff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x9cfff000-0x9cffffff]
    [ 0.000000] [mem 0x9cfff000-0x9cffffff] page 4k
    [ 0.000000] BRK [0x01b3a000, 0x01b3afff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x3ffffffff]
    [ 0.000000] [mem 0x100000000-0x3ffffffff] page 1G
    [ 0.000000] RAMDISK: [mem 0x7f7d2000-0x80019fff]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x000000009CFFE014 000024 (v02 HPQOEM)
    [ 0.000000] ACPI: XSDT 0x000000009CFFE210 0000F4 (v01 HPQOEM SLIC-MPC 00000001 HP 01000013)
    [ 0.000000] ACPI: FACP 0x000000009CFF7000 00010C (v05 HPQOEM SLIC-MPC 00000001 HP 00040000)
    [ 0.000000] ACPI: DSDT 0x000000009CFDB000 018700 (v02 HPQOEM SLIC-MPC 00000000 ACPI 00040000)
    [ 0.000000] ACPI: FACS 0x000000009CF67000 000040
    [ 0.000000] ACPI: TCPA 0x000000009CFFD000 000032 (v02 HPQOEM INSYDE 00000000 HP 00040000)
    [ 0.000000] ACPI: UEFI 0x000000009CFFC000 000236 (v01 HPQOEM INSYDE 00000001 HP 00040000)
    [ 0.000000] ACPI: FPDT 0x000000009CFFA000 000044 (v01 HPQOEM SLIC-MPC 00000001 HP 00040000)
    [ 0.000000] ACPI: MSDM 0x000000009CFF9000 000055 (v03 HPQOEM SLIC-MPC 00000001 HP 00040000)
    [ 0.000000] ACPI: ASF! 0x000000009CFF8000 0000A5 (v32 HPQOEM INSYDE 00000001 HP 00040000)
    [ 0.000000] ACPI: HPET 0x000000009CFF6000 000038 (v01 HPQOEM INSYDE 00000001 HP 00040000)
    [ 0.000000] ACPI: APIC 0x000000009CFF5000 00008C (v03 HPQOEM SLIC-MPC 00000001 HP 00040000)
    [ 0.000000] ACPI: MCFG 0x000000009CFF4000 00003C (v01 HPQOEM INSYDE 00000001 HP 00040000)
    [ 0.000000] ACPI: WDAT 0x000000009CFDA000 000224 (v01 HPQOEM INSYDE 00000001 HP 00040000)
    [ 0.000000] ACPI: SSDT 0x000000009CFD9000 0007F6 (v01 HPQOEM INSYDE 00001000 ACPI 00040000)
    [ 0.000000] ACPI: BOOT 0x000000009CFD7000 000028 (v01 HPQOEM INSYDE 00000001 HP 00040000)
    [ 0.000000] ACPI: LPIT 0x000000009CFD6000 000094 (v01 HPQOEM INSYDE 00000000 HP 00040000)
    [ 0.000000] ACPI: SSDT 0x000000009CFD5000 0003E1 (v01 HPQOEM INSYDE 00001000 ACPI 00040000)
    [ 0.000000] ACPI: ASPT 0x000000009CFD4000 000034 (v07 HPQOEM INSYDE 00000001 HP 00040000)
    [ 0.000000] ACPI: DBGP 0x000000009CFD3000 000034 (v01 HPQOEM SLIC-MPC 00000001 HP 00040000)
    [ 0.000000] ACPI: SSDT 0x000000009CFCB000 000539 (v01 HPQOEM INSYDE 00003000 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 0x000000009CFCA000 000AD8 (v01 HPQOEM INSYDE 00003000 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 0x000000009CFC6000 003361 (v01 HPQOEM INSYDE 00003000 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 0x000000009CFBE000 003FC4 (v01 HPQOEM INSYDE 00001000 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 0x000000009CFC5000 00040A (v01 HPQOEM INSYDE 00001000 ACPI 00040000)
    [ 0.000000] ACPI: WDTT 0x000000009CFC4000 000224 (v02 HPQOEM INSYDE 00000001 HP 00040000)
    [ 0.000000] ACPI: SSDT 0x000000009CFC3000 00006B (v01 HPQOEM INSYDE 00001000 ACPI 00040000)
    [ 0.000000] ACPI: BGRT 0x000000009CFC2000 000038 (v01 HPQOEM INSYDE 00000001 HP 00040000)
    [ 0.000000] ACPI: TPM2 0x000000009CFBD000 000044 (v03 HPQOEM INSYDE 00000001 HP 00040000)
    [ 0.000000] ACPI: DMAR 0x000000009CFBC000 0000A8 (v01 HPQOEM INSYDE 00000001 HP 00040000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000045f5fffff]
    [ 0.000000] NODE_DATA(0) allocated [mem 0x45f5fa000-0x45f5fdfff]
    [ 0.000000] [ffffea0000000000-ffffea00117fffff] PMD -> [ffff88044ec00000-ffff88045ebfffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x45f5fffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0006efff]
    [ 0.000000] node 0: [mem 0x00070000-0x00087fff]
    [ 0.000000] node 0: [mem 0x00100000-0x9c07efff]
    [ 0.000000] node 0: [mem 0x9cfff000-0x9cffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x45f5fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00001000-0x45f5fffff]
    [ 0.000000] On node 0 totalpages: 4175366
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3974 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 9922 pages used for memmap
    [ 0.000000] DMA32 zone: 635008 pages, LIFO batch:31
    [ 0.000000] Normal zone: 55256 pages used for memmap
    [ 0.000000] Normal zone: 3536384 pages, LIFO batch:31
    [ 0.000000] Reserving Intel graphics stolen memory at 0x9da00000-0x9f9fffff
    [ 0.000000] ACPI: PM-Timer IO Port: 0x1808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    [ 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 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
    [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0006f000-0x0006ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x00088000-0x000bffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x78e7d000-0x78e7dfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x78e8d000-0x78e8dfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x78e8e000-0x78e8efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x78ea7000-0x78ea7fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9c07f000-0x9ce7efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9ce7f000-0x9cf7efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9cf7f000-0x9cffefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9d000000-0x9f9fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9fa00000-0xdfffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfeafffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfeb0ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfeb10000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffafffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xffb00000-0xffffffff]
    [ 0.000000] e820: [mem 0x9fa00000-0xdfffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 30 pages/cpu @ffff88045f200000 s82880 r8192 d31808 u262144
    [ 0.000000] pcpu-alloc: s82880 r8192 d31808 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 4110103
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: initrd=\initramfs-linux.img root=/dev/mapper/VolGroup00-lv_root rw
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
    [ 0.000000] AGP: Checking aperture...
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 16285004K/16701464K available (5481K kernel code, 908K rwdata, 1720K rodata, 1160K init, 1184K bss, 416460K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    [ 0.000000] NR_IRQS:8448 nr_irqs:488 0
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 67108864 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 2494.211 MHz processor
    [ 0.000021] Calibrating delay loop (skipped), value calculated using timer frequency.. 4990.27 BogoMIPS (lpj=8314036)
    [ 0.000023] pid_max: default: 32768 minimum: 301
    [ 0.000028] ACPI: Core revision 20140926
    [ 0.014940] ACPI: All ACPI Tables successfully acquired
    [ 0.048477] Security Framework initialized
    [ 0.048484] Yama: becoming mindful.
    [ 0.049168] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    [ 0.051306] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.052245] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
    [ 0.052257] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
    [ 0.052448] Initializing cgroup subsys memory
    [ 0.052452] Initializing cgroup subsys devices
    [ 0.052454] Initializing cgroup subsys freezer
    [ 0.052455] Initializing cgroup subsys net_cls
    [ 0.052457] Initializing cgroup subsys blkio
    [ 0.052472] CPU: Physical Processor ID: 0
    [ 0.052473] CPU: Processor Core ID: 0
    [ 0.052476] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.053226] mce: CPU supports 9 MCE banks
    [ 0.053236] CPU0: Thermal monitoring enabled (TM1)
    [ 0.053246] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
    Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
    [ 0.053323] Freeing SMP alternatives memory: 20K (ffffffff81a07000 - ffffffff81a0c000)
    [ 0.053911] Ignoring BGRT: invalid status 0 (expected 1)
    [ 0.055124] ftrace: allocating 20931 entries in 82 pages
    [ 0.061596] dmar: Host address width 39
    [ 0.061597] dmar: DRHD base: 0x000000fed90000 flags: 0x0
    [ 0.061601] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
    [ 0.061602] dmar: DRHD base: 0x000000fed91000 flags: 0x1
    [ 0.061605] dmar: IOMMU 1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da
    [ 0.061606] dmar: RMRR base: 0x0000009cd6f000 end: 0x0000009cd8efff
    [ 0.061606] dmar: RMRR base: 0x0000009d800000 end: 0x0000009f9fffff
    [ 0.061670] IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
    [ 0.061671] HPET id 0 under DRHD base 0xfed91000
    [ 0.061671] Queued invalidation will be enabled to support x2apic and Intr-remapping.
    [ 0.061783] Enabled IRQ remapping in x2apic mode
    [ 0.061784] Enabling x2apic
    [ 0.061784] Enabled x2apic
    [ 0.061789] Switched APIC routing to cluster x2apic.
    [ 0.062206] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.095245] smpboot: CPU0: Intel(R) Core(TM) i7-4710HQ CPU @ 2.50GHz (fam: 06, model: 3c, stepping: 03)
    [ 0.095250] TSC deadline timer enabled
    [ 0.095266] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
    [ 0.095280] ... version: 3
    [ 0.095281] ... bit width: 48
    [ 0.095281] ... generic registers: 4
    [ 0.095282] ... value mask: 0000ffffffffffff
    [ 0.095283] ... max period: 0000ffffffffffff
    [ 0.095283] ... fixed-purpose events: 3
    [ 0.095284] ... event mask: 000000070000000f
    [ 0.118723] x86: Booting SMP configuration:
    [ 0.118724] .... node #0, CPUs: #1
    [ 0.132727] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.139403] #2 #3 #4 #5 #6 #7
    [ 0.253216] x86: Booted up 1 node, 8 CPUs
    [ 0.253219] smpboot: Total of 8 processors activated (39923.18 BogoMIPS)
    [ 0.259240] devtmpfs: initialized
    [ 0.261225] PM: Registering ACPI NVS region [mem 0x9ce7f000-0x9cf7efff] (1048576 bytes)
    [ 0.261788] pinctrl core: initialized pinctrl subsystem
    [ 0.261821] RTC time: 15:05:14, date: 03/07/15
    [ 0.261896] NET: Registered protocol family 16
    [ 0.272461] cpuidle: using governor ladder
    [ 0.285819] cpuidle: using governor menu
    [ 0.285860] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.285861] ACPI: bus type PCI registered
    [ 0.285863] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.285923] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.285925] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.286198] PCI: Using configuration type 1 for base access
    [ 0.299479] ACPI: Added _OSI(Module Device)
    [ 0.299481] ACPI: Added _OSI(Processor Device)
    [ 0.299482] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.299483] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.302912] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.305266] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.306241] ACPI: Dynamic OEM Table Load:
    [ 0.306250] ACPI: SSDT 0xFFFF880448503800 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20131115)
    [ 0.319415] ACPI: Dynamic OEM Table Load:
    [ 0.319425] ACPI: SSDT 0xFFFF8804485D2000 0005AA (v01 PmRef ApIst 00003000 INTL 20131115)
    [ 0.332651] ACPI: Dynamic OEM Table Load:
    [ 0.332660] ACPI: SSDT 0xFFFF88044858EE00 000119 (v01 PmRef ApCst 00003000 INTL 20131115)
    [ 0.384073] ACPI: Interpreter enabled
    [ 0.384081] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140926/hwxface-580)
    [ 0.384088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140926/hwxface-580)
    [ 0.384107] ACPI: (supports S0 S3 S4 S5)
    [ 0.384108] ACPI: Using IOAPIC for interrupt routing
    [ 0.384130] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.388473] ACPI: Power Resource [PG00] (on)
    [ 0.390539] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
    [ 0.390543] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.390880] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
    [ 0.391231] PCI host bridge to bus 0000:00
    [ 0.391233] pci_bus 0000:00: root bus resource [bus 00-fe]
    [ 0.391234] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.391236] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.391237] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.391237] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
    [ 0.391238] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
    [ 0.391239] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
    [ 0.391240] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
    [ 0.391241] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    [ 0.391242] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.391243] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 0.391244] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 0.391245] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    [ 0.391246] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    [ 0.391247] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
    [ 0.391248] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
    [ 0.391248] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff]
    [ 0.391249] pci_bus 0000:00: root bus resource [mem 0x9fa00000-0xfeafffff]
    [ 0.391255] pci 0000:00:00.0: [8086:0c04] type 00 class 0x060000
    [ 0.391363] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
    [ 0.391390] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.391467] pci 0000:00:01.0: System wakeup disabled by ACPI
    [ 0.391495] pci 0000:00:02.0: [8086:0416] type 00 class 0x030000
    [ 0.391503] pci 0000:00:02.0: reg 0x10: [mem 0xd1000000-0xd13fffff 64bit]
    [ 0.391507] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.391511] pci 0000:00:02.0: reg 0x20: [io 0x4000-0x403f]
    [ 0.391611] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
    [ 0.391617] pci 0000:00:03.0: reg 0x10: [mem 0xd1710000-0xd1713fff 64bit]
    [ 0.391739] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
    [ 0.391754] pci 0000:00:14.0: reg 0x10: [mem 0xd1700000-0xd170ffff 64bit]
    [ 0.391806] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.391878] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 0.391904] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
    [ 0.391922] pci 0000:00:16.0: reg 0x10: [mem 0xd1718000-0xd171800f 64bit]
    [ 0.391977] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.392081] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
    [ 0.392094] pci 0000:00:1b.0: reg 0x10: [mem 0xd1714000-0xd1717fff 64bit]
    [ 0.392153] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.392226] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.392251] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
    [ 0.392316] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.392392] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.392418] pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400
    [ 0.392477] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.392552] pci 0000:00:1c.4: System wakeup disabled by ACPI
    [ 0.392576] pci 0000:00:1c.5: [8086:8c1a] type 01 class 0x060400
    [ 0.392635] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.392713] pci 0000:00:1c.5: System wakeup disabled by ACPI
    [ 0.392742] pci 0000:00:1f.0: [8086:8c4b] type 00 class 0x060100
    [ 0.392924] pci 0000:00:1f.2: [8086:8c03] type 00 class 0x010601
    [ 0.392937] pci 0000:00:1f.2: reg 0x10: [io 0x4088-0x408f]
    [ 0.392943] pci 0000:00:1f.2: reg 0x14: [io 0x4094-0x4097]
    [ 0.392950] pci 0000:00:1f.2: reg 0x18: [io 0x4080-0x4087]
    [ 0.392956] pci 0000:00:1f.2: reg 0x1c: [io 0x4090-0x4093]
    [ 0.392962] pci 0000:00:1f.2: reg 0x20: [io 0x4060-0x407f]
    [ 0.392968] pci 0000:00:1f.2: reg 0x24: [mem 0xd171b000-0xd171b7ff]
    [ 0.393001] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.393092] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
    [ 0.393105] pci 0000:00:1f.3: reg 0x10: [mem 0xd1719000-0xd17190ff 64bit]
    [ 0.393121] pci 0000:00:1f.3: reg 0x20: [io 0x4040-0x405f]
    [ 0.393269] pci 0000:01:00.0: [10de:1392] type 00 class 0x030200
    [ 0.393285] pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xd0ffffff]
    [ 0.393301] pci 0000:01:00.0: reg 0x14: [mem 0xa0000000-0xafffffff 64bit pref]
    [ 0.393317] pci 0000:01:00.0: reg 0x1c: [mem 0xb0000000-0xb1ffffff 64bit pref]
    [ 0.393328] pci 0000:01:00.0: reg 0x24: [io 0x3000-0x307f]
    [ 0.393338] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
    [ 0.393417] pci 0000:01:00.0: System wakeup disabled by ACPI
    [ 0.399365] pci 0000:00:01.0: PCI bridge to [bus 01-06]
    [ 0.399367] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
    [ 0.399370] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xd0ffffff]
    [ 0.399373] pci 0000:00:01.0: bridge window [mem 0xa0000000-0xbfffffff 64bit pref]
    [ 0.399511] pci 0000:07:00.0: [144d:a800] type 00 class 0x010601
    [ 0.399581] pci 0000:07:00.0: reg 0x24: [mem 0xd1600000-0xd1601fff]
    [ 0.399611] pci 0000:07:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
    [ 0.399698] pci 0000:07:00.0: PME# supported from D3hot D3cold
    [ 0.399751] pci 0000:07:00.0: System wakeup disabled by ACPI
    [ 0.406055] pci 0000:00:1c.0: PCI bridge to [bus 07]
    [ 0.406061] pci 0000:00:1c.0: bridge window [mem 0xd1600000-0xd16fffff]
    [ 0.406133] pci 0000:08:00.0: [10ec:5227] type 00 class 0xff0000
    [ 0.406153] pci 0000:08:00.0: reg 0x10: [mem 0xd1500000-0xd1500fff]
    [ 0.406285] pci 0000:08:00.0: supports D1 D2
    [ 0.406286] pci 0000:08:00.0: PME# supported from D1 D2 D3hot D3cold
    [ 0.406316] pci 0000:08:00.0: System wakeup disabled by ACPI
    [ 0.412720] pci 0000:00:1c.4: PCI bridge to [bus 08]
    [ 0.412725] pci 0000:00:1c.4: bridge window [mem 0xd1500000-0xd15fffff]
    [ 0.412836] pci 0000:09:00.0: [8086:08b1] type 00 class 0x028000
    [ 0.412890] pci 0000:09:00.0: reg 0x10: [mem 0xd1400000-0xd1401fff 64bit]
    [ 0.413128] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
    [ 0.413183] pci 0000:09:00.0: System wakeup disabled by ACPI
    [ 0.419415] pci 0000:00:1c.5: PCI bridge to [bus 09]
    [ 0.419420] pci 0000:00:1c.5: bridge window [mem 0xd1400000-0xd14fffff]
    [ 0.419464] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
    [ 0.420118] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.420157] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.420195] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.420233] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.420269] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.420305] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.420341] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.420377] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.420652] ACPI: Enabled 6 GPEs in block 00 to 3F
    [ 0.420689] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    [ 0.420760] vgaarb: setting as boot device: PCI:0000:00:02.0
    [ 0.420762] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.420764] vgaarb: loaded
    [ 0.420765] vgaarb: bridge control possible 0000:00:02.0
    [ 0.420853] PCI: Using ACPI for IRQ routing
    [ 0.425911] PCI: pci_cache_line_size set to 64 bytes
    [ 0.425949] e820: reserve RAM buffer [mem 0x0006f000-0x0006ffff]
    [ 0.425950] e820: reserve RAM buffer [mem 0x00088000-0x0008ffff]
    [ 0.425951] e820: reserve RAM buffer [mem 0x78e7d018-0x7bffffff]
    [ 0.425952] e820: reserve RAM buffer [mem 0x78e8e018-0x7bffffff]
    [ 0.425953] e820: reserve RAM buffer [mem 0x9c07f000-0x9fffffff]
    [ 0.425954] e820: reserve RAM buffer [mem 0x9d000000-0x9fffffff]
    [ 0.425955] e820: reserve RAM buffer [mem 0x45f600000-0x45fffffff]
    [ 0.426019] NetLabel: Initializing
    [ 0.426020] NetLabel: domain hash size = 128
    [ 0.426021] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.426028] NetLabel: unlabeled traffic allowed by default
    [ 0.426041] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.426044] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.428075] Switched to clocksource hpet
    [ 0.431534] pnp: PnP ACPI init
    [ 0.431620] system 00:00: [io 0x0680-0x069f] has been reserved
    [ 0.431622] system 00:00: [io 0xffff] has been reserved
    [ 0.431623] system 00:00: [io 0xffff] has been reserved
    [ 0.431624] system 00:00: [io 0xffff] has been reserved
    [ 0.431625] system 00:00: [io 0x1800-0x18fe] could not be reserved
    [ 0.431626] system 00:00: [io 0x164e-0x164f] has been reserved
    [ 0.431628] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.431656] system 00:01: [io 0x0800-0x087f] has been reserved
    [ 0.431658] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.431677] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.431703] system 00:03: [io 0x1854-0x1857] has been reserved
    [ 0.431705] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.431750] pnp 00:04: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active)
    [ 0.431766] pnp 00:05: Plug and Play ACPI device, IDs SYN1ed8 SYN1e00 SYN0002 PNP0f13 (active)
    [ 0.431848] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.431849] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 0.431850] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.431852] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.431853] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.431854] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.431855] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
    [ 0.431856] system 00:06: [mem 0xff000000-0xffffffff] could not be reserved
    [ 0.431857] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.431858] system 00:06: [mem 0x9fa20000-0x9fa20fff] has been reserved
    [ 0.431860] system 00:06: [mem 0x9fa10000-0x9fa1ffff] has been reserved
    [ 0.431861] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.432212] pnp: PnP ACPI: found 7 devices
    [ 0.438072] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
    [ 0.438074] pci 0000:07:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
    [ 0.438102] pci 0000:01:00.0: BAR 6: assigned [mem 0xb2000000-0xb207ffff pref]
    [ 0.438103] pci 0000:00:01.0: PCI bridge to [bus 01-06]
    [ 0.438105] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
    [ 0.438107] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xd0ffffff]
    [ 0.438109] pci 0000:00:01.0: bridge window [mem 0xa0000000-0xbfffffff 64bit pref]
    [ 0.438112] pci 0000:07:00.0: BAR 6: assigned [mem 0xd1610000-0xd161ffff pref]
    [ 0.438113] pci 0000:00:1c.0: PCI bridge to [bus 07]
    [ 0.438117] pci 0000:00:1c.0: bridge window [mem 0xd1600000-0xd16fffff]
    [ 0.438123] pci 0000:00:1c.4: PCI bridge to [bus 08]
    [ 0.438127] pci 0000:00:1c.4: bridge window [mem 0xd1500000-0xd15fffff]
    [ 0.438133] pci 0000:00:1c.5: PCI bridge to [bus 09]
    [ 0.438137] pci 0000:00:1c.5: bridge window [mem 0xd1400000-0xd14fffff]
    [ 0.438143] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.438144] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.438145] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.438146] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
    [ 0.438147] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
    [ 0.438148] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
    [ 0.438149] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
    [ 0.438150] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
    [ 0.438151] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
    [ 0.438152] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
    [ 0.438153] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
    [ 0.438154] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff]
    [ 0.438155] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff]
    [ 0.438156] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff]
    [ 0.438157] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff]
    [ 0.438158] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff]
    [ 0.438159] pci_bus 0000:00: resource 20 [mem 0x9fa00000-0xfeafffff]
    [ 0.438160] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
    [ 0.438161] pci_bus 0000:01: resource 1 [mem 0xd0000000-0xd0ffffff]
    [ 0.438161] pci_bus 0000:01: resource 2 [mem 0xa0000000-0xbfffffff 64bit pref]
    [ 0.438163] pci_bus 0000:07: resource 1 [mem 0xd1600000-0xd16fffff]
    [ 0.438164] pci_bus 0000:08: resource 1 [mem 0xd1500000-0xd15fffff]
    [ 0.438165] pci_bus 0000:09: resource 1 [mem 0xd1400000-0xd14fffff]
    [ 0.438182] NET: Registered protocol family 2
    [ 0.438329] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.438470] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.438574] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.438585] TCP: reno registered
    [ 0.438597] UDP hash table entries: 8192 (order: 6, 262144 bytes)
    [ 0.438635] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
    [ 0.438690] NET: Registered protocol family 1
    [ 0.438701] pci 0000:00:02.0: Video device with shadowed ROM
    [ 0.440063] PCI: CLS 64 bytes, default 64
    [ 0.440092] Unpacking initramfs...
    [ 0.535471] Freeing initrd memory: 8480K (ffff88007f7d2000 - ffff88008001a000)
    [ 0.535494] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.535496] software IO TLB [mem 0x97c0e000-0x9bc0e000] (64MB) mapped at [ffff880097c0e000-ffff88009bc0dfff]
    [ 0.535525] Simple Boot Flag at 0x44 set to 0x1
    [ 0.535703] RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
    [ 0.535742] microcode: CPU0 sig=0x306c3, pf=0x20, revision=0x1c
    [ 0.535747] microcode: CPU1 sig=0x306c3, pf=0x20, revision=0x1c
    [ 0.535753] microcode: CPU2 sig=0x306c3, pf=0x20, revision=0x1c
    [ 0.535759] microcode: CPU3 sig=0x306c3, pf=0x20, revision=0x1c
    [ 0.535764] microcode: CPU4 sig=0x306c3, pf=0x20, revision=0x1c
    [ 0.535770] microcode: CPU5 sig=0x306c3, pf=0x20, revision=0x1c
    [ 0.535775] microcode: CPU6 sig=0x306c3, pf=0x20, revision=0x1c
    [ 0.535781] microcode: CPU7 sig=0x306c3, pf=0x20, revision=0x1c
    [ 0.535821] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 0.535836] Scanning for low memory corruption every 60 seconds
    [ 0.536021] futex hash table entries: 2048 (order: 5, 131072 bytes)
    [ 0.536041] Initialise system trusted keyring
    [ 0.536249] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.537029] zpool: loaded
    [ 0.537031] zbud: loaded
    [ 0.537161] VFS: Disk quotas dquot_6.5.2
    [ 0.537181] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.537256] msgmni has been set to 31953
    [ 0.537287] Key type big_key registered
    [ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.537471] io scheduler noop registered
    [ 0.537473] io scheduler deadline registered
    [ 0.537490] io scheduler cfq registered (default)
    [ 0.537616] pcieport 0000:00:01.0: irq 26 for MSI/MSI-X
    [ 0.537711] pcieport 0000:00:1c.0: irq 27 for MSI/MSI-X
    [ 0.537809] pcieport 0000:00:1c.4: irq 28 for MSI/MSI-X
    [ 0.537906] pcieport 0000:00:1c.5: irq 29 for MSI/MSI-X
    [ 0.537967] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
    [ 0.537968] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
    [ 0.537970] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
    [ 0.537981] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    [ 0.537982] pci 0000:07:00.0: Signaling PME through PCIe PME interrupt
    [ 0.537986] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    [ 0.537996] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
    [ 0.537997] pci 0000:08:00.0: Signaling PME through PCIe PME interrupt
    [ 0.538000] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
    [ 0.538010] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
    [ 0.538011] pci 0000:09:00.0: Signaling PME through PCIe PME interrupt
    [ 0.538014] pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
    [ 0.538023] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.538035] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.538055] efifb: probing for efifb
    [ 0.538070] efifb: framebuffer at 0xc0000000, mapped to 0xffffc90011c00000, using 8100k, total 8100k
    [ 0.538071] efifb: mode is 1920x1080x32, linelength=7680, pages=1
    [ 0.538071] efifb: scrolling: redraw
    [ 0.538072] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.541482] Console: switching to colour frame buffer device 240x67
    [ 0.544794] fb0: EFI VGA frame buffer device
    [ 0.544800] intel_idle: MWAIT substates: 0x42120
    [ 0.544801] intel_idle: v0.4 model 0x3C
    [ 0.544801] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.545023] GHES: HEST is not enabled!
    [ 0.545063] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.545351] Linux agpgart interface v0.103
    [ 0.545389] rtc_cmos 00:02: RTC can wake from S4
    [ 0.545490] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 0.545516] rtc_cmos 00:02: alarms up to one month, 242 bytes nvram, hpet irqs
    [ 0.545524] Intel P-state driver initializing.
    [ 0.545680] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.545994] TCP: cubic registered
    [ 0.546216] NET: Registered protocol family 10
    [ 0.546732] NET: Registered protocol family 17
    [ 0.547560] Loading compiled-in X.509 certificates
    [ 0.547591] registered taskstats version 1
    [ 0.548780] Magic number: 7:609:82
    [ 0.548952] rtc_cmos 00:02: setting system clock to 2015-03-07 15:05:15 UTC (1425740715)
    [ 0.549136] PM: Hibernation image not present or could not be loaded.
    [ 0.551123] Freeing unused kernel memory: 1160K (ffffffff818e5000 - ffffffff81a07000)
    [ 0.551126] Write protecting the kernel read-only data: 8192k
    [ 0.555482] Freeing unused kernel memory: 652K (ffff88000155d000 - ffff880001600000)
    [ 0.557272] Freeing unused kernel memory: 328K (ffff8800017ae000 - ffff880001800000)
    [ 0.570421] random: systemd-tmpfile urandom read with 5 bits of entropy available
    [ 0.584356] device-mapper: uevent: version 1.0.3
    [ 0.584470] device-mapper: ioctl: 4.28.0-ioctl (2014-09-17) initialised: [email protected]
    [ 0.597541] i8042: PNP: PS/2 Controller [PNP0303:KBD0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 0.602695] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.602710] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.603099] rtsx_pci 0000:08:00.0: irq 30 for MSI/MSI-X
    [ 0.603111] rtsx_pci 0000:08:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 30
    [ 0.604239] ACPI: bus type USB registered
    [ 0.604267] usbcore: registered new interface driver usbfs
    [ 0.604273] SCSI subsystem initialized
    [ 0.604279] usbcore: registered new interface driver hub
    [ 0.604330] usbcore: registered new device driver usb
    [ 0.605601] libata version 3.00 loaded.
    [ 0.605678] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.605685] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
    [ 0.605779] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 0.605808] xhci_hcd 0000:00:14.0: irq 31 for MSI/MSI-X
    [ 0.606024] hub 1-0:1.0: USB hub found
    [ 0.606063] hub 1-0:1.0: 14 ports detected
    [ 0.609623] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.609626] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
    [ 0.609780] hub 2-0:1.0: USB hub found
    [ 0.609795] hub 2-0:1.0: 6 ports detected
    [ 0.610944] ahci 0000:00:1f.2: version 3.0
    [ 0.611066] ahci 0000:00:1f.2: irq 32 for MSI/MSI-X
    [ 0.611083] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
    [ 0.611102] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x1 impl SATA mode
    [ 0.611105] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part ems sxs apst
    [ 0.611516] scsi host0: ahci
    [ 0.611639] scsi host1: ahci
    [ 0.611727] scsi host2: ahci
    [ 0.611822] scsi host3: ahci
    [ 0.611861] ata1: SATA max UDMA/133 abar m2048@0xd171b000 port 0xd171b100 irq 32
    [ 0.611863] ata2: DUMMY
    [ 0.611864] ata3: DUMMY
    [ 0.611865] ata4: DUMMY
    [ 0.621966] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.624998] ahci 0000:07:00.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
    [ 0.625001] ahci 0000:07:00.0: flags: 64bit ncq led clo only pio ccc
    [ 0.625238] scsi host4: ahci
    [ 0.625288] ata5: SATA max UDMA/133 abar m8192@0xd1600000 port 0xd1600100 irq 16
    [ 0.808604] xhci_hcd 0000:00:14.0: Error while assigning device slot ID
    [ 0.808642] xhci_hcd 0000:00:14.0: Max number of devices this xHCI host supports is 32.
    [ 0.808673] usb usb2-port2: couldn't allocate usb_device
    [ 0.808738] xhci_hcd 0000:00:14.0: Error while assigning device slot ID
    [ 0.808768] xhci_hcd 0000:00:14.0: Max number of devices this xHCI host supports is 32.
    [ 0.808798] usb usb2-port6: couldn't allocate usb_device
    [ 0.932036] ata1: SATA link down (SStatus 0 SControl 300)
    [ 0.952070] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 0.952367] ata5.00: ATA-9: SAMSUNG MZHPU512HCGL-000H1, UXM62H1Q, max UDMA/133
    [ 0.952370] ata5.00: 1000215216 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 0.952660] ata5.00: configured for UDMA/133
    [ 0.952785] scsi 4:0:0:0: Direct-Access ATA SAMSUNG MZHPU512 2H1Q PQ: 0 ANSI: 5
    [ 0.955003] sd 4:0:0:0: [sda] 1000215216 512-byte logical blocks: (512 GB/476 GiB)
    [ 0.955028] sd 4:0:0:0: [sda] Write Protect is off
    [ 0.955030] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 0.955038] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 0.956407] sda: sda1 sda2 sda3 sda4 sda5
    [ 0.956825] sd 4:0:0:0: [sda] Attached SCSI disk
    [ 0.968695] usb 1-3: new full-speed USB device number 2 using xhci_hcd
    [ 1.302451] usb 1-4: new high-speed USB device number 3 using xhci_hcd
    [ 1.539371] tsc: Refined TSC clocksource calibration: 2494.224 MHz
    [ 1.646163] usb 1-13: new full-speed USB device number 4 using xhci_hcd
    [ 1.718430] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
    [ 1.821454] usb 1-13: ep 0x2 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 1.972758] systemd[1]: systemd 218 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
    [ 1.972914] systemd[1]: Detected architecture 'x86-64'.
    [ 1.973342] systemd[1]: Set hostname to <hp_arch>.
    [ 2.046

    Sorry should have mentioned that. Yeah I tried that and it delays the error message a little bit (about 20 seconds after boot vs instantly). In the end it leads to the exact same error though.

Maybe you are looking for

  • Error : 'IDM_DataSource' Can't be created during IDM UI installation

    Dear All, I am installing SAP NW IDM 7.1 on Windows/MSSQL2005.Getting error while creating IDM_DataSource in installation phase of IDM UI. I am using JDBC 2.0 and JDK 1.6 Error java.rmi.RemoteException: com.sap.engine.services.dbpool.exceptions.BaseR

  • Can't update AIR, asks EULA forever.

    Can't update AIR. I'm using htc sync and each time I try to update AIR aks to accpet EULA. There is a problem in the Windows log . As my W7 is in spanish the message is in spanish. I also attach the last lines of the air log. [2013-01-08:18:14:32] be

  • Accessing Enteprise Manager via Cluster Scan VIP

    Hello all... We have a few clusters set up, and we've been accessing Enterprise Manager for these via the cluster scan IP address. For some unknown reason we now cannot access two of the three OEM installations via the scan IP, only by the IP address

  • Adding new Blade into 5108 Chassis

    Hi Guys,                I am about to add a new Blade into the chassis which current having 7 running blades into it.There is also a default template profile ready to create new profile for new blades. Since this is the first time that i am going to

  • NOKIA PC suite Instalation error

    Am trying to instal PC Suite for my phone-5310 series in W-XP with service pack 2  but it generate an error during instalation processes which say that "write value to key \.nbu" Is there any one who can help me