On Tue, Apr 14, 2015 at 08:05:42AM -0500, Bjorn Helgaas wrote: > 2) Please post a complete dmesg log, complete "lspci -vv" output, > contents of /proc/iomem, and a transcript of what you're doing with > setpci (remove vendor/device IDs if they are confidential, ... BTW, here are some sed scripts I've used to sanitize dmesg output in the past. It's tedious to do this by hand. dmesg | sed -r 's/(pci ....:..:..\..: \[)....:....(\].*)/\1VVVV:DDDD\2/' | sed -r 's/(DMI:).*/\1 (removed)/' | sed -r 's/(ACPI: [A-Z]{4} [0-9a-fA-F]{16} .*\().*(\).*)/\1...\2/' | sed -r 's/(scsi.*: Direct-Access).*/\1 .../' -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html