summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-03-18 16:58:45 +0000
committerderaadt <deraadt@openbsd.org>2014-03-18 16:58:45 +0000
commitf3a7f129137c55da44e3feb10f5083e10789bd41 (patch)
tree7647998d4afa2be394b626ea1af7eac1b05a698f
parentAllow checking that databases are up to date even when you have no write (diff)
downloadwireguard-openbsd-f3a7f129137c55da44e3feb10f5083e10789bd41.tar.xz
wireguard-openbsd-f3a7f129137c55da44e3feb10f5083e10789bd41.zip
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
-rw-r--r--sys/arch/sparc64/conf/RAMDISK7
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?