From owner-freebsd-hardware@FreeBSD.ORG Tue Oct 9 07:09:16 2007 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DE4816A41B for ; Tue, 9 Oct 2007 07:09:16 +0000 (UTC) (envelope-from ivakras1@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.185]) by mx1.freebsd.org (Postfix) with ESMTP id 7E80B13C467 for ; Tue, 9 Oct 2007 07:09:16 +0000 (UTC) (envelope-from ivakras1@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so851770rvb for ; Tue, 09 Oct 2007 00:09:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=6+nPmjumqCXn17RADSfYE+HFgBCDsTWnNlrDWNpUozw=; b=fdImlyadXFen+fXYCXiCdTZ8sWetZQZsn8dG9sQxy+VeOpFag9Us2jaFZ5z+WLXyzsSrdSrEtJQpon/ScAe9ukjp6UlWvwquYjiBwNMMrAzTXO707qdtreWQVwsHm4rvtrysZa8xC23Y06aAAZxbt+KA9003CK254xP5V2K/reg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=aucd5fZZr8OQr/uPRLob3BA6sxCOOYVppUrORBIP+kqlXctw59krerhAvFp5SkvUDt9McqSxIP20NHyAK+d7yOL0MxSCJHtJvIx0oXE5ENkuFHI1v7qiciRDKz/I7QDMMVpYChdKXBhwk960WK5T1uJc+cTr/4CifGKiHTnj34A= Received: by 10.142.72.21 with SMTP id u21mr4158687wfa.1191912260216; Mon, 08 Oct 2007 23:44:20 -0700 (PDT) Received: by 10.142.226.14 with HTTP; Mon, 8 Oct 2007 23:44:20 -0700 (PDT) Message-ID: <774ffc150710082344k10b43fdewc306122496b6a2b3@mail.gmail.com> Date: Tue, 9 Oct 2007 10:44:20 +0400 From: "Kolosov Dmitry" To: freebsd-hardware@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Broadcom ethernet on Acer Extensa 5210 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2007 07:09:16 -0000 hi all. i have Acer Extensa 5210 notebook with freebsd 6.2-RELEASE-p8 installed. While booting, the integrated Broadcom ethernet (BCM5787M) not detected, "pci2: at device 0.0 (no driver attached)". pciconf -lv says it is none4:pci2:0:0: class=0x020000 card=0x011c11025 chip=169314e4 rev=0x02 hdr=0x00 vendor="Broadcom Corporation" class=network subclass=ethernet So im going to /usr/src/sys/dev/bge/ and start to dig here. I have add #define DCOM_DEVICEID_BCM5787M with id 0x1693, #define BGE_CHIPID_BCM5787_M with 0xb0020000 (dmesg says it cant recognize that chipid so im add it), and several lines more. Now, kernel recognize my network card, but fails to firmware handshake in BGE_TIMEOUT. Trying to give more time-same result-cant firmware handshake and "RX CPU self-diagnostics failed" messages. I have playing around with if_bge.c: writing a magic number before and after the global reset - nothig works.The section for (i=0; i