Re: Sky Lake-E PCI ids.

2021-02-26 Thread Jonathan Gray
On Fri, Feb 26, 2021 at 11:12:17AM +0100, Karel Gardas wrote: > On 2/26/21 7:24 AM, Jonathan Gray wrote: > > As the ids are used on more than just Skylake-E here is another diff. > > Though I think these ids are shared with Core X Skylake. So perhaps > > giving up on a marketing name is indeed the

Re: Sky Lake-E PCI ids.

2021-02-26 Thread Karel Gardas
On 2/26/21 7:24 AM, Jonathan Gray wrote: As the ids are used on more than just Skylake-E here is another diff. Though I think these ids are shared with Core X Skylake. So perhaps giving up on a marketing name is indeed the thing to do. Indeed, Intel made quite a mess in this, but I think this

Re: Sky Lake-E PCI ids.

2021-02-25 Thread Jonathan Gray
On Fri, Feb 26, 2021 at 05:24:59PM +1100, Jonathan Gray wrote: > On Thu, Feb 25, 2021 at 02:55:22PM +0100, Karel Gardas wrote: > > > > > The marketing name is 'Xeon Processor Scalable Family' > > > Intel Xeon Bronze 3XXX processor > > > Intel Xeon Gold 6XXF processor > > > Intel Xeon Platinum 6XXF

Re: Sky Lake-E PCI ids.

2021-02-25 Thread Jonathan Gray
On Thu, Feb 25, 2021 at 02:55:22PM +0100, Karel Gardas wrote: > > > The marketing name is 'Xeon Processor Scalable Family' > > Intel Xeon Bronze 3XXX processor > > Intel Xeon Gold 6XXF processor > > Intel Xeon Platinum 6XXF processor > > Intel Xeon Platinum 8XXF processor > > Intel Xeon Silver 4XX

Re: Sky Lake-E PCI ids.

2021-02-25 Thread Karel Gardas
The marketing name is 'Xeon Processor Scalable Family' Intel Xeon Bronze 3XXX processor Intel Xeon Gold 6XXF processor Intel Xeon Platinum 6XXF processor Intel Xeon Platinum 8XXF processor Intel Xeon Silver 4XXX processor Intel Xeon Gold 5XXX processor Intel Xeon Platinum 6XXX processor Intel X

Re: Sky Lake-E PCI ids.

2021-02-25 Thread Jonathan Gray
On Thu, Feb 25, 2021 at 11:29:09AM +0100, Karel Gardas wrote: > On 2/25/21 10:34 AM, Jonathan Gray wrote: > > On Wed, Feb 24, 2021 at 05:01:50PM +0100, Karel Gardas wrote: > > > Hello, > > > > > > attach patch adds some SkyLake-E related PCI ids. Tested on > > > Kontron/Fujitsu > > > D3598-B with

Re: Sky Lake-E PCI ids.

2021-02-25 Thread Karel Gardas
Patch below is less verbose and using Skylake-E name. diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index ba975d05548..8c629ba9e1a 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -4188,6 +4188,58 @@ product INTEL ATOMC2000_PCU_SMB 0x1f3c Atom C2000 PCU SMBus product IN

Re: Sky Lake-E PCI ids.

2021-02-25 Thread Karel Gardas
Tom Cosgrove in private email pointed out that even Intel is not consistent in processors naming and provided enough evidence that this is indeed 'Skylake-E'. I'll submit corrected patch asap. On 2/25/21 12:22 PM, Karel Gardas wrote: Less verbose output patch below. Still using 'Sky Lake-E

Re: Sky Lake-E PCI ids.

2021-02-25 Thread Karel Gardas
Less verbose output patch below. Still using 'Sky Lake-E' since I think it's more close to OpenBSD's 'Apollo Lake' and 'Gemini Lake' style then would be 'Skylake-E'. diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index ba975d05548..a9209c75bfc 100644 --- a/sys/dev/pci/pcidevs +++ b

Re: Sky Lake-E PCI ids.

2021-02-25 Thread Karel Gardas
On 2/25/21 10:34 AM, Jonathan Gray wrote: On Wed, Feb 24, 2021 at 05:01:50PM +0100, Karel Gardas wrote: Hello, attach patch adds some SkyLake-E related PCI ids. Tested on Kontron/Fujitsu D3598-B with Intel Xeon W-2123. Thanks for review, comment(s) and/or commit. Karel I can only find a han

Re: Sky Lake-E PCI ids.

2021-02-25 Thread Jonathan Gray
On Wed, Feb 24, 2021 at 05:01:50PM +0100, Karel Gardas wrote: > > Hello, > > attach patch adds some SkyLake-E related PCI ids. Tested on Kontron/Fujitsu > D3598-B with Intel Xeon W-2123. > > Thanks for review, comment(s) and/or commit. > > Karel > I can only find a handful of Ubox/PCU numbers

Re: Sky Lake-E PCI ids.

2021-02-24 Thread Karel Gardas
Few more ids added to also support W-22xx systems with no "unknown" intel. diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index ba975d05548..190634d6c35 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -4188,6 +4188,58 @@ product INTEL ATOMC2000_PCU_SMB 0x1f3c    Atom C20

Sky Lake-E PCI ids.

2021-02-24 Thread Karel Gardas
Hello, attach patch adds some SkyLake-E related PCI ids. Tested on Kontron/Fujitsu D3598-B with Intel Xeon W-2123. Thanks for review, comment(s) and/or commit. Karel diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index ba975d05548..10d98d3ce2b 100644 --- a/sys/dev/pci/pcidevs +++ b