diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2016-06-01 01:15:06 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2016-06-01 01:15:06 +0000 |
commit | 169011716c68bad8e98a6b879ced74a008e66566 (patch) | |
tree | 1abc52882799f768e9a76f0f64746c614bd6b58f /sys/dev | |
parent | 620e58d988a96ee6a8af248ce49d6ee61b8a4ae4 (diff) |
intel use the same device id for multiple nvme parts, so just call
it NVMe.
samsung do the same.
pointed out by Evgeniy Sudyr who has a SSD 750 using the same id as the DC
parts.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index e31f1efe2e3..92e70fe7f05 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1800 2016/05/25 14:41:02 stsp Exp $ +$OpenBSD: pcidevs,v 1.1801 2016/06/01 01:15:05 dlg Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2927,7 +2927,7 @@ product INTEL WL_7265_2 0x095b Dual Band Wireless AC 7265 product INTEL 80960RP 0x0960 i960 RP product INTEL 80960RM 0x0962 i960 RM product INTEL 80960RN 0x0964 i960 RN -product INTEL SSDDCP3x00 0x0953 SSD DC P3700/P3600/P3500 +product INTEL NVME 0x0953 NVMe product INTEL CORE4G_D_ULT_GT1 0x0a02 HD Graphics product INTEL CORE4G_HB_1 0x0a04 Core 4G Host product INTEL CORE4G_M_ULT_GT1 0x0a06 HD Graphics |