1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-06-30 21:52:36 +02:00

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 <uwe@hermann-uwe.de>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
Uwe Hermann
2010-02-21 21:17:00 +00:00
parent 6e0b912f46
commit ddd5c9e147
6 changed files with 138 additions and 3 deletions

View File

@ -565,6 +565,9 @@ void print_supported_wiki(void)
#endif
#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");
}