I wrote: > (6) Fixed (not committed yet): zaudio(4) attach failure on 9.0_BETA > - new MI i2c(4) layer requires an explicit quirk of PROBE_STRATEGY > via device properties as sys/arch/x86/autoconf.c does > https://gist.github.com/tsutsui/c704429619ee63b6292b4fbfbee0ce85 > > (7) Fixed (not committed yet): zaudio(4) failure of wm8731 on C760/C860 > - improper initialization for early delay(9): > https://gist.github.com/tsutsui/45768db42694c9b8c8b258019ce75896 > > (8) Improved (not committed yet): wasteful COPY_SYMTAB > - kernels can recognize symbols loaded by zbsdmod.o: > https://gist.github.com/tsutsui/1bd631ebf47f5985563a7ed48d0f593c : > I'll commit uncommitted fixes soon. Done: https://mail-index.netbsd.org/source-changes/2019/11/13/msg110797.html https://mail-index.netbsd.org/source-changes/2019/11/13/msg110798.html https://mail-index.netbsd.org/source-changes/2019/11/13/msg110799.html (pullup requests will follow) --- Izumi Tsutsui