From owner-freebsd-current@FreeBSD.ORG Fri Oct 26 17:25:37 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F30F16A418 for ; Fri, 26 Oct 2007 17:25:37 +0000 (UTC) (envelope-from lance@gheek.net) Received: from smtpoutwbe07.prod.mesa1.secureserver.net (smtpoutwbe07.prod.mesa1.secureserver.net [208.109.78.209]) by mx1.freebsd.org (Postfix) with SMTP id D559913C4A3 for ; Fri, 26 Oct 2007 17:25:36 +0000 (UTC) (envelope-from lance@gheek.net) Received: (qmail 15364 invoked from network); 26 Oct 2007 16:58:56 -0000 Received: from unknown (HELO gem-wbe35.prod.mesa1.secureserver.net) (64.202.189.31) by smtpoutwbe07.prod.mesa1.secureserver.net with SMTP; 26 Oct 2007 16:58:56 -0000 Received: (qmail 17630 invoked by uid 99); 26 Oct 2007 16:58:56 -0000 Date: Fri, 26 Oct 2007 09:58:56 -0700 From: Lance To: freebsd-current@freebsd.org Message-ID: <20071026095856.8e114e4890519e5179c192e02d6bca26.e3251e68fb.wbe@email.secureserver.net> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII X-Sender: lance@gheek.net User-Agent: Web-Based Email 4.11.8 X-Originating-IP: 12.164.218.254 Subject: FreeBSD 6.2 Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2007 17:25:37 -0000 Hello, I just did an upgrade to the 6.2 current (Oct 2007) from 6.2 stable to get the lagg feature. I noticed that the broadcomm cards no longer show up in /var/log/messages on a ifdown/ifup event. They will show up if I issue a "ifconfig" but if I don't they do not. The em interface is working just fine so I have a work around to get if_lagg working. Anyone seen a fix for this as of yet? #interface I have on my server bce0: mem 0xf4000000-0xf5ffffff irq 16 at device 0.0 on pci9 miibus0: on bce0 brgphy0: on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto bce0: Ethernet address: 00:19:b9:ea:c0:36 bce0: ASIC (0x57081020); Rev (B2); Bus (PCI-X, 64-bit, 133MHz); F/W (0x02090105); Flags( MFW ) bce1: mem 0xf8000000-0xf9ffffff irq 16 at device 0.0 on pci5 miibus1: on bce1 brgphy1: on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto bce1: Ethernet address: 00:19:b9:ea:c0:34 bce1: ASIC (0x57081020); Rev (B2); Bus (PCI-X, 64-bit, 133MHz); F/W (0x02090105); Flags( MFW ) em0: port 0xece0-0xecff mem 0xfc3e0000-0xfc3fffff,0xfc3c0000-0xfc3dffff irq 16 at device 0.0 on pci12 em0: Ethernet address: 00:15:17:3b:0b:48 em0: [FAST] em1: port 0xecc0-0xecdf mem 0xfc3a0000-0xfc3bffff,0xfc380000-0xfc39ffff irq 17 at device 0.1 on pci12 em1: Ethernet address: 00:15:17:3b:0b:49 em1: [FAST] -Lance