Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf Re-enable crypto and swcrypto - "generi...



details:   https://anonhg.NetBSD.org/src/rev/59f5eb5ab4e7
branches:  trunk
changeset: 931342:59f5eb5ab4e7
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Apr 26 23:03:37 2020 +0000

description:
Re-enable crypto and swcrypto - "generic softints" have been available
for quite some time, so no need to disable.

This is a work-around for PR kern/55155.  The root problem, failure to
load modules due to missing kernel symbol table, still exists.

diffstat:

 sys/arch/macppc/conf/GENERIC |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r 2c0de4493345 -r 59f5eb5ab4e7 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Sun Apr 26 22:06:01 2020 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Sun Apr 26 23:03:37 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.367 2020/04/24 12:40:25 macallan Exp $
+# $NetBSD: GENERIC,v 1.368 2020/04/26 23:03:37 pgoyette Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.367 $"
+#ident                 "GENERIC-$Revision: 1.368 $"
 
 maxusers       32
 
@@ -512,9 +512,8 @@
 pseudo-device   accf_data              # "dataready" accept filter
 pseudo-device   accf_http              # "httpready" accept filter
 
-#pseudo-device         crypto                  # /dev/crypto device
-                                       # (disabled, requires generic softints)
-#pseudo-device swcrypto                # software crypto implementation
+pseudo-device  crypto                  # /dev/crypto device
+pseudo-device  swcrypto                # software crypto implementation
 pseudo-device  vnd                     # disk-like interface to files
 #options       VND_COMPRESSION         # compressed vnd(4)
 pseudo-device  ccd                     # concatenated/striped disk devices



Home | Main Index | Thread Index | Old Index