From jagnew@jagnew.cstone.net  Sun Oct 20 12:29:54 1996
Received: from jagnew.cstone.net (root@jagnew.cstone.net [205.197.102.71])
          by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA09575
          for <FreeBSD-gnats-submit@freebsd.org>; Sun, 20 Oct 1996 12:29:52 -0700 (PDT)
Received: (from jagnew@localhost) by jagnew.cstone.net (8.7.5/8.7.3) id PAA07587; Sun, 20 Oct 1996 15:30:22 -0400 (EDT)
Message-Id: <199610201930.PAA07587@jagnew.cstone.net>
Date: Sun, 20 Oct 1996 15:30:22 -0400 (EDT)
From: "H. Jared Agnew" <jagnew@jagnew.cstone.net>
Reply-To: jared@vt.edu
To: FreeBSD-gnats-submit@freebsd.org
Subject: Addition to LINT
X-Send-Pr-Version: 3.2

>Number:         1855
>Category:       docs
>Synopsis:       Addition to LINT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    joerg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 20 12:30:02 PDT 1996
>Closed-Date:    Sun Feb 7 21:33:14 MET 1999
>Last-Modified:  Sun Feb  7 21:34:28 MET 1999
>Originator:     H. Jared Agnew
>Release:        FreeBSD 2.1.5-RELEASE
>Organization:
Eclipse Software
>Environment:

FreeBSD 2.1.5-RELEASE #0: Sat Oct 19 17:42:31 EDT 1996
    jagnew@jagnew.cstone.net:/usr/src/sys/compile/HJAKERNEL
CPU: 75-MHz Pentium 735\\90 or 815\\100 (Pentium-class CPU)
  Origin = "GenuineIntel"  Id = 0x525  Stepping=5
  Features=0x1bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8>
real memory  = 33554432 (32768K bytes)
avail memory = 30613504 (29896K bytes)


>Description:

  When a user switches to pcvt there are many options that are available with
  pcvt.  One is,

options         "PCVT_NSCREENS=16"

  this allows more than the default consoles to be used.

>How-To-Repeat:

  Look in /usr/src/sys/i386/conf/LINT, and see only 1 option for pcvt.

>Fix:

  Add either some/all of the options for pcvt (they are in the pcvt man page)
  or tell people to look in the man page for them.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->joerg 
Responsible-Changed-By: joerg 
Responsible-Changed-When: Mon Oct 21 22:32:08 MET DST 1996 
Responsible-Changed-Why:  
Seems i will be held responsible for the pcvt driver... :) 

From: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:  
Subject: Re: docs/1855: Addition to LINT
Date: Sat, 30 Jan 1999 11:59:58 +0100 (CET)

 Fix:
 
 --- LINT.orig   Wed Jan 27 23:45:11 1999
 +++ LINT        Sat Jan 30 11:43:01 1999
 @@ -906,6 +906,7 @@
  options                FAT_CURSOR              # start with block cursor
  # This PCVT option is for keyboards such as those used on IBM ThinkPad
 laptops
  options                PCVT_SCANSET=2          # IBM keyboards are non-std
 +options                PCVT_NSCREENS=9         # Specifies the number of
 consoles
  
  # The syscons console driver (sco color console compatible).
  device         sc0     at isa? tty
 @@ -1920,7 +1921,6 @@
  options                PCVT_EMU_MOUSE
  options                PCVT_FREEBSD=211
  options                PCVT_META_ESC
 -options                PCVT_NSCREENS=9
  options                PCVT_PRETTYSCRNS
  options                PCVT_SCREENSAVER
  options                PCVT_USEKBDSEC
 
 
 ---
 Jeroen Ruigrok van der Werven          It's a Dance of Energy,
 asmodai(at)wxs.nl                 when the Mind goes Binary...
 Network/Security Specialist      <http://home.wxs.nl/~asmodai>
 *BSD: Powered by Knowledge & Know-how <http://www.freebsd.org>
State-Changed-From-To: open->closed 
State-Changed-By: joerg 
State-Changed-When: Sun Feb 7 21:33:14 MET 1999 
State-Changed-Why:  
PCVT options sorted into place in 1.550 of LINT. 

NB: PCVT might be replaced by the `next generation console driver' some 
day. 
>Unformatted:
 
