diff options
author | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2014-03-14 05:38:32 +0000 |
---|---|---|
committer | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2014-03-14 05:38:32 +0000 |
commit | 69a48cdc00f1bdfa68b713d2fd4381bbd1e0e945 (patch) | |
tree | f458107a4a40a8ee7b3c323ee7417498cf1ac4e8 /sys/arch/sparc64/conf | |
parent | 8bf8456aeff8f4bdb19ee6a93fa8644992424c21 (diff) |
enable qla(4) and qle(4) in ramdisks, except on sgi where the cdfs overflows
Diffstat (limited to 'sys/arch/sparc64/conf')
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index 0d731e73207..48bcfa17e5c 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.106 2014/03/08 18:28:24 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.107 2014/03/14 05:38:31 jmatthew Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -169,15 +169,15 @@ dma* at sbus? # SBus esp* at dma? # SBus esp* at sbus? isp* at sbus? -#qla* at sbus? +qla* at sbus? softraid0 at root # Software RAID ahc* at pci? siop* at pci? isp* at pci? qlw* at pci? -#qla* at pci? -#qle* at pci? +qla* at pci? +qle* at pci? mpi* at pci? mpii* at pci? sili* at pci? |