[Bug 272564] FIRECRACKER fails to link kernel: undefined symbol: memdesc_ccb
Date: Fri, 21 Jul 2023 05:07:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272564 John Baldwin <jhb@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |FIXED --- Comment #4 from John Baldwin <jhb@FreeBSD.org> --- Should be fixed by: commit c5312bd79e66ce8ef50655ce7f3eca06d6b6e24f Author: John Baldwin <jhb@FreeBSD.org> Date: Tue Jul 18 18:19:27 2023 -0700 cam: Move bus_dmamap_load_ccb into cam.c. This routine is specific to CAM and no longer assumes any internal bus_dma knowledge as it is simple wrapper around bus_dmamap_load_mem. Fixes: 60381fd1ee86 memdesc: Retire MEMDESC_CCB. Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D41058 -- You are receiving this mail because: You are the assignee for the bug.