From hohmuth@olymp.sax.de  Wed Aug 23 10:21:54 2000
Return-Path: <hohmuth@olymp.sax.de>
Received: from sax.sax.de (sax.sax.de [193.175.26.33])
	by hub.freebsd.org (Postfix) with ESMTP id 1313737B43C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 Aug 2000 10:21:53 -0700 (PDT)
Received: (from uucp@localhost)
	by sax.sax.de (8.9.3/8.9.3) with UUCP id TAA29478
	for FreeBSD-gnats-submit@freebsd.org; Wed, 23 Aug 2000 19:21:52 +0200 (CEST)
Received: (from hohmuth@localhost)
	by olymp.sax.de (8.9.3/8.9.3) id TAA05106;
	Wed, 23 Aug 2000 19:08:37 +0200 (CEST)
	(envelope-from hohmuth)
Message-Id: <200008231708.TAA05106@olymp.sax.de>
Date: Wed, 23 Aug 2000 19:08:37 +0200 (CEST)
From: hohmuth@innocent.com
Sender: hohmuth@olymp.sax.de
To: FreeBSD-gnats-submit@freebsd.org
Subject: config(8) does not know about BROKEN_KEYBOARD_RESET
X-Send-Pr-Version: 3.2

>Number:         20806
>Category:       conf
>Synopsis:       config(8) does not know about BROKEN_KEYBOARD_RESET
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    yokota
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 23 10:30:01 PDT 2000
>Closed-Date:    Fri Aug 25 21:19:46 PDT 2000
>Last-Modified:  Fri Aug 25 21:20:38 PDT 2000
>Originator:     Michael Hohmuth
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
private site
>Environment:

FreeBSD 4.1-STABLE as of Aug 22, 2000

>Description:

If a kernel configuration file contains "options
BROKEN_KEYBOARD_RESET", config(8) does not prepare a working kernel
build directory.  Instead, it complains:

  FOO:59: unknown option "BROKEN_KEYBOARD_RESET"

AFAICT, option BROKEN_KEYBOARD_RESET is still valid; LINT still lists
it.

>How-To-Repeat:

  root(hohmuth)@caramba:/sys/i386/conf# grep BROKEN_KEYBOARD_RESET FOO
  options         BROKEN_KEYBOARD_RESET

  root(hohmuth)@caramba:/sys/i386/conf# config FOO
  FOO:59: unknown option "BROKEN_KEYBOARD_RESET"

  root(hohmuth)@caramba:/sys/i386/conf# cd ../../compile/FOO/

  root(hohmuth)@caramba:/sys/compile/FOO# make
  make: no target to make.

>Fix:
	
Workaround: Create a file /sys/i386/conf/options.<KERNELIDENT> that
contains the line:

BROKEN_KEYBOARD_RESET   opt_global.h



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->yokota 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Thu Aug 24 01:51:19 PDT 2000 
Responsible-Changed-Why:  
Over to the maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=20806 

From: "Chris D. Faulhaber" <jedgar@fxp.org>
To: hohmuth@innocent.com
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: conf/20806: config(8) does not know about BROKEN_KEYBOARD_RESET
Date: Fri, 25 Aug 2000 07:36:16 -0400 (EDT)

 On Wed, 23 Aug 2000 hohmuth@innocent.com wrote:
 
 > >Number:         20806
 > >Category:       conf
 > >Synopsis:       config(8) does not know about BROKEN_KEYBOARD_RESET
 > 
 
 Peter 'fixed' this a while back (see the log for
 src/sys/i386/i386/vm_machdep.c).  See also
 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=12927 for a working fix.
 
 -----
 Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org
 --------------------------------------------------------
 FreeBSD: The Power To Serve   -   http://www.FreeBSD.org
 
 

From: Michael Hohmuth <hohmuth@innocent.com>
To: "Chris D. Faulhaber" <jedgar@fxp.org>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: conf/20806: config(8) does not know about BROKEN_KEYBOARD_RESET
Date: 25 Aug 2000 14:13:14 +0200

 "Chris D. Faulhaber" <jedgar@fxp.org> writes:
 
 > Peter 'fixed' this a while back (see the log for
 > src/sys/i386/i386/vm_machdep.c).  See also
 > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=12927 for a working fix.
 
 The fix doesn't seem to have made it to 4.1-STABLE, though.
 
 Michael
 -- 
 hohmuth@innocent.com, hohmuth@sax.de
 http://www.sax.de/~hohmuth/
 
State-Changed-From-To: open->closed 
State-Changed-By: yokota 
State-Changed-When: Fri Aug 25 21:19:46 PDT 2000 
State-Changed-Why:  
Fixed by MFCing. 

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