summaryrefslogtreecommitdiff
path: root/print_wiki.c
diff options
context:
space:
mode:
authoruwe <uwe@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-02-21 21:17:00 +0000
committeruwe <uwe@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-02-21 21:17:00 +0000
commit63bff73407c15fe11bb826ce263b09eb108091a4 (patch)
tree523c9d402056eebfa075643e8cce2ca2853ca32c /print_wiki.c
parent1df8efc3f6041221aadfb47877c95b083098648d (diff)
downloadflashrom-63bff73407c15fe11bb826ce263b09eb108091a4.tar.gz
Add initial (non-working) code for Highpoint ATA/RAID controllers.
It's disabled by default. The current status is detailed at: http://www.flashrom.org/pipermail/flashrom/2010-January/001828.html Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@908 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'print_wiki.c')
-rw-r--r--print_wiki.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/print_wiki.c b/print_wiki.c
index aa5475c..bbbaf45 100644
--- a/print_wiki.c
+++ b/print_wiki.c
@@ -566,6 +566,9 @@ void print_supported_wiki(void)
#if SATASII_SUPPORT == 1
print_supported_pcidevs_wiki(satas_sii);
#endif
+#if ATAHPT_SUPPORT == 1
+ print_supported_pcidevs_wiki(ata_hpt);
+#endif
printf("\n|}\n");
}