From owner-freebsd-stable@FreeBSD.ORG Thu Sep 28 19:44:37 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org 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 7CF3816A415; Thu, 28 Sep 2006 19:44:37 +0000 (UTC) (envelope-from mike@sentex.net) Received: from ssl3.sentex.ca (vinyl2.sentex.ca [199.212.134.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D2F743D6D; Thu, 28 Sep 2006 19:44:31 +0000 (GMT) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (pyroxene.sentex.ca [199.212.134.18]) by ssl3.sentex.ca (8.13.6/8.13.6) with ESMTP id k8SJiRZo049036 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 28 Sep 2006 15:44:27 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <7.0.1.0.0.20060928152807.17bbe448@sentex.net> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Thu, 28 Sep 2006 15:42:27 -0400 To: "O. Hartmann" , Scott Long From: Mike Tancsa In-Reply-To: <451C1F6D.2020302@mail.uni-mainz.de> References: <451A1375.5080202@gneto.com> <20060927071538.GF22229@e-Gitt.NET> <451A4189.5020906@samsco.org> <20060927152824.GJ22229@e-Gitt.NET> <20060927155553.GB14563@icarus.home.lan> <20060927155904.GM22229@e-Gitt.NET> <451AA7B1.5080202@samsco.org> <20060927191402.GB932@turion.vk2pj.dyndns.org> <20060927210349.GG14975@tnn.dglawrence.com> <451AEB02.2090806@samsco.org> <002201c6e290$45ece980$b3db87d4@multiplay.co.uk> <451BD89F.8080203@samsco.org> <451C1F6D.2020302@mail.uni-mainz.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Peter Jeremy , Steven Hartland , freebsd-stable@freebsd.org, John Baldwin , Oliver Brandmueller Subject: Re: CALL FOR TESTERS! [Re: 6.2 SHOWSTOPPER - em completely unusable on 6.2] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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 Sep 2006 19:44:37 -0000 At 03:15 PM 9/28/2006, O. Hartmann wrote: >/usr/src/sys/dev/usb/usb.c:282: error: for each function it appears in.) >/usr/src/sys/dev/usb/usb.c: At top level: >/usr/src/sys/dev/usb/usb.c:863: warning: 'usb_intr_task' defined but not used >*** Error code 1 Are you sure the patch applied cleanly to STABLE ? There are a couple of spots you need to change manually as it assumes the version of USB from HEAD. Manually apply the patch for usb.c and ohci_pci.c if you are using STABLE and remove the offending bits from the patch and it should compile cleanly. ---Mike