From stacy@Millions.Ca  Wed Sep 28 01:05:46 2005
Return-Path: <stacy@Millions.Ca>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 79F0516A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 28 Sep 2005 01:05:46 +0000 (GMT)
	(envelope-from stacy@Millions.Ca)
Received: from mail-gw-0.Millions.Ca (h68-145-236-254.sbm.shawcable.net [68.145.236.254])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E8B3043D48
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 28 Sep 2005 01:05:45 +0000 (GMT)
	(envelope-from stacy@Millions.Ca)
Received: from bamboo.millions.ca (Bamboo.Millions.Ca [192.168.64.13])
	by mail-gw-0.Millions.Ca (8.12.8p1/8.12.9) with ESMTP id j8S15iKF004143
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 27 Sep 2005 19:05:44 -0600 (MDT)
	(envelope-from stacy@bamboo.millions.ca)
Received: from bamboo.millions.ca (localhost [127.0.0.1])
	by bamboo.millions.ca (8.13.3/8.13.1) with ESMTP id j8S13dUh001065
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 27 Sep 2005 19:03:39 -0600 (MDT)
	(envelope-from stacy@bamboo.millions.ca)
Received: (from stacy@localhost)
	by bamboo.millions.ca (8.13.3/8.13.1/Submit) id j8S13cUA001064;
	Tue, 27 Sep 2005 19:03:38 -0600 (MDT)
	(envelope-from stacy)
Message-Id: <200509280103.j8S13cUA001064@bamboo.millions.ca>
Date: Tue, 27 Sep 2005 19:03:38 -0600 (MDT)
From: Stacy Millions <stacy@Millions.Ca>
Reply-To: Stacy Millions <stacy@Millions.Ca>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] change to USB keyboard option in Beastie menu
X-Send-Pr-Version: 3.113
X-GNATS-Notify: emax

>Number:         86657
>Category:       kern
>Synopsis:       [kbd] [patch] change to USB keyboard option in Beastie menu
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 28 01:10:17 GMT 2005
>Closed-Date:    Wed Oct 25 19:49:32 GMT 2006
>Last-Modified:  Wed Oct 25 19:49:32 GMT 2006
>Originator:     Stacy Millions
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD bamboo.millions.ca 5.4-STABLE FreeBSD 5.4-STABLE #4: Sun May 15 13:10:00 MDT 2005 stacy@bamboo.millions.ca:/usr/obj/usr/src/sys/bamboo i386


	
>Description:
When I put my notebook (IBM Thinkpad X40) on its docking station, I use
a USB keyboard, the rest of the time I use the keyboard built into the
notebook. Setting the atkbd flags to 0x1 is not enough to cause the system
to use the USB keyboard. I need a keyboard early in the boot process
because I use gbde and need to type my passphrase. 

	
>How-To-Repeat:
Boot the X40 with nothing pluged into the PS2 port on the docking station
and a USB keyboard plugged into the docing station.
	
>Fix:
Disable atkbd from the Beastie menu.
	

--- beastie.4th.patch begins here ---
--- beastie.4th	Wed May 11 22:11:20 2005
+++ /boot/beastie.4th	Tue Sep 27 18:25:16 2005
@@ -236,6 +236,7 @@
 		then
 		dup bootusbkey @ = if
 			s" 0x1" s" hint.atkbd.0.flags" setenv
+			s" 1" s" hint.atkbd.0.disabled" setenv
 			0 boot
 		then
 		dup bootsafekey @ = if
--- beastie.4th.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ru 
State-Changed-When: Wed Oct 25 19:48:58 UTC 2006 
State-Changed-Why:  
This is no longer necessary with kbdmux(4) in 6.2 and 7.0. 

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