aboutsummaryrefslogtreecommitdiffstats
path: root/atahpt.c
diff options
context:
space:
mode:
authorMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>2010-02-24 00:04:40 +0000
committerMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>2010-02-24 00:04:40 +0000
commit844863933d12ec9b9b51de440313f014a81dafbf (patch)
tree0f6aa87fa00e980b781677209816fe0b8a9198b6 /atahpt.c
parent01f6d7d15d27ec07b86ebd0e5c34007dba3fb4c7 (diff)
downloadflashrom-844863933d12ec9b9b51de440313f014a81dafbf.tar.gz
flashrom-844863933d12ec9b9b51de440313f014a81dafbf.tar.bz2
flashrom-844863933d12ec9b9b51de440313f014a81dafbf.zip
Replace PCI_OK/PCI_NT by OK/NT
We don't need to duplicate OK and NT as PCI_OK and PCI_NT if the symbols are already there (defined for the chipset enable table). Corresponding to flashrom svn r911. Signed-off-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'atahpt.c')
-rw-r--r--atahpt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/atahpt.c b/atahpt.c
index b878d02f..c87bc360 100644
--- a/atahpt.c
+++ b/atahpt.c
@@ -31,9 +31,9 @@
#define PCI_VENDOR_ID_HPT 0x1103
struct pcidev_status ata_hpt[] = {
- {0x1103, 0x0004, PCI_NT, "Highpoint", "HPT366/368/370/370A/372/372N"},
- {0x1103, 0x0005, PCI_NT, "Highpoint", "HPT372A/372N"},
- {0x1103, 0x0006, PCI_NT, "Highpoint", "HPT302/302N"},
+ {0x1103, 0x0004, NT, "Highpoint", "HPT366/368/370/370A/372/372N"},
+ {0x1103, 0x0005, NT, "Highpoint", "HPT372A/372N"},
+ {0x1103, 0x0006, NT, "Highpoint", "HPT302/302N"},
{},
};