From owner-freebsd-usb@FreeBSD.ORG Sun Jan 29 18:09:00 2006 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBE4E16A420 for ; Sun, 29 Jan 2006 18:09:00 +0000 (GMT) (envelope-from iedowse@iedowse.com) Received: from nowhere.iedowse.com (nowhere.iedowse.com [82.195.144.75]) by mx1.FreeBSD.org (Postfix) with SMTP id 1E7BB43D4C for ; Sun, 29 Jan 2006 18:08:54 +0000 (GMT) (envelope-from iedowse@iedowse.com) Received: from localhost ([127.0.0.1] helo=iedowse.com) by nowhere.iedowse.com via local-iedowse id ; 29 Jan 2006 18:08:50 +0000 (GMT) To: Juergen Lock In-Reply-To: Your message of "Fri, 27 Jan 2006 01:31:18 +0100." <20060127003118.GA17649@saturn.kn-bremen.de> Date: Sun, 29 Jan 2006 18:08:49 +0000 From: Ian Dowse Message-ID: <200601291808.aa03106@nowhere.iedowse.com> Cc: freebsd-usb@freebsd.org Subject: Re: cvs commit: src/sys/dev/usb ehci.c ehci_pci.c ehcivar.h X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2006 18:09:01 -0000 In message <20060127003118.GA17649@saturn.kn-bremen.de>, Juergen Lock writes: > >Here is what I use on RELENG_5_4: Thanks - that's merged into RELENG_5 now. Could somebody test if the following additional patch works? This includes a number of changes that are in RELENG_6 but haven't made it to 5.x yet, including ohci and ulpt bug fixes and improved umass and ums device support. For this to apply you will need the latest RELENG_5 (29th Jan). I don't have a RELENG_5 box here so this might not even compile. The patch is at: http://people.freebsd.org/~iedowse/usb_releng_5.diff In particular, can anybody who tries this let me know whether they were able to test the following: o GENERIC kernel build o LINT kernel build o Using any USB device o USB 1.x devices on an OHCI controller o Printing to a USB 1.x printer via an OHCI controller Thanks, Ian