diff options
author | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2014-02-19 05:32:58 +0000 |
---|---|---|
committer | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2014-02-19 05:32:58 +0000 |
commit | dfd623fdb87604278ec5f8086acc235228f6e588 (patch) | |
tree | 28682c454fe052a6c63101e831a62b812c8f37a2 /sys/arch/sparc/conf | |
parent | 11de3c42f3fb7a316bbda1ae1baa1c959d707e44 (diff) |
add qla and qle everywhere we currently have isp, commented out except for
qle in GENERIC on i386, amd64 and sparc64, where it's reasonably well tested
and likely to be useful.
requested by deraadt@ and kettenis@, ok dlg@
Diffstat (limited to 'sys/arch/sparc/conf')
-rw-r--r-- | sys/arch/sparc/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/sparc/conf/SUN4C | 3 | ||||
-rw-r--r-- | sys/arch/sparc/conf/SUN4M | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/sys/arch/sparc/conf/GENERIC b/sys/arch/sparc/conf/GENERIC index 6fc6547201d..f4ff819e582 100644 --- a/sys/arch/sparc/conf/GENERIC +++ b/sys/arch/sparc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.104 2013/06/04 21:05:54 miod Exp $ +# $OpenBSD: GENERIC,v 1.105 2014/02/19 05:32:57 jmatthew Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -151,6 +151,7 @@ esp* at dma? flags 0x00ff000f # depending on model #sun4c, sun4e, sun4m isp* at sbus? +#qla* at sbus? # sun4m Ethernet - an AMD 7990 LANCE behind # specialized DMA glue diff --git a/sys/arch/sparc/conf/SUN4C b/sys/arch/sparc/conf/SUN4C index 4d96c35899f..70600baa10a 100644 --- a/sys/arch/sparc/conf/SUN4C +++ b/sys/arch/sparc/conf/SUN4C @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4C,v 1.65 2011/11/08 12:53:58 deraadt Exp $ +# $OpenBSD: SUN4C,v 1.66 2014/02/19 05:32:57 jmatthew Exp $ # $NetBSD: GENERIC,v 1.48 1997/08/23 19:19:01 mjacob Exp $ # Machine architecture; required by config(8) @@ -95,6 +95,7 @@ esp* at dma? flags 0x00ff000f # depending on model #sun4c, sun4m isp* at sbus? +#qla* at sbus? # sun4/300 and sun4c Ethernet - an AMD 7990 LANCE le0 at sbus0 # sun4c on-board diff --git a/sys/arch/sparc/conf/SUN4M b/sys/arch/sparc/conf/SUN4M index 426b4865f8f..0c59a44d179 100644 --- a/sys/arch/sparc/conf/SUN4M +++ b/sys/arch/sparc/conf/SUN4M @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4M,v 1.81 2011/11/08 12:53:58 deraadt Exp $ +# $OpenBSD: SUN4M,v 1.82 2014/02/19 05:32:57 jmatthew Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -111,6 +111,7 @@ esp* at dma? flags 0x00ff000f # depending on model #sun4c, sun4m isp* at sbus? +#qla* at sbus? # sun4m Ethernet - an AMD 7990 LANCE behind # specialized DMA glue |