i386/65124: Unable to disable TERM_EMU cleanly

Dirk-Willem van Gulik dirkx at webweaving.org
Sat Apr 3 04:10:24 PST 2004


>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 at 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:


More information about the freebsd-i386 mailing list