Module Name: src Committed By: martin Date: Sat Nov 16 16:55:47 UTC 2019
Modified Files: src/sys/arch/arm/sa11x0 [netbsd-9]: sa11x0_ost.c src/sys/arch/zaurus/zaurus [netbsd-9]: autoconf.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #430): sys/arch/arm/sa11x0/sa11x0_ost.c: revision 1.33 sys/arch/zaurus/zaurus/autoconf.c: revision 1.13 Fix attach failure of zaudio(4) WM8731 (C7x0/860) and WM8750 (C1000/3x00). The new MI iic(4) layer requires an explicit quirk info of PROBE_STRATEGY via device properties. Fixes PR kern/54658. Should be pulled up to netbsd-9. - Fix another attach failure of zaudio(4) WM8731 on Zaurus SL-C7x0/860. When kernels were configured for both CPU_XSCALE_PXA270 and CPU_XSCALE_PXA250, the OST freq value was not set until tc_init(9) then all delay(9) during configure(9) returned immediately. While here, use proper macro with description for readability. Should be pulled up to netbsd-8 and netbsd-9. (though zaudio(4) won't work on netbsd-8) To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.32.20.1 src/sys/arch/arm/sa11x0/sa11x0_ost.c cvs rdiff -u -r1.12 -r1.12.44.1 src/sys/arch/zaurus/zaurus/autoconf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.