From julian@current1.whistle.com  Tue Oct 22 19:48:46 1996
Received: from whistle.com (s205m131.whistle.com [207.76.205.131])
          by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA24958
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 22 Oct 1996 19:48:45 -0700 (PDT)
Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id TAA16253 for <FreeBSD-gnats-submit@freebsd.org>; Tue, 22 Oct 1996 19:48:14 -0700 (PDT)
Received: from current1.whistle.com(207.76.205.22) by whistle.com via smap (V1.3)
	id sma016247; Tue Oct 22 19:47:47 1996
Received: (from julian@localhost) by current1.whistle.com (8.7.5/8.7.3) id TAA00799; Tue, 22 Oct 1996 19:45:29 -0700 (PDT)
Message-Id: <199610230245.TAA00799@current1.whistle.com>
Date: Tue, 22 Oct 1996 19:45:29 -0700 (PDT)
From: Julian Elischer <julian@current1.whistle.com>
Reply-To: julian@whistle.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: keyboard leds
X-Send-Pr-Version: 3.2

>Number:         1868
>Category:       kern
>Synopsis:       system knows it has no keyboard but complains leds won't work
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 22 19:50:02 PDT 1996
>Closed-Date:    Sat Feb 7 20:58:20 PST 1998
>Last-Modified:  Sat Feb  7 20:59:46 PST 1998
>Originator:     Julian Elischer
>Release:        FreeBSD 2.2-CURRENT i386
>Organization:
Whistle communicatins
>Environment:

	SNAP 10-14

>Description:

	During the probe, pcvt says:
pcvt: doreset() - Caution - no PC keyboard detected!
vt0 at 0x60-0x6f irq 1 on motherboard
Keyboard LED command not ACKed (responses 0xfe 0xfe)
Keyboard LED command not ACKed (responses 0xfe 0xfe)
Keyboard LED command not ACKed (responses 0xfe 0xfe)
Keyboard LED command not ACKed (responses 0xfe 0xfe)
Keyboard LED command not ACKed (responses 0xfe 0xfe)
Keyboard LED command not ACKed (responses 0xfe 0xfe)
Keyboard LED command not ACKed (responses 0xfe 0xfe)
Keyboard LED command not ACKed (responses 0xfe 0xfe)
Keyboard LED command not ACKed (responses 0xfe 0xfe)

well, DUH! maybe that's because there is no keyboard,
as mentioned in the previous row??

bde added the led changes



>How-To-Repeat:

	 boot with no keyboard and pcvt

>Fix:
	
	Skip messages if no keyboard?

>Release-Note:
>Audit-Trail:

From: Bruce Evans <bde@zeta.org.au>
To: FreeBSD-gnats-submit@FreeBSD.org, julian@current1.whistle.com
Cc:  Subject: Re: kern/1868: keyboard leds
Date: Wed, 23 Oct 1996 13:57:50 +1000

 >>Synopsis:       system knows it has no keyboard but complains leds won't work
 
 >	During the probe, pcvt says:
 >pcvt: doreset() - Caution - no PC keyboard detected!
 >vt0 at 0x60-0x6f irq 1 on motherboard
 >Keyboard LED command not ACKed (responses 0xfe 0xfe)
 >Keyboard LED command not ACKed (responses 0xfe 0xfe)
 >Keyboard LED command not ACKed (responses 0xfe 0xfe)
 >Keyboard LED command not ACKed (responses 0xfe 0xfe)
 >Keyboard LED command not ACKed (responses 0xfe 0xfe)
 >Keyboard LED command not ACKed (responses 0xfe 0xfe)
 >Keyboard LED command not ACKed (responses 0xfe 0xfe)
 >Keyboard LED command not ACKed (responses 0xfe 0xfe)
 >Keyboard LED command not ACKed (responses 0xfe 0xfe)
 >
 >well, DUH! maybe that's because there is no keyboard,
 >as mentioned in the previous row??
 
 It doesn't know.  The keyboard might have been plugged in
 between the time when it not detected and the time when the
 LED commands are issued, although this is unlikely during
 the boot.
 
 >bde added the led changes
 
 Previously it told me that I had no keyboard, and didn't
 print anything for the LED errors, but I had a keyboard,
 and everything except setting the LEDs worked.
 
 Bruce

From: yokota <yokota@zodiac.mech.utsunomiya-u.ac.jp>
To: julian@current1.whistle.com
Cc: FreeBSD-gnats-submit@FreeBSD.org, yokota@zodiac.mech.utsunomiya-u.ac.jp
Subject: Re: kern/1868: system knows it has no keyboard but complains leds won't work
Date: Thu, 06 Nov 1997 13:11:35 +0900

 >        During the probe, pcvt says:
 >     pcvt: doreset() - Caution - no PC keyboard detected!
 >     vt0 at 0x60-0x6f irq 1 on motherboard
 >     Keyboard LED command not ACKed (responses 0xfe 0xfe)
 >     Keyboard LED command not ACKed (responses 0xfe 0xfe)
 >     Keyboard LED command not ACKed (responses 0xfe 0xfe)
 >     Keyboard LED command not ACKed (responses 0xfe 0xfe)
 >     Keyboard LED command not ACKed (responses 0xfe 0xfe)
 >     Keyboard LED command not ACKed (responses 0xfe 0xfe)
 >     Keyboard LED command not ACKed (responses 0xfe 0xfe)
 >     Keyboard LED command not ACKed (responses 0xfe 0xfe)
 >     Keyboard LED command not ACKed (responses 0xfe 0xfe)
 >
 >     well, DUH! maybe that's because there is no keyboard,
 >     as mentioned in the previous row??
 
 Hi.
 
 You reported the above problem concerning PCVT. PCVT in
 2.2-STABLE, 2.2.5-RELEASE and 3.0-CURRENT shoudn't show this
 problem by now.
 
 If you don't see the problem now, I would like to close the PR.
 
 Kazu
State-Changed-From-To: open->closed 
State-Changed-By: yokota 
State-Changed-When: Sat Feb 7 20:58:20 PST 1998 
State-Changed-Why:  
The problem was fixed in both 2.2-stable and 3.0-current branches last summer. 
>Unformatted:
