openzfs / zfs

OpenZFS on Linux and FreeBSD
https://openzfs.github.io/openzfs-docs
Other
10.47k stars 1.73k forks source link

modprobe fails with "Exec format error" and "Skipping invalid relocation target, existing value is nonzero for type 1" #14398

Closed AGI-chandler closed 1 year ago

AGI-chandler commented 1 year ago

System information

Type Version/Name
Distribution Name Debian
Distribution Version 10 (buster)
Kernel Version 4.19.0-5
Architecture amd64
OpenZFS Version 2.1.7

Describe the problem you're observing

Thought I'd try my luck with upgrading, and it's not in my favor.  I've been at it for several hours now and I can't find anyone else out there with these same error messages and environment.  After exporting the pool, unloading the old modules, uninstalling the old zfs, downloading the new zfs, configuring, building and installing the debs, I now cannot load the modules.  For example:

# modprobe -v zfs
insmod /lib/modules/4.19.0-5-amd64/extra/zfs/spl/spl.ko
modprobe: ERROR: could not insert 'zfs': Exec format error
# 

and the syslog shows: <datetime> <hostname> kernel: [<uptime>] module: x86/modules: Skipping invalid relocation target, existing value is nonzero for type 1, loc 000000002cf3eefb, val ffffffffc093a1f0

Describe how to reproduce the problem

  1. # ./autogen.sh
  2. # ./configure --enable-systemd
  3. # make -j16 deb-utils deb-kmod
  4. # dpkg -i *.deb
  5. # modprobe zfs modprobe: ERROR: could not insert 'zfs': Exec format error #

Include any warning/errors/backtraces from the system logs

# tail /var/log/syslog [...] <datetime> <hostname> kernel: [<uptime>] module: x86/modules: Skipping invalid relocation target, existing value is nonzero for type 1, loc 000000002cf3eefb, val ffffffffc093a1f0 #

AllKind commented 1 year ago

Maybe a compiler version mismatch? Between the version the kernel was compiled with and the one used to compile the modules?

AGI-chandler commented 1 year ago

@AllKind don't think so...

$ cat /proc/version 
Linux version 4.19.0-5-amd64 (debian-kernel@lists.debian.org) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP Debian 4.19.37-5+deb10u2 (2019-08-08)

$ gcc --version
gcc (Debian 8.3.0-6) 8.3.0
Copyright (C) 2018 Free Software Foundation, Inc.
...
rincebrain commented 1 year ago

I see a couple of people posting that reinstalling their kernel headers packages and rebuilding fixed this for them. You could try that.

AGI-chandler commented 1 year ago

@rincebrain Ok thanks... I wiped out everything including the zfs-2.1.7 source tree.  Since this kernel is so old, had to define Debian snapshot repositories (very cool I might add and thank you Debian for keeping old code).  Then, I reinstalled the headers, followed by the OP commands.  The results are the same, though, unfortunately.

Commands and output for: cleanup, header reinstall, zfs rebuild+reinstall ``` # apt remove --purge kmod-zfs-* libnvpair3 libuutil3 libzfs5* libzpool5 python3-pyzfs zfs* Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'kmod-zfs-devel-4.19.0-5-amd64' for glob 'kmod-zfs-*' Note, selecting 'kmod-zfs-devel' for glob 'kmod-zfs-*' Note, selecting 'kmod-zfs-4.19.0-5-amd64' for glob 'kmod-zfs-*' Note, selecting 'libzfs5' for glob 'libzfs5*' Note, selecting 'libzfs5-devel' for glob 'libzfs5*' Note, selecting 'zfsutils' for glob 'zfs*' Note, selecting 'zfs-dracut' for glob 'zfs*' Note, selecting 'zfs-modules' for glob 'zfs*' Note, selecting 'zfs-test' for glob 'zfs*' Note, selecting 'zfs-initramfs' for glob 'zfs*' Note, selecting 'zfs-zed' for glob 'zfs*' Note, selecting 'zfsutils-linux' for glob 'zfs*' Note, selecting 'zfs-fuse' for glob 'zfs*' Note, selecting 'zfs' for glob 'zfs*' Note, selecting 'zfsnap' for glob 'zfs*' Note, selecting 'zfs-dkms' for glob 'zfs*' Note, selecting 'zfsutils-linux' instead of 'zfsutils' Note, selecting 'zfs-dkms' instead of 'zfs-modules' Package 'zfs-fuse' is not installed, so not removed Package 'zfsnap' is not installed, so not removed Package 'zfs-dkms' is not installed, so not removed Package 'zfs-zed' is not installed, so not removed Package 'zfsutils-linux' is not installed, so not removed The following packages will be REMOVED: kmod-zfs-4.19.0-5-amd64* kmod-zfs-devel* kmod-zfs-devel-4.19.0-5-amd64* libnvpair3* libuutil3* libzfs5* libzfs5-devel* libzpool5* python3-pyzfs* zfs* zfs-dracut* zfs-initramfs* zfs-test* 0 upgraded, 0 newly installed, 13 to remove and 201 not upgraded. After this operation, 55.8 MB disk space will be freed. Do you want to continue? [Y/n] (Reading database ... 85127 files and directories currently installed.) Removing kmod-zfs-4.19.0-5-amd64 (2.1.7-1) ... Removing kmod-zfs-devel (2.1.7-1) ... Removing kmod-zfs-devel-4.19.0-5-amd64 (2.1.7-1) ... Removing libnvpair3 (2.1.7-1) ... Removing libuutil3 (2.1.7-1) ... Removing libzfs5 (2.1.7-1) ... Removing libzfs5-devel (2.1.7-1) ... Removing libzpool5 (2.1.7-1) ... Removing zfs-test (2.1.7-1) ... Removing python3-pyzfs (2.1.7-1) ... Removing zfs (2.1.7-1) ... Removing zfs-dracut (2.1.7-1) ... Removing zfs-initramfs (2.1.7-1) ... Processing triggers for man-db (2.8.5-2) ... Processing triggers for libc-bin (2.28-10) ... (Reading database ... 81845 files and directories currently installed.) Purging configuration files for kmod-zfs-4.19.0-5-amd64 (2.1.7-1) ... Purging configuration files for zfs (2.1.7-1) ... dpkg: warning: while removing zfs, directory '/usr/lib/systemd/system-preset' not empty so not removed dpkg: warning: while removing zfs, directory '/usr/lib/systemd/system-generators' not empty so not removed dpkg: warning: while removing zfs, directory '/usr/lib/systemd/system' not empty so not removed dpkg: warning: while removing zfs, directory '/etc/zfs' not empty so not removed Purging configuration files for libuutil3 (2.1.7-1) ... # cd /usr/local/src && rm -rf zfs-2.1.7 # apt reinstall linux-headers-4.19.0-5-amd64 linux-headers-4.19.0-5-common Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 2 reinstalled, 0 to remove and 200 not upgraded. Need to get 8,941 kB of archives. After this operation, 0 B of additional disk space will be used. Get:1 http://snapshot.debian.org/archive/debian-security/20190901 buster/updates/main amd64 linux-headers-4.19.0-5-amd64 amd64 4.19.37-5+deb10u2 [750 kB] Get:2 http://snapshot.debian.org/archive/debian-security/20190901 buster/updates/main amd64 linux-headers-4.19.0-5-common all 4.19.37-5+deb10u2 [8,190 kB] Fetched 8,941 kB in 15s (580 kB/s) (Reading database ... 81813 files and directories currently installed.) Preparing to unpack .../linux-headers-4.19.0-5-amd64_4.19.37-5+deb10u2_amd64.deb ... Unpacking linux-headers-4.19.0-5-amd64 (4.19.37-5+deb10u2) over (4.19.37-5+deb10u2) ... Preparing to unpack .../linux-headers-4.19.0-5-common_4.19.37-5+deb10u2_all.deb ... Unpacking linux-headers-4.19.0-5-common (4.19.37-5+deb10u2) over (4.19.37-5+deb10u2) ... Setting up linux-headers-4.19.0-5-common (4.19.37-5+deb10u2) ... Setting up linux-headers-4.19.0-5-amd64 (4.19.37-5+deb10u2) ... # tar -xf zfs-2.1.7.tar.gz && cd zfs-2.1.7 # ./autogen.sh autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I config autoreconf: configure.ac: tracing autoreconf: configure.ac: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'. libtoolize: copying file 'config/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'config'. libtoolize: copying file 'config/libtool.m4' libtoolize: copying file 'config/ltoptions.m4' libtoolize: copying file 'config/ltsugar.m4' libtoolize: copying file 'config/ltversion.m4' libtoolize: copying file 'config/lt~obsolete.m4' autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:48: installing 'config/compile' configure.ac:42: installing 'config/missing' cmd/mount_zfs/Makefile.am: installing 'config/depcomp' autoreconf: Leaving directory `.' ``` [`./configure --enable-systemd` output](https://github.com/openzfs/zfs/files/10429182/configure-command-and-output.txt) [`make -j16` output](https://github.com/openzfs/zfs/files/10429233/make-command-and-output.txt) [`make -j16 deb-utils deb-kmod` output](https://github.com/openzfs/zfs/files/10429193/makedebs-command-and-output.txt) ``` # dpkg -i kmod-zfs-4.19.0-5-amd64_2.1.7-1_amd64.deb zfs_2.1.7-1_amd64.deb Selecting previously unselected package kmod-zfs-4.19.0-5-amd64. (Reading database ... 81813 files and directories currently installed.) Preparing to unpack kmod-zfs-4.19.0-5-amd64_2.1.7-1_amd64.deb ... Unpacking kmod-zfs-4.19.0-5-amd64 (2.1.7-1) ... Selecting previously unselected package zfs. Preparing to unpack zfs_2.1.7-1_amd64.deb ... Unpacking zfs (2.1.7-1) ... Setting up kmod-zfs-4.19.0-5-amd64 (2.1.7-1) ... Setting up zfs (2.1.7-1) ... Processing triggers for man-db (2.8.5-2) ... ```

