Module Name: src Committed By: pgoyette Date: Sat Sep 22 22:21:47 UTC 2018
Modified Files: src/distrib/sets/lists/modules [pgoyette-compat]: mi src/sys/compat/common [pgoyette-compat]: compat_50_mod.c compat_80_mod.c src/sys/modules [pgoyette-compat]: Makefile Added Files: src/sys/compat/common [pgoyette-compat]: compat_raid_50.c compat_raid_80.c src/sys/modules/compat_raid_50 [pgoyette-compat]: Makefile src/sys/modules/compat_raid_80 [pgoyette-compat]: Makefile Log Message: Split the raidframe compatability code out into separate modules, since the driver is already a module. This avoids having to pass a bunch of function pointers as arguments to raidframe's compat_ioctl(). To generate a diff of this commit: cvs rdiff -u -r1.114.2.21 -r1.114.2.22 src/distrib/sets/lists/modules/mi cvs rdiff -u -r1.1.2.13 -r1.1.2.14 src/sys/compat/common/compat_50_mod.c cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/sys/compat/common/compat_80_mod.c cvs rdiff -u -r0 -r1.1.2.1 src/sys/compat/common/compat_raid_50.c \ src/sys/compat/common/compat_raid_80.c cvs rdiff -u -r1.202.2.34 -r1.202.2.35 src/sys/modules/Makefile cvs rdiff -u -r0 -r1.1.2.1 src/sys/modules/compat_raid_50/Makefile cvs rdiff -u -r0 -r1.1.2.1 src/sys/modules/compat_raid_80/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.