diff options
| author | simonb <simonb@NetBSD.org> | 2000-02-29 06:32:20 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2000-02-29 06:32:20 +0000 |
| commit | 4eb55e447ca2d88eb55cfb8eba0da5ebeb1d2ef8 (patch) | |
| tree | 9f8414243a01390077b4847ff753a7f0f81987d5 /sys/arch/atari/conf | |
| parent | 82ab98145f9ebc65cb52160cbeca91ea1a2b10a3 (diff) | |
Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.
Diffstat (limited to 'sys/arch/atari/conf')
| -rw-r--r-- | sys/arch/atari/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/atari/conf/GENERIC b/sys/arch/atari/conf/GENERIC index 456fb42959b..4feea9499e5 100644 --- a/sys/arch/atari/conf/GENERIC +++ b/sys/arch/atari/conf/GENERIC @@ -1,5 +1,5 @@ # -# $NetBSD: GENERIC,v 1.62 2000/02/26 17:35:36 oster Exp $ +# $NetBSD: GENERIC,v 1.63 2000/02/29 06:32:23 simonb Exp $ # # Generic atari # @@ -8,7 +8,7 @@ include "arch/atari/conf/std.atari" -#ident "GENERIC-$Revision: 1.62 $" +#ident "GENERIC-$Revision: 1.63 $" # # Add support for about 16 users. This variable is used to size @@ -181,7 +181,7 @@ pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f pseudo-device ccd 4 # concatenating disk driver #pseudo-device raid 4 # RAIDframe disk driver -#options RAID_AUTOCONFIG # auto-configuration of RAID components +#options RAID_AUTOCONFIG # auto-configuration of RAID components pseudo-device md 2 # Boot memory disk pseudo-device ipfilter # IP filtering device # rnd is EXPERIMENTAL |
