From 53ec9de7b6bf9b5a837d4af876ba3124d0482e25 Mon Sep 17 00:00:00 2001 From: Alexander Motin Date: Thu, 2 Sep 2021 22:25:16 -0400 Subject: [PATCH] Missed line from 7af4475a6e31. MFC after: 2 weeks (cherry picked from commit 5d9e5a7edfb5a2256be1c6433aaef32433cdd14e) --- sys/dev/vmd/vmd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/vmd/vmd.h b/sys/dev/vmd/vmd.h index 13e6cc21365..c9f9a87368f 100644 --- a/sys/dev/vmd/vmd.h +++ b/sys/dev/vmd/vmd.h @@ -63,6 +63,7 @@ struct vmd_softc { int vmd_msix_count; uint8_t vmd_bus_start; uint8_t vmd_bus_end; + bus_dma_tag_t vmd_dma_tag; }; #endif