Module Name: src Committed By: pgoyette Date: Tue Mar 26 00:23:32 UTC 2019
Modified Files: src/sys/net: if_srt.c Log Message: Add devsw_{attach,detach} stuff for _MODULE variant. (Not needed for built-in variant since the devsw is also built-in.) This will allow the modular srt devices to be accessed via open(2) and ioctl(2). XXX Someone(tm) needs to update MAKEDEV to create the /dev/srtN device nodes (with device-major 179)! To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/net/if_srt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.