From owner-freebsd-net@freebsd.org Mon Sep 26 23:44:08 2016 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA70FBEB1CC for ; Mon, 26 Sep 2016 23:44:08 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from mail-vk0-x230.google.com (mail-vk0-x230.google.com [IPv6:2607:f8b0:400c:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 811AFEA2; Mon, 26 Sep 2016 23:44:08 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by mail-vk0-x230.google.com with SMTP id 192so78401637vkl.2; Mon, 26 Sep 2016 16:44:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ES9r7XotidE1K2SOrwbUzNiw75+Bkux/Km3vGs91gIM=; b=Th/fa+Ie+8KFBtdPmhbTmduUva/W4T/06ZpcmKR4q5LS5RGoM0tGRusn0IA6ZHMrjY W0LVsAp4/Jrri8yA1HGdss04WhPT1JZpfQA+StzTz6FaLB9gwW4+YAWbDaiYgOhMitJf fkgfCyVks728uEscGDKNsdGcH0YnaNHapoH0I9EJ9476CGIIM/D20qb7rl7Wd6vwmsVw igLj1YsJBXOocKW5R+W25pZZCcn3kbb6AfxC7PAJqLdz8hv429Bwf2NuqMRdzFLyMzL2 BsoetH7hLbbspiTrS/b3zPFGV5Ua7djZJJMzV/Fk+IJ+7+Qr906uO9LLDNrd37dQK3BF BBIg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ES9r7XotidE1K2SOrwbUzNiw75+Bkux/Km3vGs91gIM=; b=DerQoxUb52gr041dNsi/dMrTjS1ULYy5L7C7hTs5IKN9inp7dfQiADCB40D693OSZH QO93sB6JUWcZ/OWpQPDyJ9beFdjp3DQy7A5gJvv17ymLwutg1tQ6DI/RqtCkSWrWOeCi RKSBqMKTRmSSr0wA87Q0D6td4T/IRsq/eU5TCjLlShZodvNTPcmfmytWjYKU0LiqXoD9 KLkqidbGV+lXfUe6mV3x5+T2aqFwXa3V92y9TbQDly1Z7q5YlPVEafZirnZnqtAggI69 3AKwAta5yWfDwmr8WT68MPQpL2wSDYHKmk3hHmoQZtwQq/QLh0gX0BAmXJnuazaDumga C9ig== X-Gm-Message-State: AA6/9RlByTkusjLUzkp91JA/4KyqvmNYpau5uLBhLNyns44iALEhWB0b2PCx4rdLmE+MZLuon2PLMkfy19fORg== X-Received: by 10.31.148.211 with SMTP id w202mr9229084vkd.87.1474933447040; Mon, 26 Sep 2016 16:44:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.168.88 with HTTP; Mon, 26 Sep 2016 16:44:06 -0700 (PDT) In-Reply-To: <1bcdca11-54de-c827-7f61-b06250dd2e67@freebsd.org> References: <53c8aa26-6bd5-22ed-8987-f901451e4dfd@freebsd.org> <1bcdca11-54de-c827-7f61-b06250dd2e67@freebsd.org> From: Jack Vogel Date: Mon, 26 Sep 2016 16:44:06 -0700 Message-ID: Subject: Re: Will this card (probably) work? To: Sean Bruno Cc: Lee Brown , freebsd-net Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.23 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, 26 Sep 2016 23:44:08 -0000 Yes, "should be", but just remember now, if this adapter does not look like a genuine Intel made part (and from some comment from either Jeff or Eric it sounded like it wasn't), then IF you have a problem you are going to get no support from them. Of course, in most worlds you'd have no problem, but there's always some possible one in which.... you know :) Just being the voice of caution here... Jack On Mon, Sep 26, 2016 at 4:10 PM, Sean Bruno wrote: > > > > OK the vendor got back to me: > > > > 8086:1522 > > That appears to be governed by the the igb(4) driver. You should be > good to go. > > fbsd_head/sys/dev/e1000 % grep -r E1000_DEV_ID_I350_FIBER * > e1000_api.c: case E1000_DEV_ID_I350_FIBER: > e1000_hw.h:#define E1000_DEV_ID_I350_FIBER 0x1522 > if_igb.c: {IGB_INTEL_VENDOR_ID, E1000_DEV_ID_I350_FIBER, 0, 0, 0}, > > sean > >