From owner-freebsd-questions@FreeBSD.ORG Thu Apr 9 08:35:21 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACC851065675 for ; Thu, 9 Apr 2009 08:35:21 +0000 (UTC) (envelope-from mr.tapac@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.30]) by mx1.freebsd.org (Postfix) with ESMTP id 69F2B8FC16 for ; Thu, 9 Apr 2009 08:35:15 +0000 (UTC) (envelope-from mr.tapac@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so336924yxm.13 for ; Thu, 09 Apr 2009 01:35:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=PKAp59koY5ZhTo+twJ+RNm2ghA1emgQzVuwXVukRAtI=; b=PwTSrshker0Ibj5Y9CZqnsU/X2XlWUM40sHQEh+AkYn7K3NEsa4vYttnwkqq40qlVB bfwLjwWgi/KVLwLwLfmOwluE0iHjsyPdlJlzKe0SXEUZPgq3BmuUq6p5cKx9n3ITjsNv m39+9vmMn9/oHNmtI5FHhu253mOL0gUnA3ihI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=ipQo5tYVo9maRFY3p9og0ErMc49X2lBd+5NoRQtbEUYAGOku91FOPp6bxzGXLuGV0E G9ESbCBVJV97iLfWFst5vSA8ucoks+4w9rHnUmT0R8gG5qjzxgWzQhZOxGN7SWtIdLT4 fsndgd3pU/WQdE1ePKaPS/TG5oCHieUgV8Enw= MIME-Version: 1.0 Received: by 10.100.178.9 with SMTP id a9mr4692113anf.116.1239264762122; Thu, 09 Apr 2009 01:12:42 -0700 (PDT) Date: Thu, 9 Apr 2009 15:12:42 +0700 Message-ID: <3b7dc6d0904090112k75cb994epa91551ff9b6e1978@mail.gmail.com> From: Alexander Tarasov To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Driver Problem: Broadcom NetXtreme Gigabit Ethernet X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Apr 2009 08:35:22 -0000 Hi, All! After installing FreeBSD 7.1 I've got problem with my network card. [root ~]# uname -a FreeBSD 7.1-RELEASE FreeBSD 7.1-RELEASE #1: Thu Apr 9 13:34:46 NOVST 2009 root@:/usr/obj/usr/src/sys/LAPTOP i386 [root ~]# pciconf -lv ... cut ... none3@pci0:6:0:0: class=0x020000 card=0x014b1025 chip=0x168414e4 rev=0x10 hdr=0x00 vendor = 'Broadcom Corporation' class = newtwork subclass = ethernet [root ~]# dmesg | grep "bge" [root ~]# ifconfig -a lo0: flags=8049 metric 0 mtu 16384 inet 127.0.0.1 netmask 0xff000000 I've compiled my kernel with "device miibus" and "device bge" (my kernel config is GENERIC without FireWare & RAIDs). What does it mean? Is somethere driver for this card? Sorry for my terrible English =) Alexander V Tarasov