Module Name: src Committed By: riz Date: Sat Nov 23 23:36:34 UTC 2013
Modified Files: src/sys/arch/i386/conf: ALL Log Message: Add RAID_DIAGNOSTIC so that code gets built. ok oster@ To generate a diff of this commit: cvs rdiff -u -r1.365 -r1.366 src/sys/arch/i386/conf/ALL 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/i386/conf/ALL diff -u src/sys/arch/i386/conf/ALL:1.365 src/sys/arch/i386/conf/ALL:1.366 --- src/sys/arch/i386/conf/ALL:1.365 Fri Nov 22 18:58:01 2013 +++ src/sys/arch/i386/conf/ALL Sat Nov 23 23:36:34 2013 @@ -1,4 +1,4 @@ -# $NetBSD: ALL,v 1.365 2013/11/22 18:58:01 riz Exp $ +# $NetBSD: ALL,v 1.366 2013/11/23 23:36:34 riz Exp $ # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp # # ALL machine description file @@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "ALL-$Revision: 1.365 $" +#ident "ALL-$Revision: 1.366 $" maxusers 64 # estimated number of users @@ -1675,6 +1675,7 @@ pseudo-device ccd # concatenated/strip pseudo-device cgd # cryptographic disk devices pseudo-device raid # RAIDframe disk driver options RAID_AUTOCONFIG # auto-configuration of RAID components +options RAID_DIAGNOSTIC # Additional raidframe diagnostic info # Options to enable various other RAIDframe RAID types. options RF_INCLUDE_EVENODD=1 options RF_INCLUDE_RAID5_RS=1