[U-Boot] [PATCH] Added PCI_DEVICE_ID_PLX_9030.

HOHO!
Signed-off-by: Horst Kronstorfer hkronsto@frequentis.com --- include/pci_ids.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/pci_ids.h b/include/pci_ids.h index edfdc1e..e051d7c 100644 --- a/include/pci_ids.h +++ b/include/pci_ids.h @@ -882,6 +882,7 @@ #define PCI_DEVICE_ID_PLX_SPCOM200 0x1103 #define PCI_DEVICE_ID_PLX_DJINN_ITOO 0x1151 #define PCI_DEVICE_ID_PLX_R753 0x1152 +#define PCI_DEVICE_ID_PLX_9030 0x9030 #define PCI_DEVICE_ID_PLX_9050 0x9050 #define PCI_DEVICE_ID_PLX_9060 0x9060 #define PCI_DEVICE_ID_PLX_9060ES 0x906E

Dear Horst Kronstorfer,
In message 1272966537-25010-1-git-send-email-hkronsto@frequentis.com you wrote:
HOHO!
Signed-off-by: Horst Kronstorfer hkronsto@frequentis.com
NAK.
Please resubmit with a useful commit message.
Best regards,
Wolfgang Denk

Added PCI device ID for the PLXTech PCI 9030 bridge.
Signed-off-by: Horst Kronstorfer hkronsto@frequentis.com --- include/pci_ids.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/pci_ids.h b/include/pci_ids.h index edfdc1e..e051d7c 100644 --- a/include/pci_ids.h +++ b/include/pci_ids.h @@ -882,6 +882,7 @@ #define PCI_DEVICE_ID_PLX_SPCOM200 0x1103 #define PCI_DEVICE_ID_PLX_DJINN_ITOO 0x1151 #define PCI_DEVICE_ID_PLX_R753 0x1152 +#define PCI_DEVICE_ID_PLX_9030 0x9030 #define PCI_DEVICE_ID_PLX_9050 0x9050 #define PCI_DEVICE_ID_PLX_9060 0x9060 #define PCI_DEVICE_ID_PLX_9060ES 0x906E

Dear Horst Kronstorfer,
In message 1272969456-12085-1-git-send-email-hkronsto@frequentis.com you wrote:
Added PCI device ID for the PLXTech PCI 9030 bridge.
Signed-off-by: Horst Kronstorfer hkronsto@frequentis.com
include/pci_ids.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
Applied, sorry this took so long.
Best regards,
Wolfgang Denk
participants (2)
-
Horst Kronstorfer
-
Wolfgang Denk