On Wednesday, March 02, 2016 12:42:05 AM Ivan Klymenko wrote: > On Tue, 1 Mar 2016 17:29:37 -0500 > Michael Butler <i...@protected-networks.net> wrote: > > > The removal of "taskqueue_enqueue_fast" breaks the virtualbox kmods: > > > > Mar 1 16:54:36 toshi kernel: vboxdrv: fAsync=0 offMin=0x914 > > offMax=0x151c Mar 1 16:54:36 toshi kernel: link_elf_obj: symbol > > taskqueue_enqueue_fast undefined > > Mar 1 16:54:36 toshi kernel: linker_load_file: Unsupported file type > > Mar 1 16:54:36 toshi kernel: link_elf_obj: symbol > > taskqueue_enqueue_fast undefined > > Mar 1 16:54:36 toshi kernel: linker_load_file: Unsupported file type > > Mar 1 16:54:36 toshi kernel: KLD vboxnetadp.ko: depends on > > vboxnetflt - not available or version mismatch > > Mar 1 16:54:36 toshi kernel: linker_load_file: Unsupported file type > > > > Michael > > > > > +1
Then the port needs to be patched? It's been using an API deprecated for the last 15 years. A simple s/taskqueue_enqueue_fast/taskqueue_enqueue/ will fix it. -- John Baldwin _______________________________________________ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"