diff options
author | 2004-05-09 22:08:04 +0000 | |
---|---|---|
committer | 2004-05-09 22:08:04 +0000 | |
commit | 845857ced5f1b1970eadcc9c68f3375982af8634 (patch) | |
tree | 824e3e1d85ba22a4aa54e4684d22064b2d436c88 | |
parent | Replace the event queue with a bit mask of slots needing attention, as (diff) | |
download | wireguard-openbsd-845857ced5f1b1970eadcc9c68f3375982af8634.tar.xz wireguard-openbsd-845857ced5f1b1970eadcc9c68f3375982af8634.zip |
Add option ISP_COMPILE_1000_FW, as done in GENERIC; recommended by mjacob@.
-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 |