lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID:
 <PAXPR04MB851014FB55F1C52AF3D8BD5A887F2@PAXPR04MB8510.eurprd04.prod.outlook.com>
Date: Wed, 9 Oct 2024 09:51:19 +0000
From: Wei Fang <wei.fang@....com>
To: "bhelgaas@...gle.com" <bhelgaas@...gle.com>, "linux-pci@...r.kernel.org"
	<linux-pci@...r.kernel.org>, "linux-kernel@...r.kernel.org"
	<linux-kernel@...r.kernel.org>
CC: Clark Wang <xiaoning.wang@....com>, Claudiu Manoil
	<claudiu.manoil@....com>, "imx@...ts.linux.dev" <imx@...ts.linux.dev>
Subject: RE: [PATCH] PCI: Add NXP NETC vendor ID and device IDs

> -----Original Message-----
> From: Wei Fang
> Sent: 2024年10月9日 17:42
> To: bhelgaas@...gle.com; linux-pci@...r.kernel.org;
> linux-kernel@...r.kernel.org
> Cc: Clark Wang <xiaoning.wang@....com>; Claudiu Manoil
> <claudiu.manoil@....com>; imx@...ts.linux.dev
> Subject: [PATCH] PCI: Add NXP NETC vendor ID and device IDs
> 
> NXP NETC is a multi-function PCIe Root Complex Integrated Endpoint
> (RCiEP) and it contains multiple PCIe functions, such as EMDIO, PTP Timer,
> ENETC PF and VF. Therefore, add these device IDs to pci_ids.h
> 
> Signed-off-by: Wei Fang <wei.fang@....com>
> ---
>  include/linux/pci_ids.h | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index
> 4cf6aaed5f35..acd7ae774913 100644
> --- a/include/linux/pci_ids.h
> +++ b/include/linux/pci_ids.h
> @@ -1556,6 +1556,13 @@
>  #define PCI_DEVICE_ID_PHILIPS_SAA7146	0x7146
>  #define PCI_DEVICE_ID_PHILIPS_SAA9730	0x9730
> 
> +/* NXP has two vendor IDs, the other one is 0x1957 */
> +#define PCI_VENDOR_ID_NXP2		PCI_VENDOR_ID_PHILIPS
> +#define PCI_DEVICE_ID_NXP2_ENETC_PF	0xe101
> +#define PCI_DEVICE_ID_NXP2_NETC_EMDIO	0xee00
> +#define PCI_DEVICE_ID_NXP2_NETC_TIMER	0xee02
> +#define PCI_DEVICE_ID_NXP2_ENETC_VF	0xef00
> +
>  #define PCI_VENDOR_ID_EICON		0x1133
>  #define PCI_DEVICE_ID_EICON_DIVA20	0xe002
>  #define PCI_DEVICE_ID_EICON_DIVA20_U	0xe004
> --
> 2.34.1

Oh, sorry, I should have sent this together with the NETC related patches
instead of sending this patch separately.

Please ignore this email, thanks.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