RAIDframe works fine under NetBSD-macppc according to Ian Spray's testing.
Enable raid(4) by default therefore.
This commit is contained in:
parent
dbe5d1e1f7
commit
8e194a59f6
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.197 2005/05/31 22:23:53 tron Exp $
|
||||
# $NetBSD: GENERIC,v 1.198 2005/06/06 10:39:11 tron Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/macppc/conf/std.macppc"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.197 $"
|
||||
#ident "GENERIC-$Revision: 1.198 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -478,8 +478,8 @@ midi* at eap? # 137[01] MIDI port
|
|||
pseudo-device vnd 4 # disk-like interface to files
|
||||
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
|
||||
pseudo-device raid 8 # RAIDframe disk driver
|
||||
options RAID_AUTOCONFIG # auto-configuration of RAID components
|
||||
# Options to enable various other RAIDframe RAID types.
|
||||
# options RF_INCLUDE_EVENODD=1
|
||||
# options RF_INCLUDE_RAID5_RS=1
|
||||
|
|
Loading…
Reference in New Issue