Enable VM86 -- it's needed for some X servers (notably, S3 Savage,
which runs the VESA BIOS in VM86 emulation in order to switch video modes).
This commit is contained in:
parent
dbe9b6987f
commit
bda9ce7990
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: CARDBUS,v 1.22 2000/08/21 07:39:42 itohy Exp $
|
||||
# $NetBSD: CARDBUS,v 1.23 2000/09/20 18:27:04 thorpej Exp $
|
||||
#
|
||||
# CARDBUS -- GENERIC + CardBus support
|
||||
# from: GENERIC,v 1.358 2000/07/05 04:07:25 sommerfeld Exp
|
||||
|
@ -16,7 +16,7 @@ options I686_CPU
|
|||
|
||||
# CPU-related options.
|
||||
options MATH_EMULATE # floating point emulation
|
||||
#options VM86 # virtual 8086 emulation
|
||||
options VM86 # virtual 8086 emulation
|
||||
options USER_LDT # user-settable LDT; used by WINE
|
||||
# eliminate delay no-ops in I/O; recommended on all but very old machines
|
||||
#options DUMMY_NOPS
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: GENERIC,v 1.369 2000/09/10 11:48:38 lukem Exp $
|
||||
# $NetBSD: GENERIC,v 1.370 2000/09/20 18:22:22 thorpej Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.369 $"
|
||||
#ident "GENERIC-$Revision: 1.370 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -17,7 +17,7 @@ options I686_CPU
|
|||
|
||||
# CPU-related options.
|
||||
options MATH_EMULATE # floating point emulation
|
||||
#options VM86 # virtual 8086 emulation
|
||||
options VM86 # virtual 8086 emulation
|
||||
options USER_LDT # user-settable LDT; used by WINE
|
||||
# eliminate delay no-ops in I/O; recommended on all but very old machines
|
||||
#options DUMMY_NOPS
|
||||
|
|
Loading…
Reference in New Issue