summaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
authorAndrew Morgan <ziltro@ziltro.com>2010-07-21 15:12:07 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2010-07-21 15:12:07 +0000
commit74a828a6ddada5dc71c77580d597d6af5603a440 (patch)
treed0401ebf7a46d22d6b52d59d6c7f6f4ac4cbed4b /print.c
parent86f4e6db2c953cf9070a4180fb5773434393e426 (diff)
downloadast2050-flashrom-74a828a6ddada5dc71c77580d597d6af5603a440.zip
ast2050-flashrom-74a828a6ddada5dc71c77580d597d6af5603a440.tar.gz
Add nicnatsemi to print.c and print_wiki.c
Change the nicnatsemi address mask to use MA0-MA16 and set the maximum decode size to 128KB. Corresponding to flashrom svn r1095. Signed-off-by: Andrew Morgan <ziltro@ziltro.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'print.c')
-rw-r--r--print.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/print.c b/print.c
index cc0ec91..b479984 100644
--- a/print.c
+++ b/print.c
@@ -228,7 +228,7 @@ void print_supported(void)
print_supported_boards_helper(boards_known, "boards");
print_supported_boards_helper(laptops_known, "laptops");
#endif
-#if CONFIG_NIC3COM+CONFIG_NICREALTEK+CONFIG_GFXNVIDIA+CONFIG_DRKAISER+CONFIG_SATASII+CONFIG_ATAHPT >= 1
+#if CONFIG_NIC3COM+CONFIG_NICREALTEK+CONFIG_NICNATSEMI+CONFIG_GFXNVIDIA+CONFIG_DRKAISER+CONFIG_SATASII+CONFIG_ATAHPT >= 1
printf("\nSupported PCI devices flashrom can use "
"as programmer:\n\n");
#endif
@@ -239,6 +239,9 @@ void print_supported(void)
print_supported_pcidevs(nics_realtek);
print_supported_pcidevs(nics_realteksmc1211);
#endif
+#if CONFIG_NICNATSEMI == 1
+ print_supported_pcidevs(nics_natsemi);
+#endif
#if CONFIG_GFXNVIDIA == 1
print_supported_pcidevs(gfx_nvidia);
#endif
OpenPOWER on IntegriCloud