summaryrefslogtreecommitdiff
path: root/atahpt.c
diff options
context:
space:
mode:
authormkarcher <mkarcher@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-02-24 00:04:40 +0000
committermkarcher <mkarcher@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-02-24 00:04:40 +0000
commit9e87e8afb0619a7478bca30be32762ef6ab54a73 (patch)
tree0f6aa87fa00e980b781677209816fe0b8a9198b6 /atahpt.c
parentf742f717fd7771098d07f0e91ced286089503343 (diff)
downloadflashrom-9e87e8afb0619a7478bca30be32762ef6ab54a73.tar.gz
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). Signed-off-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@911 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
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 b878d02..c87bc36 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"},
{},
};