Module Name: src Committed By: pgoyette Date: Sun Mar 18 23:34:25 UTC 2018
Modified Files: src/sys/compat/common [pgoyette-compat]: ccd_60.c compat_60_mod.c compat_mod.h kern_cpu_60.c tty_60.c src/sys/compat/sys [pgoyette-compat]: cpuio.h Log Message: Merge changes from HEAD into ccd_60.c For all of the individual xxx_60_{init,fini} routines, don't force them to artificially return a status; just make them void. This simplifies the compat_60_{init,fini} handling of errors that remain. To generate a diff of this commit: cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sys/compat/common/ccd_60.c cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/sys/compat/common/compat_60_mod.c cvs rdiff -u -r1.1.42.5 -r1.1.42.6 src/sys/compat/common/compat_mod.h cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/compat/common/kern_cpu_60.c cvs rdiff -u -r1.4.16.2 -r1.4.16.3 src/sys/compat/common/tty_60.c cvs rdiff -u -r1.5.16.4 -r1.5.16.5 src/sys/compat/sys/cpuio.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.