Module Name: src Committed By: knakahara Date: Fri Jun 24 04:38:12 UTC 2016
Modified Files: src/sys/net: if_gif.c if_gif.h Log Message: eliminate gif(4) Tx softint - remove gif_si from struct gif_softc - directly call gifintr() from gif_output() - rename gifintr() to gif_start() - remove Tx softint processing from gif_set_tunnel() and gif_delete_tunnel() To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/sys/net/if_gif.c cvs rdiff -u -r1.23 -r1.24 src/sys/net/if_gif.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.