From: Bjorn Helgaas Date: Wed, 5 Mar 2014 21:07:03 +0000 (-0700) Subject: PCI: Log IDE resource quirk in dmesg X-Git-Tag: v3.15-rc1~143^2^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=075eb9e35578c23ee2414f87d97d2e5065aa1bc1;p=pandora-kernel.git PCI: Log IDE resource quirk in dmesg Make a note in dmesg when we overwrite legacy IDE BAR info. We previously logged something like this: pci 0000:00:1f.1: reg 0x10: [io 0x0000-0x0007] and then silently overwrote the resource. There's an example in the bugzilla below. This doesn't fix the bugzilla; it just makes what's going on more obvious. No functional change; merely adds some dev_info() calls. Link: https://bugzilla.kernel.org/show_bug.cgi?id=48451 Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed