Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   pgoyette
Date:           Sun Feb  3 08:02:25 UTC 2019

Modified Files:
        src/sys/dev/raidframe: rf_compat32.c rf_compat50.c rf_compat50_mod.h
            rf_compat80.c rf_compat80_mod.h rf_netbsdkintf.c
        src/sys/kern: compat_stub.c
        src/sys/modules: Makefile
        src/sys/modules/raid: Makefile
        src/sys/sys: compat_stub.h param.h
Added Files:
        src/sys/modules/compat_netbsd32_raid: Makefile

Log Message:
Don't include the raidframe compat code in the main raid module, the
compat code lives in their own compat_raid_xx modules, which will now
be autoloaded if needed.

While here, extract the compat_netbsd32_raid code into its own module,
too.

Welcome to 8.99.34


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/raidframe/rf_compat32.c
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/raidframe/rf_compat50.c
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/raidframe/rf_compat50_mod.h \
    src/sys/dev/raidframe/rf_compat80_mod.h
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/raidframe/rf_compat80.c
cvs rdiff -u -r1.360 -r1.361 src/sys/dev/raidframe/rf_netbsdkintf.c
cvs rdiff -u -r1.6 -r1.7 src/sys/kern/compat_stub.c
cvs rdiff -u -r1.216 -r1.217 src/sys/modules/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/compat_netbsd32_raid/Makefile
cvs rdiff -u -r1.2 -r1.3 src/sys/modules/raid/Makefile
cvs rdiff -u -r1.9 -r1.10 src/sys/sys/compat_stub.h
cvs rdiff -u -r1.581 -r1.582 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index