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 | |
parent | 8bd5d11eba7a35a0f65edb4544a836c699893c11 (diff) |
enable softraid
test built and booted by me
ok marco@, deraadt@
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 4 | ||||
-rw-r--r-- | sys/arch/hppa/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 6 |
3 files changed, 10 insertions, 4 deletions
diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index 231a9779bd3..f769ed87bb1 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.78 2009/04/28 17:10:23 deraadt Exp $ +# $OpenBSD: RAMDISKBIG,v 1.79 2009/06/24 15:02:18 todd Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -169,6 +169,8 @@ pcscp* at pci? # AMD 53c974 PCscsi-PCI SCSI scsibus* at pcscp? twe* at pci? # 3ware Escalade RAID controllers scsibus* at twe? +softraid0 at root # Software RAID +scsibus* at softraid? #UNTESTED: the following drivers are untested. adw* at pci? # AdvanSys ULTRA WIDE SCSI diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index e53b7622231..a8a11ec92ea 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.88 2009/04/28 17:10:24 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.89 2009/06/24 15:02:18 todd Exp $ # # Diskless kernel config # @@ -245,6 +245,8 @@ siop* at pci? # NCR 53C8XX SCSI controllers scsibus* at siop? #ahd* at pci? # Adaptec 79?? SCSI controllers #scsibus* at ahd? +softraid0 at root # Software RAID +scsibus* at softraid? em* at pci? # Intel Pro/1000 ethernet #ti* at pci? # Alteon Tigon 1Gb ethernet 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 |