diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2014-03-15 22:29:29 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2014-03-15 22:29:29 +0000 |
commit | 085033a8713feb4192345b10f53ec176d8981a68 (patch) | |
tree | 7e7941f7ef75cc202bd93b33b13f93388037f13c /sys | |
parent | 850c13baa3a2bbdee365d3682bf078309aae5501 (diff) |
Enable qlw(4) at sbus(4).
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index e7c91a378e7..bee733a4026 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.277 2014/03/12 00:44:10 jmatthew Exp $ +# $OpenBSD: GENERIC,v 1.278 2014/03/15 22:29:28 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -399,6 +399,7 @@ dma* at sbus? # SBus esp* at dma? # SBus esp* at sbus? isp* at sbus? +qlw* at sbus? qla* at sbus? # SCSI bus layer. SCSI devices attach to the SCSI bus, which attaches diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index 48bcfa17e5c..767f82a11e9 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.107 2014/03/14 05:38:31 jmatthew Exp $ +# $OpenBSD: RAMDISK,v 1.108 2014/03/15 22:29:28 kettenis Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -170,6 +170,7 @@ esp* at dma? # SBus esp* at sbus? isp* at sbus? qla* at sbus? +qlw* at sbus? softraid0 at root # Software RAID ahc* at pci? |