summaryrefslogtreecommitdiffstats
path: root/atahpt.c
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2010-10-06 23:48:34 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2010-10-06 23:48:34 +0000
commita73fb4983df7284e3d0e0a3fa79aa197bed324db (patch)
treebb46efa05f3782f03b7aeaab68eac36af5344d31 /atahpt.c
parentf992c19fcaba3567fb11767ad0b9aaf22459abc2 (diff)
downloadast2050-flashrom-a73fb4983df7284e3d0e0a3fa79aa197bed324db.zip
ast2050-flashrom-a73fb4983df7284e3d0e0a3fa79aa197bed324db.tar.gz
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>
Diffstat (limited to 'atahpt.c')
-rw-r--r--atahpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atahpt.c b/atahpt.c
index f1e1296..2552697 100644
--- a/atahpt.c
+++ b/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"},
OpenPOWER on IntegriCloud