On Mon, Feb 13, 2023 at 11:22:36AM +0100, Mark Kettenis wrote:
> > Date: Mon, 13 Feb 2023 13:08:54 +0300
> > From: Vitaliy Makkoveev <m...@openbsd.org>
> 
> What makes you think this is a PEX 8311?  The data sheet I found has
> the PCI device ID down as 0x8311, althogh this can be changed by
> programming the EEPROM.
> 

I wrote many drivers for them and PID was always 0x86e1. Just checked
datasheets, "PEX 8311RDK Hardware Reference Manual" says PID is 0x86e1,
meanwhile "PEX 8311AA Data Book" says the default is 0x9056, which is
PID for PCI PLX9056.

Guess we could drop this diff.

> > 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