summaryrefslogtreecommitdiff
path: root/pcidev.c
diff options
context:
space:
mode:
authorhailfinger <hailfinger@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-10-08 11:03:02 +0000
committerhailfinger <hailfinger@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-10-08 11:03:02 +0000
commitfadde644b1fa0e20f23d0aafc98b82f3c2d64a45 (patch)
treed5c4c5366d99eb90936633285c49a784fb10fbe9 /pcidev.c
parentb0c20a1c46d95bb067a88378e3fa2b6081da35b3 (diff)
downloadflashrom-fadde644b1fa0e20f23d0aafc98b82f3c2d64a45.tar.gz
A lot of messages sent to flashrom@flashrom.org just have "flashrom -V"
as the subject. Ask people to include more information in the subject line to make life easier for developers/supporters. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1202 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'pcidev.c')
-rw-r--r--pcidev.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/pcidev.c b/pcidev.c
index 45850e7..4b16db2 100644
--- a/pcidev.c
+++ b/pcidev.c
@@ -66,9 +66,11 @@ uint32_t pcidev_validate(struct pci_dev *dev, uint32_t bar,
if (devs[i].status == NT) {
msg_pinfo("===\nThis PCI device is UNTESTED. Please "
- "report the 'flashrom -p xxxx' output \n"
- "to flashrom@flashrom.org if it works "
- "for you. Thank you for your help!\n===\n");
+ "report the 'flashrom -p xxxx' output \n"
+ "to flashrom@flashrom.org if it works "
+ "for you. Please add the name of your\n"
+ "PCI device to the subject. Thank you for "
+ "your help!\n===\n");
}
return addr;