From 844863933d12ec9b9b51de440313f014a81dafbf Mon Sep 17 00:00:00 2001 From: Michael Karcher Date: Wed, 24 Feb 2010 00:04:40 +0000 Subject: 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 Acked-by: Uwe Hermann --- atahpt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'atahpt.c') 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"}, {}, }; -- cgit v1.1