mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 14:11:15 +02:00
Refine -L output to include all programmer modules
Flashrom -L output did not contain a list of programmers nor were all programmers listed. Fix it and mention at least the name of each programmer. Wiki output is unchanged, and will need separate fixups. Corresponding to flashrom svn r1199. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
2
atahpt.c
2
atahpt.c
@ -30,7 +30,7 @@
|
||||
|
||||
#define PCI_VENDOR_ID_HPT 0x1103
|
||||
|
||||
struct pcidev_status ata_hpt[] = {
|
||||
const struct pcidev_status ata_hpt[] = {
|
||||
{0x1103, 0x0004, NT, "Highpoint", "HPT366/368/370/370A/372/372N"},
|
||||
{0x1103, 0x0005, NT, "Highpoint", "HPT372A/372N"},
|
||||
{0x1103, 0x0006, NT, "Highpoint", "HPT302/302N"},
|
||||
|
Reference in New Issue
Block a user