Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/arch/i386/conf Pull up rev 1.370 (ok'd by fvdl):



details:   https://anonhg.NetBSD.org/src/rev/2b7be96631dd
branches:  netbsd-1-5
changeset: 489488:2b7be96631dd
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Sep 20 18:26:06 2000 +0000

description:
Pull up rev 1.370 (ok'd by fvdl):
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).

diffstat:

 sys/arch/i386/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r bc50f6e4a64c -r 2b7be96631dd sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Wed Sep 20 13:58:05 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC        Wed Sep 20 18:26:06 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.354.2.7 2000/09/12 00:48:39 fvdl Exp $
+#      $NetBSD: GENERIC,v 1.354.2.8 2000/09/20 18:26:06 thorpej Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.354.2.7 $"
+#ident                 "GENERIC-$Revision: 1.354.2.8 $"
 
 maxusers       32              # estimated number of users
 
@@ -17,7 +17,7 @@
 
 # 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



Home | Main Index | Thread Index | Old Index