artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3a3d60
)
Provide PCKBC_AUX to fix compilation
author
tb
<tb@openbsd.org>
Sat, 3 Sep 2022 23:12:36 +0000
(23:12 +0000)
committer
tb
<tb@openbsd.org>
Sat, 3 Sep 2022 23:12:36 +0000
(23:12 +0000)
from mlarkin
regress/sys/arch/amd64/vmm/vcpu.c
patch
|
blob
|
history
diff --git
a/regress/sys/arch/amd64/vmm/vcpu.c
b/regress/sys/arch/amd64/vmm/vcpu.c
index
4fd63ba
..
1dc0770
100644
(file)
--- a/
regress/sys/arch/amd64/vmm/vcpu.c
+++ b/
regress/sys/arch/amd64/vmm/vcpu.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: vcpu.c,v 1.
2 2022/04/21 19:21:05 bluhm Exp $
*/
+/* $OpenBSD: vcpu.c,v 1.
3 2022/09/03 23:12:36 tb Exp $
*/
/*
* Copyright (c) 2022 Dave Voutila <dv@openbsd.org>
@@
-35,6
+35,8
@@
#define MIB (1 << 20)
#define VMM_NODE "/dev/vmm"
+#define PCKBC_AUX 0x61
+
const char *VM_NAME = "regress";
/* Originally from vmd(8)'s vm.c */