From owner-freebsd-current@FreeBSD.ORG Sun Aug 29 17:31:59 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0993616A4CE for ; Sun, 29 Aug 2004 17:31:59 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FA7843D1D for ; Sun, 29 Aug 2004 17:31:58 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i7THVMtZ039879; Sun, 29 Aug 2004 11:31:22 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 29 Aug 2004 11:31:25 -0600 (MDT) Message-Id: <20040829.113125.114271055.imp@bsdimp.com> To: mistry.7@osu.edu From: "M. Warner Losh" In-Reply-To: <200408281252.22651.mistry.7@osu.edu> References: <200408281252.22651.mistry.7@osu.edu> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: wscons from NetBSD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Aug 2004 17:31:59 -0000 In message: <200408281252.22651.mistry.7@osu.edu> Anish Mistry writes: : I'm in the process of trying to update a bunch of the USB HID code to be back : in sync with NetBSD since there are numerous problems with our current code : that have been fixed for a couple of years now in the NetBSD code. The major : problem that I'm running into is their dependency on wscons for a few of the : drivers. Has there been any work on porting wscons to FreeBSD? It would : make this import much easier and make future imports much simpler too. Only a little, token effort :-( I'm very keen on helping/reviewing this effort... Warner