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 RAID_DIAGNOSTIC so that code gets built.
details: https://anonhg.NetBSD.org/src/rev/c874f9e9dbb9
branches: trunk
changeset: 791581:c874f9e9dbb9
user: riz <riz%NetBSD.org@localhost>
date: Sat Nov 23 23:36:34 2013 +0000
description:
Add RAID_DIAGNOSTIC so that code gets built.
ok oster@
diffstat:
sys/arch/i386/conf/ALL | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 233f8e32f5dc -r c874f9e9dbb9 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL Sat Nov 23 23:34:04 2013 +0000
+++ b/sys/arch/i386/conf/ALL Sat Nov 23 23:36:34 2013 +0000
@@ -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 @@
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 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
Home |
Main Index |
Thread Index |
Old Index