Date: Sat, 3 Apr 2004 13:52:43 +0200 (CEST) From: Dirk-Willem van Gulik <dirkx@webweaving.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: i386/65124: Unable to disable TERM_EMU cleanly Message-ID: <200404031152.i33BqhqR024713@webweaving.org> Resent-Message-ID: <200404031210.i33CAOej099896@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 65124
>Category: i386
>Synopsis: Unable to disable TERM_EMU cleanly
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-i386
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sat Apr 03 04:10:23 PST 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404031152.i33BqhqR024713>
