From owner-freebsd-bugs Fri Sep 18 11:21:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA03192 for freebsd-bugs-outgoing; Fri, 18 Sep 1998 11:21:03 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA03070 for ; Fri, 18 Sep 1998 11:20:34 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA00431; Fri, 18 Sep 1998 11:20:05 -0700 (PDT) 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 ; 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 Reply-To: seggers@semyam.dinoco.de To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: seggers@semyam.dinoco.de X-Send-Pr-Version: 3.2 Subject: kern/7976: VM86 comment in LINT is incomplete Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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