From owner-freebsd-stable@FreeBSD.ORG Fri Mar 28 10:04:01 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FD821065672 for ; Fri, 28 Mar 2008 10:04:01 +0000 (UTC) (envelope-from volker@vwsoft.com) Received: from frontmail.ipactive.de (frontmail.maindns.de [85.214.95.103]) by mx1.freebsd.org (Postfix) with ESMTP id 183DC8FC1F for ; Fri, 28 Mar 2008 10:04:00 +0000 (UTC) (envelope-from volker@vwsoft.com) Received: from mail.vtec.ipme.de (Q7cf9.q.ppp-pool.de [89.53.124.249]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by frontmail.ipactive.de (Postfix) with ESMTP id B128912883F for ; Fri, 28 Mar 2008 11:03:51 +0100 (CET) Received: from cesar. (cesar.sz.vwsoft.com [192.168.16.3]) (Authenticated sender: relay@sz.vwsoft.com) by mail.vtec.ipme.de (Postfix) with ESMTP id 166133F439; Fri, 28 Mar 2008 11:03:40 +0100 (CET) Message-ID: <47ECC27B.6020904@vwsoft.com> Date: Fri, 28 Mar 2008 11:03:39 +0100 From: Volker User-Agent: Thunderbird 2.0.0.12 (X11/20080316) MIME-Version: 1.0 To: John Pettitt References: <47E4B1BC.6020005@cloudview.com> In-Reply-To: <47E4B1BC.6020005@cloudview.com> X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit MailScanner-NULL-Check: 1207303427.16604@9SXV+8REJsjJ5ohfcYKxOg X-VWSoft-MailScanner: Found to be clean X-MailScanner-From: volker@vwsoft.com X-ipactive-MailScanner-Information: Please contact the ISP for more information X-ipactive-MailScanner: Found to be clean X-ipactive-MailScanner-From: volker@vwsoft.com Cc: freebsd-stable@freebsd.org Subject: Re: 7-STABLE not seeing second em interface on supermicro mb X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2008 10:04:01 -0000 On 12/23/-58 20:59, John Pettitt wrote: > I just installed 7-STABLE on a new dual/quad machine based on a > supermicro motherboard - it works fine except that it's not seeing the > second network interface (em driver) - is there a magic incantation to > make this work? > > > FreeBSD echelon.localnet 7.0-STABLE FreeBSD 7.0-STABLE #0: Fri Mar 21 > 23:27:31 PDT 2008 > root@echelon.localnet:/usr/src/sys/amd64/compile/ECHELON amd64 > > The only word from the em driver is this > > em0: port > 0x3000-0x301f mem 0xde200000-0xde21ffff irq 17 at device 0.0 on pci5 > em0: Using MSI interrupt > em0: Ethernet address: 00:30:48:64:d9:45 > em0: [FILTER] > > ifconfig doesn't show anything other than em0 and lo0 > > Where should I start debugging this ? > > John John, I'm not aware whether or not your question has been answered. If not, please send output of `pciconf -lv'. Volker