Module Name: src Committed By: pgoyette Date: Sat Mar 24 01:59:16 UTC 2018
Modified Files: src/distrib/sets/lists/modules [pgoyette-compat]: mi src/sys/compat/common [pgoyette-compat]: Makefile.sysio compat_80_mod.c files.common src/sys/dev/raidframe [pgoyette-compat]: rf_compat50.c rf_compat50.h rf_compat80.c rf_compat80.h rf_netbsdkintf.c src/sys/kern [pgoyette-compat]: compat_stub.c src/sys/modules [pgoyette-compat]: Makefile src/sys/modules/compat_50 [pgoyette-compat]: Makefile src/sys/modules/compat_80 [pgoyette-compat]: Makefile src/sys/sys [pgoyette-compat]: compat_stub.h Log Message: Separate the compat_50 and compat_80 dispatching code from the main body of raidframe, and place into the appropriate compat modules. Enable building of the compat_80 module. To generate a diff of this commit: cvs rdiff -u -r1.114.2.5 -r1.114.2.6 src/distrib/sets/lists/modules/mi cvs rdiff -u -r1.7.18.9 -r1.7.18.10 src/sys/compat/common/Makefile.sysio cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sys/compat/common/compat_80_mod.c cvs rdiff -u -r1.1.2.17 -r1.1.2.18 src/sys/compat/common/files.common cvs rdiff -u -r1.3 -r1.3.2.1 src/sys/dev/raidframe/rf_compat50.c cvs rdiff -u -r1.2 -r1.2.16.1 src/sys/dev/raidframe/rf_compat50.h cvs rdiff -u -r1.2 -r1.2.2.1 src/sys/dev/raidframe/rf_compat80.c \ src/sys/dev/raidframe/rf_compat80.h cvs rdiff -u -r1.356 -r1.356.2.1 src/sys/dev/raidframe/rf_netbsdkintf.c cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/kern/compat_stub.c cvs rdiff -u -r1.202.2.9 -r1.202.2.10 src/sys/modules/Makefile cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/modules/compat_50/Makefile cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/modules/compat_80/Makefile cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/sys/compat_stub.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.