Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 1998 09:45:01 +0200 (CEST)
From:      Stefan Eggers <seggers@semyam.dinoco.de>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Cc:        seggers@semyam.dinoco.de
Subject:   kern/7976: VM86 comment in LINT is incomplete
Message-ID:  <199809180745.JAA18981@semyam.dinoco.de>

next in thread | raw e-mail | index | archive | help

>Number:         7976
>Category:       kern
>Synopsis:       VM86 comment in LINT is incomplete
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 18 11:20:05 PDT 1998
>Last-Modified:
>Originator:     Stefan Eggers
>Organization:
none
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	-current cvsup'ed yesterday.

>Description:

	i386/conf/LINT is missing the use of VM86 for VESA modes in
syscons in its comment.

>How-To-Repeat:

>Fix:
	
Index: LINT
===================================================================
RCS file: /usr2/FreeBSD/CVSROOT/src/sys/i386/conf/LINT,v
retrieving revision 1.467
diff -u -r1.467 LINT
--- LINT	1998/09/17 03:15:30	1.467
+++ LINT	1998/09/18 07:42:55
@@ -250,7 +250,8 @@
 #
 # 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 syscontrol to be
+# available.
 #
 options		"VM86"
 
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809180745.JAA18981>