From 6757ed7e260a43f44852857869ebfbba95f5c865 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 23 Apr 1999 06:30:10 +0000 Subject: [PATCH] Update VM86 comment - it's used for VESA too. PR: 7976 Submitted by: Stefan Eggers --- sys/conf/NOTES | 4 ++-- sys/i386/conf/LINT | 4 ++-- sys/i386/conf/NOTES | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index d6d75e55dbc..31494cb660d 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.585 1999/04/19 11:53:36 peter Exp $ +# $Id: LINT,v 1.586 1999/04/19 14:19:50 peter Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -267,7 +267,7 @@ options "MD5" # # Allow processes to switch to vm86 mode, as well as enabling direct # user-mode access to the I/O port space. This option is necessary for -# the doscmd emulator to run. +# the doscmd emulator to run and the VESA modes in syscons to be available. # options "VM86" diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index d6d75e55dbc..31494cb660d 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.585 1999/04/19 11:53:36 peter Exp $ +# $Id: LINT,v 1.586 1999/04/19 14:19:50 peter Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -267,7 +267,7 @@ options "MD5" # # Allow processes to switch to vm86 mode, as well as enabling direct # user-mode access to the I/O port space. This option is necessary for -# the doscmd emulator to run. +# the doscmd emulator to run and the VESA modes in syscons to be available. # options "VM86" diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index d6d75e55dbc..31494cb660d 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.585 1999/04/19 11:53:36 peter Exp $ +# $Id: LINT,v 1.586 1999/04/19 14:19:50 peter Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -267,7 +267,7 @@ options "MD5" # # Allow processes to switch to vm86 mode, as well as enabling direct # user-mode access to the I/O port space. This option is necessary for -# the doscmd emulator to run. +# the doscmd emulator to run and the VESA modes in syscons to be available. # options "VM86"