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 | |
| parent | 82ab98145f9ebc65cb52160cbeca91ea1a2b10a3 (diff) | |
Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/alpha/conf/GENERIC | 6 | ||||
| -rw-r--r-- | sys/arch/amiga/conf/GENERIC | 6 | ||||
| -rw-r--r-- | sys/arch/arm32/conf/GENERIC | 6 | ||||
| -rw-r--r-- | sys/arch/atari/conf/GENERIC | 6 | ||||
| -rw-r--r-- | sys/arch/bebox/conf/GENERIC | 6 | ||||
| -rw-r--r-- | sys/arch/hp300/conf/GENERIC | 6 | ||||
| -rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 | ||||
| -rw-r--r-- | sys/arch/mac68k/conf/GENERIC | 6 | ||||
| -rw-r--r-- | sys/arch/macppc/conf/GENERIC | 6 | ||||
| -rw-r--r-- | sys/arch/mmeye/conf/GENERIC | 6 | ||||
| -rw-r--r-- | sys/arch/newsmips/conf/GENERIC | 6 | ||||
| -rw-r--r-- | sys/arch/next68k/conf/GENERIC | 6 | ||||
| -rw-r--r-- | sys/arch/ofppc/conf/GENERIC | 6 | ||||
| -rw-r--r-- | sys/arch/pmax/conf/GENERIC | 6 | ||||
| -rw-r--r-- | sys/arch/sparc/conf/GENERIC | 6 | ||||
| -rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 6 | ||||
| -rw-r--r-- | sys/arch/sun3/conf/GENERIC | 6 | ||||
| -rw-r--r-- | sys/arch/vax/conf/GENERIC | 6 | ||||
| -rw-r--r-- | sys/arch/x68k/conf/GENERIC | 6 |
19 files changed, 57 insertions, 57 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 38b40c2f127..3e0627f3b5a 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,10 +1,10 @@ -# $NetBSD: GENERIC,v 1.143 2000/02/26 17:35:35 oster Exp $ +# $NetBSD: GENERIC,v 1.144 2000/02/29 06:32:20 simonb Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. include "arch/alpha/conf/std.alpha" -#ident "GENERIC-$Revision: 1.143 $" +#ident "GENERIC-$Revision: 1.144 $" maxusers 32 @@ -378,7 +378,7 @@ wsmouse* at pms? pseudo-device bpfilter 16 pseudo-device ccd 4 #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 ipfilter 1 pseudo-device loop 1 pseudo-device md 1 diff --git a/sys/arch/amiga/conf/GENERIC b/sys/arch/amiga/conf/GENERIC index caa3c8bb6fe..e4744902383 100644 --- a/sys/arch/amiga/conf/GENERIC +++ b/sys/arch/amiga/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.138 2000/02/26 17:35:35 oster Exp $ +# $NetBSD: GENERIC,v 1.139 2000/02/29 06:32:22 simonb Exp $ # #if 0 @@ -15,7 +15,7 @@ include "arch/amiga/conf/std.amiga" -#ident "GENERIC-$Revision: 1.138 $" +#ident "GENERIC-$Revision: 1.139 $" maxusers 8 options RTC_OFFSET=0 @@ -422,7 +422,7 @@ pseudo-device pty 16 # pseudo ptys pseudo-device vnd 4 # vnode pseudo-disks pseudo-device ccd 4 # concatenated disk devices #pseudo-device raid 4 # RAIDframe disk driver -#options RAID_AUTOCONFIG # auto-configuration of RAID components +#options RAID_AUTOCONFIG # auto-configuration of RAID components # rnd is EXPERIMENTAL at this point. #pseudo-device rnd # /dev/random and in-kernel generator diff --git a/sys/arch/arm32/conf/GENERIC b/sys/arch/arm32/conf/GENERIC index fa17fa9246e..b4229131925 100644 --- a/sys/arch/arm32/conf/GENERIC +++ b/sys/arch/arm32/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.63 2000/02/26 17:35:36 oster Exp $ +# $NetBSD: GENERIC,v 1.64 2000/02/29 06:32:23 simonb Exp $ # # GENERIC -- everything that's currently supported # include "arch/arm32/conf/std.arm32" -#ident "GENERIC-$Revision: 1.63 $" +#ident "GENERIC-$Revision: 1.64 $" # estimated number of users maxusers 32 @@ -287,7 +287,7 @@ pseudo-device tb 1 # tablet line discipline pseudo-device vnd 4 # disk-like interface to files pseudo-device ccd 2 # concatenated disk devices #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 1 # Ramdisk driver pseudo-device rnd # /dev/random and in-kernel generator 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 diff --git a/sys/arch/bebox/conf/GENERIC b/sys/arch/bebox/conf/GENERIC index a9317f56ee2..44609f6ad8f 100644 --- a/sys/arch/bebox/conf/GENERIC +++ b/sys/arch/bebox/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.24 2000/02/26 17:35:36 oster Exp $ +# $NetBSD: GENERIC,v 1.25 2000/02/29 06:32:24 simonb Exp $ # # First try for BEBOX config file # include "arch/bebox/conf/std.bebox" -#ident "GENERIC-$Revision: 1.24 $" +#ident "GENERIC-$Revision: 1.25 $" maxusers 32 @@ -80,7 +80,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 pty 64 #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 gre 2 # generic L3 over IP tunnel pseudo-device wsmux 2 diff --git a/sys/arch/hp300/conf/GENERIC b/sys/arch/hp300/conf/GENERIC index c8f922f8107..4d440ae00cc 100644 --- a/sys/arch/hp300/conf/GENERIC +++ b/sys/arch/hp300/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.52 2000/02/26 17:35:37 oster Exp $ +# $NetBSD: GENERIC,v 1.53 2000/02/29 06:32:24 simonb Exp $ # # Generic kernel - one size fits all. # @@ -6,7 +6,7 @@ # Include attributes common to all hp300s include "arch/hp300/conf/std.hp300" -#ident "GENERIC-$Revision: 1.52 $" +#ident "GENERIC-$Revision: 1.53 $" # Support for various CPU types options HP320 @@ -196,7 +196,7 @@ pseudo-device bpfilter 16 # Berkeley packet filter pseudo-device vnd 4 # vnode pseudo-disks pseudo-device ccd 4 # concatenated disk devices #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 loop # loopback network interface pseudo-device ipfilter # IP Filter package #pseudo-device gre 2 # generic L3 over IP tunnel diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 9570ff52f89..04c68ec9bcc 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.304 2000/02/27 16:51:39 augustss Exp $ +# $NetBSD: GENERIC,v 1.305 2000/02/29 06:32:25 simonb Exp $ # # GENERIC -- everything that's currently supported # include "arch/i386/conf/std.i386" -#ident "GENERIC-$Revision: 1.304 $" +#ident "GENERIC-$Revision: 1.305 $" maxusers 32 # estimated number of users @@ -765,7 +765,7 @@ include "arch/i386/conf/GENERIC.local" # disk/mass storage pseudo-devices pseudo-device ccd 4 # concatenated/striped disk devices #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 1 # memory disk device (ramdisk) pseudo-device vnd 4 # disk-like interface to files diff --git a/sys/arch/mac68k/conf/GENERIC b/sys/arch/mac68k/conf/GENERIC index 499b6c487d6..26aab9f7d77 100644 --- a/sys/arch/mac68k/conf/GENERIC +++ b/sys/arch/mac68k/conf/GENERIC @@ -1,10 +1,10 @@ -# $NetBSD: GENERIC,v 1.97 2000/02/26 17:35:37 oster Exp $ +# $NetBSD: GENERIC,v 1.98 2000/02/29 06:32:25 simonb Exp $ # # GENERIC include "arch/mac68k/conf/std.mac68k" -#ident "GENERIC-$Revision: 1.97 $" +#ident "GENERIC-$Revision: 1.98 $" maxusers 16 # estimated number of users @@ -245,7 +245,7 @@ asc0 at obio? # ASC/EASC audio # disk/mass storage pseudo-devices pseudo-device ccd 4 # concatenated/striped disk devices #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 1 # memory disk device (ramdisk) pseudo-device vcoda 1 # Venus/Coda distributed file system pseudo-device vnd 4 # disk-like interface to files diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 2461b4f7772..939aadcddf7 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.56 2000/02/27 18:06:43 tsubai Exp $ +# $NetBSD: GENERIC,v 1.57 2000/02/29 06:32:26 simonb Exp $ # # GENERIC -- everything that's currently supported # include "arch/macppc/conf/std.macppc" -#ident "GENERIC-$Revision: 1.56 $" +#ident "GENERIC-$Revision: 1.57 $" maxusers 32 @@ -270,7 +270,7 @@ ugen* at uhub? port ? configuration ? interface ? pseudo-device vnd 4 # disk-like interface to files pseudo-device ccd 4 # concatenated/striped disk devices #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 1 # memory disk device pseudo-device loop # network loopback pseudo-device bpfilter 8 # packet filter diff --git a/sys/arch/mmeye/conf/GENERIC b/sys/arch/mmeye/conf/GENERIC index a3109c01eb6..64657100eec 100644 --- a/sys/arch/mmeye/conf/GENERIC +++ b/sys/arch/mmeye/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.10 2000/02/26 17:35:40 oster Exp $ +# $NetBSD: GENERIC,v 1.11 2000/02/29 06:32:26 simonb Exp $ # # GENERIC -- everything that's currently supported # include "arch/mmeye/conf/std.mmeye" -#ident "GENERIC-$Revision: 1.10 $" +#ident "GENERIC-$Revision: 1.11 $" maxusers 16 # estimated number of users @@ -156,7 +156,7 @@ sm* at pcmcia? function ? # Megahertz Ethernet pseudo-device ccd 4 # concatenated/striped disk devices #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 vnd 4 # disk-like interface to files pseudo-device bpfilter 8 # Berkeley packet filter pseudo-device ipfilter # IP filter (firewall) and NAT diff --git a/sys/arch/newsmips/conf/GENERIC b/sys/arch/newsmips/conf/GENERIC index 4ca0c86d734..0d75ca9bafa 100644 --- a/sys/arch/newsmips/conf/GENERIC +++ b/sys/arch/newsmips/conf/GENERIC @@ -1,10 +1,10 @@ -# $NetBSD: GENERIC,v 1.19 2000/02/26 17:35:40 oster Exp $ +# $NetBSD: GENERIC,v 1.20 2000/02/29 06:32:27 simonb Exp $ # # GENERIC kernel for RISC-NEWS include "arch/newsmips/conf/std.newsmips" -#ident "GENERIC-$Revision: 1.19 $" +#ident "GENERIC-$Revision: 1.20 $" maxusers 16 @@ -152,6 +152,6 @@ pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) pseudo-device vnd 4 # disk-like interface to files pseudo-device ccd 4 # concatenated and striped disks #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 strip 1 # radio clock #pseudo-device ipfilter # ip filter diff --git a/sys/arch/next68k/conf/GENERIC b/sys/arch/next68k/conf/GENERIC index f00d80c5159..44eed19add3 100644 --- a/sys/arch/next68k/conf/GENERIC +++ b/sys/arch/next68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.25 2000/02/26 17:35:40 oster Exp $ +# $NetBSD: GENERIC,v 1.26 2000/02/29 06:32:27 simonb Exp $ # # GENERIC next68k # @@ -6,7 +6,7 @@ include "arch/next68k/conf/std.next68k" -#ident "GENERIC-$Revision: 1.25 $" +#ident "GENERIC-$Revision: 1.26 $" # Needs to be set per system. i.e change these as you see fit maxusers 16 @@ -209,5 +209,5 @@ pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) pseudo-device pty 64 # pseudo-terminals pseudo-device vnd 4 # paging to files #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 ccd 4 # concatenated disks diff --git a/sys/arch/ofppc/conf/GENERIC b/sys/arch/ofppc/conf/GENERIC index 1fd36e72da6..3cfa35fda14 100644 --- a/sys/arch/ofppc/conf/GENERIC +++ b/sys/arch/ofppc/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.24 2000/02/26 17:35:41 oster Exp $ +# $NetBSD: GENERIC,v 1.25 2000/02/29 06:32:28 simonb Exp $ # # First try for PPC config file # include "arch/ofppc/conf/std.ofppc" -#ident "GENERIC-$Revision: 1.24 $" +#ident "GENERIC-$Revision: 1.25 $" maxusers 32 @@ -96,7 +96,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 pty 64 #pseudo-device raid 4 # RAIDframe disk driver -#options RAID_AUTOCONFIG # auto-configuration of RAID components +#options RAID_AUTOCONFIG # auto-configuration of RAID components # rnd is EXPERIMENTAL #pseudo-device rnd # /dev/random and in-kernel generator #pseudo-device gre 2 # generic L3 over IP tunnel diff --git a/sys/arch/pmax/conf/GENERIC b/sys/arch/pmax/conf/GENERIC index f8da21d9b5f..2a3274da9d0 100644 --- a/sys/arch/pmax/conf/GENERIC +++ b/sys/arch/pmax/conf/GENERIC @@ -1,11 +1,11 @@ # -# $NetBSD: GENERIC,v 1.68 2000/02/26 17:35:41 oster Exp $ +# $NetBSD: GENERIC,v 1.69 2000/02/29 06:32:28 simonb Exp $ # # Distribution kernel (any model) kernel config file # include "arch/pmax/conf/std.pmax" -#ident "GENERIC-$Revision: 1.68 $" +#ident "GENERIC-$Revision: 1.69 $" maxusers 64 @@ -206,7 +206,7 @@ pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) pseudo-device vnd 4 # virtual disk ick pseudo-device ccd 4 # concatenated disks #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 rasterconsole 1 # NB: raster console requires "fb" pseudo-device fb 3 # up to 3 framebuffers diff --git a/sys/arch/sparc/conf/GENERIC b/sys/arch/sparc/conf/GENERIC index 9d936ef2bc5..13f2bbdf497 100644 --- a/sys/arch/sparc/conf/GENERIC +++ b/sys/arch/sparc/conf/GENERIC @@ -1,8 +1,8 @@ -# $NetBSD: GENERIC,v 1.101 2000/02/26 17:35:41 oster Exp $ +# $NetBSD: GENERIC,v 1.102 2000/02/29 06:32:29 simonb Exp $ include "arch/sparc/conf/std.sparc" -#ident "GENERIC-$Revision: 1.101 $" +#ident "GENERIC-$Revision: 1.102 $" maxusers 32 @@ -404,7 +404,7 @@ pseudo-device ccd 4 ## RAIDframe disk driver: software RAID driver. See raid(4). #pseudo-device raid 4 -#options RAID_AUTOCONFIG # auto-configuration of RAID components +#options RAID_AUTOCONFIG # auto-configuration of RAID components ## Memory disk device, used on boot floppies with compressed ## kernel-plus-root-disk images. diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 00f7b6ce9f3..1122e321290 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,8 +1,8 @@ -# $NetBSD: GENERIC,v 1.24 2000/02/26 17:35:42 oster Exp $ +# $NetBSD: GENERIC,v 1.25 2000/02/29 06:32:29 simonb Exp $ include "arch/sparc64/conf/std.sparc64" -#ident "GENERIC-$Revision: 1.24 $" +#ident "GENERIC-$Revision: 1.25 $" maxusers 32 @@ -330,7 +330,7 @@ pseudo-device ccd 4 ## RAIDframe disk driver: software RAID driver. See raid(4). pseudo-device raid 4 -#options RAID_AUTOCONFIG # auto-configuration of RAID components +#options RAID_AUTOCONFIG # auto-configuration of RAID components ## Memory disk device, used on boot floppies with compressed ## kernel-plus-root-disk images. diff --git a/sys/arch/sun3/conf/GENERIC b/sys/arch/sun3/conf/GENERIC index aa58725e0b7..460cb0890ac 100644 --- a/sys/arch/sun3/conf/GENERIC +++ b/sys/arch/sun3/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.64 2000/02/26 17:35:42 oster Exp $ +# $NetBSD: GENERIC,v 1.65 2000/02/29 06:32:30 simonb Exp $ # GENERIC Sun3 (3/50, 3/60, 3/110, 3/160, 3/260, 3/E) # Supports root on: ie0, le0, sd*, ... include "arch/sun3/conf/std.sun3" -#ident "GENERIC-$Revision: 1.64 $" +#ident "GENERIC-$Revision: 1.65 $" # Machines to be supported by this kernel options FPU_EMULATE @@ -230,4 +230,4 @@ pseudo-device pty 32 # pseudo-terminals #pseudo-device vnd 4 # paging to files #pseudo-device ccd 4 # concatenated disks #pseudo-device raid 4 # RAIDframe disk driver -#options RAID_AUTOCONFIG # auto-configuration of RAID components +#options RAID_AUTOCONFIG # auto-configuration of RAID components diff --git a/sys/arch/vax/conf/GENERIC b/sys/arch/vax/conf/GENERIC index e700bdf01a1..c4f473c886e 100644 --- a/sys/arch/vax/conf/GENERIC +++ b/sys/arch/vax/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.58 2000/02/26 17:35:42 oster Exp $ +# $NetBSD: GENERIC,v 1.59 2000/02/29 06:32:30 simonb Exp $ # # GENERIC VAX configuration file; all supported devices. # include "arch/vax/conf/std.vax" -#ident "GENERIC-$Revision: 1.58 $" +#ident "GENERIC-$Revision: 1.59 $" # Here are all different supported CPU types listed. options "VAX8600" @@ -212,6 +212,6 @@ pseudo-device tb 1 pseudo-device vnd 4 pseudo-device ccd 4 #pseudo-device raid 4 # RAIDframe disk driver -#options RAID_AUTOCONFIG # auto-configuration of RAID components +#options RAID_AUTOCONFIG # auto-configuration of RAID components # rnd is EXPERIMENTAL #pseudo-device rnd # /dev/random and in-kernel generator diff --git a/sys/arch/x68k/conf/GENERIC b/sys/arch/x68k/conf/GENERIC index 627b23d442e..5b455273968 100644 --- a/sys/arch/x68k/conf/GENERIC +++ b/sys/arch/x68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.42 2000/02/26 17:35:43 oster Exp $ +# $NetBSD: GENERIC,v 1.43 2000/02/29 06:32:31 simonb Exp $ # # GENERIC @@ -6,7 +6,7 @@ include "arch/x68k/conf/std.x68k" -#ident "GENERIC-$Revision: 1.42 $" +#ident "GENERIC-$Revision: 1.43 $" maxusers 32 @@ -279,7 +279,7 @@ pseudo-device ccd 4 ## RAIDframe disk driver: software RAID driver. See raid(4). pseudo-device raid 4 -#options RAID_AUTOCONFIG # auto-configuration of RAID components +#options RAID_AUTOCONFIG # auto-configuration of RAID components ## Memory disk device, used on boot floppies with compressed ## kernel-plus-root-disk images. |
