From owner-freebsd-hardware@FreeBSD.ORG Sat Apr 28 09:37:18 2012 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 01DF2106566C for ; Sat, 28 Apr 2012 09:37:18 +0000 (UTC) (envelope-from tom.lislegaard@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 83C838FC14 for ; Sat, 28 Apr 2012 09:37:17 +0000 (UTC) Received: by weyt57 with SMTP id t57so1145670wey.13 for ; Sat, 28 Apr 2012 02:37:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=ahYPnu5zZoUKyw3n/cmXmMbEoowRgzePxjeFAriGoxA=; b=YzMajoy68ZSMzwpjMpvG1G3glyr7aobhcGGH+vP44TnKFisiDNYWjCourIJrXvfdPZ 2u+tDhfR6XWinczG9ffemq+Aoikl4u0XCRkkl0s6kFMlM00uOeDVADLF35ODMBd89yc9 CO7ORph903etivO3lSg2Aemfnbqj3cagfgZ0h8cRj4C2Gr+bA7+MXX+S0caUHqFv/Ohd C0lnbNzcoWHI5LY+njnZ7eHVcOjB3gPvVzzHAZJ460DatL3s62rE6fbixItvpzUI+TrL tQdJ87XtYQh0EtCZ/DaFUPxzqRzdU3uKsm1OR122nmjpfFKLjP/FlFnl5KqGl3v/G0yZ p0GA== MIME-Version: 1.0 Received: by 10.180.101.230 with SMTP id fj6mr13448754wib.13.1335605836675; Sat, 28 Apr 2012 02:37:16 -0700 (PDT) Sender: tom.lislegaard@gmail.com Received: by 10.180.82.8 with HTTP; Sat, 28 Apr 2012 02:37:16 -0700 (PDT) Date: Sat, 28 Apr 2012 11:37:16 +0200 X-Google-Sender-Auth: Z0RVphYrrw2d9U4ZZnN1j40iVRQ Message-ID: From: Tom Lislegaard To: freebsd-hardware@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Problem with isp driver in 8.3-Stable X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Apr 2012 09:37:18 -0000 I'm trying to utilize a Qlogic 2432 FC card on 8.3-Stable (amd64) using the isp(4) driver. When I try to load the driver I get this kldload: can't load isp: Exec format error and dmesg says link_elf_obj: symbol firmware_get undefined linker_load_file: Unsupported file type It seems that 'firmware_get' is defined in firmware.ko (is there a missing dependancy on this in isp?) Anyway, even if I load firmware.ko first I still get the same error. 'file /boot/kernel/isp.ko' returns /boot/kernel/isp.ko: ELF 64-bit LSB relocatable, x86-64, version 1 (FreeBSD), not stripped There's nothing special in /etc/make.conf I'm using 8.3 as of yesterday, but saw the same behaviour on my previous install which was 8.2 from a few months back. -tom