From owner-freebsd-stable@FreeBSD.ORG Thu Apr 28 00:27:09 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA36B16A526; Thu, 28 Apr 2005 00:27:09 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8690243D76; Thu, 28 Apr 2005 00:27:09 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [208.206.78.97] (julian.vicor-nb.com [208.206.78.97]) by mail.vicor-nb.com (Postfix) with ESMTP id 0F7FD7A403; Wed, 27 Apr 2005 17:27:09 -0700 (PDT) Message-ID: <42702DDC.70403@elischer.org> Date: Wed, 27 Apr 2005 17:27:08 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.7) Gecko/20050423 X-Accept-Language: en, hu MIME-Version: 1.0 To: stable@freebsd.org, usb@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: more MFCs to RELENG_4 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 00:27:09 -0000 You'll find a diff at: http://www.freebsd.org/~julian/usb-4.diff This merges a lot of the USB infrastructure. I was amazed how little changing had to be done to allow this to work on 4.x. The files become almost teh same as on -current. (minus small changes here and there) if you use USB on 4.x, please check this out and let me know if I have broken anything. Especially try mistreating it (if it takes such mistreatment in 4.x at the moment) to see if we've broken error handling etc. I'll commit this in a day or so and keep going.. hubs next I think.