git: 53ec9de7b6bf - stable/13 - Missed line from 7af4475a6e31.

Alexander Motin mav at FreeBSD.org
Sun Sep 12 23:03:10 UTC 2021


The branch stable/13 has been updated by mav:

URL: https://cgit.FreeBSD.org/src/commit/?id=53ec9de7b6bf9b5a837d4af876ba3124d0482e25

commit 53ec9de7b6bf9b5a837d4af876ba3124d0482e25
Author:     Alexander Motin <mav at FreeBSD.org>
AuthorDate: 2021-09-03 02:25:16 +0000
Commit:     Alexander Motin <mav at FreeBSD.org>
CommitDate: 2021-09-12 22:44:13 +0000

    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 13e6cc213655..c9f9a87368f0 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


More information about the dev-commits-src-branches mailing list