From owner-cvs-all@FreeBSD.ORG Fri Mar 31 22:03:43 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEAE716A423 for ; Fri, 31 Mar 2006 22:03:43 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E08543D72 for ; Fri, 31 Mar 2006 22:03:38 +0000 (GMT) (envelope-from maksim.yevmenkin@gmail.com) Received: by zproxy.gmail.com with SMTP id l8so957508nzf for ; Fri, 31 Mar 2006 14:03:37 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DDHirr1WITDdFqhjyu7JuPBEAGBxjKt2p/KT5jOVyQJotDJ2s5QoiBU2ccdrkk+AKTSTJRtzzwcohP+sIGUQRQooiWo3clFc37L6LPsnGcqiBOR5VwY8hBrqb3bsPbvYMuKogiXKcFizGqQuXO0t0IiKQr0CvUo4LBSHxIO2KAQ= Received: by 10.35.9.2 with SMTP id m2mr525196pyi; Fri, 31 Mar 2006 14:03:37 -0800 (PST) Received: by 10.35.57.19 with HTTP; Fri, 31 Mar 2006 14:03:37 -0800 (PST) Message-ID: Date: Fri, 31 Mar 2006 14:03:37 -0800 From: "Maksim Yevmenkin" To: "Scott Long" In-Reply-To: <442D93D6.7010401@samsco.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200603311903.k2VJ3cjw004899@repoman.freebsd.org> <442D93D6.7010401@samsco.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2006 22:03:43 -0000 On 3/31/06, Scott Long wrote: > Maksim Yevmenkin wrote: > > emax 2006-03-31 19:03:37 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/i386/conf GENERIC > > Log: > > Add kbdmux(4) to GENERIC > > > > Requested by: scottl > > > > Revision Changes Path > > 1.440 +2 -0 src/sys/i386/conf/GENERIC > > This should definitely be added to amd64, and maybe sparc64 also. well, i have no objections to this, but i do not have spare non-i386 hardware to try kbdmux out myself at the moment. if someone could please try it and see if it works then i will add kbdmux to other supported arch's. thanks, max