From dirkx@webweaving.org  Sat Apr  3 04:07:08 2004
Return-Path: <dirkx@webweaving.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5A33216A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  3 Apr 2004 04:07:08 -0800 (PST)
Received: from webweaving.org (fia193-115-100.dsl.hccnet.nl [80.100.115.193])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 901A643D5D
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  3 Apr 2004 04:07:05 -0800 (PST)
	(envelope-from dirkx@webweaving.org)
Received: from webweaving.org (localhost [127.0.0.1])
	by webweaving.org (8.12.10/8.12.10) with ESMTP id i33Bqi4v024714
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 3 Apr 2004 13:52:44 +0200 (CEST)
	(envelope-from dirkx@webweaving.org)
Received: (from dirkx@localhost)
	by webweaving.org (8.12.10/8.12.10/Submit) id i33BqhqR024713;
	Sat, 3 Apr 2004 13:52:43 +0200 (CEST)
	(envelope-from dirkx)
Message-Id: <200404031152.i33BqhqR024713@webweaving.org>
Date: Sat, 3 Apr 2004 13:52:43 +0200 (CEST)
From: Dirk-Willem van Gulik <dirkx@webweaving.org>
Reply-To: Dirk-Willem van Gulik <dirkx@webweaving.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Unable to disable TERM_EMU cleanly
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         65124
>Category:       i386
>Synopsis:       [bootloader] Unable to disable TERM_EMU cleanly
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    remko
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 03 04:10:23 PST 2004
>Closed-Date:    Sat Mar 01 23:32:39 UTC 2008
>Last-Modified:  Sat Mar 01 23:32:39 UTC 2008
>Originator:     Dirk-Willem van Gulik
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD tante.wleiden.net 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #2: Fri Mar 19 06:56:16 CET 2004 dirkx@tante.wleiden.net:/usr/src/sys/i386/compile/GENERIC i386

>Description:

	No easy way to disable the TERM_EMU of the bootloader
	from a global make/environment.

>How-To-Repeat:
	
	n/a
>Fix:

	Introduce a 'BOOT_PLAIN_CONSOLE' option; which
	when not present falls through to the current/default
	behavour.

*** Makefile.orig	Sat Apr  3 13:44:23 2004
--- Makefile	Sat Apr  3 13:44:55 2004
***************
*** 23,29 ****
--- 23,31 ----
  .endif
  
  # Include simple terminal emulation (cons25-compatible)
+ .ifndef BOOT_PLAIN_CONSOLE
  CFLAGS+= -DTERM_EMU
+ .endif
  
  CFLAGS+=	-I${.CURDIR}/../../common -I${.CURDIR}/../btx/lib \
  		-I${.CURDIR}/../../../contrib/dev/acpica \
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: remko 
State-Changed-When: Mon Sep 11 12:48:39 UTC 2006 
State-Changed-Why:  
Hello, 

Can you tell me whether someone solved this problem? and/or 
are you seeing this behaviour in later freebsd releases? 
like 6.1 for example. 

Thanks 


Responsible-Changed-From-To: freebsd-i386->remko 
Responsible-Changed-By: remko 
Responsible-Changed-When: Mon Sep 11 12:48:39 UTC 2006 
Responsible-Changed-Why:  
grab the pr 

http://www.freebsd.org/cgi/query-pr.cgi?pr=65124 
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Sat Mar 1 23:32:02 UTC 2008 
State-Changed-Why:  
Feedback timeout (> 6 months). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=65124 
>Unformatted:
