mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 14:11:15 +02:00
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>
This commit is contained in:
6
atahpt.c
6
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"},
|
||||
|
||||
{},
|
||||
};
|
||||
|
Reference in New Issue
Block a user