Module Name:    src
Committed By:   prlw1
Date:           Fri Jul  6 14:46:27 UTC 2018

Modified Files:
        src/sys/dev/pci: pcidevs

Log Message:
Add Western Digital (Sandisk)  WD Black NVMe SSD as per suggestion
from thorpej@


To generate a diff of this commit:
cvs rdiff -u -r1.1343 -r1.1344 src/sys/dev/pci/pcidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/pcidevs
diff -u src/sys/dev/pci/pcidevs:1.1343 src/sys/dev/pci/pcidevs:1.1344
--- src/sys/dev/pci/pcidevs:1.1343	Wed Jun 20 09:10:33 2018
+++ src/sys/dev/pci/pcidevs	Fri Jul  6 14:46:27 2018
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1343 2018/06/20 09:10:33 msaitoh Exp $
+$NetBSD: pcidevs,v 1.1344 2018/07/06 14:46:27 prlw1 Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -596,6 +596,7 @@ vendor GEOCAST		0x15a1	Geocast Network S
 vendor BLUESTEEL	0x15ab	Bluesteel Networks
 vendor VMWARE		0x15ad	VMware
 vendor MELLANOX		0x15b3	Mellanox Technologies
+vendor SANDISK		0x15b7	Western Digital (SanDisk)
 vendor AGILENT		0x15bc	Agilent Technologies
 vendor SUPERMICRO	0x15d9	Super Micro Computer Inc
 vendor NDC		0x15e8	National Datacomm
@@ -6737,6 +6738,9 @@ product SANDBURST	QE1000	0x0180	QE1000
 product SANDBURST	FE1000	0x0200	FE1000
 /*product SANDBURST	SE1600	0x0100	SE1600*/
 
+/* Western Digital (SanDisk) products */
+product SANDISK	WDBLACK_NVME	0x5002	WD Black NVMe SSD
+
 /* SEGA Enterprises products */
 product SEGA	BROADBAND	0x1234	Broadband Adapter
 

Reply via email to