diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-05-09 22:08:05 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-05-09 22:08:05 +0000 |
commit | cef958e796d4ccdfb37f878098c9f75a187c40ca (patch) | |
tree | 671c67adf148614e79be7db59be66073cdda91f1 /sys/arch/sparc | |
parent | ce47637275a21e72b2f8d11c278fa40896ac7374 (diff) |
Add option ISP_COMPILE_1000_FW, as done in GENERIC; recommended by mjacob@.
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/conf/SUN4C | 3 | ||||
-rw-r--r-- | sys/arch/sparc/conf/SUN4M | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/sparc/conf/SUN4C b/sys/arch/sparc/conf/SUN4C index 595c02f4bc7..01d82483f85 100644 --- a/sys/arch/sparc/conf/SUN4C +++ b/sys/arch/sparc/conf/SUN4C @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4C,v 1.48 2004/02/29 21:44:12 miod Exp $ +# $OpenBSD: SUN4C,v 1.49 2004/05/09 22:08:04 miod Exp $ # $NetBSD: GENERIC,v 1.48 1997/08/23 19:19:01 mjacob Exp $ # Machine architecture; required by config(8) @@ -92,6 +92,7 @@ esp* at dma? flags 0xff0f # depending on model #sun4c, sun4m isp* at sbus? +options ISP_COMPILE_1000_FW=1 # 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 33d6036826c..d1373748112 100644 --- a/sys/arch/sparc/conf/SUN4M +++ b/sys/arch/sparc/conf/SUN4M @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4M,v 1.61 2004/03/09 15:24:27 miod Exp $ +# $OpenBSD: SUN4M,v 1.62 2004/05/09 22:08:04 miod Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -105,6 +105,7 @@ esp* at dma? flags 0xff0f # depending on model #sun4c, sun4m isp* at sbus? +options ISP_COMPILE_1000_FW=1 # sun4m Ethernet - an AMD 7990 LANCE behind # specialized DMA glue |