From owner-freebsd-current@FreeBSD.ORG Fri Mar 13 00:49:36 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CE20106566B for ; Fri, 13 Mar 2009 00:49:36 +0000 (UTC) (envelope-from trebestie@gmail.com) Received: from mail-fx0-f158.google.com (mail-fx0-f158.google.com [209.85.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id C70928FC14 for ; Fri, 13 Mar 2009 00:49:35 +0000 (UTC) (envelope-from trebestie@gmail.com) Received: by fxm2 with SMTP id 2so2332631fxm.43 for ; Thu, 12 Mar 2009 17:49:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=4uVNozWLp1LOOuGoAFXrsGKdcoCDD+rHvYWUKFeVeSM=; b=lUKbk3QY16YTNp3da6TO5isKzr1GTrGH5jZi+ELFAucB2JZaAgBk8AOxbb0v2woOMW +cCZh5Msx6i1OECyWI8AGyL1cf6rN6Uf8rNTEsmY968GpTZk72Y8rqW5gePVVkRD9OvQ ZHBrUc1BklnQ3Vh11iI5IX6C4i8pUrzktUXEU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=DM8VcB4u09n8tlWj0gAxadxzWSUOYrTnBHF+xBWMw07wM/n/savlIHVc1p/gmG1Nq4 OHIhfQ+Q0vQD4sv02+60EZOUTf5lYg1U55kmK0qeNrJEhZECsTv+QuhfyxdIsu0rWwZ/ 8lpWN9igFKoUa+82Eci/fYrHXnxmN3tiONlIE= MIME-Version: 1.0 Received: by 10.103.227.10 with SMTP id e10mr269074mur.30.1236905374715; Thu, 12 Mar 2009 17:49:34 -0700 (PDT) Date: Fri, 13 Mar 2009 01:49:34 +0100 Message-ID: <83e5fb980903121749lfbfafbdhff4b2dbb7a359f5b@mail.gmail.com> From: Diego Depaoli To: freebsd-current Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Hal regression 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: Fri, 13 Mar 2009 00:49:36 -0000 Hi all, after almost two weeks of inactivity I updated my world. Hal eats again 100% cpu and the port refuses to compile probe-hiddev.c: In function 'main': probe-hiddev.c:81: error: 'USB_GET_REPORT_ID' undeclared (first use in this func tion) probe-hiddev.c:81: error: (Each undeclared identifier is reported only once probe-hiddev.c:81: error: for each function it appears in.) gmake[5]: *** [probe-hiddev.o] Error 1 I missed such chapter of the usb saga? Cheers -- Diego Depaoli