From owner-freebsd-net@FreeBSD.ORG Fri Jan 8 19:50:19 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 749A81065672 for ; Fri, 8 Jan 2010 19:50:19 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from mail-ew0-f226.google.com (mail-ew0-f226.google.com [209.85.219.226]) by mx1.freebsd.org (Postfix) with ESMTP id 840D38FC17 for ; Fri, 8 Jan 2010 19:50:18 +0000 (UTC) Received: by ewy26 with SMTP id 26so18197582ewy.3 for ; Fri, 08 Jan 2010 11:50:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=/Gx8rkVmv/bnuxB+LTDq5fGzKeHn21ETtbiW6mODa/U=; b=ZxGTS+nCY/P3x8aAro+RBWAM4TAOYxp84FqhCE5G9w8ai1Glvs71nSAPjR8eyHSD5O itDJ+ZPeC623VfqhTs8dsNuu9qANXfE28wVatTS2icGh1KVb9kvX9xWHYUEsUY0rMsPc V0AWWgVU41DU1zK8omBBEgARcrBC+WUO+tKqk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=CDzGXf7XXkk/qpuSakgb3b4HKYplEiKUYQRbb8TIGHW50lG5c25Bd9h/ms279fo35U AZjS8PETsHyMTe31cF4ecdkTlyvbm0qYPgOV/Li+JQW4UPBJRjQoBcJkLAyTRmXYw2yP C5ZCpjgobOYrViwmf2t42xLAHP3Qc5i7AtrGM= MIME-Version: 1.0 Received: by 10.216.89.139 with SMTP id c11mr2678787wef.198.1262980207465; Fri, 08 Jan 2010 11:50:07 -0800 (PST) In-Reply-To: References: Date: Fri, 8 Jan 2010 11:50:07 -0800 Message-ID: <2a41acea1001081150m105bb78cv9caa7a8b70d47f4b@mail.gmail.com> From: Jack Vogel To: Netan Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-net@freebsd.org Subject: Re: Intel oplin interface X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jan 2010 19:50:19 -0000 Hmmm, it isn't even showing up in the pci scan, what if you remove one of the oplins, or move slots possibly, can't do much if its not even seen in the enumeration :( You're sure the adapters are good, like plugging them into another system they show up? Don't know why you should have to modify the kernel, GENERIC has ixgbe in it on 8.0. Jack Vogel freebsd@intel.com On Fri, Jan 8, 2010 at 11:02 AM, Netan wrote: > Hello > > I have a intel nehalem machine with 4 built-in igb ports on it. In addition > to that I got 2 single port intel oplin 82598 pcie interfaces on them. I > edited the GENERIC conf file and added "device ixgbe" to build a kernel > containing ixgbe driver built-in into the kernel. When I boot hte system, I > do not see any ixgbe interface on the system. > > lab-mach1# ifconfig -a > igb0: flags=8843 metric 0 mtu 1500 > options=13b > ether 00:14:4f:e7:56:e2 > inet 192.168.8.21 netmask 0xffffff00 broadcast 192.168.8.255 > media: Ethernet autoselect (1000baseT ) > status: active > igb1: flags=8802 metric 0 mtu 1500 > options=13b > ether 00:14:4f:e7:56:e3 > media: Ethernet autoselect (1000baseT ) > status: active > igb2: flags=8802 metric 0 mtu 1500 > options=13b > ether 00:14:4f:e7:56:e4 > media: Ethernet autoselect (1000baseT ) > status: active > igb3: flags=8802 metric 0 mtu 1500 > options=13b > ether 00:14:4f:e7:56:e5 > media: Ethernet autoselect (1000baseT ) > status: active > lo0: flags=8049 metric 0 mtu 16384 > options=3 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5 > inet6 ::1 prefixlen 128 > inet 127.0.0.1 netmask 0xff000000 > > lab-mach1#./kldstat -v | grep ixgbe > 156 pci/ixgbe > > > I am on "8.0-RELEASE FreeBSD". pciconf does not show any 82598 interface: > > lab-mach1#pciconf -lv > hostb0@pci0:0:0:0: class=0x060000 card=0x4845108e chip=0x34068086 > rev=0x13 hdr=0x00 > vendor = 'Intel Corporation' > device = 'QuickPath Architecture I/O Hub to ESI Port' > class = bridge > subclass = HOST-PCI > pcib1@pci0:0:1:0: class=0x060400 card=0x4845108e chip=0x34088086 > rev=0x13 > hdr=0x01 > vendor = 'Intel Corporation' > device = 'QuickPath Architecture I/O Hub PCI Express Root Port 1' > class = bridge > subclass = PCI-PCI > pcib2@pci0:0:2:0: class=0x060400 card=0x4845108e chip=0x34098086 > rev=0x13 > hdr=0x01 > vendor = 'Intel Corporation' > device = 'QuickPath Architecture I/O Hub PCI Express Root Port 2' > class = bridge > subclass = PCI-PCI > pcib3@pci0:0:3:0: class=0x060400 card=0x4845108e chip=0x340a8086 > rev=0x13 > hdr=0x01 > vendor = 'Intel Corporation' > device = 'QuickPath Architecture I/O Hub PCI Express Root Port 3' > class = bridge > subclass = PCI-PCI > pcib4@pci0:0:5:0: class=0x060400 card=0x4845108e chip=0x340c8086 > rev=0x13 > hdr=0x01 > vendor = 'Intel Corporation' > device = 'QuickPath Architecture I/O Hub PCI Express Root Port 5' > class = bridge > subclass = PCI-PCI > pcib5@pci0:0:7:0: class=0x060400 card=0x4845108e chip=0x340e8086 > rev=0x13 > hdr=0x01 > vendor = 'Intel Corporation' > device = 'QuickPath Architecture I/O Hub PCI Express Root Port 7' > class = bridge > subclass = PCI-PCI > pcib7@pci0:0:9:0: class=0x060400 card=0x4845108e chip=0x34108086 > rev=0x13 > hdr=0x01 > vendor = 'Intel Corporation' > device = 'QuickPath Architecture I/O Hub PCI Express Root Port 9' > class = bridge > subclass = PCI-PCI > ioapic0@pci0:0:19:0: class=0x080020 card=0x00000000 chip=0x342d8086 > rev=0x13 hdr=0x00 > vendor = 'Intel Corporation' > device = 'QuickPath Architecture I/O Hub I/OxAPIC Interrupt > Controller' > class = base peripheral > subclass = interrupt controller > none0@pci0:0:20:0: class=0x080000 card=0x00000000 chip=0x342e8086 > rev=0x13 hdr=0x00 > vendor = 'Intel Corporation' > device = 'QuickPath Architecture I/O Hub System Management > Registers' > class = base peripheral > subclass = interrupt controller > none1@pci0:0:20:1: class=0x080000 card=0x00000000 chip=0x34228086 > rev=0x13 hdr=0x00 > vendor = 'Intel Corporation' > device = 'QuickPath Architecture I/O Hub GPIO and Scratch Pad > Registers' > class = base peripheral > subclass = interrupt controller > none2@pci0:0:20:2: class=0x080000 card=0x00000000 chip=0x34238086 > rev=0x13 hdr=0x00 > vendor = 'Intel Corporation' > device = 'QuickPath Architecture I/O Hub Control Status and RAS > Registers' > class = base peripheral > subclass = interrupt controller > none3@pci0:0:20:3: class=0x080000 card=0x00000000 chip=0x34388086 > rev=0x13 hdr=0x00 > vendor = 'Intel Corporation' > device = 'QuickPath Architecture I/O Hub Throttle Registers' > class = base peripheral > subclass = interrupt controller > none4@pci0:0:22:0: class=0x088000 card=0x4845108e chip=0x34308086 > rev=0x13 hdr=0x00 > vendor = 'Intel Corporation' > device = 'DMA Engine' > class = base peripheral > none5@pci0:0:22:1: class=0x088000 card=0x4845108e chip=0x34318086 > rev=0x13 hdr=0x00 > vendor = 'Intel Corporation' > device = 'DMA Engine' > class = base peripheral > none6@pci0:0:22:2: class=0x088000 card=0x4845108e chip=0x34328086 > rev=0x13 hdr=0x00 > vendor = 'Intel Corporation' > device = 'DMA Engine' > class = base peripheral > none7@pci0:0:22:3: class=0x088000 card=0x4845108e chip=0x34338086 > rev=0x13 hdr=0x00 > vendor = 'Intel Corporation' > device = 'DMA Engine' > class = base peripheral > none8@pci0:0:22:4: class=0x088000 card=0x4845108e chip=0x34298086 > rev=0x13 hdr=0x00 > vendor = 'Intel Corporation' > device = 'DMA Engine' > class = base peripheral > none9@pci0:0:22:5: class=0x088000 card=0x4845108e chip=0x342a8086 > rev=0x13 hdr=0x00 > vendor = 'Intel Corporation' > device = 'DMA Engine' > class = base peripheral > none10@pci0:0:22:6: class=0x088000 card=0x4845108e chip=0x342b8086 > rev=0x13 hdr=0x00 > vendor = 'Intel Corporation' > device = 'DMA Engine' > class = base peripheral > none11@pci0:0:22:7: class=0x088000 card=0x4845108e chip=0x342c8086 > rev=0x13 hdr=0x00 > vendor = 'Intel Corporation' > device = 'DMA Engine' > class = base peripheral > uhci0@pci0:0:26:0: class=0x0c0300 card=0x4845108e chip=0x3a378086 > rev=0x00 hdr=0x00 > vendor = 'Intel Corporation' > device = 'USB UHCI Controller *4' > class = serial bus > subclass = USB > uhci1@pci0:0:26:1: class=0x0c0300 card=0x4845108e chip=0x3a388086 > rev=0x00 hdr=0x00 > vendor = 'Intel Corporation' > device = 'USB UHCI Controller *5' > class = serial bus > subclass = USB > uhci2@pci0:0:26:2: class=0x0c0300 card=0x4845108e chip=0x3a398086 > rev=0x00 hdr=0x00 > vendor = 'Intel Corporation' > device = 'USB UHCI Controller *6' > class = serial bus > subclass = USB > ehci0@pci0:0:26:7: class=0x0c0320 card=0x4845108e chip=0x3a3c8086 > rev=0x00 hdr=0x00 > vendor = 'Intel Corporation' > device = 'USB EHCI Controller *2' > class = serial bus > subclass = USB > uhci3@pci0:0:29:0: class=0x0c0300 card=0x4845108e chip=0x3a348086 > rev=0x00 hdr=0x00 > vendor = 'Intel Corporation' > device = 'USB UHCI Controller *1' > class = serial bus > subclass = USB > uhci4@pci0:0:29:1: class=0x0c0300 card=0x4845108e chip=0x3a358086 > rev=0x00 hdr=0x00 > vendor = 'Intel Corporation' > device = 'USB UHCI Controller *2' > class = serial bus > subclass = USB > uhci5@pci0:0:29:2: class=0x0c0300 card=0x4845108e chip=0x3a368086 > rev=0x00 hdr=0x00 > vendor = 'Intel Corporation' > device = 'USB UHCI Controller *3' > class = serial bus > subclass = USB > ehci1@pci0:0:29:7: class=0x0c0320 card=0x4845108e chip=0x3a3a8086 > rev=0x00 hdr=0x00 > vendor = 'Intel Corporation' > device = 'USB EHCI Controller *1' > class = serial bus > subclass = USB > pcib9@pci0:0:30:0: class=0x060401 card=0x4845108e chip=0x244e8086 > rev=0x90 hdr=0x01 > vendor = 'Intel Corporation' > device = '82801 Family (ICH2/3/4/5/6/7/8/9,63xxESB) Hub Interface to > PCI Bridge' > class = bridge > subclass = PCI-PCI > isab0@pci0:0:31:0: class=0x060100 card=0x4845108e chip=0x3a168086 > rev=0x00 hdr=0x00 > vendor = 'Intel Corporation' > device = 'LPC Interface Controller' > class = bridge > subclass = PCI-ISA > atapci0@pci0:0:31:2: class=0x010601 card=0x4845108e chip=0x3a228086 > rev=0x00 hdr=0x00 > vendor = 'Intel Corporation' > device = '6 port SATA AHCI Controller' > class = mass storage > subclass = SATA > none12@pci0:0:31:3: class=0x0c0500 card=0x4845108e chip=0x3a308086 > rev=0x00 hdr=0x00 > vendor = 'Intel Corporation' > device = 'SMB controller (50011458)' > class = serial bus > subclass = SMBus > igb0@pci0:1:0:0: class=0x020000 card=0x0000108e chip=0x10a78086 > rev=0x02 > hdr=0x00 > vendor = 'Intel Corporation' > device = '82575EB Gigabit Network Connection' > class = network > subclass = ethernet > igb1@pci0:1:0:1: class=0x020000 card=0x0000108e chip=0x10a78086 > rev=0x02 > hdr=0x00 > vendor = 'Intel Corporation' > device = '82575EB Gigabit Network Connection' > class = network > subclass = ethernet > igb2@pci0:7:0:0: class=0x020000 card=0x0000108e chip=0x10a78086 > rev=0x02 > hdr=0x00 > vendor = 'Intel Corporation' > device = '82575EB Gigabit Network Connection' > class = network > subclass = ethernet > igb3@pci0:7:0:1: class=0x020000 card=0x0000108e chip=0x10a78086 > rev=0x02 > hdr=0x00 > vendor = 'Intel Corporation' > device = '82575EB Gigabit Network Connection' > class = network > subclass = ethernet > mpt0@pci0:19:0:0: class=0x010000 card=0x31501000 chip=0x00581000 > rev=0x04 > hdr=0x00 > vendor = 'LSI Logic (Was: Symbios Logic, NCR)' > device = 'SAS 3000 series, 8-port with 1068E -StorPort' > class = mass storage > subclass = SCSI > pcib6@pci0:25:0:0: class=0x060400 card=0x00000000 chip=0x806e111d > rev=0x02 hdr=0x01 > vendor = 'Integrated Device Technology Inc.' > class = bridge > subclass = PCI-PCI > pcib8@pci0:39:0:0: class=0x060400 card=0x00000000 chip=0x806e111d > rev=0x02 hdr=0x01 > vendor = 'Integrated Device Technology Inc.' > class = bridge > subclass = PCI-PCI > vgapci0@pci0:53:5:0: class=0x030000 card=0x4845108e chip=0x20001a03 > rev=0x10 hdr=0x00 > vendor = 'ASPEED Technology Inc' > class = display > subclass = VGA > > > What else can I poke/change to get the oplin interface up ? Any help > appreciated.. > > Thanks > Netan > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >