From owner-freebsd-current@FreeBSD.ORG Fri Jun 22 20:07:40 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 A082C16A468 for ; Fri, 22 Jun 2007 20:07:40 +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 62E4213C448 for ; Fri, 22 Jun 2007 20:07:40 +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 l5MK5Ktp070454; Fri, 22 Jun 2007 14:05:23 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 22 Jun 2007 14:05:54 -0600 (MDT) Message-Id: <20070622.140554.1169637950.imp@bsdimp.com> To: vova@fbsd.ru From: "M. Warner Losh" In-Reply-To: <1182334917.1340.6.camel@localhost> References: <1182334917.1340.6.camel@localhost> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=koi8-r Content-Transfer-Encoding: quoted-printable X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Fri, 22 Jun 2007 14:05:24 -0600 (MDT) Cc: ianf@clue.co.za, current@freebsd.org Subject: Re: ukbd broken as 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: Fri, 22 Jun 2007 20:07:40 -0000 In message: <1182334917.1340.6.camel@localhost> Vladimir Grebenschikov writes: : =F7 =D7=D4, 19/06/2007 =D7 11:50 +0200, Ian FREISLICH =D0=C9=DB=C5=D4= : : > Hi : > = : > On today's current if I attempt to load the ukbd module, I get the : > following message: : > = : > Jun 19 11:18:56 apple kernel: link_elf: symbol usbd_get_interface_d= escriptor undefined : > Jun 19 11:18:56 apple kernel: KLD file ukbd.ko - could not finalize= loading : = : same here, with today's CURRENT, for ukbd and some other USB modules:= : = : Jun 20 13:38:47 vbook kernel: link_elf: symbol usbd_get_interface_des= criptor undefined : Jun 20 13:38:47 vbook kernel: KLD file ukbd.ko - could not finalize l= oading : Jun 20 13:38:47 vbook kernel: link_elf: symbol usbd_abort_pipe undefi= ned : Jun 20 13:38:47 vbook kernel: KLD file ulpt.ko - could not finalize l= oading : Jun 20 13:38:47 vbook kernel: link_elf: symbol usbd_close_pipe undefi= ned : Jun 20 13:38:47 vbook kernel: KLD file ng_ubt.ko - could not finalize= loading : = : But ums works fine. Yes. I think I botched some of the conversions. Please update and try again. Warner