From 34b6e580838a0cf461da3e8e66f096c6c522059a Mon Sep 17 00:00:00 2001 From: elric Date: Mon, 14 Oct 2002 19:42:34 +0000 Subject: [PATCH] Add cgd(4). --- sys/arch/x68k/conf/ALL | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sys/arch/x68k/conf/ALL b/sys/arch/x68k/conf/ALL index fba0197f4bc0..f526cae59469 100644 --- a/sys/arch/x68k/conf/ALL +++ b/sys/arch/x68k/conf/ALL @@ -1,4 +1,4 @@ -# $NetBSD: ALL,v 1.56 2002/09/25 11:49:55 martti Exp $ +# $NetBSD: ALL,v 1.57 2002/10/14 19:42:34 elric Exp $ # # ALL -- everything that currently exist including experimental @@ -8,7 +8,7 @@ include "arch/x68k/conf/std.x68k" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "ALL-$Revision: 1.56 $" +#ident "ALL-$Revision: 1.57 $" maxusers 32 @@ -385,6 +385,10 @@ pseudo-device vnd 4 pseudo-device ccd 4 +## Cryptographic disk devices. See cgd(4). + +pseudo-device cgd 4 + ## RAIDframe disk driver: software RAID driver. See raid(4). pseudo-device raid 4