diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-01-03 16:20:56 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-01-03 16:20:56 +0000 |
commit | 339fc61829f4bacbccd6987af163874efe70212c (patch) | |
tree | 70778afb793ea921f58f51b507ccb814f44eb4cb /sys | |
parent | 0da7e82ba47a03a941347e6ce362ba15e88baf6f (diff) |
add WSEMUL_SUN so we get the sun emulation stuff
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 734d329432c..76ff7f9879c 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.34 2001/12/14 23:06:51 jason Exp $ +# $OpenBSD: GENERIC,v 1.35 2002/01/03 16:20:55 jason Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -9,6 +9,7 @@ option SUN4U option _LP64 option PCIVERBOSE +option WSEMUL_SUN maxusers 64 |