The branch main has been updated by mav:

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

commit 5d9e5a7edfb5a2256be1c6433aaef32433cdd14e
Author:     Alexander Motin <[email protected]>
AuthorDate: 2021-09-03 02:25:16 +0000
Commit:     Alexander Motin <[email protected]>
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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "[email protected]"

Reply via email to