<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi, I would like to report the following issue which begain with
      kernel 5.4.86.</p>
    <p>Please let me know if I should also file a bug in bugzilla.</p>
    <p>Note that I have narrowed it down to the change which causes the
      issue (e1b1f10c3404c8d40c45c3a6846d304fd403fa2c in linux-5.4
      series, upstream a135a1b4c4db1f3b8cbed9676a40ede39feb3362).</p>
    <p>I am happy to try patches and help debug in any way I can.<br>
    </p>
    <p>Regards,</p>
    <p>Davin McCall<br>
    </p>
    <p><br>
    </p>
    <p>[1.] One line summary of the problem:<br>
      <br>
      RX 580 screen goes dark after switching monitor to different input
      and back<br>
      <br>
      [2.] Full description of the problem/report:<br>
    </p>
    <p>I have an RX 580 graphics adapter connected via displayport to my
      monitor. When I switch the monitor to a different input and then
      back, the display remains dark. The following appears in the dmesg
      output:</p>
    <p>Jan  4 10:28:04 localhost vmunix:
      [drm:dce112_get_pix_clk_dividers [amdgpu]] *ERROR*
      dce112_get_pix_clk_dividers: Invalid parameters!!<br>
      Jan  4 10:28:04 localhost vmunix:
      [drm:dm_restore_drm_connector_state [amdgpu]] *ERROR* Restoring
      old state failed with -22<br>
    </p>
    <p>This happens with kernel 5.4.86 but not 5.4.85 and can be
      reproduced reliably.<br>
    </p>
    <p>I have narrowed it down to the following change:</p>
    <blockquote>
      <pre>commit e1b1f10c3404c8d40c45c3a6846d304fd403fa2c
Author: Stylon Wang <a class="moz-txt-link-rfc2396E" href="mailto:stylon.wang@amd.com"><stylon.wang@amd.com></a>
Date:   Tue Nov 10 15:40:06 2020 +0800

    drm/amd/display: Fix memory leaks in S3 resume
    
    commit a135a1b4c4db1f3b8cbed9676a40ede39feb3362 upstream.
    
    EDID parsing in S3 resume pushes new display modes
    to probed_modes list but doesn't consolidate to actual
    mode list. This creates a race condition when
    amdgpu_dm_connector_ddc_get_modes() re-initializes the
    list head without walking the list and results in  memory leak.
    
    Bug: <a class="moz-txt-link-freetext" href="https://bugzilla.kernel.org/show_bug.cgi?id=209987">https://bugzilla.kernel.org/show_bug.cgi?id=209987</a>
    Acked-by: Harry Wentland <a class="moz-txt-link-rfc2396E" href="mailto:harry.wentland@amd.com"><harry.wentland@amd.com></a>
    Acked-by: Alex Deucher <a class="moz-txt-link-rfc2396E" href="mailto:alexander.deucher@amd.com"><alexander.deucher@amd.com></a>
    Reviewed-by: Nicholas Kazlauskas <a class="moz-txt-link-rfc2396E" href="mailto:nicholas.kazlauskas@amd.com"><nicholas.kazlauskas@amd.com></a>
    Signed-off-by: Stylon Wang <a class="moz-txt-link-rfc2396E" href="mailto:stylon.wang@amd.com"><stylon.wang@amd.com></a>
    Signed-off-by: Alex Deucher <a class="moz-txt-link-rfc2396E" href="mailto:alexander.deucher@amd.com"><alexander.deucher@amd.com></a>
    Cc: <a class="moz-txt-link-abbreviated" href="mailto:stable@vger.kernel.org">stable@vger.kernel.org</a>
    Signed-off-by: Greg Kroah-Hartman <a class="moz-txt-link-rfc2396E" href="mailto:gregkh@linuxfoundation.org"><gregkh@linuxfoundation.org></a>
</pre>
    </blockquote>
    <p><br>
      [3.] Keywords (i.e., modules, networking, kernel):</p>
    <p>amdgpu<br>
    </p>
    <p>[4.] Kernel information</p>
    <p>kernel compiled from source with custom configuration<br>
    </p>
    <p>[4.1.] Kernel version (from /proc/version):</p>
    <p>Linux version 5.4.86 (root@dragon) (gcc version 9.3.0 (GCC)) #1
      SMP PREEMPT Mon Jan 4 13:06:47 AEST 2021<br>
    </p>
    <p>[4.2.] Kernel .config file:</p>
    <p>... Is 4k lines long. I'm going to assume it's not really wanted
      here? Can supply on request.<br>
    </p>
    <p>[5.] Most recent kernel version which did not have the bug:</p>
    <p>5.4.85<br>
    </p>
    <p>[6.] Output of Oops.. message (if applicable) with symbolic
      information<br>
           resolved (see Documentation/admin-guide/oops-tracing.rst)</p>
    <p>N/A<br>
    </p>
    <p>[7.] A small shell script or example program which triggers the<br>
           problem (if possible)</p>
    <p>N/A<br>
    </p>
    <p>[8.] Environment<br>
      [8.1.] Software (add the output of the ver_linux script here)</p>
    <p><tt>Linux dragon 5.4.86 #1 SMP PREEMPT Mon Jan 4 13:06:47 AEST
        2021 x86_64 GNU/Linux</tt><tt><br>
      </tt><tt><br>
      </tt><tt>GNU C                   9.3.0</tt><tt><br>
      </tt><tt>GNU Make                4.2.1</tt><tt><br>
      </tt><tt>Binutils                2.35.1</tt><tt><br>
      </tt><tt>Util-linux              2.36.1</tt><tt><br>
      </tt><tt>Mount                   2.36.1</tt><tt><br>
      </tt><tt>Module-init-tools       21</tt><tt><br>
      </tt><tt>E2fsprogs               1.44.4</tt><tt><br>
      </tt><tt>PPP                     2.4.4</tt><tt><br>
      </tt><tt>Linux C Library         2.32</tt><tt><br>
      </tt><tt>Dynamic linker (ldd)    2.32</tt><tt><br>
      </tt><tt>Linux C++ Library       9.3.0</tt><tt><br>
      </tt><tt>Procps                  3.2.7</tt><tt><br>
      </tt><tt>Net-tools               1.9.4</tt><tt><br>
      </tt><tt>Kbd                     2.0.4</tt><tt><br>
      </tt><tt>Console-tools           2.0.4</tt><tt><br>
      </tt><tt>Sh-utils                8.32</tt><tt><br>
      </tt><tt>Udev                    228</tt><tt><br>
      </tt><tt>Wireless-tools          29</tt><tt><br>
      </tt><tt>Modules Loaded          aesni_intel amdgpu backlight
        cfbcopyarea cfbfillrect cfbimgblt cfg80211 cryptd crypto_simd
        drm drm_kms_helper drm_panel_orientation_quirks fb fbdev
        fb_sys_fops font glue_helper gpu_sched i2c_algo_bit i2c_core
        snd_hda_codec snd_hda_codec_generic snd_hda_codec_hdmi
        snd_hda_codec_realtek snd_hda_core snd_hda_intel snd_intel_nhlt
        syscopyarea sysfillrect sysimgblt ttm video</tt><br>
    </p>
    <p>[8.2.] Processor information (from /proc/cpuinfo):</p>
    <p><tt>processor    : 0</tt><tt><br>
      </tt><tt>vendor_id    : GenuineIntel</tt><tt><br>
      </tt><tt>cpu family    : 6</tt><tt><br>
      </tt><tt>model        : 60</tt><tt><br>
      </tt><tt>model name    : Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz</tt><tt><br>
      </tt><tt>stepping    : 3</tt><tt><br>
      </tt><tt>microcode    : 0x24</tt><tt><br>
      </tt><tt>cpu MHz        : 4389.681</tt><tt><br>
      </tt><tt>cache size    : 8192 KB</tt><tt><br>
      </tt><tt>physical id    : 0</tt><tt><br>
      </tt><tt>siblings    : 8</tt><tt><br>
      </tt><tt>core id        : 0</tt><tt><br>
      </tt><tt>cpu cores    : 4</tt><tt><br>
      </tt><tt>apicid        : 0</tt><tt><br>
      </tt><tt>initial apicid    : 0</tt><tt><br>
      </tt><tt>fpu        : yes</tt><tt><br>
      </tt><tt>fpu_exception    : yes</tt><tt><br>
      </tt><tt>cpuid level    : 13</tt><tt><br>
      </tt><tt>wp        : yes</tt><tt><br>
      </tt><tt>flags        : fpu vme de pse tsc msr pae mce cx8 apic
        sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse
        sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc
        arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid
        aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3
        sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt
        aes xsave avx f16c rdrand lahf_lm abm cpuid_fault invpcid_single
        tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust
        bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln
        pts</tt><tt><br>
      </tt><tt>bugs        : cpu_meltdown spectre_v1 spectre_v2
        spec_store_bypass l1tf mds swapgs itlb_multihit srbds</tt><tt><br>
      </tt><tt>bogomips    : 7981.84</tt><tt><br>
      </tt><tt>clflush size    : 64</tt><tt><br>
      </tt><tt>cache_alignment    : 64</tt><tt><br>
      </tt><tt>address sizes    : 39 bits physical, 48 bits virtual</tt><tt><br>
      </tt><tt>power management:</tt><tt><br>
      </tt></p>
    <p>above x 8 (processor 1, 2, 3, 4, 5, 6, 7).<br>
    </p>
    <p>[8.3.] Module information (from /proc/modules):</p>
    <p><tt>cfg80211 290816 0 - Live 0x0000000000000000</tt><tt><br>
      </tt><tt>amdgpu 3063808 7 - Live 0x0000000000000000</tt><tt><br>
      </tt><tt>gpu_sched 20480 1 amdgpu, Live 0x0000000000000000</tt><tt><br>
      </tt><tt>i2c_algo_bit 16384 1 amdgpu, Live 0x0000000000000000</tt><tt><br>
      </tt><tt>drm_kms_helper 135168 1 amdgpu, Live 0x0000000000000000</tt><tt><br>
      </tt><tt>cfbfillrect 16384 1 drm_kms_helper, Live
        0x0000000000000000</tt><tt><br>
      </tt><tt>syscopyarea 16384 1 drm_kms_helper, Live
        0x0000000000000000</tt><tt><br>
      </tt><tt>cfbimgblt 16384 1 drm_kms_helper, Live 0x0000000000000000</tt><tt><br>
      </tt><tt>sysfillrect 16384 1 drm_kms_helper, Live
        0x0000000000000000</tt><tt><br>
      </tt><tt>sysimgblt 16384 1 drm_kms_helper, Live 0x0000000000000000</tt><tt><br>
      </tt><tt>snd_hda_codec_realtek 98304 1 - Live 0x0000000000000000</tt><tt><br>
      </tt><tt>fb_sys_fops 16384 1 drm_kms_helper, Live
        0x0000000000000000</tt><tt><br>
      </tt><tt>cfbcopyarea 16384 1 drm_kms_helper, Live
        0x0000000000000000</tt><tt><br>
      </tt><tt>snd_hda_codec_generic 61440 1 snd_hda_codec_realtek, Live
        0x0000000000000000</tt><tt><br>
      </tt><tt>fb 77824 73 amdgpu,drm_kms_helper, Live
        0x0000000000000000</tt><tt><br>
      </tt><tt>font 20480 1 fb, Live 0x0000000000000000</tt><tt><br>
      </tt><tt>fbdev 16384 1 fb, Live 0x0000000000000000</tt><tt><br>
      </tt><tt>snd_hda_codec_hdmi 49152 1 - Live 0x0000000000000000</tt><tt><br>
      </tt><tt>ttm 73728 1 amdgpu, Live 0x0000000000000000</tt><tt><br>
      </tt><tt>drm 323584 9 amdgpu,gpu_sched,drm_kms_helper,ttm, Live
        0x0000000000000000</tt><tt><br>
      </tt><tt>drm_panel_orientation_quirks 20480 1 drm, Live
        0x0000000000000000</tt><tt><br>
      </tt><tt>i2c_core 40960 4 amdgpu,i2c_algo_bit,drm_kms_helper,drm,
        Live 0x0000000000000000</tt><tt><br>
      </tt><tt>snd_hda_intel 28672 5 - Live 0x0000000000000000</tt><tt><br>
      </tt><tt>aesni_intel 364544 0 - Live 0x0000000000000000</tt><tt><br>
      </tt><tt>snd_intel_nhlt 16384 1 snd_hda_intel, Live
        0x0000000000000000</tt><tt><br>
      </tt><tt>video 40960 0 - Live 0x0000000000000000</tt><tt><br>
      </tt><tt>glue_helper 16384 1 aesni_intel, Live 0x0000000000000000</tt><tt><br>
      </tt><tt>snd_hda_codec 86016 4
snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,
        Live 0x0000000000000000</tt><tt><br>
      </tt><tt>crypto_simd 16384 1 aesni_intel, Live 0x0000000000000000</tt><tt><br>
      </tt><tt>snd_hda_core 53248 5
snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,
        Live 0x0000000000000000</tt><tt><br>
      </tt><tt>cryptd 16384 1 crypto_simd, Live 0x0000000000000000</tt><tt><br>
      </tt><tt>backlight 16384 2 amdgpu,video, Live 0x0000000000000000</tt><br>
    </p>
    <p>[8.4.] Loaded driver and hardware information (/proc/ioports,
      /proc/iomem)</p>
    <p>/proc/ioports:</p>
    <p><tt>0000-0000 : PCI Bus 0000:00</tt><tt><br>
      </tt><tt>  0000-0000 : dma1</tt><tt><br>
      </tt><tt>  0000-0000 : pic1</tt><tt><br>
      </tt><tt>  0000-0000 : timer0</tt><tt><br>
      </tt><tt>  0000-0000 : timer1</tt><tt><br>
      </tt><tt>  0000-0000 : keyboard</tt><tt><br>
      </tt><tt>  0000-0000 : keyboard</tt><tt><br>
      </tt><tt>  0000-0000 : rtc0</tt><tt><br>
      </tt><tt>  0000-0000 : dma page reg</tt><tt><br>
      </tt><tt>  0000-0000 : pic2</tt><tt><br>
      </tt><tt>  0000-0000 : dma2</tt><tt><br>
      </tt><tt>  0000-0000 : fpu</tt><tt><br>
      </tt><tt>    0000-0000 : PNP0C04:00</tt><tt><br>
      </tt><tt>  0000-0000 : vga+</tt><tt><br>
      </tt><tt>  0000-0000 : serial</tt><tt><br>
      </tt><tt>  0000-0000 : pnp 00:06</tt><tt><br>
      </tt><tt>  0000-0000 : pnp 00:01</tt><tt><br>
      </tt><tt>  0000-0000 : pnp 00:04</tt><tt><br>
      </tt><tt>  0000-0000 : pnp 00:04</tt><tt><br>
      </tt><tt>  0000-0000 : pnp 00:04</tt><tt><br>
      </tt><tt>    0000-0000 : it87</tt><tt><br>
      </tt><tt>      0000-0000 : it87</tt><tt><br>
      </tt><tt>0000-0000 : PCI conf1</tt><tt><br>
      </tt><tt>0000-0000 : PCI Bus 0000:00</tt><tt><br>
      </tt><tt>  0000-0000 : ACPI PM1a_EVT_BLK</tt><tt><br>
      </tt><tt>  0000-0000 : ACPI PM1a_CNT_BLK</tt><tt><br>
      </tt><tt>  0000-0000 : ACPI PM_TMR</tt><tt><br>
      </tt><tt>  0000-0000 : ACPI GPE0_BLK</tt><tt><br>
      </tt><tt>  0000-0000 : ACPI PM2_CNT_BLK</tt><tt><br>
      </tt><tt>  0000-0000 : pnp 00:03</tt><tt><br>
      </tt><tt>  0000-0000 : PCI Bus 0000:06</tt><tt><br>
      </tt><tt>    0000-0000 : 0000:06:00.0</tt><tt><br>
      </tt><tt>      0000-0000 : ahci</tt><tt><br>
      </tt><tt>    0000-0000 : 0000:06:00.0</tt><tt><br>
      </tt><tt>      0000-0000 : ahci</tt><tt><br>
      </tt><tt>    0000-0000 : 0000:06:00.0</tt><tt><br>
      </tt><tt>      0000-0000 : ahci</tt><tt><br>
      </tt><tt>    0000-0000 : 0000:06:00.0</tt><tt><br>
      </tt><tt>      0000-0000 : ahci</tt><tt><br>
      </tt><tt>    0000-0000 : 0000:06:00.0</tt><tt><br>
      </tt><tt>      0000-0000 : ahci</tt><tt><br>
      </tt><tt>  0000-0000 : PCI Bus 0000:03</tt><tt><br>
      </tt><tt>    0000-0000 : 0000:03:00.0</tt><tt><br>
      </tt><tt>  0000-0000 : PCI Bus 0000:01</tt><tt><br>
      </tt><tt>    0000-0000 : 0000:01:00.0</tt><tt><br>
      </tt><tt>  0000-0000 : 0000:00:1f.3</tt><tt><br>
      </tt><tt>  0000-0000 : 0000:00:1f.2</tt><tt><br>
      </tt><tt>    0000-0000 : ahci</tt><tt><br>
      </tt><tt>  0000-0000 : 0000:00:19.0</tt><tt><br>
      </tt><tt>  0000-0000 : 0000:00:1f.2</tt><tt><br>
      </tt><tt>    0000-0000 : ahci</tt><tt><br>
      </tt><tt>  0000-0000 : 0000:00:1f.2</tt><tt><br>
      </tt><tt>    0000-0000 : ahci</tt><tt><br>
      </tt><tt>  0000-0000 : 0000:00:1f.2</tt><tt><br>
      </tt><tt>    0000-0000 : ahci</tt><tt><br>
      </tt><tt>  0000-0000 : 0000:00:1f.2</tt><tt><br>
      </tt><tt>    0000-0000 : ahci</tt><tt><br>
      </tt></p>
    <p>/proc/iomem:</p>
    <p><tt>00000000-00000000 : Reserved</tt><tt><br>
      </tt><tt>00000000-00000000 : System RAM</tt><tt><br>
      </tt><tt>00000000-00000000 : Reserved</tt><tt><br>
      </tt><tt>00000000-00000000 : PCI Bus 0000:00</tt><tt><br>
      </tt><tt>00000000-00000000 : Video ROM</tt><tt><br>
      </tt><tt>00000000-00000000 : PCI Bus 0000:00</tt><tt><br>
      </tt><tt>00000000-00000000 : PCI Bus 0000:00</tt><tt><br>
      </tt><tt>00000000-00000000 : PCI Bus 0000:00</tt><tt><br>
      </tt><tt>00000000-00000000 : PCI Bus 0000:00</tt><tt><br>
      </tt><tt>00000000-00000000 : Reserved</tt><tt><br>
      </tt><tt>  00000000-00000000 : PCI Bus 0000:00</tt><tt><br>
      </tt><tt>  00000000-00000000 : PCI Bus 0000:00</tt><tt><br>
      </tt><tt>  00000000-00000000 : System ROM</tt><tt><br>
      </tt><tt>00000000-00000000 : System RAM</tt><tt><br>
      </tt><tt>  00000000-00000000 : Kernel code</tt><tt><br>
      </tt><tt>  00000000-00000000 : Kernel data</tt><tt><br>
      </tt><tt>  00000000-00000000 : Kernel bss</tt><tt><br>
      </tt><tt>00000000-00000000 : ACPI Non-volatile Storage</tt><tt><br>
      </tt><tt>00000000-00000000 : System RAM</tt><tt><br>
      </tt><tt>00000000-00000000 : Reserved</tt><tt><br>
      </tt><tt>00000000-00000000 : System RAM</tt><tt><br>
      </tt><tt>00000000-00000000 : Reserved</tt><tt><br>
      </tt><tt>00000000-00000000 : System RAM</tt><tt><br>
      </tt><tt>00000000-00000000 : ACPI Non-volatile Storage</tt><tt><br>
      </tt><tt>00000000-00000000 : Reserved</tt><tt><br>
      </tt><tt>00000000-00000000 : System RAM</tt><tt><br>
      </tt><tt>00000000-00000000 : RAM buffer</tt><tt><br>
      </tt><tt>00000000-00000000 : PCI Bus 0000:00</tt><tt><br>
      </tt><tt>  00000000-00000000 : PCI Bus 0000:01</tt><tt><br>
      </tt><tt>    00000000-00000000 : 0000:01:00.0</tt><tt><br>
      </tt><tt>    00000000-00000000 : 0000:01:00.0</tt><tt><br>
      </tt><tt>  00000000-00000000 : PCI Bus 0000:06</tt><tt><br>
      </tt><tt>    00000000-00000000 : 0000:06:00.0</tt><tt><br>
      </tt><tt>    00000000-00000000 : 0000:06:00.0</tt><tt><br>
      </tt><tt>      00000000-00000000 : ahci</tt><tt><br>
      </tt><tt>  00000000-00000000 : PCI Bus 0000:03</tt><tt><br>
      </tt><tt>    00000000-00000000 : 0000:03:00.0</tt><tt><br>
      </tt><tt>      00000000-00000000 : alx</tt><tt><br>
      </tt><tt>  00000000-00000000 : PCI Bus 0000:01</tt><tt><br>
      </tt><tt>    00000000-00000000 : 0000:01:00.0</tt><tt><br>
      </tt><tt>    00000000-00000000 : 0000:01:00.1</tt><tt><br>
      </tt><tt>      00000000-00000000 : ICH HD audio</tt><tt><br>
      </tt><tt>  00000000-00000000 : 0000:00:19.0</tt><tt><br>
      </tt><tt>    00000000-00000000 : e1000e</tt><tt><br>
      </tt><tt>  00000000-00000000 : 0000:00:14.0</tt><tt><br>
      </tt><tt>    00000000-00000000 : xhci-hcd</tt><tt><br>
      </tt><tt>  00000000-00000000 : 0000:00:1b.0</tt><tt><br>
      </tt><tt>    00000000-00000000 : ICH HD audio</tt><tt><br>
      </tt><tt>  00000000-00000000 : 0000:00:1f.3</tt><tt><br>
      </tt><tt>  00000000-00000000 : 0000:00:1f.2</tt><tt><br>
      </tt><tt>    00000000-00000000 : ahci</tt><tt><br>
      </tt><tt>  00000000-00000000 : 0000:00:1d.0</tt><tt><br>
      </tt><tt>    00000000-00000000 : ehci_hcd</tt><tt><br>
      </tt><tt>  00000000-00000000 : 0000:00:1a.0</tt><tt><br>
      </tt><tt>    00000000-00000000 : ehci_hcd</tt><tt><br>
      </tt><tt>  00000000-00000000 : 0000:00:19.0</tt><tt><br>
      </tt><tt>    00000000-00000000 : e1000e</tt><tt><br>
      </tt><tt>  00000000-00000000 : 0000:00:16.0</tt><tt><br>
      </tt><tt>  00000000-00000000 : pnp 00:07</tt><tt><br>
      </tt><tt>  00000000-00000000 : PCI MMCONFIG 0000 [bus 00-3f]</tt><tt><br>
      </tt><tt>    00000000-00000000 : Reserved</tt><tt><br>
      </tt><tt>      00000000-00000000 : pnp 00:07</tt><tt><br>
      </tt><tt>00000000-00000000 : Reserved</tt><tt><br>
      </tt><tt>  00000000-00000000 : IOAPIC 0</tt><tt><br>
      </tt><tt>00000000-00000000 : Reserved</tt><tt><br>
      </tt><tt>  00000000-00000000 : HPET 0</tt><tt><br>
      </tt><tt>    00000000-00000000 : PNP0103:00</tt><tt><br>
      </tt><tt>00000000-00000000 : pnp 00:07</tt><tt><br>
      </tt><tt>00000000-00000000 : pnp 00:07</tt><tt><br>
      </tt><tt>00000000-00000000 : pnp 00:07</tt><tt><br>
      </tt><tt>00000000-00000000 : Reserved</tt><tt><br>
      </tt><tt>  00000000-00000000 : pnp 00:07</tt><tt><br>
      </tt><tt>00000000-00000000 : pnp 00:07</tt><tt><br>
      </tt><tt>00000000-00000000 : pnp 00:00</tt><tt><br>
      </tt><tt>00000000-00000000 : pnp 00:07</tt><tt><br>
      </tt><tt>00000000-00000000 : dmar0</tt><tt><br>
      </tt><tt>00000000-00000000 : Local APIC</tt><tt><br>
      </tt><tt>  00000000-00000000 : Reserved</tt><tt><br>
      </tt><tt>00000000-00000000 : Reserved</tt><tt><br>
      </tt><tt>  00000000-00000000 : INT0800:00</tt><tt><br>
      </tt><tt>    00000000-00000000 : pnp 00:07</tt><tt><br>
      </tt><tt>00000000-00000000 : System RAM</tt><tt><br>
      </tt><tt>00000000-00000000 : RAM buffer</tt><br>
    </p>
    <p>[8.5.] PCI information ('lspci -vvv' as root)</p>
    <p><tt>00:00.0 Host bridge: Intel Corporation 4th Gen Core Processor
        DRAM Controller (rev 06)<br>
            Subsystem: Gigabyte Technology Co., Ltd 4th Gen Core
        Processor DRAM Controller<br>
            Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
        ParErr- Stepping- SERR- FastB2B- DisINTx-<br>
            Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast
        >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-<br>
            Latency: 0<br>
            Capabilities: [e0] Vendor Specific Information: Len=0c
        <?><br>
        <br>
        00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen
        Core Processor PCI Express x16 Controller (rev 06) (prog-if 00
        [Normal decode])<br>
            Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
        ParErr- Stepping- SERR- FastB2B- DisINTx+<br>
            Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast
        >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-<br>
            Latency: 0, Cache Line Size: 64 bytes<br>
            Interrupt: pin A routed to IRQ 25<br>
            Bus: primary=00, secondary=01, subordinate=01, sec-latency=0<br>
            I/O behind bridge: 0000e000-0000efff [size=4K]<br>
            Memory behind bridge: f7e00000-f7efffff [size=1M]<br>
            Prefetchable memory behind bridge:
        00000000e0000000-00000000f01fffff [size=258M]<br>
            Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast
        >TAbort- <TAbort- <MAbort+ <SERR- <PERR-<br>
            BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- >Reset-
        FastB2B-<br>
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-<br>
            Capabilities: [88] Subsystem: Gigabyte Technology Co., Ltd
        Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16
        Controller<br>
            Capabilities: [80] Power Management version 3<br>
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
        PME(D0+,D1-,D2-,D3hot+,D3cold+)<br>
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-<br>
            Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-<br>
                Address: fee00218  Data: 0000<br>
            Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00<br>
                DevCap:    MaxPayload 256 bytes, PhantFunc 0<br>
                    ExtTag- RBE+<br>
                DevCtl:    Report errors: Correctable- Non-Fatal- Fatal-
        Unsupported-<br>
                    RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-<br>
                    MaxPayload 256 bytes, MaxReadReq 128 bytes<br>
                DevSta:    CorrErr- UncorrErr- FatalErr- UnsuppReq-
        AuxPwr- TransPend-<br>
                LnkCap:    Port #2, Speed 8GT/s, Width x16, ASPM L0s L1,
        Exit Latency L0s <256ns, L1 <8us<br>
                    ClockPM- Surprise- LLActRep- BwNot+ ASPMOptComp+<br>
                LnkCtl:    ASPM Disabled; RCB 64 bytes Disabled-
        CommClk+<br>
                    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-<br>
                LnkSta:    Speed 8GT/s, Width x16, TrErr- Train-
        SlotClk+ DLActive- BWMgmt+ ABWMgmt+<br>
                SltCap:    AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd-
        HotPlug- Surprise-<br>
                    Slot #1, PowerLimit 75.000W; Interlock- NoCompl+<br>
                SltCtl:    Enable: AttnBtn- PwrFlt- MRL- PresDet-
        CmdCplt- HPIrq- LinkChg-<br>
                    Control: AttnInd Unknown, PwrInd Unknown, Power-
        Interlock-<br>
                SltSta:    Status: AttnBtn- PowerFlt- MRL- CmdCplt-
        PresDet+ Interlock-<br>
                    Changed: MRL- PresDet- LinkState-<br>
                RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal-
        PMEIntEna- CRSVisible-<br>
                RootCap: CRSVisible-<br>
                RootSta: PME ReqID 0000, PMEStatus- PMEPending-<br>
                DevCap2: Completion Timeout: Not Supported, TimeoutDis-,
        LTR+, OBFF Via WAKE# ARIFwd-<br>
                     AtomicOpsCap: Routing- 32bit+ 64bit+ 128bitCAS+<br>
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-,
        LTR+, OBFF Via WAKE# ARIFwd-<br>
                     AtomicOpsCtl: ReqEn- EgressBlck-<br>
                LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance-
        SpeedDis-<br>
                     Transmit Margin: Normal Operating Range,
        EnterModifiedCompliance- ComplianceSOS-<br>
                     Compliance De-emphasis: -6dB<br>
                LnkSta2: Current De-emphasis Level: -6dB,
        EqualizationComplete+, EqualizationPhase1+<br>
                     EqualizationPhase2+, EqualizationPhase3+,
        LinkEqualizationRequest-<br>
            Capabilities: [100 v1] Virtual Channel<br>
                Caps:    LPEVC=0 RefClk=100ns PATEntryBits=1<br>
                Arb:    Fixed- WRR32- WRR64- WRR128-<br>
                Ctrl:    ArbSelect=Fixed<br>
                Status:    InProgress-<br>
                VC0:    Caps:    PATOffset=00 MaxTimeSlots=1
        RejSnoopTrans-<br>
                    Arb:    Fixed+ WRR32- WRR64- WRR128- TWRR128-
        WRR256-<br>
                    Ctrl:    Enable+ ID=0 ArbSelect=Fixed TC/VC=ff<br>
                    Status:    NegoPending- InProgress-<br>
            Capabilities: [140 v1] Root Complex Link<br>
                Desc:    PortNumber=02 ComponentID=01 EltType=Config<br>
                Link0:    Desc:    TargetPort=00 TargetComponent=01
        AssocRCRB- LinkType=MemMapped LinkValid+<br>
                    Addr:    00000000fed19000<br>
            Capabilities: [d94 v1] #19<br>
            Kernel driver in use: pcieport<br>
        <br>
        00:14.0 USB controller: Intel Corporation 9 Series Chipset
        Family USB xHCI Controller (prog-if 30 [XHCI])<br>
            Subsystem: Gigabyte Technology Co., Ltd 9 Series Chipset
        Family USB xHCI Controller<br>
            Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
        ParErr- Stepping- SERR- FastB2B- DisINTx+<br>
            Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium
        >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-<br>
            Latency: 0<br>
            Interrupt: pin A routed to IRQ 33<br>
            Region 0: Memory at f7f20000 (64-bit, non-prefetchable)
        [size=64K]<br>
            Capabilities: [70] Power Management version 2<br>
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA
        PME(D0-,D1-,D2-,D3hot+,D3cold+)<br>
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-<br>
            Capabilities: [80] MSI: Enable+ Count=1/8 Maskable- 64bit+<br>
                Address: 00000000fee00398  Data: 0000<br>
            Kernel driver in use: xhci_hcd<br>
        <br>
        00:16.0 Communication controller: Intel Corporation 9 Series
        Chipset Family ME Interface #1<br>
            Subsystem: Gigabyte Technology Co., Ltd 9 Series Chipset
        Family ME Interface<br>
            Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
        ParErr- Stepping- SERR- FastB2B- DisINTx-<br>
            Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast
        >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-<br>
            Latency: 0<br>
            Interrupt: pin A routed to IRQ 11<br>
            Region 0: Memory at f7f39000 (64-bit, non-prefetchable)
        [size=16]<br>
            Capabilities: [50] Power Management version 3<br>
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
        PME(D0+,D1-,D2-,D3hot+,D3cold+)<br>
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-<br>
            Capabilities: [8c] MSI: Enable- Count=1/1 Maskable- 64bit+<br>
                Address: 0000000000000000  Data: 0000<br>
        <br>
        00:19.0 Ethernet controller: Intel Corporation Ethernet
        Connection I217-V<br>
            Subsystem: Gigabyte Technology Co., Ltd Ethernet Connection
        I217-V<br>
            Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
        ParErr- Stepping- SERR- FastB2B- DisINTx+<br>
            Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast
        >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-<br>
            Latency: 0<br>
            Interrupt: pin A routed to IRQ 32<br>
            Region 0: Memory at f7f00000 (32-bit, non-prefetchable)
        [size=128K]<br>
            Region 1: Memory at f7f38000 (32-bit, non-prefetchable)
        [size=4K]<br>
            Region 2: I/O ports at f040 [size=32]<br>
            Capabilities: [c8] Power Management version 2<br>
                Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA
        PME(D0+,D1-,D2-,D3hot+,D3cold+)<br>
                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-<br>
            Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+<br>
                Address: 00000000fee00358  Data: 0000<br>
            Capabilities: [e0] PCI Advanced Features<br>
                AFCap: TP+ FLR+<br>
                AFCtrl: FLR-<br>
                AFStatus: TP-<br>
            Kernel driver in use: e1000e<br>
        <br>
        00:1a.0 USB controller: Intel Corporation 9 Series Chipset
        Family USB EHCI Controller #2 (prog-if 20 [EHCI])<br>
            Subsystem: Gigabyte Technology Co., Ltd 9 Series Chipset
        Family USB EHCI Controller<br>
            Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
        ParErr- Stepping- SERR- FastB2B- DisINTx-<br>
            Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium
        >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-<br>
            Latency: 0<br>
            Interrupt: pin A routed to IRQ 16<br>
            Region 0: Memory at f7f37000 (32-bit, non-prefetchable)
        [size=1K]<br>
            Capabilities: [50] Power Management version 2<br>
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA
        PME(D0+,D1-,D2-,D3hot+,D3cold+)<br>
                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-<br>
            Capabilities: [58] Debug port: BAR=1 offset=00a0<br>
            Capabilities: [98] PCI Advanced Features<br>
                AFCap: TP+ FLR+<br>
                AFCtrl: FLR-<br>
                AFStatus: TP-<br>
            Kernel driver in use: ehci-pci<br>
        <br>
        00:1b.0 Audio device: Intel Corporation 9 Series Chipset Family
        HD Audio Controller<br>
            Subsystem: Gigabyte Technology Co., Ltd 9 Series Chipset
        Family HD Audio Controller<br>
            Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
        ParErr- Stepping- SERR- FastB2B- DisINTx+<br>
            Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast
        >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-<br>
            Latency: 0, Cache Line Size: 64 bytes<br>
            Interrupt: pin A routed to IRQ 34<br>
            Region 0: Memory at f7f30000 (64-bit, non-prefetchable)
        [size=16K]<br>
            Capabilities: [50] Power Management version 2<br>
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA
        PME(D0+,D1-,D2-,D3hot+,D3cold+)<br>
                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-<br>
            Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+<br>
                Address: 00000000fee003f8  Data: 0000<br>
            Capabilities: [70] Express (v1) Root Complex Integrated
        Endpoint, MSI 00<br>
                DevCap:    MaxPayload 128 bytes, PhantFunc 0<br>
                    ExtTag- RBE-<br>
                DevCtl:    Report errors: Correctable- Non-Fatal- Fatal-
        Unsupported-<br>
                    RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-<br>
                    MaxPayload 128 bytes, MaxReadReq 128 bytes<br>
                DevSta:    CorrErr- UncorrErr- FatalErr- UnsuppReq-
        AuxPwr+ TransPend-<br>
            Capabilities: [100 v1] Virtual Channel<br>
                Caps:    LPEVC=0 RefClk=100ns PATEntryBits=1<br>
                Arb:    Fixed- WRR32- WRR64- WRR128-<br>
                Ctrl:    ArbSelect=Fixed<br>
                Status:    InProgress-<br>
                VC0:    Caps:    PATOffset=00 MaxTimeSlots=1
        RejSnoopTrans-<br>
                    Arb:    Fixed- WRR32- WRR64- WRR128- TWRR128-
        WRR256-<br>
                    Ctrl:    Enable+ ID=0 ArbSelect=Fixed TC/VC=01<br>
                    Status:    NegoPending- InProgress-<br>
                VC1:    Caps:    PATOffset=00 MaxTimeSlots=1
        RejSnoopTrans-<br>
                    Arb:    Fixed- WRR32- WRR64- WRR128- TWRR128-
        WRR256-<br>
                    Ctrl:    Enable+ ID=2 ArbSelect=Fixed TC/VC=04<br>
                    Status:    NegoPending- InProgress-<br>
            Kernel driver in use: snd_hda_intel<br>
            Kernel modules: snd_hda_intel<br>
        <br>
        00:1c.0 PCI bridge: Intel Corporation 9 Series Chipset Family
        PCI Express Root Port 1 (rev d0) (prog-if 00 [Normal decode])<br>
            Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
        ParErr- Stepping- SERR- FastB2B- DisINTx+<br>
            Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast
        >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-<br>
            Latency: 0, Cache Line Size: 64 bytes<br>
            Interrupt: pin A routed to IRQ 26<br>
            Bus: primary=00, secondary=02, subordinate=02, sec-latency=0<br>
            I/O behind bridge: 0000f000-00000fff [empty]<br>
            Memory behind bridge: fff00000-000fffff [empty]<br>
            Prefetchable memory behind bridge:
        00000000fff00000-00000000000fffff [empty]<br>
            Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast
        >TAbort- <TAbort- <MAbort+ <SERR- <PERR-<br>
            BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset-
        FastB2B-<br>
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-<br>
            Capabilities: [40] Express (v2) Root Port (Slot-), MSI 00<br>
                DevCap:    MaxPayload 128 bytes, PhantFunc 0<br>
                    ExtTag- RBE+<br>
                DevCtl:    Report errors: Correctable- Non-Fatal- Fatal-
        Unsupported-<br>
                    RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-<br>
                    MaxPayload 128 bytes, MaxReadReq 128 bytes<br>
                DevSta:    CorrErr- UncorrErr- FatalErr- UnsuppReq-
        AuxPwr+ TransPend-<br>
                LnkCap:    Port #1, Speed 5GT/s, Width x2, ASPM L0s L1,
        Exit Latency L0s <1us, L1 <4us<br>
                    ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp-<br>
                LnkCtl:    ASPM Disabled; RCB 64 bytes Disabled-
        CommClk-<br>
                    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-<br>
                LnkSta:    Speed 2.5GT/s, Width x0, TrErr- Train+
        SlotClk+ DLActive- BWMgmt- ABWMgmt-<br>
                RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal-
        PMEIntEna- CRSVisible-<br>
                RootCap: CRSVisible-<br>
                RootSta: PME ReqID 0000, PMEStatus- PMEPending-<br>
                DevCap2: Completion Timeout: Range ABC, TimeoutDis+,
        LTR+, OBFF Via WAKE# ARIFwd-<br>
                     AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-<br>
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-,
        LTR+, OBFF Disabled ARIFwd-<br>
                     AtomicOpsCtl: ReqEn- EgressBlck-<br>
                LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance-
        SpeedDis-<br>
                     Transmit Margin: Normal Operating Range,
        EnterModifiedCompliance- ComplianceSOS-<br>
                     Compliance De-emphasis: -6dB<br>
                LnkSta2: Current De-emphasis Level: -3.5dB,
        EqualizationComplete-, EqualizationPhase1-<br>
                     EqualizationPhase2-, EqualizationPhase3-,
        LinkEqualizationRequest-<br>
            Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-<br>
                Address: fee00238  Data: 0000<br>
            Capabilities: [90] Subsystem: Gigabyte Technology Co., Ltd 9
        Series Chipset Family PCI Express Root Port 1<br>
            Capabilities: [a0] Power Management version 3<br>
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
        PME(D0+,D1-,D2-,D3hot+,D3cold+)<br>
                Status: D3 NoSoftRst- PME-Enable+ DSel=0 DScale=0 PME-<br>
            Kernel driver in use: pcieport<br>
        <br>
        00:1c.2 PCI bridge: Intel Corporation 9 Series Chipset Family
        PCI Express Root Port 3 (rev d0) (prog-if 00 [Normal decode])<br>
            Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
        ParErr- Stepping- SERR- FastB2B- DisINTx+<br>
            Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast
        >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-<br>
            Latency: 0, Cache Line Size: 64 bytes<br>
            Interrupt: pin C routed to IRQ 27<br>
            Bus: primary=00, secondary=03, subordinate=03, sec-latency=0<br>
            I/O behind bridge: 0000d000-0000dfff [size=4K]<br>
            Memory behind bridge: f7d00000-f7dfffff [size=1M]<br>
            Prefetchable memory behind bridge:
        00000000fff00000-00000000000fffff [empty]<br>
            Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast
        >TAbort- <TAbort- <MAbort- <SERR- <PERR-<br>
            BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset-
        FastB2B-<br>
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-<br>
            Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00<br>
                DevCap:    MaxPayload 128 bytes, PhantFunc 0<br>
                    ExtTag- RBE+<br>
                DevCtl:    Report errors: Correctable- Non-Fatal- Fatal-
        Unsupported-<br>
                    RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-<br>
                    MaxPayload 128 bytes, MaxReadReq 128 bytes<br>
                DevSta:    CorrErr- UncorrErr- FatalErr- UnsuppReq-
        AuxPwr+ TransPend-<br>
                LnkCap:    Port #3, Speed 5GT/s, Width x1, ASPM L0s L1,
        Exit Latency L0s <512ns, L1 <16us<br>
                    ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp-<br>
                LnkCtl:    ASPM Disabled; RCB 64 bytes Disabled-
        CommClk+<br>
                    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-<br>
                LnkSta:    Speed 2.5GT/s, Width x1, TrErr- Train-
        SlotClk+ DLActive+ BWMgmt+ ABWMgmt-<br>
                SltCap:    AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd-
        HotPlug- Surprise-<br>
                    Slot #2, PowerLimit 10.000W; Interlock- NoCompl+<br>
                SltCtl:    Enable: AttnBtn- PwrFlt- MRL- PresDet-
        CmdCplt- HPIrq- LinkChg-<br>
                    Control: AttnInd Unknown, PwrInd Unknown, Power-
        Interlock-<br>
                SltSta:    Status: AttnBtn- PowerFlt- MRL- CmdCplt-
        PresDet+ Interlock-<br>
                    Changed: MRL- PresDet- LinkState-<br>
                RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal-
        PMEIntEna- CRSVisible-<br>
                RootCap: CRSVisible-<br>
                RootSta: PME ReqID 0000, PMEStatus- PMEPending-<br>
                DevCap2: Completion Timeout: Range ABC, TimeoutDis+,
        LTR+, OBFF Not Supported ARIFwd-<br>
                     AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-<br>
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-,
        LTR+, OBFF Disabled ARIFwd-<br>
                     AtomicOpsCtl: ReqEn- EgressBlck-<br>
                LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance-
        SpeedDis-<br>
                     Transmit Margin: Normal Operating Range,
        EnterModifiedCompliance- ComplianceSOS-<br>
                     Compliance De-emphasis: -6dB<br>
                LnkSta2: Current De-emphasis Level: -3.5dB,
        EqualizationComplete-, EqualizationPhase1-<br>
                     EqualizationPhase2-, EqualizationPhase3-,
        LinkEqualizationRequest-<br>
            Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-<br>
                Address: fee00278  Data: 0000<br>
            Capabilities: [90] Subsystem: Gigabyte Technology Co., Ltd 9
        Series Chipset Family PCI Express Root Port 3<br>
            Capabilities: [a0] Power Management version 3<br>
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
        PME(D0+,D1-,D2-,D3hot+,D3cold+)<br>
                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-<br>
            Kernel driver in use: pcieport<br>
        <br>
        00:1c.3 PCI bridge: Intel Corporation 9 Series Chipset Family
        PCI Express Root Port 4 (rev d0) (prog-if 00 [Normal decode])<br>
            Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
        ParErr- Stepping- SERR- FastB2B- DisINTx+<br>
            Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast
        >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-<br>
            Latency: 0, Cache Line Size: 64 bytes<br>
            Interrupt: pin D routed to IRQ 28<br>
            Bus: primary=00, secondary=04, subordinate=05, sec-latency=0<br>
            I/O behind bridge: 0000f000-00000fff [empty]<br>
            Memory behind bridge: fff00000-000fffff [empty]<br>
            Prefetchable memory behind bridge:
        00000000fff00000-00000000000fffff [empty]<br>
            Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast
        >TAbort- <TAbort- <MAbort+ <SERR- <PERR-<br>
            BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset-
        FastB2B-<br>
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-<br>
            Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00<br>
                DevCap:    MaxPayload 128 bytes, PhantFunc 0<br>
                    ExtTag- RBE+<br>
                DevCtl:    Report errors: Correctable- Non-Fatal- Fatal-
        Unsupported-<br>
                    RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-<br>
                    MaxPayload 128 bytes, MaxReadReq 128 bytes<br>
                DevSta:    CorrErr- UncorrErr- FatalErr- UnsuppReq-
        AuxPwr+ TransPend-<br>
                LnkCap:    Port #4, Speed 5GT/s, Width x1, ASPM L0s L1,
        Exit Latency L0s <1us, L1 <16us<br>
                    ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp-<br>
                LnkCtl:    ASPM Disabled; RCB 64 bytes Disabled-
        CommClk-<br>
                    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-<br>
                LnkSta:    Speed 2.5GT/s, Width x1, TrErr- Train-
        SlotClk+ DLActive+ BWMgmt+ ABWMgmt-<br>
                SltCap:    AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd-
        HotPlug- Surprise-<br>
                    Slot #3, PowerLimit 10.000W; Interlock- NoCompl+<br>
                SltCtl:    Enable: AttnBtn- PwrFlt- MRL- PresDet-
        CmdCplt- HPIrq- LinkChg-<br>
                    Control: AttnInd Unknown, PwrInd Unknown, Power-
        Interlock-<br>
                SltSta:    Status: AttnBtn- PowerFlt- MRL- CmdCplt-
        PresDet+ Interlock-<br>
                    Changed: MRL- PresDet- LinkState-<br>
                RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal-
        PMEIntEna- CRSVisible-<br>
                RootCap: CRSVisible-<br>
                RootSta: PME ReqID 0000, PMEStatus- PMEPending-<br>
                DevCap2: Completion Timeout: Range ABC, TimeoutDis+,
        LTR+, OBFF Not Supported ARIFwd-<br>
                     AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-<br>
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-,
        LTR+, OBFF Disabled ARIFwd-<br>
                     AtomicOpsCtl: ReqEn- EgressBlck-<br>
                LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance-
        SpeedDis-<br>
                     Transmit Margin: Normal Operating Range,
        EnterModifiedCompliance- ComplianceSOS-<br>
                     Compliance De-emphasis: -6dB<br>
                LnkSta2: Current De-emphasis Level: -3.5dB,
        EqualizationComplete-, EqualizationPhase1-<br>
                     EqualizationPhase2-, EqualizationPhase3-,
        LinkEqualizationRequest-<br>
            Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-<br>
                Address: fee002b8  Data: 0000<br>
            Capabilities: [90] Subsystem: Gigabyte Technology Co., Ltd 9
        Series Chipset Family PCI Express Root Port 4<br>
            Capabilities: [a0] Power Management version 3<br>
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
        PME(D0+,D1-,D2-,D3hot+,D3cold+)<br>
                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-<br>
            Kernel driver in use: pcieport<br>
        <br>
        00:1c.6 PCI bridge: Intel Corporation 9 Series Chipset Family
        PCI Express Root Port 7 (rev d0) (prog-if 00 [Normal decode])<br>
            Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
        ParErr- Stepping- SERR- FastB2B- DisINTx+<br>
            Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast
        >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-<br>
            Latency: 0, Cache Line Size: 64 bytes<br>
            Interrupt: pin C routed to IRQ 29<br>
            Bus: primary=00, secondary=06, subordinate=06, sec-latency=0<br>
            I/O behind bridge: 0000c000-0000cfff [size=4K]<br>
            Memory behind bridge: f7c00000-f7cfffff [size=1M]<br>
            Prefetchable memory behind bridge:
        00000000fff00000-00000000000fffff [empty]<br>
            Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast
        >TAbort- <TAbort- <MAbort- <SERR- <PERR-<br>
            BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset-
        FastB2B-<br>
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-<br>
            Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00<br>
                DevCap:    MaxPayload 128 bytes, PhantFunc 0<br>
                    ExtTag- RBE+<br>
                DevCtl:    Report errors: Correctable- Non-Fatal- Fatal-
        Unsupported-<br>
                    RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-<br>
                    MaxPayload 128 bytes, MaxReadReq 128 bytes<br>
                DevSta:    CorrErr- UncorrErr- FatalErr- UnsuppReq-
        AuxPwr+ TransPend-<br>
                LnkCap:    Port #7, Speed 5GT/s, Width x1, ASPM L0s L1,
        Exit Latency L0s <512ns, L1 <16us<br>
                    ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp-<br>
                LnkCtl:    ASPM Disabled; RCB 64 bytes Disabled-
        CommClk+<br>
                    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-<br>
                LnkSta:    Speed 5GT/s, Width x1, TrErr- Train- SlotClk+
        DLActive+ BWMgmt+ ABWMgmt+<br>
                SltCap:    AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd-
        HotPlug- Surprise-<br>
                    Slot #6, PowerLimit 10.000W; Interlock- NoCompl+<br>
                SltCtl:    Enable: AttnBtn- PwrFlt- MRL- PresDet-
        CmdCplt- HPIrq- LinkChg-<br>
                    Control: AttnInd Unknown, PwrInd Unknown, Power-
        Interlock-<br>
                SltSta:    Status: AttnBtn- PowerFlt- MRL- CmdCplt-
        PresDet+ Interlock-<br>
                    Changed: MRL- PresDet- LinkState-<br>
                RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal-
        PMEIntEna- CRSVisible-<br>
                RootCap: CRSVisible-<br>
                RootSta: PME ReqID 0000, PMEStatus- PMEPending-<br>
                DevCap2: Completion Timeout: Range ABC, TimeoutDis+,
        LTR+, OBFF Not Supported ARIFwd-<br>
                     AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-<br>
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-,
        LTR+, OBFF Disabled ARIFwd-<br>
                     AtomicOpsCtl: ReqEn- EgressBlck-<br>
                LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance-
        SpeedDis-<br>
                     Transmit Margin: Normal Operating Range,
        EnterModifiedCompliance- ComplianceSOS-<br>
                     Compliance De-emphasis: -6dB<br>
                LnkSta2: Current De-emphasis Level: -6dB,
        EqualizationComplete-, EqualizationPhase1-<br>
                     EqualizationPhase2-, EqualizationPhase3-,
        LinkEqualizationRequest-<br>
            Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-<br>
                Address: fee002d8  Data: 0000<br>
            Capabilities: [90] Subsystem: Gigabyte Technology Co., Ltd 9
        Series Chipset Family PCI Express Root Port 7<br>
            Capabilities: [a0] Power Management version 3<br>
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
        PME(D0+,D1-,D2-,D3hot+,D3cold+)<br>
                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-<br>
            Kernel driver in use: pcieport<br>
        <br>
        00:1d.0 USB controller: Intel Corporation 9 Series Chipset
        Family USB EHCI Controller #1 (prog-if 20 [EHCI])<br>
            Subsystem: Gigabyte Technology Co., Ltd 9 Series Chipset
        Family USB EHCI Controller<br>
            Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
        ParErr- Stepping- SERR- FastB2B- DisINTx-<br>
            Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium
        >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-<br>
            Latency: 0<br>
            Interrupt: pin A routed to IRQ 23<br>
            Region 0: Memory at f7f36000 (32-bit, non-prefetchable)
        [size=1K]<br>
            Capabilities: [50] Power Management version 2<br>
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA
        PME(D0+,D1-,D2-,D3hot+,D3cold+)<br>
                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-<br>
            Capabilities: [58] Debug port: BAR=1 offset=00a0<br>
            Capabilities: [98] PCI Advanced Features<br>
                AFCap: TP+ FLR+<br>
                AFCtrl: FLR-<br>
                AFStatus: TP-<br>
            Kernel driver in use: ehci-pci<br>
        <br>
        00:1f.0 ISA bridge: Intel Corporation 9 Series Chipset Family
        Z97 LPC Controller<br>
            Subsystem: Gigabyte Technology Co., Ltd 9 Series Chipset
        Family Z97 LPC Controller<br>
            Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
        ParErr- Stepping- SERR- FastB2B- DisINTx-<br>
            Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium
        >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-<br>
            Latency: 0<br>
            Capabilities: [e0] Vendor Specific Information: Len=0c
        <?><br>
        <br>
        00:1f.2 SATA controller: Intel Corporation 9 Series Chipset
        Family SATA Controller [AHCI Mode] (prog-if 01 [AHCI 1.0])<br>
            Subsystem: Gigabyte Technology Co., Ltd 9 Series Chipset
        Family SATA Controller [AHCI Mode]<br>
            Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
        ParErr- Stepping- SERR- FastB2B- DisINTx+<br>
            Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium
        >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-<br>
            Latency: 0<br>
            Interrupt: pin B routed to IRQ 30<br>
            Region 0: I/O ports at f090 [size=8]<br>
            Region 1: I/O ports at f080 [size=4]<br>
            Region 2: I/O ports at f070 [size=8]<br>
            Region 3: I/O ports at f060 [size=4]<br>
            Region 4: I/O ports at f020 [size=32]<br>
            Region 5: Memory at f7f35000 (32-bit, non-prefetchable)
        [size=2K]<br>
            Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-<br>
                Address: fee002f8  Data: 0000<br>
            Capabilities: [70] Power Management version 3<br>
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
        PME(D0-,D1-,D2-,D3hot+,D3cold-)<br>
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-<br>
            Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004<br>
            Kernel driver in use: ahci<br>
        <br>
        00:1f.3 SMBus: Intel Corporation 9 Series Chipset Family SMBus
        Controller<br>
            Subsystem: Gigabyte Technology Co., Ltd 9 Series Chipset
        Family SMBus Controller<br>
            Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-
        ParErr- Stepping- SERR- FastB2B- DisINTx-<br>
            Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium
        >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-<br>
            Interrupt: pin C routed to IRQ 11<br>
            Region 0: Memory at f7f34000 (64-bit, non-prefetchable)
        [disabled] [size=256]<br>
            Region 4: I/O ports at f000 [size=32]<br>
        <br>
        01:00.0 VGA compatible controller: Advanced Micro Devices, Inc.
        [AMD/ATI] Ellesmere [Radeon RX 470/480/570/580] (rev e1)
        (prog-if 00 [VGA controller])<br>
            Subsystem: Gigabyte Technology Co., Ltd Device 2311<br>
            Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
        ParErr- Stepping- SERR- FastB2B- DisINTx+<br>
            Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast
        >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-<br>
            Latency: 0, Cache Line Size: 64 bytes<br>
            Interrupt: pin A routed to IRQ 36<br>
            Region 0: Memory at e0000000 (64-bit, prefetchable)
        [size=256M]<br>
            Region 2: Memory at f0000000 (64-bit, prefetchable)
        [size=2M]<br>
            Region 4: I/O ports at e000 [size=256]<br>
            Region 5: Memory at f7e00000 (32-bit, non-prefetchable)
        [size=256K]<br>
            Expansion ROM at 000c0000 [disabled] [size=128K]<br>
            Capabilities: [48] Vendor Specific Information: Len=08
        <?><br>
            Capabilities: [50] Power Management version 3<br>
                Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA
        PME(D0-,D1+,D2+,D3hot+,D3cold+)<br>
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-<br>
            Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00<br>
                DevCap:    MaxPayload 256 bytes, PhantFunc 0, Latency
        L0s <4us, L1 unlimited<br>
                    ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-<br>
                DevCtl:    Report errors: Correctable- Non-Fatal- Fatal-
        Unsupported-<br>
                    RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop+<br>
                    MaxPayload 256 bytes, MaxReadReq 512 bytes<br>
                DevSta:    CorrErr+ UncorrErr- FatalErr- UnsuppReq+
        AuxPwr- TransPend-<br>
                LnkCap:    Port #0, Speed 8GT/s, Width x16, ASPM L1,
        Exit Latency L1 <1us<br>
                    ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+<br>
                LnkCtl:    ASPM Disabled; RCB 64 bytes Disabled-
        CommClk+<br>
                    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-<br>
                LnkSta:    Speed 8GT/s, Width x16, TrErr- Train-
        SlotClk+ DLActive- BWMgmt- ABWMgmt-<br>
                DevCap2: Completion Timeout: Not Supported, TimeoutDis-,
        LTR+, OBFF Not Supported<br>
                     AtomicOpsCap: 32bit+ 64bit+ 128bitCAS-<br>
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-,
        LTR+, OBFF Disabled<br>
                     AtomicOpsCtl: ReqEn+<br>
                LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance-
        SpeedDis-<br>
                     Transmit Margin: Normal Operating Range,
        EnterModifiedCompliance- ComplianceSOS-<br>
                     Compliance De-emphasis: -6dB<br>
                LnkSta2: Current De-emphasis Level: -3.5dB,
        EqualizationComplete+, EqualizationPhase1+<br>
                     EqualizationPhase2-, EqualizationPhase3-,
        LinkEqualizationRequest-<br>
            Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+<br>
                Address: 00000000fee00438  Data: 0000<br>
            Capabilities: [100 v1] Vendor Specific Information: ID=0001
        Rev=1 Len=010 <?><br>
            Capabilities: [150 v2] Advanced Error Reporting<br>
                UESta:    DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
        UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-<br>
                UEMsk:    DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
        UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-<br>
                UESvrt:    DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt-
        UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-<br>
                CESta:    RxErr- BadTLP- BadDLLP- Rollover- Timeout-
        NonFatalErr+<br>
                CEMsk:    RxErr- BadTLP- BadDLLP- Rollover- Timeout-
        NonFatalErr+<br>
                AERCap:    First Error Pointer: 00, ECRCGenCap+
        ECRCGenEn- ECRCChkCap+ ECRCChkEn-<br>
                    MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-<br>
                HeaderLog: 00000000 00000000 00000000 00000000<br>
            Capabilities: [200 v1] #15<br>
            Capabilities: [270 v1] #19<br>
            Capabilities: [2b0 v1] Address Translation Service (ATS)<br>
                ATSCap:    Invalidate Queue Depth: 00<br>
                ATSCtl:    Enable-, Smallest Translation Unit: 00<br>
            Capabilities: [2c0 v1] Page Request Interface (PRI)<br>
                PRICtl: Enable- Reset-<br>
                PRISta: RF- UPRGI- Stopped+<br>
                Page Request Capacity: 00000020, Page Request
        Allocation: 00000000<br>
            Capabilities: [2d0 v1] Process Address Space ID (PASID)<br>
                PASIDCap: Exec+ Priv+, Max PASID Width: 10<br>
                PASIDCtl: Enable- Exec- Priv-<br>
            Capabilities: [320 v1] Latency Tolerance Reporting<br>
                Max snoop latency: 71680ns<br>
                Max no snoop latency: 71680ns<br>
            Capabilities: [328 v1] Alternative Routing-ID Interpretation
        (ARI)<br>
                ARICap:    MFVC- ACS-, Next Function: 1<br>
                ARICtl:    MFVC- ACS-, Function Group: 0<br>
            Capabilities: [370 v1] L1 PM Substates<br>
                L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+
        ASPM_L1.1+ L1_PM_Substates+<br>
                      PortCommonModeRestoreTime=0us
        PortTPowerOnTime=170us<br>
                L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2-
        ASPM_L1.1-<br>
                       T_CommonMode=0us LTR1.2_Threshold=0ns<br>
                L1SubCtl2: T_PwrOn=10us<br>
            Kernel driver in use: amdgpu<br>
            Kernel modules: amdgpu<br>
        <br>
        01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI]
        Ellesmere [Radeon RX 580]<br>
            Subsystem: Gigabyte Technology Co., Ltd Device aaf0<br>
            Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
        ParErr- Stepping- SERR- FastB2B- DisINTx+<br>
            Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast
        >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-<br>
            Latency: 0, Cache Line Size: 64 bytes<br>
            Interrupt: pin B routed to IRQ 35<br>
            Region 0: Memory at f7e60000 (64-bit, non-prefetchable)
        [size=16K]<br>
            Capabilities: [48] Vendor Specific Information: Len=08
        <?><br>
            Capabilities: [50] Power Management version 3<br>
                Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA
        PME(D0-,D1-,D2-,D3hot-,D3cold-)<br>
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-<br>
            Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00<br>
                DevCap:    MaxPayload 256 bytes, PhantFunc 0, Latency
        L0s <4us, L1 unlimited<br>
                    ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-<br>
                DevCtl:    Report errors: Correctable- Non-Fatal- Fatal-
        Unsupported-<br>
                    RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop+<br>
                    MaxPayload 256 bytes, MaxReadReq 512 bytes<br>
                DevSta:    CorrErr+ UncorrErr- FatalErr- UnsuppReq+
        AuxPwr- TransPend-<br>
                LnkCap:    Port #0, Speed 8GT/s, Width x16, ASPM L1,
        Exit Latency L1 <1us<br>
                    ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+<br>
                LnkCtl:    ASPM Disabled; RCB 64 bytes Disabled-
        CommClk+<br>
                    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-<br>
                LnkSta:    Speed 8GT/s, Width x16, TrErr- Train-
        SlotClk+ DLActive- BWMgmt- ABWMgmt-<br>
                DevCap2: Completion Timeout: Not Supported, TimeoutDis-,
        LTR+, OBFF Not Supported<br>
                     AtomicOpsCap: 32bit+ 64bit+ 128bitCAS-<br>
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-,
        LTR-, OBFF Disabled<br>
                     AtomicOpsCtl: ReqEn-<br>
                LnkSta2: Current De-emphasis Level: -3.5dB,
        EqualizationComplete-, EqualizationPhase1-<br>
                     EqualizationPhase2-, EqualizationPhase3-,
        LinkEqualizationRequest-<br>
            Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+<br>
                Address: 00000000fee00418  Data: 0000<br>
            Capabilities: [100 v1] Vendor Specific Information: ID=0001
        Rev=1 Len=010 <?><br>
            Capabilities: [150 v2] Advanced Error Reporting<br>
                UESta:    DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
        UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-<br>
                UEMsk:    DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
        UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-<br>
                UESvrt:    DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt-
        UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-<br>
                CESta:    RxErr- BadTLP- BadDLLP- Rollover- Timeout-
        NonFatalErr-<br>
                CEMsk:    RxErr- BadTLP- BadDLLP- Rollover- Timeout-
        NonFatalErr+<br>
                AERCap:    First Error Pointer: 00, ECRCGenCap+
        ECRCGenEn- ECRCChkCap+ ECRCChkEn-<br>
                    MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-<br>
                HeaderLog: 00000000 00000000 00000000 00000000<br>
            Capabilities: [328 v1] Alternative Routing-ID Interpretation
        (ARI)<br>
                ARICap:    MFVC- ACS-, Next Function: 0<br>
                ARICtl:    MFVC- ACS-, Function Group: 0<br>
            Kernel driver in use: snd_hda_intel<br>
            Kernel modules: snd_hda_intel<br>
        <br>
        03:00.0 Ethernet controller: Qualcomm Atheros Killer E220x
        Gigabit Ethernet Controller (rev 10)<br>
            Subsystem: Gigabyte Technology Co., Ltd Killer E220x Gigabit
        Ethernet Controller<br>
            Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
        ParErr- Stepping- SERR- FastB2B- DisINTx-<br>
            Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast
        >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-<br>
            Latency: 0, Cache Line Size: 64 bytes<br>
            Interrupt: pin A routed to IRQ 18<br>
            Region 0: Memory at f7d00000 (64-bit, non-prefetchable)
        [size=256K]<br>
            Region 2: I/O ports at d000 [size=128]<br>
            Capabilities: [40] Power Management version 3<br>
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA
        PME(D0+,D1+,D2+,D3hot+,D3cold+)<br>
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-<br>
            Capabilities: [58] Express (v1) Endpoint, MSI 00<br>
                DevCap:    MaxPayload 4096 bytes, PhantFunc 0, Latency
        L0s unlimited, L1 unlimited<br>
                    ExtTag- AttnBtn+ AttnInd+ PwrInd+ RBE+ FLReset-
        SlotPowerLimit 10.000W<br>
                DevCtl:    Report errors: Correctable+ Non-Fatal+ Fatal+
        Unsupported+<br>
                    RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-<br>
                    MaxPayload 128 bytes, MaxReadReq 512 bytes<br>
                DevSta:    CorrErr- UncorrErr- FatalErr- UnsuppReq-
        AuxPwr+ TransPend-<br>
                LnkCap:    Port #0, Speed 2.5GT/s, Width x1, ASPM L0s
        L1, Exit Latency L0s unlimited, L1 unlimited<br>
                    ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp-<br>
                LnkCtl:    ASPM Disabled; RCB 64 bytes Disabled-
        CommClk+<br>
                    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-<br>
                LnkSta:    Speed 2.5GT/s, Width x1, TrErr- Train-
        SlotClk+ DLActive- BWMgmt- ABWMgmt-<br>
            Capabilities: [c0] MSI: Enable- Count=1/16 Maskable+ 64bit+<br>
                Address: 0000000000000000  Data: 0000<br>
                Masking: 00000000  Pending: 00000000<br>
            Capabilities: [d8] MSI-X: Enable+ Count=16 Masked-<br>
                Vector table: BAR=0 offset=00002000<br>
                PBA: BAR=0 offset=00003000<br>
            Capabilities: [100 v1] Advanced Error Reporting<br>
                UESta:    DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
        UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-<br>
                UEMsk:    DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
        UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-<br>
                UESvrt:    DLP- SDES+ TLP- FCP- CmpltTO- CmpltAbrt-
        UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-<br>
                CESta:    RxErr- BadTLP- BadDLLP- Rollover- Timeout-
        NonFatalErr-<br>
                CEMsk:    RxErr- BadTLP- BadDLLP- Rollover- Timeout-
        NonFatalErr+<br>
                AERCap:    First Error Pointer: 00, ECRCGenCap+
        ECRCGenEn- ECRCChkCap+ ECRCChkEn-<br>
                    MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-<br>
                HeaderLog: 00000000 00000000 00000000 00000000<br>
            Capabilities: [180 v1] Device Serial Number
        ff-ec-0a-e8-74-d4-35-ff<br>
            Kernel driver in use: alx<br>
        <br>
        04:00.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 41)
        (prog-if 01 [Subtractive decode])<br>
            Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
        ParErr- Stepping- SERR- FastB2B- DisINTx-<br>
            Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast
        >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-<br>
            Latency: 0, Cache Line Size: 64 bytes<br>
            Interrupt: pin A routed to IRQ 10<br>
            Bus: primary=04, secondary=05, subordinate=05,
        sec-latency=32<br>
            I/O behind bridge: 0000f000-00000fff [empty]<br>
            Memory behind bridge: fff00000-000fffff [empty]<br>
            Prefetchable memory behind bridge:
        00000000fff00000-00000000000fffff [empty]<br>
            Secondary status: 66MHz+ FastB2B- ParErr- DEVSEL=medium
        >TAbort- <TAbort- <MAbort+ <SERR- <PERR-<br>
            BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset-
        FastB2B-<br>
                PriDiscTmr- SecDiscTmr+ DiscTmrStat- DiscTmrSERREn-<br>
            Capabilities: [90] Power Management version 2<br>
                Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=55mA
        PME(D0+,D1+,D2+,D3hot+,D3cold+)<br>
                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-<br>
            Capabilities: [a0] Subsystem: Gigabyte Technology Co., Ltd
        82801 PCI Bridge<br>
        <br>
        06:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9172
        SATA 6Gb/s Controller (rev 12) (prog-if 01 [AHCI 1.0])<br>
            Subsystem: Gigabyte Technology Co., Ltd 88SE9172 SATA 6Gb/s
        Controller<br>
            Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
        ParErr- Stepping- SERR- FastB2B- DisINTx+<br>
            Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast
        >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-<br>
            Latency: 0, Cache Line Size: 64 bytes<br>
            Interrupt: pin A routed to IRQ 31<br>
            Region 0: I/O ports at c040 [size=8]<br>
            Region 1: I/O ports at c030 [size=4]<br>
            Region 2: I/O ports at c020 [size=8]<br>
            Region 3: I/O ports at c010 [size=4]<br>
            Region 4: I/O ports at c000 [size=16]<br>
            Region 5: Memory at f7c10000 (32-bit, non-prefetchable)
        [size=512]<br>
            Expansion ROM at f7c00000 [disabled] [size=64K]<br>
            Capabilities: [40] Power Management version 3<br>
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
        PME(D0-,D1-,D2-,D3hot+,D3cold-)<br>
                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-<br>
            Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit-<br>
                Address: fee00318  Data: 0000<br>
            Capabilities: [70] Express (v2) Legacy Endpoint, MSI 00<br>
                DevCap:    MaxPayload 512 bytes, PhantFunc 0, Latency
        L0s <1us, L1 <8us<br>
                    ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-<br>
                DevCtl:    Report errors: Correctable- Non-Fatal- Fatal-
        Unsupported-<br>
                    RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-<br>
                    MaxPayload 128 bytes, MaxReadReq 512 bytes<br>
                DevSta:    CorrErr- UncorrErr- FatalErr- UnsuppReq-
        AuxPwr- TransPend-<br>
                LnkCap:    Port #0, Speed 5GT/s, Width x1, ASPM L0s L1,
        Exit Latency L0s <512ns, L1 <64us<br>
                    ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-<br>
                LnkCtl:    ASPM Disabled; RCB 64 bytes Disabled-
        CommClk+<br>
                    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-<br>
                LnkSta:    Speed 5GT/s, Width x1, TrErr- Train- SlotClk+
        DLActive- BWMgmt- ABWMgmt-<br>
                DevCap2: Completion Timeout: Not Supported, TimeoutDis+,
        LTR-, OBFF Not Supported<br>
                     AtomicOpsCap: 32bit- 64bit- 128bitCAS-<br>
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-,
        LTR-, OBFF Disabled<br>
                     AtomicOpsCtl: ReqEn-<br>
                LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance-
        SpeedDis-<br>
                     Transmit Margin: Normal Operating Range,
        EnterModifiedCompliance- ComplianceSOS-<br>
                     Compliance De-emphasis: -6dB<br>
                LnkSta2: Current De-emphasis Level: -6dB,
        EqualizationComplete-, EqualizationPhase1-<br>
                     EqualizationPhase2-, EqualizationPhase3-,
        LinkEqualizationRequest-<br>
            Capabilities: [100 v1] Advanced Error Reporting<br>
                UESta:    DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
        UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-<br>
                UEMsk:    DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
        UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-<br>
                UESvrt:    DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt-
        UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-<br>
                CESta:    RxErr- BadTLP- BadDLLP- Rollover- Timeout-
        NonFatalErr-<br>
                CEMsk:    RxErr- BadTLP- BadDLLP- Rollover- Timeout-
        NonFatalErr+<br>
                AERCap:    First Error Pointer: 00, ECRCGenCap-
        ECRCGenEn- ECRCChkCap- ECRCChkEn-<br>
                    MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-<br>
                HeaderLog: 00000000 00000000 00000000 00000000<br>
            Kernel driver in use: ahci<br>
        <br>
      </tt>[8.6.] SCSI information (from /proc/scsi/scsi)</p>
    <p>Not applicable<br>
    </p>
    <p>[8.7.] Other information that might be relevant to the problem<br>
             (please look in /proc and include all information that you<br>
             think to be relevant):</p>
    <p>N/A<br>
    </p>
    <p>[X.] Other notes, patches, fixes, workarounds:</p>
    <p>N/A</p>
    <p><br>
    </p>
  </body>
</html>