Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/dev/lib/libopencrypto Update comment to reflect rec...
details: https://anonhg.NetBSD.org/src/rev/6d76399d36ea
branches: trunk
changeset: 744214:6d76399d36ea
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Mon Jan 27 17:10:23 2020 +0000
description:
Update comment to reflect recent change to the error message in question.
diffstat:
sys/rump/dev/lib/libopencrypto/opencrypto_component.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r f5ea6d32c4d3 -r 6d76399d36ea sys/rump/dev/lib/libopencrypto/opencrypto_component.c
--- a/sys/rump/dev/lib/libopencrypto/opencrypto_component.c Mon Jan 27 17:09:17 2020 +0000
+++ b/sys/rump/dev/lib/libopencrypto/opencrypto_component.c Mon Jan 27 17:10:23 2020 +0000
@@ -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 @@
* 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
Home |
Main Index |
Thread Index |
Old Index