mod commands and output

# modprobe -v zfs
insmod /lib/modules/4.19.0-5-amd64/extra/zfs/spl/spl.ko 
modprobe: ERROR: could not insert 'zfs': Exec format error

# insmod /lib/modules/4.19.0-5-amd64/extra/zfs/spl/spl.ko 
insmod: ERROR: could not insert module /lib/modules/4.19.0-5-amd64/extra/zfs/spl/spl.ko: Invalid module format

# tail /var/log/syslog
[...]
<datetime> <hostname> kernel: [<uptime>] module: x86/modules: Skipping invalid relocation target, existing value is nonzero for type 1, loc 000000002cf3eefb, val ffffffffc093a1f0
<datetime> <hostname> kernel: [<uptime>] module: x86/modules: Skipping invalid relocation target, existing value is nonzero for type 1, loc 0000000007ce8a9e, val ffffffffc09e61f0
rincebrain commented 1 year ago

Any particular reason you're running an ancient snapshot kernel? I don't have any particular reason to think a newer one would help here, just wondering since you mentioned reaching into snapshot.debian.org to get it, and buster is up to 4.19.0-23...

AGI-chandler commented 1 year ago

@rincebrain Not really, that was just the last time I did a full upgrade.  I could even go to 5.10 from buster-backports, too.  If a new kernel or reboot wouldn't help then I can keep enjoying my uptime. 18:56:40 up 738 days, 4:12, 1 user, load average: 0.05, 0.09, 0.04

Frankly, I don't even understand what the error means in the first place.  I'll keep doing research or try going back to the old ZFS version.  Maybe I should post about it in the kernel community to see if anyone there has insights?

rincebrain commented 1 year ago

I can't say it would or wouldn't.

I've personally come to dislike the notion of long monolithic server uptimes as a feature, for similar reasons to why people dislike having special snowflake servers with no reproducibility in their setup - the longer it's been since you checked that booting works, the more likely it is something broke, and if it breaks, you're going to be hard-pressed to reproduce every magical thing about how it worked before. But YMMV.

AGI-chandler commented 1 year ago

Can't say I've seen that problem ever.  If it booted fine 738 days ago it'll boot fine again, but that may be because I practically haven't changed anything.  I could maybe see how installing all kinds of updates upon updates and never rebooting might mess something up, but that seems unlikely as well since the last working kernel is always saved as a fallback in such cases...  Either way, it's not like I force these sorts of situations, but it is nice to be reminded of how impeccable our electricity, hardware, and software are that provides our valuable services. ☺️

rincebrain commented 1 year ago

Yes, if you don't update, it's unlikely to fail on reboot. My remark was on installing updates without rebooting.

AGI-chandler commented 1 year ago

