From jonny@mailhost.coppe.ufrj.br  Fri Jul 25 17:43:34 1997
Received: from gaia.coppe.ufrj.br (jonny@[146.164.5.200])
          by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA04874
          for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 Jul 1997 17:43:33 -0700 (PDT)
Received: (from jonny@localhost)
	by gaia.coppe.ufrj.br (8.8.6/8.8.6) id VAA07059;
	Fri, 25 Jul 1997 21:43:22 -0300 (EST)
Message-Id: <199707260043.VAA07059@gaia.coppe.ufrj.br>
Date: Fri, 25 Jul 1997 21:43:22 -0300 (EST)
From: Joao Carlos Mendes Luis <jonny@mailhost.coppe.ufrj.br>
Reply-To: jonny@mailhost.coppe.ufrj.br
To: FreeBSD-gnats-submit@freebsd.org
Subject: New option for kernel ?
X-Send-Pr-Version: 3.2

>Number:         4169
>Category:       kern
>Synopsis:       syscons HISTORY_SIZE option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sos
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 25 17:50:00 PDT 1997
>Closed-Date:    Mon Sep 8 02:09:42 PDT 1997
>Last-Modified:  Mon Sep  8 02:12:50 PDT 1997
>Originator:     Joao Carlos Mendes Luis
>Release:        FreeBSD 2.2-STABLE i386
>Organization:
COPPE/UFRJ
>Environment:

	Kernel configuration option

>Description:

	Need to change default history size of syscons.

>How-To-Repeat:
>Fix:
	
It's a simple patch.  :)

*** syscons.h.org	Fri Jul 25 19:48:41 1997
--- syscons.h	Fri Jul 25 19:51:54 1997
***************
*** 102,108 ****
--- 102,110 ----
  #define FONT_8		2
  #define FONT_14		4
  #define FONT_16		8
+ #ifndef HISTORY_SIZE
  #define HISTORY_SIZE	100*80
+ #endif /* HISTORY_SIZE */
  
  /* defines related to hardware addresses */
  #define	MONO_BASE	0x3B4			/* crt controller base mono */

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->sos 
Responsible-Changed-By: wosch 
Responsible-Changed-When: Wed Aug 27 15:02:15 PDT 1997 
Responsible-Changed-Why:  
sos is Mr. syscons. 
State-Changed-From-To: open->closed 
State-Changed-By: yokota 
State-Changed-When: Mon Sep 8 02:09:42 PDT 1997 
State-Changed-Why:  

A new kernel compile option, SC_HISTORY_SIZE, was introduced in  
v.1.231 of syscons in 3.0-CURRENT. 
>Unformatted:
Joao Carlos Mendes Luis
