From a73fb4983df7284e3d0e0a3fa79aa197bed324db Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Wed, 6 Oct 2010 23:48:34 +0000 Subject: Refine -L output to include all programmer modules Flashrom -L output did not contain a list of programmers nor were all programmers listed. Fix it and mention at least the name of each programmer. Wiki output is unchanged, and will need separate fixups. Corresponding to flashrom svn r1199. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Uwe Hermann --- pcidev.c | 1 + 1 file changed, 1 insertion(+) (limited to 'pcidev.c') diff --git a/pcidev.c b/pcidev.c index 742184c..933fd4b 100644 --- a/pcidev.c +++ b/pcidev.c @@ -132,6 +132,7 @@ void print_supported_pcidevs(const struct pcidev_status *devs) { int i; + msg_pinfo("PCI devices:\n"); for (i = 0; devs[i].vendor_name != NULL; i++) { msg_pinfo("%s %s [%02x:%02x]%s\n", devs[i].vendor_name, devs[i].device_name, devs[i].vendor_id, -- cgit v1.1