netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Paul Greenwalt <paul.greenwalt@intel.com>
To: intel-wired-lan@lists.osuosl.org
Cc: netdev@vger.kernel.org,
	Pawel Chmielewski <pawel.chmielewski@intel.com>,
	Jesse Brandeburg <jesse.brandeburg@intel.com>,
	Paul Greenwalt <paul.greenwalt@intel.com>
Subject: [PATCH iwl-next 7/7] ice: Enable support for E830 device IDs
Date: Wed, 16 Aug 2023 16:57:19 -0700	[thread overview]
Message-ID: <20230816235719.1120726-8-paul.greenwalt@intel.com> (raw)
In-Reply-To: <20230816235719.1120726-1-paul.greenwalt@intel.com>

From: Pawel Chmielewski <pawel.chmielewski@intel.com>

As the previous patches provide support for E830 hardware, add E830
specific IDs to the PCI device ID table, so these devices can now be
probed by the kernel.

Reviewed-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Pawel Chmielewski <pawel.chmielewski@intel.com>
Signed-off-by: Paul Greenwalt <paul.greenwalt@intel.com>
---
 drivers/net/ethernet/intel/ice/ice_main.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/net/ethernet/intel/ice/ice_main.c b/drivers/net/ethernet/intel/ice/ice_main.c
index d6715a89ec78..80013c839579 100644
--- a/drivers/net/ethernet/intel/ice/ice_main.c
+++ b/drivers/net/ethernet/intel/ice/ice_main.c
@@ -5630,6 +5630,10 @@ static const struct pci_device_id ice_pci_tbl[] = {
 	{ PCI_VDEVICE(INTEL, ICE_DEV_ID_E823L_10G_BASE_T)},
 	{ PCI_VDEVICE(INTEL, ICE_DEV_ID_E823L_1GBE)},
 	{ PCI_VDEVICE(INTEL, ICE_DEV_ID_E823L_QSFP)},
+	{ PCI_VDEVICE(INTEL, ICE_DEV_ID_E830_BACKPLANE)},
+	{ PCI_VDEVICE(INTEL, ICE_DEV_ID_E830_QSFP56)},
+	{ PCI_VDEVICE(INTEL, ICE_DEV_ID_E830_SFP)},
+	{ PCI_VDEVICE(INTEL, ICE_DEV_ID_E830_SFP_DD)},
 	{ PCI_VDEVICE(INTEL, ICE_DEV_ID_E822_SI_DFLT)},
 	/* required last entry */
 	{ 0, }
-- 
2.39.2


  parent reply	other threads:[~2023-08-17  0:05 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-16 23:57 [PATCH iwl-next 0/7] ice: Add basic E830 support Paul Greenwalt
2023-08-16 23:57 ` [PATCH iwl-next 1/7] ice: Add E830 device IDs, MAC type and registers Paul Greenwalt
2023-08-16 23:57 ` [PATCH iwl-next 2/7] ice: Refactor finding advertised link speed Paul Greenwalt
2023-08-17  1:00   ` Andrew Lunn
2023-08-18 16:29     ` Greenwalt, Paul
2023-08-19  5:11   ` [Intel-wired-lan] " Paul Menzel
2023-08-16 23:57 ` [PATCH iwl-next 3/7] ice: Add 200G speed/phy type use Paul Greenwalt
2023-08-16 23:57 ` [PATCH iwl-next 4/7] ice: Add ice_get_link_status_datalen Paul Greenwalt
2023-08-16 23:57 ` [PATCH iwl-next 5/7] ice: Add support for E830 DDP package segment Paul Greenwalt
2023-08-16 23:57 ` [PATCH iwl-next 6/7] ice: Remove redundant zeroing of the fields Paul Greenwalt
2023-08-16 23:57 ` Paul Greenwalt [this message]
2023-08-19  5:03   ` [Intel-wired-lan] [PATCH iwl-next 7/7] ice: Enable support for E830 device IDs Paul Menzel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230816235719.1120726-8-paul.greenwalt@intel.com \
    --to=paul.greenwalt@intel.com \
    --cc=intel-wired-lan@lists.osuosl.org \
    --cc=jesse.brandeburg@intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=pawel.chmielewski@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).