Module Name: src Committed By: martin Date: Sun Dec 25 10:37:15 UTC 2011
Modified Files: src/sys/arch/sparc64/conf: GENERIC Log Message: Enable cgd(4) To generate a diff of this commit: cvs rdiff -u -r1.146 -r1.147 src/sys/arch/sparc64/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/sparc64/conf/GENERIC diff -u src/sys/arch/sparc64/conf/GENERIC:1.146 src/sys/arch/sparc64/conf/GENERIC:1.147 --- src/sys/arch/sparc64/conf/GENERIC:1.146 Sun Dec 18 05:49:32 2011 +++ src/sys/arch/sparc64/conf/GENERIC Sun Dec 25 10:37:14 2011 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.146 2011/12/18 05:49:32 dholland Exp $ +# $NetBSD: GENERIC,v 1.147 2011/12/25 10:37:14 martin Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/sparc64/conf/std.sparc64" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.146 $" +#ident "GENERIC-$Revision: 1.147 $" maxusers 64 @@ -442,7 +442,7 @@ pseudo-device ccd 4 ## Cryptographic disk devices. See cgd(4). -#pseudo-device cgd 4 +pseudo-device cgd 4 ## RAIDframe disk driver: software RAID driver. See raid(4).