From ddd5c9e147e99430ed031cbf20380d745850c046 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 21 Feb 2010 21:17:00 +0000 Subject: 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 Corresponding to flashrom svn r908. Signed-off-by: Uwe Hermann Acked-by: Carl-Daniel Hailfinger --- 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 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"); } -- cgit v1.1