diff options
author | mjacob <mjacob@cvs.openbsd.org> | 2003-03-03 18:51:48 +0000 |
---|---|---|
committer | mjacob <mjacob@cvs.openbsd.org> | 2003-03-03 18:51:48 +0000 |
commit | b078ebe8d6bc04a6307dd0c210fbadb4ac00d495 (patch) | |
tree | 5bf3ea6609fac6f158aa5675fe9269b76ac83b5b /sys | |
parent | 21d85c4d6ab6901e18fda5471271d61790897c8e (diff) |
Enabled inclusion of ISP SBus f/w for GENERIC kernels. This tends
to make people's days so much better.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc/conf/GENERIC b/sys/arch/sparc/conf/GENERIC index 90b1a738f70..6d66fc583dd 100644 --- a/sys/arch/sparc/conf/GENERIC +++ b/sys/arch/sparc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.58 2003/01/31 22:00:22 miod Exp $ +# $OpenBSD: GENERIC,v 1.59 2003/03/03 18:51:47 mjacob Exp $ # $NetBSD: GENERIC,v 1.48 1997/08/23 19:19:01 mjacob Exp $ # Machine architecture; required by config(8) @@ -146,6 +146,7 @@ esp* at dma? flags 0xff0f # depending on model #sun4c, sun4m isp* at sbus? slot ? offset ? +options ISP_COMPILE_1000_FW=1 # sun4m Ethernet - an AMD 7990 LANCE behind # specialized DMA glue |