Welp, nobody seems to have a clue what causes these modprobe errors.  I started to get the same errors with the QAT modules too, so I also asked Intel about it, as well as Linux-Modules mailing list (you'd think someone there would know).  So that's pretty funny.  It's probably for the better.  This hardware deserved an upgrade after over 2 years of constantly running stale stanky code.  So I gave it a new BIOS firmware, new BMC firmware, new bootloaders, new partition tables, a new kernel, upgraded the operating system, upgraded all the software packages, and reinstalled the QAT drivers.  Now it's humming along with its QuickAssist engines, waiting for work!  but ZFS is still a PITA! 😂

Where do I begin?  Well, with the latest 2.1.8 release, I'm running into this nearly 3 year old issue where make deb is making rpm's, sneaky Red Hatss... actually that OP was lucky, they were getting rpm's AND deb's, but not me.  configure finds alien but then there's no mention of it afterwards during make deb.  No big deal, I just run alien -cd on the RPM's I want to convert and install them myself.  Even after installing zfs-dkms, the modules were not inserted.  Then I remembered zfs.sh and tried it, only to be met with another ancient issue: FATAL: modpost: GPL-incompatible module zfs.ko uses GPL-only symbol 'perf_trace_buf_alloc'.  Ok that was enough of that for now, so I uninstalled and cleaned up and apt remove --purgeed the debs I installed.

Finally, I thought I'd give my other QAT+Debian bud @ioguix's idea a try and export ICP_ROOT=/usr/local/src/QAT.L.4.20.0-00001 && apt install -t bullseye-backports libnvpair3linux libuutil3linux libzfs4linux libzpool5linux zfs-dkms zfs-zed zfsutils-linux.  This really wanted to work, but it didn't.  The zfs-dkms package actually got the modules inserted, but still complained:

znvpair: module license 'CDDL' taints kernel.
Disabling lock debugging due to kernel taint
ZFS: Loaded module v2.1.7-1~bpo11+1, ZFS pool version 5000, ZFS filesystem version 5

Somehow they figured out a way to force insert it... but that was a bad idea because now the QAT is complaining when I tried zpool import:

It just can't handle it (+1350 lines) ``` DMAR: DRHD: handling fault status reg 2 c6xx 0000:60:00.0: SOFTERRORPARITY[0],00000000,SOFTERRORPARITY[1],00000000,SOFTERRORPARITY[2],00000000, DMAR: [DMA Read] Request device [60:00.0] PASID ffffffff fault addr 232ec8000 [fault reason 06] PTE Read access is not set c6xx 0000:60:00.0: SOFTERRORPARITY[3],00000000,SOFTERRORPARITY[4],00000000,SSMSOFTERRORPARITYMASK[0],00000000, c6xx 0000:60:00.0: SSMSOFTERRORPARITYMASK[1],00000000,SSMSOFTERRORPARITYMASK[2],00000000,SSMSOFTERRORPARITYMASK[3],00000000, c6xx 0000:60:00.0: SSMSOFTERRORPARITYMASK[4],00000000,SSMOMETHSTS[0],00000000,SSMOMETHSTS[1],00000000, c6xx 0000:60:00.0: SSMOMETHSTS[2],00000000,SSMOMETHSTS[3],00000000,SSMOMETHSTS[4],00000000,SSMEMETHSTS[0],00000000, c6xx 0000:60:00.0: SSMEMETHSTS[1],00000000,SSMEMETHSTS[2],00000000,SSMEMETHSTS[3],00000000,SSMEMETHSTS[4],00000000, c6xx 0000:60:00.0: SHINTMASKSSM[0],001f3333,SHINTMASKSSM[1],001f3333,SHINTMASKSSM[2],001f3333,SHINTMASKSSM[3],001f3333, c6xx 0000:60:00.0: SHINTMASKSSM[4],001f3333,SLICEHANGSTATUS[0],00000000,SLICEHANGSTATUS[1],00000000, c6xx 0000:60:00.0: SLICEHANGSTATUS[2],00000000,SLICEHANGSTATUS[3],00000000,SLICEHANGSTATUS[4],00000000, c6xx 0000:60:00.0: ERRSOU0[0],00000002,ERRSOU1[0],00000000,ERRSOU3[0],00000040,ERRSOU4[0],00000000, c6xx 0000:60:00.0: ERRSOU5[0],00000000,ERRMSK0[0],81010101,ERRMSK1[0],01010101,ERRMSK3[0],00000000, c6xx 0000:60:00.0: ERRMSK4[0],00000101,ERRMSK5[0],00000000,RICPPINTCTL[0],00000007,RICPPINTSTS[0],00000000, c6xx 0000:60:00.0: RIERRPUSHID[0],00000000,RIERRPULLID[0],00000000,CPP_CFC_ERR_STATUS[0],00000000,CPP_CFC_ERR_PPID[0],000000 c6xx 0000:60:00.0: PDTCRTHRESH[0],00000000,TICPPINTCTL[0],0000001f,TICPPINTSTS[0],00000001,TIERRPUSHID[0],00580020, c6xx 0000:60:00.0: TIERRPULLID[0],00000000,SECRAMUERR[0],00020008,SECRAMUERRAD[0],00000000,CPPMEMTGTERR[0],0000000c, c6xx 0000:60:00.0: ERRPPID[0],00000000,TIMISCCTL[0],00000008,TIMISCSTS[0],00008200,TIERRPPID[0],00000000, c6xx 0000:60:00.0: TINPDBGSTSR[0],00000000,TIPDBGSTSR[0],00000000,TICDBGSTSR[0],00000000,TIICDBGSTSR[0],00000000, c6xx 0000:60:00.0: ADMINMSGSTSR[0],00000000,SECRAMERR[0],00000008,ADF_SECRAMERRAD[0],00000000,EPERRLOG[0],00000002, c6xx 0000:60:00.0: WQSTAT[0],00000000,WQSTAT[1],00000000,WQSTAT[2],00000000,WQSTAT[3],00000000,WQSTAT[4],00000000, c6xx 0000:60:00.0: INTMASKSSM[0],00000aaa,INTMASKSSM[1],00000aaa,INTMASKSSM[2],00000aaa,INTMASKSSM[3],00000aaa, c6xx 0000:60:00.0: INTMASKSSM[4],00000aaa,INTSTATSSM[0],00000000,INTSTATSSM[1],00000000,INTSTATSSM[2],00000000, c6xx 0000:60:00.0: INTSTATSSM[3],00000000,INTSTATSSM[4],00000000,PPERR[0],00000004,PPERR[1],00000004, c6xx 0000:60:00.0: PPERR[2],00000004,PPERR[3],00000004,PPERR[4],00000004,PPERRID[0],00000000,PPERRID[1],00000000, c6xx 0000:60:00.0: PPERRID[2],00000000,PPERRID[3],00000000,PPERRID[4],00000000,UERRSSMSH[0],00000008, c6xx 0000:60:00.0: UERRSSMSH[1],00000008,UERRSSMSH[2],00000008,UERRSSMSH[3],00000008,UERRSSMSH[4],00000008, c6xx 0000:60:00.0: UERRSSMSHAD[0],00000000,UERRSSMSHAD[1],00000000,UERRSSMSHAD[2],00000000,UERRSSMSHAD[3],00000000, c6xx 0000:60:00.0: UERRSSMSHAD[4],00000000,CERRSSMMMP0[0],00000000,CERRSSMMMP0[1],00000000,CERRSSMMMP0[2],00000000, c6xx 0000:60:00.0: CERRSSMMMP0[3],00000000,CERRSSMMMP0[4],00000000,CERRSSMMMP1[0],00000000,CERRSSMMMP1[1],00000000, c6xx 0000:60:00.0: CERRSSMMMP1[2],00000000,CERRSSMMMP1[3],00000000,CERRSSMMMP1[4],00000000,CERRSSMMMP2[0],00000000, c6xx 0000:60:00.0: CERRSSMMMP2[1],00000000,CERRSSMMMP2[2],00000000,CERRSSMMMP2[3],00000000,CERRSSMMMP2[4],00000000, c6xx 0000:60:00.0: CERRSSMMMP3[0],00000000,CERRSSMMMP3[1],00000000,CERRSSMMMP3[2],00000000,CERRSSMMMP3[3],00000000, c6xx 0000:60:00.0: CERRSSMMMP3[4],00000000,CERRSSMMMP4[0],00000000,CERRSSMMMP4[1],00000000,CERRSSMMMP4[2],00000000, c6xx 0000:60:00.0: CERRSSMMMP4[3],00000000,CERRSSMMMP4[4],00000000,CERRSSMMMPAD0[0],00000000,CERRSSMMMPAD0[1],00000000, c6xx 0000:60:00.0: CERRSSMMMPAD0[2],00000000,CERRSSMMMPAD0[3],00000000,CERRSSMMMPAD0[4],00000000,CERRSSMMMPAD1[0],00000000, c6xx 0000:60:00.0: CERRSSMMMPAD1[1],00000000,CERRSSMMMPAD1[2],00000000,CERRSSMMMPAD1[3],00000000,CERRSSMMMPAD1[4],00000000, c6xx 0000:60:00.0: CERRSSMMMPAD2[0],00000000,CERRSSMMMPAD2[1],00000000,CERRSSMMMPAD2[2],00000000,CERRSSMMMPAD2[3],00000000, c6xx 0000:60:00.0: CERRSSMMMPAD2[4],00000000,CERRSSMMMPAD3[0],00000000,CERRSSMMMPAD3[1],00000000,CERRSSMMMPAD3[2],00000000, c6xx 0000:60:00.0: CERRSSMMMPAD3[3],00000000,CERRSSMMMPAD3[4],00000000,CERRSSMMMPAD4[0],00000000,CERRSSMMMPAD4[1],00000000, c6xx 0000:60:00.0: CERRSSMMMPAD4[2],00000000,CERRSSMMMPAD4[3],00000000,CERRSSMMMPAD4[4],00000000,UERRSSMMMP0[0],00000000, c6xx 0000:60:00.0: UERRSSMMMP0[1],00000000,UERRSSMMMP0[2],00000000,UERRSSMMMP0[3],00000000,UERRSSMMMP0[4],00000000, c6xx 0000:60:00.0: UERRSSMMMP1[0],00000000,UERRSSMMMP1[1],00000000,UERRSSMMMP1[2],00000000,UERRSSMMMP1[3],00000000, c6xx 0000:60:00.0: UERRSSMMMP1[4],00000000,UERRSSMMMP2[0],00000000,UERRSSMMMP2[1],00000000,UERRSSMMMP2[2],00000000, c6xx 0000:60:00.0: UERRSSMMMP2[3],00000000,UERRSSMMMP2[4],00000000,UERRSSMMMP3[0],00000000,UERRSSMMMP3[1],00000000, c6xx 0000:60:00.0: UERRSSMMMP3[2],00000000,UERRSSMMMP3[3],00000000,UERRSSMMMP3[4],00000000,UERRSSMMMP4[0],00000000, c6xx 0000:60:00.0: UERRSSMMMP4[1],00000000,UERRSSMMMP4[2],00000000,UERRSSMMMP4[3],00000000,UERRSSMMMP4[4],00000000, c6xx 0000:60:00.0: UERRSSMMMPAD0[0],00000000,UERRSSMMMPAD0[1],00000000,UERRSSMMMPAD0[2],00000000,UERRSSMMMPAD0[3],00000000, c6xx 0000:60:00.0: UERRSSMMMPAD0[4],00000000,UERRSSMMMPAD1[0],00000000,UERRSSMMMPAD1[1],00000000,UERRSSMMMPAD1[2],00000000, c6xx 0000:60:00.0: UERRSSMMMPAD1[3],00000000,UERRSSMMMPAD1[4],00000000,UERRSSMMMPAD2[0],00000000,UERRSSMMMPAD2[1],00000000, c6xx 0000:60:00.0: UERRSSMMMPAD2[2],00000000,UERRSSMMMPAD2[3],00000000,UERRSSMMMPAD2[4],00000000,UERRSSMMMPAD3[0],00000000, c6xx 0000:60:00.0: UERRSSMMMPAD3[1],00000000,UERRSSMMMPAD3[2],00000000,UERRSSMMMPAD3[3],00000000,UERRSSMMMPAD3[4],00000000, c6xx 0000:60:00.0: UERRSSMMMPAD4[0],00000000,UERRSSMMMPAD4[1],00000000,UERRSSMMMPAD4[2],00000000,UERRSSMMMPAD4[3],00000000, c6xx 0000:60:00.0: UERRSSMMMPAD4[4],00000000,EXPRPSSMCMP0[0],00000000,EXPRPSSMCMP0[1],00000000,EXPRPSSMCMP0[2],00000000, c6xx 0000:60:00.0: EXPRPSSMCMP0[3],00000000,EXPRPSSMCMP0[4],00000000,EXPRPSSMCMP1[0],00000000,EXPRPSSMCMP1[1],00000000, c6xx 0000:60:00.0: EXPRPSSMCMP1[2],00000000,EXPRPSSMCMP1[3],00000000,EXPRPSSMCMP1[4],00000000,EXPRPSSMXLT0[0],00000000, c6xx 0000:60:00.0: EXPRPSSMXLT0[1],00000000,EXPRPSSMXLT0[2],00000000,EXPRPSSMXLT0[3],00000000,EXPRPSSMXLT0[4],00000000, c6xx 0000:60:00.0: EXPRPSSMXLT1[0],00000000,EXPRPSSMXLT1[1],00000000,EXPRPSSMXLT1[2],00000000,EXPRPSSMXLT1[3],00000000, c6xx 0000:60:00.0: EXPRPSSMXLT1[4],00000000,USTORE_ERROR_STATUS[0],00003fff,USTORE_ERROR_STATUS[1],000739cf, c6xx 0000:60:00.0: USTORE_ERROR_STATUS[2],00071b9f,USTORE_ERROR_STATUS[3],00073fff,USTORE_ERROR_STATUS[4],00073fcf, c6xx 0000:60:00.0: REG_ERROR_STATUS[0],00010002,REG_ERROR_STATUS[1],000303ff,REG_ERROR_STATUS[2],000103ff, c6xx 0000:60:00.0: REG_ERROR_STATUS[3],000303ff,REG_ERROR_STATUS[4],000303ff,CTX_ENABLES[0],12100000, c6xx 0000:60:00.0: CTX_ENABLES[1],1010ff00,CTX_ENABLES[2],1010ff00,CTX_ENABLES[3],1010ff00,CTX_ENABLES[4],1010ff00, c6xx 0000:60:00.0: ACTIVE_CTX_STS[0],00000000,ACTIVE_CTX_STS[1],00000000,ACTIVE_CTX_STS[2],00000000, c6xx 0000:60:00.0: ACTIVE_CTX_STS[3],00000000,ACTIVE_CTX_STS[4],00000000,INDIRECT_CTX_STS[0],00000000, c6xx 0000:60:00.0: INDIRECT_CTX_STS[1],00000000,INDIRECT_CTX_STS[2],00000000,INDIRECT_CTX_STS[3],00000000, c6xx 0000:60:00.0: INDIRECT_CTX_STS[4],00000000,ACTIVE_CTX_SIG_EVENTS[0],00000000,ACTIVE_CTX_SIG_EVENTS[1],00000000, c6xx 0000:60:00.0: ACTIVE_CTX_SIG_EVENTS[2],00000000,ACTIVE_CTX_SIG_EVENTS[3],00000000,ACTIVE_CTX_SIG_EVENTS[4],00000000, c6xx 0000:60:00.0: INDIRECT_CTX_SIG_EVENTS[0],00000000,INDIRECT_CTX_SIG_EVENTS[1],00000000,INDIRECT_CTX_SIG_EVENTS[2],000000 c6xx 0000:60:00.0: INDIRECT_CTX_SIG_EVENTS[3],00000000,INDIRECT_CTX_SIG_EVENTS[4],00000000,ACTIVE_CTX_WAKEUP_EVENTS[0],00000 c6xx 0000:60:00.0: ACTIVE_CTX_WAKEUP_EVENTS[1],00000000,ACTIVE_CTX_WAKEUP_EVENTS[2],00000000,ACTIVE_CTX_WAKEUP_EVENTS[3],000 c6xx 0000:60:00.0: ACTIVE_CTX_WAKEUP_EVENTS[4],00000000,INDIRECT_CTX_WAKEUP_EVENTS[0],00000000,INDIRECT_CTX_WAKEUP_EVENTS[1] c6xx 0000:60:00.0: INDIRECT_CTX_WAKEUP_EVENTS[2],00000000,INDIRECT_CTX_WAKEUP_EVENTS[3],00000000,INDIRECT_CTX_WAKEUP_EVENTS[ c6xx 0000:60:00.0: MISC_CONTROL[0],00000000,MISC_CONTROL[1],00000000,MISC_CONTROL[2],00000000,MISC_CONTROL[3],00000000, c6xx 0000:60:00.0: MISC_CONTROL[4],00000000,LOCAL_CSR_STATUS[0],00000000,LOCAL_CSR_STATUS[1],00000000, c6xx 0000:60:00.0: LOCAL_CSR_STATUS[2],00000000,LOCAL_CSR_STATUS[3],00000000,LOCAL_CSR_STATUS[4],00000000, c6xx 0000:60:00.0: SLICEPWRDOWN[0],00000000,SLICEPWRDOWN[1],00000000,SLICEPWRDOWN[2],00000000,SLICEPWRDOWN[3],00000000, c6xx 0000:60:00.0: SLICEPWRDOWN[4],00000000,CPM_SLICE_STATUS[0],00033303,CPM_SLICE_STATUS[1],00033303, c6xx 0000:60:00.0: CPM_SLICE_STATUS[2],00033303,CPM_SLICE_STATUS[3],00033303,CPM_SLICE_STATUS[4],00033303, c6xx 0000:60:00.0: CPMINSTID[0],00000000,CPMINSTID[1],00000004,CPMINSTID[2],00000005,CPMINSTID[3],00000006, c6xx 0000:60:00.0: CPMINSTID[4],00000007, c6xx 0000:60:00.0: PCI Config[0x000] 0x37C88086 c6xx 0000:60:00.0: PCI Config[0x004] 0x60100546 c6xx 0000:60:00.0: PCI Config[0x008] 0x0B400004 c6xx 0000:60:00.0: PCI Config[0x00C] 0x00000008 c6xx 0000:60:00.0: PCI Config[0x010] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x014] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x018] 0xC5D40004 c6xx 0000:60:00.0: PCI Config[0x01C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x020] 0xC5D00004 c6xx 0000:60:00.0: PCI Config[0x024] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x028] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x02C] 0x00018086 c6xx 0000:60:00.0: PCI Config[0x030] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x034] 0x000000B0 c6xx 0000:60:00.0: PCI Config[0x038] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x03C] 0x0000010B c6xx 0000:60:00.0: PCI Config[0x040] 0x8C000000 c6xx 0000:60:00.0: PCI Config[0x044] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x048] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x04C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x050] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x054] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x058] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x05C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x060] 0x80106C11 c6xx 0000:60:00.0: PCI Config[0x064] 0x0003B002 c6xx 0000:60:00.0: PCI Config[0x068] 0x0003B802 c6xx 0000:60:00.0: PCI Config[0x06C] 0x00237401 c6xx 0000:60:00.0: PCI Config[0x070] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x074] 0x00020010 c6xx 0000:60:00.0: PCI Config[0x078] 0x10008061 c6xx 0000:60:00.0: PCI Config[0x07C] 0x000A2934 c6xx 0000:60:00.0: PCI Config[0x080] 0x00400D02 c6xx 0000:60:00.0: PCI Config[0x084] 0x01020000 c6xx 0000:60:00.0: PCI Config[0x088] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x08C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x090] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x094] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x098] 0x00000012 c6xx 0000:60:00.0: PCI Config[0x09C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x0A0] 0x00000004 c6xx 0000:60:00.0: PCI Config[0x0A4] 0x00000002 c6xx 0000:60:00.0: PCI Config[0x0A8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x0AC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x0B0] 0x01806005 c6xx 0000:60:00.0: PCI Config[0x0B4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x0B8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x0BC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x0C0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x0C4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x0C8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x0CC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x0D0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x0D4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x0D8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x0DC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x0E0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x0E4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x0E8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x0EC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x0F0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x0F4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x0F8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x0FC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x100] 0x13810001 c6xx 0000:60:00.0: PCI Config[0x104] 0x00504000 c6xx 0000:60:00.0: PCI Config[0x108] 0x00500000 c6xx 0000:60:00.0: PCI Config[0x10C] 0x00060010 c6xx 0000:60:00.0: PCI Config[0x110] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x114] 0x00002000 c6xx 0000:60:00.0: PCI Config[0x118] 0x000000AE c6xx 0000:60:00.0: PCI Config[0x11C] 0x01000200 c6xx 0000:60:00.0: PCI Config[0x120] 0x00200000 c6xx 0000:60:00.0: PCI Config[0x124] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x128] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x12C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x130] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x134] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x138] 0x1401000E c6xx 0000:60:00.0: PCI Config[0x13C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x140] 0x1B010010 c6xx 0000:60:00.0: PCI Config[0x144] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x148] 0x00000010 c6xx 0000:60:00.0: PCI Config[0x14C] 0x00100010 c6xx 0000:60:00.0: PCI Config[0x150] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x154] 0x00010008 c6xx 0000:60:00.0: PCI Config[0x158] 0x37C90000 c6xx 0000:60:00.0: PCI Config[0x15C] 0x00000553 c6xx 0000:60:00.0: PCI Config[0x160] 0x00000001 c6xx 0000:60:00.0: PCI Config[0x164] 0xC5D80004 c6xx 0000:60:00.0: PCI Config[0x168] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x16C] 0xC5D90004 c6xx 0000:60:00.0: PCI Config[0x170] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x174] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x178] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x17C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x180] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x184] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x188] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x18C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x190] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x194] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x198] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x19C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x1A0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x1A4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x1A8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x1AC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x1B0] 0x0001000D c6xx 0000:60:00.0: PCI Config[0x1B4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x1B8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x1BC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x1C0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x1C4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x1C8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x1CC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x1D0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x1D4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x1D8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x1DC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x1E0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x1E4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x1E8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x1EC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x1F0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x1F4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x1F8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x1FC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x200] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x204] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x208] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x20C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x210] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x214] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x218] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x21C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x220] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x224] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x228] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x22C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x230] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x234] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x238] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x23C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x240] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x244] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x248] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x24C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x250] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x254] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x258] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x25C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x260] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x264] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x268] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x26C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x270] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x274] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x278] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x27C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x280] 0x00000801 c6xx 0000:60:00.0: PCI Config[0x284] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x288] 0x00000800 c6xx 0000:60:00.0: PCI Config[0x28C] 0x00000001 c6xx 0000:60:00.0: PCI Config[0x290] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x294] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x298] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x29C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x2A0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x2A4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x2A8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x2AC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x2B0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x2B4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x2B8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x2BC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x2C0] 0x00000010 c6xx 0000:60:00.0: PCI Config[0x2C4] 0x00008010 c6xx 0000:60:00.0: PCI Config[0x2C8] 0x8C000000 c6xx 0000:60:00.0: PCI Config[0x2CC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x2D0] 0x000811F0 c6xx 0000:60:00.0: PCI Config[0x2D4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x2D8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x2DC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x2E0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x2E4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x2E8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x2EC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x2F0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x2F4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x2F8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x2FC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x300] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x304] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x308] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x30C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x310] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x314] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x318] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x31C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x320] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x324] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x328] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x32C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x330] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x334] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x338] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x33C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x340] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x344] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x348] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x34C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x350] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x354] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x358] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x35C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x360] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x364] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x368] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x36C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x370] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x374] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x378] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x37C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x380] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x384] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x388] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x38C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x390] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x394] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x398] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x39C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x3A0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x3A4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x3A8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x3AC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x3B0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x3B4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x3B8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x3BC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x3C0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x3C4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x3C8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x3CC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x3D0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x3D4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x3D8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x3DC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x3E0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x3E4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x3E8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x3EC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x3F0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x3F4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x3F8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x3FC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x400] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x404] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x408] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x40C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x410] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x414] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x418] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x41C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x420] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x424] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x428] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x42C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x430] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x434] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x438] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x43C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x440] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x444] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x448] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x44C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x450] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x454] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x458] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x45C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x460] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x464] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x468] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x46C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x470] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x474] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x478] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x47C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x480] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x484] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x488] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x48C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x490] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x494] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x498] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x49C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x4A0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x4A4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x4A8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x4AC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x4B0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x4B4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x4B8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x4BC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x4C0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x4C4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x4C8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x4CC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x4D0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x4D4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x4D8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x4DC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x4E0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x4E4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x4E8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x4EC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x4F0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x4F4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x4F8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x4FC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x500] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x504] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x508] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x50C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x510] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x514] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x518] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x51C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x520] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x524] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x528] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x52C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x530] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x534] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x538] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x53C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x540] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x544] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x548] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x54C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x550] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x554] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x558] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x55C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x560] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x564] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x568] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x56C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x570] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x574] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x578] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x57C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x580] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x584] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x588] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x58C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x590] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x594] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x598] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x59C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x5A0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x5A4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x5A8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x5AC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x5B0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x5B4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x5B8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x5BC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x5C0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x5C4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x5C8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x5CC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x5D0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x5D4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x5D8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x5DC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x5E0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x5E4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x5E8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x5EC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x5F0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x5F4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x5F8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x5FC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x600] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x604] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x608] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x60C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x610] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x614] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x618] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x61C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x620] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x624] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x628] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x62C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x630] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x634] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x638] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x63C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x640] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x644] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x648] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x64C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x650] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x654] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x658] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x65C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x660] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x664] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x668] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x66C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x670] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x674] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x678] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x67C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x680] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x684] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x688] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x68C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x690] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x694] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x698] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x69C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x6A0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x6A4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x6A8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x6AC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x6B0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x6B4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x6B8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x6BC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x6C0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x6C4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x6C8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x6CC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x6D0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x6D4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x6D8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x6DC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x6E0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x6E4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x6E8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x6EC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x6F0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x6F4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x6F8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x6FC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x700] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x704] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x708] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x70C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x710] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x714] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x718] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x71C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x720] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x724] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x728] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x72C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x730] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x734] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x738] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x73C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x740] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x744] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x748] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x74C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x750] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x754] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x758] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x75C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x760] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x764] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x768] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x76C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x770] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x774] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x778] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x77C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x780] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x784] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x788] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x78C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x790] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x794] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x798] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x79C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x7A0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x7A4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x7A8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x7AC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x7B0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x7B4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x7B8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x7BC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x7C0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x7C4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x7C8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x7CC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x7D0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x7D4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x7D8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x7DC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x7E0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x7E4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x7E8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x7EC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x7F0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x7F4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x7F8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x7FC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x800] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x804] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x808] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x80C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x810] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x814] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x818] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x81C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x820] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x824] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x828] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x82C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x830] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x834] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x838] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x83C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x840] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x844] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x848] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x84C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x850] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x854] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x858] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x85C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x860] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x864] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x868] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x86C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x870] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x874] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x878] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x87C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x880] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x884] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x888] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x88C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x890] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x894] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x898] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x89C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x8A0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x8A4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x8A8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x8AC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x8B0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x8B4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x8B8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x8BC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x8C0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x8C4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x8C8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x8CC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x8D0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x8D4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x8D8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x8DC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x8E0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x8E4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x8E8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x8EC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x8F0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x8F4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x8F8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x8FC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x900] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x904] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x908] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x90C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x910] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x914] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x918] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x91C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x920] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x924] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x928] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x92C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x930] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x934] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x938] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x93C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x940] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x944] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x948] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x94C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x950] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x954] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x958] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x95C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x960] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x964] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x968] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x96C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x970] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x974] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x978] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x97C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x980] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x984] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x988] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x98C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x990] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x994] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x998] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x99C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x9A0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x9A4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x9A8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x9AC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x9B0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x9B4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x9B8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x9BC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x9C0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x9C4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x9C8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x9CC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x9D0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x9D4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x9D8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x9DC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x9E0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x9E4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x9E8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x9EC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x9F0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x9F4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x9F8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0x9FC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA00] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA04] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA08] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA0C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA10] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA14] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA18] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA1C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA20] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA24] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA28] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA2C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA30] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA34] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA38] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA3C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA40] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA44] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA48] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA4C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA50] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA54] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA58] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA5C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA60] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA64] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA68] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA6C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA70] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA74] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA78] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA7C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA80] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA84] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA88] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA8C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA90] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA94] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA98] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xA9C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xAA0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xAA4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xAA8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xAAC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xAB0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xAB4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xAB8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xABC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xAC0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xAC4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xAC8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xACC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xAD0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xAD4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xAD8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xADC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xAE0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xAE4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xAE8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xAEC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xAF0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xAF4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xAF8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xAFC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB00] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB04] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB08] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB0C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB10] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB14] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB18] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB1C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB20] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB24] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB28] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB2C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB30] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB34] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB38] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB3C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB40] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB44] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB48] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB4C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB50] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB54] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB58] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB5C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB60] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB64] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB68] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB6C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB70] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB74] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB78] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB7C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB80] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB84] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB88] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB8C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB90] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB94] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB98] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xB9C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xBA0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xBA4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xBA8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xBAC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xBB0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xBB4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xBB8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xBBC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xBC0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xBC4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xBC8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xBCC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xBD0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xBD4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xBD8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xBDC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xBE0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xBE4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xBE8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xBEC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xBF0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xBF4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xBF8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xBFC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC00] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC04] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC08] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC0C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC10] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC14] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC18] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC1C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC20] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC24] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC28] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC2C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC30] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC34] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC38] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC3C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC40] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC44] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC48] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC4C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC50] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC54] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC58] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC5C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC60] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC64] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC68] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC6C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC70] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC74] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC78] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC7C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC80] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC84] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC88] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC8C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC90] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC94] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC98] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xC9C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xCA0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xCA4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xCA8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xCAC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xCB0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xCB4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xCB8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xCBC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xCC0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xCC4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xCC8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xCCC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xCD0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xCD4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xCD8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xCDC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xCE0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xCE4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xCE8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xCEC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xCF0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xCF4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xCF8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xCFC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD00] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD04] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD08] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD0C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD10] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD14] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD18] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD1C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD20] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD24] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD28] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD2C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD30] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD34] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD38] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD3C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD40] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD44] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD48] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD4C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD50] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD54] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD58] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD5C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD60] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD64] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD68] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD6C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD70] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD74] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD78] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD7C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD80] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD84] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD88] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD8C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD90] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD94] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD98] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xD9C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xDA0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xDA4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xDA8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xDAC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xDB0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xDB4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xDB8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xDBC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xDC0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xDC4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xDC8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xDCC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xDD0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xDD4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xDD8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xDDC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xDE0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xDE4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xDE8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xDEC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xDF0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xDF4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xDF8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xDFC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE00] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE04] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE08] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE0C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE10] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE14] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE18] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE1C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE20] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE24] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE28] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE2C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE30] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE34] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE38] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE3C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE40] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE44] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE48] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE4C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE50] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE54] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE58] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE5C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE60] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE64] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE68] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE6C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE70] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE74] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE78] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE7C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE80] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE84] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE88] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE8C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE90] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE94] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE98] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xE9C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xEA0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xEA4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xEA8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xEAC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xEB0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xEB4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xEB8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xEBC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xEC0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xEC4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xEC8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xECC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xED0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xED4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xED8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xEDC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xEE0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xEE4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xEE8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xEEC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xEF0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xEF4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xEF8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xEFC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF00] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF04] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF08] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF0C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF10] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF14] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF18] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF1C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF20] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF24] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF28] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF2C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF30] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF34] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF38] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF3C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF40] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF44] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF48] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF4C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF50] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF54] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF58] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF5C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF60] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF64] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF68] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF6C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF70] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF74] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF78] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF7C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF80] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF84] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF88] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF8C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF90] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF94] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF98] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xF9C] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xFA0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xFA4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xFA8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xFAC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xFB0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xFB4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xFB8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xFBC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xFC0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xFC4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xFC8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xFCC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xFD0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xFD4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xFD8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xFDC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xFE0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xFE4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xFE8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xFEC] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xFF0] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xFF4] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xFF8] 0x00000000 c6xx 0000:60:00.0: PCI Config[0xFFC] 0x00000000 c6xx 0000:60:00.0: Disable arbiter. INFO: task zpool:403483 blocked for more than 120 seconds. Tainted: P OE 5.10.0-21-amd64 #1 Debian 5.10.162-1 "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. task:zpool state:D stack: 0 pid:403483 ppid:403284 flags:0x00004006 Call Trace: __schedule+0x282/0x870 schedule+0x46/0xb0 taskq_wait+0x7e/0xc0 [spl] ? add_wait_queue_exclusive+0x70/0x70 vdev_validate+0x110/0x6b0 [zfs] ? mutex_lock+0xe/0x30 ? spa_config_enter+0xa0/0xf0 [zfs] spa_ld_validate_vdevs+0x32/0xd0 [zfs] spa_ld_mos_init+0x238/0xc20 [zfs] ? kfree+0xba/0x490 spa_ld_mos_with_trusted_config+0x19/0xb0 [zfs] spa_load+0x80/0x1760 [zfs] spa_tryimport+0x118/0x420 [zfs] zfs_ioc_pool_tryimport+0x67/0xc0 [zfs] zfsdev_ioctl_common+0x6bd/0x8e0 [zfs] ? __kmalloc_node+0x231/0x2b0 zfsdev_ioctl+0x53/0xe0 [zfs] __x64_sys_ioctl+0x88/0xc0 do_syscall_64+0x30/0x80 entry_SYSCALL_64_after_hwframe+0x61/0xc6 RIP: 0033:0x7f4483ad95f7 RSP: 002b:00007ffe28214568 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f4483ad95f7 RDX: 00007ffe28214580 RSI: 0000000000005a06 RDI: 0000000000000003 RBP: 00007ffe28217b60 R08: 00007f4483314010 R09: 0000000000000000 R10: 0000000000000022 R11: 0000000000000246 R12: 000055ac2d27d570 R13: 00007ffe28214580 R14: 000055ac2d282370 R15: 000055ac2d289698 INFO: task z_null_int:403542 blocked for more than 121 seconds. Tainted: P OE 5.10.0-21-amd64 #1 Debian 5.10.162-1 "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. task:z_null_int state:D stack: 0 pid:403542 ppid: 2 flags:0x00004000 Call Trace: __schedule+0x282/0x870 ? usleep_range+0x90/0x90 schedule+0x46/0xb0 schedule_timeout+0x107/0x150 ? __prepare_to_swait+0x4f/0x70 __wait_for_common+0xb7/0x170 qat_checksum+0x36c/0x3c0 [zfs] abd_checksum_SHA256+0xf2/0x120 [zfs] ? sugov_update_single+0x5c/0x1f0 ? sugov_update_single+0x5c/0x1f0 ? abd_copy_from_buf_off_cb+0x18/0x30 [zfs] ? abd_iterate_func.part.0+0x13f/0x1b0 [zfs] ? abd_copy_to_buf_off_cb+0x30/0x30 [zfs] zio_checksum_error_impl+0x287/0x650 [zfs] ? sha_incremental+0x20/0x20 [zfs] ? check_preempt_curr+0x2d/0x70 ? ttwu_do_wakeup+0x90/0x140 ? autoremove_wake_function+0x30/0x60 ? vdev_queue_io_to_issue+0x487/0xbe0 [zfs] ? newidle_balance+0x282/0x3d0 zio_checksum_error+0x64/0xc0 [zfs] zio_checksum_verify+0x37/0x150 [zfs] ? _cond_resched+0x16/0x50 ? mutex_lock+0xe/0x30 ? zio_wait_for_children+0x7f/0xc0 [zfs] ? zio_vdev_io_assess+0x21/0x270 [zfs] zio_execute+0x7e/0x120 [zfs] taskq_thread+0x2e0/0x520 [spl] ? wake_up_q+0xa0/0xa0 ? zio_gang_tree_free+0x70/0x70 [zfs] ? taskq_thread_spawn+0x60/0x60 [spl] kthread+0x118/0x140 ? __kthread_bind_mask+0x60/0x60 ret_from_fork+0x1f/0x30 INFO: task vdev_validate:403602 blocked for more than 121 seconds. Tainted: P OE 5.10.0-21-amd64 #1 Debian 5.10.162-1 "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. task:vdev_validate state:D stack: 0 pid:403602 ppid: 2 flags:0x00004000 Call Trace: __schedule+0x282/0x870 schedule+0x46/0xb0 taskq_wait+0x7e/0xc0 [spl] ? add_wait_queue_exclusive+0x70/0x70 vdev_validate+0x110/0x6b0 [zfs] vdev_validate_child+0x1e/0x40 [zfs] taskq_thread+0x2e0/0x520 [spl] ? wake_up_q+0xa0/0xa0 ? taskq_thread_spawn+0x60/0x60 [spl] kthread+0x118/0x140 ? __kthread_bind_mask+0x60/0x60 ret_from_fork+0x1f/0x30 INFO: task vdev_validate:403603 blocked for more than 121 seconds. Tainted: P OE 5.10.0-21-amd64 #1 Debian 5.10.162-1 "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. task:vdev_validate state:D stack: 0 pid:403603 ppid: 2 flags:0x00004000 Call Trace: __schedule+0x282/0x870 schedule+0x46/0xb0 taskq_wait+0x7e/0xc0 [spl] ? add_wait_queue_exclusive+0x70/0x70 vdev_validate+0x110/0x6b0 [zfs] vdev_validate_child+0x1e/0x40 [zfs] taskq_thread+0x2e0/0x520 [spl] ? wake_up_q+0xa0/0xa0 ? taskq_thread_spawn+0x60/0x60 [spl] kthread+0x118/0x140 ? __kthread_bind_mask+0x60/0x60 ret_from_fork+0x1f/0x30 INFO: task vdev_validate:403604 blocked for more than 121 seconds. Tainted: P OE 5.10.0-21-amd64 #1 Debian 5.10.162-1 "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. task:vdev_validate state:D stack: 0 pid:403604 ppid: 2 flags:0x00004000 Call Trace: __schedule+0x282/0x870 schedule+0x46/0xb0 taskq_wait+0x7e/0xc0 [spl] ? add_wait_queue_exclusive+0x70/0x70 vdev_validate+0x110/0x6b0 [zfs] vdev_validate_child+0x1e/0x40 [zfs] taskq_thread+0x2e0/0x520 [spl] ? wake_up_q+0xa0/0xa0 ? taskq_thread_spawn+0x60/0x60 [spl] kthread+0x118/0x140 ? __kthread_bind_mask+0x60/0x60 ret_from_fork+0x1f/0x30 INFO: task vdev_validate:403605 blocked for more than 121 seconds. Tainted: P OE 5.10.0-21-amd64 #1 Debian 5.10.162-1 "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. task:vdev_validate state:D stack: 0 pid:403605 ppid: 2 flags:0x00004000 Call Trace: __schedule+0x282/0x870 schedule+0x46/0xb0 schedule_timeout+0x8b/0x150 ? __next_timer_interrupt+0x110/0x110 io_schedule_timeout+0x4c/0x80 __cv_timedwait_common+0x12f/0x170 [spl] ? add_wait_queue_exclusive+0x70/0x70 __cv_timedwait_io+0x15/0x20 [spl] zio_wait+0x129/0x2b0 [zfs] vdev_label_read_config+0x157/0x2d0 [zfs] vdev_validate+0x225/0x6b0 [zfs] vdev_validate_child+0x1e/0x40 [zfs] taskq_thread+0x2e0/0x520 [spl] ? wake_up_q+0xa0/0xa0 ? taskq_thread_spawn+0x60/0x60 [spl] kthread+0x118/0x140 ? __kthread_bind_mask+0x60/0x60 ret_from_fork+0x1f/0x30 INFO: task vdev_validate:403606 blocked for more than 121 seconds. Tainted: P OE 5.10.0-21-amd64 #1 Debian 5.10.162-1 "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. task:vdev_validate state:D stack: 0 pid:403606 ppid: 2 flags:0x00004000 Call Trace: __schedule+0x282/0x870 schedule+0x46/0xb0 schedule_timeout+0x8b/0x150 ? __next_timer_interrupt+0x110/0x110 io_schedule_timeout+0x4c/0x80 __cv_timedwait_common+0x12f/0x170 [spl] ? add_wait_queue_exclusive+0x70/0x70 __cv_timedwait_io+0x15/0x20 [spl] zio_wait+0x129/0x2b0 [zfs] vdev_label_read_config+0x157/0x2d0 [zfs] vdev_validate+0x225/0x6b0 [zfs] vdev_validate_child+0x1e/0x40 [zfs] taskq_thread+0x2e0/0x520 [spl] ? wake_up_q+0xa0/0xa0 ? taskq_thread_spawn+0x60/0x60 [spl] kthread+0x118/0x140 ? __kthread_bind_mask+0x60/0x60 ret_from_fork+0x1f/0x30 INFO: task vdev_validate:403607 blocked for more than 121 seconds. Tainted: P OE 5.10.0-21-amd64 #1 Debian 5.10.162-1 "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. task:vdev_validate state:D stack: 0 pid:403607 ppid: 2 flags:0x00004000 Call Trace: __schedule+0x282/0x870 schedule+0x46/0xb0 schedule_timeout+0x8b/0x150 ? __next_timer_interrupt+0x110/0x110 io_schedule_timeout+0x4c/0x80 __cv_timedwait_common+0x12f/0x170 [spl] ? add_wait_queue_exclusive+0x70/0x70 __cv_timedwait_io+0x15/0x20 [spl] zio_wait+0x129/0x2b0 [zfs] vdev_label_read_config+0x157/0x2d0 [zfs] vdev_validate+0x225/0x6b0 [zfs] vdev_validate_child+0x1e/0x40 [zfs] taskq_thread+0x2e0/0x520 [spl] ? wake_up_q+0xa0/0xa0 ? taskq_thread_spawn+0x60/0x60 [spl] kthread+0x118/0x140 ? __kthread_bind_mask+0x60/0x60 ret_from_fork+0x1f/0x30 INFO: task vdev_validate:403608 blocked for more than 121 seconds. Tainted: P OE 5.10.0-21-amd64 #1 Debian 5.10.162-1 "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. task:vdev_validate state:D stack: 0 pid:403608 ppid: 2 flags:0x00004000 Call Trace: __schedule+0x282/0x870 schedule+0x46/0xb0 schedule_timeout+0x8b/0x150 ? __next_timer_interrupt+0x110/0x110 io_schedule_timeout+0x4c/0x80 __cv_timedwait_common+0x12f/0x170 [spl] ? add_wait_queue_exclusive+0x70/0x70 __cv_timedwait_io+0x15/0x20 [spl] zio_wait+0x129/0x2b0 [zfs] vdev_label_read_config+0x157/0x2d0 [zfs] vdev_validate+0x225/0x6b0 [zfs] vdev_validate_child+0x1e/0x40 [zfs] taskq_thread+0x2e0/0x520 [spl] ? wake_up_q+0xa0/0xa0 ? taskq_thread_spawn+0x60/0x60 [spl] kthread+0x118/0x140 ? __kthread_bind_mask+0x60/0x60 ret_from_fork+0x1f/0x30 INFO: task vdev_validate:403609 blocked for more than 121 seconds. Tainted: P OE 5.10.0-21-amd64 #1 Debian 5.10.162-1 "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. task:vdev_validate state:D stack: 0 pid:403609 ppid: 2 flags:0x00004000 Call Trace: __schedule+0x282/0x870 schedule+0x46/0xb0 schedule_timeout+0x8b/0x150 ? __next_timer_interrupt+0x110/0x110 io_schedule_timeout+0x4c/0x80 __cv_timedwait_common+0x12f/0x170 [spl] ? add_wait_queue_exclusive+0x70/0x70 __cv_timedwait_io+0x15/0x20 [spl] zio_wait+0x129/0x2b0 [zfs] vdev_label_read_config+0x157/0x2d0 [zfs] vdev_validate+0x225/0x6b0 [zfs] vdev_validate_child+0x1e/0x40 [zfs] taskq_thread+0x2e0/0x520 [spl] ? wake_up_q+0xa0/0xa0 ? taskq_thread_spawn+0x60/0x60 [spl] kthread+0x118/0x140 ? __kthread_bind_mask+0x60/0x60 ret_from_fork+0x1f/0x30 ```

In the end, zpool is just hung now.  Who knows what's happening to my filesystem. It seems like I'd have to file like 6 ot 7 different issues from all this.  There is just not enough time in the day.

AGI-chandler commented 1 year ago

Oh yes, I'm on to something.  It all depends on which freaking message one decides to pursue...

I decided to look into Cannot use PF with IOMMU enabled coming from the QAT c6xx firmware.  I've heard of IOMMU before and kind of thought it was a basic requirement for a computer to work, but the message implies it can be disabled.  and what is PF?  That took a while of searching around, but finally found it refers to Physical Function, which sounds rather critical.

After learning more than I probably ever need to know about IOMMU, I found that it was related to Intel Virtualization Technology, which I swear I disabled in the BIOS since we don't use any virtualization on this computer.  However, after double-checking, it was enabled!  After disabling that and making sure system still booted, I also found the kernel command line option iommu=off can be added, so I added that too and rebooted.

Then I reconfigured and rebuilt the QAT drivers and once again tried export ICP_ROOT=/usr/local/src/QAT.L.4.20.0-00001 && apt install -t bullseye-backports libnvpair3linux libuutil3linux libzfs4linux libzpool5linux zfs-dkms zfs-zed zfsutils-linux.  The engines seem to be happy now, actually!  zpool import -a worked and zpool upgrade worked.  The zfs/qat cksum_requests and cksum*bytes counters have registered some activity!  Now I started a backup task, it's reading through the data still, the cksum counters continue going up,

cksum_requests                  4    173624
cksum_total_in_bytes            4    803618816

just going to wait until the task finds some new data to backup and write to the pool, and make sure the compression counters go up, too... humm still waiting, it's a lot of data to read through! got to go afk now but so far everything looks good!

Update 1/26: Yes looks like it is all running finally!

# cat /proc/spl/kstat/zfs/qat
40 1 0x01 17 4624 33823350553531 60993584827354
name                            type data
comp_requests                   4    581423
comp_total_in_bytes             4    76208275456
comp_total_out_bytes            4    1646911968
decomp_requests                 4    3
decomp_total_in_bytes           4    86016
decomp_total_out_bytes          4    393216
dc_fails                        4    0
encrypt_requests                4    0
encrypt_total_in_bytes          4    0
encrypt_total_out_bytes         4    0
decrypt_requests                4    0
decrypt_total_in_bytes          4    0
decrypt_total_out_bytes         4    0
crypt_fails                     4    0
cksum_requests                  4    27500
cksum_total_in_bytes            4    205094912
cksum_fails                     4    0
jittygitty commented 1 year ago

@AGI-chandler In the future, when you stumble on errors like "FATAL: modpost: GPL-incompatible module zfs.ko uses GPL-only symbol 'perf_trace_buf_alloc'" or similar issues having to do with Linux developers changing more and more of the EXPORT_SYMBOL instances to EXPORT_SYMBOL_GPL, do yourself a big favor and simply change CDDL to GPL before building. For more info see: https://github.com/openzfs/zfs/issues/14555 https://github.com/openzfs/zfs/issues/11357

You have every right to do that, also Linux developers shouldn't be upset/bothered with it since only closed source proprietary drivers would have issue with slapping GPL to their module. CDDL is COPYLEFT just like GPL, and since you are not "distributing", there's zero legal issues.

AGI-chandler commented 1 year ago

Thanks @jittygitty I'll definitely remember that because you're right I couldn't care less what the license is, I will make the code work for us. I'm pretty sure our educational use of the code is further protected by "fair use" provisions as well.

In the end though, in regards to the original error this issue was opened for: no one seems to actually know what is the cause nor what is the solution, other than shutting down the system and rebooting. I even asked the linux kernel modules mailing list, I thought for sure someone there might know but nope 😂

I think the computer was just tired of running stinky old code so I gave it a bunch of new code everywhere, BIOS firmware, Linux kernel, OS, all the software including ZFS, and didn't need to manually compile ZFS anymore since Debian zfs-dkms package can automatically pick up the QAT drivers and add that functionality to the modules. Yes it's been humming along for a short 23 days now and already processed nearly 42 TB of written data oh behalf of ZFS!

Anyway I'm pretty sure most of the errors in this issue have been addressed so guess I can close this.