diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-03-18 16:58:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-03-18 16:58:46 +0000 |
commit | 69d18742a38995ec020deac639bcdbf9b36d6ec1 (patch) | |
tree | 6fa0b9348502d1c060db2de4542e2fa8bc748ebc /sys/arch/sparc64/conf | |
parent | 0f226740aef764b7e66247f8625b979483d37c15 (diff) |
First setup that stops using isp(4), and relies on ql[aew](4).
Not due to testing... but because they can't fit side by side.
ok kettenis
Diffstat (limited to 'sys/arch/sparc64/conf')
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index 767f82a11e9..bb344e9947c 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.108 2014/03/15 22:29:28 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.109 2014/03/18 16:58:45 deraadt Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -168,16 +168,17 @@ atapiscsi* at pciide? dma* at sbus? # SBus esp* at dma? # SBus esp* at sbus? -isp* at sbus? +#isp* at sbus? qla* at sbus? qlw* at sbus? softraid0 at root # Software RAID ahc* at pci? siop* at pci? -isp* at pci? +#isp* at pci? qlw* at pci? qla* at pci? +option QLE_NOFIRMWARE qle* at pci? mpi* at pci? mpii* at pci? |