From owner-freebsd-current@FreeBSD.ORG Mon Jul 9 17:15:10 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 5A75316A41F for ; Mon, 9 Jul 2007 17:15:10 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe10.swip.net [212.247.155.33]) by mx1.freebsd.org (Postfix) with ESMTP id EF88F13C459 for ; Mon, 9 Jul 2007 17:15:09 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [212.17.141.53] (account mc467741@c2i.net HELO [10.150.99.181]) by mailfe10.swip.net (CommuniGate Pro SMTP 5.1.10) with ESMTPA id 372025372; Mon, 09 Jul 2007 18:15:07 +0200 From: Hans Petter Selasky To: "Kevin Oberman" Date: Mon, 9 Jul 2007 18:15:07 +0200 User-Agent: KMail/1.9.5 References: <20070708053128.4EB0245042@ptavv.es.net> In-Reply-To: <20070708053128.4EB0245042@ptavv.es.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707091815.07326.hselasky@c2i.net> Cc: current@freebsd.org Subject: Re: HPS USB stack on current will not build any longer 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: Mon, 09 Jul 2007 17:15:10 -0000 On Sunday 08 July 2007 07:31, Kevin Oberman wrote: > Hans, > > It seems that, with a recent change to the 802.11 code, your USB code no > longer compiles. It dies building if_rum because an additional argument > is needed by ieee80211_input. > > Do you have any patch for this? Not yet, except that you zero out the files that do not compile. --HPS