On Wed, Jan 20, 2010 at 03:48:38PM +0100, Michael Karcher wrote:
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
There are some left-overs:
$ grep PCI_NT * pcidev.c: if (devs[i].status == PCI_NT) { pcidev.c: (devs[i].status == PCI_NT) ? " (untested)" : ""); print_wiki.c: (devs[i].status == PCI_NT) ? (c) ? "?2" : "?" : "OK");
With those fixed, this is:
Acked-by: Uwe Hermann uwe@hermann-uwe.de
Uwe.