diff options
author | 2021-03-14 01:09:29 +0000 | |
---|---|---|
committer | 2021-03-14 01:09:29 +0000 | |
commit | 7f9a35b482d3bf1bdedf2e8884cc8c3877930a7d (patch) | |
tree | 3ec00a8d8898fe06a91c9dd5b66923d218be845e | |
parent | Use EXFLAG_INVALID to handle out of memory and parse errors in (diff) | |
download | wireguard-openbsd-7f9a35b482d3bf1bdedf2e8884cc8c3877930a7d.tar.xz wireguard-openbsd-7f9a35b482d3bf1bdedf2e8884cc8c3877930a7d.zip |
Add ID for Intel SSD DC
ok jsg@
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 73c7bb48c9a..8c20c10d7c4 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1959 2021/02/27 03:00:54 jsg Exp $ +$OpenBSD: pcidevs,v 1.1960 2021/03/14 01:09:29 jan Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -3465,6 +3465,7 @@ product INTEL CORE4G_M_ULT_GT3 0x0a26 HD Graphics 5000 product INTEL CORE4G_S_ULT_GT3 0x0a2a HD Graphics product INTEL CORE4G_R_ULT_GT3_1 0x0a2b HD Graphics product INTEL CORE4G_R_ULT_GT3_2 0x0a2e Iris Graphics 5100 +product INTEL NVME_5 0x0a54 SSD DC product INTEL GMA3600_0 0x0be0 GMA 3600 product INTEL D2000_IGD 0x0be1 Atom D2000/N2000 Video product INTEL GMA3600_2 0x0be2 GMA 3600 |