From owner-freebsd-amd64@FreeBSD.ORG Sat Oct 13 04:04:03 2007 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29E9316A417 for ; Sat, 13 Oct 2007 04:04:02 +0000 (UTC) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.freebsd.org (Postfix) with ESMTP id EB13013C447 for ; Sat, 13 Oct 2007 04:04:02 +0000 (UTC) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 4D0CCF4D10 for ; Fri, 12 Oct 2007 20:48:03 -0700 (PDT) X-Virus-Scanned: amavisd-new at mcneil.com Received: from mail.mcneil.com ([127.0.0.1]) by localhost (mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qNkYz7Rdwq9W for ; Fri, 12 Oct 2007 20:47:57 -0700 (PDT) Received: from [10.10.10.253] (ferrari.mcneil.com [10.10.10.253]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.mcneil.com (Postfix) with ESMTP id A0288F4604 for ; Fri, 12 Oct 2007 20:47:57 -0700 (PDT) Message-ID: <47103FEC.5000501@mcneil.com> Date: Fri, 12 Oct 2007 20:47:56 -0700 From: Sean McNeil User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: "amd64@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: kldload Unsupported file type X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Oct 2007 04:04:03 -0000 With -STABLE on an AMD64 system, I now constantly get: kernel: kldload: Unsupported file type whenever I load a kernel module. The module appears to still load, but this is very annoying. I am amazed no one has mentioned it yet. Cheers, Sean