git: 5d9e5a7edfb5 - main - Missed line from 7af4475a6e31.

Alexander Motin mav at FreeBSD.org
Fri Sep 3 02:25:49 UTC 2021


The branch main has been updated by mav:

URL: https://cgit.FreeBSD.org/src/commit/?id=5d9e5a7edfb5a2256be1c6433aaef32433cdd14e

commit 5d9e5a7edfb5a2256be1c6433aaef32433cdd14e
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-03 02:25:16 +0000

    Missed line from 7af4475a6e31.
    
    MFC after:      2 weeks
---
 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-all mailing list