Message ID | 1272969456-12085-1-git-send-email-hkronsto@frequentis.com |
---|---|
State | Accepted |
Commit | bb7fc5744dd696552092cee571041d7df3128dbe |
Headers | show |
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
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
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(-)