diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2009-06-24 15:02:19 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2009-06-24 15:02:19 +0000 |
commit | af4b2babe3246b386ef2f4b5d88db42a4c9bea30 (patch) | |
tree | b3aba3c7a7e2d2db611ef039000b067f42f4a3d0 /sys/arch/sparc64 | |
parent | 8bd5d11eba7a35a0f65edb4544a836c699893c11 (diff) |
enable softraid
test built and booted by me
ok marco@, deraadt@
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index afa4c9e57fa..9b1d246b212 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.91 2009/06/24 11:38:40 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.92 2009/06/24 15:02:18 todd Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -164,6 +164,8 @@ esp* at dma? # SBus esp* at sbus? isp* at sbus? scsibus* at esp? +softraid0 at root # Software RAID +scsibus* at softraid? ahc* at pci? siop* at pci? @@ -319,4 +321,4 @@ pseudo-device rd 2 # ramdisk pseudo-device loop 1 # network loopback pseudo-device bpfilter 1 # packet filter pseudo-device vlan # IEEE 802.1Q VLAN -pseudo-device bio 1 +pseudo-device bio 1 # ioctl multiplexing device |