Shared Buffer (Synchronizing)

Hi,
I have some data that i export to a shared buffer using:
  EXPORT ...
         .. some data ...
  TO SHARED BUFFER ... ID ...
I know that is data is accessible by all users on an application server, but my question is
whether or not this data is synchronized with other application servers as covered by the buffer
synchronization process:
http://help.sap.com/saphelp_webas630/helpdata/en/c4/3a6dbb505211d189550000e829fbbd/frameset.htm
I have read many articles and postings but couldn't find a definite answer. Could any one with
knowledge in this area help me with an answer?
Thanks,

a@S -
I've taken your answer as "final" for the following reason.
At this site, ECC>APO CIF will run in batch only (via RIMODACT/2) and the schedulers can tie the batch job to one serverr even if our prod APO instance is multi-WAS.
So this means we can use shared memory objects OR shared buffer, and the question is which the site wants to do.
Sometimes, as you know, it's better to stay on the rusty edge and forget about the cutting/bleeding edges.
Best as always
djh

Similar Messages

  • EXPORT / IMPORT  TO/FROM SHARED BUFFER

    Hello all,
    I am facing a problem with the EXPORT/IMPORT to SHARED BUFFER statements.
    In my report program , I export data to the shared memory.
    I then call a transaction to park an accouting document.
    The BTE 2218 gets triggered in the process. Here the IMPORT works fine.
    Later, there is a standard function module which is called IN UPDATE TASK.
    Within this, the IMPORT statement fails.
    It works on one server but not on another.
    Notes :
    The IMPORT works in debugging mode but fails if I simply run.
    Another point is that the ID used for identifying the shared memory uses sy-uname.
    Can the visiblity of sy-uname in UPDATE TASK be controlled by settings ?
    Any ideas on this ?
    Please don't copy paste the help on SHARED BUFFER etc.
    Thanks in advance.

    Hi Mariano,
    the issue is to due to multiple servers present where SHARED MEMORY is specific for each application server.
    So we export data into shared memory in program A, we have to be sure, that program B or FM which is called in background or update task by program A runs on the same application server
    Here, the problem is when program A calls the program B or FM in background or update it’s a dynamic scheduling to all application server with have batch work processes and not the same application server that of calling program A always, so program B runs on another application server which has different shared  memory.
    Solution will be:-
    To Force program B to run on same application server as of calling program A by
    passing sy-host of calling program A to Function module “JOB_CLOSE” parameter
    name “TARGETSERVER”. OR
    Instead of using SHARED MEMORY we will use DATABASE.
            EXPORT itab FROM itab  TO DATABASE indx(ar) CLIENT sy-mandt ID job_number in programA where job number is unique.
            Then IMPORT itab TO itab FROM database indx(ar) CLIENT sy-mandt ID job_number  in program B Where job number is passed from program A to B.
            Then DELETE FROM DATABASE indx(ar) CLIENT sy-mandt ID job_number.
    Regards,
    Vignesh Yeram

  • Export INTERNAL TABLE to shared buffer

    Hi all,
    My requirement:
    Export INTERNAL TABLE to shared buffer or SAP Memory.
    Any help will be appreciated.
    Can SET/GET parameter be adopted for internal tables?
    Thanks,
    Tabraiz

    EXPORT (OBJ_TAB) TO MEMORY ID 'ABCD'
    also refer to
    http://help.sap.com/saphelp_45b/helpdata/en/34/8e73a36df74873e10000009b38f9b8/content.htm

  • Export .. to shared buffer ...

    I try to use this command but I don't understand something in the example of the Help. (F1 on shared buffer). (the bold)
    TABLES INDX.
    TYPES: BEGIN OF ITAB3_TYPE,
              CONT(4),
           END OF ITAB3_TYPE.
    DATA: INDXKEY LIKE INDX-SRTFD VALUE 'KEYVALUE',
          F1(4), F2 TYPE P,
          ITAB3 TYPE STANDARD TABLE OF ITAB3_TYPE WITH
                     NON-UNIQUE DEFAULT KEY INITIAL SIZE 2,
          WA_INDX TYPE INDX.
    Fill data fields before CLUSTR
    before the actual export
    INDX-AEDAT = SY-DATUM.
    INDX-USERA = SY-UNAME. Export data.
    EXPORT F1    FROM F1
           F2    FROM F2
           ITAB3 FROM ITAB3
           TO SHARED BUFFER INDX(ST) FROM WA_INDX ID INDXKEY.
    Frédéric
    (SAP 4.6C)

    Because when everybody works on the same table, you cannot guarantee data consistency. Furthermore, the "free components" of INDX are just an example. You might want to define your own fields with your own specific information. Here comes the full description how such at table must be created. Note the second to the last entry. You are totally free to add components as you like and you are not bound to SAP's INDX-example!
    <b>INDX-type structure:</b>
    The first field must be a key field named MANDT of type CLNT for the client, if you want to store the data objects client-specifically. For a cross-client storage, this component does not apply.
    The second field must be a key field named RELID of type CHAR and length 2. It stores the area ar specification.
    The third field must be a key field of type CHAR named SRTFD with a maximum length of 55 characters. It stores the identifier specified in id.
    The fourth field must be a key field named SRTF2 of type INT4. It contains the row numbers of a stored data cluster that can extend over several rows and is filled automatically by the system.
    Then any number of components with freely selectable names and types may follow. They are provided with values by the specification of FROM wa. Addition TO wa of the IMPORT statement exports these fields again.
    The last two components must be named CLUSTR and CLUSTD and be of types INT2 and LRAW of any length. In CLUSTR, the current length of field CLUSTD of each row is stored, while CLUSTD contains the actual data cluster.

  • Export to shared buffer performance Implications

    All,
    I am using the following statement in one of the programs to export an internal table
    EXPORT it_dtab TO SHARED BUFFER indx(st) ID 'ZMME'.
    I like to know what the performance implications by using this ?

    Helo,
    You could check the current memory limit set for SAP shared space @ transaction RZ11 .
    Pass the profile parameter as rsdb/obj/buffersize and check the field 'Current Value' .
    You could discuss with your Basis counterpart if there's a need to increase the shared memory space which
    is generally not favourable as performance of other sap applns can come down on doing so.
    Regards
    Dedeepya C

  • Export memory using shared buffer

    Hi
    Lets say a user opens the PO screen ME22N in 2 separate windows accessing 2 separate PO numbers. If  i use the export memory using shared buffer , how can i ensure that the data will not get mixed up ?
    Any ideas?

    YOu would have to get the session id to distinguish between the two.  You can then use this id as part of your key to pass to the export statement.
    Check this thread.
    Quickest way to retrieve modeinfo[n],context_id_uuid from an ABAP pgm
    Regards,
    RIch Heilman

  • Buffer synchronous messages

    Is it possible to buffer synchronous messages in PI 7.0 ?
    For asynchronous messages it is possible by a deregistration of the queues in SXMB_ADM.
    Kind regards,
    Frank

    hi,
    >>Is it possible to buffer synchronous messages in PI 7.0 ?
    no, as this would make no sense
    sync messages need to get back to the sender in > 30 seconds (default timeout) so there is no possible way to buffer them
    unless the desing of the flow is "strange"
    if you need to buffer then it means you can change it from sync to async
    and you know how to buffer async
    Regards,
    Michal Krawczyk

  • Yosemite installation stuck - Installer Log Shared Buffer Full

    Hi there,
    I am just doing an installation of Yosemite on my MacBookPro and had let it run for over 4 hours now, looking once in a while at the installer log (Command-L). I have just realized that
    1) the installer log produced a shared buffer full statement! and
    2) the installer seems to be copying files from their place to the exact same place!
    Now two questions:
    1) is the installer still running?
    2) why the "file touching"?
    Thanks!

    As for question 1) I can aster that myself: yes, the installer is still running.
    My installation just finished now and seems to be fine. However, if someone has a clue about question 2) it would be great to hear the answer.

  • Rich/Narendran - uh oh!! Does the shared buffer require unique key per id??

    Rich/Narendran -
    Something just occurred to me:
    Does "shared buffer" mean that more than one user can be sharing the same buffer, or is the buffer unique to each user session and is merely "shared" between work processes?
    If multiple users are sharing the same "shared buffer", then I can assign a unique key when I export the data in the first exit.
    But short of using a custom z table, how can I figure out what this key is in the second exit?  I can't "save" the key anywhere, because that's the problem in the first place ...
    I'm hoping that you'll tell me that the "shared buffer" is shared between different work processes for the same user, and not among different users as well !!
    Thanks for whatever you can tell me about this.
    djh

    Hi Naren -
    I've worked on DBMS's in the past where you could pick up a user's thread # in addition to his or her ID - if SAP had anything like that then that would do the job.  Maybe there's a "hidden" sy-something that actually gives you the unique thread ID ... ????
    djh

  • How to recover from 'INSTALLER LOG SHARED BUFFER IS FUL' during Yosemite install/upgrade?

    My MacBook Pro is currently out of commission as it will only boot into the Yosemite Install process which currently cannot be completed successfully.
    I learned (after the fact) of the install issues related to homebrew but from that helpful article I found out about Cmd-L to open the Log Viewer.
    I've had two unsuccessful installs now. The first took 5+ hours. Since it was taking so long, I left it running over night with the Log Viewer running. I awoke to a failed install with 'Line 128,493 - INSTALLER LOG SHARED BUFFER IS FUL' as the last output in the log viewer. I figured that maybe it was the actual Log Viewer that was causing the issue, but alas my second attempt failed and I only had the log viewer open briefly part way through the process. Even without the Log Viewer running, it hit the same errror.
    Is there a way I can reenable Mavericks to move some files around in preparation for the install?  I don't have the hardware to mount the laptop as a target disk - if I brought the machine to the Apple Store would they let me mount my MBP and move stuff around so I could minimize the install process? Anyone else have any suggestions?

    As for question 1) I can aster that myself: yes, the installer is still running.
    My installation just finished now and seems to be fine. However, if someone has a clue about question 2) it would be great to hear the answer.

  • Issues with Export/Import using Database & Shared buffer

    Hi All,
    I have a method that calls a program via a job and I am having issues passing data between the two.
    Note that two different users process the method and program (via job) resp. This is how I am calling the second prog-
    SUBMIT ZPROGRAM
                 VIA JOB     l_jobname
                     NUMBER  l_jobcount
                     USER    i_user
                 AND RETURN.
    I need to pass data from method to  the second program and vice versa and then the method continues its processing with the data acquired from the second program.
    I have tried using Import/Export using database and also shared buffer. What I have found is that most of the times I am able to pass data from method to program. However the job takes a couple of min to execute and I think that the data is not making back to the method in time.
    I have looked at some useful forum links-
    Problem with export/import in back ground
    Re: EXPORT/IMPORT  to MEMORY
    but havent been able to find an answer yet. Any solution? Thanks in advance for your help!
    Liz

    Hi Suhas, Subhankar
    I have tested the scenario without the job previously itself and it works. Thats the reason, i am trying with the job now as my requirement is that I need to change the user while executing the second report.
    Here is an example of my import/export - I am passing the return value from the second report to the first.
    Code in second report-
    DATA: INDXKEY LIKE INDX-SRTFD VALUE 'RET1'.
    INDX-AEDAT = SY-DATUM.
    INDX-USERA = SY-UNAME.
    EXPORT RETURN1 TO SHARED BUFFER INDX(ST) ID INDXKEY.
    Code in first report -
    SUBMIT ZPROGRAM
                     VIA JOB     l_jobname
                         NUMBER  l_jobcount
                         USER    i_user
                     AND RETURN.
    Once Job close FM is executed successfully, I import the values as follows
    IMPORT RETURN1 TO RETURN1 FROM SHARED BUFFER INDX(ST) ID INDXKEY3.
    INDXKEY is having value RET1.
    However Return1 is not having any values in first report. It has some value in executed without the job
    Please note that I have tried Export/import with Database too and I am getting the same results.
    Thanks for your suggestions.
    Regards, Liz

  • What is shared objects?

    Hi all,
       can you tell me what is shared objects and how it is used in abap objects, if possible explain with some examples.
    Thanks
    Sathish

    Hi Satish,
    <b>Shared Objects</b>
    Shared Objects are objects in the shared memory. Instances of classes and anonymous data objects can be stored. Named data objects can be stored as attributes of classes.
    <b>Shared Memory</b>
    The shared memory is a memory area on an application server, which is accessed by all of this server’s ABAP programs. Before shared objects were implemented, ABAP programs could access this memory area using the EXPORTand IMPORT statements exclusively with the SHARED BUFFER or SHARED MEMORY additions, and instances of classes or anonymous data objects existed exclusively in the internal session of an ABAP program.
    With the implementation of shared objects with Release 6.40, the shared memory was enhanced with the shared objects memory that stores shared objects. The size of the shared objects memory is determined by the abap/shared_objects_size_MB profile parameter.
    Shared objects are stored in what are called shared memory areas. You create and manage areas and their properties using Transaction SHMA .
    Now you got an idea of what shared objects are :
    Go to this link you will find screen shots and a smaple program here.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/900e3d9d-559e-2910-9dae-b132157a220f">shared_objects</a>
    Reward points if useful,
    Aleem.

  • Monitoring destination port - port buffer overflow risk?

    Hi All,
    On a 6506-E I am using local span (the simplest version).
    There is a possibility that 2Gb/s is duplicated to a 1Gb/s monitor destination port. Of course 50% of the traffic will drop, due to lack of bandwidth on the monitor destination port.
    Environment(simplified):
     Cisco 6506-E
     24 x 1Gb/s SFP ports (WS-X6824-SFP)
     IOS release 15.1(1)SY1
    The case is, dropping packets is no issue on the monitor destination port. However, on the same module, a WS-X6824-SFP (24 SFP port) is also critical production traffic active.
    This results in two questions:
    -Are the output buffers on the WS-X6824-SFP, shared among all 24 ports?
    -If so, can the oversubscribed monitor destination port use the largest portion of this shared buffer on the interface module?
    Thanks in advance for any input on this.
    Kind regards,
    Joris

    Du fait de certains vi manquants je ne peux pas executer votre code, Parmis le nombre important de vi GET HTTP, savez-vous lequel est responsable de l'erreur ?, et est-ce toujours le même ?
    L'erreur renvoyée concerne le port série, quelle est la configuration de ses buffers d'entrée / sortie (visible dans le gestionnaire de périphérique)
    Cordialement,
    Vincent.O
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    Été de LabVIEW 2014
    12 présentations en ligne, du 30 juin au 18 juillet

  • Arch64 RAM issues [Solved]

    So I thought everything was fine until an application told me I had 4gb of RAM which is a far cry from the installed 16gb.
    I did plenty of digging around and narrowed it down to a couple possibilities, but first my investigation:
    I started with free:
    [vuvffufg@HereAndNow-Main ~]$ free
    total used free shared buff/cache available
    Mem: 4015688 858084 115144 24832 3042460 2860360
    Swap: 16777212 22460 16754752
    As you can see it shows their is 4gb of RAM much as the application did.
    You can see I have 16gb of swap; I am aware and am not confusing swap with RAM, I damn well have 4x4gb sticks according to the memtest86+ option on boot.
    So then I thought hardware and tried dmidecode --type memory:
    [vuvffufg@HereAndNow-Main ~]$ sudo dmidecode --type memory
    [sudo] password for vuvffufg:
    # dmidecode 2.12
    SMBIOS 2.7 present.
    Handle 0x0008, DMI type 5, 24 bytes
    Memory Controller Information
    Error Detecting Method: 64-bit ECC
    Error Correcting Capabilities:
    None
    Supported Interleave: One-way Interleave
    Current Interleave: One-way Interleave
    Maximum Memory Module Size: 2048 MB
    Maximum Total Memory Size: 8192 MB
    Supported Speeds:
    70 ns
    60 ns
    Supported Memory Types:
    DIMM
    SDRAM
    Memory Module Voltage: 3.3 V
    Associated Memory Slots: 4
    0x0009
    0x000A
    0x000B
    0x000C
    Enabled Error Correcting Capabilities:
    None
    Handle 0x0009, DMI type 6, 12 bytes
    Memory Module Information
    Socket Designation: DIMM0
    Bank Connections: 0 1
    Current Speed: 60 ns
    Type: DIMM SDRAM
    Installed Size: 536870912 MB (Single-bank Connection)
    Enabled Size: 536870912 MB (Single-bank Connection)
    Error Status: OK
    Handle 0x000A, DMI type 6, 12 bytes
    Memory Module Information
    Socket Designation: DIMM1
    Bank Connections: 2 3
    Current Speed: 60 ns
    Type: DIMM SDRAM
    Installed Size: 536870912 MB (Single-bank Connection)
    Enabled Size: 536870912 MB (Single-bank Connection)
    Error Status: OK
    Handle 0x000B, DMI type 6, 12 bytes
    Memory Module Information
    Socket Designation: DIMM2
    Bank Connections: 4 5
    Current Speed: 60 ns
    Type: DIMM SDRAM
    Installed Size: 536870912 MB (Single-bank Connection)
    Enabled Size: 536870912 MB (Single-bank Connection)
    Error Status: OK
    Handle 0x000C, DMI type 6, 12 bytes
    Memory Module Information
    Socket Designation: DIMM3
    Bank Connections: 6 7
    Current Speed: 60 ns
    Type: DIMM SDRAM
    Installed Size: 536870912 MB (Single-bank Connection)
    Enabled Size: 536870912 MB (Single-bank Connection)
    Error Status: OK
    Handle 0x002C, DMI type 16, 23 bytes
    Physical Memory Array
    Location: System Board Or Motherboard
    Use: System Memory
    Error Correction Type: None
    Maximum Capacity: 32 GB
    Error Information Handle: Not Provided
    Number Of Devices: 4
    Handle 0x002E, DMI type 17, 34 bytes
    Memory Device
    Array Handle: 0x002C
    Error Information Handle: Not Provided
    Total Width: 64 bits
    Data Width: 64 bits
    Size: 4096 MB
    Form Factor: DIMM
    Set: None
    Locator: Node0_Dimm0
    Bank Locator: Node0_Bank0
    Type: DDR3
    Type Detail: Synchronous Unbuffered (Unregistered)
    Speed: 667 MHz
    Manufacturer: Corsair
    Serial Number: ADADB481
    Asset Tag: Dimm0_AssetTag
    Part Number: CMZ8GX3M2A160
    Rank: 2
    Configured Clock Speed: 667 MHz
    Handle 0x0030, DMI type 17, 34 bytes
    Memory Device
    Array Handle: 0x002C
    Error Information Handle: Not Provided
    Total Width: 64 bits
    Data Width: 64 bits
    Size: 4096 MB
    Form Factor: DIMM
    Set: None
    Locator: Node0_Dimm1
    Bank Locator: Node0_Bank0
    Type: DDR3
    Type Detail: Synchronous Unbuffered (Unregistered)
    Speed: 667 MHz
    Manufacturer: Corsair
    Serial Number: 00000000
    Asset Tag: Dimm1_AssetTag
    Part Number: CMZ8GX3M2A160
    Rank: 1
    Configured Clock Speed: 667 MHz
    Handle 0x0032, DMI type 17, 34 bytes
    Memory Device
    Array Handle: 0x002C
    Error Information Handle: Not Provided
    Total Width: 64 bits
    Data Width: 64 bits
    Size: 4096 MB
    Form Factor: DIMM
    Set: None
    Locator: Node0_Dimm2
    Bank Locator: Node0_Bank0
    Type: DDR3
    Type Detail: Synchronous Unbuffered (Unregistered)
    Speed: 667 MHz
    Manufacturer: Corsair
    Serial Number: ADADB473
    Asset Tag: Dimm2_AssetTag
    Part Number: CMZ8GX3M2A160
    Rank: 2
    Configured Clock Speed: 667 MHz
    Handle 0x0034, DMI type 17, 34 bytes
    Memory Device
    Array Handle: 0x002C
    Error Information Handle: Not Provided
    Total Width: 64 bits
    Data Width: 64 bits
    Size: 4096 MB
    Form Factor: DIMM
    Set: None
    Locator: Node0_Dimm3
    Bank Locator: Node0_Bank0
    Type: DDR3
    Type Detail: Synchronous Unbuffered (Unregistered)
    Speed: 667 MHz
    Manufacturer: Corsair
    Serial Number: 00000000
    Asset Tag: Dimm3_AssetTag
    Part Number: CMZ8GX3M2A160
    Rank: 1
    Configured Clock Speed: 667 MHz
    Found it quite strange that the OS can obviously see the memory it just isn't being allocated, also what is with the slow clock speeds?
    I found a similar output with lshw.
    So I moved on to checking how it is actually initialized in dmesg, and honestly a lot of what was output I don't quite understand, I noticed that some memory was being reserved by the RAM map given by BIOs yet have no obvious way of disabling the BIOs RAM scheduler.
    [vuvffufg@HereAndNow-Main ~]$ dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.19.2-1-ARCH (builduser@tobias) (gcc version 4.9.2 20150304 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Mar 18 16:21:02 CET 2015
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=13722890-9f97-423a-bfec-7c95d6e8174e rw quiet splash iommu=pt
    [ 0.000000] tseg: 00bf800000
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000be857fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000be858000-0x00000000bea2ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bea30000-0x00000000bea39fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000bea3a000-0x00000000bee2bfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bee2c000-0x00000000bf159fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bf15a000-0x00000000bf15afff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bf15b000-0x00000000bf360fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bf361000-0x00000000bf7fffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] 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 0x00000000fef00000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100001000-0x000000013effffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: Gigabyte Technology Co., Ltd. To be filled by O.E.M./990FXA-UD3, BIOS F2 07/15/2013
    [ 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 = 0x13f000 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-CEFFF write-protect
    [ 0.000000] CF000-EBFFF uncachable
    [ 0.000000] EC000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
    [ 0.000000] 1 base 000080000000 mask FFFFC0000000 write-back
    [ 0.000000] 2 base 0000BF800000 mask FFFFFF800000 uncachable
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] TOM2: 000000013f000000 aka 5104M
    [ 0.000000] PAT configuration [0-7]: WB WC UC- UC WB WC UC- UC
    [ 0.000000] e820: update [mem 0xbf800000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xbf800 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000fd810-0x000fd81f] mapped at [ffff8800000fd810]
    [ 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 0x13ee00000-0x13effffff]
    [ 0.000000] [mem 0x13ee00000-0x13effffff] page 2M
    [ 0.000000] BRK [0x01b35000, 0x01b35fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x120000000-0x13edfffff]
    [ 0.000000] [mem 0x120000000-0x13edfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x100001000-0x11fffffff]
    [ 0.000000] [mem 0x100001000-0x1001fffff] page 4k
    [ 0.000000] [mem 0x100200000-0x11fffffff] page 2M
    [ 0.000000] BRK [0x01b36000, 0x01b36fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0xbe857fff]
    [ 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-0xbe7fffff] page 2M
    [ 0.000000] [mem 0xbe800000-0xbe857fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbf15a000-0xbf15afff]
    [ 0.000000] [mem 0xbf15a000-0xbf15afff] page 4k
    [ 0.000000] BRK [0x01b37000, 0x01b37fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xbf361000-0xbf7fffff]
    [ 0.000000] [mem 0xbf361000-0xbf3fffff] page 4k
    [ 0.000000] [mem 0xbf400000-0xbf7fffff] page 2M
    [ 0.000000] RAMDISK: [mem 0x377f0000-0x37beffff]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA)
    [ 0.000000] ACPI: XSDT 0x00000000BEA32070 00005C (v01 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 0x00000000BEA37D20 0000F4 (v04 ALASKA A M I 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 0x00000000BEA32158 005BC1 (v02 ALASKA A M I 00000000 INTL 20051117)
    [ 0.000000] ACPI: FACS 0x00000000BEE26F80 000040
    [ 0.000000] ACPI: APIC 0x00000000BEA37E18 00009E (v03 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: FPDT 0x00000000BEA37EB8 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: MCFG 0x00000000BEA37F00 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
    [ 0.000000] ACPI: HPET 0x00000000BEA37F40 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
    [ 0.000000] ACPI: SSDT 0x00000000BEA37F78 001714 (v01 AMD POWERNOW 00000001 AMD 00000001)
    [ 0.000000] ACPI: IVRS 0x00000000BEA39690 0000C8 (v01 AMD RD890S 00202031 AMD 00000000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013effffff]
    [ 0.000000] NODE_DATA(0) allocated [mem 0x13eff9000-0x13effcfff]
    [ 0.000000] [ffffea0000000000-ffffea0004ffffff] PMD -> [ffff88013a600000-ffff88013e5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x13effffff]
    [ 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-0xbe857fff]
    [ 0.000000] node 0: [mem 0xbf15a000-0xbf15afff]
    [ 0.000000] node 0: [mem 0xbf361000-0xbf7fffff]
    [ 0.000000] node 0: [mem 0x100001000-0x13effffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00001000-0x13effffff]
    [ 0.000000] On node 0 totalpages: 1039508
    [ 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: 12148 pages used for memmap
    [ 0.000000] DMA32 zone: 777464 pages, LIFO batch:31
    [ 0.000000] Normal zone: 4032 pages used for memmap
    [ 0.000000] Normal zone: 258047 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[0x10] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x11] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x12] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x13] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x14] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x15] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x16] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x17] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x09] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 9, version 33, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: IOAPIC (id[0x0a] address[0xfec20000] gsi_base[24])
    [ 0.000000] IOAPIC[1]: apic_id 10, version 33, address 0xfec20000, GSI 24-55
    [ 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: 0x43538210 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 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 0xbe858000-0xbea2ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbea30000-0xbea39fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbea3a000-0xbee2bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbee2c000-0xbf159fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbf15b000-0xbf360fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbf800000-0xf7ffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-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-0xfec1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec21000-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-0xfeefffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xffffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x100000000-0x100000fff]
    [ 0.000000] e820: [mem 0xbf800000-0xf7ffffff] 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 31 pages/cpu @ffff88013ec00000 s86336 r8192 d32448 u262144
    [ 0.000000] pcpu-alloc: s86336 r8192 d32448 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: 1023243
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=13722890-9f97-423a-bfec-7c95d6e8174e rw quiet splash iommu=pt
    [ 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] AGP: Node 0: aperture [bus addr 0xf8000000-0xfbffffff] (64MB)
    [ 0.000000] Memory: 4009504K/4158032K available (5533K kernel code, 917K rwdata, 1744K rodata, 1164K init, 1156K bss, 148528K reserved, 0K cma-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] 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:1032 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 4018.290 MHz processor
    [ 0.000023] Calibrating delay loop (skipped), value calculated using timer frequency.. 8039.43 BogoMIPS (lpj=13394300)
    [ 0.000025] pid_max: default: 32768 minimum: 301
    [ 0.000031] ACPI: Core revision 20141107
    [ 0.002553] ACPI: All ACPI Tables successfully acquired
    [ 0.002750] Security Framework initialized
    [ 0.002758] Yama: becoming mindful.
    [ 0.002999] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.004346] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.004926] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.004931] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.005146] Initializing cgroup subsys memory
    [ 0.005153] Initializing cgroup subsys devices
    [ 0.005155] Initializing cgroup subsys freezer
    [ 0.005158] Initializing cgroup subsys net_cls
    [ 0.005160] Initializing cgroup subsys blkio
    [ 0.005177] CPU: Physical Processor ID: 0
    [ 0.005178] CPU: Processor Core ID: 0
    [ 0.005180] mce: CPU supports 7 MCE banks
    [ 0.005185] LVT offset 1 assigned for vector 0xf9
    [ 0.005190] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
    Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
    [ 0.005254] Freeing SMP alternatives memory: 20K (ffffffff81a0a000 - ffffffff81a0f000)
    [ 0.005835] ftrace: allocating 21170 entries in 83 pages
    [ 0.087004] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.120030] smpboot: CPU0: AMD FX(tm)-8350 Eight-Core Processor (fam: 15, model: 02, stepping: 00)
    [ 0.224266] Performance Events: Fam15h core perfctr, AMD PMU driver.
    [ 0.224270] ... version: 0
    [ 0.224271] ... bit width: 48
    [ 0.224272] ... generic registers: 6
    [ 0.224273] ... value mask: 0000ffffffffffff
    [ 0.224274] ... max period: 00007fffffffffff
    [ 0.224275] ... fixed-purpose events: 0
    [ 0.224276] ... event mask: 000000000000003f
    [ 0.237668] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.244346] x86: Booting SMP configuration:
    [ 0.244347] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
    [ 0.354188] x86: Booted up 1 node, 8 CPUs
    [ 0.354192] smpboot: Total of 8 processors activated (64318.50 BogoMIPS)
    [ 0.364078] devtmpfs: initialized
    [ 0.366485] PM: Registering ACPI NVS region [mem 0xbea3a000-0xbee2bfff] (4136960 bytes)
    [ 0.366531] PM: Registering ACPI NVS region [mem 0xbf15b000-0xbf360fff] (2121728 bytes)
    [ 0.366716] pinctrl core: initialized pinctrl subsystem
    [ 0.366744] RTC time: 18:28:15, date: 04/01/15
    [ 0.366834] NET: Registered protocol family 16
    [ 0.377691] cpuidle: using governor ladder
    [ 0.391032] cpuidle: using governor menu
    [ 0.391080] ACPI: bus type PCI registered
    [ 0.391082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.391143] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.391146] PCI: not using MMCONFIG
    [ 0.391147] PCI: Using configuration type 1 for base access
    [ 0.391148] PCI: Using configuration type 1 for extended access
    [ 0.391412] mtrr: your CPUs had inconsistent variable MTRR settings
    [ 0.391413] mtrr: probably your BIOS does not setup all CPUs.
    [ 0.391413] mtrr: corrected configuration.
    [ 0.404756] ACPI: Added _OSI(Module Device)
    [ 0.404758] ACPI: Added _OSI(Processor Device)
    [ 0.404759] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.404760] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.406816] ACPI: Executed 3 blocks of module-level executable AML code
    [ 0.410092] ACPI: Interpreter enabled
    [ 0.410097] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20141107/hwxface-580)
    [ 0.410100] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20141107/hwxface-580)
    [ 0.410113] ACPI: (supports S0 S3 S4 S5)
    [ 0.410115] ACPI: Using IOAPIC for interrupt routing
    [ 0.410239] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.410276] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.410593] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.416283] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.416288] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.416292] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    [ 0.416712] PCI host bridge to bus 0000:00
    [ 0.416715] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.416717] pci_bus 0000:00: root bus resource [io 0x0000-0x03af]
    [ 0.416718] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7]
    [ 0.416720] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df]
    [ 0.416721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.416723] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.416724] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
    [ 0.416726] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff]
    [ 0.416735] pci 0000:00:00.0: [1002:5a14] type 00 class 0x060000
    [ 0.416847] pci 0000:00:00.2: [1002:5a23] type 00 class 0x080600
    [ 0.416951] pci 0000:00:02.0: [1002:5a16] type 01 class 0x060400
    [ 0.416985] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
    [ 0.417032] pci 0000:00:02.0: System wakeup disabled by ACPI
    [ 0.417072] pci 0000:00:09.0: [1002:5a1c] type 01 class 0x060400
    [ 0.417104] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
    [ 0.417151] pci 0000:00:09.0: System wakeup disabled by ACPI
    [ 0.417185] pci 0000:00:0a.0: [1002:5a1d] type 01 class 0x060400
    [ 0.417217] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
    [ 0.417263] pci 0000:00:0a.0: System wakeup disabled by ACPI
    [ 0.417308] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
    [ 0.417322] pci 0000:00:11.0: reg 0x10: [io 0xf090-0xf097]
    [ 0.417329] pci 0000:00:11.0: reg 0x14: [io 0xf080-0xf083]
    [ 0.417336] pci 0000:00:11.0: reg 0x18: [io 0xf070-0xf077]
    [ 0.417343] pci 0000:00:11.0: reg 0x1c: [io 0xf060-0xf063]
    [ 0.417350] pci 0000:00:11.0: reg 0x20: [io 0xf050-0xf05f]
    [ 0.417357] pci 0000:00:11.0: reg 0x24: [mem 0xfe40b000-0xfe40b3ff]
    [ 0.417461] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
    [ 0.417471] pci 0000:00:12.0: reg 0x10: [mem 0xfe40a000-0xfe40afff]
    [ 0.417556] pci 0000:00:12.0: System wakeup disabled by ACPI
    [ 0.417595] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
    [ 0.417609] pci 0000:00:12.2: reg 0x10: [mem 0xfe409000-0xfe4090ff]
    [ 0.417671] pci 0000:00:12.2: supports D1 D2
    [ 0.417672] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    [ 0.417721] pci 0000:00:12.2: System wakeup disabled by ACPI
    [ 0.417760] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
    [ 0.417770] pci 0000:00:13.0: reg 0x10: [mem 0xfe408000-0xfe408fff]
    [ 0.417851] pci 0000:00:13.0: System wakeup disabled by ACPI
    [ 0.417891] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
    [ 0.417905] pci 0000:00:13.2: reg 0x10: [mem 0xfe407000-0xfe4070ff]
    [ 0.417966] pci 0000:00:13.2: supports D1 D2
    [ 0.417967] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    [ 0.418015] pci 0000:00:13.2: System wakeup disabled by ACPI
    [ 0.418053] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
    [ 0.418166] pci 0000:00:14.1: [1002:439c] type 00 class 0x01018a
    [ 0.418176] pci 0000:00:14.1: reg 0x10: [io 0xf040-0xf047]
    [ 0.418183] pci 0000:00:14.1: reg 0x14: [io 0xf030-0xf033]
    [ 0.418190] pci 0000:00:14.1: reg 0x18: [io 0xf020-0xf027]
    [ 0.418197] pci 0000:00:14.1: reg 0x1c: [io 0xf010-0xf013]
    [ 0.418204] pci 0000:00:14.1: reg 0x20: [io 0xf000-0xf00f]
    [ 0.418219] pci 0000:00:14.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
    [ 0.418220] pci 0000:00:14.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
    [ 0.418221] pci 0000:00:14.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
    [ 0.418222] pci 0000:00:14.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
    [ 0.418300] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
    [ 0.418316] pci 0000:00:14.2: reg 0x10: [mem 0xfe400000-0xfe403fff 64bit]
    [ 0.418365] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    [ 0.418410] pci 0000:00:14.2: System wakeup disabled by ACPI
    [ 0.418445] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
    [ 0.418561] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
    [ 0.418627] pci 0000:00:14.4: System wakeup disabled by ACPI
    [ 0.418661] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
    [ 0.418671] pci 0000:00:14.5: reg 0x10: [mem 0xfe406000-0xfe406fff]
    [ 0.418754] pci 0000:00:14.5: System wakeup disabled by ACPI
    [ 0.418790] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
    [ 0.418800] pci 0000:00:16.0: reg 0x10: [mem 0xfe405000-0xfe405fff]
    [ 0.418883] pci 0000:00:16.0: System wakeup disabled by ACPI
    [ 0.418922] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
    [ 0.418936] pci 0000:00:16.2: reg 0x10: [mem 0xfe404000-0xfe4040ff]
    [ 0.418998] pci 0000:00:16.2: supports D1 D2
    [ 0.418999] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
    [ 0.419045] pci 0000:00:16.2: System wakeup disabled by ACPI
    [ 0.419083] pci 0000:00:18.0: [1022:1600] type 00 class 0x060000
    [ 0.419160] pci 0000:00:18.1: [1022:1601] type 00 class 0x060000
    [ 0.419231] pci 0000:00:18.2: [1022:1602] type 00 class 0x060000
    [ 0.419304] pci 0000:00:18.3: [1022:1603] type 00 class 0x060000
    [ 0.419379] pci 0000:00:18.4: [1022:1604] type 00 class 0x060000
    [ 0.419451] pci 0000:00:18.5: [1022:1605] type 00 class 0x060000
    [ 0.419570] pci 0000:01:00.0: [10de:0fc1] type 00 class 0x030000
    [ 0.419581] pci 0000:01:00.0: reg 0x10: [mem 0xfd000000-0xfdffffff]
    [ 0.419591] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.419600] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
    [ 0.419607] pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
    [ 0.419614] pci 0000:01:00.0: reg 0x30: [mem 0xfe000000-0xfe07ffff pref]
    [ 0.419708] pci 0000:01:00.1: [10de:0e1b] type 00 class 0x040300
    [ 0.419718] pci 0000:01:00.1: reg 0x10: [mem 0xfe080000-0xfe083fff]
    [ 0.424396] pci 0000:00:02.0: PCI bridge to [bus 01]
    [ 0.424400] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
    [ 0.424402] pci 0000:00:02.0: bridge window [mem 0xfd000000-0xfe0fffff]
    [ 0.424406] pci 0000:00:02.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
    [ 0.424450] pci 0000:02:00.0: [1106:3483] type 00 class 0x0c0330
    [ 0.424463] pci 0000:02:00.0: reg 0x10: [mem 0xfe300000-0xfe300fff 64bit]
    [ 0.424519] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.431063] pci 0000:00:09.0: PCI bridge to [bus 02]
    [ 0.431067] pci 0000:00:09.0: bridge window [mem 0xfe300000-0xfe3fffff]
    [ 0.431115] pci 0000:03:00.0: [1b4b:9172] type 00 class 0x010601
    [ 0.431125] pci 0000:03:00.0: reg 0x10: [io 0xd040-0xd047]
    [ 0.431131] pci 0000:03:00.0: reg 0x14: [io 0xd030-0xd033]
    [ 0.431137] pci 0000:03:00.0: reg 0x18: [io 0xd020-0xd027]
    [ 0.431143] pci 0000:03:00.0: reg 0x1c: [io 0xd010-0xd013]
    [ 0.431149] pci 0000:03:00.0: reg 0x20: [io 0xd000-0xd00f]
    [ 0.431155] pci 0000:03:00.0: reg 0x24: [mem 0xfe210000-0xfe2101ff]
    [ 0.431161] pci 0000:03:00.0: reg 0x30: [mem 0xfe200000-0xfe20ffff pref]
    [ 0.431194] pci 0000:03:00.0: PME# supported from D3hot
    [ 0.437733] pci 0000:00:0a.0: PCI bridge to [bus 03]
    [ 0.437737] pci 0000:00:0a.0: bridge window [io 0xd000-0xdfff]
    [ 0.437739] pci 0000:00:0a.0: bridge window [mem 0xfe200000-0xfe2fffff]
    [ 0.437784] pci 0000:04:06.0: [10ec:8169] type 00 class 0x020000
    [ 0.437802] pci 0000:04:06.0: reg 0x10: [io 0xc000-0xc0ff]
    [ 0.437812] pci 0000:04:06.0: reg 0x14: [mem 0xfe121000-0xfe1210ff]
    [ 0.437855] pci 0000:04:06.0: reg 0x30: [mem 0xfe100000-0xfe11ffff pref]
    [ 0.437888] pci 0000:04:06.0: supports D1 D2
    [ 0.437889] pci 0000:04:06.0: PME# supported from D1 D2 D3hot D3cold
    [ 0.437947] pci 0000:04:0e.0: [1106:3044] type 00 class 0x0c0010
    [ 0.437965] pci 0000:04:0e.0: reg 0x10: [mem 0xfe120000-0xfe1207ff]
    [ 0.437975] pci 0000:04:0e.0: reg 0x14: [io 0xc100-0xc17f]
    [ 0.438055] pci 0000:04:0e.0: supports D2
    [ 0.438056] pci 0000:04:0e.0: PME# supported from D2 D3hot D3cold
    [ 0.438114] pci 0000:00:14.4: PCI bridge to [bus 04] (subtractive decode)
    [ 0.438117] pci 0000:00:14.4: bridge window [io 0xc000-0xcfff]
    [ 0.438120] pci 0000:00:14.4: bridge window [mem 0xfe100000-0xfe1fffff]
    [ 0.438123] pci 0000:00:14.4: bridge window [io 0x0000-0x03af] (subtractive decode)
    [ 0.438125] pci 0000:00:14.4: bridge window [io 0x03e0-0x0cf7] (subtractive decode)
    [ 0.438126] pci 0000:00:14.4: bridge window [io 0x03b0-0x03df] (subtractive decode)
    [ 0.438128] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.438129] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.438131] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
    [ 0.438132] pci 0000:00:14.4: bridge window [mem 0xc0000000-0xffffffff] (subtractive decode)
    [ 0.438151] pci_bus 0000:00: on NUMA node 0
    [ 0.438559] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 10 11 14 15) *0
    [ 0.438620] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 11 14 15) *0
    [ 0.438682] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 10 11 14 15) *0
    [ 0.438744] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 10 11 14 15) *0
    [ 0.438794] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 10 11 14 15) *0
    [ 0.438856] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 10 11 14 15) *0
    [ 0.438896] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 10 11 14 15) *0
    [ 0.438935] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 10 11 14 15) *0
    [ 0.439110] vgaarb: setting as boot device: PCI:0000:01:00.0
    [ 0.439112] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.439114] vgaarb: loaded
    [ 0.439115] vgaarb: bridge control possible 0000:01:00.0
    [ 0.439189] PCI: Using ACPI for IRQ routing
    [ 0.445486] PCI: pci_cache_line_size set to 64 bytes
    [ 0.445539] e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
    [ 0.445541] e820: reserve RAM buffer [mem 0xbe858000-0xbfffffff]
    [ 0.445542] e820: reserve RAM buffer [mem 0xbf15b000-0xbfffffff]
    [ 0.445543] e820: reserve RAM buffer [mem 0xbf800000-0xbfffffff]
    [ 0.445544] e820: reserve RAM buffer [mem 0x13f000000-0x13fffffff]
    [ 0.445636] NetLabel: Initializing
    [ 0.445637] NetLabel: domain hash size = 128
    [ 0.445638] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.445647] NetLabel: unlabeled traffic allowed by default
    [ 0.445664] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.445666] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    [ 0.447711] Switched to clocksource hpet
    [ 0.453281] pnp: PnP ACPI init
    [ 0.453370] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.453373] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.453631] system 00:01: [io 0x040b] has been reserved
    [ 0.453633] system 00:01: [io 0x04d6] has been reserved
    [ 0.453634] system 00:01: [io 0x0c00-0x0c01] has been reserved
    [ 0.453636] system 00:01: [io 0x0c14] has been reserved
    [ 0.453638] system 00:01: [io 0x0c50-0x0c51] has been reserved
    [ 0.453639] system 00:01: [io 0x0c52] has been reserved
    [ 0.453641] system 00:01: [io 0x0c6c] has been reserved
    [ 0.453642] system 00:01: [io 0x0c6f] has been reserved
    [ 0.453644] system 00:01: [io 0x0cd0-0x0cd1] has been reserved
    [ 0.453646] system 00:01: [io 0x0cd2-0x0cd3] has been reserved
    [ 0.453647] system 00:01: [io 0x0cd4-0x0cd5] has been reserved
    [ 0.453649] system 00:01: [io 0x0cd6-0x0cd7] has been reserved
    [ 0.453650] system 00:01: [io 0x0cd8-0x0cdf] has been reserved
    [ 0.453652] system 00:01: [io 0x0800-0x089f] could not be reserved
    [ 0.453654] system 00:01: [io 0x0b20-0x0b3f] has been reserved
    [ 0.453655] system 00:01: [io 0x0900-0x090f] has been reserved
    [ 0.453657] system 00:01: [io 0x0910-0x091f] has been reserved
    [ 0.453659] system 00:01: [io 0xfe00-0xfefe] has been reserved
    [ 0.453661] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.453663] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.453665] system 00:01: [mem 0xfed80000-0xfed8ffff] has been reserved
    [ 0.453667] system 00:01: [mem 0xfed61000-0xfed70fff] has been reserved
    [ 0.453669] system 00:01: [mem 0xfec10000-0xfec10fff] has been reserved
    [ 0.453671] system 00:01: [mem 0xfed00000-0xfed00fff] could not be reserved
    [ 0.453673] system 00:01: [mem 0xffc00000-0xffffffff] has been reserved
    [ 0.453675] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.453821] system 00:02: [io 0x0220-0x0227] has been reserved
    [ 0.453823] system 00:02: [io 0x0228-0x0237] has been reserved
    [ 0.453825] system 00:02: [io 0x0a20-0x0a2f] has been reserved
    [ 0.453827] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.454077] pnp 00:03: [dma 0 disabled]
    [ 0.454116] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.454146] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.454202] system 00:05: [io 0x04d0-0x04d1] has been reserved
    [ 0.454205] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.454242] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.454375] system 00:07: [mem 0xfeb20000-0xfeb23fff] could not be reserved
    [ 0.454377] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.454493] system 00:08: [mem 0xfec20000-0xfec200ff] could not be reserved
    [ 0.454495] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.454597] pnp: PnP ACPI: found 9 devices
    [ 0.461181] pci 0000:00:02.0: PCI bridge to [bus 01]
    [ 0.461184] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
    [ 0.461186] pci 0000:00:02.0: bridge window [mem 0xfd000000-0xfe0fffff]
    [ 0.461189] pci 0000:00:02.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
    [ 0.461192] pci 0000:00:09.0: PCI bridge to [bus 02]
    [ 0.461194] pci 0000:00:09.0: bridge window [mem 0xfe300000-0xfe3fffff]
    [ 0.461198] pci 0000:00:0a.0: PCI bridge to [bus 03]
    [ 0.461199] pci 0000:00:0a.0: bridge window [io 0xd000-0xdfff]
    [ 0.461202] pci 0000:00:0a.0: bridge window [mem 0xfe200000-0xfe2fffff]
    [ 0.461205] pci 0000:00:14.4: PCI bridge to [bus 04]
    [ 0.461207] pci 0000:00:14.4: bridge window [io 0xc000-0xcfff]
    [ 0.461211] pci 0000:00:14.4: bridge window [mem 0xfe100000-0xfe1fffff]
    [ 0.461217] pci_bus 0000:00: resource 4 [io 0x0000-0x03af]
    [ 0.461219] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7]
    [ 0.461221] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df]
    [ 0.461222] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff]
    [ 0.461224] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff]
    [ 0.461225] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff]
    [ 0.461227] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff]
    [ 0.461228] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    [ 0.461230] pci_bus 0000:01: resource 1 [mem 0xfd000000-0xfe0fffff]
    [ 0.461231] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
    [ 0.461233] pci_bus 0000:02: resource 1 [mem 0xfe300000-0xfe3fffff]
    [ 0.461234] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    [ 0.461236] pci_bus 0000:03: resource 1 [mem 0xfe200000-0xfe2fffff]
    [ 0.461237] pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
    [ 0.461239] pci_bus 0000:04: resource 1 [mem 0xfe100000-0xfe1fffff]
    [ 0.461240] pci_bus 0000:04: resource 4 [io 0x0000-0x03af]
    [ 0.461241] pci_bus 0000:04: resource 5 [io 0x03e0-0x0cf7]
    [ 0.461243] pci_bus 0000:04: resource 6 [io 0x03b0-0x03df]
    [ 0.461244] pci_bus 0000:04: resource 7 [io 0x0d00-0xffff]
    [ 0.461246] pci_bus 0000:04: resource 8 [mem 0x000a0000-0x000bffff]
    [ 0.461247] pci_bus 0000:04: resource 9 [mem 0x000c0000-0x000dffff]
    [ 0.461248] pci_bus 0000:04: resource 10 [mem 0xc0000000-0xffffffff]
    [ 0.461266] NET: Registered protocol family 2
    [ 0.461445] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
    [ 0.461541] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.461669] TCP: Hash tables configured (established 32768 bind 32768)
    [ 0.461704] TCP: reno registered
    [ 0.461711] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.461735] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.461786] NET: Registered protocol family 1
    [ 0.771487] pci 0000:01:00.0: Video device with shadowed ROM
    [ 0.771739] PCI: CLS 64 bytes, default 64
    [ 0.771777] Unpacking initramfs...
    [ 0.818296] Freeing initrd memory: 4096K (ffff8800377f0000 - ffff880037bf0000)
    [ 0.818928] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
    [ 0.818930] AMD-Vi: Interrupt remapping enabled
    [ 0.819044] AMD-Vi: Initialized for Passthrough Mode
    [ 0.894098] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.894100] software IO TLB [mem 0xba858000-0xbe858000] (64MB) mapped at [ffff8800ba858000-ffff8800be857fff]
    [ 0.894417] perf: AMD NB counters detected
    [ 0.894473] microcode: CPU0: patch_level=0x06000822
    [ 0.894480] microcode: CPU1: patch_level=0x06000822
    [ 0.894489] microcode: CPU2: patch_level=0x06000822
    [ 0.894497] microcode: CPU3: patch_level=0x06000822
    [ 0.894505] microcode: CPU4: patch_level=0x06000822
    [ 0.894512] microcode: CPU5: patch_level=0x06000822
    [ 0.894520] microcode: CPU6: patch_level=0x06000822
    [ 0.894528] microcode: CPU7: patch_level=0x06000822
    [ 0.894571] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 0.894574] LVT offset 0 assigned for vector 0x400
    [ 0.894593] perf: AMD IBS detected (0x000000ff)
    [ 0.894612] Scanning for low memory corruption every 60 seconds
    [ 0.894922] futex hash table entries: 2048 (order: 5, 131072 bytes)
    [ 0.894967] Initialise system trusted keyring
    [ 0.895290] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.896718] zpool: loaded
    [ 0.896720] zbud: loaded
    [ 0.896855] VFS: Disk quotas dquot_6.5.2
    [ 0.896887] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.897041] Key type big_key registered
    [ 0.897219] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.897278] io scheduler noop registered
    [ 0.897280] io scheduler deadline registered
    [ 0.897311] io scheduler cfq registered (default)
    [ 0.897582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.897597] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.897611] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
    [ 0.897612] vesafb: scrolling: redraw
    [ 0.897613] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.897630] vesafb: framebuffer at 0xd1000000, mapped to 0xffffc90010780000, using 5120k, total 5120k
    [ 0.908558] Console: switching to colour frame buffer device 160x64
    [ 0.919363] fb0: VESA VGA frame buffer device
    [ 0.919406] GHES: HEST is not enabled!
    [ 0.919477] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.939995] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
    [ 0.940350] Linux agpgart interface v0.103
    [ 0.940412] rtc_cmos 00:04: RTC can wake from S4
    [ 0.940505] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    [ 0.940526] rtc_cmos 00:04: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 0.940538] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.940741] TCP: cubic registered
    [ 0.940831] NET: Registered protocol family 10
    [ 0.941040] NET: Registered protocol family 17
    [ 0.941657] Loading compiled-in X.509 certificates
    [ 0.941667] registered taskstats version 1
    [ 0.942038] Magic number: 11:895:492
    [ 0.942102] rtc_cmos 00:04: setting system clock to 2015-04-01 18:28:16 UTC (1427912896)
    [ 0.942169] PM: Hibernation image not present or could not be loaded.
    [ 0.942657] Freeing unused kernel memory: 1164K (ffffffff818e7000 - ffffffff81a0a000)
    [ 0.942658] Write protecting the kernel read-only data: 8192k
    [ 0.943029] Freeing unused kernel memory: 600K (ffff88000156a000 - ffff880001600000)
    [ 0.943194] Freeing unused kernel memory: 304K (ffff8800017b4000 - ffff880001800000)
    [ 0.948897] random: systemd-tmpfile urandom read with 1 bits of entropy available
    [ 0.960384] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 0.960767] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.960819] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.965753] ACPI: bus type USB registered
    [ 0.965786] usbcore: registered new interface driver usbfs
    [ 0.965799] usbcore: registered new interface driver hub
    [ 0.965834] SCSI subsystem initialized
    [ 0.965866] usbcore: registered new device driver usb
    [ 0.966937] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.967199] QUIRK: Enable AMD PLL fix
    [ 0.967214] xhci_hcd 0000:02:00.0: xHCI Host Controller
    [ 0.967216] ehci-pci: EHCI PCI platform driver
    [ 0.967220] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
    [ 0.967486] hub 1-0:1.0: USB hub found
    [ 0.967493] hub 1-0:1.0: 1 port detected
    [ 0.967607] xhci_hcd 0000:02:00.0: xHCI Host Controller
    [ 0.967610] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
    [ 0.967627] ehci-pci 0000:00:12.2: EHCI Host Controller
    [ 0.967789] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 0.967791] libata version 3.00 loaded.
    [ 0.967804] hub 2-0:1.0: USB hub found
    [ 0.967816] hub 2-0:1.0: 4 ports detected
    [ 0.967981] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 3
    [ 0.967988] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 0.967999] ehci-pci 0000:00:12.2: debug port 1
    [ 0.968051] ehci-pci 0000:00:12.2: irq 17, io mem 0xfe409000
    [ 0.968187] ohci-pci: OHCI PCI platform driver
    [ 0.978101] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
    [ 0.978260] hub 3-0:1.0: USB hub found
    [ 0.978266] hub 3-0:1.0: 5 ports detected
    [ 0.978471] ehci-pci 0000:00:13.2: EHCI Host Controller
    [ 0.978476] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 4
    [ 0.978478] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 0.978487] ehci-pci 0000:00:13.2: debug port 1
    [ 0.978508] ehci-pci 0000:00:13.2: irq 17, io mem 0xfe407000
    [ 0.988131] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
    [ 0.988272] hub 4-0:1.0: USB hub found
    [ 0.988277] hub 4-0:1.0: 5 ports detected
    [ 0.988478] ehci-pci 0000:00:16.2: EHCI Host Controller
    [ 0.988483] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 5
    [ 0.988485] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 0.988493] ehci-pci 0000:00:16.2: debug port 1
    [ 0.988514] ehci-pci 0000:00:16.2: irq 17, io mem 0xfe404000
    [ 0.998136] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
    [ 0.998291] hub 5-0:1.0: USB hub found
    [ 0.998297] hub 5-0:1.0: 4 ports detected
    [ 0.998517] ohci-pci 0000:00:12.0: OHCI PCI host controller
    [ 0.998523] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 6
    [ 0.998580] ohci-pci 0000:00:12.0: irq 18, io mem 0xfe40a000
    [ 1.028176] firewire_ohci 0000:04:0e.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
    [ 1.055675] hub 6-0:1.0: USB hub found
    [ 1.055685] hub 6-0:1.0: 5 ports detected
    [ 1.055891] ohci-pci 0000:00:13.0: OHCI PCI host controller
    [ 1.055896] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 7
    [ 1.055912] ohci-pci 0000:00:13.0: irq 18, io mem 0xfe408000
    [ 1.112371] hub 7-0:1.0: USB hub found
    [ 1.112380] hub 7-0:1.0: 5 ports detected
    [ 1.112585] ohci-pci 0000:00:14.5: OHCI PCI host controller
    [ 1.112589] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 8
    [ 1.112604] ohci-pci 0000:00:14.5: irq 18, io mem 0xfe406000
    [ 1.169060] hub 8-0:1.0: USB hub found
    [ 1.169069] hub 8-0:1.0: 2 ports detected
    [ 1.169230] ohci-pci 0000:00:16.0: OHCI PCI host controller
    [ 1.169234] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 9
    [ 1.169248] ohci-pci 0000:00:16.0: irq 18, io mem 0xfe405000
    [ 1.225793] hub 9-0:1.0: USB hub found
    [ 1.225802] hub 9-0:1.0: 4 ports detected
    [ 1.226758] scsi host0: pata_atiixp
    [ 1.226866] scsi host1: pata_atiixp
    [ 1.226908] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
    [ 1.226910] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
    [ 1.226935] ahci 0000:00:11.0: version 3.0
    [ 1.227077] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 4 ports 6 Gbps 0xf impl SATA mode
    [ 1.227079] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part sxs
    [ 1.227581] scsi host2: ahci
    [ 1.227687] scsi host3: ahci
    [ 1.227790] scsi host4: ahci
    [ 1.227894] scsi host5: ahci
    [ 1.227941] ata3: SATA max UDMA/133 abar m1024@0xfe40b000 port 0xfe40b100 irq 19
    [ 1.227943] ata4: SATA max UDMA/133 abar m1024@0xfe40b000 port 0xfe40b180 irq 19
    [ 1.227945] ata5: SATA max UDMA/133 abar m1024@0xfe40b000 port 0xfe40b200 irq 19
    [ 1.227947] ata6: SATA max UDMA/133 abar m1024@0xfe40b000 port 0xfe40b280 irq 19
    [ 1.228069] ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
    [ 1.228071] ahci 0000:03:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
    [ 1.228368] scsi host6: ahci
    [ 1.228467] scsi host7: ahci
    [ 1.228518] ata7: SATA max UDMA/133 abar m512@0xfe210000 port 0xfe210100 irq 32
    [ 1.228520] ata8: SATA max UDMA/133 abar m512@0xfe210000 port 0xfe210180 irq 32
    [ 1.271654] usb 1-1: new high-speed USB device number 2 using xhci_hcd
    [ 1.389601] ata1.00: supports DRM functions and may not be fully accessible
    [ 1.389604] ata1.00: ATA-9: Samsung SSD 850 EVO 500GB, EMT01B6Q, max UDMA/133
    [ 1.389606] ata1.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 0/32)
    [ 1.390019] ata1.00: limited to UDMA/33 due to 40-wire cable
    [ 1.395403] ata1.00: supports DRM functions and may not be fully accessible
    [ 1.395767] ata1.00: configured for UDMA/33
    [ 1.395882] scsi 0:0:0:0: Direct-Access ATA Samsung SSD 850 1B6Q PQ: 0 ANSI: 5
    [ 1.403230] hub 1-1:1.0: USB hub found
    [ 1.403326] hub 1-1:1.0: 4 ports detected
    [ 1.528533] firewire_core 0000:04:0e.0: created device fw0: GUID 0049e550700d0d00, S400
    [ 1.531822] usb 6-2: new full-speed USB device number 2 using ohci-pci
    [ 1.541816] ata7: SATA link down (SStatus 0 SControl 300)
    [ 1.541830] usb 7-4: new full-speed USB device number 2 using ohci-pci
    [ 1.548468] ata8: SATA link down (SStatus 0 SControl 300)
    [ 1.700539] hidraw: raw HID events driver (C) Jiri Kosina
    [ 1.705803] usbcore: registered new interface driver usbhid
    [ 1.705804] usbhid: USB HID core driver
    [ 1.707736] input: Turtle Beach Turtle Beach PX21 Headset as /devices/pci0000:00/0000:00:12.0/usb6/6-2/6-2:1.3/0003:10F5:0235.0001/input/input2
    [ 1.711930] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.711950] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.711968] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.711986] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.714459] ata5.00: ATAPI: ATAPI iHAS424 B, GL14, max UDMA/100
    [ 1.715245] ata5.00: configured for UDMA/100
    [ 1.724780] ata6.00: ATAPI: ATAPI DVD A DH16A3L, 8H1F, max UDMA/100
    [ 1.727806] logitech-djreceiver 0003:046D:C52B.0004: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:13.0-4/input2
    [ 1.738060] ata6.00: configured for UDMA/100
    [ 1.738990] ata4.00: ATA-8: ST3750528AS, CC44, max UDMA/133
    [ 1.738992] ata4.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    [ 1.752852] ata3.00: ATA-7: ST3250620AS, 3.AAE, max UDMA/133
    [ 1.752855] ata3.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    [ 1.758678] hid-generic 0003:10F5:0235.0001: input,hidraw1: USB HID v1.00 Device [Turtle Beach Turtle Beach PX21 Headset] on usb-0000:00:12.0-2/input3
    [ 1.778584] ata4.00: configured for UDMA/133
    [ 1.811234] ata3.00: configured for UDMA/133
    [ 1.811298] scsi 2:0:0:0: Direct-Access ATA ST3250620AS E PQ: 0 ANSI: 5
    [ 1.811508] scsi 3:0:0:0: Direct-Access ATA ST3750528AS CC44 PQ: 0 ANSI: 5
    [ 1.815331] scsi 4:0:0:0: CD-ROM ATAPI iHAS424 B GL14 PQ: 0 ANSI: 5
    [ 1.827195] scsi 5:0:0:0: CD-ROM ATAPI DVD A DH16A3L 8H1F PQ: 0 ANSI: 5
    [ 1.838181] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [ 1.838236] sd 2:0:0:0: [sdb] 488397168 512-byte logical blocks: (250 GB/232 GiB)
    [ 1.838264] sd 2:0:0:0: [sdb] Write Protect is off
    [ 1.838266] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [ 1.838275] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.838279] sd 3:0:0:0: [sdc] 1465149168 512-byte logical blocks: (750 GB/698 GiB)
    [ 1.838281] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.838285] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.838307] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.838310] sd 3:0:0:0: [sdc] Write Protect is off
    [ 1.838312] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
    [ 1.838324] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.840319] sda: sda1 sda2
    [ 1.840687] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.851264] sr 4:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.851267] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.851394] sr 4:0:0:0: Attached scsi CD-ROM sr0
    [ 1.853588] sdc: sdc1 sdc2 sdc3 sdc4
    [ 1.853870] sd 3:0:0:0: [sdc] Attached SCSI disk
    [ 1.859267] sdb: sdb1 sdb2
    [ 1.859479] sd 2:0:0:0: [sdb] Attached SCSI disk
    [ 1.864173] sr 5:0:0:0: [sr1] scsi3-mmc drive: 40x/12x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.864316] sr 5:0:0:0: Attached scsi CD-ROM sr1
    [ 1.895367] tsc: Refined TSC clocksource calibration: 4018.371 MHz
    [ 1.972095] usb 7-5: new full-speed USB device number 3 using ohci-pci
    [ 2.143199] input: Razer Razer DeathAdder as /devices/pci0000:00/0000:00:13.0/usb7/7-5/7-5:1.0/0003:1532:0016.0006/input/input3
    [ 2.143245] hid-generic 0003:1532:0016.0006: input,hidraw2: USB HID v1.11 Mouse [Razer Razer DeathAdder] on usb-0000:00:13.0-5/input0
    [ 2.345643] EXT4-fs (sdc2): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.564353] random: nonblocking pool is initialized
    [ 2.896115] Switched to clocksource tsc
    [ 2.989972] systemd[1]: RTC configured in localtime, applying delta of -420 minutes to system time.
    [ 4.146364] EXT4-fs (sdc2): re-mounted. Opts: data=ordered
    [ 5.242062] systemd-journald[198]: Received request to flush runtime journal from PID 1
    [ 5.820530] ACPI: acpi_idle registered with cpuidle
    [ 5.827968] acpi-cpufreq: overriding BIOS provided _PSD data
    [ 6.088745] MCE: In-kernel MCE decoding enabled.
    [ 6.088830] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
    [ 6.088835] ACPI: Power Button [PWRB]
    [ 6.088901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
    [ 6.088903] ACPI: Power Button [PWRF]
    [ 6.090720] wmi: Mapper loaded
    [ 6.183901] EDAC MC: Ver: 3.0.0
    [ 6.185457] AMD64 EDAC driver v3.4.0
    [ 6.185490] EDAC amd64: DRAM ECC disabled.
    [ 6.185502] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
    Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
    (Note that use of the override may cause unknown side effects.)
    [ 6.196328] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 6.252091] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
    [ 6.252149] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
    [ 6.309452] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 6.309546] r8169 0000:04:06.0 (unnamed net_device) (uninitialized): not PCI Express
    [ 6.309823] r8169 0000:04:06.0 eth0: RTL8169sb/8110sb at 0xffffc90000648000, d8:eb:97:81:7b:88, XID 10000000 IRQ 20
    [ 6.309826] r8169 0000:04:06.0 eth0: jumbo features [frames: 7152 bytes, tx checksumming: ok]
    [ 6.316117] [drm] Initialized drm 1.1.0 20060810
    [ 6.322842] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
    [ 6.322904] sp5100_tco: PCI Revision ID: 0x42
    [ 6.322936] sp5100_tco: Using 0xfed80b00 for watchdog MMIO address
    [ 6.322947] sp5100_tco: Last reboot was not triggered by watchdog.
    [ 6.322994] sp5100_tco: initialized (0xffffc9000064ab00). heartbeat=60 sec (nowayout=0)
    [ 6.370784] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    [ 6.405509] r8169 0000:04:06.0 enp4s6: renamed from eth0
    [ 6.666521] snd_hda_intel 0000:01:00.1: Disabling MSI
    [ 6.666531] snd_hda_intel 0000:01:00.1: Handle VGA-switcheroo audio client
    [ 6.728492] sound hdaudioC0D0: autoconfig: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
    [ 6.728504] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [ 6.728512] sound hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
    [ 6.728518] sound hdaudioC0D0: mono: mono_out=0x0
    [ 6.728523] sound hdaudioC0D0: dig-out=0x11/0x1e
    [ 6.728528] sound hdaudioC0D0: inputs:
    [ 6.728534] sound hdaudioC0D0: Front Mic=0x19
    [ 6.728540] sound hdaudioC0D0: Rear Mic=0x18
    [ 6.728545] sound hdaudioC0D0: Line=0x1a
    [ 6.732452] AVX version of gcm_enc/dec engaged.
    [ 6.732455] AES CTR mode by8 optimization enabled
    [ 6.751090] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input7
    [ 6.751373] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input8
    [ 6.751805] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
    [ 6.752652] input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
    [ 6.752768] input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input11
    [ 6.752834] input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input12
    [ 6.752899] input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input13
    [ 6.752956] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input14
    [ 7.043010] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input15
    [ 7.043204] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input16
    [ 7.043899] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input17
    [ 7.094444] Adding 16777212k swap on /dev/sdc3. Priority:-1 extents:1 across:16777212k FS
    [ 7.117737] usbcore: registered new interface driver snd-usb-audio
    [ 7.126713] nvidia: module license 'NVIDIA' taints kernel.
    [ 7.126718] Disabling lock debugging due to kernel taint
    [ 7.138096] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
    [ 7.138428] [drm] Initialized nvidia-drm 0.0.0 20150116 for 0000:01:00.0 on minor 0
    [ 7.138435] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 346.47 Thu Feb 19 18:56:03 PST 2015
    [ 7.485021] input: Logitech K400 as /devices/pci0000:00/0000:00:13.0/usb7/7-4/7-4:1.2/0003:046D:C52B.0004/0003:046D:4024.0005/input/input18
    [ 7.485233] logitech-hidpp-device 0003:046D:4024.0005: input,hidraw3: USB HID v1.11 Keyboard [Logitech K400] on usb-0000:00:13.0-4:1
    [ 7.540890] mousedev: PS/2 mouse device common for all mice
    [ 7.683577] kvm: Nested Virtualization enabled
    [ 7.683587] kvm: Nested Paging enabled
    [ 8.915498] EXT4-fs (sdc4): mounted filesystem with ordered data mode. Opts: data=ordered
    [ 8.970005] microcode: CPU0: new patch_level=0x06000832
    [ 8.988739] microcode: CPU2: new patch_level=0x06000832
    [ 8.994855] microcode: CPU4: new patch_level=0x06000832
    [ 9.013677] microcode: CPU6: new patch_level=0x06000832
    [ 9.123268] it87: Found IT8728F chip at 0x228, revision 1
    [ 9.123288] it87: Beeping is supported
    [ 10.039941] input: Razer Razer DeathAdder as /devices/pci0000:00/0000:00:13.0/usb7/7-5/7-5:1.0/0003:1532:0016.0007/input/input19
    [ 10.040305] hid-generic 0003:1532:0016.0007: input,hidraw2: USB HID v1.11 Mouse [Razer Razer DeathAdder] on usb-0000:00:13.0-5/input0
    [ 10.361662] r8169 0000:04:06.0 enp4s6: link down
    [ 10.361761] r8169 0000:04:06.0 enp4s6: link down
    [ 10.701964] ip_tables: (C) 2000-2006 Netfilter Core Team
    [ 11.041655] input: Razer Razer DeathAdder as /devices/pci0000:00/0000:00:13.0/usb7/7-5/7-5:1.0/0003:1532:0016.0008/input/input20
    [ 11.042019] hid-generic 0003:1532:0016.0008: input,hidraw2: USB HID v1.11 Mouse [Razer Razer DeathAdder] on usb-0000:00:13.0-5/input0
    [ 12.042896] input: Razer Razer DeathAdder as /devices/pci0000:00/0000:00:13.0/usb7/7-5/7-5:1.0/0003:1532:0016.0009/input/input21
    [ 12.043111] hid-generic 0003:1532:0016.0009: input,hidraw2: USB HID v1.11 Mouse [Razer Razer DeathAdder] on usb-0000:00:13.0-5/input0
    [ 13.308991] NVRM: Your system is not currently configured to drive a VGA console
    [ 13.308995] NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
    [ 13.308996] NVRM: requires the use of a text-mode VGA console. Use of other console
    [ 13.308998] NVRM: drivers including, but not limited to, vesafb, may result in
    [ 13.308999] NVRM: corruption and stability problems, and is not supported.
    [ 13.823977] r8169 0000:04:06.0 enp4s6: link up
    I figure there is plenty of unnecessary info in the dmesg and I apologize, but I want to find the problem of this illusive RAM.
    My system specs:
    AMD FX-8350
    4x4gb CMZ8GX3M2A160 Corsair RAM
    Gigabyte GA-990FXA-UD3
    NVidia GT 640
    Please can someone guide me to the answer of the missing RAM?
    Last edited by vuvffufg (2015-04-02 18:37:31)

    Yes it is 64bit:
    [vuvffufg@HereAndNow-Main ~]$ uname -a
    Linux HereAndNow-Main 3.19.2-1-ARCH #1 SMP PREEMPT Wed Mar 18 16:21:02 CET 2015 x86_64 GNU/Linux

  • Process chain tables and tcodes

    Hi frinds,
    can any one send me the process chain tables and tcodes . plzz
    regards,.
    rajesh
    my mail id is [email protected]

    Hi Rajesh,
    Process chain tables:
    RSPC_BUFFER Shared Buffer for Processes (Esp. Customer
    RSPC_MONITOR Monitor individual process chains
    RSPCABAPASYNC Logging for ABAP Processes(Synchronously a
    RSPCCATEGORY Process Type Categories
    RSPCCATEGORYT Texts for Category
    RSPCCHAIN Process chain
    RSPCCHAINATTR Attributes for a Process Chain
    RSPCCHAINEVENTS Multiple Events with Process Chains
    RSPCCHAINT Texts for Chain
    RSPCCOMMANDLOG System Command Execution Logs (Process Cha
    RSPCENQUEUE Dummy Table for Runtime Locks of a Process
    RSPCEXOR Excluding Or: Log Table
    RSPCINFO Special Values for Communication between P
    RSPCINFOT Special Values for Communication between P
    RSPCINSTANCE Generic Instance Storage
    RSPCINSTANCET Texts for Generic Instance-Storage
    RSPCLOGCHAIN Cross-Table Log ID / Chain ID
    RSPCLOGCROSS Cross-Table Log ID Old / Log ID New
    RSPCLOGS Application Logs for the Process Chains (G
    RSPCPROCESSLOG Logs for the Chain Runs
    RSPCRUNVARIABLES Variables for Process Chains for Runtime
    RSPCTRIGGER Variants for the Trigger Processes
    RSPCTRIGGERT Texts for the Trigger Variants
    RSPCTYPESDEP Dependencies for Processes
    RSPCTYPESPROC Attributes of BW processes (RSSM)
    RSPCVARIANT Generic Variant-Storage
    RSPCVARIANTATTR Attributes of a Process Variant
    RSPCVARIANTT Texts for Generic Variant Storage
    Regards,
    R.Ravi

Maybe you are looking for

  • G510 drivers for Win 8.1

    hello. (Sry For My Bad English ) i bought lenovo G510 , the place were i bought my laptop have installed to me a windows 7 .. when i come back home i uninstall the windows 7 and install a windows 8.1 64 bit essential .. most of drivers are downloaded

  • New Windows 8 Laptop? Can I install Photoshop CS6?

    Two problems: 1) I have lost my PS CS6 disk, (still have serial number, etc) and 2) I have this new Dell Laptop I want to install on, running Win 8. What is it going to take for me to get Photoshop on this machine?

  • Single Record Form: fields display with the wrong width

    I'm laying out fields on a single record form and notice that the width of the fields displayed when I run the form is less than the width I specify on the "Edit Page Item" page. Here are 3 examples: field 1: Display as=text, Width=100, Maximum Width

  • Few errors while working with Oracle 9i developer suite.

    I am facing a few errors working with Oracle 9i developer suite. 1. while running forms we have to press "ctrl +F11" to execute a query. is there any other way of executing a query where the user can do it at a click of button or so? and similarly so

  • How to make Spry Accordion Content Panel with a variable content fit

    I have a problem.  The content panel has a fixed length so I changed it to auto so I can view all the content of each panel.  The problem is that the content panel takes the dimensions of the longest content and applies that to ALL the panels.  So as