From owner-freebsd-hackers@FreeBSD.ORG Tue Dec 30 17:30:20 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FF0916A4CE for ; Tue, 30 Dec 2003 17:30:20 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D3DE43D39 for ; Tue, 30 Dec 2003 17:30:18 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id hBV1UGAI003504; Tue, 30 Dec 2003 18:30:17 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 30 Dec 2003 18:30:16 -0700 (MST) Message-Id: <20031230.183016.54187570.imp@bsdimp.com> To: xride@x12.dk From: "M. Warner Losh" In-Reply-To: <20031228215233.H80173-100000@x12.dk> References: <20031228215233.H80173-100000@x12.dk> 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-hackers@freebsd.org Subject: Re: Wishing for a junior kernel hacker todo list X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2003 01:30:20 -0000 In message: <20031228215233.H80173-100000@x12.dk> Soeren Straarup writes: : One of the items on that list was to syncronize the usbdevs with : unusual devs from the linux kernel version 2.6. Is that still needed? Yes and No. There's no real compelling reason to do this, and we've tried to stay more synchronized with NetBSD because we do a lot more sharing of IDs there. : I there any other corners of the kernel that needs to be worked : and can be done in the learning process? How big of a project are you looking for? Warner