summaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
Diffstat (limited to 'print.c')
-rw-r--r--print.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/print.c b/print.c
index 8d3c004..4de06c3 100644
--- a/print.c
+++ b/print.c
@@ -304,6 +304,11 @@ void print_supported(void)
/* FIXME */
printf("RayeR parallel port programmer\n");
#endif
+#if CONFIG_NICINTEL == 1
+ printf("\nSupported devices for the %s programmer:\n",
+ programmer_table[PROGRAMMER_NICINTEL].name);
+ print_supported_pcidevs(nics_intel);
+#endif
#if CONFIG_NICINTEL_SPI == 1
printf("\nSupported devices for the %s programmer:\n",
programmer_table[PROGRAMMER_NICINTEL_SPI].name);
OpenPOWER on IntegriCloud