Module Name: src Committed By: pgoyette Date: Tue Mar 26 00:36:14 UTC 2019
Modified Files: src/distrib/sets/lists/modules: mi src/sys/modules: Makefile Added Files: src/sys/modules/srt: Makefile srt.c Log Message: Now that the if_srt module has a chance of working (ie, it now actually attaches/detaches the cdevsw!), add the required srt module to allow module autoload triggered by opening /dev/srtN XXX As noted in the recent commit to if_srt.c, someone(tm) needs XXX to create the /dev/srt* device nodes with major 179. :) To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121 src/distrib/sets/lists/modules/mi cvs rdiff -u -r1.220 -r1.221 src/sys/modules/Makefile cvs rdiff -u -r0 -r1.1 src/sys/modules/srt/Makefile src/sys/modules/srt/srt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.