On Mon, Feb 13, 2023 at 09:35:17PM +1100, Jonathan Gray wrote:
> This isn't sorted by device id and looks wrong.  Almost all the other
> PLX entries have a device id that matches the name.
> 
> The chip is marked as PEX 8311?
> 

Sure. I checked datasheets, PLX used this PID for RDK kit. Meanwhile
according "PEX8311AA Data Book" the default PID is 0x9056 as they used
for PLX 9056 PCI bridge. Since PEX 8311 is mostly bit to bit identical
to PLX 9056 this smells like true.

However, want to drop this diff. Sorry for noise.

> On Mon, Feb 13, 2023 at 01:08:54PM +0300, Vitaliy Makkoveev wrote:
> > Index: sys/dev/pci/pcidevs
> > ===================================================================
> > RCS file: /cvs/src/sys/dev/pci/pcidevs,v
> > retrieving revision 1.2021
> > diff -u -p -r1.2021 pcidevs
> > --- sys/dev/pci/pcidevs     7 Feb 2023 07:10:43 -0000       1.2021
> > +++ sys/dev/pci/pcidevs     13 Feb 2023 10:06:56 -0000
> > @@ -8194,6 +8194,7 @@ product PLX PCI_6520          0x6520  PCI 6520
> >  product PLX PEX_8111               0x8111  PEX 8111
> >  product PLX PEX_8112               0x8112  PEX 8112
> >  product PLX PEX_8114               0x8114  PEX 8114
> > +product PLX PEX_8311               0x86e1  PEX 8311
> >  product PLX PEX_8517               0x8517  PEX 8517
> >  product PLX PEX_8518               0x8518  PEX 8518
> >  product PLX PEX_8524               0x8524  PEX 8524
> > 
> > 
> 

Reply via email to