From seggers@semyam.dinoco.de  Fri Sep 18 07:13:03 1998
Received: from tim.xenologics.com (tim.xenologics.com [194.77.5.24])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA00250
          for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Sep 1998 07:13:00 -0700 (PDT)
          (envelope-from seggers@semyam.dinoco.de)
Received: (from uucp@localhost)
	by tim.xenologics.com (8.8.5/8.8.8) with UUCP id QAA27260
	for FreeBSD-gnats-submit@freebsd.org; Fri, 18 Sep 1998 16:07:09 +0200 (MET DST)
Received: (from seggers@localhost)
	by semyam.dinoco.de (8.9.1/8.8.8) id JAA18981;
	Fri, 18 Sep 1998 09:45:01 +0200 (CEST)
	(envelope-from seggers)
Message-Id: <199809180745.JAA18981@semyam.dinoco.de>
Date: Fri, 18 Sep 1998 09:45:01 +0200 (CEST)
From: Stefan Eggers <seggers@semyam.dinoco.de>
Reply-To: seggers@semyam.dinoco.de
To: FreeBSD-gnats-submit@freebsd.org
Cc: seggers@semyam.dinoco.de
Subject: VM86 comment in LINT is incomplete
X-Send-Pr-Version: 3.2

>Number:         7976
>Category:       kern
>Synopsis:       VM86 comment in LINT is incomplete
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 18 11:20:05 PDT 1998
>Closed-Date:    Thu Apr 22 23:25:31 PDT 1999
>Last-Modified:  Thu Apr 22 23:32:00 PDT 1999
>Originator:     Stefan Eggers
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
none
>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"
 
>Release-Note:
>Audit-Trail:

From: Alex Nash <nash@mcs.net>
To: seggers@semyam.dinoco.de, FreeBSD-gnats-submit@FreeBSD.ORG
Cc:  Subject: Re: kern/7976: VM86 comment in LINT is incomplete
Date: Fri, 18 Sep 1998 15:24:28 -0500

 On Fri, Sep 18, 1998 at 09:45:01AM +0200, Stefan Eggers wrote:
 >  # 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
 
 s/syscontrol/syscons
State-Changed-From-To: open->closed 
State-Changed-By: peter 
State-Changed-When: Thu Apr 22 23:25:31 PDT 1999 
State-Changed-Why:  
Suggested patch applied, LINT revs 1.587 and 1.539.2.13. 
>Unformatted:
