diff options
author | 2018-10-26 05:53:58 +0000 | |
---|---|---|
committer | 2018-10-26 05:53:58 +0000 | |
commit | 293936254bd690531fef2f6fb5c04b3267bfb95f (patch) | |
tree | 5f46fce6f9b74c5fe643f271fe94e88f6fc96712 | |
parent | sync (diff) | |
download | wireguard-openbsd-293936254bd690531fef2f6fb5c04b3267bfb95f.tar.xz wireguard-openbsd-293936254bd690531fef2f6fb5c04b3267bfb95f.zip |
Add VirtualBox NVMe
From Andrew Daugherity
-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 c921116a55e..9021cfa89fe 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1864 2018/10/26 01:55:34 kevlo Exp $ +$OpenBSD: pcidevs,v 1.1865 2018/10/26 05:53:58 mlarkin Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2950,6 +2950,7 @@ product INITIO INIC941 0x9401 INIC-941 product INITIO INIC950 0x9500 INIC-950 /* InnoTek Systemberatung GmbH */ +product INNOTEK VBNVME 0x4e56 VirtualBox NVMe product INNOTEK VBGA 0xbeef VirtualBox Graphics Adapter product INNOTEK VBGS 0xcafe VirtualBox Guest Service |