From 3a031789fe326a2896c8cbc8596fc03428186c7c Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Thu, 3 Jan 2019 21:19:17 -0500 Subject: [PATCH] freebsd_network: Add a missed method ID. Some less-used drivers (e.g. marvell_yukon) need this. --- src/libs/compat/freebsd_network/compat/sys/method-ids.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libs/compat/freebsd_network/compat/sys/method-ids.h b/src/libs/compat/freebsd_network/compat/sys/method-ids.h index c9f56306a5..1720558989 100644 --- a/src/libs/compat/freebsd_network/compat/sys/method-ids.h +++ b/src/libs/compat/freebsd_network/compat/sys/method-ids.h @@ -26,6 +26,7 @@ enum device_method_ids { ID_bus_hinted_child, ID_bus_print_child, ID_bus_read_ivar, + ID_bus_get_dma_tag, ID_ifdi_knlist_add, ID_ifdi_knote_event,