diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-01-20 07:01:45 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-01-20 07:01:45 +0000 |
commit | 482e470146603af62b14f56868d2a9ed91cb43f5 (patch) | |
tree | 2deb9f3acfe7bf9dabf9db10eed5157532dac8e5 | |
parent | efbc4a4e22148d4f33c5d2befe7954a2cddaf6d0 (diff) |
add some more Intel NVMe devices
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 1f98c4277fb..2f0b8b44570 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1912 2020/01/09 00:58:28 jsg Exp $ +$OpenBSD: pcidevs,v 1.1913 2020/01/20 07:01:44 jsg Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -5612,6 +5612,8 @@ product INTEL CORE_MANAGEMENT 0xd155 Core Management product INTEL CORE_SCRATCH 0xd156 Core Scratch product INTEL CORE_CONTROL 0xd157 Core Control product INTEL CORE_MISC 0xd158 Core Misc +product INTEL NVME_2 0xf1a5 NVMe +product INTEL NVME_3 0xf1a6 NVMe /* Intergraph products */ product INTERGRAPH 4D50T 0x00e4 Powerstorm 4D50T |