Message ID | 20220107043612.21342-2-dmichail@fungible.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | new Fungible Ethernet driver | expand |
On Thu, Jan 06, 2022 at 08:36:05PM -0800, Dimitris Michailidis wrote: > Cc: Bjorn Helgaas <bhelgaas@google.com> > Cc: linux-pci@vger.kernel.org > Signed-off-by: Dimitris Michailidis <dmichail@fungible.com> Acked-by: Bjorn Helgaas <bhelgaas@google.com> If you repost this for any reason, please capitalize the subject line so it matches the history, e.g., 3375590623e4 ("PCI: Add Zhaoxin Vendor ID") 4460d68f0b2f ("PCI: Add Genesys Logic, Inc. Vendor ID") > --- > include/linux/pci_ids.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h > index 011f2f1ea5bb..c4299dbade98 100644 > --- a/include/linux/pci_ids.h > +++ b/include/linux/pci_ids.h > @@ -2578,6 +2578,8 @@ > > #define PCI_VENDOR_ID_HYGON 0x1d94 > > +#define PCI_VENDOR_ID_FUNGIBLE 0x1dad > + > #define PCI_VENDOR_ID_HXT 0x1dbf > > #define PCI_VENDOR_ID_TEKRAM 0x1de1 > -- > 2.25.1 >
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 011f2f1ea5bb..c4299dbade98 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2578,6 +2578,8 @@ #define PCI_VENDOR_ID_HYGON 0x1d94 +#define PCI_VENDOR_ID_FUNGIBLE 0x1dad + #define PCI_VENDOR_ID_HXT 0x1dbf #define PCI_VENDOR_ID_TEKRAM 0x1de1
Cc: Bjorn Helgaas <bhelgaas@google.com> Cc: linux-pci@vger.kernel.org Signed-off-by: Dimitris Michailidis <dmichail@fungible.com> --- include/linux/pci_ids.h | 2 ++ 1 file changed, 2 insertions(+)