Module Name: src Committed By: riz Date: Mon Apr 9 18:08:32 UTC 2012
Modified Files: src/sys/arch/x68k/stand [netbsd-6]: Makefile src/sys/arch/x68k/stand/mboot [netbsd-6]: Makefile mboot.c Log Message: Pull up following revision(s) (requested by isaki in ticket #171): sys/arch/x68k/stand/mboot/mboot.c: revision 1.10 sys/arch/x68k/stand/mboot/Makefile: revision 1.16 sys/arch/x68k/stand/Makefile: revision 1.9 Use common library libiocs.a. suggested by tsutsui@. o Originally, mboot had an IOCS_S_READEXT() inline function but its expansion corrupted (from somewhere after branching netbsd-5). This solves PR#46293 by using the common library. This problem was reported by Y.Sugahara at NetBSD booth at Open Source Conference (OSC) 2012 Ehime in March. o As a side effect, it also correct the different problem that IOCS_S_READ() calls _S_READEXT not _S_READ. Should be pulled up to netbsd-6. mboot now depends on libiocs. noticed by tsutsui@. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.8.162.1 src/sys/arch/x68k/stand/Makefile cvs rdiff -u -r1.15 -r1.15.20.1 src/sys/arch/x68k/stand/mboot/Makefile cvs rdiff -u -r1.9 -r1.9.8.1 src/sys/arch/x68k/stand/mboot/mboot.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.