Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Added a commented out cgd(4).



details:   https://anonhg.NetBSD.org/src/rev/a3af9574ce92
branches:  trunk
changeset: 538216:a3af9574ce92
user:      elric <elric%NetBSD.org@localhost>
date:      Mon Oct 14 18:23:30 2002 +0000

description:
Added a commented out cgd(4).

diffstat:

 sys/arch/amiga/conf/GENERIC.in |  5 +++--
 sys/arch/atari/conf/GENERIC.in |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r 8380960dd146 -r a3af9574ce92 sys/arch/amiga/conf/GENERIC.in
--- a/sys/arch/amiga/conf/GENERIC.in    Mon Oct 14 16:25:52 2002 +0000
+++ b/sys/arch/amiga/conf/GENERIC.in    Mon Oct 14 18:23:30 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.6 2002/10/06 02:58:21 provos Exp $
+# $NetBSD: GENERIC.in,v 1.7 2002/10/14 18:23:30 elric Exp $
 #
 # GENERIC machine description file
 #
@@ -56,7 +56,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.6 $"
+#ident                 "GENERIC-$Revision: 1.7 $"
 
 m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
 makeoptions    COPTS="-Os"
@@ -556,6 +556,7 @@
 
 pseudo-device  vnd             4       # vnode pseudo-disks
 pseudo-device  ccd             4       # concatenated disk devices
+#pseudo-device cgd             4       # cryptographic disk devices
 pseudo-device  raid            8       # RAIDframe disk driver
 options        RAID_AUTOCONFIG         # auto-configuration of RAID components
 # Options to enable various other RAIDframe RAID types.
diff -r 8380960dd146 -r a3af9574ce92 sys/arch/atari/conf/GENERIC.in
--- a/sys/arch/atari/conf/GENERIC.in    Mon Oct 14 16:25:52 2002 +0000
+++ b/sys/arch/atari/conf/GENERIC.in    Mon Oct 14 18:23:30 2002 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC.in,v 1.26 2002/10/06 02:58:21 provos Exp $
+#      $NetBSD: GENERIC.in,v 1.27 2002/10/14 18:24:33 elric Exp $
 #
 # Generic atari
 #
@@ -234,6 +234,7 @@
 pseudo-device  bridge                  # simple inter-network bridging
 #endif
 pseudo-device  ccd             4       # concatenating disk driver
+#pseudo-device cgd             4       # cryptographic disk driver
 pseudo-device  raid            8       # RAIDframe disk driver
 options        RAID_AUTOCONFIG         # auto-configuration of RAID components
 # Options to enable various other RAIDframe RAID types.



Home | Main Index | Thread Index | Old Index