Cosmetic changes to reduce diff against GENERIC.
This commit is contained in:
parent
41313fe244
commit
9f582c3342
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC_LAPTOP,v 1.61 2002/10/05 16:02:39 elric Exp $
|
||||
# $NetBSD: GENERIC_LAPTOP,v 1.62 2002/12/26 08:25:20 junyoung Exp $
|
||||
# From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
|
||||
#
|
||||
# GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
|
||||
|
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.61 $"
|
||||
#ident "GENERIC-$Revision: 1.62 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -725,16 +725,17 @@ include "arch/i386/conf/GENERIC.local"
|
|||
# disk/mass storage pseudo-devices
|
||||
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
|
||||
# options RF_INCLUDE_PARITYLOGGING=1
|
||||
# options RF_INCLUDE_CHAINDECLUSTER=1
|
||||
# options RF_INCLUDE_INTERDECLUSTER=1
|
||||
# options RF_INCLUDE_PARITY_DECLUSTERING=1
|
||||
# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
|
||||
#options RF_INCLUDE_EVENODD=1
|
||||
#options RF_INCLUDE_RAID5_RS=1
|
||||
#options RF_INCLUDE_PARITYLOGGING=1
|
||||
#options RF_INCLUDE_CHAINDECLUSTER=1
|
||||
#options RF_INCLUDE_INTERDECLUSTER=1
|
||||
#options RF_INCLUDE_PARITY_DECLUSTERING=1
|
||||
#options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
|
||||
|
||||
pseudo-device md 1 # memory disk device (ramdisk)
|
||||
pseudo-device vnd 4 # disk-like interface to files
|
||||
|
||||
|
|
Loading…
Reference in New Issue