Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/pgoyette-compat]: src/sys/compat/common Now that cryptodev_50 is a separ...



details:   https://anonhg.NetBSD.org/src/rev/9bb7cd1e5819
branches:  pgoyette-compat
changeset: 830754:9bb7cd1e5819
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Sep 23 04:27:48 2018 +0000

description:
Now that cryptodev_50 is a separate module we can't initialize it
from the generic compat_50 module.

diffstat:

 sys/compat/common/compat_50_mod.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (42 lines):

diff -r e2b06ed4c6c7 -r 9bb7cd1e5819 sys/compat/common/compat_50_mod.c
--- a/sys/compat/common/compat_50_mod.c Sun Sep 23 03:54:08 2018 +0000
+++ b/sys/compat/common/compat_50_mod.c Sun Sep 23 04:27:48 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: compat_50_mod.c,v 1.1.2.14 2018/09/22 22:21:46 pgoyette Exp $  */
+/*     $NetBSD: compat_50_mod.c,v 1.1.2.15 2018/09/23 04:27:48 pgoyette Exp $  */
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: compat_50_mod.c,v 1.1.2.14 2018/09/22 22:21:46 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: compat_50_mod.c,v 1.1.2.15 2018/09/23 04:27:48 pgoyette Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
@@ -84,7 +84,6 @@
        uipc_syscalls_50_init();
        clockctl_50_init();
        if_spppsubr_50_init();
-       cryptodev_50_init();
        puffs_50_init();
        wsevent_50_init();
        vnd_50_init();
@@ -111,7 +110,6 @@
        vnd_50_fini();
        wsevent_50_fini();
        puffs_50_fini();
-       cryptodev_50_fini();
        if_spppsubr_50_fini();
        clockctl_50_fini();
        uipc_syscalls_50_fini();
@@ -147,7 +145,6 @@
        uipc_syscalls_50_init();
        clockctl_50_init();
        if_spppsubr_50_init();
-       cryptodev_50_init();
        puffs_50_init();
        wsevent_50_init();
        vnd_50_init();



Home | Main Index | Thread Index | Old Index