diff options
author | Dave Voutila <dv@cvs.openbsd.org> | 2024-10-02 17:05:57 +0000 |
---|---|---|
committer | Dave Voutila <dv@cvs.openbsd.org> | 2024-10-02 17:05:57 +0000 |
commit | 2326ecca0cc63d47faec8f10db609d65169b35b2 (patch) | |
tree | cf0725355de802f96e5ee519f444972c00f58470 /sys/arch/amd64 | |
parent | b4b4f80d079ffc5888f51ee511e0d174ba6bdcc2 (diff) |
Move some PCI MMIO defines from vmm(4) kernel headers to userland.
vmm(4) doesn't need this information anymore. vmd(8) is the only
consumer of this information.
ok mlarkin@
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/include/vmmvar.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/amd64/include/vmmvar.h b/sys/arch/amd64/include/vmmvar.h index 6bc63d5ae3f..a2c9d5db449 100644 --- a/sys/arch/amd64/include/vmmvar.h +++ b/sys/arch/amd64/include/vmmvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmmvar.h,v 1.107 2024/09/26 13:18:25 dv Exp $ */ +/* $OpenBSD: vmmvar.h,v 1.108 2024/10/02 17:05:56 dv Exp $ */ /* * Copyright (c) 2014 Mike Larkin <mlarkin@openbsd.org> * @@ -23,9 +23,6 @@ #define VMM_HV_SIGNATURE "OpenBSDVMM58" -#define VMM_PCI_MMIO_BAR_BASE 0xF0000000ULL -#define VMM_PCI_MMIO_BAR_END 0xFFDFFFFFULL /* 2 MiB below 4 GiB */ - /* VMX: Basic Exit Reasons */ #define VMX_EXIT_NMI 0 #define VMX_EXIT_EXTINT 1 |