On Sun, Jul 22, 2018 at 07:36:32PM +0200, Mark Kettenis wrote:
> And it seems that at least the 500G an 1TB models have been marketed
> as SanDisk Extreme PRO:
> 
>   
> https://www.anandtech.com/show/12543/the-western-digital-wd-black-3d-nand-ssd-review
> 
> The names are a bit long.  Googling for "WD Black High-performance
> NVMe SSD" doesn't yield any meaningful results.  I'd just call both
> "WD Black NVMe".  WD/SanDisk doesn't seem to differentiate between
> controller generations and our nvme(4) driver prints the model number
> anyway so it is not a big issue.

Understood. I just sent a revised diff to Theo's response but here is
another one that also drops SSD from the name as well which is
consistent with Samsung NVMe SSDs as well.

Bryan


Index: sys/dev/pci/pcidevs
===================================================================
RCS file: /cvs/src/sys/dev/pci/pcidevs,v
retrieving revision 1.1854
diff -u -p -r1.1854 pcidevs
--- sys/dev/pci/pcidevs 8 Jul 2018 17:34:07 -0000       1.1854
+++ sys/dev/pci/pcidevs 20 Jul 2018 19:39:47 -0000
@@ -279,6 +279,7 @@ vendor      BLUESTEEL       0x15ab  Bluesteel
 vendor VMWARE          0x15ad  VMware
 vendor ZOLTRIX         0x15b0  Zoltrix
 vendor MELLANOX        0x15b3  Mellanox
+vendor SANDISK         0x15b7  SanDisk
 vendor AGILENT         0x15bc  Agilent
 vendor QUICKNET        0x15e2  Quicknet Technologies
 vendor NDC             0x15e8  National Datacomm
@@ -6975,6 +6976,10 @@ product SANGOMA A10X             0x0300  A10x
 product DIGI NEO4              0x00b0  Neo-4
 product DIGI NEO8              0x00b1  Neo-8
 product DIGI NEO8_PCIE         0x00f0  Neo-8
+
+/* SanDisk (Western Digital) */
+product SANDISK WDSXXXG1X0C    0x5001  WD Black NVMe
+product SANDISK WDSXXXG2X0C    0x5002  WD Black NVMe
 
 /* Schneider & Koch (SysKonnect) */
 product SCHNEIDERKOCH FDDI     0x4000  FDDI

Reply via email to