(2010/04/09 9:16), Kenji Kaneshige wrote: > Hidetoshi Seto wrote: >> @@ -562,8 +562,9 @@ >> #define PCI_ERR_ROOT_FIRST_FATAL 0x00000010 /* First Fatal */ >> #define PCI_ERR_ROOT_NONFATAL_RCV 0x00000020 /* Non-Fatal >> Received */ >> #define PCI_ERR_ROOT_FATAL_RCV 0x00000040 /* Fatal Received */ >> -#define PCI_ERR_ROOT_COR_SRC 52 >> -#define PCI_ERR_ROOT_SRC 54 >> +#define PCI_ERR_ROOT_ERR_SRC 52 /* Error Source Identification */ >> +#define PCI_ERR_ROOT_COR_SRC 52 /* first correctable */ >> +#define PCI_ERR_ROOT_UNC_SRC 54 /* first uncorrectable */ > > We should remove PCI_ERR_ROOT_COR_SRC and PCI_ERR_ROOT_UNC_SRC. It is OK with me since they will be invented when they are really required. I'll fix. Thanks, H.Seto -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html