Module Name:    src
Committed By:   pgoyette
Date:           Mon Jan 27 17:10:23 UTC 2020

Modified Files:
        src/sys/rump/dev/lib/libopencrypto: opencrypto_component.c

Log Message:
Update comment to reflect recent change to the error message in question.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
    src/sys/rump/dev/lib/libopencrypto/opencrypto_component.c

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

Modified files:

Index: src/sys/rump/dev/lib/libopencrypto/opencrypto_component.c
diff -u src/sys/rump/dev/lib/libopencrypto/opencrypto_component.c:1.5 src/sys/rump/dev/lib/libopencrypto/opencrypto_component.c:1.6
--- src/sys/rump/dev/lib/libopencrypto/opencrypto_component.c:1.5	Thu Jun 29 08:51:27 2017
+++ src/sys/rump/dev/lib/libopencrypto/opencrypto_component.c	Mon Jan 27 17:10:23 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: opencrypto_component.c,v 1.5 2017/06/29 08:51:27 knakahara Exp $ */
+/*	$NetBSD: opencrypto_component.c,v 1.6 2020/01/27 17:10:23 pgoyette Exp $ */
 
 /*
  * Copyright (c) 2009 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: opencrypto_component.c,v 1.5 2017/06/29 08:51:27 knakahara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: opencrypto_component.c,v 1.6 2020/01/27 17:10:23 pgoyette Exp $");
 
 #include <sys/param.h>
 #include <sys/conf.h>
@@ -75,8 +75,8 @@ RUMP_COMPONENT(RUMP_COMPONENT_DEV)
 	 * only.
 	 *
 	 * TODO:
-	 * There is still "crypto: unable to register devsw" message. it should
-	 * be suppressed.
+	 * There is still "crypto: unable to register devsw, error 17" message.
+	 * it should be suppressed.
 	 */
 	rump_pdev_add(swcryptoattach, 0);
 #endif

Reply via email to