From owner-freebsd-questions@FreeBSD.ORG Tue Apr 1 16:07:54 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60654106566B for ; Tue, 1 Apr 2008 16:07:54 +0000 (UTC) (envelope-from yonyossef.lists@gmail.com) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.189]) by mx1.freebsd.org (Postfix) with ESMTP id DE4848FC1C for ; Tue, 1 Apr 2008 16:07:53 +0000 (UTC) (envelope-from yonyossef.lists@gmail.com) Received: by gv-out-0910.google.com with SMTP id n40so360496gve.39 for ; Tue, 01 Apr 2008 09:07:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=iNso8auMIVGvqkXqk9iRQ/xfytNangFIUnmfRlJCtb4=; b=Faf1nOj0L9pHKWKJskKGnT8+l9SmyCoipHVJU5747+EmhsV1B9eftZAV67RjZyqbtrUdHrhzmV2oDk0iouQP9tBKpdmg7ejA/JVLQ5JEjENGH/tNxtvYl1erAHMTE8bG+JKYvtV8+Had30M1RuxBCnx6zqDmIvhDLpgE6c10xzc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type; b=LOnYVVaOtosQiCXl3D3G5QF+k4oerrWID9U6a3FHTxDp9jhggpTq8Xr6iF9UW/BHJoVh83wHArOC/ywLWHtEZVHT74kc9jgBoGtFSwx++pnR5wFQ66DcDT7WP9mwO1vEhS3ujGMShGDI4GCbuTYZK2CGrS22CZz91uB92gkqkKk= Received: by 10.150.150.3 with SMTP id x3mr4257881ybd.23.1207066071136; Tue, 01 Apr 2008 09:07:51 -0700 (PDT) Received: by 10.150.186.14 with HTTP; Tue, 1 Apr 2008 09:07:51 -0700 (PDT) Message-ID: <20def4870804010907n320956f1o5e0e56962a64e0fd@mail.gmail.com> Date: Tue, 1 Apr 2008 19:07:51 +0300 From: "Mr Y" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: kldload: unexpected relocation type 10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2008 16:07:54 -0000 Hi, I really don't know how to get rid of this message.. I get millions of these during kldload of a driver: kldload: unexpected relocation type 10 can't see anything wrong with my Makefile, like the google threads say, so PLEASE HELP. Yony