Move some PCI MMIO defines from vmm(4) kernel headers to userland.
authordv <dv@openbsd.org>
Wed, 2 Oct 2024 17:05:56 +0000 (17:05 +0000)
committerdv <dv@openbsd.org>
Wed, 2 Oct 2024 17:05:56 +0000 (17:05 +0000)
commita4052f0f2ce65d0f836241f4aa965b0baf29081f
treed3cd79827b93a3b3fd25e34c345cbc7a58b9ebb9
parent0fdc21de9381b075a182dc806d78655c7837a57b
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
usr.sbin/vmd/pci.c
usr.sbin/vmd/pci.h
usr.sbin/vmd/x86_vm.c