From owner-freebsd-current@FreeBSD.ORG Fri Jun 12 18:02:01 2009 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 992151065677; Fri, 12 Jun 2009 18:02:01 +0000 (UTC) (envelope-from davidch@broadcom.com) Received: from mms1.broadcom.com (mms1.broadcom.com [216.31.210.17]) by mx1.freebsd.org (Postfix) with ESMTP id 716A18FC23; Fri, 12 Jun 2009 18:02:01 +0000 (UTC) (envelope-from davidch@broadcom.com) Received: from [10.9.200.133] by mms1.broadcom.com with ESMTP (Broadcom SMTP Relay (Email Firewall v6.3.2)); Fri, 12 Jun 2009 10:47:43 -0700 X-Server-Uuid: 02CED230-5797-4B57-9875-D5D2FEE4708A Received: from IRVEXCHCCR01.corp.ad.broadcom.com ([10.252.49.30]) by IRVEXCHHUB02.corp.ad.broadcom.com ([10.9.200.133]) with mapi; Fri, 12 Jun 2009 10:49:07 -0700 From: "David Christensen" To: "John Baldwin" , "freebsd-current@freebsd.org" Date: Fri, 12 Jun 2009 10:47:41 -0700 Thread-Topic: Broadcom NIC not recognized by FreeBSD? Thread-Index: AcnrXaETYdVhPiLlQXmzpM6qPm80jAAKBvfg Message-ID: <5D267A3F22FD854F8F48B3D2B523819339EBCC7074@IRVEXCHCCR01.corp.ad.broadcom.com> References: <20090610174211.GA78796@crodrigues.org> <5D267A3F22FD854F8F48B3D2B523819339EBA5F118@IRVEXCHCCR01.corp.ad.broadcom.com> <20090612040939.GA293@crodrigues.org> <200906120838.06973.jhb@freebsd.org> In-Reply-To: <200906120838.06973.jhb@freebsd.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 X-WSS-ID: 662C4B350YS3386177-01-01 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Cc: Craig Rodrigues Subject: RE: Broadcom NIC not recognized by FreeBSD? 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, 12 Jun 2009 18:02:01 -0000 > > > The bge driver recognizes the controller but fails to get the=20 > > > adapter's BAR memory mapped by the OS. Since it's only=20 > requesting=20 > > > 64KB it sounds like an OS issue. If you remove any other PCI=20 > > > devices in the system does the bge driver load? > >=20 > > I cannot remove any devices from the system. > > The problem is occurring on an Acer Aspire 5920 laptop with no=20 > > external devices plugged into it. >=20 > You can try disabling ACPI. On some machines ACPI=20 > initialization inexpicably clears the I/O windows in certain=20 > PCI-PCI bridges and FreeBSD does not cope well with this case. Does that apply to memory windows too? The device doesn't support legacy I/O, only memory mapped registers. Dave=