From owner-freebsd-usb@FreeBSD.ORG Sun Nov 7 20:05:46 2004 Return-Path: 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 BC32216A4CE for ; Sun, 7 Nov 2004 20:05:46 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4146943D39 for ; Sun, 7 Nov 2004 20:05:46 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iA7K4Ebb013548; Sun, 7 Nov 2004 13:04:14 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 07 Nov 2004 13:04:36 -0700 (MST) Message-Id: <20041107.130436.91313722.imp@bsdimp.com> To: hselasky@c2i.net From: "M. Warner Losh" In-Reply-To: <20041107194658.B466@curly.tele2.no> References: <20041107194658.B466@curly.tele2.no> 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-usb@freebsd.org Subject: Re: new USB driver X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2004 20:05:46 -0000 In message: <20041107194658.B466@curly.tele2.no> Hans Petter Selasky writes: : I wondered if I could have my new USB driver up for discussion? Sure. : What do you think about it? There seems to be a whole lot of changes swizzled into this new driver that aren't documented in your mail. Looking at ums.c shows huge differences, for example. It mostly looks like there's about a month of changes into current that just aren't present. this makes it hard to diff and compare the drivers. Warner