From 9a1105cffffce126a8c7c4a98d24e6b92d86e817 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Fri, 4 Feb 2011 21:37:59 +0000 Subject: Support for Angelbird Wings PCIe SSD (solid-state drive) It uses a Marvell 88SX7042 SATA controller internally which has access to a separate flash chip hosting the option ROM. Thanks to Angelbird Ltd for sponsoring development of this driver! I expect the code to work for that SATA controller even if it is not part of the Angelbird SSD. Corresponding to flashrom svn r1258. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Stefan Reinauer --- print_wiki.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'print_wiki.c') diff --git a/print_wiki.c b/print_wiki.c index db5743e70..d71c57169 100644 --- a/print_wiki.c +++ b/print_wiki.c @@ -301,6 +301,9 @@ void print_supported_wiki(void) #endif #if CONFIG_OGP_SPI == 1 print_supported_pcidevs_wiki(ogp_spi); +#endif +#if CONFIG_SATAMV == 1 + print_supported_pcidevs_wiki(satas_mv); #endif printf("\n|}\n"); } -- cgit v1.2.3