Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2020 17:05:07 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r364922 - head/sys/dev/mn
Message-ID:  <202008281705.07SH57Jj076800@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Fri Aug 28 17:05:06 2020
New Revision: 364922
URL: https://svnweb.freebsd.org/changeset/base/364922

Log:
  Update outdated comment
  
  There is no splnet anymore, so update the comment to drop references
  to it.

Modified:
  head/sys/dev/mn/if_mn.c

Modified: head/sys/dev/mn/if_mn.c
==============================================================================
--- head/sys/dev/mn/if_mn.c	Fri Aug 28 16:40:38 2020	(r364921)
+++ head/sys/dev/mn/if_mn.c	Fri Aug 28 17:05:06 2020	(r364922)
@@ -743,7 +743,7 @@ ngmn_connect(hook_p hook)
 	if (!(u & 1))
 		printf("%s: init chan %d stat %08x\n", sc->name, chan, u);
 	sc->m32x->stat = 1; 
-	/* probably not at splnet, force outward queueing */
+	/* force outward queueing */
 	NG_HOOK_FORCE_QUEUE(NG_HOOK_PEER(hook));
 
 	return (0);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008281705.07SH57Jj076800>