From owner-freebsd-current@FreeBSD.ORG Sun Jan 18 20:57:19 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 1391A106566B for ; Sun, 18 Jan 2009 20:57:19 +0000 (UTC) (envelope-from barney_cordoba@yahoo.com) Received: from web63906.mail.re1.yahoo.com (web63906.mail.re1.yahoo.com [69.147.97.121]) by mx1.freebsd.org (Postfix) with SMTP id 955758FC0A for ; Sun, 18 Jan 2009 20:57:18 +0000 (UTC) (envelope-from barney_cordoba@yahoo.com) Received: (qmail 19728 invoked by uid 60001); 18 Jan 2009 20:30:37 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Message-ID; b=LudZ7S+lYWGiXUtM7W4KWZHFaRz+L/t422Nwwc2u1NBSS1OQt8owEWNIrfD6KsDUbJLnLa/vIO3xMsvOsYlOa9dnlNQ0gMjcSCdBDAP0YLUR3c8SrEdibxGBVvUFO5t8a7s598ZYQHtK/9DOKe0yC9QQ8tFnRHwDLhl1K5kEobQ=; X-YMail-OSG: HT5gLZ8VM1mD_Tf819r.OWZRKbdtIB8WLnQNl_W61PBF9QPW6wUPnCBvWmXjAsi_WRZpeJXouzNl_cF0v3tR41Z7gPI2QKdKBF2PEFQLAPkhmMHn4MmouMEEYbNfIsBhRtAUcRMuJUzV_2QAdLHesiy4e5P42Z7ccDm5OBuIocaal8oISFKbydSxSnuHaEljuw-- Received: from [98.242.222.229] by web63906.mail.re1.yahoo.com via HTTP; Sun, 18 Jan 2009 12:30:37 PST X-Mailer: YahooMailWebService/0.7.260.1 Date: Sun, 18 Jan 2009 12:30:37 -0800 (PST) From: Barney Cordoba To: freebsd-current@freebsd.org, Christof Schulze In-Reply-To: <200901182116.35061.christof.schulze@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <417204.17745.qm@web63906.mail.re1.yahoo.com> Cc: Subject: Re: kldload exec format error on amd64 freebsd-7.1-rc2 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: barney_cordoba@yahoo.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2009 20:57:19 -0000 Is there any interest in fixing this stupid and wrong error message to be something like "unresolved externals" at some point? --- On Sun, 1/18/09, Christof Schulze wrote: > From: Christof Schulze > Subject: Re: kldload exec format error on amd64 freebsd-7.1-rc2 > To: freebsd-current@freebsd.org > Date: Sunday, January 18, 2009, 3:16 PM > Am Sonntag 04 Januar 2009 12:41:12 schrieb Stanislav Sedov: > > On Sun, 4 Jan 2009 11:55:08 +0100 > > > > Christof Schulze > mentioned: > > > > I think you took the code intended for > CURRENT. E.g. kproc_create > > > > does not exists on 7.x. I believe there were > some patches agains 7.x > > > > as well. You may try to ask mav for them > too. > > > > > > Just for the record. > They are the drivers from current which compile fine on 7.X > after a small > adaption (kproc_create, kproc_exit) in thecode which I have > documented for > myself and maybe others on klausdieter0815.wordpress.com > > Regards > > Christof