From owner-freebsd-stable@FreeBSD.ORG Tue Feb 12 15:21:53 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E98824AA for ; Tue, 12 Feb 2013 15:21:53 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.16.84]) by mx1.freebsd.org (Postfix) with ESMTP id A5677AB9 for ; Tue, 12 Feb 2013 15:21:53 +0000 (UTC) Received: from pampa.cs.huji.ac.il ([132.65.80.32] ident=danny) by kabab.cs.huji.ac.il with esmtp id 1U5Hg8-0007wo-5r for freebsd-stable@freebsd.org; Tue, 12 Feb 2013 17:21:52 +0200 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.3 To: freebsd-stable@freebsd.org Subject: ix? / Intel(R) PRO/10GbE Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 12 Feb 2013 17:21:52 +0200 From: Daniel Braniss Message-ID: X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2013 15:21:54 -0000 I finally got a 10G card that is recognized by FreeBSD (9.1-stable): ... ix0: port 0xecc0-0xecdf mem 0xd9e80000-0xd9efffff,0xd9ff8000-0xd9ffbfff irq 40 at device 0.0 on pci4 ix0: Using MSIX interrupts with 9 vectors ix0: RX Descriptors exceed system mbuf max, using default instead! ix0: Ethernet address: 90:e2:ba:29:c0:54 ix0: PCI Express Bus: Speed 5.0Gb/s Width x8 ... but it apperas as ix0/ix1, manuals only mention ixgb/e, and ifconfig: ix0: flags=8802 metric 0 mtu 1500 options=401bb ether 90:e2:ba:29:c0:54 nd6 options=21 media: Ethernet autoselect status: no carrier ix1: flags=8802 metric 0 mtu 1500 options=401bb ether 90:e2:ba:29:c0:55 nd6 options=21 media: Ethernet autoselect status: no carrier and pciconf: ix0@pci0:4:0:0: class=0x020000 card=0x7a118086 chip=0x10fb8086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = '82599EB 10-Gigabit SFI/SFP+ Network Connection' class = network subclass = ethernet Secondly how is this fixable: RX Descriptors exceed system mbuf max, using default instead! thanks, danny