diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2017-07-21 19:15:08 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2017-07-21 19:15:08 +0000 |
commit | 25cb3157a5801dc04f5afe8c4dd4b333ebe0975d (patch) | |
tree | 9f941e2ea28d837b51d0bd3ab37cbab1f1904e52 /etc/MAKEDEV.common | |
parent | fdf653f5d11e0cad7f5173cad6a3e174286a8090 (diff) |
Multiple virtualization layers may be available at the same time
reachable through different pvbus device nodes.
Suggestion and OK deraadt, OK reyk
Diffstat (limited to 'etc/MAKEDEV.common')
-rw-r--r-- | etc/MAKEDEV.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/MAKEDEV.common b/etc/MAKEDEV.common index 74b88489005..446dcdb3039 100644 --- a/etc/MAKEDEV.common +++ b/etc/MAKEDEV.common @@ -1,4 +1,4 @@ -vers(a, {-$OpenBSD: MAKEDEV.common,v 1.94 2016/09/11 19:59:51 deraadt Exp $-})dnl +vers(a, {-$OpenBSD: MAKEDEV.common,v 1.95 2017/07/21 19:15:07 mikeb Exp $-})dnl dnl dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org> dnl @@ -167,7 +167,7 @@ target(all, hotplug)dnl target(all, pppx)dnl target(all, fuse)dnl target(all, vmm)dnl -target(all, pvbus, 0)dnl +target(all, pvbus, 0, 1)dnl target(all, bpf)dnl dnl _mkdev(all, {-all-}, {-dnl |