From 2326ecca0cc63d47faec8f10db609d65169b35b2 Mon Sep 17 00:00:00 2001 From: Dave Voutila Date: Wed, 2 Oct 2024 17:05:57 +0000 Subject: 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@ --- sys/arch/amd64/include/vmmvar.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys/arch/amd64') 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 * @@ -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 -- cgit v1.2.3