Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/landisk/conf Enable crypto, swcrypto and cgd.



details:   https://anonhg.NetBSD.org/src/rev/b39aad2f5b0d
branches:  trunk
changeset: 366712:b39aad2f5b0d
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Jun 10 17:47:20 2022 +0000

description:
Enable crypto, swcrypto and cgd.

diffstat:

 sys/arch/landisk/conf/GENERIC |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r bbed15cc4bd5 -r b39aad2f5b0d sys/arch/landisk/conf/GENERIC
--- a/sys/arch/landisk/conf/GENERIC     Fri Jun 10 09:54:54 2022 +0000
+++ b/sys/arch/landisk/conf/GENERIC     Fri Jun 10 17:47:20 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.71 2021/06/29 10:22:36 nia Exp $
+# $NetBSD: GENERIC,v 1.72 2022/06/10 17:47:20 martin Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options         INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident          "GENERIC-$Revision: 1.71 $"
+#ident          "GENERIC-$Revision: 1.72 $"
 
 maxusers       16              # estimated number of users
 
@@ -401,7 +401,7 @@
 
 # disk/mass storage pseudo-devices
 pseudo-device  ccd                     # concatenated/striped disk devices
-#pseudo-device cgd                     # cryptographic disk devices
+pseudo-device  cgd                     # cryptographic disk devices
 pseudo-device  raid                    # RAIDframe disk driver
 options        RAID_AUTOCONFIG         # auto-configuration of RAID components
 # Options to enable various other RAIDframe RAID types.
@@ -414,6 +414,8 @@
 #options       RF_INCLUDE_PARITY_DECLUSTERING_DS=1
 pseudo-device  fss                     # file system snapshot device
 
+pseudo-device  crypto                  # /dev/crypto device
+pseudo-device  swcrypto                # software crypto implementation
 pseudo-device  md                      # memory disk device (ramdisk)
 pseudo-device  vnd                     # disk-like interface to files
 options        VND_COMPRESSION         # compressed vnd(4)



Home | Main Index | Thread Index | Old Index