Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf add [commented out] cgd's to generic kern...



details:   https://anonhg.NetBSD.org/src/rev/f0a35a4b590a
branches:  trunk
changeset: 537759:f0a35a4b590a
user:      elric <elric%NetBSD.org@localhost>
date:      Sat Oct 05 16:02:38 2002 +0000

description:
add [commented out] cgd's to generic kernel configs.

diffstat:

 sys/arch/i386/conf/CARDBUS        |  5 +++--
 sys/arch/i386/conf/GENERIC        |  5 +++--
 sys/arch/i386/conf/GENERIC_LAPTOP |  5 +++--
 3 files changed, 9 insertions(+), 6 deletions(-)

diffs (78 lines):

diff -r ebaa5ef3863e -r f0a35a4b590a sys/arch/i386/conf/CARDBUS
--- a/sys/arch/i386/conf/CARDBUS        Sat Oct 05 15:56:12 2002 +0000
+++ b/sys/arch/i386/conf/CARDBUS        Sat Oct 05 16:02:38 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CARDBUS,v 1.68 2002/10/01 12:56:38 fvdl Exp $
+#      $NetBSD: CARDBUS,v 1.69 2002/10/05 16:02:38 elric Exp $
 #
 #      CARDBUS: GENERIC + CardBus support.  Additionally, some
 #      things typically not found on laptops have been commented out.
@@ -10,7 +10,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "CARDBUS-$Revision: 1.68 $"
+#ident         "CARDBUS-$Revision: 1.69 $"
 
 maxusers       32              # estimated number of users
 
@@ -880,6 +880,7 @@
 
 # disk/mass storage pseudo-devices
 pseudo-device  ccd             4       # concatenated/striped disk devices
+#pseudo-device cgd             4       # cryptographic disk devices
 #pseudo-device raid            4       # RAIDframe disk driver
 #options       RAID_AUTOCONFIG         # auto-configuration of RAID components
 pseudo-device  md              1       # memory disk device (ramdisk)
diff -r ebaa5ef3863e -r f0a35a4b590a sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sat Oct 05 15:56:12 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sat Oct 05 16:02:38 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.515 2002/10/04 16:24:47 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.516 2002/10/05 16:02:39 elric Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.515 $"
+#ident                 "GENERIC-$Revision: 1.516 $"
 
 maxusers       32              # estimated number of users
 
@@ -1000,6 +1000,7 @@
 
 # disk/mass storage pseudo-devices
 pseudo-device  ccd             4       # concatenated/striped disk devices
+#pseudo-device cgd             4       # cryptographic disk devices
 # RAIDframe is broken with MULTIPROCESSOR / LOCKDEBUG
 #pseudo-device raid            8       # RAIDframe disk driver
 #options       RAID_AUTOCONFIG         # auto-configuration of RAID components
diff -r ebaa5ef3863e -r f0a35a4b590a sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Sat Oct 05 15:56:12 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Sat Oct 05 16:02:38 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_LAPTOP,v 1.60 2002/10/01 12:56:41 fvdl Exp $
+#      $NetBSD: GENERIC_LAPTOP,v 1.61 2002/10/05 16:02:39 elric Exp $
 #      From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
 #
 #      GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
@@ -8,7 +8,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.60 $"
+#ident                 "GENERIC-$Revision: 1.61 $"
 
 maxusers       32              # estimated number of users
 
@@ -724,6 +724,7 @@
 
 # disk/mass storage pseudo-devices
 pseudo-device  ccd             4       # concatenated/striped 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.



Home | Main Index | Thread Index | Old Index