* Re: Some trouble to use NVIDIA CUDA with Xen
@ 2013-08-10 16:21 Martin Cerveny
2013-08-12 12:33 ` Gordan Bobic
0 siblings, 1 reply; 19+ messages in thread
From: Martin Cerveny @ 2013-08-10 16:21 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: TEXT/PLAIN, Size: 1851 bytes --]
Hello.
Any progress on this topics ?
What is the blocker to run correctly NVIDIA (proprietary) drivers in kernel in XEN/Dom0 ?
The problem still persit:
- CUDA "deviceQuery" run and exit without error (BUT with xen after 9sec, without xen after 1sec)
- CUDA other programs for example "bandwidthTest" exit with error "code=46(cudaErrorDevicesUnavailable)"
Test environment:
- fedora18
- kernel 3.9.11-200.fc18.x86_64
- nvidia drivers 319.37 (comes with CUDA)
- nvidia CUDA 5.5
- XEN 4.2.2 and directly from git repo 4.4.unstable (commit 73f18583dd824f0e49f65149ef603600ce31b8ee)
- AMD Athlon(tm) 64 X2 Dual Core Processor 5600+
Attached files:
- output from dmesg, deviceQuery (with /bin.time), bandwidthTest (with /bin/time), lspci -vvv
Hypotehesis:
- PCI output are the same - probably no problem
- dmesg differences ( diff dmesg_boot_without_xen_wt.txt dmesg_boot_xen_44u_wt.txt )
======================
without XEN:
< MTRR default type: uncachable
< MTRR fixed ranges enabled:
< 00000-9FFFF write-back
< A0000-EFFFF uncachable
< F0000-FFFFF write-protect
< MTRR variable ranges enabled:
< 0 base 0000000000 mask FF80000000 write-back
< 1 base 0080000000 mask FFC0000000 write-back
< 2 disabled
< 3 disabled
< 4 disabled
< 5 disabled
< 6 disabled
< 7 disabled
< x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
======================
with XEN:
> NVRM: PAT configuration unsupported.
======================
The MTRR+PAT is not supported (still) in kernel in XEN/dom0 ?
Maybe MTRR+PAT is needed for CUDA too.
Is there any workaround for linux kernels ~ 3.9.x and xen ~ v4.x.x ?
Thanks, Martin Cerveny
Refs:
[Xen-devel] XEN MTRR - http://lists.xen.org/archives/html/xen-devel/2012-06/msg00194.html
[Xen-users] Xen and nvidia - http://lists.xen.org/archives/html/xen-users/2013-01/msg00169.html
[-- Attachment #2: Type: APPLICATION/octet-stream, Size: 727040 bytes --]
[-- Attachment #3: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 19+ messages in thread* Re: Some trouble to use NVIDIA CUDA with Xen 2013-08-10 16:21 Some trouble to use NVIDIA CUDA with Xen Martin Cerveny @ 2013-08-12 12:33 ` Gordan Bobic 2013-08-12 13:00 ` Konrad Rzeszutek Wilk 0 siblings, 1 reply; 19+ messages in thread From: Gordan Bobic @ 2013-08-12 12:33 UTC (permalink / raw) To: Martin Cerveny; +Cc: xen-devel Your Nvidia device ID seems to imply a GTX770. I could be wrong, but wasn't this only supported on Quadro/Grid GPUs? Or is that limitation only applicable to Windows? Gordan On Sat, 10 Aug 2013 18:21:32 +0200 (CEST), Martin Cerveny <martin@c-home.cz> wrote: > Hello. > > Any progress on this topics ? > What is the blocker to run correctly NVIDIA (proprietary) drivers in > kernel in XEN/Dom0 ? > > The problem still persit: > > - CUDA "deviceQuery" run and exit without error (BUT with xen after > 9sec, without xen after 1sec) > - CUDA other programs for example "bandwidthTest" exit with error > "code=46(cudaErrorDevicesUnavailable)" > > Test environment: > > - fedora18 > - kernel 3.9.11-200.fc18.x86_64 > - nvidia drivers 319.37 (comes with CUDA) > - nvidia CUDA 5.5 > - XEN 4.2.2 and directly from git repo 4.4.unstable (commit > 73f18583dd824f0e49f65149ef603600ce31b8ee) > - AMD Athlon(tm) 64 X2 Dual Core Processor 5600+ > > Attached files: > > - output from dmesg, deviceQuery (with /bin.time), bandwidthTest > (with /bin/time), lspci -vvv > > Hypotehesis: > > - PCI output are the same - probably no problem > - dmesg differences ( diff dmesg_boot_without_xen_wt.txt > dmesg_boot_xen_44u_wt.txt ) > > ====================== > without XEN: > > < MTRR default type: uncachable > < MTRR fixed ranges enabled: > < 00000-9FFFF write-back > < A0000-EFFFF uncachable > < F0000-FFFFF write-protect > < MTRR variable ranges enabled: > < 0 base 0000000000 mask FF80000000 write-back > < 1 base 0080000000 mask FFC0000000 write-back > < 2 disabled > < 3 disabled > < 4 disabled > < 5 disabled > < 6 disabled > < 7 disabled > < x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 > > ====================== > with XEN: > >> NVRM: PAT configuration unsupported. > > ====================== > > The MTRR+PAT is not supported (still) in kernel in XEN/dom0 ? > Maybe MTRR+PAT is needed for CUDA too. > > Is there any workaround for linux kernels ~ 3.9.x and xen ~ v4.x.x ? > > Thanks, Martin Cerveny > > Refs: > > [Xen-devel] XEN MTRR - > http://lists.xen.org/archives/html/xen-devel/2012-06/msg00194.html > [Xen-users] Xen and nvidia - > http://lists.xen.org/archives/html/xen-users/2013-01/msg00169.html ^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Some trouble to use NVIDIA CUDA with Xen 2013-08-12 12:33 ` Gordan Bobic @ 2013-08-12 13:00 ` Konrad Rzeszutek Wilk 2013-08-13 19:59 ` Martin Cerveny 0 siblings, 1 reply; 19+ messages in thread From: Konrad Rzeszutek Wilk @ 2013-08-12 13:00 UTC (permalink / raw) To: Gordan Bobic; +Cc: Martin Cerveny, xen-devel On Mon, Aug 12, 2013 at 01:33:13PM +0100, Gordan Bobic wrote: > Your Nvidia device ID seems to imply a GTX770. > I could be wrong, but wasn't this only supported on Quadro/Grid GPUs? > Or is that limitation only applicable to Windows? > > Gordan > > On Sat, 10 Aug 2013 18:21:32 +0200 (CEST), Martin Cerveny > <martin@c-home.cz> wrote: > >Hello. > > > >Any progress on this topics ? > >What is the blocker to run correctly NVIDIA (proprietary) drivers in > >kernel in XEN/Dom0 ? > > > >The problem still persit: > > > >- CUDA "deviceQuery" run and exit without error (BUT with xen after > >9sec, without xen after 1sec) > >- CUDA other programs for example "bandwidthTest" exit with error > >"code=46(cudaErrorDevicesUnavailable)" > > > >Test environment: > > > >- fedora18 > >- kernel 3.9.11-200.fc18.x86_64 > >- nvidia drivers 319.37 (comes with CUDA) > >- nvidia CUDA 5.5 > >- XEN 4.2.2 and directly from git repo 4.4.unstable (commit > >73f18583dd824f0e49f65149ef603600ce31b8ee) > >- AMD Athlon(tm) 64 X2 Dual Core Processor 5600+ > > > >Attached files: > > > >- output from dmesg, deviceQuery (with /bin.time), bandwidthTest > >(with /bin/time), lspci -vvv > > > >Hypotehesis: > > > >- PCI output are the same - probably no problem > >- dmesg differences ( diff dmesg_boot_without_xen_wt.txt > >dmesg_boot_xen_44u_wt.txt ) > > > >====================== > >without XEN: > > > >< MTRR default type: uncachable > >< MTRR fixed ranges enabled: > >< 00000-9FFFF write-back > >< A0000-EFFFF uncachable > >< F0000-FFFFF write-protect > >< MTRR variable ranges enabled: > >< 0 base 0000000000 mask FF80000000 write-back > >< 1 base 0080000000 mask FFC0000000 write-back > >< 2 disabled > >< 3 disabled > >< 4 disabled > >< 5 disabled > >< 6 disabled > >< 7 disabled > >< x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 > > > >====================== > >with XEN: > > > >>NVRM: PAT configuration unsupported. Right, so there are couple of patches that can enable that back. You need to revert these two: 8eaffa67b43e99ae581622c5133e20b0f48bcef1 c79c49826270b8b0061b2fca840fc3f013c8a78a And apply this patch: https://lkml.org/lkml/2012/2/10/229 That should re-enable PAT. Try that and please report back. > > > >====================== > > > >The MTRR+PAT is not supported (still) in kernel in XEN/dom0 ? > >Maybe MTRR+PAT is needed for CUDA too. > > > >Is there any workaround for linux kernels ~ 3.9.x and xen ~ v4.x.x ? > > > >Thanks, Martin Cerveny > > > >Refs: > > > >[Xen-devel] XEN MTRR - > >http://lists.xen.org/archives/html/xen-devel/2012-06/msg00194.html > >[Xen-users] Xen and nvidia - > >http://lists.xen.org/archives/html/xen-users/2013-01/msg00169.html > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel ^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Some trouble to use NVIDIA CUDA with Xen 2013-08-12 13:00 ` Konrad Rzeszutek Wilk @ 2013-08-13 19:59 ` Martin Cerveny 2013-08-13 20:20 ` Konrad Rzeszutek Wilk 0 siblings, 1 reply; 19+ messages in thread From: Martin Cerveny @ 2013-08-13 19:59 UTC (permalink / raw) To: Konrad Rzeszutek Wilk; +Cc: Gordan Bobic, xen-devel Hello. On Mon, 12 Aug 2013, Konrad Rzeszutek Wilk wrote: > On Mon, Aug 12, 2013 at 01:33:13PM +0100, Gordan Bobic wrote: >> Your Nvidia device ID seems to imply a GTX770. >> I could be wrong, but wasn't this only supported on Quadro/Grid GPUs? >> Or is that limitation only applicable to Windows? I did not try to use it in "multios" (domU) environment (only simple Dom0). >>>> NVRM: PAT configuration unsupported. > Right, so there are couple of patches that can enable that back. > > You need to revert these two: > 8eaffa67b43e99ae581622c5133e20b0f48bcef1 > c79c49826270b8b0061b2fca840fc3f013c8a78a > > And apply this patch: > > https://lkml.org/lkml/2012/2/10/229 > > That should re-enable PAT. Try that and please report back. I applied the patch to 3.9.11-200.PAT.fc18.x86_64 (3.10 is not working due to incompatibilities with nvidia driver source code). Error persists: "NVRM: PAT configuration unsupported." There is one progress at least. The tested programs are working in "normal speed" (as without Xen) - speedup 20x to compare with non-patched kernel on Dom0. The CUDA error still persists: --- # /usr/bin/time ./bandwidthTest [CUDA Bandwidth Test] - Starting... Running on... Device 0: GeForce GTX 770 Quick Mode CUDA error at bandwidthTest.cu:719 code=46(cudaErrorDevicesUnavailable) "cudaEventCreate(&start)" 0.00user 0.20system 0:00.26elapsed 79%CPU (0avgtext+0avgdata 5236maxresident)k 0inputs+0outputs (0major+1182minor)pagefaults 0swaps --- I reported the problem to NVIDIA too and waiting for solution. Any other hint ? Thanks, Martin Cerveny ^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Some trouble to use NVIDIA CUDA with Xen 2013-08-13 19:59 ` Martin Cerveny @ 2013-08-13 20:20 ` Konrad Rzeszutek Wilk 2013-08-13 20:32 ` Martin Cerveny 2013-08-14 22:21 ` Martin Cerveny 0 siblings, 2 replies; 19+ messages in thread From: Konrad Rzeszutek Wilk @ 2013-08-13 20:20 UTC (permalink / raw) To: Martin Cerveny; +Cc: Gordan Bobic, xen-devel On Tue, Aug 13, 2013 at 09:59:48PM +0200, Martin Cerveny wrote: > Hello. > > On Mon, 12 Aug 2013, Konrad Rzeszutek Wilk wrote: > >On Mon, Aug 12, 2013 at 01:33:13PM +0100, Gordan Bobic wrote: > >>Your Nvidia device ID seems to imply a GTX770. > >>I could be wrong, but wasn't this only supported on Quadro/Grid GPUs? > >>Or is that limitation only applicable to Windows? > > I did not try to use it in "multios" (domU) environment (only simple Dom0). > > >>>>NVRM: PAT configuration unsupported. > >Right, so there are couple of patches that can enable that back. > > > >You need to revert these two: > >8eaffa67b43e99ae581622c5133e20b0f48bcef1 > >c79c49826270b8b0061b2fca840fc3f013c8a78a > > > >And apply this patch: > > > >https://lkml.org/lkml/2012/2/10/229 > > > >That should re-enable PAT. Try that and please report back. > > I applied the patch to 3.9.11-200.PAT.fc18.x86_64 (3.10 is not > working due to incompatibilities with nvidia driver source code). Did you revert the other two git commits? > > Error persists: > "NVRM: PAT configuration unsupported." > > There is one progress at least. > The tested programs are working in "normal speed" (as without Xen) > - speedup 20x to compare with non-patched kernel on Dom0. > > The CUDA error still persists: > > --- > # /usr/bin/time ./bandwidthTest > [CUDA Bandwidth Test] - Starting... > Running on... > > Device 0: GeForce GTX 770 > Quick Mode > > CUDA error at bandwidthTest.cu:719 > code=46(cudaErrorDevicesUnavailable) "cudaEventCreate(&start)" > > 0.00user 0.20system 0:00.26elapsed 79%CPU (0avgtext+0avgdata 5236maxresident)k > 0inputs+0outputs (0major+1182minor)pagefaults 0swaps > --- > > I reported the problem to NVIDIA too and waiting for solution. > > Any other hint ? > > Thanks, Martin Cerveny ^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Some trouble to use NVIDIA CUDA with Xen 2013-08-13 20:20 ` Konrad Rzeszutek Wilk @ 2013-08-13 20:32 ` Martin Cerveny 2013-08-14 22:21 ` Martin Cerveny 1 sibling, 0 replies; 19+ messages in thread From: Martin Cerveny @ 2013-08-13 20:32 UTC (permalink / raw) To: Konrad Rzeszutek Wilk; +Cc: Gordan Bobic, xen-devel Hello. On Tue, 13 Aug 2013, Konrad Rzeszutek Wilk wrote: >>>>>> NVRM: PAT configuration unsupported. >>> Right, so there are couple of patches that can enable that back. >>> >>> You need to revert these two: >>> 8eaffa67b43e99ae581622c5133e20b0f48bcef1 >>> c79c49826270b8b0061b2fca840fc3f013c8a78a >>> >>> And apply this patch: >>> >>> https://lkml.org/lkml/2012/2/10/229 >>> >>> That should re-enable PAT. Try that and please report back. >> >> I applied the patch to 3.9.11-200.PAT.fc18.x86_64 (3.10 is not >> working due to incompatibilities with nvidia driver source code). >> >> Error persists: >> "NVRM: PAT configuration unsupported." > Did you revert the other two git commits? Yes. But somethings happends bad in revert. I will try again. M.C> ^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Some trouble to use NVIDIA CUDA with Xen 2013-08-13 20:20 ` Konrad Rzeszutek Wilk 2013-08-13 20:32 ` Martin Cerveny @ 2013-08-14 22:21 ` Martin Cerveny 2013-08-15 13:19 ` Konrad Rzeszutek Wilk 1 sibling, 1 reply; 19+ messages in thread From: Martin Cerveny @ 2013-08-14 22:21 UTC (permalink / raw) To: Konrad Rzeszutek Wilk; +Cc: Gordan Bobic, xen-devel [-- Attachment #1: Type: TEXT/PLAIN, Size: 5210 bytes --] Hello. Partial SUCCSESS ! On Tue, 13 Aug 2013, Konrad Rzeszutek Wilk wrote: >>>>>> NVRM: PAT configuration unsupported. >>> Right, so there are couple of patches that can enable that back. >>> >>> You need to revert these two: >>> 8eaffa67b43e99ae581622c5133e20b0f48bcef1 >>> c79c49826270b8b0061b2fca840fc3f013c8a78a >>> >>> And apply this patch: >>> >>> https://lkml.org/lkml/2012/2/10/229 >>> >>> That should re-enable PAT. Try that and please report back. >> >> I applied the patch to 3.9.11-200.PAT.fc18.x86_64 (3.10 is not >> working due to incompatibilities with nvidia driver source code). > > Did you revert the other two git commits? Yes, double check (combined patch is in the attachment to rpmbuild/SOURCE/, rpmbuild patch too). # rdmsr 0x277 50100070406 I look to nvidia source code. The error is on nvidia side: snip from /usr/src/nvidia-319.37/nv-pat.c ================= .... #if defined(HAVE_NV_XEN) && defined(CONFIG_XEN) && defined(CONFIG_PARAVIRT) if (PAT_WC_index == 4) return NV_PAT_MODE_KERNEL; #endif if (PAT_WC_index == 1) return NV_PAT_MODE_KERNEL; else if (PAT_WC_index != 0xf) { nv_printf(NV_DBG_ERRORS, "NVRM: PAT configuration unsupported.\n"); return NV_PAT_MODE_DISABLED; } .... =================== HAVE_NV_XEN is NOT defined. HAVE_NV_XEN is defined only if "nv-xen.h" is present (tested in /usr/src/nvidia-319.37/conftest.h) and it seems to be removed from distributed source (~ in nvidia driver 19x.x.x versions). Ok, i downloaded some older version "nv-xen.h" from net to /usr/src/nvidia-319.37/nv-xen.h recompile driver ("cd /usr/src/nvidia-319.37; make clean module; rmmod nvidia; cp nvidia.ko /lib/modules/3.9.11-200.PAT.fc18.x86_64/extra; modprobe nvidia"). Error "NVRM: PAT configuration unsupported." does not shown (as expected). Most CUDA demoprograms WORKS without error!!! But some programs hung PCIe and kernel: [55799.433278] BUG: Bad rss-counter state mm:ffff8800723e0000 idx:1 val:21 [55800.139090] abrt-handle-eve[10175]: segfault at 18 ip 0000003f20ebb6d3 sp 00007fffa7e6ef00 error 4 in libc-2.16.so[3f20e00000+1ad000] [55800.375196] BUG: Bad rss-counter state mm:ffff8800723e2680 idx:1 val:5 [55845.124636] BUG: Bad rss-counter state mm:ffff8800723e0000 idx:1 val:8 [55962.186275] BUG: Bad rss-counter state mm:ffff880074a27800 idx:0 val:5 [55962.192811] BUG: Bad rss-counter state mm:ffff880074a27800 idx:1 val:795 [55962.262019] traps: abrt-handle-eve[10287] general protection ip:3f20ebb7a6 sp:7fffbd613410 error:0 in libc-2.16.so[3f20e00000+1ad000] [55962.394789] BUG: Bad rss-counter state mm:ffff8800723e0380 idx:1 val:13 [55981.779246] NVRM: GPU at 0000:02:00: GPU-fe328712-3546-53fe-149d-3d78e7aa64d5 [55981.786391] NVRM: Xid (0000:02:00): 38, 0001 00000000 00000000 00000000 00000000 00000000 [55982.407300] NVRM: GPU at 0000:02:00.0 has fallen off the bus. [55982.425810] NVRM: os_pci_init_handle: invalid context! .... [57200.089052] BUG: soft lockup - CPU#0 stuck for 22s! [dct8x8:10290] .... [56008.089053] RIP: e030:[<ffffffffa15061a8>] [<ffffffffa15061a8>] _nv012574rm+0x4/0x51 [nvidia] .... [56008.089053] Call Trace: [56008.089053] [<ffffffffa15056f3>] ? _nv012271rm+0xbe/0x1c6 [nvidia] [56008.089053] [<ffffffffa17cddf3>] ? _nv008298rm+0x26/0xb2 [nvidia] [56008.089053] [<ffffffffa17ec512>] ? _nv003411rm+0x47dd/0xb184 [nvidia] [56008.089053] [<ffffffffa17ec5b2>] ? _nv003411rm+0x487d/0xb184 [nvidia] [56008.089053] [<ffffffffa17f49cd>] ? _nv014043rm+0xfcd/0x1b30 [nvidia] [56008.089053] [<ffffffffa17ec820>] ? _nv003411rm+0x4aeb/0xb184 [nvidia] [56008.089053] [<ffffffffa17ec94d>] ? _nv003411rm+0x4c18/0xb184 [nvidia] [56008.089053] [<ffffffffa18a203f>] ? _nv010926rm+0x28/0xeb [nvidia] [56008.089053] [<ffffffffa18a1df4>] ? _nv011116rm+0x162/0x385 [nvidia] [56008.089053] [<ffffffffa14da4bd>] ? _nv008434rm+0xed/0x176 [nvidia] [56008.089053] [<ffffffffa1929132>] ? _nv013320rm+0x5e/0xb4 [nvidia] [56008.089053] [<ffffffffa192f5ea>] ? _nv013321rm+0xc76/0x2dcc [nvidia] [56008.089053] [<ffffffffa192f975>] ? _nv013321rm+0x1001/0x2dcc [nvidia] [56008.089053] [<ffffffffa192f400>] ? _nv013321rm+0xa8c/0x2dcc [nvidia] [56008.089053] [<ffffffffa17f1657>] ? _nv003411rm+0x9922/0xb184 [nvidia] [56008.089053] [<ffffffffa17efbe6>] ? _nv003411rm+0x7eb1/0xb184 [nvidia] [56008.089053] [<ffffffffa19c35ef>] ? _nv000747rm+0x2a3/0x2f2 [nvidia] [56008.089053] [<ffffffffa19bcee2>] ? rm_disable_adapter+0x74/0x107 [nvidia] [56008.089053] [<ffffffffa19da600>] ? nv_check_pci_config_space+0x1d0/0x2e0 [nvidia] [56008.089053] [<ffffffff8108808e>] ? down+0x2e/0x50 [56008.089053] [<ffffffffa19dc987>] ? nv_kern_close+0x147/0x440 [nvidia] [56008.089053] [<ffffffff8119ed3c>] ? __fput+0xec/0x240 [56008.089053] [<ffffffff8119ee9e>] ? ____fput+0xe/0x10 [56008.089053] [<ffffffff8107f6d5>] ? task_work_run+0xc5/0xe0 [56008.089053] [<ffffffff81064a5e>] ? do_exit+0x2ae/0xa30 [56008.089053] [<ffffffff8108ffcb>] ? finish_task_switch+0x4b/0xe0 [56008.089053] [<ffffffff8106526f>] ? do_group_exit+0x3f/0xa0 [56008.089053] [<ffffffff810652e7>] ? sys_exit_group+0x17/0x20 [56008.089053] [<ffffffff81667f99>] ? system_call_fastpath+0x16/0x1b M.C> [-- Attachment #2: Type: TEXT/PLAIN, Size: 751 bytes --] --- rpmbuild/SPECS/kernel.spec.orig 2013-07-22 22:48:02.000000000 +0200 +++ rpmbuild/SPECS/kernel.spec 2013-08-14 23:30:10.390640044 +0200 @@ -31,7 +31,7 @@ # # (Uncomment the '#' and both spaces below to set the buildid.) # -# % define buildid .local +%define buildid .PAT ################################################################### # The buildid can also be specified on the rpmbuild command line @@ -808,6 +808,8 @@ Patch26000: cve-2013-4125.patch +Patch99999: linux-3.9.fc18-PAT.patch + # END OF PATCH DEFINITIONS %endif @@ -1554,6 +1556,8 @@ #rhbz 986538 ApplyPatch iwlwifi-add-new-pci-id-for-6x35-series.patch +ApplyPatch linux-3.9.fc18-PAT.patch + # END OF PATCH APPLICATIONS %endif [-- Attachment #3: Type: TEXT/PLAIN, Size: 3983 bytes --] diff -uNrp linux-3.9.11-200.fc18.x86_64/arch/x86/include/asm/pgtable.h linux-3.9.11-200.PAT.fc18.x86_64/arch/x86/include/asm/pgtable.h --- linux-3.9.11-200.fc18.x86_64/arch/x86/include/asm/pgtable.h 2013-08-13 22:35:49.372205382 +0200 +++ linux-3.9.11-200.fc18.x86_64/arch/x86/include/asm/pgtable.h 2013-08-13 22:58:23.212956533 +0200 @@ -353,6 +353,11 @@ static inline pgprot_t pgprot_modify(pgp return __pgprot(preservebits | addbits); } +static inline pgprot_t pte_attrs(pte_t pte) +{ + return __pgprot(pte_val(pte) & PTE_FLAGS_MASK); +} + #define pte_pgprot(x) __pgprot(pte_flags(x) & PTE_FLAGS_MASK) #define canon_pgprot(p) __pgprot(massage_pgprot(p)) diff -uNrp linux-3.9.11-200.fc18.x86_64/arch/x86/mm/pageattr.c linux-3.9.11-200.PAT.fc18.x86_64/arch/x86/mm/pageattr.c --- linux-3.9.11-200.fc18.x86_64/arch/x86/mm/pageattr.c 2013-08-13 22:35:49.377206198 +0200 +++ linux-3.9.11-200.fc18.x86_64/arch/x86/mm/pageattr.c 2013-08-13 22:58:23.213956696 +0200 @@ -708,7 +708,7 @@ repeat: if (level == PG_LEVEL_4K) { pte_t new_pte; - pgprot_t new_prot = pte_pgprot(old_pte); + pgprot_t new_prot = pte_attrs(old_pte); unsigned long pfn = pte_pfn(old_pte); pgprot_val(new_prot) &= ~pgprot_val(cpa->mask_clr); diff -uNrp linux-3.9.11-200.fc18.x86_64/arch/x86/xen/enlighten.c linux-3.9.11-200.PAT.fc18.x86_64/arch/x86/xen/enlighten.c --- linux-3.9.11-200.fc18.x86_64/arch/x86/xen/enlighten.c 2013-08-13 22:35:49.404210605 +0200 +++ linux-3.9.11-200.fc18.x86_64/arch/x86/xen/enlighten.c 2013-08-13 22:52:28.505074079 +0200 @@ -67,7 +67,6 @@ #include <asm/hypervisor.h> #include <asm/mwait.h> #include <asm/pci_x86.h> -#include <asm/pat.h> #ifdef CONFIG_ACPI #include <linux/acpi.h> @@ -1371,9 +1370,7 @@ asmlinkage void __init xen_start_kernel( /* Prevent unwanted bits from being set in PTEs. */ __supported_pte_mask &= ~_PAGE_GLOBAL; -#if 0 if (!xen_initial_domain()) -#endif __supported_pte_mask &= ~(_PAGE_PWT | _PAGE_PCD); __supported_pte_mask |= _PAGE_IOMAP; @@ -1433,14 +1430,7 @@ asmlinkage void __init xen_start_kernel( */ acpi_numa = -1; #endif -#ifdef CONFIG_X86_PAT - /* - * For right now disable the PAT. We should remove this once - * git commit 8eaffa67b43e99ae581622c5133e20b0f48bcef1 - * (xen/pat: Disable PAT support for now) is reverted. - */ - pat_enabled = 0; -#endif + /* Don't do the full vcpu_info placement stuff until we have a possible map and a non-dummy shared_info. */ per_cpu(xen_vcpu, 0) = &HYPERVISOR_shared_info->vcpu_info[0]; diff -uNrp linux-3.9.11-200.fc18.x86_64/arch/x86/xen/mmu.c linux-3.9.11-200.PAT.fc18.x86_64/arch/x86/xen/mmu.c --- linux-3.9.11-200.fc18.x86_64/arch/x86/xen/mmu.c 2013-08-13 22:35:49.404210605 +0200 +++ linux-3.9.11-200.fc18.x86_64/arch/x86/xen/mmu.c 2013-08-13 22:47:19.885598037 +0200 @@ -434,13 +434,13 @@ static pteval_t iomap_pte(pteval_t val) static pteval_t xen_pte_val(pte_t pte) { pteval_t pteval = pte.pte; -#if 0 + /* If this is a WC pte, convert back from Xen WC to Linux WC */ if ((pteval & (_PAGE_PAT | _PAGE_PCD | _PAGE_PWT)) == _PAGE_PAT) { WARN_ON(!pat_enabled); pteval = (pteval & ~_PAGE_PAT) | _PAGE_PWT; } -#endif + if (xen_initial_domain() && (pteval & _PAGE_IOMAP)) return pteval; @@ -482,7 +482,7 @@ void xen_set_pat(u64 pat) static pte_t xen_make_pte(pteval_t pte) { phys_addr_t addr = (pte & PTE_PFN_MASK); -#if 0 + /* If Linux is trying to set a WC pte, then map to the Xen WC. * If _PAGE_PAT is set, then it probably means it is really * _PAGE_PSE, so avoid fiddling with the PAT mapping and hope @@ -495,7 +495,7 @@ static pte_t xen_make_pte(pteval_t pte) if ((pte & (_PAGE_PCD | _PAGE_PWT)) == _PAGE_PWT) pte = (pte & ~(_PAGE_PCD | _PAGE_PWT)) | _PAGE_PAT; } -#endif + /* * Unprivileged domains are allowed to do IOMAPpings for * PCI passthrough, but not map ISA space. The ISA [-- Attachment #4: Type: text/plain, Size: 126 bytes --] _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel ^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Some trouble to use NVIDIA CUDA with Xen 2013-08-14 22:21 ` Martin Cerveny @ 2013-08-15 13:19 ` Konrad Rzeszutek Wilk 2013-08-15 13:28 ` Martin Cerveny 0 siblings, 1 reply; 19+ messages in thread From: Konrad Rzeszutek Wilk @ 2013-08-15 13:19 UTC (permalink / raw) To: Martin Cerveny; +Cc: Gordan Bobic, xen-devel On Thu, Aug 15, 2013 at 12:21:41AM +0200, Martin Cerveny wrote: > Hello. > > Partial SUCCSESS ! > > On Tue, 13 Aug 2013, Konrad Rzeszutek Wilk wrote: > >>>>>>NVRM: PAT configuration unsupported. > >>>Right, so there are couple of patches that can enable that back. > >>> > >>>You need to revert these two: > >>>8eaffa67b43e99ae581622c5133e20b0f48bcef1 > >>>c79c49826270b8b0061b2fca840fc3f013c8a78a > >>> > >>>And apply this patch: > >>> > >>>https://lkml.org/lkml/2012/2/10/229 > >>> > >>>That should re-enable PAT. Try that and please report back. > >> > >>I applied the patch to 3.9.11-200.PAT.fc18.x86_64 (3.10 is not > >>working due to incompatibilities with nvidia driver source code). > > > >Did you revert the other two git commits? > > Yes, double check (combined patch is in the attachment to > rpmbuild/SOURCE/, rpmbuild patch too). Looks correct. > > # rdmsr 0x277 > 50100070406 > > I look to nvidia source code. > > The error is on nvidia side: > > snip from /usr/src/nvidia-319.37/nv-pat.c > ================= > .... > #if defined(HAVE_NV_XEN) && defined(CONFIG_XEN) && defined(CONFIG_PARAVIRT) > if (PAT_WC_index == 4) > return NV_PAT_MODE_KERNEL; > #endif > > if (PAT_WC_index == 1) > return NV_PAT_MODE_KERNEL; > else if (PAT_WC_index != 0xf) > { > nv_printf(NV_DBG_ERRORS, > "NVRM: PAT configuration unsupported.\n"); > return NV_PAT_MODE_DISABLED; > } > .... > =================== > > HAVE_NV_XEN is NOT defined. > > HAVE_NV_XEN is defined only if "nv-xen.h" is present (tested in > /usr/src/nvidia-319.37/conftest.h) and it seems to be removed from > distributed source (~ in nvidia driver 19x.x.x versions). > > Ok, i downloaded some older version "nv-xen.h" from net to Do you know what it contains? Perhaps there are some oddities in there? > /usr/src/nvidia-319.37/nv-xen.h recompile driver > ("cd /usr/src/nvidia-319.37; make clean module; rmmod nvidia; > cp nvidia.ko /lib/modules/3.9.11-200.PAT.fc18.x86_64/extra; > modprobe nvidia"). > > Error "NVRM: PAT configuration unsupported." does not shown (as expected). > > Most CUDA demoprograms WORKS without error!!! Nice. > > But some programs hung PCIe and kernel: > > [55799.433278] BUG: Bad rss-counter state mm:ffff8800723e0000 idx:1 val:21 > [55800.139090] abrt-handle-eve[10175]: segfault at 18 ip 0000003f20ebb6d3 sp 00007fffa7e6ef00 error 4 in libc-2.16.so[3f20e00000+1ad000] > [55800.375196] BUG: Bad rss-counter state mm:ffff8800723e2680 idx:1 val:5 > [55845.124636] BUG: Bad rss-counter state mm:ffff8800723e0000 idx:1 val:8 > [55962.186275] BUG: Bad rss-counter state mm:ffff880074a27800 idx:0 val:5 > [55962.192811] BUG: Bad rss-counter state mm:ffff880074a27800 idx:1 val:795 > [55962.262019] traps: abrt-handle-eve[10287] general protection ip:3f20ebb7a6 sp:7fffbd613410 error:0 in libc-2.16.so[3f20e00000+1ad000] > [55962.394789] BUG: Bad rss-counter state mm:ffff8800723e0380 idx:1 val:13 That and those errors above imply that the nvidia driver is not doing a good job of converting the WC pages back to WB. And when they go back to the general pool of memory they still have the WC bit set. Which is really really bad. I presume there was some code that did the 'mark_WC' and then 'unmark_WC' (or mark_WB) or perhaps set_pages_wb and set_pages_wc. (The set_pages_wb and set_pages_wb fix is the one pageattr.c file. You could also add in the code there an printk to make sure that it is indeed working correctly - or use this little module: http://xenbits.xen.org/gitweb/?p=xentesttools/bootstrap.git;a=blob;f=root_image/drivers/wb_to_wc/wb_to_wc.c;h=cd2439ac103150229f14f732a9a7a271ca6f397e;hb=HEAD to double check that it is working correctly). > [55981.779246] NVRM: GPU at 0000:02:00: GPU-fe328712-3546-53fe-149d-3d78e7aa64d5 > [55981.786391] NVRM: Xid (0000:02:00): 38, 0001 00000000 00000000 00000000 00000000 00000000 > [55982.407300] NVRM: GPU at 0000:02:00.0 has fallen off the bus. Ha! > [55982.425810] NVRM: os_pci_init_handle: invalid context! > .... ^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Some trouble to use NVIDIA CUDA with Xen 2013-08-15 13:19 ` Konrad Rzeszutek Wilk @ 2013-08-15 13:28 ` Martin Cerveny 2013-08-15 14:15 ` Konrad Rzeszutek Wilk 0 siblings, 1 reply; 19+ messages in thread From: Martin Cerveny @ 2013-08-15 13:28 UTC (permalink / raw) To: Konrad Rzeszutek Wilk; +Cc: Gordan Bobic, xen-devel Hello. On Thu, 15 Aug 2013, Konrad Rzeszutek Wilk wrote: >> HAVE_NV_XEN is NOT defined. >> >> HAVE_NV_XEN is defined only if "nv-xen.h" is present (tested in >> /usr/src/nvidia-319.37/conftest.h) and it seems to be removed from >> distributed source (~ in nvidia driver 19x.x.x versions). >> >> Ok, i downloaded some older version "nv-xen.h" from net to > > Do you know what it contains? Perhaps there are some oddities in there? I take first match from google :-) https://github.com/lll-project/nvidia/blob/master/include/nvidia/nv-xen.h Maybe it is not the last one, but I ask nvidia to deliver "up-to-date" version. >> But some programs hung PCIe and kernel: >> >> [55799.433278] BUG: Bad rss-counter state mm:ffff8800723e0000 idx:1 val:21 >> [55800.139090] abrt-handle-eve[10175]: segfault at 18 ip 0000003f20ebb6d3 sp 00007fffa7e6ef00 error 4 in libc-2.16.so[3f20e00000+1ad000] >> [55800.375196] BUG: Bad rss-counter state mm:ffff8800723e2680 idx:1 val:5 >> [55845.124636] BUG: Bad rss-counter state mm:ffff8800723e0000 idx:1 val:8 >> [55962.186275] BUG: Bad rss-counter state mm:ffff880074a27800 idx:0 val:5 >> [55962.192811] BUG: Bad rss-counter state mm:ffff880074a27800 idx:1 val:795 >> [55962.262019] traps: abrt-handle-eve[10287] general protection ip:3f20ebb7a6 sp:7fffbd613410 error:0 in libc-2.16.so[3f20e00000+1ad000] >> [55962.394789] BUG: Bad rss-counter state mm:ffff8800723e0380 idx:1 val:13 > > That and those errors above imply that the nvidia driver is not doing > a good job of converting the WC pages back to WB. And when they > go back to the general pool of memory they still have the WC bit > set. Which is really really bad. > > I presume there was some code that did the 'mark_WC' and then > 'unmark_WC' (or mark_WB) or perhaps set_pages_wb and set_pages_wc. > > (The set_pages_wb and set_pages_wb fix is the one pageattr.c file. > You could also add in the code there an printk to make sure that > it is indeed working correctly - or use this little module: > > http://xenbits.xen.org/gitweb/?p=xentesttools/bootstrap.git;a=blob;f=root_image/drivers/wb_to_wc/wb_to_wc.c;h=cd2439ac103150229f14f732a9a7a271ca6f397e;hb=HEAD > > to double check that it is working correctly). I will try @weekend. M.C> ^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Some trouble to use NVIDIA CUDA with Xen 2013-08-15 13:28 ` Martin Cerveny @ 2013-08-15 14:15 ` Konrad Rzeszutek Wilk 2013-08-27 13:17 ` Martin Cerveny 0 siblings, 1 reply; 19+ messages in thread From: Konrad Rzeszutek Wilk @ 2013-08-15 14:15 UTC (permalink / raw) To: Martin Cerveny; +Cc: Gordan Bobic, xen-devel On Thu, Aug 15, 2013 at 03:28:44PM +0200, Martin Cerveny wrote: > Hello. > > On Thu, 15 Aug 2013, Konrad Rzeszutek Wilk wrote: > >>HAVE_NV_XEN is NOT defined. > >> > >>HAVE_NV_XEN is defined only if "nv-xen.h" is present (tested in > >>/usr/src/nvidia-319.37/conftest.h) and it seems to be removed from > >>distributed source (~ in nvidia driver 19x.x.x versions). > >> > >>Ok, i downloaded some older version "nv-xen.h" from net to > > > >Do you know what it contains? Perhaps there are some oddities in there? > > I take first match from google :-) https://github.com/lll-project/nvidia/blob/master/include/nvidia/nv-xen.h Duh! <hiddes away in shame> .. snip.. > >http://xenbits.xen.org/gitweb/?p=xentesttools/bootstrap.git;a=blob;f=root_image/drivers/wb_to_wc/wb_to_wc.c;h=cd2439ac103150229f14f732a9a7a271ca6f397e;hb=HEAD > > > >to double check that it is working correctly). > > I will try @weekend. Thank you. > > M.C> ^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Some trouble to use NVIDIA CUDA with Xen 2013-08-15 14:15 ` Konrad Rzeszutek Wilk @ 2013-08-27 13:17 ` Martin Cerveny 0 siblings, 0 replies; 19+ messages in thread From: Martin Cerveny @ 2013-08-27 13:17 UTC (permalink / raw) To: Konrad Rzeszutek Wilk; +Cc: Gordan Bobic, Martin Cerveny, xen-devel [-- Attachment #1: Type: TEXT/PLAIN, Size: 5076 bytes --] Hello. On Thu, 15 Aug 2013, Konrad Rzeszutek Wilk wrote: >>> http://xenbits.xen.org/gitweb/?p=xentesttools/bootstrap.git;a=blob;f=root_image/drivers/wb_to_wc/wb_to_wc.c;h=cd2439ac103150229f14f732a9a7a271ca6f397e;hb=HEAD >>> to double check that it is working correctly). >> >> I will try @weekend. I tried. I have NOT solution but questions exist @ END. ==================================================== Testing: - enable verbose debugging in nvidia module ("make clean module DEFINES='-DDEBUG -DNV_MEM_LOGGER -DNV_DBG_MEM'" + "os-interface.c:cur_debuglevel = 0x0") - added some more debug strings (additional tag "MX") - i attached debug output ("demsg | grep NVRM > out.txt") - tested program CUDA 5.5 "bandwidthTest", nvdriver 319.37, linux 3.9.11-200.PAT1.fc18.x86_64, xen 4.2.2, GTX770 on pci2:0.0 - i loaded module wb_to_wc.ko but it does not help much ==================================================== Observation: 1) nv-xen.h - functions never called (function probably for DomU) 2) memory debugging shows that UC mark and WB unmark pairs works OK - look @ out.txt ("egrep 'nv_alloc_pages:2481.*flags = 0x000[12]|nv_free_pages:2510.*flags = 0x000[12]' out.txt") - search "nv_alloc_pages" and "cache_type" 1 (NV_MEMORY_UNCACHED) or 2 (NV_MEMORY_WRITECOMBINED) - calling set_memory_array_uc() (==MX_AR_UC tag) set_memory_uc() (==MX_UC tag) - correspoding flags are set @ page structure - see "flags" (struct page) in page_table dump - search ""nv_free_pages" and "flags = 0x0001xxxx" / "flags = 0x0002xxxx" (nvidia page) - calling set_memory_array_wb() (==MX_AR_WB tag) set_memory_wb() (==MX_WB tag) - correspoding flags are cleared @ page structure (see page_table before and after *_WB tag) ==================================================== Oddness: 1) why is it requested "NV_MEMORY_WRITECOMBINED" it is alocated as set_memory*_uc() and NOT set_memory*_wc() (NV_MEMORY_WRITECOMBINED and NV_MEMORY_UNCACHED allocated as UC) ? (for example timestamp [ 4659.741768] in out.txt) code (nv-vm.c:nv_alloc_system_pages()): ---- if (!NV_ALLOC_MAPPING_CACHED(at->flags)) nv_set_memory_type(at, NV_MEMORY_UNCACHED); --- 2) why is the allocated block by "1)" (eg. NV_MEMORY_WRITECOMBINED but it is flagged set_memory*_uc()) flagged as WC in nv-mmap.c:nv_kern_mmap() ? "vm_page_prot" is encoded MANUALLY in nv-mmap.c:nv_encode_caching() ! (for example timestamp [ 4659.902599] in out.txt) code nv-mmap.c:nv_encode_caching(): --- switch (cache_type) { case NV_MEMORY_WRITECOMBINED: if ((nv_pat_mode != NV_PAT_MODE_DISABLED) && (memory_type != NV_MEMORY_TYPE_REGISTERS)) { pgprot_val(*prot) &= ~(_PAGE_PSE | _PAGE_PCD | _PAGE_PWT); *prot = __pgprot(pgprot_val(*prot) | _PAGE_PWT); break; } --- code nv-mmap.c:nv_kern_mmap(): --- for (j = i; j < (i + pages); j++) { nv_verify_page_mappings(at->page_table[j], NV_ALLOC_MAPPING(at->flags)); if (NV_REMAP_PAGE_RANGE(start, at->page_table[j]->phys_addr, PAGE_SIZE, vma->vm_page_prot)) { NV_ATOMIC_DEC(at->usage_count); status = -EAGAIN; goto done; } start += PAGE_SIZE; } --- (NV_REMAP_PAGE_RANGE() == remap_pfn_range()) ==================================================== Questions: 1) Is it problem when the same pages is in kernel flagged as UC and mmaped to userspace as WC ? 2) Is it ok to manually encode WC in "remap_pfn_range()" (is it remapped to real XEN aware PTE later ?xen_pte_val?) ? Manually WC encoded as "_PAGE_PWT" eg. select entry PAT1 in non-xen kernel mapped to memory type "01H" == "Write Combining (WC)" BUT in xen kernel is PAT1 mapped to "04H" == "Write Through (WT)". Xen kernel should use "_PAGE_PAT" eg. select entry PAT4 mapped to memory type "01H" (xen rdmsr 0x277 == 50100070406). (Intel64 and IA-32 Architectures Software Developer’s Manual Volume 3A: System Programming Guide, Part 1/chapter 11.12 PAGE ATTRIBUTE TABLE (PAT)). ==================================================== Problem still persists: If I used CUDA the system becomes unstable and sometimes crashes. [17037.717699] systemd-udevd[9160]: segfault at 18 ip 00007ff415c126d3 sp 00007fff742bfa50 error 4 in libc-2.16.so[7ff415b57000+1ad000] [17037.863424] BUG: Bad rss-counter state mm:ffff880071b15180 idx:1 val:10 [17040.876791] systemd-udevd[9161]: segfault at 3f21200ed0 ip 0000003f21200ed0 sp 00007fff742bf968 error 14 in libnss_files-2.16.so[7ff4144d0000+c000] [17040.898748] BUG: Bad rss-counter state mm:ffff880071b17100 idx:1 val:6 [17047.662793] bash[9191]: segfault at 10 ip 0000003f20e7d0dd sp 00007fff1ebd95d0 error 4 in libc-2.16.so[3f20e00000+1ad000] [17047.821840] BUG: Bad rss-counter state mm:ffff880053cbb800 idx:1 val:487 ==================================================== Thanks for answers, Martin Cerveny [-- Attachment #2: Type: TEXT/PLAIN, Size: 117866 bytes --] [ 4650.967713] NVRM: The NVIDIA GeForce 7025 / nForce 630a GPU installed in this system is NVRM: supported through the NVIDIA 304.xx Legacy drivers. Please NVRM: visit http://www.nvidia.com/object/unix.html for more NVRM: information. The 319.37 NVIDIA driver will ignore NVRM: this GPU. Continuing probe... [ 4651.001543] 0: NVRM: probing 0x10de 0x3d6, class 0x30000 [ 4651.006880] 0: NVRM: ignoring the legacy GPU 0000:00:0d.0 [ 4651.018286] 0: NVRM: probing 0x10de 0x1184, class 0x30000 [ 4651.032999] 0: NVRM: PCI:0000:02:00.0 (10de:1184): BAR0 @ 0xfb000000 (16MB) [ 4651.039954] 0: NVRM: PCI:0000:02:00.0 (10de:1184): BAR1 @ 0xf0000000 (128MB) [ 4651.068585] 0: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 319.37 Wed Jul 3 17:08:50 PDT 2013 [ 4656.586133] 1: NVRM: nv_kern_open... [ 4656.589846] 1: NVRM: nv_kern_ctl_open [ 4656.594708] 1: NVRM: ioctl(0xd2, 0x5f9a0b20, 0x48) [ 4656.599568] 1: NVRM: ioctl(0xca, 0x52c3b4c0, 0x4) [ 4656.604318] 1: NVRM: ioctl(0xc8, 0x52c3b4e0, 0x700) [ 4656.609271] 1: NVRM: ioctl(0x2b, 0x5f9a0b70, 0x20) [ 4656.614166] 1: NVRM: ioctl(0x2a, 0x5f9a0b40, 0x20) [ 4656.619012] 1: NVRM: ioctl(0x2a, 0x5f9a09b0, 0x20) [ 4656.624040] 1: NVRM: nv_kern_open... [ 4656.627709] 0: NVRM: nv_kern_open on device 0 [ 4656.632183] 0: NVRM: RmInitAdapter: 0000:02:00.0 [ 4656.636809] 0: NVRM: RmSetupRegisters for 0x10de:0x1184 [ 4656.642088] 0: NVRM: pci config info: [ 4656.645816] 0: NVRM: registers look like: 0xfb000000 0x1000000 [ 4656.651969] 0: NVRM: fb looks like: 0xf0000000 0x8000000 [ 4656.660439] 0: NVRM: Successfully mapped framebuffer and registers [ 4656.666615] 0: NVRM: final mappings: [ 4656.670255] 0: NVRM: regs: 0xfb000000 0x1000000 0x4380000 [ 4656.676772] 0: NVRM: VM: nv_alloc_pages: 1 pages [ 4656.681408] 0: NVRM: VM: contig 1 cache_type 1 [ 4656.686248] 0: NVRM: MX: nv_encode_caching ( (null)) [ 4656.692052] 0: NVRM: MX: nv_encode_caching NV_MEMORY_UNCACHED [ 4656.697864] 0: NVRM: VM: nv_alloc_contig_pages: 1 pages [ 4656.703214] 0: NVRM: MX_UC: ffff880053c1f000 1 [ 4656.707670] 0: NVRM: VM: page_table at 0xffff880053c01ca8, 1 pages [ 4656.714164] 0: NVRM: VM: v 0xffff880053c1f000 p 0x53c1f000 d 0x994fd000: count 1 flags 0x400400 [ 4656.723741] 0: NVRM: VM: nv_alloc_pages:2481: 0xffff880004f45180, 1 page(s), count = 1, flags = 0x00010015, key = 0x53c1f000, page_table = 0xffff88007033e068 [ 4656.737898] 0: NVRM: VM: nv_alloc_pages: 1 pages [ 4656.742527] 0: NVRM: VM: contig 1 cache_type 1 [ 4656.747369] 0: NVRM: MX: nv_encode_caching ( (null)) [ 4656.753172] 0: NVRM: MX: nv_encode_caching NV_MEMORY_UNCACHED [ 4656.758980] 0: NVRM: VM: nv_alloc_contig_pages: 1 pages [ 4656.764344] 0: NVRM: MX_UC: ffff880070372000 1 [ 4656.768793] 0: NVRM: VM: page_table at 0xffff880053c01cf0, 1 pages [ 4656.775293] 0: NVRM: VM: v 0xffff880070372000 p 0x70372000 d 0x7cc50000: count 1 flags 0x400400 [ 4656.784730] 0: NVRM: VM: nv_alloc_pages:2481: 0xffff880004f45300, 1 page(s), count = 1, flags = 0x00010015, key = 0x70372000, page_table = 0xffff88007033e6d8 [ 4656.798883] 0: NVRM: VM: nv_alloc_pages: 1 pages [ 4656.803511] 0: NVRM: VM: contig 1 cache_type 1 [ 4656.808360] 0: NVRM: MX: nv_encode_caching ( (null)) [ 4656.814162] 0: NVRM: MX: nv_encode_caching NV_MEMORY_UNCACHED [ 4656.819974] 0: NVRM: VM: nv_alloc_contig_pages: 1 pages [ 4656.825300] 0: NVRM: MX_UC: ffff880053cac000 1 [ 4656.829767] 0: NVRM: VM: page_table at 0xffff880053c01d38, 1 pages [ 4656.836263] 0: NVRM: VM: v 0xffff880053cac000 p 0x53cac000 d 0x9958a000: count 1 flags 0x400400 [ 4656.845704] 0: NVRM: VM: nv_alloc_pages:2481: 0xffff8800737543c0, 1 page(s), count = 1, flags = 0x00010015, key = 0x53cac000, page_table = 0xffff88007033e668 [ 4657.020035] 1: NVRM: 0000:02:00.0 is primary VGA: 0 [ 4657.197152] 1: NVRM: VM: nv_alloc_pages: 1 pages [ 4657.201778] 1: NVRM: VM: contig 1 cache_type 1 [ 4657.206629] 1: NVRM: MX: nv_encode_caching ( (null)) [ 4657.212435] 1: NVRM: MX: nv_encode_caching NV_MEMORY_UNCACHED [ 4657.218242] 1: NVRM: VM: nv_alloc_contig_pages: 1 pages [ 4657.223568] 1: NVRM: MX_UC: ffff880073c56000 1 [ 4657.228042] 1: NVRM: VM: page_table at 0xffff8800706eea68, 1 pages [ 4657.234535] 1: NVRM: VM: v 0xffff880073c56000 p 0x73c56000 d 0x79534000: count 1 flags 0x400400 [ 4657.244102] 1: NVRM: VM: nv_alloc_pages:2481: 0xffff880053ca3f00, 1 page(s), count = 1, flags = 0x00010015, key = 0x73c56000, page_table = 0xffff8800740ac7a8 [ 4657.258304] 1: NVRM: VM: nv_alloc_pages: 1 pages [ 4657.262927] 1: NVRM: VM: contig 1 cache_type 0 [ 4657.267774] 1: NVRM: MX: nv_encode_caching ( (null)) [ 4657.273580] 1: NVRM: MX: nv_encode_caching NV_MEMORY_CACHED [ 4657.279213] 1: NVRM: VM: nv_alloc_contig_pages: 1 pages [ 4657.284508] 1: NVRM: VM: page_table at 0xffff8800706ee828, 1 pages [ 4657.291000] 1: NVRM: VM: v 0xffff880053c83000 p 0x53c83000 d 0x99561000: count 1 flags 0x400 [ 4657.300016] 1: NVRM: VM: nv_alloc_pages:2481: 0xffff880053ca3f60, 1 page(s), count = 1, flags = 0x00000015, key = 0x53c83000, page_table = 0xffff8800740ac1b8 [ 4657.316922] 1: NVRM: VM: nv_alloc_pages: 1 pages [ 4657.321534] 1: NVRM: VM: contig 0 cache_type 0 [ 4657.326389] 1: NVRM: MX: nv_encode_caching ( (null)) [ 4657.332193] 1: NVRM: MX: nv_encode_caching NV_MEMORY_CACHED [ 4657.337828] 1: NVRM: VM: 2692745712: 1 pages [ 4657.342175] 1: NVRM: VM: page_table at 0xffff8800706eeb88, 1 pages [ 4657.348661] 1: NVRM: VM: v 0xffff880053c8d000 p 0x53c8d000 d 0x9956b000: count 1 flags 0x400 [ 4657.357675] 1: NVRM: VM: nv_alloc_pages:2481: 0xffff8800726cee40, 1 page(s), count = 1, flags = 0x00000011, key = 0x53c8d000, page_table = 0xffff8800740ac158 [ 4657.371802] 1: NVRM: VM: nv_alloc_pages: 1 pages [ 4657.376490] 1: NVRM: VM: contig 0 cache_type 0 [ 4657.381343] 1: NVRM: MX: nv_encode_caching ( (null)) [ 4657.387150] 1: NVRM: MX: nv_encode_caching NV_MEMORY_CACHED [ 4657.392786] 1: NVRM: VM: 2692745712: 1 pages [ 4657.397119] 1: NVRM: VM: page_table at 0xffff8800706ee438, 1 pages [ 4657.403617] 1: NVRM: VM: v 0xffff880053c8c000 p 0x53c8c000 d 0x9956a000: count 1 flags 0x400 [ 4657.412639] 1: NVRM: VM: nv_alloc_pages:2481: 0xffff8800726ce480, 1 page(s), count = 1, flags = 0x00000011, key = 0x53c8c000, page_table = 0xffff8800740aca08 [ 4657.487849] 1: NVRM: VM: nv_alloc_pages: 1 pages [ 4657.492465] 1: NVRM: VM: contig 1 cache_type 1 [ 4657.497316] 1: NVRM: MX: nv_encode_caching ( (null)) [ 4657.503124] 1: NVRM: MX: nv_encode_caching NV_MEMORY_UNCACHED [ 4657.508930] 1: NVRM: VM: nv_alloc_contig_pages: 1 pages [ 4657.514248] 1: NVRM: MX_UC: ffff880054055000 1 [ 4657.518727] 1: NVRM: VM: page_table at 0xffff880073c4d7e0, 1 pages [ 4657.525223] 1: NVRM: VM: v 0xffff880054055000 p 0x54055000 d 0x99133000: count 1 flags 0x400400 [ 4657.534686] 1: NVRM: VM: nv_alloc_pages:2481: 0xffff880070297060, 1 page(s), count = 1, flags = 0x00010015, key = 0x54055000, page_table = 0xffff8800740acd98 [ 4657.548809] 1: NVRM: VM: nv_alloc_pages: 32 pages [ 4657.553522] 1: NVRM: VM: contig 0 cache_type 1 [ 4657.558376] 1: NVRM: MX: nv_encode_caching ( (null)) [ 4657.564181] 1: NVRM: MX: nv_encode_caching NV_MEMORY_UNCACHED [ 4657.570007] 1: NVRM: VM: 2692745712: 32 pages [ 4657.574575] 1: NVRM: MX_AR_UC: ffff880073a22f00 32 [ 4657.579371] 1: NVRM: VM: page_table at 0xffff880073c4d900, 32 pages [ 4657.585954] 1: NVRM: VM: v 0xffff8800712bd000 p 0x712bd000 d 0x7bf9b000: count 1 flags 0x400400 [ 4657.595227] 1: NVRM: VM: v 0xffff8800712bc000 p 0x712bc000 d 0x7bf9a000: count 1 flags 0x400400 [ 4657.604501] 1: NVRM: VM: v 0xffff8800547c5000 p 0x547c5000 d 0x988a3000: count 1 flags 0x400400 [ 4657.613780] 1: NVRM: VM: v 0xffff8800547c4000 p 0x547c4000 d 0x988a2000: count 1 flags 0x400400 [ 4657.623051] 1: NVRM: VM: v 0xffff8800712c1000 p 0x712c1000 d 0x7bf9f000: count 1 flags 0x400400 [ 4657.632327] 1: NVRM: VM: v 0xffff8800712c0000 p 0x712c0000 d 0x7bf9e000: count 1 flags 0x400400 [ 4657.641599] 1: NVRM: VM: v 0xffff880070009000 p 0x70009000 d 0x7d0e7000: count 1 flags 0x400400 [ 4657.650870] 1: NVRM: VM: v 0xffff880070008000 p 0x70008000 d 0x7d0e6000: count 1 flags 0x400400 [ 4657.660146] 1: NVRM: VM: v 0xffff880070469000 p 0x70469000 d 0x7cd47000: count 1 flags 0x400400 [ 4657.669416] 1: NVRM: VM: v 0xffff880070468000 p 0x70468000 d 0x7cd46000: count 1 flags 0x400400 [ 4657.678867] 1: NVRM: VM: nv_alloc_pages:2481: 0xffff8800748169c0, 32 page(s), count = 1, flags = 0x00010011, key = 0x712bd000, page_table = 0xffff880004e19e08 [ 4657.697930] 1: NVRM: VM: nv_alloc_pages: 64 pages [ 4657.702655] 1: NVRM: VM: contig 1 cache_type 2 [ 4657.707492] 1: NVRM: MX: nv_encode_caching ( (null)) [ 4657.713298] 1: NVRM: MX: nv_encode_caching NV_MEMORY_WRITECOMBINED [ 4657.719537] 1: NVRM: MX: nv_encode_caching NV_MEMORY_WRITECOMBINED pgprot [ 4657.726397] 1: NVRM: VM: nv_alloc_contig_pages: 64 pages [ 4657.732065] 1: NVRM: MX_UC: ffff8800705c0000 64 [ 4657.736596] 1: NVRM: VM: page_table at 0xffff880054054708, 64 pages [ 4657.743182] 1: NVRM: VM: v 0xffff8800705c0000 p 0x705c0000 d 0x7ca9e000: count 1 flags 0x404400 [ 4657.752458] 1: NVRM: VM: v 0xffff8800705c1000 p 0x705c1000 d 0x7ca9f000: count 1 flags 0x408400 [ 4657.761730] 1: NVRM: VM: v 0xffff8800705c2000 p 0x705c2000 d 0x7caa0000: count 1 flags 0x408400 [ 4657.771007] 1: NVRM: VM: v 0xffff8800705c3000 p 0x705c3000 d 0x7caa1000: count 1 flags 0x408400 [ 4657.780276] 1: NVRM: VM: v 0xffff8800705c4000 p 0x705c4000 d 0x7caa2000: count 1 flags 0x408400 [ 4657.789552] 1: NVRM: VM: v 0xffff8800705c5000 p 0x705c5000 d 0x7caa3000: count 1 flags 0x408400 [ 4657.798823] 1: NVRM: VM: v 0xffff8800705c6000 p 0x705c6000 d 0x7caa4000: count 1 flags 0x408400 [ 4657.808101] 1: NVRM: VM: v 0xffff8800705c7000 p 0x705c7000 d 0x7caa5000: count 1 flags 0x408400 [ 4657.817377] 1: NVRM: VM: v 0xffff8800705c8000 p 0x705c8000 d 0x7caa6000: count 1 flags 0x408400 [ 4657.826648] 1: NVRM: VM: v 0xffff8800705c9000 p 0x705c9000 d 0x7caa7000: count 1 flags 0x408400 [ 4657.836180] 1: NVRM: VM: nv_alloc_pages:2481: 0xffff880073dc0180, 64 page(s), count = 1, flags = 0x00020015, key = 0x705c0000, page_table = 0xffff880070208808 [ 4657.924539] 1: NVRM: VM: nv_alloc_pages: 1 pages [ 4657.929169] 1: NVRM: VM: contig 0 cache_type 0 [ 4657.934015] 1: NVRM: MX: nv_encode_caching ( (null)) [ 4657.939817] 1: NVRM: MX: nv_encode_caching NV_MEMORY_CACHED [ 4657.945452] 1: NVRM: VM: 2692745712: 1 pages [ 4657.949790] 1: NVRM: VM: page_table at 0xffff8800705a8948, 1 pages [ 4657.956287] 1: NVRM: VM: v 0xffff8800705aa000 p 0x705aa000 d 0x7ca88000: count 1 flags 0x400 [ 4657.965302] 1: NVRM: VM: nv_alloc_pages:2481: 0xffff880073dc0420, 1 page(s), count = 1, flags = 0x00000011, key = 0x705aa000, page_table = 0xffff8800740acfb8 [ 4657.982650] 1: NVRM: VM: nv_alloc_pages: 45 pages [ 4657.987348] 1: NVRM: VM: contig 1 cache_type 1 [ 4657.992199] 1: NVRM: MX: nv_encode_caching ( (null)) [ 4657.998010] 1: NVRM: MX: nv_encode_caching NV_MEMORY_UNCACHED [ 4658.003821] 1: NVRM: VM: nv_alloc_contig_pages: 45 pages [ 4658.009384] 1: NVRM: MX_UC: ffff8800704c0000 45 [ 4658.013915] 1: NVRM: VM: page_table at 0xffff8800705a8990, 45 pages [ 4658.020503] 1: NVRM: VM: v 0xffff8800704c0000 p 0x704c0000 d 0x7cd9e000: count 1 flags 0x404400 [ 4658.029772] 1: NVRM: VM: v 0xffff8800704c1000 p 0x704c1000 d 0x7cd9f000: count 1 flags 0x408400 [ 4658.039046] 1: NVRM: VM: v 0xffff8800704c2000 p 0x704c2000 d 0x7cda0000: count 1 flags 0x408400 [ 4658.048321] 1: NVRM: VM: v 0xffff8800704c3000 p 0x704c3000 d 0x7cda1000: count 1 flags 0x408400 [ 4658.057593] 1: NVRM: VM: v 0xffff8800704c4000 p 0x704c4000 d 0x7cda2000: count 1 flags 0x408400 [ 4658.066871] 1: NVRM: VM: v 0xffff8800704c5000 p 0x704c5000 d 0x7cda3000: count 1 flags 0x408400 [ 4658.076141] 1: NVRM: VM: v 0xffff8800704c6000 p 0x704c6000 d 0x7cda4000: count 1 flags 0x408400 [ 4658.085414] 1: NVRM: VM: v 0xffff8800704c7000 p 0x704c7000 d 0x7cda5000: count 1 flags 0x408400 [ 4658.094688] 1: NVRM: VM: v 0xffff8800704c8000 p 0x704c8000 d 0x7cda6000: count 1 flags 0x408400 [ 4658.103962] 1: NVRM: VM: v 0xffff8800704c9000 p 0x704c9000 d 0x7cda7000: count 1 flags 0x408400 [ 4658.113420] 1: NVRM: VM: nv_alloc_pages:2481: 0xffff880073dc06c0, 45 page(s), count = 1, flags = 0x00010015, key = 0x704c0000, page_table = 0xffff880004fe9e08 [ 4658.134350] 0: NVRM: initializing rc timer [ 4658.138470] 0: NVRM: rc timer initialized [ 4658.144266] 0: NVRM: RmInitAdapter succeeded! [ 4658.150846] 0: NVRM: ioctl(0x4d, 0x5f9a0710, 0x48) [ 4658.155887] 0: NVRM: ioctl(0x2a, 0x5f9a09b0, 0x20) [ 4658.160740] 0: NVRM: ioctl(0x2a, 0x5f9a07e0, 0x20) [ 4658.165547] 0: NVRM: ioctl(0x2a, 0x5f9a07e0, 0x20) [ 4658.170493] 0: NVRM: nv_kern_open... [ 4658.174079] 0: NVRM: nv_kern_open on device 0 [ 4658.178506] 0: NVRM: ioctl(0x4d, 0x5f9a0680, 0x48) [ 4658.183489] 0: NVRM: ioctl(0x2b, 0x5f9a0990, 0x20) [ 4658.188335] 0: NVRM: ioctl(0x2a, 0x5f9a09b0, 0x20) [ 4658.193171] 0: NVRM: ioctl(0x37, 0x5f9a09d0, 0x20) [ 4658.198095] 0: NVRM: ioctl(0x37, 0x5f9a09d0, 0x20) [ 4658.202979] 0: NVRM: ioctl(0x2a, 0x5f9a09b0, 0x20) [ 4658.207814] 0: NVRM: ioctl(0x2a, 0x5f9a0840, 0x20) [ 4658.212646] 0: NVRM: ioctl(0x2a, 0x5f9a0740, 0x20) [ 4658.217487] 0: NVRM: ioctl(0x2a, 0x5f9a0740, 0x20) [ 4658.222418] 0: NVRM: nv_kern_open... [ 4658.226004] 0: NVRM: nv_kern_open on device 0 [ 4658.230429] 0: NVRM: ioctl(0x4d, 0x5f9a05e0, 0x48) [ 4658.235464] 0: NVRM: ioctl(0x2b, 0x5f9a08e0, 0x20) [ 4658.240290] 0: NVRM: ioctl(0x32, 0x5f9a09c0, 0x14) [ 4658.245142] 0: NVRM: ioctl(0x2a, 0x5f9a09b0, 0x20) [ 4658.250022] 0: NVRM: ioctl(0x2a, 0x5f9a0570, 0x20) [ 4658.254851] 0: NVRM: ioctl(0x32, 0x5f9a0580, 0x14) [ 4658.259701] 0: NVRM: ioctl(0x37, 0x5f9a0590, 0x20) [ 4658.264556] 0: NVRM: ioctl(0x2a, 0x5f9a0570, 0x20) [ 4658.269418] 0: NVRM: ioctl(0x2a, 0x5f9a0570, 0x20) [ 4658.274249] 0: NVRM: ioctl(0x2a, 0x5f9a0570, 0x20) [ 4658.279121] 0: NVRM: ioctl(0x2a, 0x5f9a0570, 0x20) [ 4658.283970] 0: NVRM: ioctl(0x37, 0x5f9a0590, 0x20) [ 4658.288826] 0: NVRM: ioctl(0x37, 0x5f9a0590, 0x20) [ 4658.293675] 0: NVRM: ioctl(0x2a, 0x5f9a0570, 0x20) [ 4658.298523] 0: NVRM: ioctl(0x2a, 0x5f9a0570, 0x20) [ 4658.303375] 0: NVRM: ioctl(0x37, 0x5f9a0590, 0x20) [ 4658.308245] 0: NVRM: ioctl(0x2a, 0x5f9a0570, 0x20) [ 4658.313114] 0: NVRM: ioctl(0x2a, 0x5f9a0570, 0x20) [ 4658.317989] 0: NVRM: ioctl(0x2a, 0x5f9a0570, 0x20) [ 4658.322812] 0: NVRM: ioctl(0x2a, 0x5f9a0570, 0x20) [ 4658.327671] 0: NVRM: ioctl(0x2a, 0x5f9a0570, 0x20) [ 4658.332532] 0: NVRM: ioctl(0x2a, 0x5f9a0570, 0x20) [ 4658.337487] 0: NVRM: ioctl(0x2a, 0x5f9a0570, 0x20) [ 4658.342320] 0: NVRM: ioctl(0x2a, 0x5f9a0570, 0x20) [ 4658.347176] 0: NVRM: ioctl(0x2a, 0x5f9a07d0, 0x20) [ 4658.352296] 0: NVRM: ioctl(0x2a, 0x5f9a0750, 0x20) [ 4658.357122] 0: NVRM: ioctl(0x2a, 0x5f9a0750, 0x20) [ 4658.361976] 0: NVRM: ioctl(0x2a, 0x5f9a0750, 0x20) [ 4658.366830] 0: NVRM: ioctl(0x2a, 0x5f9a0750, 0x20) [ 4658.371684] 0: NVRM: ioctl(0x2a, 0x5f9a0750, 0x20) [ 4658.376543] 0: NVRM: ioctl(0x2a, 0x5f9a06d0, 0x20) [ 4658.381391] 0: NVRM: ioctl(0x2a, 0x5f9a0720, 0x20) [ 4658.386234] 0: NVRM: ioctl(0x2a, 0x5f9a0720, 0x20) [ 4658.391187] 0: NVRM: ioctl(0x2a, 0x5f9a08b0, 0x20) [ 4658.396047] 0: NVRM: ioctl(0x2a, 0x5f9a0950, 0x20) [ 4658.400902] 0: NVRM: ioctl(0x4a, 0x5f9a0a80, 0xa0) [ 4658.405851] 0: NVRM: ioctl(0x4a, 0x5f9a0a80, 0xa0) [ 4658.410708] 0: NVRM: ioctl(0x4a, 0x5f9a0a80, 0xa0) [ 4658.415560] 0: NVRM: ioctl(0x4a, 0x5f9a0a80, 0xa0) [ 4658.420416] 0: NVRM: ioctl(0x4a, 0x5f9a0a80, 0xa0) [ 4658.425360] 0: NVRM: ioctl(0x4a, 0x5f9a0a80, 0xa0) [ 4658.430207] 0: NVRM: ioctl(0x4a, 0x5f9a0a80, 0xa0) [ 4658.435062] 0: NVRM: ioctl(0x4a, 0x5f9a0a80, 0xa0) [ 4658.439971] 0: NVRM: ioctl(0x4a, 0x5f9a0a80, 0xa0) [ 4658.444822] 0: NVRM: ioctl(0x4a, 0x5f9a0a80, 0xa0) [ 4658.449676] 0: NVRM: ioctl(0x4a, 0x5f9a0a80, 0xa0) [ 4658.454528] 0: NVRM: ioctl(0x4a, 0x5f9a0a80, 0xa0) [ 4658.459381] 0: NVRM: ioctl(0x4a, 0x5f9a0a80, 0xa0) [ 4658.464236] 0: NVRM: ioctl(0x4a, 0x5f9a0a80, 0xa0) [ 4658.469088] 0: NVRM: ioctl(0x4a, 0x5f9a0a80, 0xa0) [ 4658.473941] 0: NVRM: ioctl(0x4a, 0x5f9a0a80, 0xa0) [ 4658.478795] 0: NVRM: ioctl(0x4a, 0x5f9a0a80, 0xa0) [ 4658.483651] 0: NVRM: ioctl(0x4a, 0x5f9a0a80, 0xa0) [ 4658.488501] 0: NVRM: ioctl(0x4a, 0x5f9a0a80, 0xa0) [ 4658.493356] 0: NVRM: ioctl(0x4a, 0x5f9a0a80, 0xa0) [ 4658.498209] 0: NVRM: ioctl(0x4a, 0x5f9a0a80, 0xa0) [ 4658.503063] 0: NVRM: ioctl(0x4a, 0x5f9a0a80, 0xa0) [ 4658.507917] 0: NVRM: ioctl(0x4a, 0x5f9a0a80, 0xa0) [ 4658.512769] 0: NVRM: ioctl(0x4a, 0x5f9a0a80, 0xa0) [ 4658.517622] 0: NVRM: ioctl(0x4a, 0x5f9a0a80, 0xa0) [ 4658.522475] 0: NVRM: ioctl(0x4a, 0x5f9a0a80, 0xa0) [ 4658.527334] 0: NVRM: ioctl(0x4a, 0x5f9a0a80, 0xa0) [ 4658.532188] 0: NVRM: ioctl(0x4a, 0x5f9a0a80, 0xa0) [ 4658.537141] 0: NVRM: ioctl(0x4a, 0x5f9a0b90, 0xa0) [ 4658.542130] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.546980] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.551834] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.556688] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.561539] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.566419] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.571271] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.576130] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.580978] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.585833] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.590724] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.595576] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.600427] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.605281] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.610134] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.614989] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.619845] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.624697] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.629549] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.634430] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.639349] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.644297] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.649203] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.654108] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.659007] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.663905] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.668802] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.673698] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.678718] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.683627] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.688519] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.693470] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.698374] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.703244] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.708099] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.712954] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.717804] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.722657] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.727515] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.732370] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.737319] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.742409] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.747355] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.752246] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.757153] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.762048] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.766952] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.771851] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.776754] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.781647] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.786540] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.791439] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.796336] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.801234] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.806212] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.811103] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.816001] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.820911] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.825805] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.830707] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.835614] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.840514] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.845411] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.850353] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.855309] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.860212] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.865109] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.870006] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.875006] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.879904] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.884803] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.889700] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.894601] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.899497] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.904395] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.909291] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.914189] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.919089] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.923982] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.928879] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.933785] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.938757] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.943677] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.948528] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.953434] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.958290] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.963143] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.967993] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.972847] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.977701] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.982557] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.987411] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.992263] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4658.997117] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.001969] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.006821] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.011677] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.016529] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.021384] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.026239] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.031090] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.035947] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.040796] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.045651] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.050503] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.055408] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.060262] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.065117] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.069974] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.074849] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.079722] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.084622] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.089524] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.094418] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.099323] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.104226] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.109125] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.114030] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.119017] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.124043] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.128939] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.133839] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.138734] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.143712] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.148608] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.153509] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.158469] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.163365] 0: NVRM: ioctl(0x4a, 0x5f9a0a70, 0xa0) [ 4659.168391] 0: NVRM: ioctl(0x2a, 0x5f9a1370, 0x20) [ 4659.173288] 0: NVRM: ioctl(0x4a, 0x5f9a13d0, 0xa0) [ 4659.178288] 0: NVRM: ioctl(0x2a, 0x5f9a13f0, 0x20) [ 4659.183166] 0: NVRM: ioctl(0x2a, 0x5f9a0cf0, 0x20) [ 4659.188033] 0: NVRM: ioctl(0x2a, 0x5f9a0cf0, 0x20) [ 4659.192901] 0: NVRM: ioctl(0x2a, 0x5f9a0cf0, 0x20) [ 4659.197888] 0: NVRM: ioctl(0x2a, 0x5f9a0d90, 0x20) [ 4659.202764] 0: NVRM: ioctl(0x2a, 0x5f9a0cf0, 0x20) [ 4659.207636] 0: NVRM: ioctl(0x2a, 0x5f9a0cf0, 0x20) [ 4659.212511] 0: NVRM: ioctl(0x2a, 0x5f9a0cf0, 0x20) [ 4659.217376] 0: NVRM: ioctl(0x2a, 0x5f9a0d90, 0x20) [ 4659.222270] 0: NVRM: ioctl(0x2a, 0x5f9a1480, 0x20) [ 4659.227280] 0: NVRM: ioctl(0x2a, 0x5f9a0ca0, 0x20) [ 4659.232431] 0: NVRM: ioctl(0x27, 0x5f9a0300, 0x30) [ 4659.237285] 0: NVRM: ioctl(0x54, 0x5f9a0320, 0x30) [ 4659.242156] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.247024] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.251872] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.256726] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.261639] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.266492] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.271352] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.276202] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.281055] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.285946] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.290796] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.295649] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.300506] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.305356] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.310213] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.315069] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.319918] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.324771] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.329652] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.334565] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.339465] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.344387] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.349237] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.354090] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.358945] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.363854] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.368703] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.373557] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.378412] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.383263] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.388118] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.392971] 0: NVRM: ioctl(0x4a, 0x5f9a0140, 0xa0) [ 4659.397858] 0: NVRM: ioctl(0x4a, 0x5f99ff60, 0xa0) [ 4659.402738] 0: NVRM: ioctl(0x57, 0x5f99fe50, 0x38) [ 4659.407928] 0: NVRM: ioctl(0x4a, 0x5f9a0810, 0xa0) [ 4659.412807] 0: NVRM: ioctl(0x57, 0x5f9a0700, 0x38) [ 4659.417708] 0: NVRM: ioctl(0x4a, 0x5f9a06a0, 0xa0) [ 4659.422557] 0: NVRM: VM: nv_alloc_pages: 256 pages [ 4659.427351] 0: NVRM: VM: contig 0 cache_type 0 [ 4659.432205] 0: NVRM: MX: nv_encode_caching ( (null)) [ 4659.438013] 0: NVRM: MX: nv_encode_caching NV_MEMORY_CACHED [ 4659.443675] 0: NVRM: VM: 2692745712: 256 pages [ 4659.448662] 0: NVRM: VM: page_table at 0xffff880053c01b40, 256 pages [ 4659.455298] 0: NVRM: VM: v 0xffff88007071d000 p 0x7071d000 d 0x7cbfb000: count 1 flags 0x400 [ 4659.464291] 0: NVRM: VM: v 0xffff88007071e000 p 0x7071e000 d 0x7cbfc000: count 1 flags 0x400 [ 4659.473304] 0: NVRM: VM: v 0xffff88007071f000 p 0x7071f000 d 0x7cbfd000: count 1 flags 0x400 [ 4659.482316] 0: NVRM: VM: v 0xffff880070738000 p 0x70738000 d 0x7c816000: count 1 flags 0x400 [ 4659.491331] 0: NVRM: VM: v 0xffff880070739000 p 0x70739000 d 0x7c817000: count 1 flags 0x400 [ 4659.500344] 0: NVRM: VM: v 0xffff88007073a000 p 0x7073a000 d 0x7c818000: count 1 flags 0x400 [ 4659.509357] 0: NVRM: VM: v 0xffff88007073b000 p 0x7073b000 d 0x7c819000: count 1 flags 0x400 [ 4659.518372] 0: NVRM: VM: v 0xffff88007073c000 p 0x7073c000 d 0x7c81a000: count 1 flags 0x400 [ 4659.527386] 0: NVRM: VM: v 0xffff88007073d000 p 0x7073d000 d 0x7c81b000: count 1 flags 0x400 [ 4659.536413] 0: NVRM: VM: v 0xffff88007073e000 p 0x7073e000 d 0x7c81c000: count 1 flags 0x400 [ 4659.545427] 0: NVRM: VM: nv_alloc_pages:2481: 0xffff880073d68300, 256 page(s), count = 1, flags = 0x00000011, key = 0x7071d000, page_table = 0xffff8800726c4008 [ 4659.559817] 1: NVRM: ioctl(0x4e, 0x5f9a06e0, 0x30) [ 4659.564789] 1: NVRM: VM: nv_kern_mmap:239: 0x7fc751ee0000 - 0x7fc751fe0000, 0x00100000 bytes @ 0x000000007cbfb000, 0x (null), 0xffff880070466600 [ 4659.578518] 1: NVRM: MX: nv_encode_caching (ffff880073c0bdf0) [ 4659.584309] 1: NVRM: MX: nv_encode_caching NV_MEMORY_CACHED [ 4659.590172] 1: NVRM: VM: nv_kern_mmap:402: 0xffff880073d68300, 256 page(s), count = 2, flags = 0x00000011, key = 0x7071d000, page_table = 0xffff8800726c4008 [ 4659.604149] 1: NVRM: VM: page_table at 0xffff880053c01b40, 256 pages [ 4659.610824] 1: NVRM: VM: v 0xffff88007071d000 p 0x7071d000 d 0x7cbfb000: count 2 flags 0x400 [ 4659.619834] 1: NVRM: VM: v 0xffff88007071e000 p 0x7071e000 d 0x7cbfc000: count 2 flags 0x400 [ 4659.628847] 1: NVRM: VM: v 0xffff88007071f000 p 0x7071f000 d 0x7cbfd000: count 2 flags 0x400 [ 4659.637859] 1: NVRM: VM: v 0xffff880070738000 p 0x70738000 d 0x7c816000: count 2 flags 0x400 [ 4659.646872] 1: NVRM: VM: v 0xffff880070739000 p 0x70739000 d 0x7c817000: count 2 flags 0x400 [ 4659.655889] 1: NVRM: VM: v 0xffff88007073a000 p 0x7073a000 d 0x7c818000: count 2 flags 0x400 [ 4659.664909] 1: NVRM: VM: v 0xffff88007073b000 p 0x7073b000 d 0x7c819000: count 2 flags 0x400 [ 4659.673922] 1: NVRM: VM: v 0xffff88007073c000 p 0x7073c000 d 0x7c81a000: count 2 flags 0x400 [ 4659.682940] 1: NVRM: VM: v 0xffff88007073d000 p 0x7073d000 d 0x7c81b000: count 2 flags 0x400 [ 4659.691950] 1: NVRM: VM: v 0xffff88007073e000 p 0x7073e000 d 0x7c81c000: count 2 flags 0x400 [ 4659.701138] 1: NVRM: ioctl(0x57, 0x5f9a0590, 0x38) [ 4659.706701] 1: NVRM: ioctl(0x4a, 0x5f9a0820, 0xa0) [ 4659.711587] 1: NVRM: ioctl(0x57, 0x5f9a0710, 0x38) [ 4659.716596] 1: NVRM: ioctl(0x4a, 0x5f9a07d0, 0xa0) [ 4659.721471] 1: NVRM: ioctl(0x57, 0x5f9a06c0, 0x38) [ 4659.726723] 1: NVRM: ioctl(0x4a, 0x5f9a0740, 0xa0) [ 4659.731602] 1: NVRM: ioctl(0x57, 0x5f9a0630, 0x38) [ 4659.736890] 1: NVRM: ioctl(0x4a, 0x5f9a0580, 0xa0) [ 4659.741768] 1: NVRM: VM: nv_alloc_pages: 1026 pages [ 4659.746642] 1: NVRM: VM: contig 0 cache_type 2 [ 4659.751495] 1: NVRM: MX: nv_encode_caching ( (null)) [ 4659.757300] 1: NVRM: MX: nv_encode_caching NV_MEMORY_WRITECOMBINED [ 4659.763540] 1: NVRM: MX: nv_encode_caching NV_MEMORY_WRITECOMBINED pgprot [ 4659.770468] 1: NVRM: VM: 2692745712: 1026 pages [ 4659.778642] 1: NVRM: MX_AR_UC: ffff880075074000 1026 [ 4659.783671] 1: NVRM: VM: page_table at 0xffff8800705aba68, 1026 pages [ 4659.790376] 1: NVRM: VM: v 0xffff880054657000 p 0x54657000 d 0x98b35000: count 1 flags 0x400400 [ 4659.799648] 1: NVRM: VM: v 0xffff880054658000 p 0x54658000 d 0x98b36000: count 1 flags 0x400400 [ 4659.808925] 1: NVRM: VM: v 0xffff880054659000 p 0x54659000 d 0x98b37000: count 1 flags 0x400400 [ 4659.818195] 1: NVRM: VM: v 0xffff88005465a000 p 0x5465a000 d 0x98b38000: count 1 flags 0x400400 [ 4659.827470] 1: NVRM: VM: v 0xffff88005465b000 p 0x5465b000 d 0x98b39000: count 1 flags 0x400400 [ 4659.836742] 1: NVRM: VM: v 0xffff88005465c000 p 0x5465c000 d 0x98b3a000: count 1 flags 0x400400 [ 4659.846015] 1: NVRM: VM: v 0xffff88005465d000 p 0x5465d000 d 0x98b3b000: count 1 flags 0x400400 [ 4659.855289] 1: NVRM: VM: v 0xffff88005465e000 p 0x5465e000 d 0x98b3c000: count 1 flags 0x400400 [ 4659.864564] 1: NVRM: VM: v 0xffff88005465f000 p 0x5465f000 d 0x98b3d000: count 1 flags 0x400400 [ 4659.873840] 1: NVRM: VM: v 0xffff880054660000 p 0x54660000 d 0x98b3e000: count 1 flags 0x400400 [ 4659.883312] 1: NVRM: VM: nv_alloc_pages:2481: 0xffff880073dc0a20, 1026 page(s), count = 1, flags = 0x00020011, key = 0x54657000, page_table = 0xffff880054650008 [ 4659.897758] 1: NVRM: ioctl(0x4e, 0x5f9a05c0, 0x30) [ 4659.902599] 1: NVRM: VM: nv_kern_mmap:239: 0x7fc7512dd000 - 0x7fc7516df000, 0x00402000 bytes @ 0x0000000098b35000, 0x (null), 0xffff880070466600 [ 4659.916347] 1: NVRM: MX: nv_encode_caching (ffff8800753c8f60) [ 4659.922137] 1: NVRM: MX: nv_encode_caching NV_MEMORY_WRITECOMBINED [ 4659.928377] 1: NVRM: MX: nv_encode_caching NV_MEMORY_WRITECOMBINED pgprot [ 4659.938176] 1: NVRM: VM: nv_kern_mmap:402: 0xffff880073dc0a20, 1026 page(s), count = 2, flags = 0x00020011, key = 0x54657000, page_table = 0xffff880054650008 [ 4659.952247] 1: NVRM: VM: page_table at 0xffff8800705aba68, 1026 pages [ 4659.959002] 1: NVRM: VM: v 0xffff880054657000 p 0x54657000 d 0x98b35000: count 2 flags 0x400400 [ 4659.968273] 1: NVRM: VM: v 0xffff880054658000 p 0x54658000 d 0x98b36000: count 2 flags 0x400400 [ 4659.977548] 1: NVRM: VM: v 0xffff880054659000 p 0x54659000 d 0x98b37000: count 2 flags 0x400400 [ 4659.986820] 1: NVRM: VM: v 0xffff88005465a000 p 0x5465a000 d 0x98b38000: count 2 flags 0x400400 [ 4659.996093] 1: NVRM: VM: v 0xffff88005465b000 p 0x5465b000 d 0x98b39000: count 2 flags 0x400400 [ 4660.005377] 1: NVRM: VM: v 0xffff88005465c000 p 0x5465c000 d 0x98b3a000: count 2 flags 0x400400 [ 4660.014648] 1: NVRM: VM: v 0xffff88005465d000 p 0x5465d000 d 0x98b3b000: count 2 flags 0x400400 [ 4660.023923] 1: NVRM: VM: v 0xffff88005465e000 p 0x5465e000 d 0x98b3c000: count 2 flags 0x400400 [ 4660.033197] 1: NVRM: VM: v 0xffff88005465f000 p 0x5465f000 d 0x98b3d000: count 2 flags 0x400400 [ 4660.042472] 1: NVRM: VM: v 0xffff880054660000 p 0x54660000 d 0x98b3e000: count 2 flags 0x400400 [ 4660.051756] 1: NVRM: ioctl(0x57, 0x5f9a0470, 0x38) [ 4660.056748] 1: NVRM: ioctl(0x4a, 0x5f9a05a0, 0xa0) [ 4660.061608] 1: NVRM: VM: nv_alloc_pages: 1 pages [ 4660.066228] 1: NVRM: VM: contig 0 cache_type 0 [ 4660.071082] 1: NVRM: MX: nv_encode_caching ( (null)) [ 4660.076886] 1: NVRM: MX: nv_encode_caching NV_MEMORY_CACHED [ 4660.082523] 1: NVRM: VM: 2692745712: 1 pages [ 4660.086857] 1: NVRM: VM: page_table at 0xffff880054656f78, 1 pages [ 4660.093355] 1: NVRM: VM: v 0xffff88007505c000 p 0x7505c000 d 0x7813a000: count 1 flags 0x400 [ 4660.102375] 1: NVRM: VM: nv_alloc_pages:2481: 0xffff880073dc0b40, 1 page(s), count = 1, flags = 0x00000011, key = 0x7505c000, page_table = 0xffff8800740ac498 [ 4660.116525] 1: NVRM: ioctl(0x54, 0x5f9a04c0, 0x30) [ 4660.121400] 1: NVRM: ioctl(0x4e, 0x5f9a05e0, 0x30) [ 4660.126233] 1: NVRM: VM: nv_kern_mmap:239: 0x7fc752c73000 - 0x7fc752c74000, 0x00001000 bytes @ 0x000000007813a000, 0x (null), 0xffff880070466600 [ 4660.139995] 1: NVRM: MX: nv_encode_caching (ffff8800050c9a58) [ 4660.145790] 1: NVRM: MX: nv_encode_caching NV_MEMORY_CACHED [ 4660.151427] 1: NVRM: VM: nv_kern_mmap:402: 0xffff880073dc0b40, 1 page(s), count = 2, flags = 0x00000011, key = 0x7505c000, page_table = 0xffff8800740ac498 [ 4660.165293] 1: NVRM: VM: page_table at 0xffff880054656f78, 1 pages [ 4660.171791] 1: NVRM: VM: v 0xffff88007505c000 p 0x7505c000 d 0x7813a000: count 2 flags 0x400 [ 4660.180813] 1: NVRM: ioctl(0x2b, 0x5f9a09d0, 0x20) [ 4660.185798] 1: NVRM: ioctl(0x4e, 0x5f9a09a0, 0x30) [ 4660.190627] 1: NVRM: VM: nv_kern_mmap:239: 0x7fc752c72000 - 0x7fc752c73000, 0x00001000 bytes @ 0x00000000f7d60000, 0x (null), 0xffff880070466c00 [ 4660.204381] 1: NVRM: MX: nv_encode_caching (ffff8800740739a0) [ 4660.210175] 1: NVRM: MX: nv_encode_caching NV_MEMORY_UNCACHED [ 4660.215995] 1: NVRM: ioctl(0x5e, 0x5f9a09d0, 0x28) [ 4660.220867] 1: NVRM: ioctl(0x2a, 0x5f9a09f0, 0x20) [ 4660.225734] 1: NVRM: ioctl(0x59, 0x5f9a0a30, 0x10) [ 4660.230572] 1: NVRM: ioctl(0x2b, 0x5f9a0940, 0x20) [ 4660.235893] 1: NVRM: ioctl(0x2a, 0x5f9a0960, 0x20) [ 4660.240732] 1: NVRM: ioctl(0x2b, 0x5f9a0940, 0x20) [ 4660.245599] 1: NVRM: ioctl(0x2a, 0x5f9a0960, 0x20) [ 4660.250447] 1: NVRM: ioctl(0x2a, 0x5f9a0a80, 0x20) [ 4660.255494] 1: NVRM: nv_kern_open... [ 4660.259090] 1: NVRM: nv_kern_ctl_open [ 4660.262809] 1: NVRM: ioctl(0xce, 0x5f9a0a60, 0x14) [ 4660.267661] 1: NVRM: ioctl(0x2b, 0x5f9a0a40, 0x20) [ 4660.272661] 1: NVRM: ioctl(0x4a, 0x5f9a0580, 0xa0) [ 4660.277517] 1: NVRM: VM: nv_alloc_pages: 1026 pages [ 4660.282389] 1: NVRM: VM: contig 0 cache_type 2 [ 4660.287243] 1: NVRM: MX: nv_encode_caching ( (null)) [ 4660.293049] 1: NVRM: MX: nv_encode_caching NV_MEMORY_WRITECOMBINED [ 4660.299291] 1: NVRM: MX: nv_encode_caching NV_MEMORY_WRITECOMBINED pgprot [ 4660.306210] 1: NVRM: VM: 2692745712: 1026 pages [ 4660.314263] 1: NVRM: MX_AR_UC: ffff8800543ac000 1026 [ 4660.319262] 1: NVRM: VM: page_table at 0xffff88007505e000, 1026 pages [ 4660.325995] 1: NVRM: VM: v 0xffff880075072000 p 0x75072000 d 0x78150000: count 1 flags 0x400400 [ 4660.335268] 1: NVRM: VM: v 0xffff880075073000 p 0x75073000 d 0x78151000: count 1 flags 0x400400 [ 4660.344541] 1: NVRM: VM: v 0xffff880075090000 p 0x75090000 d 0x7816e000: count 1 flags 0x400400 [ 4660.353822] 1: NVRM: VM: v 0xffff880075091000 p 0x75091000 d 0x7816f000: count 1 flags 0x400400 [ 4660.363096] 1: NVRM: VM: v 0xffff880075092000 p 0x75092000 d 0x78170000: count 1 flags 0x400400 [ 4660.372376] 1: NVRM: VM: v 0xffff880075093000 p 0x75093000 d 0x78171000: count 1 flags 0x400400 [ 4660.381643] 1: NVRM: VM: v 0xffff880075094000 p 0x75094000 d 0x78172000: count 1 flags 0x400400 [ 4660.390920] 1: NVRM: VM: v 0xffff880075095000 p 0x75095000 d 0x78173000: count 1 flags 0x400400 [ 4660.400191] 1: NVRM: VM: v 0xffff880075096000 p 0x75096000 d 0x78174000: count 1 flags 0x400400 [ 4660.409464] 1: NVRM: VM: v 0xffff880075097000 p 0x75097000 d 0x78175000: count 1 flags 0x400400 [ 4660.418935] 1: NVRM: VM: nv_alloc_pages:2481: 0xffff880073dc0f60, 1026 page(s), count = 1, flags = 0x00020011, key = 0x75072000, page_table = 0xffff88007508c008 [ 4660.433398] 1: NVRM: ioctl(0x4e, 0x5f9a05c0, 0x30) [ 4660.438236] 1: NVRM: VM: nv_kern_mmap:239: 0x7fc750edb000 - 0x7fc7512dd000, 0x00402000 bytes @ 0x0000000078150000, 0x (null), 0xffff880070466600 [ 4660.451982] 1: NVRM: MX: nv_encode_caching (ffff880073a02a58) [ 4660.457775] 1: NVRM: MX: nv_encode_caching NV_MEMORY_WRITECOMBINED [ 4660.464014] 1: NVRM: MX: nv_encode_caching NV_MEMORY_WRITECOMBINED pgprot [ 4660.473826] 1: NVRM: VM: nv_kern_mmap:402: 0xffff880073dc0f60, 1026 page(s), count = 2, flags = 0x00020011, key = 0x75072000, page_table = 0xffff88007508c008 [ 4660.487894] 1: NVRM: VM: page_table at 0xffff88007505e000, 1026 pages [ 4660.494657] 1: NVRM: VM: v 0xffff880075072000 p 0x75072000 d 0x78150000: count 2 flags 0x400400 [ 4660.503927] 1: NVRM: VM: v 0xffff880075073000 p 0x75073000 d 0x78151000: count 2 flags 0x400400 [ 4660.513199] 1: NVRM: VM: v 0xffff880075090000 p 0x75090000 d 0x7816e000: count 2 flags 0x400400 [ 4660.522473] 1: NVRM: VM: v 0xffff880075091000 p 0x75091000 d 0x7816f000: count 2 flags 0x400400 [ 4660.531747] 1: NVRM: VM: v 0xffff880075092000 p 0x75092000 d 0x78170000: count 2 flags 0x400400 [ 4660.541021] 1: NVRM: VM: v 0xffff880075093000 p 0x75093000 d 0x78171000: count 2 flags 0x400400 [ 4660.550295] 1: NVRM: VM: v 0xffff880075094000 p 0x75094000 d 0x78172000: count 2 flags 0x400400 [ 4660.559567] 1: NVRM: VM: v 0xffff880075095000 p 0x75095000 d 0x78173000: count 2 flags 0x400400 [ 4660.568841] 1: NVRM: VM: v 0xffff880075096000 p 0x75096000 d 0x78174000: count 2 flags 0x400400 [ 4660.578123] 1: NVRM: VM: v 0xffff880075097000 p 0x75097000 d 0x78175000: count 2 flags 0x400400 [ 4660.587401] 1: NVRM: ioctl(0x57, 0x5f9a0470, 0x38) [ 4660.592394] 1: NVRM: ioctl(0x4a, 0x5f9a05a0, 0xa0) [ 4660.597254] 1: NVRM: VM: nv_alloc_pages: 1 pages [ 4660.601871] 1: NVRM: VM: contig 0 cache_type 0 [ 4660.606724] 1: NVRM: MX: nv_encode_caching ( (null)) [ 4660.612530] 1: NVRM: MX: nv_encode_caching NV_MEMORY_CACHED [ 4660.618167] 1: NVRM: VM: 2692745712: 1 pages [ 4660.622502] 1: NVRM: VM: page_table at 0xffff880075071510, 1 pages [ 4660.629003] 1: NVRM: VM: v 0xffff880054394000 p 0x54394000 d 0x98c72000: count 1 flags 0x400 [ 4660.638017] 1: NVRM: VM: nv_alloc_pages:2481: 0xffff8800543900c0, 1 page(s), count = 1, flags = 0x00000011, key = 0x54394000, page_table = 0xffff880071bcd058 [ 4660.652164] 1: NVRM: ioctl(0x54, 0x5f9a04c0, 0x30) [ 4660.657045] 1: NVRM: ioctl(0x4e, 0x5f9a05e0, 0x30) [ 4660.661878] 1: NVRM: VM: nv_kern_mmap:239: 0x7fc752c71000 - 0x7fc752c72000, 0x00001000 bytes @ 0x0000000098c72000, 0x (null), 0xffff880070466600 [ 4660.675640] 1: NVRM: MX: nv_encode_caching (ffff880073a02328) [ 4660.681435] 1: NVRM: MX: nv_encode_caching NV_MEMORY_CACHED [ 4660.687071] 1: NVRM: VM: nv_kern_mmap:402: 0xffff8800543900c0, 1 page(s), count = 2, flags = 0x00000011, key = 0x54394000, page_table = 0xffff880071bcd058 [ 4660.700941] 1: NVRM: VM: page_table at 0xffff880075071510, 1 pages [ 4660.707436] 1: NVRM: VM: v 0xffff880054394000 p 0x54394000 d 0x98c72000: count 2 flags 0x400 [ 4660.716472] 1: NVRM: ioctl(0x2b, 0x5f9a09d0, 0x20) [ 4660.721444] 1: NVRM: ioctl(0x4e, 0x5f9a09a0, 0x30) [ 4660.726271] 1: NVRM: VM: nv_kern_mmap:239: 0x7fc752c70000 - 0x7fc752c71000, 0x00001000 bytes @ 0x00000000f7d60000, 0x (null), 0xffff880070466c00 [ 4660.740027] 1: NVRM: MX: nv_encode_caching (ffff880073a02778) [ 4660.745820] 1: NVRM: MX: nv_encode_caching NV_MEMORY_UNCACHED [ 4660.751641] 1: NVRM: ioctl(0x5e, 0x5f9a09d0, 0x28) [ 4660.756511] 1: NVRM: ioctl(0x2a, 0x5f9a09f0, 0x20) [ 4660.761378] 1: NVRM: ioctl(0x59, 0x5f9a0a30, 0x10) [ 4660.766218] 1: NVRM: ioctl(0x2b, 0x5f9a0940, 0x20) [ 4660.771107] 1: NVRM: ioctl(0x2a, 0x5f9a0960, 0x20) [ 4660.775939] 1: NVRM: ioctl(0x2a, 0x5f9a0a80, 0x20) [ 4660.780979] 1: NVRM: nv_kern_open... [ 4660.784573] 1: NVRM: nv_kern_ctl_open [ 4660.788297] 1: NVRM: ioctl(0xce, 0x5f9a0a60, 0x14) [ 4660.793145] 1: NVRM: ioctl(0x2b, 0x5f9a0a40, 0x20) [ 4660.798537] 1: NVRM: ioctl(0x4a, 0x5f9a0800, 0xa0) [ 4660.803389] 1: NVRM: VM: nv_alloc_pages: 256 pages [ 4660.808181] 1: NVRM: VM: contig 0 cache_type 0 [ 4660.813034] 1: NVRM: MX: nv_encode_caching ( (null)) [ 4660.818840] 1: NVRM: MX: nv_encode_caching NV_MEMORY_CACHED [ 4660.824492] 1: NVRM: VM: 2692745712: 256 pages [ 4660.829465] 1: NVRM: VM: page_table at 0xffff8800750715e8, 256 pages [ 4660.836089] 1: NVRM: VM: v 0xffff88005439a000 p 0x5439a000 d 0x98c78000: count 1 flags 0x400 [ 4660.845102] 1: NVRM: VM: v 0xffff88005439b000 p 0x5439b000 d 0x98c79000: count 1 flags 0x400 [ 4660.854107] 1: NVRM: VM: v 0xffff88005439c000 p 0x5439c000 d 0x98c7a000: count 1 flags 0x400 [ 4660.863121] 1: NVRM: VM: v 0xffff88005439d000 p 0x5439d000 d 0x98c7b000: count 1 flags 0x400 [ 4660.872134] 1: NVRM: VM: v 0xffff88005439e000 p 0x5439e000 d 0x98c7c000: count 1 flags 0x400 [ 4660.881149] 1: NVRM: VM: v 0xffff88005439f000 p 0x5439f000 d 0x98c7d000: count 1 flags 0x400 [ 4660.890164] 1: NVRM: VM: v 0xffff8800543a0000 p 0x543a0000 d 0x98c7e000: count 1 flags 0x400 [ 4660.899175] 1: NVRM: VM: v 0xffff8800543a1000 p 0x543a1000 d 0x98c7f000: count 1 flags 0x400 [ 4660.908189] 1: NVRM: VM: v 0xffff8800543a2000 p 0x543a2000 d 0x98c80000: count 1 flags 0x400 [ 4660.917204] 1: NVRM: VM: v 0xffff8800543a3000 p 0x543a3000 d 0x98c81000: count 1 flags 0x400 [ 4660.926222] 1: NVRM: VM: nv_alloc_pages:2481: 0xffff880054390540, 256 page(s), count = 1, flags = 0x00000011, key = 0x5439a000, page_table = 0xffff880073b69008 [ 4660.940600] 1: NVRM: ioctl(0x4e, 0x5f9a0840, 0x30) [ 4660.945437] 1: NVRM: VM: nv_kern_mmap:239: 0x7fc750ddb000 - 0x7fc750edb000, 0x00100000 bytes @ 0x0000000098c78000, 0x (null), 0xffff880070466600 [ 4660.959183] 1: NVRM: MX: nv_encode_caching (ffff880073a029a0) [ 4660.964975] 1: NVRM: MX: nv_encode_caching NV_MEMORY_CACHED [ 4660.970791] 1: NVRM: VM: nv_kern_mmap:402: 0xffff880054390540, 256 page(s), count = 2, flags = 0x00000011, key = 0x5439a000, page_table = 0xffff880073b69008 [ 4660.984780] 1: NVRM: VM: page_table at 0xffff8800750715e8, 256 pages [ 4660.991445] 1: NVRM: VM: v 0xffff88005439a000 p 0x5439a000 d 0x98c78000: count 2 flags 0x400 [ 4661.000456] 1: NVRM: VM: v 0xffff88005439b000 p 0x5439b000 d 0x98c79000: count 2 flags 0x400 [ 4661.009474] 1: NVRM: VM: v 0xffff88005439c000 p 0x5439c000 d 0x98c7a000: count 2 flags 0x400 [ 4661.018484] 1: NVRM: VM: v 0xffff88005439d000 p 0x5439d000 d 0x98c7b000: count 2 flags 0x400 [ 4661.027498] 1: NVRM: VM: v 0xffff88005439e000 p 0x5439e000 d 0x98c7c000: count 2 flags 0x400 [ 4661.036513] 1: NVRM: VM: v 0xffff88005439f000 p 0x5439f000 d 0x98c7d000: count 2 flags 0x400 [ 4661.045526] 1: NVRM: VM: v 0xffff8800543a0000 p 0x543a0000 d 0x98c7e000: count 2 flags 0x400 [ 4661.054540] 1: NVRM: VM: v 0xffff8800543a1000 p 0x543a1000 d 0x98c7f000: count 2 flags 0x400 [ 4661.063552] 1: NVRM: VM: v 0xffff8800543a2000 p 0x543a2000 d 0x98c80000: count 2 flags 0x400 [ 4661.072568] 1: NVRM: VM: v 0xffff8800543a3000 p 0x543a3000 d 0x98c81000: count 2 flags 0x400 [ 4661.081595] 1: NVRM: ioctl(0x57, 0x5f9a06f0, 0x38) [ 4661.086564] 1: NVRM: ioctl(0x4a, 0x5f9a0800, 0xa0) [ 4661.091418] 1: NVRM: VM: nv_alloc_pages: 256 pages [ 4661.096212] 1: NVRM: VM: contig 0 cache_type 2 [ 4661.101062] 1: NVRM: MX: nv_encode_caching ( (null)) [ 4661.106869] 1: NVRM: MX: nv_encode_caching NV_MEMORY_WRITECOMBINED [ 4661.113112] 1: NVRM: MX: nv_encode_caching NV_MEMORY_WRITECOMBINED pgprot [ 4661.119980] 1: NVRM: VM: 2692745712: 256 pages [ 4661.125599] 1: NVRM: MX_AR_UC: ffff880073dbf000 256 [ 4661.130495] 1: NVRM: VM: page_table at 0xffff880054399ee8, 256 pages [ 4661.137157] 1: NVRM: VM: v 0xffff8800544b5000 p 0x544b5000 d 0x98d93000: count 1 flags 0x400400 [ 4661.146429] 1: NVRM: VM: v 0xffff8800544b6000 p 0x544b6000 d 0x98d94000: count 1 flags 0x400400 [ 4661.155702] 1: NVRM: VM: v 0xffff8800544b7000 p 0x544b7000 d 0x98d95000: count 1 flags 0x400400 [ 4661.164979] 1: NVRM: VM: v 0xffff8800544b8000 p 0x544b8000 d 0x98d96000: count 1 flags 0x400400 [ 4661.174260] 1: NVRM: VM: v 0xffff8800544b9000 p 0x544b9000 d 0x98d97000: count 1 flags 0x400400 [ 4661.183519] 1: NVRM: VM: v 0xffff8800544ba000 p 0x544ba000 d 0x98d98000: count 1 flags 0x400400 [ 4661.192816] 1: NVRM: VM: v 0xffff8800544bb000 p 0x544bb000 d 0x98d99000: count 1 flags 0x400400 [ 4661.202067] 1: NVRM: VM: v 0xffff8800544bc000 p 0x544bc000 d 0x98d9a000: count 1 flags 0x400400 [ 4661.211351] 1: NVRM: VM: v 0xffff8800544bd000 p 0x544bd000 d 0x98d9b000: count 1 flags 0x400400 [ 4661.220613] 1: NVRM: VM: v 0xffff8800544be000 p 0x544be000 d 0x98d9c000: count 1 flags 0x400400 [ 4661.230154] 1: NVRM: VM: nv_alloc_pages:2481: 0xffff880054390660, 256 page(s), count = 1, flags = 0x00020011, key = 0x544b5000, page_table = 0xffff880005246008 [ 4661.244516] 1: NVRM: ioctl(0x4e, 0x5f9a0840, 0x30) [ 4661.249357] 1: NVRM: VM: nv_kern_mmap:239: 0x7fc750cdb000 - 0x7fc750ddb000, 0x00100000 bytes @ 0x0000000098d93000, 0x (null), 0xffff880070466600 [ 4661.263100] 1: NVRM: MX: nv_encode_caching (ffff880073a02048) [ 4661.268890] 1: NVRM: MX: nv_encode_caching NV_MEMORY_WRITECOMBINED [ 4661.275130] 1: NVRM: MX: nv_encode_caching NV_MEMORY_WRITECOMBINED pgprot [ 4661.282701] 1: NVRM: VM: nv_kern_mmap:402: 0xffff880054390660, 256 page(s), count = 2, flags = 0x00020011, key = 0x544b5000, page_table = 0xffff880005246008 [ 4661.296677] 1: NVRM: VM: page_table at 0xffff880054399ee8, 256 pages [ 4661.303350] 1: NVRM: VM: v 0xffff8800544b5000 p 0x544b5000 d 0x98d93000: count 2 flags 0x400400 [ 4661.312625] 1: NVRM: VM: v 0xffff8800544b6000 p 0x544b6000 d 0x98d94000: count 2 flags 0x400400 [ 4661.321898] 1: NVRM: VM: v 0xffff8800544b7000 p 0x544b7000 d 0x98d95000: count 2 flags 0x400400 [ 4661.331172] 1: NVRM: VM: v 0xffff8800544b8000 p 0x544b8000 d 0x98d96000: count 2 flags 0x400400 [ 4661.340446] 1: NVRM: VM: v 0xffff8800544b9000 p 0x544b9000 d 0x98d97000: count 2 flags 0x400400 [ 4661.349719] 1: NVRM: VM: v 0xffff8800544ba000 p 0x544ba000 d 0x98d98000: count 2 flags 0x400400 [ 4661.358994] 1: NVRM: VM: v 0xffff8800544bb000 p 0x544bb000 d 0x98d99000: count 2 flags 0x400400 [ 4661.368267] 1: NVRM: VM: v 0xffff8800544bc000 p 0x544bc000 d 0x98d9a000: count 2 flags 0x400400 [ 4661.377541] 1: NVRM: VM: v 0xffff8800544bd000 p 0x544bd000 d 0x98d9b000: count 2 flags 0x400400 [ 4661.386815] 1: NVRM: VM: v 0xffff8800544be000 p 0x544be000 d 0x98d9c000: count 2 flags 0x400400 [ 4661.396125] 1: NVRM: ioctl(0x57, 0x5f9a06f0, 0x38) [ 4661.401069] 1: NVRM: ioctl(0x4a, 0x5f9a0800, 0xa0) [ 4661.405927] 1: NVRM: VM: nv_alloc_pages: 256 pages [ 4661.410719] 1: NVRM: VM: contig 0 cache_type 0 [ 4661.415570] 1: NVRM: MX: nv_encode_caching ( (null)) [ 4661.421376] 1: NVRM: MX: nv_encode_caching NV_MEMORY_CACHED [ 4661.427034] 1: NVRM: VM: 2692745712: 256 pages [ 4661.431954] 1: NVRM: VM: page_table at 0xffff8800544b4828, 256 pages [ 4661.438585] 1: NVRM: VM: v 0xffff8800545ba000 p 0x545ba000 d 0x98a98000: count 1 flags 0x400 [ 4661.447579] 1: NVRM: VM: v 0xffff8800545bb000 p 0x545bb000 d 0x98a99000: count 1 flags 0x400 [ 4661.456592] 1: NVRM: VM: v 0xffff8800545bc000 p 0x545bc000 d 0x98a9a000: count 1 flags 0x400 [ 4661.465606] 1: NVRM: VM: v 0xffff8800545bd000 p 0x545bd000 d 0x98a9b000: count 1 flags 0x400 [ 4661.474628] 1: NVRM: VM: v 0xffff8800545be000 p 0x545be000 d 0x98a9c000: count 1 flags 0x400 [ 4661.483633] 1: NVRM: VM: v 0xffff8800545bf000 p 0x545bf000 d 0x98a9d000: count 1 flags 0x400 [ 4661.492646] 1: NVRM: VM: v 0xffff8800545c0000 p 0x545c0000 d 0x98a9e000: count 1 flags 0x400 [ 4661.501660] 1: NVRM: VM: v 0xffff8800545c1000 p 0x545c1000 d 0x98a9f000: count 1 flags 0x400 [ 4661.510673] 1: NVRM: VM: v 0xffff8800545c2000 p 0x545c2000 d 0x98aa0000: count 1 flags 0x400 [ 4661.519687] 1: NVRM: VM: v 0xffff8800545c3000 p 0x545c3000 d 0x98aa1000: count 1 flags 0x400 [ 4661.528707] 1: NVRM: VM: nv_alloc_pages:2481: 0xffff880054390780, 256 page(s), count = 1, flags = 0x00000011, key = 0x545ba000, page_table = 0xffff880074bf6008 [ 4661.543076] 1: NVRM: ioctl(0x4e, 0x5f9a0840, 0x30) [ 4661.547912] 1: NVRM: VM: nv_kern_mmap:239: 0x7fc750bdb000 - 0x7fc750cdb000, 0x00100000 bytes @ 0x0000000098a98000, 0x (null), 0xffff880070466600 [ 4661.561662] 1: NVRM: MX: nv_encode_caching (ffff880073a026c0) [ 4661.567450] 1: NVRM: MX: nv_encode_caching NV_MEMORY_CACHED [ 4661.573303] 1: NVRM: VM: nv_kern_mmap:402: 0xffff880054390780, 256 page(s), count = 2, flags = 0x00000011, key = 0x545ba000, page_table = 0xffff880074bf6008 [ 4661.587284] 1: NVRM: VM: page_table at 0xffff8800544b4828, 256 pages [ 4661.593955] 1: NVRM: VM: v 0xffff8800545ba000 p 0x545ba000 d 0x98a98000: count 2 flags 0x400 [ 4661.602973] 1: NVRM: VM: v 0xffff8800545bb000 p 0x545bb000 d 0x98a99000: count 2 flags 0x400 [ 4661.611983] 1: NVRM: VM: v 0xffff8800545bc000 p 0x545bc000 d 0x98a9a000: count 2 flags 0x400 [ 4661.620995] 1: NVRM: VM: v 0xffff8800545bd000 p 0x545bd000 d 0x98a9b000: count 2 flags 0x400 [ 4661.630011] 1: NVRM: VM: v 0xffff8800545be000 p 0x545be000 d 0x98a9c000: count 2 flags 0x400 [ 4661.639022] 1: NVRM: VM: v 0xffff8800545bf000 p 0x545bf000 d 0x98a9d000: count 2 flags 0x400 [ 4661.648037] 1: NVRM: VM: v 0xffff8800545c0000 p 0x545c0000 d 0x98a9e000: count 2 flags 0x400 [ 4661.657050] 1: NVRM: VM: v 0xffff8800545c1000 p 0x545c1000 d 0x98a9f000: count 2 flags 0x400 [ 4661.666065] 1: NVRM: VM: v 0xffff8800545c2000 p 0x545c2000 d 0x98aa0000: count 2 flags 0x400 [ 4661.675077] 1: NVRM: VM: v 0xffff8800545c3000 p 0x545c3000 d 0x98aa1000: count 2 flags 0x400 [ 4661.684108] 1: NVRM: ioctl(0x57, 0x5f9a06f0, 0x38) [ 4661.689073] 1: NVRM: ioctl(0x4a, 0x5f9a0800, 0xa0) [ 4661.693932] 1: NVRM: VM: nv_alloc_pages: 256 pages [ 4661.698727] 1: NVRM: VM: contig 0 cache_type 2 [ 4661.703577] 1: NVRM: MX: nv_encode_caching ( (null)) [ 4661.709381] 1: NVRM: MX: nv_encode_caching NV_MEMORY_WRITECOMBINED [ 4661.715622] 1: NVRM: MX: nv_encode_caching NV_MEMORY_WRITECOMBINED pgprot [ 4661.722506] 1: NVRM: VM: 2692745712: 256 pages [ 4661.728103] 1: NVRM: MX_AR_UC: ffff880073dbf000 256 [ 4661.732992] 1: NVRM: VM: page_table at 0xffff8800545b9168, 256 pages [ 4661.739658] 1: NVRM: VM: v 0xffff880033c77000 p 0x33c77000 d 0xb9555000: count 1 flags 0x400400 [ 4661.748929] 1: NVRM: VM: v 0xffff880033c78000 p 0x33c78000 d 0xb9556000: count 1 flags 0x400400 [ 4661.758203] 1: NVRM: VM: v 0xffff880033c79000 p 0x33c79000 d 0xb9557000: count 1 flags 0x400400 [ 4661.767477] 1: NVRM: VM: v 0xffff880033c7a000 p 0x33c7a000 d 0xb9558000: count 1 flags 0x400400 [ 4661.776750] 1: NVRM: VM: v 0xffff880033c7b000 p 0x33c7b000 d 0xb9559000: count 1 flags 0x400400 [ 4661.786023] 1: NVRM: VM: v 0xffff880033c7c000 p 0x33c7c000 d 0xb955a000: count 1 flags 0x400400 [ 4661.795297] 1: NVRM: VM: v 0xffff880033c7d000 p 0x33c7d000 d 0xb955b000: count 1 flags 0x400400 [ 4661.804579] 1: NVRM: VM: v 0xffff880033c7e000 p 0x33c7e000 d 0xb955c000: count 1 flags 0x400400 [ 4661.813845] 1: NVRM: VM: v 0xffff880033c7f000 p 0x33c7f000 d 0xb955d000: count 1 flags 0x400400 [ 4661.823118] 1: NVRM: VM: v 0xffff880033c80000 p 0x33c80000 d 0xb955e000: count 1 flags 0x400400 [ 4661.832586] 1: NVRM: VM: nv_alloc_pages:2481: 0xffff8800543908a0, 256 page(s), count = 1, flags = 0x00020011, key = 0x33c77000, page_table = 0xffff880074bf0008 [ 4661.846952] 1: NVRM: ioctl(0x4e, 0x5f9a0840, 0x30) [ 4661.851785] 1: NVRM: VM: nv_kern_mmap:239: 0x7fc750adb000 - 0x7fc750bdb000, 0x00100000 bytes @ 0x00000000b9555000, 0x (null), 0xffff880070466600 [ 4661.865540] 1: NVRM: MX: nv_encode_caching (ffff880073a02498) [ 4661.871333] 1: NVRM: MX: nv_encode_caching NV_MEMORY_WRITECOMBINED [ 4661.877574] 1: NVRM: MX: nv_encode_caching NV_MEMORY_WRITECOMBINED pgprot [ 4661.885142] 1: NVRM: VM: nv_kern_mmap:402: 0xffff8800543908a0, 256 page(s), count = 2, flags = 0x00020011, key = 0x33c77000, page_table = 0xffff880074bf0008 [ 4661.899120] 1: NVRM: VM: page_table at 0xffff8800545b9168, 256 pages [ 4661.905792] 1: NVRM: VM: v 0xffff880033c77000 p 0x33c77000 d 0xb9555000: count 2 flags 0x400400 [ 4661.915068] 1: NVRM: VM: v 0xffff880033c78000 p 0x33c78000 d 0xb9556000: count 2 flags 0x400400 [ 4661.924340] 1: NVRM: VM: v 0xffff880033c79000 p 0x33c79000 d 0xb9557000: count 2 flags 0x400400 [ 4661.933614] 1: NVRM: VM: v 0xffff880033c7a000 p 0x33c7a000 d 0xb9558000: count 2 flags 0x400400 [ 4661.942887] 1: NVRM: VM: v 0xffff880033c7b000 p 0x33c7b000 d 0xb9559000: count 2 flags 0x400400 [ 4661.952160] 1: NVRM: VM: v 0xffff880033c7c000 p 0x33c7c000 d 0xb955a000: count 2 flags 0x400400 [ 4661.961434] 1: NVRM: VM: v 0xffff880033c7d000 p 0x33c7d000 d 0xb955b000: count 2 flags 0x400400 [ 4661.970708] 1: NVRM: VM: v 0xffff880033c7e000 p 0x33c7e000 d 0xb955c000: count 2 flags 0x400400 [ 4661.979985] 1: NVRM: VM: v 0xffff880033c7f000 p 0x33c7f000 d 0xb955d000: count 2 flags 0x400400 [ 4661.989256] 1: NVRM: VM: v 0xffff880033c80000 p 0x33c80000 d 0xb955e000: count 2 flags 0x400400 [ 4661.998559] 1: NVRM: ioctl(0x57, 0x5f9a06f0, 0x38) [ 4662.003514] 1: NVRM: ioctl(0x2a, 0x5f9a0b70, 0x20) [ 4662.009016] 1: NVRM: ioctl(0x4a, 0x5f9a0760, 0xa0) [ 4662.013867] 1: NVRM: VM: nv_alloc_pages: 256 pages [ 4662.018655] 1: NVRM: VM: contig 0 cache_type 0 [ 4662.023506] 1: NVRM: MX: nv_encode_caching ( (null)) [ 4662.029314] 1: NVRM: MX: nv_encode_caching NV_MEMORY_CACHED [ 4662.034977] 1: NVRM: VM: 2692745712: 256 pages [ 4662.039895] 1: NVRM: VM: page_table at 0xffff880033c76a68, 256 pages [ 4662.046538] 1: NVRM: VM: v 0xffff880033d78000 p 0x33d78000 d 0xb9256000: count 1 flags 0x400 [ 4662.055527] 1: NVRM: VM: v 0xffff880033d79000 p 0x33d79000 d 0xb9257000: count 1 flags 0x400 [ 4662.064536] 1: NVRM: VM: v 0xffff880033d7a000 p 0x33d7a000 d 0xb9258000: count 1 flags 0x400 [ 4662.073550] 1: NVRM: VM: v 0xffff880033d7b000 p 0x33d7b000 d 0xb9259000: count 1 flags 0x400 [ 4662.082563] 1: NVRM: VM: v 0xffff880033d7c000 p 0x33d7c000 d 0xb925a000: count 1 flags 0x400 [ 4662.091578] 1: NVRM: VM: v 0xffff880033d7d000 p 0x33d7d000 d 0xb925b000: count 1 flags 0x400 [ 4662.100591] 1: NVRM: VM: v 0xffff880033d7e000 p 0x33d7e000 d 0xb925c000: count 1 flags 0x400 [ 4662.109605] 1: NVRM: VM: v 0xffff880033d7f000 p 0x33d7f000 d 0xb925d000: count 1 flags 0x400 [ 4662.118622] 1: NVRM: VM: v 0xffff880033d80000 p 0x33d80000 d 0xb925e000: count 1 flags 0x400 [ 4662.127632] 1: NVRM: VM: v 0xffff880033d81000 p 0x33d81000 d 0xb925f000: count 1 flags 0x400 [ 4662.136652] 1: NVRM: VM: nv_alloc_pages:2481: 0xffff8800543909c0, 256 page(s), count = 1, flags = 0x00000011, key = 0x33d78000, page_table = 0xffff880074bf7008 [ 4662.151024] 1: NVRM: ioctl(0x4e, 0x5f9a07a0, 0x30) [ 4662.155858] 1: NVRM: VM: nv_kern_mmap:239: 0x7fc7509db000 - 0x7fc750adb000, 0x00100000 bytes @ 0x00000000b9256000, 0x (null), 0xffff880070466600 [ 4662.169605] 1: NVRM: MX: nv_encode_caching (ffff880073a023e0) [ 4662.175397] 1: NVRM: MX: nv_encode_caching NV_MEMORY_CACHED [ 4662.181212] 1: NVRM: VM: nv_kern_mmap:402: 0xffff8800543909c0, 256 page(s), count = 2, flags = 0x00000011, key = 0x33d78000, page_table = 0xffff880074bf7008 [ 4662.195194] 1: NVRM: VM: page_table at 0xffff880033c76a68, 256 pages [ 4662.201865] 1: NVRM: VM: v 0xffff880033d78000 p 0x33d78000 d 0xb9256000: count 2 flags 0x400 [ 4662.210887] 1: NVRM: VM: v 0xffff880033d79000 p 0x33d79000 d 0xb9257000: count 2 flags 0x400 [ 4662.219892] 1: NVRM: VM: v 0xffff880033d7a000 p 0x33d7a000 d 0xb9258000: count 2 flags 0x400 [ 4662.228906] 1: NVRM: VM: v 0xffff880033d7b000 p 0x33d7b000 d 0xb9259000: count 2 flags 0x400 [ 4662.237920] 1: NVRM: VM: v 0xffff880033d7c000 p 0x33d7c000 d 0xb925a000: count 2 flags 0x400 [ 4662.246933] 1: NVRM: VM: v 0xffff880033d7d000 p 0x33d7d000 d 0xb925b000: count 2 flags 0x400 [ 4662.255946] 1: NVRM: VM: v 0xffff880033d7e000 p 0x33d7e000 d 0xb925c000: count 2 flags 0x400 [ 4662.264962] 1: NVRM: VM: v 0xffff880033d7f000 p 0x33d7f000 d 0xb925d000: count 2 flags 0x400 [ 4662.273975] 1: NVRM: VM: v 0xffff880033d80000 p 0x33d80000 d 0xb925e000: count 2 flags 0x400 [ 4662.282987] 1: NVRM: VM: v 0xffff880033d81000 p 0x33d81000 d 0xb925f000: count 2 flags 0x400 [ 4662.292018] 1: NVRM: ioctl(0x57, 0x5f9a0650, 0x38) [ 4662.300586] 1: NVRM: ioctl(0x4a, 0x5f9a0780, 0xa0) [ 4662.305478] 1: NVRM: VM: nv_alloc_pages: 356 pages [ 4662.310265] 1: NVRM: VM: contig 0 cache_type 0 [ 4662.315118] 1: NVRM: MX: nv_encode_caching ( (null)) [ 4662.320923] 1: NVRM: MX: nv_encode_caching NV_MEMORY_CACHED [ 4662.326590] 1: NVRM: VM: 2692745712: 356 pages [ 4662.331863] 1: NVRM: VM: page_table at 0xffff88007070f3a8, 356 pages [ 4662.338500] 1: NVRM: VM: v 0xffff880033e7f000 p 0x33e7f000 d 0xb935d000: count 1 flags 0x400 [ 4662.347489] 1: NVRM: VM: v 0xffff880033e80000 p 0x33e80000 d 0xb935e000: count 1 flags 0x400 [ 4662.356502] 1: NVRM: VM: v 0xffff880033e81000 p 0x33e81000 d 0xb935f000: count 1 flags 0x400 [ 4662.365515] 1: NVRM: VM: v 0xffff880033e82000 p 0x33e82000 d 0xb9360000: count 1 flags 0x400 [ 4662.374529] 1: NVRM: VM: v 0xffff880033e83000 p 0x33e83000 d 0xb9361000: count 1 flags 0x400 [ 4662.383541] 1: NVRM: VM: v 0xffff880033e84000 p 0x33e84000 d 0xb9362000: count 1 flags 0x400 [ 4662.392557] 1: NVRM: VM: v 0xffff880033e85000 p 0x33e85000 d 0xb9363000: count 1 flags 0x400 [ 4662.401571] 1: NVRM: VM: v 0xffff880033e86000 p 0x33e86000 d 0xb9364000: count 1 flags 0x400 [ 4662.410588] 1: NVRM: VM: v 0xffff880033e87000 p 0x33e87000 d 0xb9365000: count 1 flags 0x400 [ 4662.419597] 1: NVRM: VM: v 0xffff880033e88000 p 0x33e88000 d 0xb9366000: count 1 flags 0x400 [ 4662.428619] 1: NVRM: VM: nv_alloc_pages:2481: 0xffff880054390ae0, 356 page(s), count = 1, flags = 0x00000011, key = 0x33e7f000, page_table = 0xffff880073b87008 [ 4662.442991] 1: NVRM: ioctl(0x4e, 0x5f9a07c0, 0x30) [ 4662.447835] 1: NVRM: VM: nv_kern_mmap:239: 0x7fc750877000 - 0x7fc7509db000, 0x00164000 bytes @ 0x00000000b935d000, 0x (null), 0xffff880070466600 [ 4662.461578] 1: NVRM: MX: nv_encode_caching (ffff880073a021b8) [ 4662.467369] 1: NVRM: MX: nv_encode_caching NV_MEMORY_CACHED [ 4662.473231] 1: NVRM: VM: nv_kern_mmap:402: 0xffff880054390ae0, 356 page(s), count = 2, flags = 0x00000011, key = 0x33e7f000, page_table = 0xffff880073b87008 [ 4662.487208] 1: NVRM: VM: page_table at 0xffff88007070f3a8, 356 pages [ 4662.493881] 1: NVRM: VM: v 0xffff880033e7f000 p 0x33e7f000 d 0xb935d000: count 2 flags 0x400 [ 4662.502894] 1: NVRM: VM: v 0xffff880033e80000 p 0x33e80000 d 0xb935e000: count 2 flags 0x400 [ 4662.511908] 1: NVRM: VM: v 0xffff880033e81000 p 0x33e81000 d 0xb935f000: count 2 flags 0x400 [ 4662.520922] 1: NVRM: VM: v 0xffff880033e82000 p 0x33e82000 d 0xb9360000: count 2 flags 0x400 [ 4662.529935] 1: NVRM: VM: v 0xffff880033e83000 p 0x33e83000 d 0xb9361000: count 2 flags 0x400 [ 4662.538949] 1: NVRM: VM: v 0xffff880033e84000 p 0x33e84000 d 0xb9362000: count 2 flags 0x400 [ 4662.547963] 1: NVRM: VM: v 0xffff880033e85000 p 0x33e85000 d 0xb9363000: count 2 flags 0x400 [ 4662.556977] 1: NVRM: VM: v 0xffff880033e86000 p 0x33e86000 d 0xb9364000: count 2 flags 0x400 [ 4662.565990] 1: NVRM: VM: v 0xffff880033e87000 p 0x33e87000 d 0xb9365000: count 2 flags 0x400 [ 4662.575006] 1: NVRM: VM: v 0xffff880033e88000 p 0x33e88000 d 0xb9366000: count 2 flags 0x400 [ 4662.584035] 1: NVRM: ioctl(0x57, 0x5f9a0670, 0x38) [ 4662.592520] 1: NVRM: ioctl(0x4a, 0x5f9a0630, 0xa0) [ 4662.597481] 1: NVRM: ioctl(0x57, 0x5f9a0520, 0x38) [ 4662.602542] 1: NVRM: ioctl(0x2b, 0x5f9a0ab0, 0x20) [ 4662.607523] 1: NVRM: nv_kern_open... [ 4662.611109] 1: NVRM: nv_kern_ctl_open [ 4662.614828] 1: NVRM: ioctl(0xce, 0x5f9a0bc0, 0x14) [ 4662.619685] 1: NVRM: ioctl(0x2b, 0x5f9a0ba0, 0x20) [ 4662.624657] 0: NVRM: ioctl(0x2a, 0x5f9a0c20, 0x20) [ 4662.631414] 0: NVRM: ioctl(0x2a, 0x5f9a0c60, 0x20) [ 4662.636579] 1: NVRM: ioctl(0x4a, 0x5f9a0450, 0xa0) [ 4662.641514] 1: NVRM: ioctl(0x57, 0x5f9a0340, 0x38) [ 4662.646646] 1: NVRM: ioctl(0x27, 0x5f9a0d90, 0x30) [ 4662.686440] 1: NVRM: ioctl(0x57, 0x5f9a0d80, 0x38) [ 4662.983939] 1: NVRM: ioctl(0x4a, 0x5f9a0eb0, 0xa0) [ 4662.989014] 1: NVRM: ioctl(0x57, 0x5f9a0da0, 0x38) [ 4663.094716] 1: NVRM: ioctl(0x58, 0x5f9a1210, 0x28) [ 4663.099812] 1: NVRM: ioctl(0x29, 0x5f9a12a0, 0x10) [ 4663.129156] 1: NVRM: ioctl(0x58, 0x5f9a1210, 0x28) [ 4663.134200] 1: NVRM: ioctl(0x29, 0x5f9a12a0, 0x10) [ 4663.139399] 0: NVRM: ioctl(0x27, 0x5f9a0da0, 0x30) [ 4663.180417] 0: NVRM: ioctl(0x57, 0x5f9a0d90, 0x38) [ 4663.185717] 0: NVRM: ioctl(0x27, 0x5f9a0da0, 0x30) [ 4663.226265] 0: NVRM: ioctl(0x57, 0x5f9a0d90, 0x38) [ 4663.377476] 0: NVRM: ioctl(0x4a, 0x5f9a0ec0, 0xa0) [ 4663.382437] 0: NVRM: ioctl(0x57, 0x5f9a0db0, 0x38) [ 4663.548096] 1: NVRM: ioctl(0x58, 0x5f9a1220, 0x28) [ 4663.553205] 1: NVRM: ioctl(0x29, 0x5f9a12b0, 0x10) [ 4663.572454] 1: NVRM: ioctl(0x58, 0x5f9a1220, 0x28) [ 4663.577662] 1: NVRM: ioctl(0x29, 0x5f9a12b0, 0x10) [ 4663.596845] 1: NVRM: ioctl(0x58, 0x5f9a1220, 0x28) [ 4663.601890] 1: NVRM: ioctl(0x29, 0x5f9a12b0, 0x10) [ 4663.792340] 1: NVRM: ioctl(0x4a, 0x5f9a0ec0, 0xa0) [ 4663.797398] 1: NVRM: ioctl(0x57, 0x5f9a0db0, 0x38) [ 4663.802514] 1: NVRM: ioctl(0x4a, 0x5f9a0ec0, 0xa0) [ 4663.807426] 1: NVRM: ioctl(0x57, 0x5f9a0db0, 0x38) [ 4663.847649] 1: NVRM: ioctl(0x58, 0x5f9a1220, 0x28) [ 4663.852692] 1: NVRM: ioctl(0x29, 0x5f9a12b0, 0x10) [ 4663.857601] 1: NVRM: ioctl(0x58, 0x5f9a1220, 0x28) [ 4663.862485] 1: NVRM: ioctl(0x29, 0x5f9a12b0, 0x10) [ 4663.869792] 0: NVRM: VM: nv_kern_vma_release:82: 0x7fc750877000 - 0x7fc7509db000, 0x00164000 bytes @ 0x00000000b935d000, 0xffff880054390ae0, 0xffff880070466600 [ 4663.884051] 0: NVRM: VM: nv_kern_vma_release:101: 0xffff880054390ae0, 356 page(s), count = 1, flags = 0x00000011, key = 0x33e7f000, page_table = 0xffff880073b87008 [ 4663.898772] 0: NVRM: VM: page_table at 0xffff88007070f3a8, 356 pages [ 4663.905423] 0: NVRM: VM: v 0xffff880033e7f000 p 0x33e7f000 d 0xb935d000: count 1 flags 0x414 [ 4663.914395] 0: NVRM: VM: v 0xffff880033e80000 p 0x33e80000 d 0xb935e000: count 1 flags 0x414 [ 4663.923451] 0: NVRM: VM: v 0xffff880033e81000 p 0x33e81000 d 0xb935f000: count 1 flags 0x414 [ 4663.932421] 0: NVRM: VM: v 0xffff880033e82000 p 0x33e82000 d 0xb9360000: count 1 flags 0x414 [ 4663.941492] 0: NVRM: VM: v 0xffff880033e83000 p 0x33e83000 d 0xb9361000: count 1 flags 0x414 [ 4663.950496] 0: NVRM: VM: v 0xffff880033e84000 p 0x33e84000 d 0xb9362000: count 1 flags 0x414 [ 4663.959463] 0: NVRM: VM: v 0xffff880033e85000 p 0x33e85000 d 0xb9363000: count 1 flags 0x414 [ 4663.968475] 0: NVRM: VM: v 0xffff880033e86000 p 0x33e86000 d 0xb9364000: count 1 flags 0x414 [ 4663.977489] 0: NVRM: VM: v 0xffff880033e87000 p 0x33e87000 d 0xb9365000: count 1 flags 0x414 [ 4663.986508] 0: NVRM: VM: v 0xffff880033e88000 p 0x33e88000 d 0xb9366000: count 1 flags 0x414 [ 4663.995986] 0: NVRM: VM: nv_kern_vma_release:82: 0x7fc7509db000 - 0x7fc750adb000, 0x00100000 bytes @ 0x00000000b9256000, 0xffff8800543909c0, 0xffff880070466600 [ 4664.010227] 0: NVRM: VM: nv_kern_vma_release:101: 0xffff8800543909c0, 256 page(s), count = 1, flags = 0x00000011, key = 0x33d78000, page_table = 0xffff880074bf7008 [ 4664.024875] 0: NVRM: VM: page_table at 0xffff880033c76a68, 256 pages [ 4664.031545] 0: NVRM: VM: v 0xffff880033d78000 p 0x33d78000 d 0xb9256000: count 1 flags 0x414 [ 4664.040557] 0: NVRM: VM: v 0xffff880033d79000 p 0x33d79000 d 0xb9257000: count 1 flags 0x404 [ 4664.049619] 0: NVRM: VM: v 0xffff880033d7a000 p 0x33d7a000 d 0xb9258000: count 1 flags 0x404 [ 4664.058633] 0: NVRM: VM: v 0xffff880033d7b000 p 0x33d7b000 d 0xb9259000: count 1 flags 0x404 [ 4664.067599] 0: NVRM: VM: v 0xffff880033d7c000 p 0x33d7c000 d 0xb925a000: count 1 flags 0x404 [ 4664.076613] 0: NVRM: VM: v 0xffff880033d7d000 p 0x33d7d000 d 0xb925b000: count 1 flags 0x404 [ 4664.085631] 0: NVRM: VM: v 0xffff880033d7e000 p 0x33d7e000 d 0xb925c000: count 1 flags 0x404 [ 4664.094648] 0: NVRM: VM: v 0xffff880033d7f000 p 0x33d7f000 d 0xb925d000: count 1 flags 0x404 [ 4664.103654] 0: NVRM: VM: v 0xffff880033d80000 p 0x33d80000 d 0xb925e000: count 1 flags 0x404 [ 4664.112667] 0: NVRM: VM: v 0xffff880033d81000 p 0x33d81000 d 0xb925f000: count 1 flags 0x404 [ 4664.121709] 1: NVRM: VM: nv_kern_vma_release:82: 0x7fc750adb000 - 0x7fc750bdb000, 0x00100000 bytes @ 0x00000000b9555000, 0xffff8800543908a0, 0xffff880070466600 [ 4664.135984] 1: NVRM: VM: nv_kern_vma_release:101: 0xffff8800543908a0, 256 page(s), count = 1, flags = 0x00020011, key = 0x33c77000, page_table = 0xffff880074bf0008 [ 4664.150630] 1: NVRM: VM: page_table at 0xffff8800545b9168, 256 pages [ 4664.157301] 1: NVRM: VM: v 0xffff880033c77000 p 0x33c77000 d 0xb9555000: count 1 flags 0x400414 [ 4664.166576] 1: NVRM: VM: v 0xffff880033c78000 p 0x33c78000 d 0xb9556000: count 1 flags 0x400414 [ 4664.175855] 1: NVRM: VM: v 0xffff880033c79000 p 0x33c79000 d 0xb9557000: count 1 flags 0x400414 [ 4664.185125] 1: NVRM: VM: v 0xffff880033c7a000 p 0x33c7a000 d 0xb9558000: count 1 flags 0x400414 [ 4664.194393] 1: NVRM: VM: v 0xffff880033c7b000 p 0x33c7b000 d 0xb9559000: count 1 flags 0x400414 [ 4664.203668] 1: NVRM: VM: v 0xffff880033c7c000 p 0x33c7c000 d 0xb955a000: count 1 flags 0x400414 [ 4664.212941] 1: NVRM: VM: v 0xffff880033c7d000 p 0x33c7d000 d 0xb955b000: count 1 flags 0x400414 [ 4664.222215] 1: NVRM: VM: v 0xffff880033c7e000 p 0x33c7e000 d 0xb955c000: count 1 flags 0x400414 [ 4664.231487] 1: NVRM: VM: v 0xffff880033c7f000 p 0x33c7f000 d 0xb955d000: count 1 flags 0x400414 [ 4664.240764] 1: NVRM: VM: v 0xffff880033c80000 p 0x33c80000 d 0xb955e000: count 1 flags 0x400414 [ 4664.250228] 1: NVRM: VM: nv_kern_vma_release:82: 0x7fc750bdb000 - 0x7fc750cdb000, 0x00100000 bytes @ 0x0000000098a98000, 0xffff880054390780, 0xffff880070466600 [ 4664.264462] 1: NVRM: VM: nv_kern_vma_release:101: 0xffff880054390780, 256 page(s), count = 1, flags = 0x00000011, key = 0x545ba000, page_table = 0xffff880074bf6008 [ 4664.279110] 1: NVRM: VM: page_table at 0xffff8800544b4828, 256 pages [ 4664.285780] 1: NVRM: VM: v 0xffff8800545ba000 p 0x545ba000 d 0x98a98000: count 1 flags 0x404 [ 4664.294793] 1: NVRM: VM: v 0xffff8800545bb000 p 0x545bb000 d 0x98a99000: count 1 flags 0x404 [ 4664.303809] 1: NVRM: VM: v 0xffff8800545bc000 p 0x545bc000 d 0x98a9a000: count 1 flags 0x404 [ 4664.312820] 1: NVRM: VM: v 0xffff8800545bd000 p 0x545bd000 d 0x98a9b000: count 1 flags 0x404 [ 4664.321834] 1: NVRM: VM: v 0xffff8800545be000 p 0x545be000 d 0x98a9c000: count 1 flags 0x404 [ 4664.330849] 1: NVRM: VM: v 0xffff8800545bf000 p 0x545bf000 d 0x98a9d000: count 1 flags 0x404 [ 4664.339862] 1: NVRM: VM: v 0xffff8800545c0000 p 0x545c0000 d 0x98a9e000: count 1 flags 0x404 [ 4664.348879] 1: NVRM: VM: v 0xffff8800545c1000 p 0x545c1000 d 0x98a9f000: count 1 flags 0x404 [ 4664.357890] 1: NVRM: VM: v 0xffff8800545c2000 p 0x545c2000 d 0x98aa0000: count 1 flags 0x404 [ 4664.366902] 1: NVRM: VM: v 0xffff8800545c3000 p 0x545c3000 d 0x98aa1000: count 1 flags 0x404 [ 4664.375918] 1: NVRM: VM: nv_kern_vma_release:82: 0x7fc750cdb000 - 0x7fc750ddb000, 0x00100000 bytes @ 0x0000000098d93000, 0xffff880054390660, 0xffff880070466600 [ 4664.390218] 1: NVRM: VM: nv_kern_vma_release:101: 0xffff880054390660, 256 page(s), count = 1, flags = 0x00020011, key = 0x544b5000, page_table = 0xffff880005246008 [ 4664.404863] 1: NVRM: VM: page_table at 0xffff880054399ee8, 256 pages [ 4664.411537] 1: NVRM: VM: v 0xffff8800544b5000 p 0x544b5000 d 0x98d93000: count 1 flags 0x400414 [ 4664.420810] 1: NVRM: VM: v 0xffff8800544b6000 p 0x544b6000 d 0x98d94000: count 1 flags 0x400414 [ 4664.430085] 1: NVRM: VM: v 0xffff8800544b7000 p 0x544b7000 d 0x98d95000: count 1 flags 0x400414 [ 4664.439363] 1: NVRM: VM: v 0xffff8800544b8000 p 0x544b8000 d 0x98d96000: count 1 flags 0x400414 [ 4664.448636] 1: NVRM: VM: v 0xffff8800544b9000 p 0x544b9000 d 0x98d97000: count 1 flags 0x400414 [ 4664.457907] 1: NVRM: VM: v 0xffff8800544ba000 p 0x544ba000 d 0x98d98000: count 1 flags 0x400414 [ 4664.467180] 1: NVRM: VM: v 0xffff8800544bb000 p 0x544bb000 d 0x98d99000: count 1 flags 0x400414 [ 4664.476453] 1: NVRM: VM: v 0xffff8800544bc000 p 0x544bc000 d 0x98d9a000: count 1 flags 0x400414 [ 4664.485727] 1: NVRM: VM: v 0xffff8800544bd000 p 0x544bd000 d 0x98d9b000: count 1 flags 0x400414 [ 4664.494999] 1: NVRM: VM: v 0xffff8800544be000 p 0x544be000 d 0x98d9c000: count 1 flags 0x400414 [ 4664.504278] 1: NVRM: VM: nv_kern_vma_release:82: 0x7fc750ddb000 - 0x7fc750edb000, 0x00100000 bytes @ 0x0000000098c78000, 0xffff880054390540, 0xffff880070466600 [ 4664.518576] 1: NVRM: VM: nv_kern_vma_release:101: 0xffff880054390540, 256 page(s), count = 1, flags = 0x00000011, key = 0x5439a000, page_table = 0xffff880073b69008 [ 4664.533225] 1: NVRM: VM: page_table at 0xffff8800750715e8, 256 pages [ 4664.539897] 1: NVRM: VM: v 0xffff88005439a000 p 0x5439a000 d 0x98c78000: count 1 flags 0x404 [ 4664.548910] 1: NVRM: VM: v 0xffff88005439b000 p 0x5439b000 d 0x98c79000: count 1 flags 0x404 [ 4664.557932] 1: NVRM: VM: v 0xffff88005439c000 p 0x5439c000 d 0x98c7a000: count 1 flags 0x404 [ 4664.566946] 1: NVRM: VM: v 0xffff88005439d000 p 0x5439d000 d 0x98c7b000: count 1 flags 0x404 [ 4664.575958] 1: NVRM: VM: v 0xffff88005439e000 p 0x5439e000 d 0x98c7c000: count 1 flags 0x404 [ 4664.584972] 1: NVRM: VM: v 0xffff88005439f000 p 0x5439f000 d 0x98c7d000: count 1 flags 0x404 [ 4664.593986] 1: NVRM: VM: v 0xffff8800543a0000 p 0x543a0000 d 0x98c7e000: count 1 flags 0x404 [ 4664.603000] 1: NVRM: VM: v 0xffff8800543a1000 p 0x543a1000 d 0x98c7f000: count 1 flags 0x404 [ 4664.612015] 1: NVRM: VM: v 0xffff8800543a2000 p 0x543a2000 d 0x98c80000: count 1 flags 0x404 [ 4664.621027] 1: NVRM: VM: v 0xffff8800543a3000 p 0x543a3000 d 0x98c81000: count 1 flags 0x404 [ 4664.630043] 1: NVRM: VM: nv_kern_vma_release:82: 0x7fc750edb000 - 0x7fc7512dd000, 0x00402000 bytes @ 0x0000000078150000, 0xffff880073dc0f60, 0xffff880070466600 [ 4664.644341] 1: NVRM: VM: nv_kern_vma_release:101: 0xffff880073dc0f60, 1026 page(s), count = 1, flags = 0x00020011, key = 0x75072000, page_table = 0xffff88007508c008 [ 4664.659074] 1: NVRM: VM: page_table at 0xffff88007505e000, 1026 pages [ 4664.665838] 1: NVRM: VM: v 0xffff880075072000 p 0x75072000 d 0x78150000: count 1 flags 0x400414 [ 4664.675108] 1: NVRM: VM: v 0xffff880075073000 p 0x75073000 d 0x78151000: count 1 flags 0x400404 [ 4664.684384] 1: NVRM: VM: v 0xffff880075090000 p 0x75090000 d 0x7816e000: count 1 flags 0x400414 [ 4664.693657] 1: NVRM: VM: v 0xffff880075091000 p 0x75091000 d 0x7816f000: count 1 flags 0x400404 [ 4664.702936] 1: NVRM: VM: v 0xffff880075092000 p 0x75092000 d 0x78170000: count 1 flags 0x400404 [ 4664.712205] 1: NVRM: VM: v 0xffff880075093000 p 0x75093000 d 0x78171000: count 1 flags 0x400404 [ 4664.721478] 1: NVRM: VM: v 0xffff880075094000 p 0x75094000 d 0x78172000: count 1 flags 0x400404 [ 4664.730751] 1: NVRM: VM: v 0xffff880075095000 p 0x75095000 d 0x78173000: count 1 flags 0x400404 [ 4664.740025] 1: NVRM: VM: v 0xffff880075096000 p 0x75096000 d 0x78174000: count 1 flags 0x400404 [ 4664.749298] 1: NVRM: VM: v 0xffff880075097000 p 0x75097000 d 0x78175000: count 1 flags 0x400404 [ 4664.758581] 1: NVRM: VM: nv_kern_vma_release:82: 0x7fc7512dd000 - 0x7fc7516df000, 0x00402000 bytes @ 0x0000000098b35000, 0xffff880073dc0a20, 0xffff880070466600 [ 4664.772874] 1: NVRM: VM: nv_kern_vma_release:101: 0xffff880073dc0a20, 1026 page(s), count = 1, flags = 0x00020011, key = 0x54657000, page_table = 0xffff880054650008 [ 4664.787607] 1: NVRM: VM: page_table at 0xffff8800705aba68, 1026 pages [ 4664.794370] 1: NVRM: VM: v 0xffff880054657000 p 0x54657000 d 0x98b35000: count 1 flags 0x400414 [ 4664.803641] 1: NVRM: VM: v 0xffff880054658000 p 0x54658000 d 0x98b36000: count 1 flags 0x400404 [ 4664.812922] 1: NVRM: VM: v 0xffff880054659000 p 0x54659000 d 0x98b37000: count 1 flags 0x400414 [ 4664.822196] 1: NVRM: VM: v 0xffff88005465a000 p 0x5465a000 d 0x98b38000: count 1 flags 0x400414 [ 4664.831469] 1: NVRM: VM: v 0xffff88005465b000 p 0x5465b000 d 0x98b39000: count 1 flags 0x400414 [ 4664.840743] 1: NVRM: VM: v 0xffff88005465c000 p 0x5465c000 d 0x98b3a000: count 1 flags 0x400414 [ 4664.850016] 1: NVRM: VM: v 0xffff88005465d000 p 0x5465d000 d 0x98b3b000: count 1 flags 0x400414 [ 4664.859292] 1: NVRM: VM: v 0xffff88005465e000 p 0x5465e000 d 0x98b3c000: count 1 flags 0x400414 [ 4664.868565] 1: NVRM: VM: v 0xffff88005465f000 p 0x5465f000 d 0x98b3d000: count 1 flags 0x400414 [ 4664.877843] 1: NVRM: VM: v 0xffff880054660000 p 0x54660000 d 0x98b3e000: count 1 flags 0x400414 [ 4664.887114] 1: NVRM: VM: nv_kern_vma_release:82: 0x7fc751ee0000 - 0x7fc751fe0000, 0x00100000 bytes @ 0x000000007cbfb000, 0xffff880073d68300, 0xffff880070466600 [ 4664.901413] 1: NVRM: VM: nv_kern_vma_release:101: 0xffff880073d68300, 256 page(s), count = 1, flags = 0x00000011, key = 0x7071d000, page_table = 0xffff8800726c4008 [ 4664.916061] 1: NVRM: VM: page_table at 0xffff880053c01b40, 256 pages [ 4664.922733] 1: NVRM: VM: v 0xffff88007071d000 p 0x7071d000 d 0x7cbfb000: count 1 flags 0x414 [ 4664.931747] 1: NVRM: VM: v 0xffff88007071e000 p 0x7071e000 d 0x7cbfc000: count 1 flags 0x414 [ 4664.940759] 1: NVRM: VM: v 0xffff88007071f000 p 0x7071f000 d 0x7cbfd000: count 1 flags 0x414 [ 4664.949774] 1: NVRM: VM: v 0xffff880070738000 p 0x70738000 d 0x7c816000: count 1 flags 0x414 [ 4664.958788] 1: NVRM: VM: v 0xffff880070739000 p 0x70739000 d 0x7c817000: count 1 flags 0x414 [ 4664.967804] 1: NVRM: VM: v 0xffff88007073a000 p 0x7073a000 d 0x7c818000: count 1 flags 0x414 [ 4664.976815] 1: NVRM: VM: v 0xffff88007073b000 p 0x7073b000 d 0x7c819000: count 1 flags 0x414 [ 4664.985828] 1: NVRM: VM: v 0xffff88007073c000 p 0x7073c000 d 0x7c81a000: count 1 flags 0x414 [ 4664.994842] 1: NVRM: VM: v 0xffff88007073d000 p 0x7073d000 d 0x7c81b000: count 1 flags 0x414 [ 4665.003858] 1: NVRM: VM: v 0xffff88007073e000 p 0x7073e000 d 0x7c81c000: count 1 flags 0x414 [ 4665.012876] 1: NVRM: VM: nv_kern_vma_release:82: 0x7fc752c70000 - 0x7fc752c71000, 0x00001000 bytes @ 0x00000000f7d60000, 0x (null), 0xffff880070466c00 [ 4665.027171] 1: NVRM: VM: nv_kern_vma_release:82: 0x7fc752c71000 - 0x7fc752c72000, 0x00001000 bytes @ 0x0000000098c72000, 0xffff8800543900c0, 0xffff880070466600 [ 4665.041471] 1: NVRM: VM: nv_kern_vma_release:101: 0xffff8800543900c0, 1 page(s), count = 1, flags = 0x00000011, key = 0x54394000, page_table = 0xffff880071bcd058 [ 4665.055948] 1: NVRM: VM: page_table at 0xffff880075071510, 1 pages [ 4665.062455] 1: NVRM: VM: v 0xffff880054394000 p 0x54394000 d 0x98c72000: count 1 flags 0x414 [ 4665.071468] 1: NVRM: VM: nv_kern_vma_release:82: 0x7fc752c72000 - 0x7fc752c73000, 0x00001000 bytes @ 0x00000000f7d60000, 0x (null), 0xffff880070466c00 [ 4665.085768] 1: NVRM: VM: nv_kern_vma_release:82: 0x7fc752c73000 - 0x7fc752c74000, 0x00001000 bytes @ 0x000000007813a000, 0xffff880073dc0b40, 0xffff880070466600 [ 4665.100068] 1: NVRM: VM: nv_kern_vma_release:101: 0xffff880073dc0b40, 1 page(s), count = 1, flags = 0x00000011, key = 0x7505c000, page_table = 0xffff8800740ac498 [ 4665.114541] 1: NVRM: VM: page_table at 0xffff880054656f78, 1 pages [ 4665.121044] 1: NVRM: VM: v 0xffff88007505c000 p 0x7505c000 d 0x7813a000: count 1 flags 0x414 [ 4665.130087] 1: NVRM: nv_kern_ctl_close [ 4665.145161] 1: NVRM: VM: nv_free_pages: 0x7071d000 0x100 [ 4665.150487] 1: NVRM: VM: nv_free_pages:2510: 0xffff880073d68300, 256 page(s), count = 1, flags = 0x00000011, key = 0x7071d000, page_table = 0xffff8800726c4008 [ 4665.164696] 1: NVRM: VM: nv_free_system_pages: 256 pages [ 4665.170065] 1: NVRM: VM: page_table at 0xffff880053c01b40, 256 pages [ 4665.176736] 1: NVRM: VM: v 0xffff88007071d000 p 0x7071d000 d 0x7cbfb000: count 1 flags 0x414 [ 4665.185749] 1: NVRM: VM: v 0xffff88007071e000 p 0x7071e000 d 0x7cbfc000: count 1 flags 0x414 [ 4665.194762] 1: NVRM: VM: v 0xffff88007071f000 p 0x7071f000 d 0x7cbfd000: count 1 flags 0x414 [ 4665.203776] 1: NVRM: VM: v 0xffff880070738000 p 0x70738000 d 0x7c816000: count 1 flags 0x414 [ 4665.212789] 1: NVRM: VM: v 0xffff880070739000 p 0x70739000 d 0x7c817000: count 1 flags 0x414 [ 4665.221804] 1: NVRM: VM: v 0xffff88007073a000 p 0x7073a000 d 0x7c818000: count 1 flags 0x414 [ 4665.230817] 1: NVRM: VM: v 0xffff88007073b000 p 0x7073b000 d 0x7c819000: count 1 flags 0x414 [ 4665.239840] 1: NVRM: VM: v 0xffff88007073c000 p 0x7073c000 d 0x7c81a000: count 1 flags 0x414 [ 4665.248853] 1: NVRM: VM: v 0xffff88007073d000 p 0x7073d000 d 0x7c81b000: count 1 flags 0x414 [ 4665.257866] 1: NVRM: VM: v 0xffff88007073e000 p 0x7073e000 d 0x7c81c000: count 1 flags 0x414 [ 4665.266883] 1: NVRM: VM: page_table at 0xffff880053c01b40, 256 pages [ 4665.273554] 1: NVRM: VM: v 0xffff88007071d000 p 0x7071d000 d 0x7cbfb000: count 1 flags 0x414 [ 4665.282568] 1: NVRM: VM: v 0xffff88007071e000 p 0x7071e000 d 0x7cbfc000: count 1 flags 0x414 [ 4665.291581] 1: NVRM: VM: v 0xffff88007071f000 p 0x7071f000 d 0x7cbfd000: count 1 flags 0x414 [ 4665.300594] 1: NVRM: VM: v 0xffff880070738000 p 0x70738000 d 0x7c816000: count 1 flags 0x414 [ 4665.309609] 1: NVRM: VM: v 0xffff880070739000 p 0x70739000 d 0x7c817000: count 1 flags 0x414 [ 4665.318622] 1: NVRM: VM: v 0xffff88007073a000 p 0x7073a000 d 0x7c818000: count 1 flags 0x414 [ 4665.327640] 1: NVRM: VM: v 0xffff88007073b000 p 0x7073b000 d 0x7c819000: count 1 flags 0x414 [ 4665.336650] 1: NVRM: VM: v 0xffff88007073c000 p 0x7073c000 d 0x7c81a000: count 1 flags 0x414 [ 4665.345663] 1: NVRM: VM: v 0xffff88007073d000 p 0x7073d000 d 0x7c81b000: count 1 flags 0x414 [ 4665.354677] 1: NVRM: VM: v 0xffff88007073e000 p 0x7073e000 d 0x7c81c000: count 1 flags 0x414 [ 4665.363933] 1: NVRM: VM: nv_free_pages: 0x54657000 0x402 [ 4665.369241] 1: NVRM: VM: nv_free_pages:2510: 0xffff880073dc0a20, 1026 page(s), count = 1, flags = 0x00020011, key = 0x54657000, page_table = 0xffff880054650008 [ 4665.383542] 1: NVRM: VM: nv_free_system_pages: 1026 pages [ 4665.388998] 1: NVRM: VM: page_table at 0xffff8800705aba68, 1026 pages [ 4665.395761] 1: NVRM: VM: v 0xffff880054657000 p 0x54657000 d 0x98b35000: count 1 flags 0x400414 [ 4665.405033] 1: NVRM: VM: v 0xffff880054658000 p 0x54658000 d 0x98b36000: count 1 flags 0x400404 [ 4665.414308] 1: NVRM: VM: v 0xffff880054659000 p 0x54659000 d 0x98b37000: count 1 flags 0x400414 [ 4665.423580] 1: NVRM: VM: v 0xffff88005465a000 p 0x5465a000 d 0x98b38000: count 1 flags 0x400414 [ 4665.432853] 1: NVRM: VM: v 0xffff88005465b000 p 0x5465b000 d 0x98b39000: count 1 flags 0x400414 [ 4665.442127] 1: NVRM: VM: v 0xffff88005465c000 p 0x5465c000 d 0x98b3a000: count 1 flags 0x400414 [ 4665.451401] 1: NVRM: VM: v 0xffff88005465d000 p 0x5465d000 d 0x98b3b000: count 1 flags 0x400414 [ 4665.460676] 1: NVRM: VM: v 0xffff88005465e000 p 0x5465e000 d 0x98b3c000: count 1 flags 0x400414 [ 4665.469949] 1: NVRM: VM: v 0xffff88005465f000 p 0x5465f000 d 0x98b3d000: count 1 flags 0x400414 [ 4665.479226] 1: NVRM: VM: v 0xffff880054660000 p 0x54660000 d 0x98b3e000: count 1 flags 0x400414 [ 4665.489238] 1: NVRM: MX_AR_WB: ffff8800543ac000 1026 [ 4665.494208] 1: NVRM: VM: page_table at 0xffff8800705aba68, 1026 pages [ 4665.500964] 1: NVRM: VM: v 0xffff880054657000 p 0x54657000 d 0x98b35000: count 1 flags 0x414 [ 4665.509973] 1: NVRM: VM: v 0xffff880054658000 p 0x54658000 d 0x98b36000: count 1 flags 0x404 [ 4665.518985] 1: NVRM: VM: v 0xffff880054659000 p 0x54659000 d 0x98b37000: count 1 flags 0x414 [ 4665.528004] 1: NVRM: VM: v 0xffff88005465a000 p 0x5465a000 d 0x98b38000: count 1 flags 0x414 [ 4665.537013] 1: NVRM: VM: v 0xffff88005465b000 p 0x5465b000 d 0x98b39000: count 1 flags 0x414 [ 4665.546027] 1: NVRM: VM: v 0xffff88005465c000 p 0x5465c000 d 0x98b3a000: count 1 flags 0x414 [ 4665.555041] 1: NVRM: VM: v 0xffff88005465d000 p 0x5465d000 d 0x98b3b000: count 1 flags 0x414 [ 4665.564058] 1: NVRM: VM: v 0xffff88005465e000 p 0x5465e000 d 0x98b3c000: count 1 flags 0x414 [ 4665.573068] 1: NVRM: VM: v 0xffff88005465f000 p 0x5465f000 d 0x98b3d000: count 1 flags 0x414 [ 4665.582082] 1: NVRM: VM: v 0xffff880054660000 p 0x54660000 d 0x98b3e000: count 1 flags 0x414 [ 4665.591821] 1: NVRM: VM: nv_free_pages: 0x7505c000 0x1 [ 4665.597001] 1: NVRM: VM: nv_free_pages:2510: 0xffff880073dc0b40, 1 page(s), count = 1, flags = 0x00000011, key = 0x7505c000, page_table = 0xffff8800740ac498 [ 4665.611009] 1: NVRM: VM: nv_free_system_pages: 1 pages [ 4665.616206] 1: NVRM: VM: page_table at 0xffff880054656f78, 1 pages [ 4665.622707] 1: NVRM: VM: v 0xffff88007505c000 p 0x7505c000 d 0x7813a000: count 1 flags 0x414 [ 4665.631716] 1: NVRM: VM: page_table at 0xffff880054656f78, 1 pages [ 4665.638219] 1: NVRM: VM: v 0xffff88007505c000 p 0x7505c000 d 0x7813a000: count 1 flags 0x414 [ 4665.647275] 1: NVRM: VM: nv_free_pages: 0x75072000 0x402 [ 4665.652610] 1: NVRM: VM: nv_free_pages:2510: 0xffff880073dc0f60, 1026 page(s), count = 1, flags = 0x00020011, key = 0x75072000, page_table = 0xffff88007508c008 [ 4665.666910] 1: NVRM: VM: nv_free_system_pages: 1026 pages [ 4665.672365] 1: NVRM: VM: page_table at 0xffff88007505e000, 1026 pages [ 4665.679127] 1: NVRM: VM: v 0xffff880075072000 p 0x75072000 d 0x78150000: count 1 flags 0x400414 [ 4665.688399] 1: NVRM: VM: v 0xffff880075073000 p 0x75073000 d 0x78151000: count 1 flags 0x400404 [ 4665.697678] 1: NVRM: VM: v 0xffff880075090000 p 0x75090000 d 0x7816e000: count 1 flags 0x400414 [ 4665.706948] 1: NVRM: VM: v 0xffff880075091000 p 0x75091000 d 0x7816f000: count 1 flags 0x400404 [ 4665.716221] 1: NVRM: VM: v 0xffff880075092000 p 0x75092000 d 0x78170000: count 1 flags 0x400404 [ 4665.725495] 1: NVRM: VM: v 0xffff880075093000 p 0x75093000 d 0x78171000: count 1 flags 0x400404 [ 4665.734774] 1: NVRM: VM: v 0xffff880075094000 p 0x75094000 d 0x78172000: count 1 flags 0x400404 [ 4665.744042] 1: NVRM: VM: v 0xffff880075095000 p 0x75095000 d 0x78173000: count 1 flags 0x400404 [ 4665.753319] 1: NVRM: VM: v 0xffff880075096000 p 0x75096000 d 0x78174000: count 1 flags 0x400404 [ 4665.762590] 1: NVRM: VM: v 0xffff880075097000 p 0x75097000 d 0x78175000: count 1 flags 0x400404 [ 4665.772694] 1: NVRM: MX_AR_WB: ffff88005464c000 1026 [ 4665.777660] 1: NVRM: VM: page_table at 0xffff88007505e000, 1026 pages [ 4665.784413] 1: NVRM: VM: v 0xffff880075072000 p 0x75072000 d 0x78150000: count 1 flags 0x414 [ 4665.793427] 1: NVRM: VM: v 0xffff880075073000 p 0x75073000 d 0x78151000: count 1 flags 0x404 [ 4665.802440] 1: NVRM: VM: v 0xffff880075090000 p 0x75090000 d 0x7816e000: count 1 flags 0x414 [ 4665.811453] 1: NVRM: VM: v 0xffff880075091000 p 0x75091000 d 0x7816f000: count 1 flags 0x404 [ 4665.820468] 1: NVRM: VM: v 0xffff880075092000 p 0x75092000 d 0x78170000: count 1 flags 0x404 [ 4665.829483] 1: NVRM: VM: v 0xffff880075093000 p 0x75093000 d 0x78171000: count 1 flags 0x404 [ 4665.838498] 1: NVRM: VM: v 0xffff880075094000 p 0x75094000 d 0x78172000: count 1 flags 0x404 [ 4665.847509] 1: NVRM: VM: v 0xffff880075095000 p 0x75095000 d 0x78173000: count 1 flags 0x404 [ 4665.856521] 1: NVRM: VM: v 0xffff880075096000 p 0x75096000 d 0x78174000: count 1 flags 0x404 [ 4665.865537] 1: NVRM: VM: v 0xffff880075097000 p 0x75097000 d 0x78175000: count 1 flags 0x404 [ 4665.875228] 1: NVRM: VM: nv_free_pages: 0x54394000 0x1 [ 4665.880380] 1: NVRM: VM: nv_free_pages:2510: 0xffff8800543900c0, 1 page(s), count = 1, flags = 0x00000011, key = 0x54394000, page_table = 0xffff880071bcd058 [ 4665.894405] 1: NVRM: VM: nv_free_system_pages: 1 pages [ 4665.899605] 1: NVRM: VM: page_table at 0xffff880075071510, 1 pages [ 4665.906105] 1: NVRM: VM: v 0xffff880054394000 p 0x54394000 d 0x98c72000: count 1 flags 0x414 [ 4665.915119] 1: NVRM: VM: page_table at 0xffff880075071510, 1 pages [ 4665.921622] 1: NVRM: VM: v 0xffff880054394000 p 0x54394000 d 0x98c72000: count 1 flags 0x414 [ 4665.930678] 1: NVRM: VM: nv_free_pages: 0x5439a000 0x100 [ 4665.936015] 1: NVRM: VM: nv_free_pages:2510: 0xffff880054390540, 256 page(s), count = 1, flags = 0x00000011, key = 0x5439a000, page_table = 0xffff880073b69008 [ 4665.950222] 1: NVRM: VM: nv_free_system_pages: 256 pages [ 4665.955592] 1: NVRM: VM: page_table at 0xffff8800750715e8, 256 pages [ 4665.962265] 1: NVRM: VM: v 0xffff88005439a000 p 0x5439a000 d 0x98c78000: count 1 flags 0x404 [ 4665.971281] 1: NVRM: VM: v 0xffff88005439b000 p 0x5439b000 d 0x98c79000: count 1 flags 0x404 [ 4665.980293] 1: NVRM: VM: v 0xffff88005439c000 p 0x5439c000 d 0x98c7a000: count 1 flags 0x404 [ 4665.989306] 1: NVRM: VM: v 0xffff88005439d000 p 0x5439d000 d 0x98c7b000: count 1 flags 0x404 [ 4665.998320] 1: NVRM: VM: v 0xffff88005439e000 p 0x5439e000 d 0x98c7c000: count 1 flags 0x404 [ 4666.007334] 1: NVRM: VM: v 0xffff88005439f000 p 0x5439f000 d 0x98c7d000: count 1 flags 0x404 [ 4666.016349] 1: NVRM: VM: v 0xffff8800543a0000 p 0x543a0000 d 0x98c7e000: count 1 flags 0x404 [ 4666.025363] 1: NVRM: VM: v 0xffff8800543a1000 p 0x543a1000 d 0x98c7f000: count 1 flags 0x404 [ 4666.034375] 1: NVRM: VM: v 0xffff8800543a2000 p 0x543a2000 d 0x98c80000: count 1 flags 0x404 [ 4666.043388] 1: NVRM: VM: v 0xffff8800543a3000 p 0x543a3000 d 0x98c81000: count 1 flags 0x404 [ 4666.052402] 1: NVRM: VM: page_table at 0xffff8800750715e8, 256 pages [ 4666.059077] 1: NVRM: VM: v 0xffff88005439a000 p 0x5439a000 d 0x98c78000: count 1 flags 0x404 [ 4666.068089] 1: NVRM: VM: v 0xffff88005439b000 p 0x5439b000 d 0x98c79000: count 1 flags 0x404 [ 4666.077103] 1: NVRM: VM: v 0xffff88005439c000 p 0x5439c000 d 0x98c7a000: count 1 flags 0x404 [ 4666.086116] 1: NVRM: VM: v 0xffff88005439d000 p 0x5439d000 d 0x98c7b000: count 1 flags 0x404 [ 4666.095130] 1: NVRM: VM: v 0xffff88005439e000 p 0x5439e000 d 0x98c7c000: count 1 flags 0x404 [ 4666.104144] 1: NVRM: VM: v 0xffff88005439f000 p 0x5439f000 d 0x98c7d000: count 1 flags 0x404 [ 4666.113157] 1: NVRM: VM: v 0xffff8800543a0000 p 0x543a0000 d 0x98c7e000: count 1 flags 0x404 [ 4666.122171] 1: NVRM: VM: v 0xffff8800543a1000 p 0x543a1000 d 0x98c7f000: count 1 flags 0x404 [ 4666.131186] 1: NVRM: VM: v 0xffff8800543a2000 p 0x543a2000 d 0x98c80000: count 1 flags 0x404 [ 4666.140199] 1: NVRM: VM: v 0xffff8800543a3000 p 0x543a3000 d 0x98c81000: count 1 flags 0x404 [ 4666.149338] 1: NVRM: VM: nv_free_pages: 0x544b5000 0x100 [ 4666.154649] 1: NVRM: VM: nv_free_pages:2510: 0xffff880054390660, 256 page(s), count = 1, flags = 0x00020011, key = 0x544b5000, page_table = 0xffff880005246008 [ 4666.168861] 1: NVRM: VM: nv_free_system_pages: 256 pages [ 4666.174233] 1: NVRM: VM: page_table at 0xffff880054399ee8, 256 pages [ 4666.180908] 1: NVRM: VM: v 0xffff8800544b5000 p 0x544b5000 d 0x98d93000: count 1 flags 0x400414 [ 4666.190181] 1: NVRM: VM: v 0xffff8800544b6000 p 0x544b6000 d 0x98d94000: count 1 flags 0x400414 [ 4666.199456] 1: NVRM: VM: v 0xffff8800544b7000 p 0x544b7000 d 0x98d95000: count 1 flags 0x400414 [ 4666.208728] 1: NVRM: VM: v 0xffff8800544b8000 p 0x544b8000 d 0x98d96000: count 1 flags 0x400414 [ 4666.218002] 1: NVRM: VM: v 0xffff8800544b9000 p 0x544b9000 d 0x98d97000: count 1 flags 0x400414 [ 4666.227276] 1: NVRM: VM: v 0xffff8800544ba000 p 0x544ba000 d 0x98d98000: count 1 flags 0x400414 [ 4666.236551] 1: NVRM: VM: v 0xffff8800544bb000 p 0x544bb000 d 0x98d99000: count 1 flags 0x400414 [ 4666.245824] 1: NVRM: VM: v 0xffff8800544bc000 p 0x544bc000 d 0x98d9a000: count 1 flags 0x400414 [ 4666.255096] 1: NVRM: VM: v 0xffff8800544bd000 p 0x544bd000 d 0x98d9b000: count 1 flags 0x400414 [ 4666.264371] 1: NVRM: VM: v 0xffff8800544be000 p 0x544be000 d 0x98d9c000: count 1 flags 0x400414 [ 4666.274278] 1: NVRM: MX_AR_WB: ffff880073dbe000 256 [ 4666.279152] 1: NVRM: VM: page_table at 0xffff880054399ee8, 256 pages [ 4666.285829] 1: NVRM: VM: v 0xffff8800544b5000 p 0x544b5000 d 0x98d93000: count 1 flags 0x414 [ 4666.294840] 1: NVRM: VM: v 0xffff8800544b6000 p 0x544b6000 d 0x98d94000: count 1 flags 0x414 [ 4666.303853] 1: NVRM: VM: v 0xffff8800544b7000 p 0x544b7000 d 0x98d95000: count 1 flags 0x414 [ 4666.312864] 1: NVRM: VM: v 0xffff8800544b8000 p 0x544b8000 d 0x98d96000: count 1 flags 0x414 [ 4666.321878] 1: NVRM: VM: v 0xffff8800544b9000 p 0x544b9000 d 0x98d97000: count 1 flags 0x414 [ 4666.330892] 1: NVRM: VM: v 0xffff8800544ba000 p 0x544ba000 d 0x98d98000: count 1 flags 0x414 [ 4666.339905] 1: NVRM: VM: v 0xffff8800544bb000 p 0x544bb000 d 0x98d99000: count 1 flags 0x414 [ 4666.348921] 1: NVRM: VM: v 0xffff8800544bc000 p 0x544bc000 d 0x98d9a000: count 1 flags 0x414 [ 4666.357933] 1: NVRM: VM: v 0xffff8800544bd000 p 0x544bd000 d 0x98d9b000: count 1 flags 0x414 [ 4666.366947] 1: NVRM: VM: v 0xffff8800544be000 p 0x544be000 d 0x98d9c000: count 1 flags 0x414 [ 4666.376324] 1: NVRM: VM: nv_free_pages: 0x545ba000 0x100 [ 4666.381679] 1: NVRM: VM: nv_free_pages:2510: 0xffff880054390780, 256 page(s), count = 1, flags = 0x00000011, key = 0x545ba000, page_table = 0xffff880074bf6008 [ 4666.395853] 1: NVRM: VM: nv_free_system_pages: 256 pages [ 4666.401224] 1: NVRM: VM: page_table at 0xffff8800544b4828, 256 pages [ 4666.407898] 1: NVRM: VM: v 0xffff8800545ba000 p 0x545ba000 d 0x98a98000: count 1 flags 0x404 [ 4666.416911] 1: NVRM: VM: v 0xffff8800545bb000 p 0x545bb000 d 0x98a99000: count 1 flags 0x404 [ 4666.425926] 1: NVRM: VM: v 0xffff8800545bc000 p 0x545bc000 d 0x98a9a000: count 1 flags 0x404 [ 4666.434940] 1: NVRM: VM: v 0xffff8800545bd000 p 0x545bd000 d 0x98a9b000: count 1 flags 0x404 [ 4666.443952] 1: NVRM: VM: v 0xffff8800545be000 p 0x545be000 d 0x98a9c000: count 1 flags 0x404 [ 4666.452965] 1: NVRM: VM: v 0xffff8800545bf000 p 0x545bf000 d 0x98a9d000: count 1 flags 0x404 [ 4666.461980] 1: NVRM: VM: v 0xffff8800545c0000 p 0x545c0000 d 0x98a9e000: count 1 flags 0x404 [ 4666.470996] 1: NVRM: VM: v 0xffff8800545c1000 p 0x545c1000 d 0x98a9f000: count 1 flags 0x404 [ 4666.480008] 1: NVRM: VM: v 0xffff8800545c2000 p 0x545c2000 d 0x98aa0000: count 1 flags 0x404 [ 4666.489029] 1: NVRM: VM: v 0xffff8800545c3000 p 0x545c3000 d 0x98aa1000: count 1 flags 0x404 [ 4666.498042] 1: NVRM: VM: page_table at 0xffff8800544b4828, 256 pages [ 4666.504717] 1: NVRM: VM: v 0xffff8800545ba000 p 0x545ba000 d 0x98a98000: count 1 flags 0x404 [ 4666.513732] 1: NVRM: VM: v 0xffff8800545bb000 p 0x545bb000 d 0x98a99000: count 1 flags 0x404 [ 4666.522743] 1: NVRM: VM: v 0xffff8800545bc000 p 0x545bc000 d 0x98a9a000: count 1 flags 0x404 [ 4666.531757] 1: NVRM: VM: v 0xffff8800545bd000 p 0x545bd000 d 0x98a9b000: count 1 flags 0x404 [ 4666.540770] 1: NVRM: VM: v 0xffff8800545be000 p 0x545be000 d 0x98a9c000: count 1 flags 0x404 [ 4666.549790] 1: NVRM: VM: v 0xffff8800545bf000 p 0x545bf000 d 0x98a9d000: count 1 flags 0x404 [ 4666.558800] 1: NVRM: VM: v 0xffff8800545c0000 p 0x545c0000 d 0x98a9e000: count 1 flags 0x404 [ 4666.567812] 1: NVRM: VM: v 0xffff8800545c1000 p 0x545c1000 d 0x98a9f000: count 1 flags 0x404 [ 4666.576825] 1: NVRM: VM: v 0xffff8800545c2000 p 0x545c2000 d 0x98aa0000: count 1 flags 0x404 [ 4666.585842] 1: NVRM: VM: v 0xffff8800545c3000 p 0x545c3000 d 0x98aa1000: count 1 flags 0x404 [ 4666.594999] 1: NVRM: VM: nv_free_pages: 0x33c77000 0x100 [ 4666.600307] 1: NVRM: VM: nv_free_pages:2510: 0xffff8800543908a0, 256 page(s), count = 1, flags = 0x00020011, key = 0x33c77000, page_table = 0xffff880074bf0008 [ 4666.614518] 1: NVRM: VM: nv_free_system_pages: 256 pages [ 4666.619900] 1: NVRM: VM: page_table at 0xffff8800545b9168, 256 pages [ 4666.626574] 1: NVRM: VM: v 0xffff880033c77000 p 0x33c77000 d 0xb9555000: count 1 flags 0x400414 [ 4666.635848] 1: NVRM: VM: v 0xffff880033c78000 p 0x33c78000 d 0xb9556000: count 1 flags 0x400414 [ 4666.645121] 1: NVRM: VM: v 0xffff880033c79000 p 0x33c79000 d 0xb9557000: count 1 flags 0x400414 [ 4666.654395] 1: NVRM: VM: v 0xffff880033c7a000 p 0x33c7a000 d 0xb9558000: count 1 flags 0x400414 [ 4666.663668] 1: NVRM: VM: v 0xffff880033c7b000 p 0x33c7b000 d 0xb9559000: count 1 flags 0x400414 [ 4666.672942] 1: NVRM: VM: v 0xffff880033c7c000 p 0x33c7c000 d 0xb955a000: count 1 flags 0x400414 [ 4666.682216] 1: NVRM: VM: v 0xffff880033c7d000 p 0x33c7d000 d 0xb955b000: count 1 flags 0x400414 [ 4666.691494] 1: NVRM: VM: v 0xffff880033c7e000 p 0x33c7e000 d 0xb955c000: count 1 flags 0x400414 [ 4666.700770] 1: NVRM: VM: v 0xffff880033c7f000 p 0x33c7f000 d 0xb955d000: count 1 flags 0x400414 [ 4666.710037] 1: NVRM: VM: v 0xffff880033c80000 p 0x33c80000 d 0xb955e000: count 1 flags 0x400414 [ 4666.719530] 1: NVRM: MX_AR_WB: ffff880073dbe000 256 [ 4666.724411] 1: NVRM: VM: page_table at 0xffff8800545b9168, 256 pages [ 4666.731082] 1: NVRM: VM: v 0xffff880033c77000 p 0x33c77000 d 0xb9555000: count 1 flags 0x414 [ 4666.740093] 1: NVRM: VM: v 0xffff880033c78000 p 0x33c78000 d 0xb9556000: count 1 flags 0x414 [ 4666.749109] 1: NVRM: VM: v 0xffff880033c79000 p 0x33c79000 d 0xb9557000: count 1 flags 0x414 [ 4666.758130] 1: NVRM: VM: v 0xffff880033c7a000 p 0x33c7a000 d 0xb9558000: count 1 flags 0x414 [ 4666.767144] 1: NVRM: VM: v 0xffff880033c7b000 p 0x33c7b000 d 0xb9559000: count 1 flags 0x414 [ 4666.776160] 1: NVRM: VM: v 0xffff880033c7c000 p 0x33c7c000 d 0xb955a000: count 1 flags 0x414 [ 4666.785171] 1: NVRM: VM: v 0xffff880033c7d000 p 0x33c7d000 d 0xb955b000: count 1 flags 0x414 [ 4666.794184] 1: NVRM: VM: v 0xffff880033c7e000 p 0x33c7e000 d 0xb955c000: count 1 flags 0x414 [ 4666.803199] 1: NVRM: VM: v 0xffff880033c7f000 p 0x33c7f000 d 0xb955d000: count 1 flags 0x414 [ 4666.812211] 1: NVRM: VM: v 0xffff880033c80000 p 0x33c80000 d 0xb955e000: count 1 flags 0x414 [ 4666.821580] 1: NVRM: VM: nv_free_pages: 0x33d78000 0x100 [ 4666.826938] 1: NVRM: VM: nv_free_pages:2510: 0xffff8800543909c0, 256 page(s), count = 1, flags = 0x00000011, key = 0x33d78000, page_table = 0xffff880074bf7008 [ 4666.841109] 1: NVRM: VM: nv_free_system_pages: 256 pages [ 4666.846481] 1: NVRM: VM: page_table at 0xffff880033c76a68, 256 pages [ 4666.853154] 1: NVRM: VM: v 0xffff880033d78000 p 0x33d78000 d 0xb9256000: count 1 flags 0x414 [ 4666.862171] 1: NVRM: VM: v 0xffff880033d79000 p 0x33d79000 d 0xb9257000: count 1 flags 0x404 [ 4666.871181] 1: NVRM: VM: v 0xffff880033d7a000 p 0x33d7a000 d 0xb9258000: count 1 flags 0x404 [ 4666.880195] 1: NVRM: VM: v 0xffff880033d7b000 p 0x33d7b000 d 0xb9259000: count 1 flags 0x404 [ 4666.889209] 1: NVRM: VM: v 0xffff880033d7c000 p 0x33d7c000 d 0xb925a000: count 1 flags 0x404 [ 4666.898223] 1: NVRM: VM: v 0xffff880033d7d000 p 0x33d7d000 d 0xb925b000: count 1 flags 0x404 [ 4666.907236] 1: NVRM: VM: v 0xffff880033d7e000 p 0x33d7e000 d 0xb925c000: count 1 flags 0x404 [ 4666.916251] 1: NVRM: VM: v 0xffff880033d7f000 p 0x33d7f000 d 0xb925d000: count 1 flags 0x404 [ 4666.925264] 1: NVRM: VM: v 0xffff880033d80000 p 0x33d80000 d 0xb925e000: count 1 flags 0x404 [ 4666.934277] 1: NVRM: VM: v 0xffff880033d81000 p 0x33d81000 d 0xb925f000: count 1 flags 0x404 [ 4666.943297] 1: NVRM: VM: page_table at 0xffff880033c76a68, 256 pages [ 4666.949970] 1: NVRM: VM: v 0xffff880033d78000 p 0x33d78000 d 0xb9256000: count 1 flags 0x414 [ 4666.958980] 1: NVRM: VM: v 0xffff880033d79000 p 0x33d79000 d 0xb9257000: count 1 flags 0x404 [ 4666.967992] 1: NVRM: VM: v 0xffff880033d7a000 p 0x33d7a000 d 0xb9258000: count 1 flags 0x404 [ 4666.977007] 1: NVRM: VM: v 0xffff880033d7b000 p 0x33d7b000 d 0xb9259000: count 1 flags 0x404 [ 4666.986021] 1: NVRM: VM: v 0xffff880033d7c000 p 0x33d7c000 d 0xb925a000: count 1 flags 0x404 [ 4666.995035] 1: NVRM: VM: v 0xffff880033d7d000 p 0x33d7d000 d 0xb925b000: count 1 flags 0x404 [ 4667.004057] 1: NVRM: VM: v 0xffff880033d7e000 p 0x33d7e000 d 0xb925c000: count 1 flags 0x404 [ 4667.013086] 1: NVRM: VM: v 0xffff880033d7f000 p 0x33d7f000 d 0xb925d000: count 1 flags 0x404 [ 4667.022099] 1: NVRM: VM: v 0xffff880033d80000 p 0x33d80000 d 0xb925e000: count 1 flags 0x404 [ 4667.031125] 1: NVRM: VM: v 0xffff880033d81000 p 0x33d81000 d 0xb925f000: count 1 flags 0x404 [ 4667.040285] 1: NVRM: VM: nv_free_pages: 0x33e7f000 0x164 [ 4667.045606] 1: NVRM: VM: nv_free_pages:2510: 0xffff880054390ae0, 356 page(s), count = 1, flags = 0x00000011, key = 0x33e7f000, page_table = 0xffff880073b87008 [ 4667.059821] 1: NVRM: VM: nv_free_system_pages: 356 pages [ 4667.065192] 1: NVRM: VM: page_table at 0xffff88007070f3a8, 356 pages [ 4667.071865] 1: NVRM: VM: v 0xffff880033e7f000 p 0x33e7f000 d 0xb935d000: count 1 flags 0x414 [ 4667.080878] 1: NVRM: VM: v 0xffff880033e80000 p 0x33e80000 d 0xb935e000: count 1 flags 0x414 [ 4667.089893] 1: NVRM: VM: v 0xffff880033e81000 p 0x33e81000 d 0xb935f000: count 1 flags 0x414 [ 4667.098906] 1: NVRM: VM: v 0xffff880033e82000 p 0x33e82000 d 0xb9360000: count 1 flags 0x414 [ 4667.107921] 1: NVRM: VM: v 0xffff880033e83000 p 0x33e83000 d 0xb9361000: count 1 flags 0x414 [ 4667.116934] 1: NVRM: VM: v 0xffff880033e84000 p 0x33e84000 d 0xb9362000: count 1 flags 0x414 [ 4667.125950] 1: NVRM: VM: v 0xffff880033e85000 p 0x33e85000 d 0xb9363000: count 1 flags 0x414 [ 4667.134961] 1: NVRM: VM: v 0xffff880033e86000 p 0x33e86000 d 0xb9364000: count 1 flags 0x414 [ 4667.143976] 1: NVRM: VM: v 0xffff880033e87000 p 0x33e87000 d 0xb9365000: count 1 flags 0x414 [ 4667.152990] 1: NVRM: VM: v 0xffff880033e88000 p 0x33e88000 d 0xb9366000: count 1 flags 0x414 [ 4667.162003] 1: NVRM: VM: page_table at 0xffff88007070f3a8, 356 pages [ 4667.168677] 1: NVRM: VM: v 0xffff880033e7f000 p 0x33e7f000 d 0xb935d000: count 1 flags 0x414 [ 4667.177690] 1: NVRM: VM: v 0xffff880033e80000 p 0x33e80000 d 0xb935e000: count 1 flags 0x414 [ 4667.186702] 1: NVRM: VM: v 0xffff880033e81000 p 0x33e81000 d 0xb935f000: count 1 flags 0x414 [ 4667.195716] 1: NVRM: VM: v 0xffff880033e82000 p 0x33e82000 d 0xb9360000: count 1 flags 0x414 [ 4667.204730] 1: NVRM: VM: v 0xffff880033e83000 p 0x33e83000 d 0xb9361000: count 1 flags 0x414 [ 4667.213746] 1: NVRM: VM: v 0xffff880033e84000 p 0x33e84000 d 0xb9362000: count 1 flags 0x414 [ 4667.222760] 1: NVRM: VM: v 0xffff880033e85000 p 0x33e85000 d 0xb9363000: count 1 flags 0x414 [ 4667.231771] 1: NVRM: VM: v 0xffff880033e86000 p 0x33e86000 d 0xb9364000: count 1 flags 0x414 [ 4667.240784] 1: NVRM: VM: v 0xffff880033e87000 p 0x33e87000 d 0xb9365000: count 1 flags 0x414 [ 4667.249799] 1: NVRM: VM: v 0xffff880033e88000 p 0x33e88000 d 0xb9366000: count 1 flags 0x414 [ 4667.259233] 1: NVRM: nv_kern_close on device 0 [ 4667.263740] 1: NVRM: nv_kern_close on device 0 [ 4667.268210] 1: NVRM: nv_kern_close on device 0 [ 4667.272715] 1: NVRM: stopping rc timer [ 4667.276512] 1: NVRM: rc timer stopped [ 4667.285527] 1: NVRM: VM: nv_free_pages: 0x705aa000 0x1 [ 4667.290679] 1: NVRM: VM: nv_free_pages:2510: 0xffff880073dc0420, 1 page(s), count = 1, flags = 0x00000011, key = 0x705aa000, page_table = 0xffff8800740acfb8 [ 4667.304708] 1: NVRM: VM: nv_free_system_pages: 1 pages [ 4667.309903] 1: NVRM: VM: page_table at 0xffff8800705a8948, 1 pages [ 4667.316405] 1: NVRM: VM: v 0xffff8800705aa000 p 0x705aa000 d 0x7ca88000: count 1 flags 0x400 [ 4667.325418] 1: NVRM: VM: page_table at 0xffff8800705a8948, 1 pages [ 4667.331918] 1: NVRM: VM: v 0xffff8800705aa000 p 0x705aa000 d 0x7ca88000: count 1 flags 0x400 [ 4667.344112] 1: NVRM: VM: nv_free_pages: 0x705c0000 0x40 [ 4667.349335] 1: NVRM: VM: nv_free_pages:2510: 0xffff880073dc0180, 64 page(s), count = 1, flags = 0x00020015, key = 0x705c0000, page_table = 0xffff880070208808 [ 4667.363462] 1: NVRM: VM: nv_free_contig_pages: 64 pages [ 4667.368744] 1: NVRM: VM: page_table at 0xffff880054054708, 64 pages [ 4667.375331] 1: NVRM: VM: v 0xffff8800705c0000 p 0x705c0000 d 0x7ca9e000: count 1 flags 0x404400 [ 4667.384605] 1: NVRM: VM: v 0xffff8800705c1000 p 0x705c1000 d 0x7ca9f000: count 1 flags 0x408400 [ 4667.393882] 1: NVRM: VM: v 0xffff8800705c2000 p 0x705c2000 d 0x7caa0000: count 1 flags 0x408400 [ 4667.403156] 1: NVRM: VM: v 0xffff8800705c3000 p 0x705c3000 d 0x7caa1000: count 1 flags 0x408400 [ 4667.412427] 1: NVRM: VM: v 0xffff8800705c4000 p 0x705c4000 d 0x7caa2000: count 1 flags 0x408400 [ 4667.421700] 1: NVRM: VM: v 0xffff8800705c5000 p 0x705c5000 d 0x7caa3000: count 1 flags 0x408400 [ 4667.430973] 1: NVRM: VM: v 0xffff8800705c6000 p 0x705c6000 d 0x7caa4000: count 1 flags 0x408400 [ 4667.440247] 1: NVRM: VM: v 0xffff8800705c7000 p 0x705c7000 d 0x7caa5000: count 1 flags 0x408400 [ 4667.449521] 1: NVRM: VM: v 0xffff8800705c8000 p 0x705c8000 d 0x7caa6000: count 1 flags 0x408400 [ 4667.458794] 1: NVRM: VM: v 0xffff8800705c9000 p 0x705c9000 d 0x7caa7000: count 1 flags 0x408400 [ 4667.468144] 1: NVRM: MX_WB: ffff8800705c0000 64 [ 4667.472671] 1: NVRM: VM: page_table at 0xffff880054054708, 64 pages [ 4667.479258] 1: NVRM: VM: v 0xffff8800705c0000 p 0x705c0000 d 0x7ca9e000: count 1 flags 0x4400 [ 4667.488357] 1: NVRM: VM: v 0xffff8800705c1000 p 0x705c1000 d 0x7ca9f000: count 1 flags 0x8400 [ 4667.497457] 1: NVRM: VM: v 0xffff8800705c2000 p 0x705c2000 d 0x7caa0000: count 1 flags 0x8400 [ 4667.506561] 1: NVRM: VM: v 0xffff8800705c3000 p 0x705c3000 d 0x7caa1000: count 1 flags 0x8400 [ 4667.515659] 1: NVRM: VM: v 0xffff8800705c4000 p 0x705c4000 d 0x7caa2000: count 1 flags 0x8400 [ 4667.524758] 1: NVRM: VM: v 0xffff8800705c5000 p 0x705c5000 d 0x7caa3000: count 1 flags 0x8400 [ 4667.533858] 1: NVRM: VM: v 0xffff8800705c6000 p 0x705c6000 d 0x7caa4000: count 1 flags 0x8400 [ 4667.542958] 1: NVRM: VM: v 0xffff8800705c7000 p 0x705c7000 d 0x7caa5000: count 1 flags 0x8400 [ 4667.552060] 1: NVRM: VM: v 0xffff8800705c8000 p 0x705c8000 d 0x7caa6000: count 1 flags 0x8400 [ 4667.561162] 1: NVRM: VM: v 0xffff8800705c9000 p 0x705c9000 d 0x7caa7000: count 1 flags 0x8400 [ 4667.575101] 1: NVRM: VM: nv_free_pages: 0x704c0000 0x2d [ 4667.580337] 1: NVRM: VM: nv_free_pages:2510: 0xffff880073dc06c0, 45 page(s), count = 1, flags = 0x00010015, key = 0x704c0000, page_table = 0xffff880004fe9e08 [ 4667.594450] 1: NVRM: VM: nv_free_contig_pages: 45 pages [ 4667.599736] 1: NVRM: VM: page_table at 0xffff8800705a8990, 45 pages [ 4667.606325] 1: NVRM: VM: v 0xffff8800704c0000 p 0x704c0000 d 0x7cd9e000: count 1 flags 0x404400 [ 4667.615598] 1: NVRM: VM: v 0xffff8800704c1000 p 0x704c1000 d 0x7cd9f000: count 1 flags 0x408400 [ 4667.624871] 1: NVRM: VM: v 0xffff8800704c2000 p 0x704c2000 d 0x7cda0000: count 1 flags 0x408400 [ 4667.634145] 1: NVRM: VM: v 0xffff8800704c3000 p 0x704c3000 d 0x7cda1000: count 1 flags 0x408400 [ 4667.643420] 1: NVRM: VM: v 0xffff8800704c4000 p 0x704c4000 d 0x7cda2000: count 1 flags 0x408400 [ 4667.652692] 1: NVRM: VM: v 0xffff8800704c5000 p 0x704c5000 d 0x7cda3000: count 1 flags 0x408400 [ 4667.661966] 1: NVRM: VM: v 0xffff8800704c6000 p 0x704c6000 d 0x7cda4000: count 1 flags 0x408400 [ 4667.671239] 1: NVRM: VM: v 0xffff8800704c7000 p 0x704c7000 d 0x7cda5000: count 1 flags 0x408400 [ 4667.680513] 1: NVRM: VM: v 0xffff8800704c8000 p 0x704c8000 d 0x7cda6000: count 1 flags 0x408400 [ 4667.689788] 1: NVRM: VM: v 0xffff8800704c9000 p 0x704c9000 d 0x7cda7000: count 1 flags 0x408400 [ 4667.699128] 1: NVRM: MX_WB: ffff8800704c0000 45 [ 4667.703656] 1: NVRM: VM: page_table at 0xffff8800705a8990, 45 pages [ 4667.710241] 1: NVRM: VM: v 0xffff8800704c0000 p 0x704c0000 d 0x7cd9e000: count 1 flags 0x4400 [ 4667.719341] 1: NVRM: VM: v 0xffff8800704c1000 p 0x704c1000 d 0x7cd9f000: count 1 flags 0x8400 [ 4667.728442] 1: NVRM: VM: v 0xffff8800704c2000 p 0x704c2000 d 0x7cda0000: count 1 flags 0x8400 [ 4667.737541] 1: NVRM: VM: v 0xffff8800704c3000 p 0x704c3000 d 0x7cda1000: count 1 flags 0x8400 [ 4667.746643] 1: NVRM: VM: v 0xffff8800704c4000 p 0x704c4000 d 0x7cda2000: count 1 flags 0x8400 [ 4667.755746] 1: NVRM: VM: v 0xffff8800704c5000 p 0x704c5000 d 0x7cda3000: count 1 flags 0x8400 [ 4667.764846] 1: NVRM: VM: v 0xffff8800704c6000 p 0x704c6000 d 0x7cda4000: count 1 flags 0x8400 [ 4667.773948] 1: NVRM: VM: v 0xffff8800704c7000 p 0x704c7000 d 0x7cda5000: count 1 flags 0x8400 [ 4667.783043] 1: NVRM: VM: v 0xffff8800704c8000 p 0x704c8000 d 0x7cda6000: count 1 flags 0x8400 [ 4667.792144] 1: NVRM: VM: v 0xffff8800704c9000 p 0x704c9000 d 0x7cda7000: count 1 flags 0x8400 [ 4667.801616] 1: NVRM: VM: nv_free_pages: 0x712bd000 0x20 [ 4667.806884] 1: NVRM: VM: nv_free_pages:2510: 0xffff8800748169c0, 32 page(s), count = 1, flags = 0x00010011, key = 0x712bd000, page_table = 0xffff880004e19e08 [ 4667.820971] 1: NVRM: VM: nv_free_system_pages: 32 pages [ 4667.826257] 1: NVRM: VM: page_table at 0xffff880073c4d900, 32 pages [ 4667.832846] 1: NVRM: VM: v 0xffff8800712bd000 p 0x712bd000 d 0x7bf9b000: count 1 flags 0x400400 [ 4667.842121] 1: NVRM: VM: v 0xffff8800712bc000 p 0x712bc000 d 0x7bf9a000: count 1 flags 0x400400 [ 4667.851391] 1: NVRM: VM: v 0xffff8800547c5000 p 0x547c5000 d 0x988a3000: count 1 flags 0x400400 [ 4667.860666] 1: NVRM: VM: v 0xffff8800547c4000 p 0x547c4000 d 0x988a2000: count 1 flags 0x400400 [ 4667.869940] 1: NVRM: VM: v 0xffff8800712c1000 p 0x712c1000 d 0x7bf9f000: count 1 flags 0x400400 [ 4667.879212] 1: NVRM: VM: v 0xffff8800712c0000 p 0x712c0000 d 0x7bf9e000: count 1 flags 0x400400 [ 4667.888486] 1: NVRM: VM: v 0xffff880070009000 p 0x70009000 d 0x7d0e7000: count 1 flags 0x400400 [ 4667.897760] 1: NVRM: VM: v 0xffff880070008000 p 0x70008000 d 0x7d0e6000: count 1 flags 0x400400 [ 4667.907033] 1: NVRM: VM: v 0xffff880070469000 p 0x70469000 d 0x7cd47000: count 1 flags 0x400400 [ 4667.916307] 1: NVRM: VM: v 0xffff880070468000 p 0x70468000 d 0x7cd46000: count 1 flags 0x400400 [ 4667.925718] 0: NVRM: MX_AR_WB: ffff880071cc3200 32 [ 4667.930518] 0: NVRM: VM: page_table at 0xffff880073c4d900, 32 pages [ 4667.937093] 0: NVRM: VM: v 0xffff8800712bd000 p 0x712bd000 d 0x7bf9b000: count 1 flags 0x400 [ 4667.946110] 0: NVRM: VM: v 0xffff8800712bc000 p 0x712bc000 d 0x7bf9a000: count 1 flags 0x400 [ 4667.955119] 0: NVRM: VM: v 0xffff8800547c5000 p 0x547c5000 d 0x988a3000: count 1 flags 0x400 [ 4667.964137] 0: NVRM: VM: v 0xffff8800547c4000 p 0x547c4000 d 0x988a2000: count 1 flags 0x400 [ 4667.973147] 0: NVRM: VM: v 0xffff8800712c1000 p 0x712c1000 d 0x7bf9f000: count 1 flags 0x400 [ 4667.982161] 0: NVRM: VM: v 0xffff8800712c0000 p 0x712c0000 d 0x7bf9e000: count 1 flags 0x400 [ 4667.991174] 0: NVRM: VM: v 0xffff880070009000 p 0x70009000 d 0x7d0e7000: count 1 flags 0x400 [ 4668.000187] 0: NVRM: VM: v 0xffff880070008000 p 0x70008000 d 0x7d0e6000: count 1 flags 0x400 [ 4668.009201] 0: NVRM: VM: v 0xffff880070469000 p 0x70469000 d 0x7cd47000: count 1 flags 0x400 [ 4668.018215] 0: NVRM: VM: v 0xffff880070468000 p 0x70468000 d 0x7cd46000: count 1 flags 0x400 [ 4668.027421] 0: NVRM: VM: nv_free_pages: 0x54055000 0x1 [ 4668.032616] 0: NVRM: VM: nv_free_pages:2510: 0xffff880070297060, 1 page(s), count = 1, flags = 0x00010015, key = 0x54055000, page_table = 0xffff8800740acd98 [ 4668.046601] 0: NVRM: VM: nv_free_contig_pages: 1 pages [ 4668.051801] 0: NVRM: VM: page_table at 0xffff880073c4d7e0, 1 pages [ 4668.058301] 0: NVRM: VM: v 0xffff880054055000 p 0x54055000 d 0x99133000: count 1 flags 0x400400 [ 4668.067607] 0: NVRM: MX_WB: ffff880054055000 1 [ 4668.072082] 0: NVRM: VM: page_table at 0xffff880073c4d7e0, 1 pages [ 4668.078582] 0: NVRM: VM: v 0xffff880054055000 p 0x54055000 d 0x99133000: count 1 flags 0x400 [ 4668.087958] 0: NVRM: VM: nv_free_pages: 0x73c56000 0x1 [ 4668.093155] 0: NVRM: VM: nv_free_pages:2510: 0xffff880053ca3f00, 1 page(s), count = 1, flags = 0x00010015, key = 0x73c56000, page_table = 0xffff8800740ac7a8 [ 4668.107143] 0: NVRM: VM: nv_free_contig_pages: 1 pages [ 4668.112338] 0: NVRM: VM: page_table at 0xffff8800706eea68, 1 pages [ 4668.118840] 0: NVRM: VM: v 0xffff880073c56000 p 0x73c56000 d 0x79534000: count 1 flags 0x400400 [ 4668.128145] 0: NVRM: MX_WB: ffff880073c56000 1 [ 4668.132621] 0: NVRM: VM: page_table at 0xffff8800706eea68, 1 pages [ 4668.139119] 0: NVRM: VM: v 0xffff880073c56000 p 0x73c56000 d 0x79534000: count 1 flags 0x400 [ 4668.148316] 0: NVRM: VM: nv_free_pages: 0x53c83000 0x1 [ 4668.153493] 0: NVRM: VM: nv_free_pages:2510: 0xffff880053ca3f60, 1 page(s), count = 1, flags = 0x00000015, key = 0x53c83000, page_table = 0xffff8800740ac1b8 [ 4668.167495] 0: NVRM: VM: nv_free_contig_pages: 1 pages [ 4668.172701] 0: NVRM: VM: page_table at 0xffff8800706ee828, 1 pages [ 4668.179197] 0: NVRM: VM: v 0xffff880053c83000 p 0x53c83000 d 0x99561000: count 1 flags 0x400 [ 4668.188209] 0: NVRM: VM: page_table at 0xffff8800706ee828, 1 pages [ 4668.194709] 0: NVRM: VM: v 0xffff880053c83000 p 0x53c83000 d 0x99561000: count 1 flags 0x400 [ 4668.203935] 0: NVRM: VM: nv_free_pages: 0x53c8d000 0x1 [ 4668.209074] 0: NVRM: VM: nv_free_pages:2510: 0xffff8800726cee40, 1 page(s), count = 1, flags = 0x00000011, key = 0x53c8d000, page_table = 0xffff8800740ac158 [ 4668.223113] 0: NVRM: VM: nv_free_system_pages: 1 pages [ 4668.228311] 0: NVRM: VM: page_table at 0xffff8800706eeb88, 1 pages [ 4668.234811] 0: NVRM: VM: v 0xffff880053c8d000 p 0x53c8d000 d 0x9956b000: count 1 flags 0x400 [ 4668.243824] 0: NVRM: VM: page_table at 0xffff8800706eeb88, 1 pages [ 4668.250325] 0: NVRM: VM: v 0xffff880053c8d000 p 0x53c8d000 d 0x9956b000: count 1 flags 0x400 [ 4668.259345] 0: NVRM: VM: nv_free_pages: 0x53c8c000 0x1 [ 4668.264542] 0: NVRM: VM: nv_free_pages:2510: 0xffff8800726ce480, 1 page(s), count = 1, flags = 0x00000011, key = 0x53c8c000, page_table = 0xffff8800740aca08 [ 4668.278579] 0: NVRM: VM: nv_free_system_pages: 1 pages [ 4668.283779] 0: NVRM: VM: page_table at 0xffff8800706ee438, 1 pages [ 4668.290280] 0: NVRM: VM: v 0xffff880053c8c000 p 0x53c8c000 d 0x9956a000: count 1 flags 0x400 [ 4668.299297] 0: NVRM: VM: page_table at 0xffff8800706ee438, 1 pages [ 4668.305794] 0: NVRM: VM: v 0xffff880053c8c000 p 0x53c8c000 d 0x9956a000: count 1 flags 0x400 [ 4668.314964] 0: NVRM: VM: nv_free_pages: 0x53c1f000 0x1 [ 4668.320105] 0: NVRM: VM: nv_free_pages:2510: 0xffff880004f45180, 1 page(s), count = 1, flags = 0x00010015, key = 0x53c1f000, page_table = 0xffff88007033e068 [ 4668.334147] 0: NVRM: VM: nv_free_contig_pages: 1 pages [ 4668.339348] 0: NVRM: VM: page_table at 0xffff880053c01ca8, 1 pages [ 4668.345844] 0: NVRM: VM: v 0xffff880053c1f000 p 0x53c1f000 d 0x994fd000: count 1 flags 0x400400 [ 4668.355155] 0: NVRM: MX_WB: ffff880053c1f000 1 [ 4668.359627] 0: NVRM: VM: page_table at 0xffff880053c01ca8, 1 pages [ 4668.366125] 0: NVRM: VM: v 0xffff880053c1f000 p 0x53c1f000 d 0x994fd000: count 1 flags 0x400 [ 4668.375340] 0: NVRM: VM: nv_free_pages: 0x70372000 0x1 [ 4668.380516] 0: NVRM: VM: nv_free_pages:2510: 0xffff880004f45300, 1 page(s), count = 1, flags = 0x00010015, key = 0x70372000, page_table = 0xffff88007033e6d8 [ 4668.394517] 0: NVRM: VM: nv_free_contig_pages: 1 pages [ 4668.399718] 0: NVRM: VM: page_table at 0xffff880053c01cf0, 1 pages [ 4668.406217] 0: NVRM: VM: v 0xffff880070372000 p 0x70372000 d 0x7cc50000: count 1 flags 0x400400 [ 4668.415525] 0: NVRM: MX_WB: ffff880070372000 1 [ 4668.420003] 0: NVRM: VM: page_table at 0xffff880053c01cf0, 1 pages [ 4668.426500] 0: NVRM: VM: v 0xffff880070372000 p 0x70372000 d 0x7cc50000: count 1 flags 0x400 [ 4668.435704] 0: NVRM: VM: nv_free_pages: 0x53cac000 0x1 [ 4668.440882] 0: NVRM: VM: nv_free_pages:2510: 0xffff8800737543c0, 1 page(s), count = 1, flags = 0x00010015, key = 0x53cac000, page_table = 0xffff88007033e668 [ 4668.454885] 0: NVRM: VM: nv_free_contig_pages: 1 pages [ 4668.460084] 0: NVRM: VM: page_table at 0xffff880053c01d38, 1 pages [ 4668.466588] 0: NVRM: VM: v 0xffff880053cac000 p 0x53cac000 d 0x9958a000: count 1 flags 0x400400 [ 4668.475891] 0: NVRM: MX_WB: ffff880053cac000 1 [ 4668.480366] 0: NVRM: VM: page_table at 0xffff880053c01d38, 1 pages [ 4668.486865] 0: NVRM: VM: v 0xffff880053cac000 p 0x53cac000 d 0x9958a000: count 1 flags 0x400 [ 4668.496265] 0: NVRM: tearing down registers [ 4668.503594] 0: NVRM: nv_kern_ctl_close [ 4668.507387] 0: NVRM: nv_kern_ctl_close [ 4668.511192] 0: NVRM: nv_kern_ctl_close [-- Attachment #3: Type: text/plain, Size: 126 bytes --] _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel ^ permalink raw reply [flat|nested] 19+ messages in thread
* Some trouble to use NVIDIA CUDA with Xen @ 2013-04-30 11:39 Sébastien Frémal 2013-04-30 11:57 ` George Dunlap 0 siblings, 1 reply; 19+ messages in thread From: Sébastien Frémal @ 2013-04-30 11:39 UTC (permalink / raw) To: xen-devel [-- Attachment #1.1: Type: text/plain, Size: 730 bytes --] Hello, I'm using linux 3.8.8 and Xen 4.2.1 and I try to use CUDA in Xen. I successfully installed the driver and the cuda dev package on my non-xen linux 3.8.8 but when I boot with Xen and that I try to use CUDA, I get this error message : all CUDA-capable devices are busy or unavailable While searching on google for a solution, I found threads dating from 2011 and mentioning this problem but no solutions were found at the time. Can you please tell me if there is a solution or if the problem is still unsolved ? Thank you, Best regards, Sebastien Fremal *U*MONS * **PhD Student S. Frémal **University of Mons *IT Department Rue de Houdain, n°9 7000 Mons +32(0)65/37.40.51 www.umons.ac.be [-- Attachment #1.2: Type: text/html, Size: 1803 bytes --] [-- Attachment #2: Type: text/plain, Size: 126 bytes --] _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel ^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Some trouble to use NVIDIA CUDA with Xen 2013-04-30 11:39 Sébastien Frémal @ 2013-04-30 11:57 ` George Dunlap 2013-04-30 12:05 ` Samuel Thibault 0 siblings, 1 reply; 19+ messages in thread From: George Dunlap @ 2013-04-30 11:57 UTC (permalink / raw) To: Sébastien Frémal; +Cc: Konrad Rzeszutek Wilk, xen-devel@lists.xen.org On Tue, Apr 30, 2013 at 12:39 PM, Sébastien Frémal <sebastien.fremal@gmail.com> wrote: > Hello, > > I'm using linux 3.8.8 and Xen 4.2.1 and I try to use CUDA in Xen. I > successfully installed the driver and the cuda dev package on my non-xen > linux 3.8.8 but when I boot with Xen and that I try to use CUDA, I get this > error message : > all CUDA-capable devices are busy or unavailable > > While searching on google for a solution, I found threads dating from 2011 > and mentioning this problem but no solutions were found at the time. Can you > please tell me if there is a solution or if the problem is still unsolved ? You mean it doesn't work in dom0? This sounds like a potential issue with pvops Linux on Xen. -George ^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Some trouble to use NVIDIA CUDA with Xen 2013-04-30 11:57 ` George Dunlap @ 2013-04-30 12:05 ` Samuel Thibault 2013-04-30 14:13 ` Sébastien Frémal 0 siblings, 1 reply; 19+ messages in thread From: Samuel Thibault @ 2013-04-30 12:05 UTC (permalink / raw) To: George Dunlap Cc: xen-devel@lists.xen.org, Sébastien Frémal, Konrad Rzeszutek Wilk George Dunlap, le Tue 30 Apr 2013 12:57:52 +0100, a écrit : > On Tue, Apr 30, 2013 at 12:39 PM, Sébastien Frémal > <sebastien.fremal@gmail.com> wrote: > > I'm using linux 3.8.8 and Xen 4.2.1 and I try to use CUDA in Xen. I > > successfully installed the driver and the cuda dev package on my non-xen > > linux 3.8.8 but when I boot with Xen and that I try to use CUDA, I get this > > error message : > > all CUDA-capable devices are busy or unavailable > > > > While searching on google for a solution, I found threads dating from 2011 > > and mentioning this problem but no solutions were found at the time. Can you > > please tell me if there is a solution or if the problem is still unsolved ? > > You mean it doesn't work in dom0? Yes, while it does work with the same kernel without the hypervisor. I advised him to post the content of lspci -vvv which might give a clue. I also advised him to try the almost-4.3 version. Samuel ^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Some trouble to use NVIDIA CUDA with Xen 2013-04-30 12:05 ` Samuel Thibault @ 2013-04-30 14:13 ` Sébastien Frémal 2013-04-30 14:19 ` Samuel Thibault 0 siblings, 1 reply; 19+ messages in thread From: Sébastien Frémal @ 2013-04-30 14:13 UTC (permalink / raw) To: Samuel Thibault, George Dunlap, Sébastien Frémal, Konrad Rzeszutek Wilk, xen-devel@lists.xen.org [-- Attachment #1.1: Type: text/plain, Size: 841 bytes --] I ran lspci in dom0 with xen 4.2.1 and xen 4.3 (there are no difference between their output), and in a linux kernel without xen. You can find the outputs in attachment. I ran a diff between the output got in dom0 and the output got in the linux kernel without xen and here is the result : ~$ diff lspci.txt lspci_xen_4.3.txt 114c114 < Interrupt: pin A routed to IRQ 93 --- > Interrupt: pin A routed to IRQ 118 213c213 < Interrupt: pin C routed to IRQ 92 --- > Interrupt: pin C routed to IRQ 117 249c249 < Latency: 0, Cache Line Size: 64 bytes --- > Latency: 0 255c255 < Expansion ROM at f7e00000 [disabled] [size=512K] --- > [virtual] Expansion ROM at f7e00000 [disabled] [size=512K] 264c264 < Interrupt: pin A routed to IRQ 94 --- > Interrupt: pin A routed to IRQ 119 I will investigate the pvops trail. Best regards, Sebastien Fremal [-- Attachment #1.2: Type: text/html, Size: 1696 bytes --] [-- Attachment #2: lspci.txt --] [-- Type: text/plain, Size: 21746 bytes --] 00:00.0 0600: 8086:3406 (rev 22) Subsystem: 1028:026e Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Interrupt: pin A routed to IRQ 11 Capabilities: <access denied> 00:01.0 0604: 8086:3408 (rev 22) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=01, subordinate=02, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: f3e00000-f3efffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport 00:03.0 0604: 8086:340a (rev 22) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=03, subordinate=03, sec-latency=0 I/O behind bridge: 0000d000-0000dfff Memory behind bridge: f4000000-f7efffff Prefetchable memory behind bridge: 00000000e0000000-00000000efffffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport 00:07.0 0604: 8086:340e (rev 22) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=04, subordinate=04, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: f3f00000-f3ffffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport 00:14.0 0800: 8086:342e (rev 22) (prog-if 00 [8259]) Subsystem: 0028:006e Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: <access denied> Kernel driver in use: i7core_edac 00:14.1 0800: 8086:3422 (rev 22) (prog-if 00 [8259]) Subsystem: 0028:006e Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: <access denied> 00:14.2 0800: 8086:3423 (rev 22) (prog-if 00 [8259]) Subsystem: 0028:006e Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: <access denied> 00:1a.0 0c03: 8086:3a37 (prog-if 00 [UHCI]) Subsystem: 1028:026e Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 16 Region 4: I/O ports at 1f20 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd 00:1a.1 0c03: 8086:3a38 (prog-if 00 [UHCI]) Subsystem: 1028:026e Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin B routed to IRQ 17 Region 4: I/O ports at 1f00 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd 00:1a.2 0c03: 8086:3a39 (prog-if 00 [UHCI]) Subsystem: 1028:026e Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin C routed to IRQ 22 Region 4: I/O ports at 1c00 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd 00:1a.7 0c03: 8086:3a3c (prog-if 20 [EHCI]) Subsystem: 1028:026e Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin C routed to IRQ 22 Region 0: Memory at f7ffa000 (32-bit, non-prefetchable) [size=1K] Capabilities: <access denied> Kernel driver in use: ehci-pci 00:1b.0 0403: 8086:3a3e Subsystem: 1028:026e Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 93 Region 0: Memory at f7ffc000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: snd_hda_intel 00:1c.0 0604: 8086:3a40 (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=05, subordinate=05, sec-latency=0 I/O behind bridge: 00002000-00002fff Memory behind bridge: f0000000-f01fffff Prefetchable memory behind bridge: 00000000f0200000-00000000f03fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport 00:1c.5 0604: 8086:3a4a (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=06, subordinate=06, sec-latency=0 I/O behind bridge: 00003000-00003fff Memory behind bridge: f3d00000-f3dfffff Prefetchable memory behind bridge: 00000000f0400000-00000000f05fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport 00:1d.0 0c03: 8086:3a34 (prog-if 00 [UHCI]) Subsystem: 1028:026e Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 23 Region 4: I/O ports at 1f80 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd 00:1d.1 0c03: 8086:3a35 (prog-if 00 [UHCI]) Subsystem: 1028:026e Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin B routed to IRQ 17 Region 4: I/O ports at 1f60 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd 00:1d.2 0c03: 8086:3a36 (prog-if 00 [UHCI]) Subsystem: 1028:026e Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin C routed to IRQ 18 Region 4: I/O ports at 1f40 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd 00:1d.7 0c03: 8086:3a3a (prog-if 20 [EHCI]) Subsystem: 1028:026e Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 23 Region 0: Memory at ff980000 (32-bit, non-prefetchable) [size=1K] Capabilities: <access denied> Kernel driver in use: ehci-pci 00:1e.0 0604: 8086:244e (rev 90) (prog-if 01 [Subtractive decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Bus: primary=00, secondary=07, subordinate=07, sec-latency=32 I/O behind bridge: 0000f000-00000fff Memory behind bridge: fff00000-000fffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> 00:1f.0 0601: 8086:3a16 Subsystem: 1028:026e Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Capabilities: <access denied> Kernel driver in use: lpc_ich 00:1f.2 0104: 8086:2822 Subsystem: 1028:026e Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin C routed to IRQ 92 Region 0: I/O ports at 1e00 [size=8] Region 1: I/O ports at 1e10 [size=4] Region 2: I/O ports at 1e20 [size=8] Region 3: I/O ports at 1e30 [size=4] Region 4: I/O ports at 1ec0 [size=32] Region 5: Memory at f0600000 (32-bit, non-prefetchable) [size=2K] Capabilities: <access denied> Kernel driver in use: ahci 00:1f.3 0c05: 8086:3a30 Subsystem: 1028:026e Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Interrupt: pin C routed to IRQ 20 Region 0: Memory at f7ffb000 (64-bit, non-prefetchable) [size=256] Region 4: I/O ports at ece0 [size=32] Kernel driver in use: i801_smbus 01:00.0 0604: 12d8:e130 (rev 04) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=01, secondary=02, subordinate=02, sec-latency=64 I/O behind bridge: 0000f000-00000fff Memory behind bridge: fff00000-000fffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz+ FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> 03:00.0 0300: 10de:05fd (rev a1) (prog-if 00 [VGA controller]) Subsystem: 10de:0593 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 24 Region 0: Memory at f6000000 (32-bit, non-prefetchable) [size=16M] Region 1: Memory at e0000000 (64-bit, prefetchable) [size=256M] Region 3: Memory at f4000000 (64-bit, non-prefetchable) [size=32M] Region 5: I/O ports at dc80 [size=128] Expansion ROM at f7e00000 [disabled] [size=512K] Capabilities: <access denied> Kernel driver in use: nvidia 06:00.0 0200: 14e4:1681 (rev 10) Subsystem: 1028:026e Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 94 Region 0: Memory at f3de0000 (64-bit, non-prefetchable) [size=64K] Region 2: Memory at f3df0000 (64-bit, non-prefetchable) [size=64K] Capabilities: <access denied> Kernel driver in use: tg3 20:07.0 0604: 8086:340e (rev 22) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=20, secondary=22, subordinate=22, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: dfe00000-dfefffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport 20:09.0 0604: 8086:3410 (rev 22) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=20, secondary=23, subordinate=23, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: dfd00000-dfdfffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport 20:14.0 0800: 8086:342e (rev 22) (prog-if 00 [8259]) Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: <access denied> 20:14.1 0800: 8086:3422 (rev 22) (prog-if 00 [8259]) Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: <access denied> 20:14.2 0800: 8086:3423 (rev 22) (prog-if 00 [8259]) Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: <access denied> 3f:00.0 0600: 8086:2c40 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:00.1 0600: 8086:2c01 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:02.0 0600: 8086:2c10 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:02.1 0600: 8086:2c11 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:02.4 0600: 8086:2c14 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:02.5 0600: 8086:2c15 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:03.0 0600: 8086:2c18 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:03.1 0600: 8086:2c19 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:03.2 0600: 8086:2c1a (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:03.4 0600: 8086:2c1c (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:04.0 0600: 8086:2c20 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:04.1 0600: 8086:2c21 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:04.2 0600: 8086:2c22 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:04.3 0600: 8086:2c23 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:05.0 0600: 8086:2c28 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:05.1 0600: 8086:2c29 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:05.2 0600: 8086:2c2a (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:05.3 0600: 8086:2c2b (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:06.0 0600: 8086:2c30 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:06.1 0600: 8086:2c31 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:06.2 0600: 8086:2c32 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:06.3 0600: 8086:2c33 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 [-- Attachment #3: lspci_xen_4.2.1.txt --] [-- Type: text/plain, Size: 21732 bytes --] 00:00.0 0600: 8086:3406 (rev 22) Subsystem: 1028:026e Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Interrupt: pin A routed to IRQ 11 Capabilities: <access denied> 00:01.0 0604: 8086:3408 (rev 22) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=01, subordinate=02, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: f3e00000-f3efffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport 00:03.0 0604: 8086:340a (rev 22) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=03, subordinate=03, sec-latency=0 I/O behind bridge: 0000d000-0000dfff Memory behind bridge: f4000000-f7efffff Prefetchable memory behind bridge: 00000000e0000000-00000000efffffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport 00:07.0 0604: 8086:340e (rev 22) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=04, subordinate=04, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: f3f00000-f3ffffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport 00:14.0 0800: 8086:342e (rev 22) (prog-if 00 [8259]) Subsystem: 0028:006e Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: <access denied> Kernel driver in use: i7core_edac 00:14.1 0800: 8086:3422 (rev 22) (prog-if 00 [8259]) Subsystem: 0028:006e Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: <access denied> 00:14.2 0800: 8086:3423 (rev 22) (prog-if 00 [8259]) Subsystem: 0028:006e Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: <access denied> 00:1a.0 0c03: 8086:3a37 (prog-if 00 [UHCI]) Subsystem: 1028:026e Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 16 Region 4: I/O ports at 1f20 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd 00:1a.1 0c03: 8086:3a38 (prog-if 00 [UHCI]) Subsystem: 1028:026e Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin B routed to IRQ 17 Region 4: I/O ports at 1f00 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd 00:1a.2 0c03: 8086:3a39 (prog-if 00 [UHCI]) Subsystem: 1028:026e Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin C routed to IRQ 22 Region 4: I/O ports at 1c00 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd 00:1a.7 0c03: 8086:3a3c (prog-if 20 [EHCI]) Subsystem: 1028:026e Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin C routed to IRQ 22 Region 0: Memory at f7ffa000 (32-bit, non-prefetchable) [size=1K] Capabilities: <access denied> Kernel driver in use: ehci-pci 00:1b.0 0403: 8086:3a3e Subsystem: 1028:026e Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 118 Region 0: Memory at f7ffc000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: snd_hda_intel 00:1c.0 0604: 8086:3a40 (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=05, subordinate=05, sec-latency=0 I/O behind bridge: 00002000-00002fff Memory behind bridge: f0000000-f01fffff Prefetchable memory behind bridge: 00000000f0200000-00000000f03fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport 00:1c.5 0604: 8086:3a4a (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=06, subordinate=06, sec-latency=0 I/O behind bridge: 00003000-00003fff Memory behind bridge: f3d00000-f3dfffff Prefetchable memory behind bridge: 00000000f0400000-00000000f05fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport 00:1d.0 0c03: 8086:3a34 (prog-if 00 [UHCI]) Subsystem: 1028:026e Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 23 Region 4: I/O ports at 1f80 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd 00:1d.1 0c03: 8086:3a35 (prog-if 00 [UHCI]) Subsystem: 1028:026e Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin B routed to IRQ 17 Region 4: I/O ports at 1f60 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd 00:1d.2 0c03: 8086:3a36 (prog-if 00 [UHCI]) Subsystem: 1028:026e Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin C routed to IRQ 18 Region 4: I/O ports at 1f40 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd 00:1d.7 0c03: 8086:3a3a (prog-if 20 [EHCI]) Subsystem: 1028:026e Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 23 Region 0: Memory at ff980000 (32-bit, non-prefetchable) [size=1K] Capabilities: <access denied> Kernel driver in use: ehci-pci 00:1e.0 0604: 8086:244e (rev 90) (prog-if 01 [Subtractive decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Bus: primary=00, secondary=07, subordinate=07, sec-latency=32 I/O behind bridge: 0000f000-00000fff Memory behind bridge: fff00000-000fffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> 00:1f.0 0601: 8086:3a16 Subsystem: 1028:026e Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Capabilities: <access denied> Kernel driver in use: lpc_ich 00:1f.2 0104: 8086:2822 Subsystem: 1028:026e Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin C routed to IRQ 117 Region 0: I/O ports at 1e00 [size=8] Region 1: I/O ports at 1e10 [size=4] Region 2: I/O ports at 1e20 [size=8] Region 3: I/O ports at 1e30 [size=4] Region 4: I/O ports at 1ec0 [size=32] Region 5: Memory at f0600000 (32-bit, non-prefetchable) [size=2K] Capabilities: <access denied> Kernel driver in use: ahci 00:1f.3 0c05: 8086:3a30 Subsystem: 1028:026e Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Interrupt: pin C routed to IRQ 20 Region 0: Memory at f7ffb000 (64-bit, non-prefetchable) [size=256] Region 4: I/O ports at ece0 [size=32] Kernel driver in use: i801_smbus 01:00.0 0604: 12d8:e130 (rev 04) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=01, secondary=02, subordinate=02, sec-latency=64 I/O behind bridge: 0000f000-00000fff Memory behind bridge: fff00000-000fffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz+ FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> 03:00.0 0300: 10de:05fd (rev a1) (prog-if 00 [VGA controller]) Subsystem: 10de:0593 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 24 Region 0: Memory at f6000000 (32-bit, non-prefetchable) [size=16M] Region 1: Memory at e0000000 (64-bit, prefetchable) [size=256M] Region 3: Memory at f4000000 (64-bit, non-prefetchable) [size=32M] Region 5: I/O ports at dc80 [size=128] [virtual] Expansion ROM at f7e00000 [disabled] [size=512K] Capabilities: <access denied> Kernel driver in use: nvidia 06:00.0 0200: 14e4:1681 (rev 10) Subsystem: 1028:026e Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 119 Region 0: Memory at f3de0000 (64-bit, non-prefetchable) [size=64K] Region 2: Memory at f3df0000 (64-bit, non-prefetchable) [size=64K] Capabilities: <access denied> Kernel driver in use: tg3 20:07.0 0604: 8086:340e (rev 22) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=20, secondary=22, subordinate=22, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: dfe00000-dfefffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport 20:09.0 0604: 8086:3410 (rev 22) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=20, secondary=23, subordinate=23, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: dfd00000-dfdfffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport 20:14.0 0800: 8086:342e (rev 22) (prog-if 00 [8259]) Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: <access denied> 20:14.1 0800: 8086:3422 (rev 22) (prog-if 00 [8259]) Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: <access denied> 20:14.2 0800: 8086:3423 (rev 22) (prog-if 00 [8259]) Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: <access denied> 3f:00.0 0600: 8086:2c40 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:00.1 0600: 8086:2c01 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:02.0 0600: 8086:2c10 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:02.1 0600: 8086:2c11 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:02.4 0600: 8086:2c14 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:02.5 0600: 8086:2c15 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:03.0 0600: 8086:2c18 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:03.1 0600: 8086:2c19 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:03.2 0600: 8086:2c1a (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:03.4 0600: 8086:2c1c (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:04.0 0600: 8086:2c20 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:04.1 0600: 8086:2c21 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:04.2 0600: 8086:2c22 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:04.3 0600: 8086:2c23 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:05.0 0600: 8086:2c28 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:05.1 0600: 8086:2c29 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:05.2 0600: 8086:2c2a (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:05.3 0600: 8086:2c2b (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:06.0 0600: 8086:2c30 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:06.1 0600: 8086:2c31 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:06.2 0600: 8086:2c32 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:06.3 0600: 8086:2c33 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 [-- Attachment #4: lspci_xen_4.3.txt --] [-- Type: text/plain, Size: 21732 bytes --] 00:00.0 0600: 8086:3406 (rev 22) Subsystem: 1028:026e Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Interrupt: pin A routed to IRQ 11 Capabilities: <access denied> 00:01.0 0604: 8086:3408 (rev 22) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=01, subordinate=02, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: f3e00000-f3efffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport 00:03.0 0604: 8086:340a (rev 22) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=03, subordinate=03, sec-latency=0 I/O behind bridge: 0000d000-0000dfff Memory behind bridge: f4000000-f7efffff Prefetchable memory behind bridge: 00000000e0000000-00000000efffffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport 00:07.0 0604: 8086:340e (rev 22) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=04, subordinate=04, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: f3f00000-f3ffffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport 00:14.0 0800: 8086:342e (rev 22) (prog-if 00 [8259]) Subsystem: 0028:006e Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: <access denied> Kernel driver in use: i7core_edac 00:14.1 0800: 8086:3422 (rev 22) (prog-if 00 [8259]) Subsystem: 0028:006e Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: <access denied> 00:14.2 0800: 8086:3423 (rev 22) (prog-if 00 [8259]) Subsystem: 0028:006e Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: <access denied> 00:1a.0 0c03: 8086:3a37 (prog-if 00 [UHCI]) Subsystem: 1028:026e Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 16 Region 4: I/O ports at 1f20 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd 00:1a.1 0c03: 8086:3a38 (prog-if 00 [UHCI]) Subsystem: 1028:026e Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin B routed to IRQ 17 Region 4: I/O ports at 1f00 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd 00:1a.2 0c03: 8086:3a39 (prog-if 00 [UHCI]) Subsystem: 1028:026e Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin C routed to IRQ 22 Region 4: I/O ports at 1c00 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd 00:1a.7 0c03: 8086:3a3c (prog-if 20 [EHCI]) Subsystem: 1028:026e Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin C routed to IRQ 22 Region 0: Memory at f7ffa000 (32-bit, non-prefetchable) [size=1K] Capabilities: <access denied> Kernel driver in use: ehci-pci 00:1b.0 0403: 8086:3a3e Subsystem: 1028:026e Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 118 Region 0: Memory at f7ffc000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: snd_hda_intel 00:1c.0 0604: 8086:3a40 (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=05, subordinate=05, sec-latency=0 I/O behind bridge: 00002000-00002fff Memory behind bridge: f0000000-f01fffff Prefetchable memory behind bridge: 00000000f0200000-00000000f03fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport 00:1c.5 0604: 8086:3a4a (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=06, subordinate=06, sec-latency=0 I/O behind bridge: 00003000-00003fff Memory behind bridge: f3d00000-f3dfffff Prefetchable memory behind bridge: 00000000f0400000-00000000f05fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport 00:1d.0 0c03: 8086:3a34 (prog-if 00 [UHCI]) Subsystem: 1028:026e Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 23 Region 4: I/O ports at 1f80 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd 00:1d.1 0c03: 8086:3a35 (prog-if 00 [UHCI]) Subsystem: 1028:026e Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin B routed to IRQ 17 Region 4: I/O ports at 1f60 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd 00:1d.2 0c03: 8086:3a36 (prog-if 00 [UHCI]) Subsystem: 1028:026e Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin C routed to IRQ 18 Region 4: I/O ports at 1f40 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd 00:1d.7 0c03: 8086:3a3a (prog-if 20 [EHCI]) Subsystem: 1028:026e Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 23 Region 0: Memory at ff980000 (32-bit, non-prefetchable) [size=1K] Capabilities: <access denied> Kernel driver in use: ehci-pci 00:1e.0 0604: 8086:244e (rev 90) (prog-if 01 [Subtractive decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Bus: primary=00, secondary=07, subordinate=07, sec-latency=32 I/O behind bridge: 0000f000-00000fff Memory behind bridge: fff00000-000fffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> 00:1f.0 0601: 8086:3a16 Subsystem: 1028:026e Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Capabilities: <access denied> Kernel driver in use: lpc_ich 00:1f.2 0104: 8086:2822 Subsystem: 1028:026e Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin C routed to IRQ 117 Region 0: I/O ports at 1e00 [size=8] Region 1: I/O ports at 1e10 [size=4] Region 2: I/O ports at 1e20 [size=8] Region 3: I/O ports at 1e30 [size=4] Region 4: I/O ports at 1ec0 [size=32] Region 5: Memory at f0600000 (32-bit, non-prefetchable) [size=2K] Capabilities: <access denied> Kernel driver in use: ahci 00:1f.3 0c05: 8086:3a30 Subsystem: 1028:026e Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Interrupt: pin C routed to IRQ 20 Region 0: Memory at f7ffb000 (64-bit, non-prefetchable) [size=256] Region 4: I/O ports at ece0 [size=32] Kernel driver in use: i801_smbus 01:00.0 0604: 12d8:e130 (rev 04) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=01, secondary=02, subordinate=02, sec-latency=64 I/O behind bridge: 0000f000-00000fff Memory behind bridge: fff00000-000fffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz+ FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> 03:00.0 0300: 10de:05fd (rev a1) (prog-if 00 [VGA controller]) Subsystem: 10de:0593 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 24 Region 0: Memory at f6000000 (32-bit, non-prefetchable) [size=16M] Region 1: Memory at e0000000 (64-bit, prefetchable) [size=256M] Region 3: Memory at f4000000 (64-bit, non-prefetchable) [size=32M] Region 5: I/O ports at dc80 [size=128] [virtual] Expansion ROM at f7e00000 [disabled] [size=512K] Capabilities: <access denied> Kernel driver in use: nvidia 06:00.0 0200: 14e4:1681 (rev 10) Subsystem: 1028:026e Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 119 Region 0: Memory at f3de0000 (64-bit, non-prefetchable) [size=64K] Region 2: Memory at f3df0000 (64-bit, non-prefetchable) [size=64K] Capabilities: <access denied> Kernel driver in use: tg3 20:07.0 0604: 8086:340e (rev 22) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=20, secondary=22, subordinate=22, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: dfe00000-dfefffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport 20:09.0 0604: 8086:3410 (rev 22) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=20, secondary=23, subordinate=23, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: dfd00000-dfdfffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport 20:14.0 0800: 8086:342e (rev 22) (prog-if 00 [8259]) Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: <access denied> 20:14.1 0800: 8086:3422 (rev 22) (prog-if 00 [8259]) Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: <access denied> 20:14.2 0800: 8086:3423 (rev 22) (prog-if 00 [8259]) Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: <access denied> 3f:00.0 0600: 8086:2c40 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:00.1 0600: 8086:2c01 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:02.0 0600: 8086:2c10 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:02.1 0600: 8086:2c11 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:02.4 0600: 8086:2c14 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:02.5 0600: 8086:2c15 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:03.0 0600: 8086:2c18 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:03.1 0600: 8086:2c19 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:03.2 0600: 8086:2c1a (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:03.4 0600: 8086:2c1c (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:04.0 0600: 8086:2c20 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:04.1 0600: 8086:2c21 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:04.2 0600: 8086:2c22 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:04.3 0600: 8086:2c23 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:05.0 0600: 8086:2c28 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:05.1 0600: 8086:2c29 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:05.2 0600: 8086:2c2a (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:05.3 0600: 8086:2c2b (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:06.0 0600: 8086:2c30 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:06.1 0600: 8086:2c31 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:06.2 0600: 8086:2c32 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:06.3 0600: 8086:2c33 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 [-- Attachment #5: Type: text/plain, Size: 126 bytes --] _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel ^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Some trouble to use NVIDIA CUDA with Xen 2013-04-30 14:13 ` Sébastien Frémal @ 2013-04-30 14:19 ` Samuel Thibault 2013-04-30 14:32 ` Sébastien Frémal 2013-05-03 13:54 ` Samuel Thibault 0 siblings, 2 replies; 19+ messages in thread From: Samuel Thibault @ 2013-04-30 14:19 UTC (permalink / raw) To: Sébastien Frémal Cc: George Dunlap, xen-devel@lists.xen.org, Konrad Rzeszutek Wilk Sébastien Frémal, le Tue 30 Apr 2013 16:13:58 +0200, a écrit : > < Expansion ROM at f7e00000 [disabled] [size=512K] > --- > > [virtual] Expansion ROM at f7e00000 [disabled] [size=512K] And this is the nvidia 10de card. Probably worth checking. From lspci source: /* Reported by the OS, but not by the device */ > Capabilities: <access denied> Please run it as root. Samuel ^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Some trouble to use NVIDIA CUDA with Xen 2013-04-30 14:19 ` Samuel Thibault @ 2013-04-30 14:32 ` Sébastien Frémal 2013-04-30 14:41 ` Samuel Thibault 2013-05-03 13:54 ` Samuel Thibault 1 sibling, 1 reply; 19+ messages in thread From: Sébastien Frémal @ 2013-04-30 14:32 UTC (permalink / raw) To: Samuel Thibault, George Dunlap, Konrad Rzeszutek Wilk, xen-devel@lists.xen.org [-- Attachment #1.1: Type: text/plain, Size: 4261 bytes --] I ran lspci in root, results are in attachments and the new diff is : ~$ diff lspci.txt lspci_xen_4.3.txt 43c43 < ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans- --- > ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- 95c95 < ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans- --- > ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- 125c125 < LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt- --- > LnkSta: Speed 5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt- 154c154 < ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans- --- > ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- 213c213 < ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans- --- > ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- 351c351 < Interrupt: pin A routed to IRQ 93 --- > Interrupt: pin A routed to IRQ 118 357c357 < Address: 00000000fee003b8 Data: 0000 --- > Address: 00000000fee00338 Data: 0000 416c416 < Address: fee00338 Data: 0000 --- > Address: fee002b8 Data: 0000 463c463 < Address: fee00358 Data: 0000 --- > Address: fee002d8 Data: 0000 565c565 < Interrupt: pin C routed to IRQ 92 --- > Interrupt: pin C routed to IRQ 117 573c573 < Address: fee00398 Data: 0000 --- > Address: fee00318 Data: 0000 648c648 < Latency: 0, Cache Line Size: 64 bytes --- > Latency: 0 654c654 < Expansion ROM at f7e00000 [disabled] [size=512K] --- > [virtual] Expansion ROM at f7e00000 [disabled] [size=512K] 660,661c660,661 < Capabilities: [78] Express (v1) Endpoint, MSI 00 < DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <1us, L1 <4us --- > Capabilities: [78] Express (v2) Endpoint, MSI 00 > DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 <4us 664c664 < RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ --- > RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+ 666,667c666,667 < DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- < LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <1us, L1 <1us --- > DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- > LnkCap: Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <256ns, L1 <1us 671c671,678 < LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt- --- > LnkSta: Speed 5GT/s, Width x16, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt- > DevCap2: Completion Timeout: Not Supported, TimeoutDis+ > DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- > LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB > Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- > Compliance De-emphasis: -6dB > LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- > EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- 690c697 < Interrupt: pin A routed to IRQ 94 --- > Interrupt: pin A routed to IRQ 119 710c717 < Address: 00000000fee003f8 Data: 0000 --- > Address: 00000000fee00378 Data: 0000 805c812 < ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans- --- > ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- 864c871 < ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans- --- > ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- SF 2013/4/30 Samuel Thibault <samuel.thibault@ens-lyon.org> > Sébastien Frémal, le Tue 30 Apr 2013 16:13:58 +0200, a écrit : > > < Expansion ROM at f7e00000 [disabled] [size=512K] > > --- > > > [virtual] Expansion ROM at f7e00000 [disabled] [size=512K] > > And this is the nvidia 10de card. Probably worth checking. From lspci > source: /* Reported by the OS, but not by the device */ > > > Capabilities: <access denied> > > Please run it as root. > > Samuel > [-- Attachment #1.2: Type: text/html, Size: 9653 bytes --] [-- Attachment #2: lspci_xen_4.3.txt --] [-- Type: text/plain, Size: 58932 bytes --] 00:00.0 0600: 8086:3406 (rev 22) Subsystem: 1028:026e Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Interrupt: pin A routed to IRQ 11 Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit- Address: 00000000 Data: 0000 Masking: 00000000 Pending: 00000000 Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag+ RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <512ns, L1 <4us ClockPM- Surprise+ LLActRep+ BwNot+ LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [e0] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr- CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn- Capabilities: [150 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?> 00:01.0 0604: 8086:3408 (rev 22) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=01, subordinate=02, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: f3e00000-f3efffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Subsystem: 1028:026e Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit- Address: 00000000 Data: 0000 Masking: 00000000 Pending: 00000000 Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00 DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag+ RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <512ns, L1 <4us ClockPM- Surprise+ LLActRep+ BwNot+ LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [e0] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr+ BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr- CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn- Capabilities: [150 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?> Kernel driver in use: pcieport 00:03.0 0604: 8086:340a (rev 22) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=03, subordinate=03, sec-latency=0 I/O behind bridge: 0000d000-0000dfff Memory behind bridge: f4000000-f7efffff Prefetchable memory behind bridge: 00000000e0000000-00000000efffffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Subsystem: 1028:026e Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit- Address: 00000000 Data: 0000 Masking: 00000000 Pending: 00000000 Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag+ RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <4us ClockPM- Surprise+ LLActRep+ BwNot+ LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #2, PowerLimit 242.000W; Interlock- NoCompl- SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Off, PwrInd Off, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState+ RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [e0] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr+ BadTLP- BadDLLP- Rollover+ Timeout+ NonFatalErr- CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn- Capabilities: [150 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?> Kernel driver in use: pcieport 00:07.0 0604: 8086:340e (rev 22) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=04, subordinate=04, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: f3f00000-f3ffffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Subsystem: 1028:026e Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit- Address: 00000000 Data: 0000 Masking: 00000000 Pending: 00000000 Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag+ RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <4us ClockPM- Surprise+ LLActRep+ BwNot+ LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #4, PowerLimit 225.000W; Interlock- NoCompl- SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Off, PwrInd Off, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock- Changed: MRL- PresDet+ LinkState- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [e0] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr- CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn- Capabilities: [150 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?> Kernel driver in use: pcieport 00:14.0 0800: 8086:342e (rev 22) (prog-if 00 [8259]) Subsystem: 0028:006e Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed unknown, Width x0, ASPM L0s, Latency L0 unlimited, L1 unlimited ClockPM- Surprise+ LLActRep+ BwNot+ LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- DevCap2: Completion Timeout: Not Supported, TimeoutDis- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Kernel driver in use: i7core_edac 00:14.1 0800: 8086:3422 (rev 22) (prog-if 00 [8259]) Subsystem: 0028:006e Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed unknown, Width x0, ASPM L0s, Latency L0 unlimited, L1 unlimited ClockPM- Surprise+ LLActRep+ BwNot+ LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- DevCap2: Completion Timeout: Not Supported, TimeoutDis- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- 00:14.2 0800: 8086:3423 (rev 22) (prog-if 00 [8259]) Subsystem: 0028:006e Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed unknown, Width x0, ASPM L0s, Latency L0 unlimited, L1 unlimited ClockPM- Surprise+ LLActRep+ BwNot+ LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- DevCap2: Completion Timeout: Not Supported, TimeoutDis- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- 00:1a.0 0c03: 8086:3a37 (prog-if 00 [UHCI]) Subsystem: 1028:026e Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 16 Region 4: I/O ports at 1f20 [size=32] Capabilities: [50] PCI Advanced Features AFCap: TP+ FLR+ AFCtrl: FLR- AFStatus: TP- Kernel driver in use: uhci_hcd 00:1a.1 0c03: 8086:3a38 (prog-if 00 [UHCI]) Subsystem: 1028:026e Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin B routed to IRQ 17 Region 4: I/O ports at 1f00 [size=32] Capabilities: [50] PCI Advanced Features AFCap: TP+ FLR+ AFCtrl: FLR- AFStatus: TP- Kernel driver in use: uhci_hcd 00:1a.2 0c03: 8086:3a39 (prog-if 00 [UHCI]) Subsystem: 1028:026e Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin C routed to IRQ 22 Region 4: I/O ports at 1c00 [size=32] Capabilities: [50] PCI Advanced Features AFCap: TP+ FLR+ AFCtrl: FLR- AFStatus: TP- Kernel driver in use: uhci_hcd 00:1a.7 0c03: 8086:3a3c (prog-if 20 [EHCI]) Subsystem: 1028:026e Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin C routed to IRQ 22 Region 0: Memory at f7ffa000 (32-bit, non-prefetchable) [size=1K] Capabilities: [50] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] Debug port: BAR=1 offset=00a0 Capabilities: [98] PCI Advanced Features AFCap: TP+ FLR+ AFCtrl: FLR- AFStatus: TP- Kernel driver in use: ehci-pci 00:1b.0 0403: 8086:3a3e Subsystem: 1028:026e Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 118 Region 0: Memory at f7ffc000 (64-bit, non-prefetchable) [size=16K] Capabilities: [50] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+ Address: 00000000fee00338 Data: 0000 Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE- FLReset+ DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- LnkCap: Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us ClockPM- Surprise- LLActRep- BwNot- LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable- ID=0 ArbSelect=Fixed TC/VC=00 Status: NegoPending- InProgress- Capabilities: [130 v1] Root Complex Link Desc: PortNumber=0f ComponentID=00 EltType=Config Link0: Desc: TargetPort=00 TargetComponent=00 AssocRCRB- LinkType=MemMapped LinkValid+ Addr: 00000000feda8000 Kernel driver in use: snd_hda_intel 00:1c.0 0604: 8086:3a40 (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=05, subordinate=05, sec-latency=0 I/O behind bridge: 00002000-00002fff Memory behind bridge: f0000000-f01fffff Prefetchable memory behind bridge: 00000000f0200000-00000000f03fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Express (v1) Root Port (Slot-), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <256ns, L1 <4us ClockPM- Surprise- LLActRep+ BwNot- LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee002b8 Data: 0000 Capabilities: [90] Subsystem: 1028:026e Capabilities: [a0] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed+ WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- Capabilities: [180 v1] Root Complex Link Desc: PortNumber=01 ComponentID=00 EltType=Config Link0: Desc: TargetPort=00 TargetComponent=00 AssocRCRB- LinkType=MemMapped LinkValid+ Addr: 00000000feda8000 Kernel driver in use: pcieport 00:1c.5 0604: 8086:3a4a (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=06, subordinate=06, sec-latency=0 I/O behind bridge: 00003000-00003fff Memory behind bridge: f3d00000-f3dfffff Prefetchable memory behind bridge: 00000000f0400000-00000000f05fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Express (v1) Root Port (Slot-), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- LnkCap: Port #6, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <256ns, L1 <4us ClockPM- Surprise- LLActRep+ BwNot- LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee002d8 Data: 0000 Capabilities: [90] Subsystem: 1028:026e Capabilities: [a0] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed+ WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- Capabilities: [180 v1] Root Complex Link Desc: PortNumber=06 ComponentID=00 EltType=Config Link0: Desc: TargetPort=00 TargetComponent=00 AssocRCRB- LinkType=MemMapped LinkValid+ Addr: 00000000feda8000 Kernel driver in use: pcieport 00:1d.0 0c03: 8086:3a34 (prog-if 00 [UHCI]) Subsystem: 1028:026e Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 23 Region 4: I/O ports at 1f80 [size=32] Capabilities: [50] PCI Advanced Features AFCap: TP+ FLR+ AFCtrl: FLR- AFStatus: TP- Kernel driver in use: uhci_hcd 00:1d.1 0c03: 8086:3a35 (prog-if 00 [UHCI]) Subsystem: 1028:026e Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin B routed to IRQ 17 Region 4: I/O ports at 1f60 [size=32] Capabilities: [50] PCI Advanced Features AFCap: TP+ FLR+ AFCtrl: FLR- AFStatus: TP- Kernel driver in use: uhci_hcd 00:1d.2 0c03: 8086:3a36 (prog-if 00 [UHCI]) Subsystem: 1028:026e Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin C routed to IRQ 18 Region 4: I/O ports at 1f40 [size=32] Capabilities: [50] PCI Advanced Features AFCap: TP+ FLR+ AFCtrl: FLR- AFStatus: TP- Kernel driver in use: uhci_hcd 00:1d.7 0c03: 8086:3a3a (prog-if 20 [EHCI]) Subsystem: 1028:026e Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 23 Region 0: Memory at ff980000 (32-bit, non-prefetchable) [size=1K] Capabilities: [50] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] Debug port: BAR=1 offset=00a0 Capabilities: [98] PCI Advanced Features AFCap: TP+ FLR+ AFCtrl: FLR- AFStatus: TP- Kernel driver in use: ehci-pci 00:1e.0 0604: 8086:244e (rev 90) (prog-if 01 [Subtractive decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Bus: primary=00, secondary=07, subordinate=07, sec-latency=32 I/O behind bridge: 0000f000-00000fff Memory behind bridge: fff00000-000fffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [50] Subsystem: 1028:026e 00:1f.0 0601: 8086:3a16 Subsystem: 1028:026e Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Capabilities: [e0] Vendor Specific Information: Len=0c <?> Kernel driver in use: lpc_ich 00:1f.2 0104: 8086:2822 Subsystem: 1028:026e Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin C routed to IRQ 117 Region 0: I/O ports at 1e00 [size=8] Region 1: I/O ports at 1e10 [size=4] Region 2: I/O ports at 1e20 [size=8] Region 3: I/O ports at 1e30 [size=4] Region 4: I/O ports at 1ec0 [size=32] Region 5: Memory at f0600000 (32-bit, non-prefetchable) [size=2K] Capabilities: [80] MSI: Enable+ Count=1/16 Maskable- 64bit- Address: fee00318 Data: 0000 Capabilities: [70] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004 Capabilities: [b0] PCI Advanced Features AFCap: TP+ FLR+ AFCtrl: FLR- AFStatus: TP- Kernel driver in use: ahci 00:1f.3 0c05: 8086:3a30 Subsystem: 1028:026e Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Interrupt: pin C routed to IRQ 20 Region 0: Memory at f7ffb000 (64-bit, non-prefetchable) [size=256] Region 4: I/O ports at ece0 [size=32] Kernel driver in use: i801_smbus 01:00.0 0604: 12d8:e130 (rev 04) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=01, secondary=02, subordinate=02, sec-latency=64 I/O behind bridge: 0000f000-00000fff Memory behind bridge: fff00000-000fffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz+ FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [80] PCI-X bridge device Secondary Status: 64bit+ 133MHz+ SCD- USC- SCO- SRD- Freq=100MHz Status: Dev=01:00.0 64bit- 133MHz- SCD- USC- SCO- SRD- Upstream: Capacity=16 CommitmentLimit=16 Downstream: Capacity=16 CommitmentLimit=16 Capabilities: [90] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [a8] Subsystem: 0000:0000 Capabilities: [b0] Express (v1) PCI/PCI-X Bridge, MSI 00 DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- BrConfRtry- MaxPayload 128 bytes, MaxReadReq 512 bytes DevSta: CorrErr- UncorrErr+ FatalErr- UnsuppReq- AuxPwr+ TransPend- LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <512ns, L1 <1us ClockPM- Surprise- LLActRep- BwNot- LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt- Capabilities: [f0] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr- CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn- Capabilities: [150 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- 03:00.0 0300: 10de:05fd (rev a1) (prog-if 00 [VGA controller]) Subsystem: 10de:0593 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 24 Region 0: Memory at f6000000 (32-bit, non-prefetchable) [size=16M] Region 1: Memory at e0000000 (64-bit, prefetchable) [size=256M] Region 3: Memory at f4000000 (64-bit, non-prefetchable) [size=32M] Region 5: I/O ports at dc80 [size=128] [virtual] Expansion ROM at f7e00000 [disabled] [size=512K] Capabilities: [60] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Express (v2) Endpoint, MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 <4us ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported- RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+ MaxPayload 128 bytes, MaxReadReq 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <256ns, L1 <1us ClockPM- Surprise- LLActRep- BwNot- LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 5GT/s, Width x16, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt- DevCap2: Completion Timeout: Not Supported, TimeoutDis+ DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- Capabilities: [128 v1] Power Budgeting <?> Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?> Kernel driver in use: nvidia 06:00.0 0200: 14e4:1681 (rev 10) Subsystem: 1028:026e Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 119 Region 0: Memory at f3de0000 (64-bit, non-prefetchable) [size=64K] Region 2: Memory at f3df0000 (64-bit, non-prefetchable) [size=64K] Capabilities: [48] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME- Capabilities: [40] Vital Product Data Product Name: Broadcom NetXtreme Gigabit Ethernet Controller Read-only fields: [PN] Part number: BCM95761 [EC] Engineering changes: 106679-15 [SN] Serial number: 0123456789 [MN] Manufacture ID: 31 34 65 34 [RV] Reserved: checksum good, 28 byte(s) reserved Read/write fields: [YA] Asset tag: XYZ01234567 [RW] Read-write area: 107 byte(s) free End Capabilities: [60] Vendor Specific Information: Len=6c <?> Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+ Address: 00000000fee00378 Data: 0000 Capabilities: [cc] Express (v2) Endpoint, MSI 00 DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 512 bytes DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <64us ClockPM+ Surprise- LLActRep- BwNot- LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr+ BadTLP+ BadDLLP+ Rollover- Timeout- NonFatalErr- CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn- Capabilities: [13c v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- Capabilities: [160 v1] Device Serial Number b8-ac-6f-ff-fe-25-94-d1 Capabilities: [16c v1] Power Budgeting <?> Kernel driver in use: tg3 20:07.0 0604: 8086:340e (rev 22) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=20, secondary=22, subordinate=22, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: dfe00000-dfefffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Subsystem: 1028:026e Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit- Address: 00000000 Data: 0000 Masking: 00000000 Pending: 00000000 Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag+ RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <512ns, L1 <64us ClockPM- Surprise+ LLActRep+ BwNot+ LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #3, PowerLimit 40.000W; Interlock- NoCompl- SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Off, PwrInd Off, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock- Changed: MRL- PresDet+ LinkState- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [e0] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr- CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn- Capabilities: [150 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?> Kernel driver in use: pcieport 20:09.0 0604: 8086:3410 (rev 22) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=20, secondary=23, subordinate=23, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: dfd00000-dfdfffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Subsystem: 1028:026e Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit- Address: 00000000 Data: 0000 Masking: 00000000 Pending: 00000000 Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag+ RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <512ns, L1 <64us ClockPM- Surprise+ LLActRep+ BwNot+ LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #1, PowerLimit 40.000W; Interlock- NoCompl- SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Off, PwrInd Off, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock- Changed: MRL- PresDet+ LinkState- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [e0] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr- CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn- Capabilities: [150 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport 20:14.0 0800: 8086:342e (rev 22) (prog-if 00 [8259]) Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed unknown, Width x0, ASPM L0s, Latency L0 unlimited, L1 unlimited ClockPM- Surprise+ LLActRep+ BwNot+ LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- DevCap2: Completion Timeout: Not Supported, TimeoutDis- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- 20:14.1 0800: 8086:3422 (rev 22) (prog-if 00 [8259]) Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed unknown, Width x0, ASPM L0s, Latency L0 unlimited, L1 unlimited ClockPM- Surprise+ LLActRep+ BwNot+ LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- DevCap2: Completion Timeout: Not Supported, TimeoutDis- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- 20:14.2 0800: 8086:3423 (rev 22) (prog-if 00 [8259]) Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed unknown, Width x0, ASPM L0s, Latency L0 unlimited, L1 unlimited ClockPM- Surprise+ LLActRep+ BwNot+ LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- DevCap2: Completion Timeout: Not Supported, TimeoutDis- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- 3f:00.0 0600: 8086:2c40 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:00.1 0600: 8086:2c01 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:02.0 0600: 8086:2c10 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:02.1 0600: 8086:2c11 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:02.4 0600: 8086:2c14 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:02.5 0600: 8086:2c15 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:03.0 0600: 8086:2c18 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:03.1 0600: 8086:2c19 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:03.2 0600: 8086:2c1a (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:03.4 0600: 8086:2c1c (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:04.0 0600: 8086:2c20 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:04.1 0600: 8086:2c21 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:04.2 0600: 8086:2c22 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:04.3 0600: 8086:2c23 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:05.0 0600: 8086:2c28 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:05.1 0600: 8086:2c29 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:05.2 0600: 8086:2c2a (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:05.3 0600: 8086:2c2b (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:06.0 0600: 8086:2c30 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:06.1 0600: 8086:2c31 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:06.2 0600: 8086:2c32 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:06.3 0600: 8086:2c33 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 [-- Attachment #3: lspci.txt --] [-- Type: text/plain, Size: 58461 bytes --] 00:00.0 0600: 8086:3406 (rev 22) Subsystem: 1028:026e Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Interrupt: pin A routed to IRQ 11 Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit- Address: 00000000 Data: 0000 Masking: 00000000 Pending: 00000000 Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag+ RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <512ns, L1 <4us ClockPM- Surprise+ LLActRep+ BwNot+ LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [e0] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr- CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn- Capabilities: [150 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans- Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?> 00:01.0 0604: 8086:3408 (rev 22) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=01, subordinate=02, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: f3e00000-f3efffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Subsystem: 1028:026e Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit- Address: 00000000 Data: 0000 Masking: 00000000 Pending: 00000000 Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00 DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag+ RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <512ns, L1 <4us ClockPM- Surprise+ LLActRep+ BwNot+ LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [e0] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr+ BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr- CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn- Capabilities: [150 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans- Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?> Kernel driver in use: pcieport 00:03.0 0604: 8086:340a (rev 22) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=03, subordinate=03, sec-latency=0 I/O behind bridge: 0000d000-0000dfff Memory behind bridge: f4000000-f7efffff Prefetchable memory behind bridge: 00000000e0000000-00000000efffffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Subsystem: 1028:026e Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit- Address: 00000000 Data: 0000 Masking: 00000000 Pending: 00000000 Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag+ RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <4us ClockPM- Surprise+ LLActRep+ BwNot+ LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #2, PowerLimit 242.000W; Interlock- NoCompl- SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Off, PwrInd Off, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState+ RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [e0] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr+ BadTLP- BadDLLP- Rollover+ Timeout+ NonFatalErr- CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn- Capabilities: [150 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans- Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?> Kernel driver in use: pcieport 00:07.0 0604: 8086:340e (rev 22) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=04, subordinate=04, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: f3f00000-f3ffffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Subsystem: 1028:026e Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit- Address: 00000000 Data: 0000 Masking: 00000000 Pending: 00000000 Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag+ RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <4us ClockPM- Surprise+ LLActRep+ BwNot+ LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #4, PowerLimit 225.000W; Interlock- NoCompl- SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Off, PwrInd Off, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock- Changed: MRL- PresDet+ LinkState- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [e0] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr- CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn- Capabilities: [150 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans- Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?> Kernel driver in use: pcieport 00:14.0 0800: 8086:342e (rev 22) (prog-if 00 [8259]) Subsystem: 0028:006e Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed unknown, Width x0, ASPM L0s, Latency L0 unlimited, L1 unlimited ClockPM- Surprise+ LLActRep+ BwNot+ LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- DevCap2: Completion Timeout: Not Supported, TimeoutDis- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Kernel driver in use: i7core_edac 00:14.1 0800: 8086:3422 (rev 22) (prog-if 00 [8259]) Subsystem: 0028:006e Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed unknown, Width x0, ASPM L0s, Latency L0 unlimited, L1 unlimited ClockPM- Surprise+ LLActRep+ BwNot+ LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- DevCap2: Completion Timeout: Not Supported, TimeoutDis- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- 00:14.2 0800: 8086:3423 (rev 22) (prog-if 00 [8259]) Subsystem: 0028:006e Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed unknown, Width x0, ASPM L0s, Latency L0 unlimited, L1 unlimited ClockPM- Surprise+ LLActRep+ BwNot+ LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- DevCap2: Completion Timeout: Not Supported, TimeoutDis- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- 00:1a.0 0c03: 8086:3a37 (prog-if 00 [UHCI]) Subsystem: 1028:026e Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 16 Region 4: I/O ports at 1f20 [size=32] Capabilities: [50] PCI Advanced Features AFCap: TP+ FLR+ AFCtrl: FLR- AFStatus: TP- Kernel driver in use: uhci_hcd 00:1a.1 0c03: 8086:3a38 (prog-if 00 [UHCI]) Subsystem: 1028:026e Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin B routed to IRQ 17 Region 4: I/O ports at 1f00 [size=32] Capabilities: [50] PCI Advanced Features AFCap: TP+ FLR+ AFCtrl: FLR- AFStatus: TP- Kernel driver in use: uhci_hcd 00:1a.2 0c03: 8086:3a39 (prog-if 00 [UHCI]) Subsystem: 1028:026e Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin C routed to IRQ 22 Region 4: I/O ports at 1c00 [size=32] Capabilities: [50] PCI Advanced Features AFCap: TP+ FLR+ AFCtrl: FLR- AFStatus: TP- Kernel driver in use: uhci_hcd 00:1a.7 0c03: 8086:3a3c (prog-if 20 [EHCI]) Subsystem: 1028:026e Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin C routed to IRQ 22 Region 0: Memory at f7ffa000 (32-bit, non-prefetchable) [size=1K] Capabilities: [50] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] Debug port: BAR=1 offset=00a0 Capabilities: [98] PCI Advanced Features AFCap: TP+ FLR+ AFCtrl: FLR- AFStatus: TP- Kernel driver in use: ehci-pci 00:1b.0 0403: 8086:3a3e Subsystem: 1028:026e Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 93 Region 0: Memory at f7ffc000 (64-bit, non-prefetchable) [size=16K] Capabilities: [50] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+ Address: 00000000fee003b8 Data: 0000 Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE- FLReset+ DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- LnkCap: Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us ClockPM- Surprise- LLActRep- BwNot- LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable- ID=0 ArbSelect=Fixed TC/VC=00 Status: NegoPending- InProgress- Capabilities: [130 v1] Root Complex Link Desc: PortNumber=0f ComponentID=00 EltType=Config Link0: Desc: TargetPort=00 TargetComponent=00 AssocRCRB- LinkType=MemMapped LinkValid+ Addr: 00000000feda8000 Kernel driver in use: snd_hda_intel 00:1c.0 0604: 8086:3a40 (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=05, subordinate=05, sec-latency=0 I/O behind bridge: 00002000-00002fff Memory behind bridge: f0000000-f01fffff Prefetchable memory behind bridge: 00000000f0200000-00000000f03fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Express (v1) Root Port (Slot-), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <256ns, L1 <4us ClockPM- Surprise- LLActRep+ BwNot- LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee00338 Data: 0000 Capabilities: [90] Subsystem: 1028:026e Capabilities: [a0] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed+ WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- Capabilities: [180 v1] Root Complex Link Desc: PortNumber=01 ComponentID=00 EltType=Config Link0: Desc: TargetPort=00 TargetComponent=00 AssocRCRB- LinkType=MemMapped LinkValid+ Addr: 00000000feda8000 Kernel driver in use: pcieport 00:1c.5 0604: 8086:3a4a (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=06, subordinate=06, sec-latency=0 I/O behind bridge: 00003000-00003fff Memory behind bridge: f3d00000-f3dfffff Prefetchable memory behind bridge: 00000000f0400000-00000000f05fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Express (v1) Root Port (Slot-), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- LnkCap: Port #6, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <256ns, L1 <4us ClockPM- Surprise- LLActRep+ BwNot- LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee00358 Data: 0000 Capabilities: [90] Subsystem: 1028:026e Capabilities: [a0] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed+ WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- Capabilities: [180 v1] Root Complex Link Desc: PortNumber=06 ComponentID=00 EltType=Config Link0: Desc: TargetPort=00 TargetComponent=00 AssocRCRB- LinkType=MemMapped LinkValid+ Addr: 00000000feda8000 Kernel driver in use: pcieport 00:1d.0 0c03: 8086:3a34 (prog-if 00 [UHCI]) Subsystem: 1028:026e Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 23 Region 4: I/O ports at 1f80 [size=32] Capabilities: [50] PCI Advanced Features AFCap: TP+ FLR+ AFCtrl: FLR- AFStatus: TP- Kernel driver in use: uhci_hcd 00:1d.1 0c03: 8086:3a35 (prog-if 00 [UHCI]) Subsystem: 1028:026e Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin B routed to IRQ 17 Region 4: I/O ports at 1f60 [size=32] Capabilities: [50] PCI Advanced Features AFCap: TP+ FLR+ AFCtrl: FLR- AFStatus: TP- Kernel driver in use: uhci_hcd 00:1d.2 0c03: 8086:3a36 (prog-if 00 [UHCI]) Subsystem: 1028:026e Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin C routed to IRQ 18 Region 4: I/O ports at 1f40 [size=32] Capabilities: [50] PCI Advanced Features AFCap: TP+ FLR+ AFCtrl: FLR- AFStatus: TP- Kernel driver in use: uhci_hcd 00:1d.7 0c03: 8086:3a3a (prog-if 20 [EHCI]) Subsystem: 1028:026e Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 23 Region 0: Memory at ff980000 (32-bit, non-prefetchable) [size=1K] Capabilities: [50] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] Debug port: BAR=1 offset=00a0 Capabilities: [98] PCI Advanced Features AFCap: TP+ FLR+ AFCtrl: FLR- AFStatus: TP- Kernel driver in use: ehci-pci 00:1e.0 0604: 8086:244e (rev 90) (prog-if 01 [Subtractive decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Bus: primary=00, secondary=07, subordinate=07, sec-latency=32 I/O behind bridge: 0000f000-00000fff Memory behind bridge: fff00000-000fffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [50] Subsystem: 1028:026e 00:1f.0 0601: 8086:3a16 Subsystem: 1028:026e Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Capabilities: [e0] Vendor Specific Information: Len=0c <?> Kernel driver in use: lpc_ich 00:1f.2 0104: 8086:2822 Subsystem: 1028:026e Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin C routed to IRQ 92 Region 0: I/O ports at 1e00 [size=8] Region 1: I/O ports at 1e10 [size=4] Region 2: I/O ports at 1e20 [size=8] Region 3: I/O ports at 1e30 [size=4] Region 4: I/O ports at 1ec0 [size=32] Region 5: Memory at f0600000 (32-bit, non-prefetchable) [size=2K] Capabilities: [80] MSI: Enable+ Count=1/16 Maskable- 64bit- Address: fee00398 Data: 0000 Capabilities: [70] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004 Capabilities: [b0] PCI Advanced Features AFCap: TP+ FLR+ AFCtrl: FLR- AFStatus: TP- Kernel driver in use: ahci 00:1f.3 0c05: 8086:3a30 Subsystem: 1028:026e Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Interrupt: pin C routed to IRQ 20 Region 0: Memory at f7ffb000 (64-bit, non-prefetchable) [size=256] Region 4: I/O ports at ece0 [size=32] Kernel driver in use: i801_smbus 01:00.0 0604: 12d8:e130 (rev 04) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=01, secondary=02, subordinate=02, sec-latency=64 I/O behind bridge: 0000f000-00000fff Memory behind bridge: fff00000-000fffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz+ FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [80] PCI-X bridge device Secondary Status: 64bit+ 133MHz+ SCD- USC- SCO- SRD- Freq=100MHz Status: Dev=01:00.0 64bit- 133MHz- SCD- USC- SCO- SRD- Upstream: Capacity=16 CommitmentLimit=16 Downstream: Capacity=16 CommitmentLimit=16 Capabilities: [90] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [a8] Subsystem: 0000:0000 Capabilities: [b0] Express (v1) PCI/PCI-X Bridge, MSI 00 DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- BrConfRtry- MaxPayload 128 bytes, MaxReadReq 512 bytes DevSta: CorrErr- UncorrErr+ FatalErr- UnsuppReq- AuxPwr+ TransPend- LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <512ns, L1 <1us ClockPM- Surprise- LLActRep- BwNot- LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt- Capabilities: [f0] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr- CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn- Capabilities: [150 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- 03:00.0 0300: 10de:05fd (rev a1) (prog-if 00 [VGA controller]) Subsystem: 10de:0593 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 24 Region 0: Memory at f6000000 (32-bit, non-prefetchable) [size=16M] Region 1: Memory at e0000000 (64-bit, prefetchable) [size=256M] Region 3: Memory at f4000000 (64-bit, non-prefetchable) [size=32M] Region 5: I/O ports at dc80 [size=128] Expansion ROM at f7e00000 [disabled] [size=512K] Capabilities: [60] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [78] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <1us, L1 <4us ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported- RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ MaxPayload 128 bytes, MaxReadReq 512 bytes DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <1us, L1 <1us ClockPM- Surprise- LLActRep- BwNot- LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- Capabilities: [128 v1] Power Budgeting <?> Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?> Kernel driver in use: nvidia 06:00.0 0200: 14e4:1681 (rev 10) Subsystem: 1028:026e Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 94 Region 0: Memory at f3de0000 (64-bit, non-prefetchable) [size=64K] Region 2: Memory at f3df0000 (64-bit, non-prefetchable) [size=64K] Capabilities: [48] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME- Capabilities: [40] Vital Product Data Product Name: Broadcom NetXtreme Gigabit Ethernet Controller Read-only fields: [PN] Part number: BCM95761 [EC] Engineering changes: 106679-15 [SN] Serial number: 0123456789 [MN] Manufacture ID: 31 34 65 34 [RV] Reserved: checksum good, 28 byte(s) reserved Read/write fields: [YA] Asset tag: XYZ01234567 [RW] Read-write area: 107 byte(s) free End Capabilities: [60] Vendor Specific Information: Len=6c <?> Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+ Address: 00000000fee003f8 Data: 0000 Capabilities: [cc] Express (v2) Endpoint, MSI 00 DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 512 bytes DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <64us ClockPM+ Surprise- LLActRep- BwNot- LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr+ BadTLP+ BadDLLP+ Rollover- Timeout- NonFatalErr- CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn- Capabilities: [13c v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- Capabilities: [160 v1] Device Serial Number b8-ac-6f-ff-fe-25-94-d1 Capabilities: [16c v1] Power Budgeting <?> Kernel driver in use: tg3 20:07.0 0604: 8086:340e (rev 22) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=20, secondary=22, subordinate=22, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: dfe00000-dfefffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Subsystem: 1028:026e Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit- Address: 00000000 Data: 0000 Masking: 00000000 Pending: 00000000 Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag+ RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <512ns, L1 <64us ClockPM- Surprise+ LLActRep+ BwNot+ LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #3, PowerLimit 40.000W; Interlock- NoCompl- SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Off, PwrInd Off, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock- Changed: MRL- PresDet+ LinkState- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [e0] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr- CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn- Capabilities: [150 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans- Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?> Kernel driver in use: pcieport 20:09.0 0604: 8086:3410 (rev 22) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=20, secondary=23, subordinate=23, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: dfd00000-dfdfffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Subsystem: 1028:026e Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit- Address: 00000000 Data: 0000 Masking: 00000000 Pending: 00000000 Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag+ RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <512ns, L1 <64us ClockPM- Surprise+ LLActRep+ BwNot+ LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #1, PowerLimit 40.000W; Interlock- NoCompl- SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Off, PwrInd Off, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock- Changed: MRL- PresDet+ LinkState- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [e0] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr- CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn- Capabilities: [150 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans- Kernel driver in use: pcieport 20:14.0 0800: 8086:342e (rev 22) (prog-if 00 [8259]) Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed unknown, Width x0, ASPM L0s, Latency L0 unlimited, L1 unlimited ClockPM- Surprise+ LLActRep+ BwNot+ LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- DevCap2: Completion Timeout: Not Supported, TimeoutDis- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- 20:14.1 0800: 8086:3422 (rev 22) (prog-if 00 [8259]) Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed unknown, Width x0, ASPM L0s, Latency L0 unlimited, L1 unlimited ClockPM- Surprise+ LLActRep+ BwNot+ LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- DevCap2: Completion Timeout: Not Supported, TimeoutDis- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- 20:14.2 0800: 8086:3423 (rev 22) (prog-if 00 [8259]) Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed unknown, Width x0, ASPM L0s, Latency L0 unlimited, L1 unlimited ClockPM- Surprise+ LLActRep+ BwNot+ LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- DevCap2: Completion Timeout: Not Supported, TimeoutDis- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- 3f:00.0 0600: 8086:2c40 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:00.1 0600: 8086:2c01 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:02.0 0600: 8086:2c10 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:02.1 0600: 8086:2c11 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:02.4 0600: 8086:2c14 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:02.5 0600: 8086:2c15 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:03.0 0600: 8086:2c18 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:03.1 0600: 8086:2c19 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:03.2 0600: 8086:2c1a (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:03.4 0600: 8086:2c1c (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:04.0 0600: 8086:2c20 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:04.1 0600: 8086:2c21 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:04.2 0600: 8086:2c22 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:04.3 0600: 8086:2c23 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:05.0 0600: 8086:2c28 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:05.1 0600: 8086:2c29 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:05.2 0600: 8086:2c2a (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:05.3 0600: 8086:2c2b (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:06.0 0600: 8086:2c30 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:06.1 0600: 8086:2c31 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:06.2 0600: 8086:2c32 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 3f:06.3 0600: 8086:2c33 (rev 05) Subsystem: 8086:8086 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 [-- Attachment #4: Type: text/plain, Size: 126 bytes --] _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel ^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Some trouble to use NVIDIA CUDA with Xen 2013-04-30 14:32 ` Sébastien Frémal @ 2013-04-30 14:41 ` Samuel Thibault 0 siblings, 0 replies; 19+ messages in thread From: Samuel Thibault @ 2013-04-30 14:41 UTC (permalink / raw) To: Sébastien Frémal Cc: George Dunlap, xen-devel@lists.xen.org, Konrad Rzeszutek Wilk This is the part we are interested in: Sébastien Frémal, le Tue 30 Apr 2013 16:32:45 +0200, a écrit : > 648c648 > < Latency: 0, Cache Line Size: 64 bytes > --- > > Latency: 0 > 654c654 > < Expansion ROM at f7e00000 [disabled] [size=512K] > --- > > [virtual] Expansion ROM at f7e00000 [disabled] [size=512K] > 660,661c660,661 > < Capabilities: [78] Express (v1) Endpoint, MSI 00 > < DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <1us, L1 <4us > --- > > Capabilities: [78] Express (v2) Endpoint, MSI 00 So it seems the whole PCI express negociation changes... > > DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 <4us > 664c664 > < RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ > --- > > RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+ > 666,667c666,667 > < DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- > < LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <1us, L1 > <1us > --- > > DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- > > LnkCap: Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <256ns, L1 Resulting in a different speed > <1us > 671c671,678 > < LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt- > --- > > LnkSta: Speed 5GT/s, Width x16, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt- > > DevCap2: Completion Timeout: Not Supported, TimeoutDis+ > > DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- > > LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB > > Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- > > Compliance De-emphasis: -6dB > > LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- > > EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- And additional capabilities. Samuel ^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Some trouble to use NVIDIA CUDA with Xen 2013-04-30 14:19 ` Samuel Thibault 2013-04-30 14:32 ` Sébastien Frémal @ 2013-05-03 13:54 ` Samuel Thibault 1 sibling, 0 replies; 19+ messages in thread From: Samuel Thibault @ 2013-05-03 13:54 UTC (permalink / raw) To: Sébastien Frémal, George Dunlap, Konrad Rzeszutek Wilk, xen-devel@lists.xen.org Samuel Thibault, le Tue 30 Apr 2013 16:19:52 +0200, a écrit : > Sébastien Frémal, le Tue 30 Apr 2013 16:13:58 +0200, a écrit : > > < Expansion ROM at f7e00000 [disabled] [size=512K] > > --- > > > [virtual] Expansion ROM at f7e00000 [disabled] [size=512K] > > And this is the nvidia 10de card. Probably worth checking. From lspci > source: /* Reported by the OS, but not by the device */ So does anybody have any idea why this could get disabled by the device? Some mis-reconfiguration by the hypervisor? Samuel ^ permalink raw reply [flat|nested] 19+ messages in thread
end of thread, other threads:[~2013-08-27 13:17 UTC | newest] Thread overview: 19+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-08-10 16:21 Some trouble to use NVIDIA CUDA with Xen Martin Cerveny 2013-08-12 12:33 ` Gordan Bobic 2013-08-12 13:00 ` Konrad Rzeszutek Wilk 2013-08-13 19:59 ` Martin Cerveny 2013-08-13 20:20 ` Konrad Rzeszutek Wilk 2013-08-13 20:32 ` Martin Cerveny 2013-08-14 22:21 ` Martin Cerveny 2013-08-15 13:19 ` Konrad Rzeszutek Wilk 2013-08-15 13:28 ` Martin Cerveny 2013-08-15 14:15 ` Konrad Rzeszutek Wilk 2013-08-27 13:17 ` Martin Cerveny -- strict thread matches above, loose matches on Subject: below -- 2013-04-30 11:39 Sébastien Frémal 2013-04-30 11:57 ` George Dunlap 2013-04-30 12:05 ` Samuel Thibault 2013-04-30 14:13 ` Sébastien Frémal 2013-04-30 14:19 ` Samuel Thibault 2013-04-30 14:32 ` Sébastien Frémal 2013-04-30 14:41 ` Samuel Thibault 2013-05-03 13:54 ` Samuel Thibault
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.