From owner-freebsd-net@FreeBSD.ORG Mon Sep 2 19:55:07 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 89F27C21 for ; Mon, 2 Sep 2013 19:55:07 +0000 (UTC) (envelope-from rmcintosh@nitemare.net) Received: from mail-qe0-f53.google.com (mail-qe0-f53.google.com [209.85.128.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4C9192E8F for ; Mon, 2 Sep 2013 19:55:06 +0000 (UTC) Received: by mail-qe0-f53.google.com with SMTP id 1so2353680qee.40 for ; Mon, 02 Sep 2013 12:55:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=siFuYm6qg4BDDymYO52WHbaZTLNCNBtZSunA8qP9+sw=; b=cAQgNdnt7vdnakYKwnUm5aSRXAEy/Lpv7m1qqwe2Ua6DJSCZzLHC3BYqfRi2GIoa1j IASZv2MzZSspg5SvG/PZ/Oa8XaNA0Zw1w2T7QKRGtJDtENvMMjC20JQ9y52anYHHOU8C Q+WEFymapjutduO7mA7mLTW+UwC7GFuoAw2dGhvHSs8wwfWCSlLgieBbXyrY+i1kL4xL CIqrNezGJdXcGD1cZaDI8Syp0XoRXqHrjQu/espNQZg9d2aS/QXm4Ec9PWcd1fbJMsAe xbH1CLQfQXsj+hw0v4uwPQDEaTagyuin8Ujr8fBOwaCJ2HxMBDa4w72WywHS1en8PMhN 3/hA== X-Gm-Message-State: ALoCoQnUCvSxhe56WBPfwIY74uR9F+D3P32GUnSqCNGhPzfCm+hhCqp5dUc+PSPkBQnCL8qSvrSr MIME-Version: 1.0 X-Received: by 10.49.116.178 with SMTP id jx18mr5061768qeb.81.1378151700307; Mon, 02 Sep 2013 12:55:00 -0700 (PDT) Received: by 10.49.60.10 with HTTP; Mon, 2 Sep 2013 12:55:00 -0700 (PDT) X-Originating-IP: [2001:470:8ca5:2001:7529:198d:3be5:bdd2] Date: Mon, 2 Sep 2013 15:55:00 -0400 Message-ID: Subject: QLE3142-CU-CK driver? From: Ryan McIntosh To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Sep 2013 19:55:07 -0000 NetXen Part #: NX3-20GCU pciconf -lv shows: none2@pci0:1:0:0: class=0x020000 card=0x01264040 chip=0x01004040 rev=0x42 hdr=0x00 vendor = 'NetXen Incorporated' device = 'NX3031 Multifunction 1/10-Gigabit Server Adapter' class = network subclass = ethernet none3@pci0:1:0:1: class=0x020000 card=0x01264040 chip=0x01004040 rev=0x42 hdr=0x00 vendor = 'NetXen Incorporated' device = 'NX3031 Multifunction 1/10-Gigabit Server Adapter' class = network subclass = ethernet I found opensolaris has a CDDL driver; however I have no idea how involved that would be to convert without looking indepth or if its even legally possible. http://fxr.watson.org/fxr/source/common/io/ntxn/?v=OPENSOLARIS I've done considerable amount of searching to this particular card and turned up that there's no driver/associations for it yet for FreeBSD. Is there anyway I can assist in getting this built? I reached out to Qlogic with the response of "FreeBSD is an unsupported Operating System" (sounds like a generic response as, from what it looks, like _they_ built the qlxgb driver). Let me know anything I can do to help or if this is a lost cause for any particular reason. Thanks in advance. Ryan