On Wed, Aug 30, 2023 at 02:07:53PM +0800, Kevin Lo wrote:
> nvme0 at pci3 dev 0 function 0 vendor "Phison", unknown product 0x5021 rev 
> 0x01: intx, NVMe 1.4
> nvme0: TEAM TM8FPK500G, firmware ELFMB0.6, serial TPBF2210110040500017
> 
> The diff below adds another Phison NVMe device id.
> ok?

they refer to it as just E21T in
https://www.phison.com/images/products_datasheet/ProductBrochure_Consumer_PS5021-E21T-0206.pdf

though what you have is fine
ok jsg@

> 
> Index: sys/dev/pci/pcidevs
> ===================================================================
> RCS file: /cvs/src/sys/dev/pci/pcidevs,v
> retrieving revision 1.2045
> diff -u -p -u -p -r1.2045 pcidevs
> --- sys/dev/pci/pcidevs       9 Aug 2023 21:27:47 -0000       1.2045
> +++ sys/dev/pci/pcidevs       30 Aug 2023 06:05:11 -0000
> @@ -8236,6 +8236,7 @@ product PHILIPS SAA7231         0x7231  SAA7231 
>  
>  /* Phison products */
>  product PHISON PS5000                0x5000  PS5000
> +product PHISON PS5021                0x5021  PS5021
>  
>  /* Picopower */
>  product PICOPOWER PT80C826   0x0000  PT80C826
> 
> 

Reply via email to