From owner-cvs-src@FreeBSD.ORG Wed Mar 1 06:53:12 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 504DB16A424; Wed, 1 Mar 2006 06:53:12 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13B8143D9C; Wed, 1 Mar 2006 06:51:53 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k216pg7X060268; Tue, 28 Feb 2006 23:51:42 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <44054480.3060808@samsco.org> Date: Tue, 28 Feb 2006 23:51:44 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051230 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <44050B67.3040302@samsco.org> <20060228.234135.82303020.imp@bsdimp.com> In-Reply-To: <20060228.234135.82303020.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, maksim.yevmenkin@gmail.com Subject: Re: cvs commit: src/sys/dev/kbd kbd.c src/sys/dev/syscons syscons.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2006 06:53:12 -0000 M. Warner Losh wrote: > In message: > "Maksim Yevmenkin" writes: > : ok. i will add check for hints then. so, i guess, the plan is to add > : > : device kbdmux > : > : into default kernel config and use hints do enable/disable kbdmux, right? > > I like this approach. We've had mixed results with automatically > loading modules in the past. > > Warner Yup, I agree. Scott