From owner-freebsd-current@FreeBSD.ORG Sat Jun 23 21:52:25 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ABAA416A46D; Sat, 23 Jun 2007 21:52:25 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 547C813C44C; Sat, 23 Jun 2007 21:52:25 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l5NLpsoR085601; Sat, 23 Jun 2007 15:51:54 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 23 Jun 2007 15:52:29 -0600 (MDT) Message-Id: <20070623.155229.660264947.imp@bsdimp.com> To: hselasky@c2i.net From: "M. Warner Losh" In-Reply-To: <200706232323.56543.hselasky@c2i.net> References: <1182632058.1217.3.camel@worf> <200706232323.56543.hselasky@c2i.net> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sat, 23 Jun 2007 15:51:55 -0600 (MDT) Cc: caelian@gmail.com, freebsd-current@freebsd.org, current@freebsd.org, freebsd-usb@freebsd.org, sos@freebsd.org Subject: Re: recent USB changes break building of atausb module X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 23 Jun 2007 21:52:25 -0000 In message: <200706232323.56543.hselasky@c2i.net> Hans Petter Selasky writes: : On Saturday 23 June 2007 22:54, Pascal Hofstee wrote: : > Hi, : > : > I just updated to a fresh current today to notice that with the recent : > slew of commits to the usb subsystem, the atausb module no longer : > compiles. : : I think this is because Warner Losh is doing some cleanup in the old USB : stack. Yup. Fixed. Warner