#<space>comment...

Pointed out by collver1 via PR#18468.
This commit is contained in:
junyoung 2002-12-26 08:21:56 +00:00
parent 1e0907fb9a
commit 41313fe244
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.532 2002/12/09 16:24:39 david Exp $
# $NetBSD: GENERIC,v 1.533 2002/12/26 08:21:56 junyoung Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.532 $"
#ident "GENERIC-$Revision: 1.533 $"
maxusers 32 # estimated number of users
@ -1028,7 +1028,7 @@ 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
#Options to enable various other RAIDframe RAID types.
# Options to enable various other RAIDframe RAID types.
#options RF_INCLUDE_EVENODD=1
#options RF_INCLUDE_RAID5_RS=1
#options RF_INCLUDE_PARITYLOGGING=1

View File

@ -1,4 +1,4 @@
# $NetBSD: LAMB,v 1.29 2002/10/01 12:56:44 fvdl Exp $
# $NetBSD: LAMB,v 1.30 2002/12/26 08:21:56 junyoung Exp $
#
# LAMB - a complete kernel for wildlab LAMB, http://www.wildlab.com/
#
@ -342,7 +342,7 @@ ne1 at isa? port 0x300 irq 10 # GLOBAL (right)
pseudo-device ccd 4 # concatenated/striped disk devices
pseudo-device raid 8 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID components
#Options to enable various other RAIDframe RAID types.
# Options to enable various other RAIDframe RAID types.
#options RF_INCLUDE_EVENODD=1
#options RF_INCLUDE_RAID5_RS=1
#options RF_INCLUDE_PARITYLOGGING=1